Skip to content
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

Open
sharoseali opened this issue Oct 15, 2021 · 5 comments
Open

Old YOLO detector Models #21

sharoseali opened this issue Oct 15, 2021 · 5 comments

Comments

@sharoseali
Copy link

sharoseali commented Oct 15, 2021

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

@Zhongdao
Copy link
Owner

Hi @sharoseali ,
Yes of course you can replace the YOLOX detector with other detectors. I think you only need to modify demo/demo_mot.py. Please have a look at the code then you will understand :)

@sharoseali
Copy link
Author

Hi @sharoseali , Yes of course you can replace the YOLOX detector with other detectors. I think you only need to modify demo/demo_mot.py. Please have a look at the code then you will understand :)

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.

@Zhongdao
Copy link
Owner

Zhongdao commented Nov 1, 2021

Hi @sharoseali,
I am not sure I understood your question, maybe you could use code in this repo for parsing cfg and loading model weights?

@liuyang77712
Copy link

Hi @sharoseali , Yes of course you can replace the YOLOX detector with other detectors. I think you only need to modify demo/demo_mot.py. Please have a look at the code then you will understand :)

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.

do you solve this problem?

@sharoseali
Copy link
Author

Hi @sharoseali , Yes of course you can replace the YOLOX detector with other detectors. I think you only need to modify demo/demo_mot.py. Please have a look at the code then you will understand :)

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.

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.😐

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants