buaacyw / GaussianEditor

[CVPR 2024] GaussianEditor: Swift and Controllable 3D Editing with Gaussian Splatting
https://buaacyw.github.io/gaussian-editor/
Other
1k stars 47 forks source link

FileNotFoundError: [Errno 2] No such file or directory: #32

Closed cwwjyh closed 4 months ago

cwwjyh commented 4 months ago

I have successfully installed viser by following the instructions below: mkdir extern && cd extern git clone https://github.com/heheyas/viser pip install -e viser cd .. but when I run "python webui.py --gs_source --colmap_dir " it occur some questions as follow: 31754684f4ef9b1b2e8973d9e30e0b8

cdcfab2193f040c3b99de2d49a5d221 i also attempt upgrade pip. but it also didn't work. Can you give me some advice? Thank you! my environment is: torch==2.0.1+cu117 torchvision==0.15.2+cu117 pip=24.0

zjcs commented 4 months ago

Hope this issue is helpful to you: #21

cwwjyh commented 4 months ago

@zjcs Thank you! When I change a server, it can easily install viser and run successfully.