ByteDance-Seed / ByteDance-Seed/Depth-Anything-3

Getting pointcloud colors from GLB file

Open
#55 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
6.3k
Forks
702
PR merge metrics
No merged PRs in 30d

Description

Hello,

The `.glb` file produced by the code does not seem to contain the vertex colors for the pointcloud, but the documentation seems to indicate otherwise. Am I looking at the right place?

```python
>>> x = trimesh.load("scene.glb")
>>> x.geometry["geometry_0"]

>>> x.geometry["geometry_0"].visual.vertex_colors
TrackedArray([], dtype=float64) # Empty?
```

Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.