|
|
@@ -225,7 +225,11 @@ paddlex --install serving
|
|
|
paddlex --serve --pipeline zhch/PP-StructureV3-zhch.yaml
|
|
|
|
|
|
# linux 10.192.72.11
|
|
|
-nohup paddlex --serve --port 8111 --device "gpu:3" --pipeline zhch/my_config/PP-StructureV3.yaml &
|
|
|
+# nohup paddlex --serve --port 8111 --device "gpu:3" --pipeline zhch/my_config/PP-StructureV3.yaml &
|
|
|
+python3 start_paddlex_with_adapter.py --serve \
|
|
|
+ --port "8111" \
|
|
|
+ --device "gpu:3" \
|
|
|
+ --pipeline "my_config/PP-StructureV3.yaml"
|
|
|
|
|
|
# client
|
|
|
python ppstructurev3_single_client.py --input_file "/Users/zhch158/workspace/data/至远彩色印刷工业有限公司/2023年度报告母公司.pdf" --output_dir "/Users/zhch158/workspace/data/至远彩色印刷工业有限公司/data_PPStructureV3_Results" --api_url "http://10.192.72.11:8111/layout-parsing" --timeout 300
|