-
Notifications
You must be signed in to change notification settings - Fork 373
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
log_mesh_file does not support PLY files #1571
Labels
😤 annoying
Something in the UI / SDK is annoying to use
🐍 Python API
Python logging API
🔺 re_renderer
affects re_renderer itself
Comments
pablovela5620
added
👀 needs triage
This issue needs to be triaged by the Rerun team
😤 annoying
Something in the UI / SDK is annoying to use
labels
Mar 11, 2023
nikolausWest
added
🐍 Python API
Python logging API
🔺 re_renderer
affects re_renderer itself
and removed
👀 needs triage
This issue needs to be triaged by the Rerun team
labels
Mar 20, 2023
I wonder where we we will draw the line here. Obviously easy support for many mesh formats is great, but it also comes at a cost: larger binaries, longer compilation times, larger attack surface, etc. Maybe easily integrating with some standard Python mesh library is preferable to deeply integrating ply support into the Rerun viewer. Maybe. |
emilk
added a commit
that referenced
this issue
Jun 28, 2023
### What We should make people who file issues feel seen by commenting on them Example output: ``` #1529 by rasmusgo has 0 comments #1544 by cortwave has 0 comments #1571 by pablovela5620 has 0 comments ``` ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) <!-- This line will get updated when the PR build summary job finishes. --> PR Build Summary: https://build.rerun.io/pr/2532 <!-- pr-link-docs:start --> Docs preview: https://rerun.io/preview/e91e000/docs Examples preview: https://rerun.io/preview/e91e000/examples <!-- pr-link-docs:end -->
emilk
added a commit
that referenced
this issue
Jun 29, 2023
### What We should make people who file issues feel seen by commenting on them Example output: ``` #1529 by rasmusgo has 0 comments #1544 by cortwave has 0 comments #1571 by pablovela5620 has 0 comments ``` ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) <!-- This line will get updated when the PR build summary job finishes. --> PR Build Summary: https://build.rerun.io/pr/2532 <!-- pr-link-docs:start --> Docs preview: https://rerun.io/preview/e91e000/docs Examples preview: https://rerun.io/preview/e91e000/examples <!-- pr-link-docs:end -->
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
😤 annoying
Something in the UI / SDK is annoying to use
🐍 Python API
Python logging API
🔺 re_renderer
affects re_renderer itself
Describe the annoyance
Trying to log a .ply mesh file using the
log_mesh_file
but there is only support for obj/glbExpected behavior
There should be a way to log a .ply file via
log_mesh_file
without needing to load the file and uselog_mesh
or converting the .ply file into a obj/glb formatYour goals
Trying to log a colored mesh along with bounding 3d bounding boxes/camera/images/depths
Desktop (please complete the following information):
Additional context
related to #1570 because there is no ply file support, had to load in the mesh using trimesh and use
log_mesh
insteadThe text was updated successfully, but these errors were encountered: