christiankhoury05 commited on
Commit
bca8612
·
verified ·
1 Parent(s): cb237e8

Update HarpoonNet 1.2 with Non-Commercial License - ConvNeXt-Small Architecture

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,3 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # HarpoonNet 1.2 - Advanced Drone Detection Model
2
 
3
  📄 **License: Non-commercial use only.**
 
1
+ ---
2
+ license: other
3
+ license_name: non-commercial
4
+ license_link: LICENSE
5
+ library_name: pytorch
6
+ tags:
7
+ - computer-vision
8
+ - object-detection
9
+ - drone-detection
10
+ - pytorch
11
+ - convnext
12
+ - security
13
+ - surveillance
14
+ - uav-detection
15
+ - aerial-vehicle
16
+ - defense
17
+ pipeline_tag: object-detection
18
+ model_type: object-detection
19
+ datasets:
20
+ - custom
21
+ language:
22
+ - en
23
+ metrics:
24
+ - precision
25
+ - recall
26
+ - map
27
+ widget:
28
+ - src: https://example.com/drone_sample.jpg
29
+ example_title: "Drone Detection Sample"
30
+ model-index:
31
+ - name: HarpoonNet 1.2
32
+ results:
33
+ - task:
34
+ type: object-detection
35
+ name: Object Detection
36
+ dataset:
37
+ type: custom
38
+ name: Multi-Domain Drone Dataset
39
+ args: 109880 images
40
+ metrics:
41
+ - type: validation_loss
42
+ value: 0.059270
43
+ name: Validation Loss
44
+ - type: parameters
45
+ value: 54182134
46
+ name: Total Parameters
47
+ base_model: microsoft/convnext-small-224
48
+ ---
49
+
50
  # HarpoonNet 1.2 - Advanced Drone Detection Model
51
 
52
  📄 **License: Non-commercial use only.**