-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
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
Network Design of Yolov5 #1882
Comments
@Kraufel model architecture is defined by yaml files in the models/directory. i.e.: Lines 1 to 48 in 3e25f1e
|
@glenn-jocher Thank you. But what kind of backbone, head and neck is used? Backbone doesnt seem to be Darknet-53. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
❔Question
I have a question about the network design of yolov5. When writing a somewhat scientific essay about my work with Yolov5 I need to describe the network architecture. Has anything changed in this regard from yolov3? And is the paper oy Alexey for yolov4 still useable for this network?
And I have a second question. Does Yolo have Pooling Layers? I have heard that it doesnt, but when looking at the Darknet-53 backbone it seems to have a Avgpool layer at the end? Am I missing something?
Additional context
The text was updated successfully, but these errors were encountered: