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

Using a different detector #94

Closed
VivianaFigueira opened this issue Jan 25, 2022 · 1 comment
Closed

Using a different detector #94

VivianaFigueira opened this issue Jan 25, 2022 · 1 comment
Labels
question Further information is requested

Comments

@VivianaFigueira
Copy link

Hello, if i wanted to use a different detector, could i just switch the configuration and the weights, or is it more to it ? Without wanting to train the detector.

Thank you

@stefanopini
Copy link
Owner

Hi,

If it is just a different version of YOLO, you can try changing the configuration and the weights.
It works for yolov3 and yolov3-tiny, but it may not work with different versions (e.g. #51 ).

If you want to use a completely different (pre-trained) detector, you can, but the output format must be the same of the current detector wrapper.
For guidance, please take a look at the file models/detectors/YOLOv3.py.

@stefanopini stefanopini added the question Further information is requested label Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants