CoolFace
Datasetpublic

hibana2077/UAV-Human

UAV-Human Dataset (Mirror) Dataset Summary The RGB video data of [CVPR2021] UAV-Human: A Large Benchmark for Human Behavior Understanding with Unmanned Aerial Vehicles. Usage Download Dataset curl -L -o rgb_data.zip https://huggingface.co/datasets/hibana2077/UAV-Human/resolve/main/all_rgb.zip?download=true Download Anno curl -L -o classes_map.csv… See the full description on the dataset page: https://huggingface.co/datasets/hibana2077/UAV-Human.

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes903downloads
Dataset Card

UAV-Human Dataset (Mirror)

cv

Dataset Summary

The RGB video data of [CVPR2021] UAV-Human: A Large Benchmark for Human Behavior Understanding with Unmanned Aerial Vehicles.

Usage

Download Dataset

bash
curl -L -o rgb_data.zip https://huggingface.co/datasets/hibana2077/UAV-Human/resolve/main/all_rgb.zip?download=true

Download Anno

bash
curl -L -o classes_map.csv https://huggingface.co/datasets/hibana2077/UAV-Human/resolve/main/classes_map.csv?download=true
curl -L -o split.json https://huggingface.co/datasets/hibana2077/UAV-Human/resolve/main/split.json?download=true

Citation

bibtex
@InProceedings{Li_2021_CVPR,
    author    = {Li, Tianjiao and Liu, Jun and Zhang, Wei and Ni, Yun and Wang, Wenqian and Li, Zhiheng},
    title     = {{UAV-Human: A Large Benchmark for Human Behavior Understanding With Unmanned Aerial Vehicles}},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2021},
    pages     = {16266-16275}
}

Original Github Repo

Official repository