CoolFace
Modelpublic

weecology/deepforest-tree-point

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes710downloads
config.json25 linesDownload Raw Back to root
1{2  "backbone": "OpenGVLab/pvt_v2_b3",3  "count_cls_weight": 0.1,4  "density_l1_weight": 0.01,5  "density_sigma": 3.0,6  "enforce_count": true,7  "label_dict": {8    "Tree": 09  },10  "losses": [11    "count",12    "count_cls",13    "ot",14    "density_l1"15  ],16  "mae_weight": 1.0,17  "norm_cood": true,18  "num_classes": 1,19  "num_of_iter_in_ot": 100,20  "ot_weight": 0.1,21  "score_integration_radius": 2,22  "score_thresh": 0.15,23  "sinkhorn_reg": 1.024}25