PeterH0323 / Smart_Construction

Base on YOLOv5 Head Person Helmet Detection on Construction Sites,基于目标检测工地安全帽和禁入危险区域识别系统,🚀😆附 YOLOv5 训练自己的数据集超详细教程🚀😆2021.3新增可视化界面❗❗
GNU General Public License v3.0
2.23k stars 468 forks source link

requirements.txt的mkl-fft,mkl-random, mkl-service的版本 #87

Open Edisonwei54 opened 10 months ago

Edisonwei54 commented 10 months ago

mkl-fft==1.3.0 mkl-random==1.1.1 mkl-service==2.3.0 error???

mkl-fft==1.3.6 mkl-random==1.2.2 mkl-service==2.4.0 can finish

Edisonwei54 commented 10 months ago

还需要修改 opencv-python PyYAML scipy torch,torchvision,tornado最好单独下轮子安装,根据自己硬件的配置

eva0527 commented 5 months ago

ERROR: Could not find a version that satisfies the requirement mkl-fft==1.3.6 (from versions: none) ERROR: No matching distribution found for mkl-fft==1.3.6 How to do?

Edisonwei54 commented 5 months ago

ERROR: Could not find a version that satisfies the requirement mkl-fft==1.3.6 (from versions: none) ERROR: No matching distribution found for mkl-fft==1.3.6 How to do?

You first need to install mkl. pip install mkl