使用此功能后
image = tf.image.resize_images(original_image,(128,128))
最后我使用plt.imshow()来显示我的手势图片
tensorflow
tensorflow ×1