-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'addict' #30
Comments
Try |
File "G:\neural code\SegmentAnythingin3D-main\run.py", line 18, in |
This error seems a little weird. Can you try nvidia-smi? Is torch.cuda.is_available() ok? |
There seems to be a driver / cuda mismatch. Refer to this issue. |
Traceback (most recent call last):
File "G:\neural code\SegmentAnythingin3D-main\run_seg_gui.py", line 11, in
from lib.config_loader import Config
File "G:\neural code\SegmentAnythingin3D-main\lib\config_loader.py", line 18, in
from addict import Dict
ModuleNotFoundError: No module named 'addict'
why?是提示没有数据集吗
The text was updated successfully, but these errors were encountered: