-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
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
[DL-761] mesh htype support #1940
Conversation
Codecov ReportBase: 89.59% // Head: 89.90% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1940 +/- ##
==========================================
+ Coverage 89.59% 89.90% +0.30%
==========================================
Files 253 260 +7
Lines 27844 27359 -485
==========================================
- Hits 24947 24596 -351
+ Misses 2897 2763 -134
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
docs/source/Compressions.rst
Outdated
@@ -24,6 +24,8 @@ are given below. | |||
+----------------+----------------+----------------------------------------+ | |||
| Point Cloud | point_cloud | ``las`` | | |||
+----------------+----------------+----------------------------------------+ | |||
| Mesh | mesh | `ply` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct the quotes
@@ -70,6 +71,9 @@ def test_point_cloud(local_ds, point_cloud_paths): | |||
20153, | |||
3, | |||
) | |||
|
|||
local_ds.point_cloud_without_sample_compression.numpy(aslist=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary line
🚀 🚀 Pull Request
Checklist:
coverage-rate
upChanges
Added support for ply extension of point cloud + refactored code related to point cloud