-
Notifications
You must be signed in to change notification settings - Fork 70
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
Error while running #1
Comments
I think that error comes from an outdated skimage version, try |
Upgraded it and got new errors...
|
These errors don't look to me like they come from my scripts? Apparently they request you to execute |
Yeah I found a stack page with it have something to do with my command line tools probably. |
I would like to ask you how to solve this problem? |
ValueError: Invalid mode specified. Please use |
Try upgrading your scipy and scikit-image, I think that error pops up with outdated versions. I.e. do something like: |
I had the same error as described above. @aleju, please checkout the script dataset/generate_dataset.py in line 130, I changed the value of mode to 'constant' and It runs until stops at another error in line 40, currently the value is 'nearest', as the error says that value is invalid. Source: http://scikit-image.org/docs/stable/api/skimage.transform.html#warp |
Fixed the one in line 130, thanks for the info. |
Hm not sure what your problem here is. That stacktrace isn't very useful and stops at a point where it shouldn't throw an IOError. I just tried executing the script and get way past image 27. The best I could find online was that it seems to be an error that can sometimes pop up in windows when reading and writing to the same file, but that shouldn't be the case here. |
I'm getting following error.
The text was updated successfully, but these errors were encountered: