vncgabriel commited on
Commit
f246581
·
verified ·
1 Parent(s): eb0aa2d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "UNet",
3
+ "input_channels": 3,
4
+ "output_channels": 1,
5
+ "num_classes": 2,
6
+ "classes": [
7
+ "background",
8
+ "player"
9
+ ]
10
+ }