Note
This is a Hugging Face dataset. For large datasets, ensure huggingface_hub>=1.1.3 to avoid rate limits. Learn more in the Hugging Face integration docs.
Reid People Tracking#
Person re-identification dataset for tracking individuals across camera views.

Details#
Property |
Value |
|---|---|
Samples |
101 |
Media |
image |
Fields |
global_id, confidence, camera_id, timestamp, embeddings |
Usage#
from fiftyone.utils.huggingface import load_from_hub
dataset = load_from_hub("Voxel51/reid-people-tracking")
Uploaded with FiftyOne Skills