Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rename
rename.py to convert.py
add useage in README.md for convert.py
  • Loading branch information
wuyiulin committed Jan 3, 2023
commit 0939ccc7626677e9c70f50426401875324378e6a
File renamed without changes.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ bash build.sh #build C++ code for visualization
bash download.sh #download dataset
```

Convert ModelNet40 Dataset for training (.off to .ply)
```
cd ModelNet40
python convert.py
```

Training
```
cd utils
Expand Down