大家好,我正在尝试编写一种用于车辆检测的算法,但无法从导入库开始,因为我收到一个错误:
ModuleNotFoundError:没有名为“lesson_functions”的模块,并且在某处找不到有关lesson_functions的任何信息
在笔记本中导入以下库时
import matplotlib.image as mpimg
import matplotlib.pyplot as plt
import numpy as np
import cv2
import glob
import time
from sklearn.svm import LinearSVC
from sklearn.preprocessing import StandardScaler
from skimage.feature import hog
from lesson_functions import *
from sklearn.model_selection import train_test_split
我也在使用 python 3.7
森栏
相关分类