EGO4D / episodic-memory

MIT License
104 stars 60 forks source link

VQ3D and VQ2D annotation mismatch? #11

Open yunhan-zhao opened 2 years ago

yunhan-zhao commented 2 years ago

Hi,

I'm trying to generate ground truth from VQ3D script and visualize the bbox at least in 2D. However, the assertion often fails on this line here. It looks like the 2D annotation is there but just the ai (annotation index?) is messed up. Not sure if I make any mistakes. Any idea to quick fix this problem?

An example of mismatch in val set: video_uid: 0066ab25-04ad-41b2-89ab-283d2bfa1c4b clip_uid: 6c641082-044e-46a7-ad5f-85568119e09e ai: 1 qset_id: 3

vincentcartillier commented 2 years ago

Hey @yzhao520, thanks for pointing this out. We are working on creating annotation uids to use in place of the ai (annotation index) to avoid confusion. I'll follow-up here once it's done. Thanks.

vincentcartillier commented 2 years ago

Please check the following commit which hopefully fixes the issue. Let me know if this is still a problem. Thanks