Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ dataset_summary: '
|
|
54 |
|
55 |
# Note: other available arguments include ''max_samples'', etc
|
56 |
|
57 |
-
dataset = fouh.load_from_hub("
|
58 |
|
59 |
|
60 |
# Launch the App
|
@@ -105,7 +105,7 @@ import fiftyone.utils.huggingface as fouh
|
|
105 |
|
106 |
# Load the dataset
|
107 |
# Note: other available arguments include 'max_samples', etc
|
108 |
-
dataset = fouh.load_from_hub("
|
109 |
|
110 |
# Launch the App
|
111 |
session = fo.launch_app(dataset)
|
@@ -245,6 +245,6 @@ See **Section 2. Dataset - Data annotation paragraph** of this [paper](http://hu
|
|
245 |
The following [**Github repo**](https://github.com/loloMD/51_contribution/tree/mpii_human_pose/mpii_human_pose) contains code to parse the raw data (in MATLAB format) and convert it into a FiftyOne Dataset
|
246 |
|
247 |
|
248 |
-
|
249 |
|
250 |
|
|
|
54 |
|
55 |
# Note: other available arguments include ''max_samples'', etc
|
56 |
|
57 |
+
dataset = fouh.load_from_hub("Voxel51/MPII_Human_Pose_Dataset")
|
58 |
|
59 |
|
60 |
# Launch the App
|
|
|
105 |
|
106 |
# Load the dataset
|
107 |
# Note: other available arguments include 'max_samples', etc
|
108 |
+
dataset = fouh.load_from_hub("Voxel51/MPII_Human_Pose_Dataset")
|
109 |
|
110 |
# Launch the App
|
111 |
session = fo.launch_app(dataset)
|
|
|
245 |
The following [**Github repo**](https://github.com/loloMD/51_contribution/tree/mpii_human_pose/mpii_human_pose) contains code to parse the raw data (in MATLAB format) and convert it into a FiftyOne Dataset
|
246 |
|
247 |
|
248 |
+
Dataset conversion and data card contributed by [Loic Mandine](https://lolomd.github.io/)
|
249 |
|
250 |
|