How to change yolov8-obb network input size? #16921
Replies: 3 comments 1 reply
-
👋 Hello @saurabh-git-dev, thank you for your question about Ultralytics YOLOv8 🚀! It seems like you're exploring the network input sizes. If you're looking to customize the input size, the Docs have great examples that might provide clarity, especially on configuring models. If this is a 🐛 Bug Report regarding expected behavior on resizing not being applied, we suggest providing a minimum reproducible example which would aid in accurate troubleshooting. For custom training ❓ Questions, sharing further details like dataset examples or logs can be helpful, and ensure you're checking our Model Training Tips for optimal practices. Join our lively community discussions on Discord 🎧, Discourse, or our Subreddit to connect further with others. UpgradeTo ensure you're on the latest version, upgrade your pip install -U ultralytics EnvironmentsYou can utilize YOLO in various verified environments: StatusIf green, tests are passing across all major environments and tasks. This is an automated response, and an Ultralytics engineer will assist shortly to provide further insights. 😊 |
Beta Was this translation helpful? Give feedback.
-
@saurabh-git-dev to change the YOLOv8-OBB input size, specify the |
Beta Was this translation helpful? Give feedback.
-
@glenn-jocher |
Beta Was this translation helpful? Give feedback.
-
Is it possible to change the yolov8-obb network size to 640x640 or 480x480 or not?
I trained a model with image size of 480x480 but it did not changed.
But last month I build a pose model in which the training images' aspect ratio were different. And after training model input size changed to probably 640x384(not exactly remember but some-where close to this value).
I believe the 32 factor is something import to select sizes but not sure how internally it is handled.
Beta Was this translation helpful? Give feedback.
All reactions