Create panoptic_config.json
Browse files- panoptic_config.json +6 -0
panoptic_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"0": {"isthing": 0, "name": "background"},
|
3 |
+
"1": {"isthing": 0, "name": "col"},
|
4 |
+
"2": {"isthing": 0, "name": "row"},
|
5 |
+
"3": {"isthing": 0, "name": "text"}
|
6 |
+
}
|