TinyFox-1.0 / tinyfox_config.json
thenukegun10x's picture
Upload folder using huggingface_hub
f82e867 verified
Raw
History Blame Contribute Delete
479 Bytes
{
"model_name": "TinyFox 1.0",
"architecture": "NanoDetPlusLite",
"task": "one-class object detection",
"class_names": ["red_fox"],
"input_size": 512,
"input_format": "RGB NCHW tensor",
"normalization": {
"mean": [0.485, 0.456, 0.406],
"std": [0.229, 0.224, 0.225]
},
"width": 1.0,
"reg_max": 16,
"strides": [8, 16, 32],
"checkpoint": "TinyFox_1-0.pt",
"notes": "Night/IR red fox detector. PyTorch checkpoint is a NanoDetPlusLite state_dict."
}