mmyolo
mmyolo copied to clipboard
[Feature] Add visdrone dataset
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Support visdrone dataset. We provide both dataset conversion script and dataset definition code.
Modification
Support visdrone dataset.
BC-breaking (Optional)
Does the modification introduce changes that break the backward compatibility of the downstream repos? If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here and update the documentation.
Checklist
- Pre-commit or other linting tools are used to fix potential lint issues.
- The modification is covered by complete unit tests. If not, please add more unit tests to ensure the correctness.
- If the modification has a potential influence on downstream projects, this PR should be tested with downstream projects, like MMDetection or MMClassification.
- The documentation has been modified accordingly, like docstring or example tutorials.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
TODO:
- Not yet tested on Visdrone, need to debug;
- Visdrone has inherent label for crowd object and occluded objects, we should consider imtroduces these properties;
- Dataset definition of dataset in MMYOLO.
@cydiachen
@cydiachen Hi. I have found other community members to push this pr forward. Thanks a lot for your contribution.