Update README.md

main
RE-OWOD 2022-01-04 22:09:32 +08:00 committed by GitHub
parent 6b29727dc6
commit e564e911da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 1 deletions

View File

@ -1,4 +1,24 @@
### Hi there 👋
<!-- ### 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.
The data files are at [./datasets/OWOD_imagesets/](./datasets/OWOD_imagesets/).
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: -->
<!--
**RE-OWOD/RE-OWOD** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.