daavoo / daavoo/pyntcloud

Problem with Rhinos 6 ply files

Open
#329 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
1.5k
Forks
229
PR merge metrics
No merged PRs in 30d

Description

**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
![image](https://user-images.githubusercontent.com/10653970/98969293-b00d5180-24dc-11eb-93e0-982004cc93af.png)

**Additional context**
Seems the same issue as in:

- https://developer.blender.org/T78278
- https://github.com/PointCloudLibrary/pcl/pull/1370/files
- https://github.com/google/draco/issues/613
- https://github.com/cnr-isti-vclab/meshlab/issues/463
- https://developer.blender.org/rBA04c0573ee77cc955cf585a0d7a61163375eb57cd
- https://github.com/isl-org/Open3D/issues/5091
- https://gitlab.kitware.com/vtk/vtk/-/issues/18545

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.