Update new bbs coords using imaug functions#311
Update new bbs coords using imaug functions#311alice17 wants to merge 1 commit intoexperiencor:masterfrom
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.