Closed Neal2020GitHub closed 6 months ago
In line 299, it seems that mask_generator.generate(image)
returns a list of masks.
I also have the same problem
I have solved the problem, this is due to the reason that you have installed segment-anything before in your environment, you need to uninstall the segment-anything, and follow the README to install the segment-anything-langsplat author has provided. Then you can successfully run the code
Hi, I encountered such error when I ran
preprocess.py
. Any idea how to solve it? Thank you!