Skip to content

Commit

Permalink
Fix some typos for docs/en/dataset.md. (open-mmlab#634)
Browse files Browse the repository at this point in the history
* Update dataset.md

* Update dataset.md

* Update dataset.md

* Update dataset.md
  • Loading branch information
Yulv-git authored Jul 31, 2022
1 parent 4e0e00f commit 904407e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
104 changes: 52 additions & 52 deletions docs/en/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Please download the datasets from the official websites. It is recommended to sy

#### 1.2 Multiple Object Tracking

- For the training and testing of multi object tracking task, one of the MOT Challenge datasets (e.g. MOT17, TAO and DanceTrack) are needed, CrowdHuman and LVIS can be served as comlementary dataset.
- For the training and testing of multi object tracking task, one of the MOT Challenge datasets (e.g. MOT17, TAO and DanceTrack) is needed. CrowdHuman and LVIS can be served as complementary datasets.

- The `annotations` under `tao` contains the official annotations from [here](https://github.com/TAO-Dataset/annotations).

Expand All @@ -49,7 +49,7 @@ Please download the datasets from the official websites. It is recommended to sy
python ./tools/convert_datasets/otb100/download_otb100.py -o ./data/otb100/zips -p 8
```

- For VOT2018, we use the official downloading script.
- For VOT2018, we use the official download script.

```shell
# download VOT2018 dataset by web crawling
Expand Down Expand Up @@ -501,25 +501,25 @@ mmtracking

There are 3 JSON files in `data/ILSVRC/annotations`:

`imagenet_det_30plus1cls.json`: JSON file containing the annotations information of the training set in ImageNet DET dataset. The `30` in `30plus1cls` denotes the overlapped 30 categories in ImageNet VID dataset, and the `1cls` means we take the other 170 categories in ImageNet DET dataset as a category, named as `other_categeries`.
`imagenet_det_30plus1cls.json`: JSON file contains the annotations information of the training set in ImageNet DET dataset. The `30` in `30plus1cls` denotes the overlapped 30 categories in ImageNet VID dataset, and the `1cls` means we take the other 170 categories in ImageNet DET dataset as a category, named as `other_categeries`.

`imagenet_vid_train.json`: JSON file containing the annotations information of the training set in ImageNet VID dataset.
`imagenet_vid_train.json`: JSON file contains the annotations information of the training set in ImageNet VID dataset.

`imagenet_vid_val.json`: JSON file containing the annotations information of the validation set in ImageNet VID dataset.
`imagenet_vid_val.json`: JSON file contains the annotations information of the validation set in ImageNet VID dataset.

#### The folder of annotations and reid in MOT15/MOT16/MOT17/MOT20

We take MOT17 dataset as examples, the other datasets share similar structure.

There are 8 JSON files in `data/MOT17/annotations`:

`train_cocoformat.json`: JSON file containing the annotations information of the training set in MOT17 dataset.
`train_cocoformat.json`: JSON file contains the annotations information of the training set in MOT17 dataset.

`train_detections.pkl`: Pickle file containing the public detections of the training set in MOT17 dataset.
`train_detections.pkl`: Pickle file contains the public detections of the training set in MOT17 dataset.

`test_cocoformat.json`: JSON file containing the annotations information of the testing set in MOT17 dataset.
`test_cocoformat.json`: JSON file contains the annotations information of the testing set in MOT17 dataset.

`test_detections.pkl`: Pickle file containing the public detections of the testing set in MOT17 dataset.
`test_detections.pkl`: Pickle file contains the public detections of the testing set in MOT17 dataset.

`half-train_cocoformat.json`, `half-train_detections.pkl`, `half-val_cocoformat.json`and `half-val_detections.pkl` share similar meaning with `train_cocoformat.json` and `train_detections.pkl`. The `half` means we split each video in the training set into half. The first half videos are denoted as `half-train` set, and the second half videos are denoted as`half-val` set.

Expand Down Expand Up @@ -562,141 +562,141 @@ Images in `reid/imgs` are cropped from raw images in `MOT17/train` by the corres

There are 2 JSON files in `data/crowdhuman/annotations`:

`crowdhuman_train.json`: JSON file containing the annotations information of the training set in CrowdHuman dataset.
`crowdhuman_val.json`: JSON file containing the annotations information of the validation set in CrowdHuman dataset.
`crowdhuman_train.json`: JSON file contains the annotations information of the training set in CrowdHuman dataset.
`crowdhuman_val.json`: JSON file contains the annotations information of the validation set in CrowdHuman dataset.

#### The folder of annotations in lvis

There are 8 JSON files in `data/lvis/annotations`

`coco_to_lvis_synset.json`: JSON file containing the mapping relationship between COCO and LVIS categories.
`coco_to_lvis_synset.json`: JSON file contains the mapping relationship between COCO and LVIS categories.

`lvisv0.5+coco_train.json`: JSON file containing the merged annotations.
`lvisv0.5+coco_train.json`: JSON file contains the merged annotations.

`lvis_v0.5_train.json`: JSON file containing the annotations information of the training set in lvisv0.5.
`lvis_v0.5_train.json`: JSON file contains the annotations information of the training set in lvisv0.5.

`lvis_v0.5_val.json`: JSON file containing the annotations information of the validation set in lvisv0.5.
`lvis_v0.5_val.json`: JSON file contains the annotations information of the validation set in lvisv0.5.

`lvis_v1_train.json`: JSON file containing the annotations information of the training set in lvisv1.
`lvis_v1_train.json`: JSON file contains the annotations information of the training set in lvisv1.

`lvis_v1_val.json`: JSON file containing the annotations information of the validation set in lvisv1.
`lvis_v1_val.json`: JSON file contains the annotations information of the validation set in lvisv1.

`lvis_v1_image_info_test_challenge.json`: JSON file containing the annotations information of the testing set in lvisv1 available for year-round evaluation.
`lvis_v1_image_info_test_challenge.json`: JSON file contains the annotations information of the testing set in lvisv1 available for year-round evaluation.

`lvis_v1_image_info_test_dev.json`: JSON file containing the annotations information of the testing set in lvisv1 available only once a year for LVIS Challenge.
`lvis_v1_image_info_test_dev.json`: JSON file contains the annotations information of the testing set in lvisv1 available only once a year for LVIS Challenge.

#### The folder of annotations in tao

There are 9 JSON files in `data/tao/annotations`:

`test_categories.json`: JSON file containing a list of categories which will be evaluated on the TAO test set.
`test_categories.json`: JSON file contains a list of categories which will be evaluated on the TAO test set.

`test_without_annotations.json`: JSON for test videos. The 'images' and 'videos' fields contain the images and videos that will be evaluated on the test set.

`test_482_classes.json`: JSON file containing the converted results for test set.
`test_482_classes.json`: JSON file contains the converted results for test set.

`train.json`: JSON file containing annotations for LVIS categories in TAO train.
`train.json`: JSON file contains annotations for LVIS categories in TAO train.

`train_482_classes.json`: JSON file containing the converted results for train set.
`train_482_classes.json`: JSON file contains the converted results for train set.

`train_with_freeform.json`: JSON file containing annotations for all categories in TAO train.
`train_with_freeform.json`: JSON file contains annotations for all categories in TAO train.

`validation.json`: JSON file containing annotations for LVIS categories in TAO train.
`validation.json`: JSON file contains annotations for LVIS categories in TAO train.

`validation_482_classes.json`: JSON file containing the converted results for validation set.
`validation_482_classes.json`: JSON file contains the converted results for validation set.

`validation_with_freeform.json`: JSON file containing annotations for all categories in TAO validation.
`validation_with_freeform.json`: JSON file contains annotations for all categories in TAO validation.

#### The folder of annotations in lasot

There are 2 JSON files in `data/lasot/annotations`:

`lasot_train.json`: JSON file containing the annotations information of the training set in LaSOT dataset.
`lasot_test.json`: JSON file containing the annotations information of the testing set in LaSOT dataset.
`lasot_train.json`: JSON file contains the annotations information of the training set in LaSOT dataset.
`lasot_test.json`: JSON file contains the annotations information of the testing set in LaSOT dataset.

There are 2 TEXT files in `data/lasot/annotations`:

`lasot_train_infos.txt`: TEXT file containing the annotations information of the training set in LaSOT dataset.
`lasot_test_infos.txt`: TEXT file containing the annotations information of the testing set in LaSOT dataset.
`lasot_train_infos.txt`: TEXT file contains the annotations information of the training set in LaSOT dataset.
`lasot_test_infos.txt`: TEXT file contains the annotations information of the testing set in LaSOT dataset.

#### The folder of annotations in UAV123

There are only 1 JSON files in `data/UAV123/annotations`:

`uav123.json`: JSON file containing the annotations information of the UAV123 dataset.
`uav123.json`: JSON file contains the annotations information of the UAV123 dataset.

There are only 1 TEXT files in `data/UAV123/annotations`:

`uav123_infos.txt`: TEXT file containing the information of the UAV123 dataset.
`uav123_infos.txt`: TEXT file contains the information of the UAV123 dataset.

#### The folder of frames and annotations in TrackingNet

There are 511 video directories of TrackingNet testset in `data/trackingnet/TEST/frames`, and each video directory contains all images of the video. Similar file structures can be seen in `data/trackingnet/TRAIN_{*}/frames`.

There are 2 JSON files in `data/trackingnet/annotations`:

`trackingnet_test.json`: JSON file containing the annotations information of the testing set in TrackingNet dataset.
`trackingnet_train.json`: JSON file containing the annotations information of the training set in TrackingNet dataset.
`trackingnet_test.json`: JSON file contains the annotations information of the testing set in TrackingNet dataset.
`trackingnet_train.json`: JSON file contains the annotations information of the training set in TrackingNet dataset.

There are 2 TEXT files in `data/trackingnet/annotations`:

`trackingnet_test_infos.txt`: TEXT file containing the information of the testing set in TrackingNet dataset.
`trackingnet_train_infos.txt`: TEXT file containing the information of the training set in TrackingNet dataset.
`trackingnet_test_infos.txt`: TEXT file contains the information of the testing set in TrackingNet dataset.
`trackingnet_train_infos.txt`: TEXT file contains the information of the training set in TrackingNet dataset.

#### The folder of data and annotations in OTB100

There are 98 video directories of OTB100 dataset in `data/otb100/data`, and the `img` folder under each video directory contains all images of the video.

There are only 1 JSON files in `data/otb100/annotations`:

`otb100.json`: JSON file containing the annotations information of the OTB100 dataset.
`otb100.json`: JSON file contains the annotations information of the OTB100 dataset.

There are only 1 TEXT files in `data/otb100/annotations`:

`otb100_infos.txt`: TEXT file containing the information of the OTB100 dataset.
`otb100_infos.txt`: TEXT file contains the information of the OTB100 dataset.

#### The folder of frames and annotations in GOT10k

There are training video directories in `data/got10k/train`, and each video directory contains all images of the video. Similar file structures can be seen in `data/got10k/test` and `data/got10k/val`.

There are 3 JSON files in `data/got10k/annotations`:

`got10k_train.json`: JSON file containing the annotations information of the training set in GOT10k dataset.
`got10k_train.json`: JSON file contains the annotations information of the training set in GOT10k dataset.

`got10k_test.json`: JSON file containing the annotations information of the testing set in GOT10k dataset.
`got10k_test.json`: JSON file contains the annotations information of the testing set in GOT10k dataset.

`got10k_val.json`: JSON file containing the annotations information of the valuation set in GOT10k dataset.
`got10k_val.json`: JSON file contains the annotations information of the valuation set in GOT10k dataset.

There are 5 TEXT files in `data/got10k/annotations`:

`got10k_train_infos.txt`: TEXT file containing the information of the training set in GOT10k dataset.
`got10k_train_infos.txt`: TEXT file contains the information of the training set in GOT10k dataset.

`got10k_test_infos.txt`: TEXT file containing the information of the testing set in GOT10k dataset.
`got10k_test_infos.txt`: TEXT file contains the information of the testing set in GOT10k dataset.

`got10k_val_infos.txt`: TEXT file containing the information of the valuation set in GOT10k dataset.
`got10k_val_infos.txt`: TEXT file contains the information of the valuation set in GOT10k dataset.

`got10k_train_vot_infos.txt`: TEXT file containing the information of the `train_vot` split in GOT10k dataset.
`got10k_train_vot_infos.txt`: TEXT file contains the information of the `train_vot` split in GOT10k dataset.

`got10k_val_vot_infos.txt`: TEXT file containing the information of the `val_vot` split in GOT10k dataset.
`got10k_val_vot_infos.txt`: TEXT file contains the information of the `val_vot` split in GOT10k dataset.

#### The folder of data and annotations in VOT2018

There are 60 video directories of VOT2018 dataset in `data/vot2018/data`, and the `color` folder under each video directory contains all images of the video.

There are only 1 JSON files in `data/vot2018/annotations`:

`vot2018.json`: JSON file containing the annotations information of the VOT2018 dataset.
`vot2018.json`: JSON file contains the annotations information of the VOT2018 dataset.

There are only 1 TEXT files in `data/vot2018/annotations`:

`vot2018_infos.txt`: TEXT file containing the information of the VOT2018 dataset.
`vot2018_infos.txt`: TEXT file contains the information of the VOT2018 dataset.

#### The folder of annotations in youtube_vis_2019/youtube_vis2021

There are 3 JSON files in `data/youtube_vis_2019/annotations` or `data/youtube_vis_2021/annotations`:

`youtube_vis_2019_train.json`/`youtube_vis_2021_train.json`: JSON file containing the annotations information of the training set in youtube_vis_2019/youtube_vis2021 dataset.
`youtube_vis_2019_train.json`/`youtube_vis_2021_train.json`: JSON file contains the annotations information of the training set in youtube_vis_2019/youtube_vis2021 dataset.

`youtube_vis_2019_valid.json`/`youtube_vis_2021_valid.json`: JSON file containing the annotations information of the validation set in youtube_vis_2019/youtube_vis2021 dataset.
`youtube_vis_2019_valid.json`/`youtube_vis_2021_valid.json`: JSON file contains the annotations information of the validation set in youtube_vis_2019/youtube_vis2021 dataset.

`youtube_vis_2019_test.json`/`youtube_vis_2021_test.json`: JSON file containing the annotations information of the testing set in youtube_vis_2019/youtube_vis2021 dataset.
`youtube_vis_2019_test.json`/`youtube_vis_2021_test.json`: JSON file contains the annotations information of the testing set in youtube_vis_2019/youtube_vis2021 dataset.
2 changes: 1 addition & 1 deletion docs/zh_cn/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#### 1.2 多目标跟踪

- 对于多目标跟踪任务的训练和测试,需要 MOT Challenge 中的任意一个数据集(比如 MOT17, TAO和DanceTrack), CrowdHuman 和 LVIS 可以作为补充数据。
- 对于多目标跟踪任务的训练和测试,需要 MOT Challenge 中的任意一个数据集(比如 MOT17, TAO和DanceTrack, CrowdHuman 和 LVIS 可以作为补充数据。

- `tao` 文件夹下包含官方标注的 `annotations` 可以从[这里](https://github.com/TAO-Dataset/annotations)获取。

Expand Down

0 comments on commit 904407e

Please sign in to comment.