kzuri commited on
Commit
06989a0
1 Parent(s): e41eeff

Create panoptic_config.json

Browse files
Files changed (1) hide show
  1. 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
+ }