Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ size_categories:
|
|
| 6 |
- 1K<n<10K
|
| 7 |
task_categories:
|
| 8 |
- object-detection
|
|
|
|
| 9 |
task_ids: []
|
| 10 |
pretty_name: Total-Text-Dataset
|
| 11 |
tags:
|
|
@@ -52,7 +53,7 @@ dataset_summary: >
|
|
| 52 |
|
| 53 |
# Note: other available arguments include 'max_samples', etc
|
| 54 |
|
| 55 |
-
dataset = fouh.load_from_hub("
|
| 56 |
|
| 57 |
|
| 58 |
# Launch the App
|
|
@@ -88,7 +89,7 @@ import fiftyone.utils.huggingface as fouh
|
|
| 88 |
|
| 89 |
# Load the dataset
|
| 90 |
# Note: other available arguments include 'max_samples', etc
|
| 91 |
-
dataset = fouh.load_from_hub("
|
| 92 |
|
| 93 |
# Launch the App
|
| 94 |
session = fo.launch_app(dataset)
|
|
@@ -189,4 +190,4 @@ Chee-Kheng Ch’ng1, Chee Seng Chan1, Cheng-Lin Liu2 and Chun Chet Ng
|
|
| 189 |
|
| 190 |
## Dataset Card Authors
|
| 191 |
|
| 192 |
-
[Kishan Savant](https://huggingface.co/NeoKish)
|
|
|
|
| 6 |
- 1K<n<10K
|
| 7 |
task_categories:
|
| 8 |
- object-detection
|
| 9 |
+
- image-to-text
|
| 10 |
task_ids: []
|
| 11 |
pretty_name: Total-Text-Dataset
|
| 12 |
tags:
|
|
|
|
| 53 |
|
| 54 |
# Note: other available arguments include 'max_samples', etc
|
| 55 |
|
| 56 |
+
dataset = fouh.load_from_hub("Voxel51/Total-Text-Dataset")
|
| 57 |
|
| 58 |
|
| 59 |
# Launch the App
|
|
|
|
| 89 |
|
| 90 |
# Load the dataset
|
| 91 |
# Note: other available arguments include 'max_samples', etc
|
| 92 |
+
dataset = fouh.load_from_hub("Voxel51/Total-Text-Dataset")
|
| 93 |
|
| 94 |
# Launch the App
|
| 95 |
session = fo.launch_app(dataset)
|
|
|
|
| 190 |
|
| 191 |
## Dataset Card Authors
|
| 192 |
|
| 193 |
+
[Kishan Savant](https://huggingface.co/NeoKish)
|