Skip to content
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

this repo is unable to run! #58

Open
MorleyOlsen opened this issue Mar 22, 2024 · 2 comments
Open

this repo is unable to run! #58

MorleyOlsen opened this issue Mar 22, 2024 · 2 comments

Comments

@MorleyOlsen
Copy link

I have tried every step exactly as the author recorded. However, there is always a bug in the period of running train.py. I suggest all of the users to move to other repos!!!!!!!!!!!!

@pantongwang
Copy link

if you have this problem named "module albumentations.augmentations.transforms has no attribute RandomRotate90 error"
solution :

  1. add this in the top of train.py-->>“import albumentations as A”
    2 change “transform.RandomRotate90()” to “A.RandomRotate90()”
  2. and rewrite all “transform.Resize” to “A.Resize” in train.py

@MorleyOlsen
Copy link
Author

I tried using torch's transforms to replace this module, and it also did not work properly. I eventually found another blog with tensorflow framework, and adjusted it to both UNet and UNet++ models. Thanks for your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants