NeoKish commited on
Commit
a16c1a4
1 Parent(s): d43cac8

Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -53,9 +53,9 @@ dataset_summary: >
53
 
54
  # Note: other available arguments include 'max_samples', etc
55
 
56
- dataset = fouh.load_from_hub("NeoKish/DensePose-COCO")
57
 
58
- # dataset = fouh.load_from_hub("NeoKish/DensePose-COCO", max_samples=1000)
59
 
60
 
61
 
@@ -92,7 +92,7 @@ import fiftyone.utils.huggingface as fouh
92
 
93
  # Load the dataset
94
  # Note: other available arguments include 'max_samples', etc
95
- dataset = fouh.load_from_hub("NeoKish/DensePose-COCO")
96
 
97
  # Launch the App
98
  session = fo.launch_app(dataset)
 
53
 
54
  # Note: other available arguments include 'max_samples', etc
55
 
56
+ dataset = fouh.load_from_hub("Voxel51/DensePose-COCO")
57
 
58
+ # dataset = fouh.load_from_hub("Voxel51/DensePose-COCO", max_samples=1000)
59
 
60
 
61
 
 
92
 
93
  # Load the dataset
94
  # Note: other available arguments include 'max_samples', etc
95
+ dataset = fouh.load_from_hub("Voxel51/DensePose-COCO")
96
 
97
  # Launch the App
98
  session = fo.launch_app(dataset)