Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ dataset_summary: >
|
|
| 48 |
|
| 49 |
# Note: other available arguments include 'max_samples', etc
|
| 50 |
|
| 51 |
-
dataset = load_from_hub("Voxel51/
|
| 52 |
|
| 53 |
|
| 54 |
# Launch the App
|
|
@@ -59,7 +59,7 @@ dataset_summary: >
|
|
| 59 |
license: cc-by-4.0
|
| 60 |
---
|
| 61 |
|
| 62 |
-
# Dataset Card for
|
| 63 |
|
| 64 |

|
| 65 |
|
|
@@ -81,7 +81,7 @@ from fiftyone.utils.huggingface import load_from_hub
|
|
| 81 |
|
| 82 |
# Load the dataset
|
| 83 |
# Note: other available arguments include 'max_samples', etc
|
| 84 |
-
dataset = load_from_hub("Voxel51/
|
| 85 |
|
| 86 |
# Launch the App
|
| 87 |
session = fo.launch_app(dataset)
|
|
|
|
| 48 |
|
| 49 |
# Note: other available arguments include 'max_samples', etc
|
| 50 |
|
| 51 |
+
dataset = load_from_hub("Voxel51/uco3d")
|
| 52 |
|
| 53 |
|
| 54 |
# Launch the App
|
|
|
|
| 59 |
license: cc-by-4.0
|
| 60 |
---
|
| 61 |
|
| 62 |
+
# Dataset Card for UnCommon Objects in 3D
|
| 63 |
|
| 64 |

|
| 65 |
|
|
|
|
| 81 |
|
| 82 |
# Load the dataset
|
| 83 |
# Note: other available arguments include 'max_samples', etc
|
| 84 |
+
dataset = load_from_hub("Voxel51/uco3d")
|
| 85 |
|
| 86 |
# Launch the App
|
| 87 |
session = fo.launch_app(dataset)
|