Skip to content

Commit 0f8ace7

Browse files
committed
add JSON link to docs
1 parent 9e8101a commit 0f8ace7

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

TRAINING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ images`
3131
rm -rf *.zip
3232
```
3333

34+
- 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`
35+
3436
- You are good to go!
3537

3638
### Leeds Sports Pose (LSP)
@@ -43,6 +45,9 @@ images`
4345
unzip lsp_dataset.zip -d lsp_dataset
4446
unzip lspet_dataset.zip -d lspet_dataset
4547
```
48+
49+
- Download the [LEEDS_annotations.json](https://drive.google.com/open?id=1GZxlTLuMfA3VRvz2jyv8fhJDqElNrgKS) in our JSON format, and save it to `./data/lsp`
50+
4651
- You are good to go!
4752

4853
## Training

data/mscoco/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,3 @@ To train on coco (single person pose estimation), place the following files in t
1111

1212
### Prepare `json` annotation file
1313
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).
14-
15-
### Training recipes
16-
17-
```
18-
CUDA_VISIBLE_DEVICES=1 python example/mscoco.py \
19-
--checkpoint checkpoint/mscoco/hg-s1-b1 \
20-
-s 1 \
21-
-b 1
22-
```

0 commit comments

Comments
 (0)