TypeError: Image data can not convert to float

前端 未结 12 735
醉话见心
醉话见心 2020-12-17 07:45

I am trying to create a 16-bit image like so:

import skimage 
import random
from random import randint                        
xrow=raw_input("Enter the          


        
12条回答
  •  生来不讨喜
    2020-12-17 08:21

    In my case image path was wrong! So firstly, you might want to check if image path is correct :)

提交回复
热议问题