How to run? - divyadeep1/Internship_at_IITk GitHub Wiki
Required packages:
- PyOpenGL
- OpenCV
- PIL
- plyfile
- Pandas
- Numpy
Running pipeline for all json files:
Run:
- pipeline_for_generating_ply.py
- pipeline_for_rendering.py
Running pipeline for individual files:
Run:
- lines_to_walls.py
- walls_to_graph.py
- extruder.py
- ply_test.py
NOTE - Remember to put the name of the file that you'd like to run in the main function of all the files stated above.