Using yolov5 to detect objects in high-resolution (size= 1024 X 20000)images #1806
Unanswered
bishtdeepakhydro
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@bishtdeepakhydro any format can be used online or offline, there are no connectivity requirements. You can run inference on any image size you want, but you'll get the best results when the objects in the predict images are the same size as the objects in the training images. Actual image sizes do not matter much, just the size of the objects inside them! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for apt response.Kindly throw some light if the size of object is small than on images what is being trained on model, even if the shape or geometry is similar. I was working on a custom model built from scratch including custom training of specific datasets. But eventually end up on yolov5 as it yielded better results in terms of detection, after going through other' models. This model was utilised for detecting anomalies in amplitude (wreck image) in water-fall image generated from acoustic reflections of Side Scan Sonar equipment. It would be appreciated if you could recommend any other suggestions on this.Regards. On 12-Apr-2023 5:53 am, Glenn Jocher ***@***.***> wrote:
@bishtdeepakhydro any format can be used online or offline, there are no connectivity requirements.
You can run inference on any image size you want, but you'll get the best results when the objects in the predict images are the same size as the objects in the training images. Actual image sizes do not matter much, just the size of the objects inside them!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have trained the yolo on custom object detection using normal 480x480 images. Can I use this model to detect objects in 1024x20000 resolution images. When directly passing image using "model(img)", it's not detecting the object.
PS. Do tell once the yolo is trained with weights in exp100 folder in " .pt" format, how can I save the model so that I can use it in offline mode again.
Beta Was this translation helpful? Give feedback.
All reactions