darkflow安装

转自 原文:https://blog.csdn.net/qq_35451572/article/details/80304593 

0. 下载安装包
git clone https://github.com/thtrieu/darkflow
1
注:安装之前需要安装好:Python3、tensorflow 1.0、numpy, opencv 3,如果没有安装请先安装好。

1. 安装

cd darkflow
python3 setup.py build_ext --inplace
sudo pip3 install .


在最后一一步进行pip install.的时候,如果不加入sudo是没有权限的。

你可能感兴趣的:(linux)