-
Notifications
You must be signed in to change notification settings - Fork 783
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
Update new bbs coords using imaug functions #311
base: master
Are you sure you want to change the base?
Conversation
Hey, I tried to use your patch. Did you ever encounter this error:
|
I think something is wrong with the coordinates of your bounding boxes: x2 must be greater than x1. |
I understand that from the error message. However, I am using coco 2017 dataset and I don't think there is any error in the bounding boxes for coco dataset as far as I know. In fact, I subtracted 1 and added 1 from min and max values respectively. I still get the same error, after few epochs! |
I am not sure what creates this error. Here is the list of bounding boxes when this error is raised:
|
Would the KeyPoints v.s. BoundingBox create an error? Theoretically, it shouldn't if the implementation for both are very similar in terms of sanity check. |
No description provided.