摘要: 使用yolo3模型训练自己的数据集 本项目地址:https://github.com/Cw-zero/Retrain-yolo3 一、运行环境 1. Ubuntu16.04、 2. TensorFlow-gpu 1.4.0 或更高版本、 3. Keras 2.2.4 、 4. numpy 1.15. 阅读全文
posted @ 2019-03-13 10:31 JustCopyer 阅读(8318) 评论(0) 推荐(0) 编辑
摘要: 一、TensorRT支持的模型: TensorRT 直接支持的model有ONNX、Caffe、TensorFlow,其他常见model建议先转化成ONNX。总结如下: 1 ONNX(.onnx) 2 Keras(.h5) --> ONNX(.onnx) (https://github.com/on 阅读全文
posted @ 2019-02-24 22:02 JustCopyer 阅读(14659) 评论(7) 推荐(0) 编辑
摘要: 采用update-alternatives 切换版本 1.打开终端:Ctrl+Alt+T 2.查看update-alternatives的帮助信息:update-alternatives --help 3.查看有没有python可选项:update-alternatives --display py 阅读全文
posted @ 2019-02-19 13:25 JustCopyer 阅读(3160) 评论(0) 推荐(0) 编辑