vncgabriel commited on
Commit
3bf39d9
·
verified ·
1 Parent(s): 9ff2c7a

Create config.json

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
+ }