| { | |
| "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." | |
| } | |