-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old YOLO detector Models #21
Comments
Hi @sharoseali , |
Hi @Zhongdao i have my YOLOv3 custom detection models in .weights file. I want to use them in Multi class Multi tacker. I go through the code but didn't find any code parsing cfg and .weights files used in official dark-net repo. is there any way that i can use them. |
Hi @sharoseali, |
do you solve this problem? |
Not yet.... I choose to work on MCMOT YOLOV4. It contains YOLOv3/v4 parsing code but also many problems exist there and needed to be fixed.😐 |
Can I use previous yolo detector models for MOT (object tracking) like yolov3 /yolov4 networks trained on our custom dataset. What possible changes we have to do if I can modify the existing code for yolov3. THanks
The text was updated successfully, but these errors were encountered: