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

按照您的代码运行之后出现了这样的问题,应该如何解决呢 #4

Open
serendipity999 opened this issue Sep 5, 2018 · 1 comment

Comments

@serendipity999
Copy link

Traceback (most recent call last):
File "/usr/lib/python3.5/multiprocessing/pool.py", line 119, in worker
result = (True, func(*args, **kwds))
File "/usr/lib/python3.5/multiprocessing/pool.py", line 44, in mapstar
return list(map(*args))
File "/home/prlab/SceneClassify-master/im_utils.py", line 24, in _process_image_worker
ret = process(img, random_prob)
File "/home/prlab/SceneClassify-master/im_utils.py", line 44, in aug_images_single
return aug_images([images_data], random_prob)[0]
File "/home/prlab/SceneClassify-master/im_utils.py", line 208, in aug_images
return seq.augment_images(images_data)
...............
File "/usr/local/lib/python3.5/dist-packages/skimage/util/dtype.py", line 244, in convert
raise ValueError("Images of type float must be between -1 and 1.")
ValueError: Images of type float must be between -1 and 1.

@MelonRock
Copy link

@serendipity999 请问你这个问题解决了吗?我也碰到同样的问题,ubuntu系统

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