Question about "Detect" Module in the YOLOv8 nn architecture #3610
Replies: 1 comment
-
@evan0greenup hello! I'm glad you're taking an interest in the YOLOv8 architecture and its "Detect" module. Let's clarify your concerns:
For more detailed information on how YOLOv8 operates, including its loss functions and detection mechanisms, you can refer to the Ultralytics Docs. Keep exploring, and don't hesitate to reach out if you have more questions! 😊🚀 |
Beta Was this translation helpful? Give feedback.
-
According to the architecture diagram in the figure, for each given image, it can only detect at most three objects. What if there are more than three objects in the image?
How will the "Detect" module output (bbox + c) like when there is no object in the image (for example pure white or pure black)?
How will loss function back-propagated when there is no object in image?
Beta Was this translation helpful? Give feedback.
All reactions