TypeError:|TypeError: Image data cannot be converted to float
import numpy as np
import cv2.cv2 as cv
from matplotlib import pyplot as plt
import tkinter as tk
from tkinter import filedialog
root = tk.Tk()
root.withdraw()
file_path2 = filedialog.askopenfilename()# 选择图片
img = cv.imread(file_path2)
【TypeError:|TypeError: Image data cannot be converted to float】plt.imshow(img)
TypeError: Image data cannot be converted to float
关于这个问题,主要是因为路径中含有中文文件夹名,改成英文的就行了
推荐阅读
- 第6.2章(设置属性)
- 数据库总结语句
- vue组件中为何data必须是一个函数()
- R|R for data Science(六)(readr 进行数据导入)
- 关于Core|关于Core Image
- unity探究UGUI的Image中sprite和overrideSprite的区别
- ImageLoaders 加载图像
- 《二十不惑》(青春就是跌跌撞撞地勇往直前)
- 由Uncaught|由Uncaught TypeError: this.player.startMoveAt is not a function引申
- 运行报错Cannot|运行报错Cannot find module '@babel/compat-data/corejs3-shipped-proposals’