Skip to content

Commit 383de05

Browse files
authored
Update README.md
1 parent fb8b8fd commit 383de05

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,23 @@ We also need to install PyGem, since we it for the ModelNet40-C dataset generati
5757
cd PyGeM && python setup.py install && cd ..
5858
```
5959

60+
#### Download Datasets Including ModelNet40-C and Pre-trained Models
61+
Make sure you are in `ModelNet40-C`. `download.sh` script can be used for downloading all the data and the pretrained models. It also places them at the correct locations.
62+
63+
To download ModelNet40 execute the following command. This will download the ModelNet40 point cloud dataset released with pointnet++ as well as the validation splits used in our work.
64+
```
65+
./download.sh modelnet40
66+
```
6067
To generate the ModelNet40-C dataset, please run:
6168
```
6269
python data/generate_c.py
6370
```
6471
NOTE that the generation needs a monitor connected since Open3D library does not support background rendering.
6572

66-
#### Download Datasets Including ModelNet40-C and Pre-trained Models
67-
Make sure you are in `ModelNet40-C`. `download.sh` script can be used for downloading all the data and the pretrained models. It also places them at the correct locations.
6873
We also allow users to download ModelNet40-C directly:
6974
```
7075
./download.sh modelnet40_c
7176
```
72-
To download ModelNet40 execute the following command. This will download the ModelNet40 point cloud dataset released with pointnet++ as well as the validation splits used in our work.
73-
```
74-
./download.sh modelnet40
75-
```
7677
To download the pretrained models with standard training recipe, execute the following command.
7778
```
7879
./download.sh cor_exp

0 commit comments

Comments
 (0)