Skip to content

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 official ZED SDK, which does not support the ZED v1 model for certain advanced features.

Notifications You must be signed in to change notification settings

Anchor1566/ZED-CustomDetector-yolov8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ZED-CustomDetector-yolov8

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.

Getting started

  • Get the ultralytics
  • Place this detector.py file in the root directory of your Ultralytics

Run the program

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]

Contact

For any bug or issues, you can submit them directly😄😊

About

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 official ZED SDK, which does not support the ZED v1 model for certain advanced features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages