Rendering and backprojecting - divyadeep1/Internship_at_IITk GitHub Wiki

Rendering

This is the stage that results in a fully navigable 3D space consisting of the model. The file ply_test.py is used for rendering a particular ply file. If one wishes to render all of the generated ply files and capture their screenshots, one can run pipeline_for_rendering.py, and it'll render the files and save the screenshots in https://github.com/divyadeep1/Internship_at_IITk/tree/master/Screenshots/Bulk folder.
Sample render:

Rendered model


Backprojection

Optionally, we can backproject the rendered models, that is, we can take a screenshot of the orthogonal projection of the top view of 3D model. This can be done by running backproject.py.
Sample backprojection:

Backprojection