File size: 1,992 Bytes
cee6ce5 feb305c cee6ce5 feb305c 7aa75a0 cee6ce5 8bc54cd 44a7879 8bc54cd 35a3cb3 413ff08 2779a7c 35a3cb3 5e57604 2779a7c 35a3cb3 2779a7c 5e57604 2779a7c 35a3cb3 cc7c74a feb305c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | ---
license: cc0-1.0
pretty_name: LEANDRONE_V1
tags:
- line follow
- drone
- vision
size_categories:
- n<1K
viewer: false
---
Repository: https://huggingface.co/datasets/Leandro4002/LEANDRONE_V1
Download zip: https://public.saraivam.ch/static/LEANDRONE_V1.zip
Project using this dataset: https://gitlab.com/Leandro4002/drone-follow-line
## Description
The **LEANDRONE_V1** dataset 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.
The camera model is a Himax HM01B0 monochrome with dimension 320×320.
This dataset is aimed to create a machine learning model for an autonomous line-following drone.
Each image is labelled with 2 points named "from" and "to" that draw a line in the direction forward.
Each image has random variations of camera angles, line path, light placement and furnitures.
## Example of sample
<img src="render/0.png"/>
<img src="render_label/0.png"/>
```json
[
{"from": [181, 267], "to": [166, 188]}
]
```
## Crazyflie nanodrone 2.1 and Bitcraze AI deck 1.1:
<img src="crazyflie_nanodrone_2.1.png" width="300"/>
<img src="bitcraze_aideck1.1.png" width="300"/>
## File structure
```
|
|
|---render
| "Black and white images, named from '0.png' to '499.png'"
|
|
|---render_label
| "Colored images, named from '0.png' to '499.png'.
| It also contains a red and green sphere, allowing us to viualize
| the 2 labels 'from'(red sphere) and 'to'(green sphere)"
|
|
|---labels.json
"json array containing json object with the location of
the points 'from' and 'to'. The position is an array with
2 values, the first is x and the second is y. The unit is a pixel.
x goes from left to right and y goes from top to bottom.
The position of the object in the array correspond to the name of the image"
```
## Author
Made in Blender 4.0.2 by Leandro SARAIVA MAIA
20 March 2024
This work is marked with CC0 1.0 Universal |