Spaces:
Build error
Build error
Create config.json
Browse files- 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 |
+
}
|