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
Hello,
From the code, it seems the YOLO small implementation is the full implementation per the YOLO paper (with 24 Conv layers) and the YOLO tiny is what in the paper they call Fast YOLO.
I probably miss something here as I don't understand why do you call the full YOLO implementation small?
Thanks in advance for the clarification!
The text was updated successfully, but these errors were encountered:
Hello,
From the code, it seems the YOLO small implementation is the full implementation per the YOLO paper (with 24 Conv layers) and the YOLO tiny is what in the paper they call Fast YOLO.
I probably miss something here as I don't understand why do you call the full YOLO implementation small?
Thanks in advance for the clarification!
The text was updated successfully, but these errors were encountered: