Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,18 +12,19 @@ tags:
|
|
| 12 |
- group
|
| 13 |
- image-classification
|
| 14 |
- 3d
|
| 15 |
-
dataset_summary:
|
| 16 |
|
| 17 |
|
| 18 |
|
| 19 |
|
| 20 |
-
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 52
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
## Installation
|
| 24 |
|
| 25 |
|
| 26 |
-
If you haven'
|
| 27 |
|
| 28 |
|
| 29 |
```bash
|
|
@@ -45,7 +46,7 @@ dataset_summary: '
|
|
| 45 |
|
| 46 |
# Load the dataset
|
| 47 |
|
| 48 |
-
# Note: other available arguments include '
|
| 49 |
|
| 50 |
dataset = load_from_hub("Voxel51/UCO3D_Dataset")
|
| 51 |
|
|
@@ -55,8 +56,7 @@ dataset_summary: '
|
|
| 55 |
session = fo.launch_app(dataset)
|
| 56 |
|
| 57 |
```
|
| 58 |
-
|
| 59 |
-
'
|
| 60 |
---
|
| 61 |
|
| 62 |
# Dataset Card for UCO3D_Dataset
|
|
|
|
| 12 |
- group
|
| 13 |
- image-classification
|
| 14 |
- 3d
|
| 15 |
+
dataset_summary: >
|
| 16 |
|
| 17 |
|
| 18 |
|
| 19 |
|
| 20 |
+
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 52
|
| 21 |
+
samples.
|
| 22 |
|
| 23 |
|
| 24 |
## Installation
|
| 25 |
|
| 26 |
|
| 27 |
+
If you haven't already, install FiftyOne:
|
| 28 |
|
| 29 |
|
| 30 |
```bash
|
|
|
|
| 46 |
|
| 47 |
# Load the dataset
|
| 48 |
|
| 49 |
+
# Note: other available arguments include 'max_samples', etc
|
| 50 |
|
| 51 |
dataset = load_from_hub("Voxel51/UCO3D_Dataset")
|
| 52 |
|
|
|
|
| 56 |
session = fo.launch_app(dataset)
|
| 57 |
|
| 58 |
```
|
| 59 |
+
license: cc-by-4.0
|
|
|
|
| 60 |
---
|
| 61 |
|
| 62 |
# Dataset Card for UCO3D_Dataset
|