This project aims to perform object detection using the YOLOv8 model on the Jetson Nano device.
- Jetson Nano device
- JetPack SDK
- Python 3.x
- CUDA and cuDNN
- OpenCV
- YOLOv8 model
- Ensure that JetPack SDK is installed.
- Download and install Python 3.x from here.
- Install CUDA and cuDNN on the Jetson Nano following the instructions here.
- Install OpenCV using the following command in the terminal:
pip install opencv-python
- Run the
main.py
script to initiate object detection:python main.py
- Observe object detection results on the camera feed.
This project is licensed under the MIT License.
If you wish to contribute, please open an issue first, and then submit a pull request.