Jumpat / SegmentAnythingin3D

Segment Anything in 3D with NeRFs (NeurIPS 2023)
Apache License 2.0
887 stars 54 forks source link

no module named 'sa3d' #77

Open zw20130717 opened 4 months ago

zw20130717 commented 4 months ago

Hi, dear author, I tried the SA3D of NeRFstudio version, but now when I ran ns-train command in NeRFstudio i was informed no module named 'sa3d'. I was able to run nerfstudio perfectly before sa3d but right now I dont know where the problem came from. Can you give me some advice? I'd very much appreciate it.

zw20130717 commented 4 months ago

2024-06-14 10-00-59 的屏幕截图

Jumpat commented 4 months ago

Hi. Have you run 'pip install -e .' ?

zw20130717 commented 4 months ago

Hi. Have you run 'pip install -e .' ?

Hi, thank you for your advice. I tried 'pip uninstall sa3d' and then reinstalled following the guidance and it worked!