Hibou-Foundation commited on
Commit
2297c81
·
verified ·
1 Parent(s): a734a33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md CHANGED
@@ -36,3 +36,64 @@ pretty_name: Drone - Computer Vision
36
  size_categories:
37
  - 10K<n<100K
38
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  size_categories:
37
  - 10K<n<100K
38
  ---
39
+
40
+ <img src="https://avatars.githubusercontent.com/u/232561603?s=200&v=4" width="100px" align="left">
41
+
42
+ ### `Hibou Computer Vision Dataset`
43
+
44
+ </br>
45
+ </br>
46
+
47
+ The Hibou Project is a drone recognition and localization system.
48
+ It is designed to detect and localize drones in real-time, using a combination of audio and video.
49
+
50
+ Official code repo: [Hibou Project](https://github.com/PST4Hibou)
51
+
52
+
53
+ This dataset is designed to train YOLO-based models for drone detection.
54
+
55
+ ## Object Classes
56
+
57
+ | ID | Class Name | Ratio |
58
+ |----|------------|--------|
59
+ | 0 | Drone | 74.17% |
60
+ | 1 | Other | 25.83% |
61
+
62
+ ## Dataset Description
63
+
64
+ | Column | Description |
65
+ |-------------|------------------------------------------------------------------|
66
+ | image | Image from the dataset. |
67
+ | class_id | Unique identifier of the object's class (used for HF splits). |
68
+ | class_name | Name of the class corresponding to `class_id`. |
69
+ | box | Bounding box of the object as an array in YOLO format. |
70
+ | name | Image filename. |
71
+ | raw_label | Original bounding box annotation stored as a string. |
72
+
73
+ Some images with the `class_id`: 1 (Other) don't have a Yolo box. It's used as an empty label during Yolo training.
74
+ More details can be found below.
75
+
76
+ ## How to use
77
+
78
+ ### Edit Dataset
79
+ To edit and update the dataset, please refer to this [Jupyter notebook](https://github.com/PST4Hibou/AI/blob/main/notebooks/computer_vision/01_create_dataset.ipynb).
80
+
81
+ ### Train
82
+ To train a model based on this dataset, please refer to this [Jupyter notebook](https://github.com/PST4Hibou/AI/blob/main/notebooks/computer_vision/02_train_and_predict.ipynb).
83
+
84
+ ### Get in touch
85
+
86
+ If you have any questions, feel free to reach us out on the following channels:
87
+
88
+ [<img src="https://upload.wikimedia.org/wikipedia/fr/thumb/9/98/Discord_logo.svg/langfr-330px-Discord_logo.svg.png" width="100" height=auto alt="Our discord"/>](https://discord.gg/stvp6wrCTP)
89
+
90
+ ### Auhtors
91
+
92
+ We thank everyone who contributed to making this dataset possible.
93
+
94
+ - [pathikg/drone-detection-dataset](https://huggingface.co/datasets/pathikg/drone-detection-dataset)
95
+ - [drone not drone Computer Vision Dataset ](https://universe.roboflow.com/datasets-ga6vl/drone-not-drone-etacg)
96
+ - [YOLO Drone Detection Dataset](https://www.kaggle.com/datasets/muki2003/yolo-drone-detection-dataset)
97
+ - [rohanmyer/geotagged-streetview-images](https://huggingface.co/datasets/rohanmyer/geotagged-streetview-images)
98
+
99
+