Skip to content

Trained a Custom YoloV11 OBB Model with Custom Dataset, But Getting No Detections #18197

Answered by Y-T-G
BeaverBytes asked this question in Q&A
Discussion options

You must be logged in to vote
  1. yolo11n.yaml trains a normal detection model, not OBB. And start training from "yolo11n-obb.pt" not yaml. https://docs.ultralytics.com/tasks/obb/
  2. 10 epochs is not enough. Set it to 100.
  3. You probably don't have enough images either. Follow the guidelines here: https://docs.ultralytics.com/yolov5/tutorials/tips_for_best_training_results/

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@BeaverBytes
Comment options

@BeaverBytes
Comment options

@glenn-jocher
Comment options

Answer selected by BeaverBytes
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 OBB Oriented Bounding Box (OBB) models detect Object Detection issues, PR's
4 participants