CVMI-Lab / PLA

(CVPR 2023) PLA: Language-Driven Open-Vocabulary 3D Scene Understanding & (CVPR2024) RegionPLC: Regional Point-Language Contrastive Learning for Open-World 3D Scene Understanding
Apache License 2.0
261 stars 11 forks source link

How to get the captions' 2D rendered images? #6

Closed XuHu0529 closed 1 year ago

XuHu0529 commented 1 year ago

Hi, thanks for your interesting work! I can only find the captions and the corresponding point indices, but I can't find the corresponding 2D rendering images. How could I get them? Thanks a lot!!

Dingry commented 1 year ago

Hi, we use real-world images from ScanNet dataset instead of rendering images. You can obtain the image (scannet_frames_25k) downloading link from ScanNet's official website.

XuHu0529 commented 1 year ago

I got it, thank u very much!