File size: 448 Bytes
2387dc8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "backbone": "OpenGVLab/pvt_v2_b3",
  "count_cls_weight": 0.1,
  "density_l1_weight": 0.01,
  "density_sigma": 3.0,
  "enforce_count": true,
  "label_dict": {
    "Tree": 0
  },
  "losses": [
    "count",
    "count_cls",
    "ot",
    "density_l1"
  ],
  "mae_weight": 1.0,
  "norm_cood": true,
  "num_classes": 1,
  "num_of_iter_in_ot": 100,
  "ot_weight": 0.1,
  "score_integration_radius": 2,
  "score_thresh": 0.15,
  "sinkhorn_reg": 1.0
}