Keras-YOLOV3-tensorflow制作训练自己的数据集

YOLO3搭建数据集前的准备

yolo3下载地址:https://github.com/qqwweee/keras-yolo3

  • 使用的工具 pycharm

本人显卡:英伟达 RTX2070

tensorflow-gpu安装前要安装显卡驱动:CUDA CUDNN 版本安装的是10.0

tensorflow官网 点击查看版本信息

python 3.6.5   Anaconda(第三方用来安装python库,建议安装Anaconda3 4.2.0版本)

tensorflow—gpu 1.13.1

opencv  3.4.1.15

keras 2.2.4 (注意,tensorflow的版本和keras版本要兼容,版本不一样会出问题会出问题。)

安装keras时注意一个问题那就是用库之间版本的兼容问题。

cuda下载地址:https://developer.nvidia.com/cuda-downloads

1更换源

anaconda更换清华源

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mi

猜你喜欢

转载自blog.csdn.net/jasdhasd/article/details/104186450