ShijieZhou-UCLA / feature-3dgs

[CVPR 2024 Highlight] Feature 3DGS: Supercharging 3D Gaussian Splatting to Enable Distilled Feature Fields
Other
370 stars 23 forks source link

Attribute Error during training #39

Open IQRAASGHAR1999 opened 2 months ago

IQRAASGHAR1999 commented 2 months ago

While I'm trying to train my model either using lseg or sam encoder, I'm facing this error:

AttributeError: 'NoneType' object has no attribute 'points'

errrrrrrr

ZhiyeTang commented 2 months ago

I think this issue occurs because something about your .ply file goes wrong. Perhaps you should check the path to your point cloud file and the number of points in the point cloud file.