TypeError:传递给参数'begin'的值使DataType float32不在允许值列表中:int32,int64

时间:2018-05-17 11:09:49

标签: tensorflow

当我通过tensorflow对象检测API获取图像但是出现此错误时

TypeError: Value passed to parameter 'begin' has DataType float32 not in list of allowed values: int32, int64

我正在使用cropped_image= tf.image.crop_to_bounding_box(image_np, int(yminn), int(xminn), int(ymaxx-yminn), int(xmaxx-xminn))

请帮助

1 个答案:

答案 0 :(得分:0)

我昨天遇到了这个问题。这似乎已经开始,因为我最初在窗口上单独安装了tensorflow和anaconda。但有一次我再次尝试在anaconda命令提示符下使用conda create安装tensorflow。如果你想节省时间,请继续卸载并重新安装tensorflow,conda(如果已安装),pythong