Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
ArXiv:
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,9 @@ task_ids: []
|
|
| 9 |
pretty_name: ScreenSpot_Pro
|
| 10 |
tags:
|
| 11 |
- fiftyone
|
|
|
|
|
|
|
|
|
|
| 12 |
- image
|
| 13 |
- image-classification
|
| 14 |
dataset_summary: '
|
|
@@ -46,7 +49,7 @@ dataset_summary: '
|
|
| 46 |
|
| 47 |
# Note: other available arguments include ''max_samples'', etc
|
| 48 |
|
| 49 |
-
dataset = load_from_hub("
|
| 50 |
|
| 51 |
|
| 52 |
# Launch the App
|
|
@@ -60,10 +63,7 @@ dataset_summary: '
|
|
| 60 |
|
| 61 |
# Dataset Card for ScreenSpot_Pro
|
| 62 |
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
|
| 68 |
|
| 69 |
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 1581 samples.
|
|
@@ -84,7 +84,7 @@ from fiftyone.utils.huggingface import load_from_hub
|
|
| 84 |
|
| 85 |
# Load the dataset
|
| 86 |
# Note: other available arguments include 'max_samples', etc
|
| 87 |
-
dataset = load_from_hub("
|
| 88 |
|
| 89 |
# Launch the App
|
| 90 |
session = fo.launch_app(dataset)
|
|
|
|
| 9 |
pretty_name: ScreenSpot_Pro
|
| 10 |
tags:
|
| 11 |
- fiftyone
|
| 12 |
+
- visual-agents
|
| 13 |
+
- gui-grounding
|
| 14 |
+
- os-agents
|
| 15 |
- image
|
| 16 |
- image-classification
|
| 17 |
dataset_summary: '
|
|
|
|
| 49 |
|
| 50 |
# Note: other available arguments include ''max_samples'', etc
|
| 51 |
|
| 52 |
+
dataset = load_from_hub("Voxel51/ScreenSpot-Pro")
|
| 53 |
|
| 54 |
|
| 55 |
# Launch the App
|
|
|
|
| 63 |
|
| 64 |
# Dataset Card for ScreenSpot_Pro
|
| 65 |
|
| 66 |
+

|
|
|
|
|
|
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 1581 samples.
|
|
|
|
| 84 |
|
| 85 |
# Load the dataset
|
| 86 |
# Note: other available arguments include 'max_samples', etc
|
| 87 |
+
dataset = load_from_hub("Voxel51/ScreenSpot-Pro")
|
| 88 |
|
| 89 |
# Launch the App
|
| 90 |
session = fo.launch_app(dataset)
|