chineseocr / chineseocr

yolo3+ocr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requirements文件中库可以直接通过pip 安装么

ucasiggcas opened this issue · comments

hi,dear
just use pip could I install the requiremets successfully ?
thx

try pip install -r requirements.txt ?

conda create -n chineseocr python=3.6
conda activate chineseocr
pip install -r requirements.txt