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

AssertionError: please install our forked viser #22

Closed Nieschlafen closed 4 months ago

Nieschlafen commented 6 months ago

When I try to add it, this issue pops up File "webui.py", line 587, in _ self.click_cb(pointer) File "webui.py", line 841, in click_cb assert hasattr(pointer, "click_pos"), "please install our forked viser" AssertionError: please install our forked viser

buaacyw commented 6 months ago

Hi! How did you install your environment? It looks like you didn't install our revised viser repo.

Nieschlafen commented 6 months ago

Hi! How did you install your environment? It looks like you didn't install our revised viser repo.

I'm following the action under this link https://github.com/nerfstudio-project/viser/tree/main

Clone the repository. git clone https://github.com/nerfstudio-project/viser.git

Install the package. You can also install via pip: pip install viser. cd ./viser pip install -e .

and My viser version is 0.1.16 Is there a problem with the way I installed it, or am I installing the wrong version or something else? Thank you very much for your reply!

Nieschlafen commented 6 months ago

I found my problem should be under this link, git clone https://github.com/heheyas/viser I used the following viser link version before