Prometheus-Vision is a project that utilizes depth cameras to capture depth values from the environment. And to classify objects using vision techniques.
- DO NOT CHANGE any file or file points relating to pybackend,pyrealsense, and pyrsutils. It is related to pyrealsense2 setup.
To run the getDepthValues.py
script, follow these steps:
-
Grant Permission: Since the script interacts with the depth camera, you may need to run it with elevated privileges. Use the
sudo
command as follows: sudo python3 getDepthValues.py -
Exit the Program: Press the 'q' key while the program is running to exit gracefully.
- Python 3.7
- pyrealsense2 (built from source, and environment is already set up)
- numpy
- tensorflow
- scipy
- NYU Depth Dataset V2
- You may see PotentialDataSetToUse.md for training on more datasets