An unofficial implementation of a custom object detector tailored specifically for the ZED V1 stereo camera. This project aims to fill the compatibility gap left by the ZED SDK, which does not support the ZED v1 model.
- Get the ultralytics
- Place this
detector.py
file in the root directory of your Ultralytics
python detector.py --weights yolov8m.pt # [--img_size 640 --conf_thres 0.4 --iou_ thres 0.45 --svo path/to/file.svo --save path/to/out.mp4]
For any bug or issues, you can submit them directly😄😊