Update README.md

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

View File

@ -9,7 +9,7 @@ See [INSTALL.md](INSTALL.md).
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/).
The data files are at [./datasets/Main/](./datasets/Main/).
And the codes for creating these files are at [datasets/coco_utils](datasets/coco_utils)