RE-OWOD/README.md

37 lines
1.3 KiB
Markdown
Raw Normal View History

2022-01-04 22:09:32 +08:00
<!-- ### Hi there 👋 -->
# Revisting Open World Object Detection
## Installation
See [INSTALL.md](INSTALL.md).
## Dataset
Our new data division is based on COCO2017. We divide the training set into four tasks, in which each task has 20 categories. For each task, we obtained images containing the categories of each task from the training set, and removed the annotation information of other categories in these pictures during training. In each task, 1000 images are sampled as the validation set. And we de duplicate the training set and the validation set.
For the testing set, we adopt the validation set of COCO2017, which contains relatively complete annotation information.
2022-01-04 22:21:21 +08:00
The data files are at [./datasets/Main/](./datasets/Main/).
2022-01-04 22:09:32 +08:00
And the codes for creating these files are at [datasets/coco_utils](datasets/coco_utils)
<!--
## Citation
If you use our work in your research please cite us: -->
2022-01-03 11:58:38 +08:00
<!--
**RE-OWOD/RE-OWOD** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
Here are some ideas to get you started:
- 🔭 Im currently working on ...
- 🌱 Im currently learning ...
- 👯 Im looking to collaborate on ...
- 🤔 Im looking for help with ...
- 💬 Ask me about ...
- 📫 How to reach me: ...
- 😄 Pronouns: ...
- ⚡ Fun fact: ...
-->