Skip to content

Commit

Permalink
add JSON link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bearpaw committed Jan 24, 2019
1 parent 9e8101a commit 0f8ace7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions TRAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ images`
rm -rf *.zip
```

- Download the [coco_annotations_2014.json](https://drive.google.com/open?id=1jrxis4ujrLlkwoD2GOdv3PGzygpQ04k7) and [coco_annotations_2017.json](https://drive.google.com/open?id=1YuzpScAfzemwZqUuZBrbBZdoplXEqUse) in our JSON format, and save it to `./data/mscoco`

- You are good to go!

### Leeds Sports Pose (LSP)
Expand All @@ -43,6 +45,9 @@ images`
unzip lsp_dataset.zip -d lsp_dataset
unzip lspet_dataset.zip -d lspet_dataset
```

- Download the [LEEDS_annotations.json](https://drive.google.com/open?id=1GZxlTLuMfA3VRvz2jyv8fhJDqElNrgKS) in our JSON format, and save it to `./data/lsp`

- You are good to go!

## Training
Expand Down
9 changes: 0 additions & 9 deletions data/mscoco/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,3 @@ To train on coco (single person pose estimation), place the following files in t

### Prepare `json` annotation file
Please edit `year = 2017; % 2014 or 2017 ` in [gen_coco.m](https://github.com/bearpaw/pytorch-pose/blob/master/miscs/gen_coco.m) to generate the corresponding annotation file (coco2014 or coco2017).

### Training recipes

```
CUDA_VISIBLE_DEVICES=1 python example/mscoco.py \
--checkpoint checkpoint/mscoco/hg-s1-b1 \
-s 1 \
-b 1
```

0 comments on commit 0f8ace7

Please sign in to comment.