sanjeevafk/vanrakshak-forest-aerial-thermal
๐ฒ VanRakshak: Forest & Wildlife Aerial-Thermal Dataset A comprehensive, curated dataset of aerial and thermal imagery optimized for forest surveillance, anti-poaching, human-wildlife conflict mitigation, and wildfire detection via UAVs and drones. ๐ Quick Start from datasets import load_dataset # Load full dataset with instant streaming and native image/bbox decoding dataset = load_dataset("sanjeevafk/vanrakshak-forest-aerial-thermal") # Access sampleโฆ See the full description on the dataset page: https://huggingface.co/datasets/sanjeevafk/vanrakshak-forest-aerial-thermal.
๐ฒ VanRakshak: Forest & Wildlife Aerial-Thermal Dataset
    
A comprehensive, curated dataset of aerial and thermal imagery optimized for forest surveillance, anti-poaching, human-wildlife conflict mitigation, and wildfire detection via UAVs and drones.
๐ Quick Start
from datasets import load_dataset
# Load full dataset with instant streaming and native image/bbox decoding
dataset = load_dataset("sanjeevafk/vanrakshak-forest-aerial-thermal")
# Access sample with bounding boxes and classes
sample = dataset["train"][0]
image = sample["image"]
bboxes = sample["objects"]["bbox"]
categories = sample["objects"]["category"]Target Classes (6 Categories)
๐ Dataset Statistics
๐ Citation & License
This dataset is distributed under the Apache 2.0 License.
@dataset{vanrakshak_2026,
author = {Sanjeev and VanRakshak Project Contributors},
title = {VanRakshak: Forest & Wildlife Aerial-Thermal Dataset},
year = {2026},
publisher = {Hugging Face},
howpublished = {\\url{https://huggingface.co/datasets/sanjeevafk/vanrakshak-forest-aerial-thermal}}
}