We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for your amazing works and open-source repositories from ORE, META-IOD to ELI.
According to your code https://github.com/JosephKJ/ELI/blob/93ddce7c35b1b38a55cf237fc3f51e36ba92fbc2/detection/detectron2/data/datasets/pascal_voc.py#LL56C1-L57C70 I assume that you select both 'difficult'=0 and 'difficult'=1 samples for each category, when spliting VOC datasets. Therefore, there are 3002 training imgs in first10 dataset, and 3340 training imgs in last 10 dataset.
Please let me know if i was wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for your amazing works and open-source repositories from ORE, META-IOD to ELI.
According to your code https://github.com/JosephKJ/ELI/blob/93ddce7c35b1b38a55cf237fc3f51e36ba92fbc2/detection/detectron2/data/datasets/pascal_voc.py#LL56C1-L57C70
I assume that you select both 'difficult'=0 and 'difficult'=1 samples for each category, when spliting VOC datasets.
Therefore, there are 3002 training imgs in first10 dataset, and 3340 training imgs in last 10 dataset.
Please let me know if i was wrong.
The text was updated successfully, but these errors were encountered: