Datasets:
Tasks:
Object Detection
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -46,10 +46,10 @@ dataset_summary: >
|
|
| 46 |
|
| 47 |
|
| 48 |
# Load the dataset
|
| 49 |
-
dataset = fouh.load_from_hub("
|
| 50 |
|
| 51 |
## Or just load the first 1000 samples
|
| 52 |
-
## dataset = fouh.load_from_hub("
|
| 53 |
|
| 54 |
|
| 55 |
# Launch the App
|
|
@@ -84,8 +84,8 @@ import fiftyone as fo
|
|
| 84 |
import fiftyone.utils.huggingface as fouh
|
| 85 |
|
| 86 |
# Load the dataset
|
| 87 |
-
# Note: other available arguments include '
|
| 88 |
-
dataset = fouh.load_from_hub("
|
| 89 |
|
| 90 |
# Launch the App
|
| 91 |
session = fo.launch_app(dataset)
|
|
|
|
| 46 |
|
| 47 |
|
| 48 |
# Load the dataset
|
| 49 |
+
dataset = fouh.load_from_hub("Voxel51/VisDrone2019-DET")
|
| 50 |
|
| 51 |
## Or just load the first 1000 samples
|
| 52 |
+
## dataset = fouh.load_from_hub("Voxel51/VisDrone2019-DET", max_samples=1000)
|
| 53 |
|
| 54 |
|
| 55 |
# Launch the App
|
|
|
|
| 84 |
import fiftyone.utils.huggingface as fouh
|
| 85 |
|
| 86 |
# Load the dataset
|
| 87 |
+
# Note: other available arguments include 'max_samples', 'persistent`, 'overwrite' etc
|
| 88 |
+
dataset = fouh.load_from_hub("Voxel51/VisDrone2019-DET")
|
| 89 |
|
| 90 |
# Launch the App
|
| 91 |
session = fo.launch_app(dataset)
|