Onlee97 / Object-Detection-and-Avoidance-with-Intel-Realsense

Using Intel Realsense depth camera and object detection algorithms to help blind people navigate.
15 stars 5 forks source link

Is there a set of commands for getting a demo of this repo to work? #9

Open joshua-git0 opened 3 years ago

joshua-git0 commented 3 years ago

Hello, I am somewhat new to using the Jetson Nano with the Intel Realsense and I'm actually coming from a mechanical engineering background. I actually went through this whole process of trying to get a D435 camera to work on a Nano via cmake commands and installing python libraries. There doesn't seem to be any set of steps to getting started for this repo. Is it as simple as running 'python3 main.py'?

Onlee97 commented 3 years ago

Hi, I just updated the Readme with the installation instructions. Please let me know if that works for you. I am happy to assist

joshua-git0 commented 3 years ago

Thank you!