提交 cf44bc10 编写于 作者: 文幕地方's avatar 文幕地方

add paddleclas version limit

上级 fb6c3056
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
pip3 install "paddleocr>=2.6" pip3 install "paddleocr>=2.6"
# 安装 图像方向分类依赖包paddleclas(如不需要图像方向分类功能,可跳过) # 安装 图像方向分类依赖包paddleclas(如不需要图像方向分类功能,可跳过)
pip3 install paddleclas pip3 install paddleclas>=2.4.3
# 安装 关键信息抽取 依赖包(如不需要KIE功能,可跳过) # 安装 关键信息抽取 依赖包(如不需要KIE功能,可跳过)
pip3 install -r ppstructure/kie/requirements.txt pip3 install -r ppstructure/kie/requirements.txt
......
...@@ -50,7 +50,7 @@ For more software version requirements, please refer to the instructions in [Ins ...@@ -50,7 +50,7 @@ For more software version requirements, please refer to the instructions in [Ins
pip3 install "paddleocr>=2.6" pip3 install "paddleocr>=2.6"
# Install the image direction classification dependency package paddleclas (if you do not use the image direction classification, you can skip it) # Install the image direction classification dependency package paddleclas (if you do not use the image direction classification, you can skip it)
pip3 install paddleclas pip3 install paddleclas>=2.4.3
# Install the KIE dependency packages (if you do not use the KIE, you can skip it) # Install the KIE dependency packages (if you do not use the KIE, you can skip it)
pip3 install -r kie/requirements.txt pip3 install -r kie/requirements.txt
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册