datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
dronescapes2_annotated_train_set
Dataset Card for DroneScapes2 (annotated train set)
This is a FiftyOne dataset with 218 samples. It's a subset of this split from the original repo.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset =… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/dronescapes2_annotated_train_set.fiber-optic-drones
Fiber-Optic Drones (full release)
2,260 images + 8,759 bounding boxes + 5,114 verified detections for fiber-optic drone object detection. Image bytes are inlined so you can load_dataset() and start training immediately.
If you only want labels (no pixels, fully redistributable), see the sister dataset:
waltgrace/fiber-optic-drones-labels.
What's in here
2,260 images bundled inline (~309 MB Parquet)
8,759 bounding boxes (Falcon Perception)
5,114 boxes (58%)… See the full description on the dataset page: https://huggingface.co/datasets/waltgrace/fiber-optic-drones.
