Skip to content

Commit

Permalink
Fix doc format of some datasets (open-mmlab#896)
Browse files Browse the repository at this point in the history
* fix 300W dataset doc

* fix cofw doc

* fix typos
  • Loading branch information
ly015 committed Sep 1, 2021
1 parent daa2407 commit e29ba48
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Expand Up @@ -33,6 +33,4 @@

</details>

</details>

Checkpoints will be revealed after mmpose reaches 1k star :D
2 changes: 1 addition & 1 deletion docs/tasks/2d_animal_keypoint.md
Expand Up @@ -272,7 +272,7 @@ mmpose
├── tools
├── configs
`── data
│── fly
│── locust
│-- annotations
│ │-- locust_train.json
│ |-- locust_test.json
Expand Down
10 changes: 10 additions & 0 deletions docs/tasks/2d_face_keypoint.md
Expand Up @@ -14,6 +14,9 @@ MMPose supported datasets:

<!-- [DATASET] -->

<details>
<summary align="right"><a href="https://www.sciencedirect.com/science/article/pii/S0262885616000147">300W (IMAVIS'2016)</a></summary>

```bibtex
@article{sagonas2016300,
title={300 faces in-the-wild challenge: Database and results},
Expand All @@ -26,6 +29,8 @@ MMPose supported datasets:
}
```

</details>

For 300W data, please download images from [300W Dataset](https://ibug.doc.ic.ac.uk/resources/300-W/).
Please download the annotation files from [300w_annotations](https://download.openmmlab.com/mmpose/datasets/300w_annotations.tar).
Extract them under {MMPose}/data, and make them look like this:
Expand Down Expand Up @@ -194,6 +199,9 @@ mmpose

<!-- [DATASET] -->

<details>
<summary align="right"><a href="http://openaccess.thecvf.com/content_iccv_2013/html/Burgos-Artizzu_Robust_Face_Landmark_2013_ICCV_paper.html">COFW (ICCV'2013)</a></summary>

```bibtex
@inproceedings{burgos2013robust,
title={Robust face landmark estimation under occlusion},
Expand All @@ -204,6 +212,8 @@ mmpose
}
```

</details>

For COFW data, please download from [COFW Dataset (Color Images)](http://www.vision.caltech.edu/xpburgos/ICCV13/Data/COFW_color.zip).
Move `COFW_train_color.mat` and `COFW_test_color.mat` to `data/cofw/` and make them look like:

Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/2d_hand_keypoint.md
Expand Up @@ -93,7 +93,7 @@ mmpose
├── tools
├── configs
`── data
│── onehand10k
│── freihand
|── annotations
| |── freihand_train.json
| |── freihand_val.json
Expand Down

0 comments on commit e29ba48

Please sign in to comment.