int()参数必须是字符串,类似字节的对象或数字,而不是'NoneType',如何解决此问题...
对于此代码,import cv2 import numpy as np from os import listdir from os.path import isfile,join data_path='dataset/' ...int()argument must be a string,a bytes-like object or a number,not 'NoneType' 问题来源:stackoverflow