# HIT-UAV-Infrared-Thermal-Dataset **Repository Path**: thomasz/HIT-UAV-Infrared-Thermal-Dataset ## Basic Information - **Project Name**: HIT-UAV-Infrared-Thermal-Dataset - **Description**: No description available - **Primary Language**: Unknown - **License**: CC-BY-4.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-14 - **Last Updated**: 2024-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HIT-UAV: A high-altitude infrared thermal dataset for Unmanned Aerial Vehicle-based object detection ## Introduction The HIT-UAV contains 2898 infrared thermal images extracted from 43470 frames, captured by UAV from different scenes (schools, parking lots, roads, playgrounds, etc.), covering a wide range of aspects including objects (Person, Bicycle, Car, OtherVehicle), flight altitude data (from 60 to 130 meters), camera perspective data (from 30 to 90 degrees), and daylight intensity (day and night). ## Annotation The HIT-UAV provide two bounding box type, oriented and standard. The oriented annotation can decrease the overlap of bounding boxes to improve the performance of detection algorithms. - Standard bounding box record format: $[xc, yc, w, h]$. - Oriented bounding box record format: $[xc, yc, w, h, \theta]$, where $\theta$ denotes the oriented angle from the horizontal direction of the standard bounding box.