I add a python file for convert ModelNet40 format .off to .ply. #99
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, @fxia22
When i try training this repo, i found here only can use .ply format,
so i add a python file "convert.py" in ModelNet40 folder (use after unzip ModelNet40 dataset.).
This file had already been tested on my machine (i7-11700 8C16T),
and i can successful run cls mission after convert ModelNet40 dataset.
In detail, this file also check am i successful convert or not, this function approch by check() in 'convert.py',
but it cost so much time (about 900 secs on my machine, the other part about 23 secs.),
if you don't wont it happen, you can disable that.
Also, i add a run 'convert.py' command in your README.md,
and add 4 .txt you already gave in this page #52
If you have any need for convert, pls let me know.
Thanks for releasing the package.