ShijieZhou-UCLA / feature-3dgs

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

Error for videos.py, how to get novel view #43

Closed Deaddawn closed 2 months ago

Deaddawn commented 2 months ago

Hi, I encounter an error using videos.py as followed:

python videos.py --data output/bicycle_lseg/ --fps 10 -f lseg --iteration 7000 Traceback (most recent call last): File "videos.py", line 97, in main(args) File "videos.py", line 59, in main for res_dir in os.listdir(os.path.join(args.data, "novel_views")): FileNotFoundError: [Errno 2] No such file or directory: 'output/bicycle_lseg/novel_views'

Wondering how to get novel views?