Deep Green Diagnostics

Published: 21 March 2019| Version 3 | DOI: 10.17632/dn8rj26kzm.3
Contributors:
,
,
,
,

Description

The following dataset was created to cover the necessity of getting images of urban areas to estimate the health vegetation using a drone to 30 hight meters. The images were taken with a drone Phantom 4 of the DJI family and cut them to get a size of 200x200px. Into the pictures, there are different types of vegetation such as grass, trees of different size, and shrubs. Also, streets, buildings, cars, people and other types of objects commonly present in these areas. Contamination is an agent that is almost always found in all of the cities, so we consider as contamination as all the garbage that could be found in an urban environment, such as waste of food, empty containers of sweets or chips, plastic bottles, and other things.

Files

Steps to reproduce

Into the directory there are two CSV files called tag_traning and tag_test each file contain the name and the tag of each image, like in the next structure: Name_Img.jpg Health_tag Contaminated Where: The first column is the name of the .jpg file. The second column is the health tag: SA -> Healthy, SE -> Dry, NS -> Unhealthy and NP -> No-vegetation. The third column is the flag to identify if there is contamination, to indicate contamination we use number __1 for contamination and __0 for no contamination. Also, the directory contains two .zip files. The "Training_dataset" has more than 9000 images and the "Testing_dataset" has approximately 900 images. It is important to say that there are two serialized pickle files, each file has a python list that contains the next structure: [[[numpy.arr], [list_tag]], ..., [[numpy.arr], [list_tag]]] This pickle file was generated with a python code, for that reason, the numpy array is the information of each pixel inside the image and the list contains a one-hot coding as follows: No-contaminated [1,0,0,0,0,0,0,0] -> SA 0 - Healthy [0,1,0,0,0,0,0,0] -> SE 0 - Dry [0,0,1,0,0,0,0,0] -> NS 0 - Unhealthy [0,0,0,1,0,0,0,0] -> NP 0 - No-vegetation Contaminated [0,0,0,0,1,0,0,0] -> SA 1 - Healthy contaminated [0,0,0,0,0,1,0,0] -> SE 1 - Dry contaminated [0,0,0,0,0,0,1,1] -> NS 1 - Unhealthy contaminated [0,0,0,0,0,0,0,1] -> NP 1 - No-vegetation contaminated If you want load the pickle file, run the next code: import pickle list_info = pickle.load(open( "file_pickle.pickle", "rb" )) Note: The Pickle_Training could not be unplugged due to the Mendeley server. In the future version, we will update this dataset to add the Pickle_Training. If you want the Pickle_Training. Please let us know and send a mail to the next mail: vargasmonroyisraelagustin@gmail.com, with the subject: "Pickle_Training".

Institutions

Instituto Politecnico Nacional Centro de Investigacion en Computacion, Escuela Superior de Computo del Instituto Politecnico Nacional

Categories

Grassland Vegetation, Urban Vegetation, Vegetation, Aerial Photography, Drone (Aircraft)

Licence