16 FPS on cpu INTEL i7
- About the YOLOv6 name: https://github.com/meituan/YOLOv6/blob/main/docs/About_naming_yolov6.md
- Check the requirements.txt file.
- For ONNX, if you have a NVIDIA GPU, then install the onnxruntime-gpu, otherwise use the onnxruntime library.
- Additionally, pafy and youtube-dl are required for youtube video inference.
For Nvidia GPU computers:
pip install onnxruntime-gpu
Otherwise:
pip install onnxruntime
The original Pytorch model can be found in this repository: YOLOv6 Repository
- Image inference:
python image_object_detection.py
- Webcam inference:
python webcam_object_detection.py
- YOLOv6 model: https://github.com/meituan/YOLOv6
- ONNX Model : https://github.com/ibaiGorordo/ONNX-YOLOv6-Object-Detection