Upload 2 files
Browse files'Photi' is a multi-class image segmentation model trained on Deeplab v3+ using five distinct classes to detect major layout features in classical Tibetan works.
- config.json +12 -0
- photi.onnx +3 -0
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "photi.onnx",
|
3 |
+
"classes": [
|
4 |
+
"background",
|
5 |
+
"image",
|
6 |
+
"line",
|
7 |
+
"margin",
|
8 |
+
"caption"
|
9 |
+
],
|
10 |
+
"input_width": "512",
|
11 |
+
"input_height": "512"
|
12 |
+
}
|
photi.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d6173bdf829d122d949ad07503b97e7888227f6617621c9a476dc57cecac008
|
3 |
+
size 90454510
|