deeptibhegde / CLIP-goes-3D

Official code release of "CLIP goes 3D: Leveraging Prompt Tuning for Language Grounded 3D Recognition"
https://jeya-maria-jose.github.io/cg3d-web/
218 stars 13 forks source link

depth map #14

Open zjw102 opened 1 year ago

zjw102 commented 1 year ago

Sorry to bother you again. I already have the rendered image. Can you provide a depth map as I really don't know how to obtain it

deeptibhegde commented 1 year ago

You do not need the depth map for any of the mentioned experiments or evaluations. Please make sure you are up to date with the latest repository changes and let me know if you still face any issues.

zjw102 commented 1 year ago

But when I run it, I get the following error, and when I look at the code, I also find a depth image File "/home/zjw/PycharmProjects/CLIP-goes-3D-main/datasets/dataset.py", line 332, in getitem depth_im = pil_loader(sample['depth_img_file_path']) File "/home/zjw/PycharmProjects/CLIP-goes-3D-main/datasets/dataset.py", line 118, in pil_loader with open(path, 'rb') as f: FileNotFoundError: [Errno 2] No such file or directory: '/data/dhegde1/data/3D/shapenet_depth_views/04379243/4e3d100672af00842dc02296076d8ee0/view1.png'

e27af443489a1e84f4a378b2e11edac d63fe8353a1fc217587ba398d189062

zjw102 commented 1 year ago

when I Training CG3D

deeptibhegde commented 1 year ago

Apologies, parts of the code reverted to an earlier version. Can you try once again after a pull of the latest changes?

zjw102 commented 1 year ago

Thank you for your reply, but a new question has arisen。I don't really know how to fix it。 e015f2e04a75806ce4584078565fa0b 4cdcda27e82acd1f0dfb7d7ff9f0183