Marc commited on
Commit
c86a339
·
1 Parent(s): 5bd4d3c

fix: change model to .pt

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "yolos",
3
+ "image_size": [640, 540],
4
+ "num_labels": 3,
5
+ "hidden_size": 768,
6
+ "num_attention_heads": 12,
7
+ "num_hidden_layers": 12,
8
+ "input_channels": 3,
9
+ "grid_size": [20, 15],
10
+ "anchor_sizes": [[10, 13], [16, 30], [33, 23], [30, 61], [62, 45]],
11
+ "max_detections": 100,
12
+ "confidence_threshold": 0.25
13
+ }