Dataset Card for VisDrone2019-DET
This is a FiftyOne version of the VisDrone2019-DET dataset with 8629 samples.
If you haven't already, install FiftyOne:
pip install -U fiftyone
import fiftyone as fo
import fiftyone.utils.huggingface as fouh
Load the dataset
Note: other available arguments include 'max_samples', 'persistent`, 'overwrite' etc
dataset = fouh.load_from_hub("Voxel51/VisDrone2019-DET")
Launch the App