Datasets:
Tasks:
Object Detection
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -46,11 +46,11 @@ dataset_summary: >
|
|
46 |
|
47 |
|
48 |
# Load the dataset
|
49 |
-
|
50 |
-
# Note: other available arguments include 'split', 'max_samples', etc
|
51 |
-
|
52 |
dataset = fouh.load_from_hub("jamarks/VisDrone2019-DET")
|
53 |
|
|
|
|
|
|
|
54 |
|
55 |
# Launch the App
|
56 |
|
|
|
46 |
|
47 |
|
48 |
# Load the dataset
|
|
|
|
|
|
|
49 |
dataset = fouh.load_from_hub("jamarks/VisDrone2019-DET")
|
50 |
|
51 |
+
## Or just load the first 1000 samples
|
52 |
+
## dataset = fouh.load_from_hub("jamarks/VisDrone2019-DET", max_samples=1000)
|
53 |
+
|
54 |
|
55 |
# Launch the App
|
56 |
|