pointnet.pytorch icon indicating copy to clipboard operation
pointnet.pytorch copied to clipboard

convert .off files to .ply

Open adinhobl opened this issue 3 years ago • 0 comments

Adds a new dependency, meshio, which can convert .off files to .ply. Updates the dataset init method to include functionality for converting .off files to .ply in-place. Also catches a case where some of the .off files have a breaking first line, e.g. "OFF234 435 65", where there is no newline between OFF and the first number. Also updates the download script to move the trainval.txt and test.txt. files to the data directory ModelNet40/.

Let me know if there is anything that should be changed.

adinhobl avatar Nov 28 '21 04:11 adinhobl