agglutinine-detector / config.json
raidAthmaneBenlala's picture
Upload config.json with huggingface_hub
2160e60 verified
Raw
History Blame Contribute Delete
198 Bytes
{
"architectures": [
"ResNet50"
],
"task": "image-classification",
"num_classes": 2,
"class_names": [
"Negative",
"Positive"
],
"input_shape": "Single frame, 800x600 RGB"
}