You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: