Skip to content

Commit

Permalink
Merge pull request #2 from Yue-Group/dev
Browse files Browse the repository at this point in the history
Fix the wrong link in READ.md. Ref #1
  • Loading branch information
thss15fyt authored Jan 26, 2019
2 parents 6f8c78c + 437e20d commit 34d7e2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
*.pkl
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Install [PyTorch 0.4.0](https://pytorch.org). You also need to install yaml. The

##### Data Preparation

Firstly, you should download the [reorganized ModelNet40 dataset](https://drive.google.com/open?id=1l8Ij9BODxcD1goePBskPkBcgKW76Ewcs). Then, configure the "data_root" in `config/train_config.yaml` and `config/test_config.yaml` with your path to the downloaded dataset:
Firstly, you should download the [reorganized ModelNet40 dataset](https://drive.google.com/open?id=1o9pyskkKMxuomI5BWuLjCG2nSv5iePZz). Then, configure the "data_root" in `config/train_config.yaml` and `config/test_config.yaml` with your path to the downloaded dataset:

```
# config/train_config.yaml and config/test_config.yaml
Expand All @@ -56,7 +56,7 @@ You can modify the configuration in the `config/train_config.yaml` for your own

##### Test Model

The pretrained MeshNet model weights are stored in [pretrained model](https://drive.google.com/open?id=1m5Uy9-oXMNPZ129owKvQ5ipH3f0vdABs). You can download it and configure the "load_model" in `config/test_config.yaml` with your path to the weight file.
The pretrained MeshNet model weights are stored in [pretrained model](https://drive.google.com/open?id=1l8Ij9BODxcD1goePBskPkBcgKW76Ewcs). You can download it and configure the "load_model" in `config/test_config.yaml` with your path to the weight file.

```
# config/test_config.yaml
Expand Down

0 comments on commit 34d7e2c

Please sign in to comment.