Update model weights

#5
by bw4sz - opened
Files changed (3) hide show
  1. README.md +6 -8
  2. config.json +4 -0
  3. model.safetensors +2 -2
README.md CHANGED
@@ -1,12 +1,10 @@
1
  ---
2
- license: mit
3
  tags:
4
- - deepforest
 
5
  ---
6
 
7
- # Bird Detection in RGB Airborne Imagery
8
- The model was initially described in [Ecological Applications](https://esajournals.onlinelibrary.wiley.com/doi/abs/10.1002/eap.2694). From the abstract
9
-
10
- >
11
- Using over 250,000 annotations from 13 projects from around the world, we develop a general bird detection model that achieves over 65% recall and 50% precision on novel aerial data without any local training despite differences in species, habitat, and imaging methodology. Fine-tuning this model with only 1000 local annotations increases these values to an average of 84% recall and 69% precision by building on the general features learned from other data sources.
12
- >
 
1
  ---
 
2
  tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
  ---
6
 
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
 
 
config.json CHANGED
@@ -1,12 +1,16 @@
1
  {
2
  "config_args": null,
3
  "config_file": "deepforest_config.yml",
 
4
  "existing_train_dataloader": null,
5
  "existing_val_dataloader": null,
6
  "label_dict": {
7
  "Bird": 0
8
  },
9
  "model": null,
 
10
  "num_classes": 1,
 
 
11
  "transforms": null
12
  }
 
1
  {
2
  "config_args": null,
3
  "config_file": "deepforest_config.yml",
4
+ "detections_per_img": 300,
5
  "existing_train_dataloader": null,
6
  "existing_val_dataloader": null,
7
  "label_dict": {
8
  "Bird": 0
9
  },
10
  "model": null,
11
+ "nms_thresh": 0.05,
12
  "num_classes": 1,
13
+ "score_thresh": 0.25,
14
+ "topk_candidates": 1000,
15
  "transforms": null
16
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2cff5f208261a9bb5b2dea85b9e6b15163742a64145fa9a10d273be1b4db083a
3
- size 129049980
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00efa0075cd38ddba1f4b26053394ff99961ce2e052cce2ec77633e4eb4fcf6c
3
+ size 129048172