-
Notifications
You must be signed in to change notification settings - Fork 14
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
Processing new scenes from EgoExo #6
Comments
Hi @richardrl! We unfortunately also don't have colors for points from EgoExo:
For filtering the EgoExo points, you can check the logic for generating egoallo/src/egoallo/data/aria_mps.py Lines 36 to 64 in 25a95a9
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, great work!
I am wondering if you can explain in more detail how you get the colored scenes from EgoExo so we could try running your code overlayed on these scenes.
The pointclouds seem much higher quality than the default pointclouds in
semidense_points.csv.gz
, and from what I can tell there is no color associated with each point?For example, this is the semidense points of
sfu_cooking_009_5
from egoexo, which looks much lower quality than your scenes:I noticed a file
_cached_filtered_points.npz
- perhaps you can explain how you filtered these pointclouds?And do you build a Gaussian splat somehow?
The text was updated successfully, but these errors were encountered: