Added descriptive image
Browse files- README.md +21 -2
- bitcraze_aideck1.1.png +0 -0
- crazyflie_nanodrone_2.1.png +0 -0
README.md
CHANGED
|
@@ -7,7 +7,9 @@ tags:
|
|
| 7 |
- drone
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
| 11 |
The camera model is a Himax HM01B0 monochrome with dimension 320×320.
|
| 12 |
|
| 13 |
This dataset is aimed to create a machine learning model for an autonomous line-following drone.
|
|
@@ -15,7 +17,21 @@ Each image is labelled with 2 points named "from" and "to" that draw a line in t
|
|
| 15 |
|
| 16 |
Each image has random variations of camera angles, line path, light placement and furnitures.
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
```
|
| 20 |
|
|
| 21 |
|
|
|
@@ -33,9 +49,12 @@ File structure:
|
|
| 33 |
"json array containing json object with the location of
|
| 34 |
the points 'from' and 'to'. The position is an array with
|
| 35 |
2 values, the first is x and the second is y. The unit is a pixel.
|
|
|
|
| 36 |
The position of the object in the array correspond to the name of the image"
|
| 37 |
```
|
| 38 |
|
|
|
|
|
|
|
| 39 |
Made in Blender 4.0.2 by Leandro SARAIVA MAIA
|
| 40 |
20 March 2024
|
| 41 |
This work is marked with CC0 1.0 Universal
|
|
|
|
| 7 |
- drone
|
| 8 |
---
|
| 9 |
|
| 10 |
+
## Description
|
| 11 |
+
|
| 12 |
+
The LEANDRONE_V1 is a collection of 500 labelled images triying to mimic the photo taken by the front camera of a Bitcraze AI deck 1.1 mounted on a Crazyflie 2.1 nanodrone.
|
| 13 |
The camera model is a Himax HM01B0 monochrome with dimension 320×320.
|
| 14 |
|
| 15 |
This dataset is aimed to create a machine learning model for an autonomous line-following drone.
|
|
|
|
| 17 |
|
| 18 |
Each image has random variations of camera angles, line path, light placement and furnitures.
|
| 19 |
|
| 20 |
+
## Example of sample
|
| 21 |
+
<img src="render/0.png"/>
|
| 22 |
+
<img src="render_label/0.png"/>
|
| 23 |
+
|
| 24 |
+
```json
|
| 25 |
+
[
|
| 26 |
+
{"from": [181, 267], "to": [166, 188]}
|
| 27 |
+
]
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
## Crazyflie nanodrone 2.1 and Bitcraze AI deck 1.1:
|
| 31 |
+
<img src="crazyflie_nanodrone_2.1.png" width="300"/>
|
| 32 |
+
<img src="bitcraze_aideck1.1.png" width="300"/>
|
| 33 |
+
|
| 34 |
+
## File structure
|
| 35 |
```
|
| 36 |
|
|
| 37 |
|
|
|
|
|
| 49 |
"json array containing json object with the location of
|
| 50 |
the points 'from' and 'to'. The position is an array with
|
| 51 |
2 values, the first is x and the second is y. The unit is a pixel.
|
| 52 |
+
x goes from left to right and y goes from top to bottom.
|
| 53 |
The position of the object in the array correspond to the name of the image"
|
| 54 |
```
|
| 55 |
|
| 56 |
+
## Author
|
| 57 |
+
|
| 58 |
Made in Blender 4.0.2 by Leandro SARAIVA MAIA
|
| 59 |
20 March 2024
|
| 60 |
This work is marked with CC0 1.0 Universal
|
bitcraze_aideck1.1.png
ADDED
|
crazyflie_nanodrone_2.1.png
ADDED
|