Skip to content

Commit 672db81

Browse files
authored
Merge pull request #29 from Lotayou/master
20190613 Update readme with toy dataset link
2 parents 2e6b60f + bfcc6e4 commit 672db81

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

PREPS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Make sure you have an GPU card with at least 12 GB graphic memory. You can decre
1919
### Prepare dataset
2020
We hereby datail the necessary steps to reproduce human36m experiments. Most people failed on this step, so I hope this instruction could make sure you don't become one of them.
2121

22-
1. Download human36m dataset from the [official website](http://vision.imar.ro/human3.6m/description.php)
22+
1. I tentatively suggest users to first try download human36m dataset from the [official website](http://vision.imar.ro/human3.6m/description.php). However manual authorization could take anywhere from 6 days to 6 months, so if you are keen to get things going, you can start by playing with this [toy_dataset](https://pan.baidu.com/s/1szhb9B_8n6p6CeAoPUxnhw). Extraction code: 0o95
2323

2424
2. Unpack downloaded zip files into a single folder (which I suggest you name it `human36m`) and put it under `path-to-your-datasets`.
2525
Open `data_utils/data_washing.py`, change the `root_dir` variable in main function near line 190 to your h36m dataset path and run it to perform standard data augmentations, the washed dataset will be stored in `path-to-your-datasets/human36m_washed`.

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# densebody_pytorch
2-
PyTorch implementation of CloudWalk's recent paper [DenseBody](https://arxiv.org/abs/1903.10153v3)
2+
PyTorch implementation of CloudWalk's recent paper [DenseBody](https://arxiv.org/abs/1903.10153v3).
3+
4+
**Note**: For most recent updates, please check out the `dev` branch.
5+
6+
**Update on 20190613** A toy dataset has been released to facilitate the reproduction of this project. checkout [`PREPS.md`](PREPS.md) for details.
37

48
![paper teaser](teaser/teaser.jpg)
59

@@ -36,15 +40,12 @@ To explore different network architectures, checkout [`NETWORKS.md`](NETWORKS.md
3640
- [x] Making UV_map generation module a separate class.
3741
- [x] [20190413]() Prepare ground truth UV maps for washed dataset.
3842
- [x] [20190417]() SMPL official UV map supported!
43+
- [x] [20190613]() A testing toy dataset has been released!
3944

4045
- [x] Prepare baseline model training
4146
- [x] [20190414]() Network design, configs, trainer and dataloader
4247
- [x] [20190414]() Baseline complete with first-hand results. Something issue still needs to be addressed.
4348
- [x] [20190420]() Testing with different UV maps.
44-
- [ ] Testing with several new loss functions.
45-
46-
- [ ] Report 3D reconstruction results.
47-
- [ ] Setup evaluation protocal and MPJPE-PA metrics.
4849

4950
### Authors
5051
**[Lingbo Yang(Lotayou)](https://github.com/Lotayou)**: The owner and maintainer of this repo.

0 commit comments

Comments
 (0)