Skip to content

Some questions about yolov11 training custom data #18282

Answered by glenn-jocher
jaffe-fly asked this question in Q&A
Discussion options

You must be logged in to vote

The smallest detectable object size depends on the model's stride and the image resolution during training. For YOLO11, the stride for yolov11l-obb is typically 32 pixels. With a 2560x1440 image resized to 1024x576 during training, the smallest detectable object would be approximately (1024 / 32) = 32 pixels in the resized image, equivalent to (32 * original_image_width / imgsz) in the original resolution.

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@jaffe-fly
Comment options

@glenn-jocher
Comment options

@jaffe-fly
Comment options

@glenn-jocher
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@jaffe-fly
Comment options

@glenn-jocher
Comment options

@jaffe-fly
Comment options

@glenn-jocher
Comment options

Answer selected by jaffe-fly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested detect Object Detection issues, PR's
4 participants