Merge branch ‘master’ of code.gitlink.org.cn:tal-ai/auto_correction_service
Python3.6
安装所需要的包
pip install -r requirements.txt
更改测试图片中的image路径 demo.py中48行,img_path=单张图片路径
自带图片路径在app/services/images目录下
python app/services/demo.py
CUDA版本为9.0 CUDNN版本为7.0
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
auto_correction_service 拍照判题
Python环境
Python3.6
准备工作
安装所需要的包
更改测试图片中的image路径 demo.py中48行,img_path=单张图片路径
自带图片路径在app/services/images目录下
运行demo
注意
CUDA版本为9.0 CUDNN版本为7.0