Skip to content

Commit

Permalink
Add links to SMPL test data.
Browse files Browse the repository at this point in the history
  • Loading branch information
feitongt committed May 30, 2021
1 parent 99cd42c commit 021e8ea
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 90 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ bash download_model.sh
(a) Run

```sh
bash download_intra_data.sh
mkdir -p ./test_data/smpl_intra_test/
```

to get our smpl intra test dataset.
Download our SMPL intra test data from [smpl_intra_data](https://www.icloud.com/iclouddrive/0UmpxsQ3btifW8F67ENT6chng#smpl%5Fintra%5Ftest) in `./test_data/smpl_intra_test/`

To evaluate average epe on intra test dataset.

Expand All @@ -47,19 +47,18 @@ To evaluate average epe on intra test dataset.
bash ./script/inference_local.sh
```

### 3. Evaluate on inter testing data. (Testing data will be uploaded soon)
### 3. Evaluate on inter testing data.

(a) Run

```sh
bash download_inter_data.sh
mkdir -p ./test_data/smpl_inter_test/
```

to get our smpl inter test dataset.
Download our SMPL inter test data from [smpl_inter_data](https://www.icloud.com/iclouddrive/0fC-vqM9UCK-kl2KA56f4OwqA#smpl%5Finter%5Ftest) in `./test_data/smpl_inter_test/`

To evaluate average epe on inter test dataset.

(b) set JOB_NAME="eval_optical_flow_inter" in ./script/inference_local.sh
(b) set `JOB_NAME="eval_optical_flow_inter"` in `./script/inference_local.sh`

(c) Run

Expand All @@ -69,7 +68,7 @@ bash ./script/inference_local.sh

### 4. Inference on toy examples for visualization

Check out inference_demo.ipynb for toy examples.
Check out `./inference_demo.ipynb` for toy examples.

## Citation

Expand Down
5 changes: 0 additions & 5 deletions download_inter_data.sh

This file was deleted.

5 changes: 0 additions & 5 deletions download_intra_data.sh

This file was deleted.

274 changes: 202 additions & 72 deletions inference_demo.ipynb

Large diffs are not rendered by default.

0 comments on commit 021e8ea

Please sign in to comment.