| { | |
| "architectures": ["NAPGuardPatchDetectorModel"], | |
| "auto_map": { | |
| "AutoConfig": "configuration_napguard.NAPGuardPatchDetectorConfig", | |
| "AutoModel": "modeling_napguard.NAPGuardPatchDetectorModel" | |
| }, | |
| "model_type": "napguard-patch-detector", | |
| "input_size": 416, | |
| "conf_thres": 0.1, | |
| "iou_thres": 0.45, | |
| "use_nfsi": true, | |
| "nfsi_sigma": 3.0, | |
| "nfsi_threshold_factor": 2.0, | |
| "torch_dtype": "float32" | |
| } | |