-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stitched image detection #738
Comments
👋 Hello @ZBC0de, thank you for raising an issue about Ultralytics HUB 🚀! Please visit our HUB Docs to learn more:
If this is a 🐛 Bug Report, please provide screenshots and steps to reproduce your problem to help us get started working on a fix. If this is a ❓ Question, please provide as much information as possible, including dataset, model, environment details etc. so that we might provide the most helpful response. We try to respond to all issues as promptly as possible. Thank you for your patience! |
@ZBC0de hello, Thank you for reaching out with your question about detecting features on a stitched image. To assist you effectively, could you please provide a minimum reproducible code example? This will help us understand your setup and reproduce the issue on our end. You can find guidelines on how to create a minimum reproducible example here. It's crucial for us to replicate the problem to investigate and provide a solution. Additionally, please ensure that you are using the latest versions of Regarding your specific question about training on large images while maintaining the aspect ratio, here are a few suggestions:
If you provide more details or a code example, we can offer more specific guidance. Thank you for your cooperation, and we look forward to helping you resolve this issue! |
It's not so much an issue as it is a quest about how to go about it. I currently have 6x 8MP images that I am horizontally stitching together. I want to use your API to do detections on the stitched image. When training on an image this large through the ultralytics hub, will the aspect ratio always remain the same? |
Hello @ZBC0de, Thank you for your question and for providing context about your project! It's great to hear that you're exploring the use of our API for detecting features on stitched images. To address your query about maintaining the aspect ratio when training on large images through the Ultralytics HUB, here are a few key points:
If you encounter any specific issues or have further questions, please provide a minimum reproducible code example. This will help us understand your setup better and offer more precise guidance. You can find guidelines on creating a minimum reproducible example here. Additionally, please ensure you are using the latest versions of We appreciate your engagement with the YOLO community and the Ultralytics team. We're here to help you succeed with your project! |
👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help. For additional resources and information, please see the links below:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed! Thank you for your contributions to YOLO 🚀 and Vision AI ⭐ |
Search before asking
Question
Hey there, I am looking to detect features on a single image that contains 6 images that are stitched together horizontally. The width of the base images will be over 10000px and the height will be set at 1224. How can I train on an image of this size? As I need to maintain the aspect ratio when training.
Additional
N/a
The text was updated successfully, but these errors were encountered: