ShijieZhou-UCLA / feature-3dgs

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

issue for blender data_loader #29

Closed renaissanceee closed 2 months ago

renaissanceee commented 3 months ago

./scene/dataset_readers.py line 217 should be: "cam_name = os.path.join(path, frame["file_path"]+ extension)", the extension="png" is omitted.

ShijieZhou-UCLA commented 2 months ago

Thank you so much for pointing this out!