AlexTransformer commited on
Commit
9e938de
·
verified ·
1 Parent(s): c8b15da

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - paddleocr-vl
5
+ - pp-doclayoutv3
6
+ - onnxruntime
7
+ - document-layout-analysis
8
+ - rocm
9
+ pipeline_tag: object-detection
10
+ ---
11
+
12
+ # PP-DocLayoutV3 ONNX
13
+
14
+ Verified PP-DocLayoutV3 ONNX layout model for PaddleOCR-VL-ROCm.
15
+
16
+ Files:
17
+
18
+ - `inference.onnx`
19
+ - `inference.yml`
20
+
21
+ Checksums:
22
+
23
+ - `inference.onnx`: `BC307C102A52A10EEDF20F36A03DF384B8EB2224BEB2E5E716C581901A8F0B61`
24
+ - `inference.yml`: `506FCFAC13B3B546AE40D7886B44126420F392ADB694E3F8BB6A6286A1F90FDC`
25
+
26
+ Usage:
27
+
28
+ ```powershell
29
+ pip install -e .[download]
30
+ python scripts/download_ppdoclayoutv3_onnx.py --repo-id AlexTransformer/PP-DocLayoutV3-onnx
31
+ ```