jamarks commited on
Commit
c5d05d4
1 Parent(s): e663056

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -46,10 +46,10 @@ dataset_summary: >
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
@@ -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 'split', 'max_samples', etc
88
- dataset = fouh.load_from_hub("jamarks/VisDrone2019-DET")
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)