You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2021. It is now read-only.
I have one question.
I want to change the backbone from darknet to something else.
After inspected and tested the code, I found out that the things that I need to do are (roughly):
Make sure that the new backbone net output three tensors from different layers in forward method
While referring to nets/backbone/darknet.py, add some needed implementation details to the new backbone (like attributes and methods)
Set the new backbone in params.py
Is this correct? Or is there any other things that I need to do or be careful of?
Thanks.
The text was updated successfully, but these errors were encountered:
hilmandayo
changed the title
Implementing different backend to this YOLOv3
Implementing different backbone to this YOLOv3
Sep 7, 2019
I have one question.
I want to change the backbone from darknet to something else.
After inspected and tested the code, I found out that the things that I need to do are (roughly):
Make sure that the new backbone net output three tensors from different layers in forward method
While referring to nets/backbone/darknet.py, add some needed implementation details to the new backbone (like attributes and methods)
Set the new backbone in params.py
Is this correct? Or is there any other things that I need to do or be careful of?
Thanks.
Hi, I try to change the backbone same as you. However, the training loss reduce to 0.3 and stop falling, I try to test the saved weight file but got nothing. Do you solve your problems or have any adiveces?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello.
First of all, thank you for this awesome repo!
I have one question.
I want to change the backbone from darknet to something else.
After inspected and tested the code, I found out that the things that I need to do are (roughly):
forward
methodnets/backbone/darknet.py
, add some needed implementation details to the new backbone (like attributes and methods)params.py
Is this correct? Or is there any other things that I need to do or be careful of?
Thanks.
The text was updated successfully, but these errors were encountered: