first commit
language_depiction_sentence_detection
创建conda环境
conda create -n vdd python=3.6 -y
安装python组件
pip install -r requirements.txt
运行demo
python demo.py
中文句子语言描写检测
language_depiction_sentence_detection
创建python环境(建议使用conda)
创建conda环境
安装python组件
运行demo