jamarks commited on
Commit
8ed7432
1 Parent(s): 219929d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -49,7 +49,7 @@ dataset_summary: '
49
 
50
  # Note: other available arguments include ''max_samples'', etc
51
 
52
- dataset = fouh.load_from_hub("jamarks/SDXL-Generated-Stanford-Dogs")
53
 
54
 
55
  # Launch the App
@@ -65,7 +65,7 @@ dataset_summary: '
65
 
66
  <!-- Provide a quick summary of the dataset. -->
67
 
68
-
69
 
70
 
71
  ![image/png](dataset_preview.jpg)
@@ -89,7 +89,7 @@ import fiftyone.utils.huggingface as fouh
89
 
90
  # Load the dataset
91
  # Note: other available arguments include 'max_samples', etc
92
- dataset = fouh.load_from_hub("jamarks/SDXL-Generated-Stanford-Dogs")
93
 
94
  # Launch the App
95
  session = fo.launch_app(dataset)
 
49
 
50
  # Note: other available arguments include ''max_samples'', etc
51
 
52
+ dataset = fouh.load_from_hub("Voxel51/SDXL-Generated-Stanford-Dogs")
53
 
54
 
55
  # Launch the App
 
65
 
66
  <!-- Provide a quick summary of the dataset. -->
67
 
68
+ 10+ images for each class in the Stanford Dogs dataset, but all generated with SDXL. Images were filtered for CLIP score, and cartoonish images were removed.
69
 
70
 
71
  ![image/png](dataset_preview.jpg)
 
89
 
90
  # Load the dataset
91
  # Note: other available arguments include 'max_samples', etc
92
+ dataset = fouh.load_from_hub("Voxel51/SDXL-Generated-Stanford-Dogs")
93
 
94
  # Launch the App
95
  session = fo.launch_app(dataset)