-
Notifications
You must be signed in to change notification settings - Fork 93
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
Notebook not working #5
Comments
Hi Fra, I appreciate your interest in our work. I wanted to follow up on your issue with running the MaskCut demo. I just directly tested the demo on CoLab, and it seems to be working fine. Are you currently running the demo notebook on your local machine? If so, please ensure that the MaskCut demo notebook is located within the CutLER/maskcut/ directory. The colormap is imported from maskcut/colormap.py. You may need to uninstall the colormap package you installed first. Please let me know if this resolves the issue you were experiencing. Best, |
Weird, I've tried on collab - maybe a lucky run? Glad the issue was just from my side. I've retried and it runs smoothly, thanks for the great work ❤️ Other colleagues have confirmed to me the notebook is running perfectly 🚀 |
same problem, It can work on colab, but not work on service |
Hi, please ensure that the MaskCut demo notebook is located within the CutLER/maskcut/ directory. The colormap is imported from maskcut/colormap.py. Based on your error message, it seems like the colormap was imported from "/usr/local/lib/python3.8/dist-packages/colormap/init.py", which is wrong. You may need to uninstall the colormap package you installed first or follow our installation instructions to build a new conda environment. Best, |
|
Running the notebook results in missing module
colormap
, installing it resulting in missing moduleeasydev
, after installing it I gotImportError: cannot import name 'random_color' from 'colormap' (/usr/local/lib/python3.8/dist-packages/colormap/__init__.py)
I am wondering how you run it, looking at the torch version it looks like you may have run it some months ago.
Thank you for the help
Cheers,
Fra
The text was updated successfully, but these errors were encountered: