We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug There are some problems in opening these Rhinos files, apparently issues with line endings: https://github.com/cnr-isti-vclab/meshlab/files/3330082/Box.ply.zip https://github.com/cnr-isti-vclab/meshlab/files/4837381/box_v6.ply.zip
To Reproduce cloud = PyntCloud.from_file('....')
cloud = PyntCloud.from_file('....')
Expected behavior It might be interesting to follow the strategy of the PLYFILE repository:
https://github.com/dranjan/python-plyfile
Additional context Seems the same issue as in:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
There are some problems in opening these Rhinos files, apparently issues with line endings:
https://github.com/cnr-isti-vclab/meshlab/files/3330082/Box.ply.zip
https://github.com/cnr-isti-vclab/meshlab/files/4837381/box_v6.ply.zip
To Reproduce
cloud = PyntCloud.from_file('....')
Expected behavior
It might be interesting to follow the strategy of the PLYFILE repository:
https://github.com/dranjan/python-plyfile
Additional context
Seems the same issue as in:
The text was updated successfully, but these errors were encountered: