-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Crop detection box #25
Comments
@Pzhenhua hello! It sounds like you're on the right track with using object coordinates for cropping, but if the results aren't as expected, it might be due to how the coordinates are being handled. Here’s a quick guide to ensure accurate cropping:
If you're still facing issues, it might help to check the exact values of the coordinates and ensure they fall within the image dimensions. If you need further assistance, feel free to share the code snippet you're using for cropping, and we can look into it together! |
@Pzhenhua
|
How to crop out images of objects in the detection box? The object has been correctly recognized, but cropping according to the object coordinates is incorrect. Thank you for your guidance!
The text was updated successfully, but these errors were encountered: