deepforest-bird / config.json
bw4sz's picture
Update model weights
9d74c5e verified
raw
history blame
337 Bytes
{
"config_args": null,
"config_file": "deepforest_config.yml",
"detections_per_img": 300,
"existing_train_dataloader": null,
"existing_val_dataloader": null,
"label_dict": {
"Bird": 0
},
"model": null,
"nms_thresh": 0.05,
"num_classes": 1,
"score_thresh": 0.25,
"topk_candidates": 1000,
"transforms": null
}