nicholaskajoh / ivy

Video-based object counting software.
MIT License
428 stars 170 forks source link

Anyone run this using YOLOv5 object detector? #60

Open abuelgasimsaadeldin opened 3 years ago

abuelgasimsaadeldin commented 3 years ago

Hello everyone and thank you @nicholaskajoh for this amazing repo. Wondering has anyone implemented this using the yolov5 object detector? The reason I ask is because I'm a little confused about the part mentioned to "Create a .env file (based on .env.example) in the project's root directory and edit as appropriate." How would that look like for a yolov5 model?

Regards, Abu

nicholaskajoh commented 3 years ago

I haven't looked at YOLO v5 yet but if v4 is any indication, it's markedly different from v3 so it's gonna have to be a separate detector. If you have the bandwidth to work on this, I'm happy to support you.

abuelgasimsaadeldin commented 3 years ago

Hey @nicholaskajoh thank you for the swift reply. Yes, I would definitely love to work on this and your support would be really valuable.

SalehHindi commented 3 years ago

Was this ever updated? How do I run this with the latest YOLO?