Skip to content

Commit

Permalink
fix link (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jin-s13 committed Mar 15, 2022
1 parent afb740f commit 0a8a941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/tasks/2d_animal_keypoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ MMPose supported datasets:

For [Animal-Pose](https://sites.google.com/view/animal-pose/) dataset, we prepare the dataset as follows:

1. Download the images of [PASCAL2011](http://www.google.com/url?q=http%3A%2F%2Fhost.robots.ox.ac.uk%2Fpascal%2FVOC%2Fvoc2011%2Findex.html&sa=D&sntz=1&usg=AFQjCNGmiJGkhSSWtShDe7NwRPyyyBUYSQ), especially the five categories (dog, cat, sheep, cow, horse), which we use as trainval dataset.
1. Download the images of [PASCAL VOC2012](http://host.robots.ox.ac.uk/pascal/VOC/voc2012/#data), especially the five categories (dog, cat, sheep, cow, horse), which we use as trainval dataset.
1. Download the [test-set](https://drive.google.com/drive/folders/1DwhQobZlGntOXxdm7vQsE4bqbFmN3b9y?usp=sharing) images with raw annotations (1000 images, 5 categories).
1. We have pre-processed the annotations to make it compatible with MMPose. Please download the annotation files from [annotations](https://download.openmmlab.com/mmpose/datasets/animalpose_annotations.tar). If you would like to generate the annotations by yourself, please check our dataset parsing [codes](/tools/dataset/parse_animalpose_dataset.py).

Expand All @@ -51,7 +51,7 @@ mmpose
`── data
│── animalpose
│-- VOC2011
│-- VOC2012
│ │-- Annotations
│ │-- ImageSets
│ │-- JPEGImages
Expand Down

0 comments on commit 0a8a941

Please sign in to comment.