Skip to content
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

train/val list for coco_20i folds #86

Open
silsgah opened this issue Dec 16, 2024 · 0 comments
Open

train/val list for coco_20i folds #86

silsgah opened this issue Dec 16, 2024 · 0 comments

Comments

@silsgah
Copy link

silsgah commented Dec 16, 2024

Hi researchers, I was looking at recreating the split for the coco_20i folds, I have done that but I wish to know if there is any way of verifying this because PFENet(https://github.com/dvlab-research/PFENet) was not very clear on how the train/val folds 0,1,2,3 were obtained. Any leads would be much appreciated. The train/val lists for COCO contain 82081 and 40137 images respectively but the train/0 count was 21917 and val/0 26052 of which the total is 47969 and this number is way less than the total coco set of images of 82081. This is the total accounting of train/val by the PEFNet paper.
PFENet list folder accounting analysis
Split 0: train -21917 val 0 -26052 total - 47,942
Split 1: train -41809 val 1 -15305 total - 57,114
Split 2: train -43045 val 2 -13138 total - 56,183
Split 3: train -44614 val 3 -12640 total - 57,254.

This is what I obtained per the understanding I obtained from the paper and code base
Split 0: Train=68839, Val=10959
Split 1: Train=75780, Val=4018
Split 2: Train=75336, Val=4462
Split 3: Train=75239, Val=4559
I would appreciate very much how these coco_20i split of images were obtained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant