README.md
(1) 下载模型
(2) 安装依赖,包括 python、cuda、cudnn、opencv、tfplot、tensorflow 等,详见 requirements.txt
- pip install -r requirements.txt
- # pipenv run pip install -r requirements.txt
(3) 编译
- cd ${PWD}/libs/box_utils/cython_utils
- python setup.py build_ext --inplace
- # pipenv run python setup.py build_ext --inplace
(4) 执行检测
- mkdir -p ./input ./output
-
- cd $PWD/tools
-
- python inference.py --data_dir='../input'
- --save_dir='../output'
- --GPU='0'
(5) 同时项目还执行训练自定义数据集