got-10k / toolkit

Official Python toolkit for generic object tracking benchmark GOT-10k and beyond
http://got-10k.aitestunion.com/
MIT License
552 stars 94 forks source link

In got10K training dataset, many bounding boxes are out of image #10

Open helq2612 opened 5 years ago

helq2612 commented 5 years ago

Hi, I checked the bounding boxes on each frame, and find some of them are outside of the image region. For example, in the video GOT-10k_Train_000399, at frame 66, the image size is (w=1920, h=1080), but the bounding box is [570. 477. 831. 607.], so that ymax = 477+607 = 1084 > 1080.

Also for the case that object moves outside of image, the bounding boxes are mostly annotated as [-1, -1, -1, -1], but for same cases, the bounding boxes are annotated as 0 in width or height. It would be nice if the bounding boxes are annotated consistently.

huanglianghua commented 5 years ago

@helq2612 Thanks for your feedback. We'll check the annotations.

lawpdas commented 5 years ago

Have you fixed the annotations? @huanglianghua @got-10k

huanglianghua commented 5 years ago

We have identified a few set of inconsistent annotations. We'll find a way to release the updated annotations soon upon fixed. Thanks.

suang2016 commented 5 years ago

I find the similar problem in GOT-10k_Train_008623 - 008637 and 009058 - 009059. And I also find that the contents of the first few images in these folders are not changed, they look like the same image. Maybe this is the reason that the annotations cannot be corresponded to the target in the images.

dkgupta90 commented 5 years ago

Hi, Have you corrected the wrong annotations in the training set? and thanks for the dataset and toolkit.

lawpdas commented 5 years ago

@huanglianghua Could you provide a list of incorrect videos.

hiteshvaidya commented 5 years ago

Hi, Even I noticed that the Bounding Box coordinates are inconsistent. Some of them have height = 0 while the resolution of largest Bounding Box is greater than the resolution of image itself. Please let us know in case you have solved this issue. Our lab is interested in using your work. mention: @tyler-hayes

huanglianghua commented 5 years ago

Hi, we have fixed all annotations and are doing the final proof-checking. The fixed annotations and data will be released soon, where around 0.4% of the annotations will be affected.

lawpdas commented 4 years ago

Is there any news?

superkevingit commented 4 years ago

Any news? This incorrectness would raise errors when we use inner-frames relationship in our training pipeline. We solve this problem by remove these error sequences from training data by this script at present.

croros commented 1 year ago

Any news on this? According to the google drive link to download the dataset, there hasn't been any updates to the dataset since 2018.

Also @superkevingit the link to the script gives a 404. Could you please let me know where I can find the script now?