ingmarnitze commited on
Commit
9e36523
1 Parent(s): c50c14e

Update README.md

Browse files

updated model card

Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1,3 +1,27 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ # Beaver dam and lodge detection model based on yolov8
5
+
6
+ ## Info
7
+ - Model file in pytorch format for ultralytics yolov8
8
+ - bounding boxes of beaver dams and lodges
9
+ - trained on aerial imagery from West and Northwest Alaska
10
+ - More info: https://essd.copernicus.org/preprints/essd-2023-193/
11
+
12
+ ## Related Code
13
+ ### github
14
+ https://github.com/initze/yolov8_object_detection/
15
+
16
+ ### Input data
17
+ RGB images
18
+
19
+ ### Known and potential issues
20
+ - false positives for curved shore areas
21
+
22
+ ### Example
23
+ #### Beaver Dams
24
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/65d21a586a61dce9699400e8/Sd5mcaQ-lpkeGie53gAWT.jpeg)
25
+ #### Beaver Lodges
26
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/65d21a586a61dce9699400e8/JcY5SSTxCGpp_0Xv9d012.jpeg)
27
+