How to run? - divyadeep1/Internship_at_IITk GitHub Wiki

Required packages:

  1. PyOpenGL
  2. OpenCV
  3. PIL
  4. plyfile
  5. Pandas
  6. Numpy

Running pipeline for all json files:

Run:

  1. pipeline_for_generating_ply.py
  2. pipeline_for_rendering.py

Running pipeline for individual files:

Run:

  1. lines_to_walls.py
  2. walls_to_graph.py
  3. extruder.py
  4. 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.