-
Notifications
You must be signed in to change notification settings - Fork 213
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 'albumentations.torch.functional' #24
Comments
I solved it by "sudo pip3 install albumentations". |
Depends on the
to
|
The issue can arise because robot-surgery-segmentation/requirements.txt Lines 1 to 4 in de12469
Following your remark about version, I have run |
albumentations = "0.5.2" would be the highest version that compiles |
in demo.ipynb, the line
from dataset import load_image
gives
ModuleNotFoundError: No module named 'albumentations.torch.functional'
I used conda to install albumentations, and the ipnyb command 'import albumentations.torch' loads properly. Apologies if this is an error from my side.
The text was updated successfully, but these errors were encountered: