InstanceSegmentation / config.json
vncgabriel's picture
Update config.json
d75b1dd verified
{
"architecture": "UNet",
"input_channels": 3,
"output_channels": 1,
"num_classes": 2,
"classes": [
"background",
"player"
]
}