facebookresearch / egolifter

This is the official repository for "EgoLifter Open-world 3D Segmentation for Egocentric Perception, ECCV 2024"
https://egolifter.github.io/
Apache License 2.0
97 stars 7 forks source link

Question about some of the sequences #9

Closed SunghwanHong closed 2 weeks ago

SunghwanHong commented 3 weeks ago

Hi Qiao @georgegu1997,

Again, I am highly appreciated for all the kind answers. I noticed that I can not retrieve the depth and segmentation for some of the sequences. For example, while I can retrieve the RGB images and pose for "Apartment_release_clean_seq131_M1292", segmentation and depth map are not available even though there is depth_images.vrs and segmentations.vrs in the folder I downloaded.

However, this does not occur with some of the other scenes, such as "Apartment_release_multiskeleton_party_seq101_M1292"

This is pretty weird to me since those vrs files are already in the adt folder but when I am to preprocess them for 3dgs, somehow some of the sequences can not retrieve the segmentation and depth results..

Do you have any idea what's going on with this?

Thanks!

georgegu1997 commented 3 weeks ago

I'm not sure about the depth vrs, but for the segmentation ground truth, I did notice the same thing for the ADT sequences. For some ADT sequences, only a part (a certain continuous chunk) has corresponding segmentation labels. In the process script, I wrote a few checks for them and the EgoLifter experiments only used the frames with segmentation ground truth.

I didn't dig out why this happens - I think maybe the pose tracker didn't work well for some chunks during data collection, which results in wrong segmentation maps that are then filtered out. I think you can further ask here.

SunghwanHong commented 2 weeks ago

Hi @georgegu1997,

I've been trying to solve the issue the whole day yesterday, but I still couldn't find a solution haha.. I've checked whether I downloaded properly (which should've, because I simply used the downloader..) Also, as in your code to retrieve segmentation map, it's just using the same code from aria official documents and I have no clue what could've been wrong. I know you might also not have any clue on this, but do you have any idea what could've caused this?

georgegu1997 commented 2 weeks ago

I think this comment should answer your question. We need Meta people to reply about how to fix it.

SunghwanHong commented 2 weeks ago

Thank you Qiao! The issue is now solved and I'm closing this