joshvm commited on
Commit
b90eef4
·
verified ·
1 Parent(s): cc21436

fixup: remove model prefix in tensor names for v2

Browse files
Files changed (3) hide show
  1. README.md +6 -7
  2. config.json +3 -6
  3. model.safetensors +2 -2
README.md CHANGED
@@ -1,11 +1,10 @@
1
  ---
2
- license: mit
3
- language:
4
- - en
5
  tags:
6
- - deepforest
 
7
  ---
8
 
9
- ## Tree Crown Detection in RGB Airborne Imagery
10
-
11
- The model was initially described in [Remote Sensing](https://www.mdpi.com/2072-4292/11/11/1309) on a single site. The prebuilt model uses a semi-supervised approach in which millions of moderate quality annotations are generated using a LiDAR unsupervised tree detection algorithm, followed by hand-annotations of RGB imagery from select sites. Comparisons among geographic sites were added to [Ecological Informatics](https://www.sciencedirect.com/science/article/pii/S157495412030011X). The model was further improved, and the Python package was released in [Methods in Ecology and Evolution](https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.13472).
 
 
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,9 @@
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
  "Tree": 0
8
  },
9
- "model": null,
10
  "num_classes": 1,
11
- "transforms": null
12
  }
 
1
  {
2
+ "architecture": "retinanet",
 
 
 
3
  "label_dict": {
4
  "Tree": 0
5
  },
6
+ "nms_thresh": 0.05,
7
  "num_classes": 1,
8
+ "score_thresh": 0.1
9
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d37a7af0b5ba2754282a80d41b4c7b66e8c7149234df5bf3f41bdaf57d329fc8
3
- size 129049980
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94e3200520b07ce9425890df1be412578805241903456c37b8c0fb1180b5761c
3
+ size 129048172