rocker417 commited on
Commit
8c64901
·
verified ·
1 Parent(s): 8711a17

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["NAPGuardPatchDetectorModel"],
3
+ "auto_map": {
4
+ "AutoConfig": "configuration_napguard.NAPGuardPatchDetectorConfig",
5
+ "AutoModel": "modeling_napguard.NAPGuardPatchDetectorModel"
6
+ },
7
+ "model_type": "napguard-patch-detector",
8
+ "input_size": 416,
9
+ "conf_thres": 0.1,
10
+ "iou_thres": 0.45,
11
+ "use_nfsi": true,
12
+ "nfsi_sigma": 3.0,
13
+ "nfsi_threshold_factor": 2.0,
14
+ "torch_dtype": "float32"
15
+ }