lukemelas / projection-conditioned-point-cloud-diffusion

Official code for "Projection-Conditioned Point Cloud Diffusion for Single-Image 3D Reconstruction" (CVPR 2023)
171 stars 15 forks source link

AttributeError: 'NoneType' object has no attribute 'path' #3

Closed JayCinos closed 1 year ago

JayCinos commented 1 year ago

I try to infer(sample) some data by using the dataset of "co3dv2 --single_sequence_subset". However, I met some error like this:

img_v2_f4992799-e425-4df3-850d-a966387b7a1g

Following the hint of the issue, I found that it is may caused by the following part of the code in file "projection-conditioned-point-cloud-diffusion-main/experiments/dataset/init.py" : img_v2_833a791b-d79f-4a2e-a676-38d093c8f83g It seems that something wrong with the path of the point cloud. And I aslo see the author wrote something like "PATCH BUG WITH POINT CLOUD LOCATION"But I don't know how to deal with this issue. Can someone help me? Thanks a lot.