File size: 418 Bytes
8c64901 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"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"
}
|