Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'segmentation_file'})
This happened while the json dataset builder was generating data using
hf://datasets/Lillyr/seg/train/obj365_sam_train.json (at revision cc0fea876c0e30d6a6bc11678b14d224bab9731a), ['hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/egobjectsv1_train.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/obj365_sam_train.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/pretrain_v0_1841k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/pretrain_v1_778k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v0_437k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v1_639k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v1_903k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v2_1117k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v2_200k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v2_214k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v3_1_365k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v3_323k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v3_886k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v4_233k.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 674, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
image: string
height: int64
width: int64
segmentation_file: string
annotation: list<item: struct<mask: list<item: string>, text: string, type: string>>
child 0, item: struct<mask: list<item: string>, text: string, type: string>
child 0, mask: list<item: string>
child 0, item: string
child 1, text: string
child 2, type: string
-- schema metadata --
pandas: '{"index_columns": [], "column_indexes": [], "columns": [{"name":' + 696
to
{'image': Value('string'), 'height': Value('int64'), 'width': Value('int64'), 'annotation': List({'bbox': List(List(Value('float64'))), 'text': Value('string'), 'type': Value('string')})}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1342, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'segmentation_file'})
This happened while the json dataset builder was generating data using
hf://datasets/Lillyr/seg/train/obj365_sam_train.json (at revision cc0fea876c0e30d6a6bc11678b14d224bab9731a), ['hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/egobjectsv1_train.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/obj365_sam_train.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/pretrain_v0_1841k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/pretrain_v1_778k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v0_437k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v1_639k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v1_903k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v2_1117k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v2_200k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v2_214k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v3_1_365k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v3_323k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v3_886k.json', 'hf://datasets/Lillyr/seg@cc0fea876c0e30d6a6bc11678b14d224bab9731a/train/v4_233k.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image string | height int64 | width int64 | annotation list |
|---|---|---|---|
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_31.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
394.25,
600.07,
599.31,
275.62
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
188.13,
1267.26,
1077.31
]
],
"text": "table",
"type": "phrase"
},
{
"b... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_32.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
349.38,
606.48,
601.45,
270.28
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
58.55,
1263.66,
1204.36
]
],
"text": "table",
"type": "phrase"
},
{
"bb... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_33.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
599.36,
656.69,
630.29,
291.64
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
-2.43,
1261.87,
1265.34
]
],
"text": "table",
"type": "phrase"
},
{
"bb... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_34.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
329.08,
639.6,
560.85,
260.66
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
2.65,
1263.66,
1260.25
]
],
"text": "table",
"type": "phrase"
},
{
"bbox... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_35.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
511.76,
618.23,
576.88,
294.85
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
-2.43,
1270.42,
1265.34
]
],
"text": "table",
"type": "phrase"
},
{
"bb... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_36.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
248.96,
619.3,
535.21,
306.6
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
-2.43,
1263.66,
1265.34
]
],
"text": "table",
"type": "phrase"
},
{
"bbox... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_37.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
446.59,
620.37,
534.14,
364.29
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
-2.43,
1267.26,
1265.34
]
],
"text": "table",
"type": "phrase"
},
{
"bb... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_38.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
308.78,
607.55,
493.55,
390.99
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
-2.43,
1260.07,
1265.34
]
],
"text": "table",
"type": "phrase"
},
{
"bb... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_39.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
563.04,
578.71,
463.64,
474.32
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
-2.43,
1263.66,
1265.34
]
],
"text": "table",
"type": "phrase"
},
{
"bb... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_40.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
309.85,
533.84,
404.88,
454.02
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
-2.43,
1177.43,
1265.34
]
],
"text": "table",
"type": "phrase"
},
{
"bb... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_41.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
580.13,
526.36,
365.35,
495.69
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
-2.43,
1260.07,
1265.34
]
],
"text": "table",
"type": "phrase"
},
{
"bb... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_42.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
379.61,
526.67,
365.61,
504.6
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
-2.43,
1260.07,
1265.34
]
],
"text": "table",
"type": "phrase"
},
{
"bbo... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_43.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
562.42,
532.71,
373.16,
516.69
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
-2.43,
1267.26,
1265.34
]
],
"text": "table",
"type": "phrase"
},
{
"bb... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_44.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
296.52,
544.8,
362.59,
494.03
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
-2.43,
1263.66,
1265.34
]
],
"text": "table",
"type": "phrase"
},
{
"bbo... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_45.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
554.87,
603.72,
370.14,
501.58
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
142.61,
1263.66,
1120.29
]
],
"text": "table",
"type": "phrase"
},
{
"b... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_46.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
202.85,
594.65,
377.7,
472.88
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
167.77,
1263.66,
1095.14
]
],
"text": "table",
"type": "phrase"
},
{
"bb... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_01_47.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
544.29,
534.22,
429.06,
456.26
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.15,
178.55,
1263.66,
1084.36
]
],
"text": "table",
"type": "phrase"
},
{
"b... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_75.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
436.34,
655.52,
400.65,
176.07
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
312.4,
1254.06,
952.22
]
],
"text": "table",
"type": "phrase"
}... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_76.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
386.93,
666.3,
399.75,
182.36
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
197.42,
1234.87,
1067.2
]
],
"text": "table",
"type": "phrase"
}... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_77.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
652.84,
748.05,
415.92,
190.44
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
231.21,
1267.28,
1033.41
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_78.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
364.48,
747.15,
386.28,
167.99
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
222.15,
1237.06,
1042.48
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_79.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
656.43,
690.55,
415.92,
212.9
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
143.58,
1267.28,
1121.04
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_80.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
320.46,
675.28,
391.67,
204.82
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
104.3,
1212.89,
1160.32
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_81.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
565.7,
598.93,
385.38,
246.14
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
22.72,
1264.26,
1241.9
]
],
"text": "table",
"type": "phrase"
},... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_82.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
502.82,
659.11,
344.96,
268.6
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
104.3,
1264.26,
1160.32
]
],
"text": "table",
"type": "phrase"
}... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_83.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
502.82,
665.4,
305.43,
270.39
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
158.69,
1179.65,
1105.93
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_84.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
416.58,
677.98,
280.28,
270.39
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
188.91,
1019.51,
1075.72
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_85.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
603.43,
642.94,
273.09,
306.33
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
155.67,
1185.7,
1108.95
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_86.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
525.83,
677.71,
231.15,
302.16
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
176.82,
1170.59,
1087.8
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_87.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
720.72,
640.7,
240.97,
318.02
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
137.54,
1264.26,
1127.08
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_88.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
535.65,
644.48,
223.6,
311.22
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.4100000000000001,
158.69,
1264.26,
1105.93
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_89.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
741.87,
648.25,
228.88,
305.18
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
135.8,
216.1,
1127.05,
1048.52
]
],
"text": "table",
"type": "phrase"
},
{
"bb... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_90.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
529.6,
611.24,
217.55,
281.01
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
5.87,
213.08,
1256.98,
1051.54
]
],
"text": "table",
"type": "phrase"
},
{
"bbo... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_02_91.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
479.75,
578.76,
219.82,
290.83
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
2.85,
176.82,
1260,
1087.8
]
],
"text": "table",
"type": "phrase"
},
{
"bbox":... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_122.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
300.78,
596.26,
622.5,
287.11
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
2.2800000000000002,
1269.06,
1264.03
]
],
"text": "table",
"type":... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_123.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
410.04,
620.4,
599.64,
285.84
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
2.2800000000000002,
1269.06,
1263.02
]
],
"text": "table",
"type":... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_124.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
415.12,
634.38,
581.85,
340.47
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
2.2800000000000002,
1269.06,
1263.02
]
],
"text": "table",
"type"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_125.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
319.84,
602.62,
527.22,
349.36
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
2.2800000000000002,
1269.06,
1256.98
]
],
"text": "table",
"type"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_126.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
474.83,
606.43,
501.81,
395.1
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
-3.76,
1269.06,
1269.06
]
],
"text": "table",
"type": "phrase"
}... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_127.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
323.65,
559.42,
448.46,
425.59
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
-3.76,
1269.06,
1269.06
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_128.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
595.52,
554.34,
403.99,
456.08
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
-3.76,
1269.06,
1269.06
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_129.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
357.95,
582.29,
368.42,
447.19
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
-3.76,
1199.57,
1269.06
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_130.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
627.28,
598.81,
377.31,
500.54
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
-3.76,
1263.02,
1269.06
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_131.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
338.9,
606.43,
368.42,
498
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
-3.76,
1263.02,
1269.06
]
],
"text": "table",
"type": "phrase"
},
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_132.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
601.87,
608.97,
397.64,
556.44
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
-3.76,
1263.02,
1269.06
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_133.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
333.13,
602.46,
364.61,
514.52
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
-3.76,
1266.04,
1269.06
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_134.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
451.28,
570.7,
374.77,
504.36
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
62.71,
1263.02,
1202.59
]
],
"text": "table",
"type": "phrase"
}... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_135.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
441.12,
617.71,
440.83,
439.56
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
207.75,
1266.04,
1057.55
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_136.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
340.75,
582.14,
473.87,
437.02
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
228.9,
1266.04,
1036.4
]
],
"text": "table",
"type": "phrase"
}... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_137.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
479.23,
622.79,
543.74,
388.75
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
141.27,
1266.04,
1124.03
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_138.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
228.96,
565.62,
539.93,
401.45
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
132.21,
1266.04,
1133.09
]
],
"text": "table",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_03_139.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
326.78,
617.71,
592.01,
306.17
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.3599999999999999,
8.32,
1266.04,
1256.98
]
],
"text": "table",
"type": "phrase"
}... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_16.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
410.27,
712.24,
466.84,
226.48
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
629.17,
1109.47,
634.97
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_17.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
430.57,
729.33,
480.73,
215.79
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
629.17,
1166.91,
634.97
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_18.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
388.91,
757.11,
490.34,
212.59
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
649.85,
1139.13,
614.3
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_19.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
373.95,
748.56,
496.75,
207.25
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
635.11,
1120.28,
629.03
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_20.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
373.95,
744.29,
553.37,
192.29
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
629.72,
1170.58,
634.42
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_21.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
326.95,
703.69,
486.07,
188.02
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
591.99,
1043.02,
672.15
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_22.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
560.9,
710.1,
495.69,
204.04
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
585.26,
1263.42,
678.89
]
],
"text": "gas stove",
"type": "phrase"
},
{
"b... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_23.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
253.23,
703.69,
474.32,
191.22
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
585.26,
935.58,
678.89
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_24.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
626.07,
685.53,
477.53,
240.37
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
597.35,
1263.42,
666.8
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_25.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
373.95,
665.24,
440.14,
224.34
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
592.81,
943.14,
593.74
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_26.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
569.45,
635.32,
424.11,
243.57
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
561.09,
1083.64,
616.4
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_27.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
392.11,
626.78,
402.75,
243.57
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
555.04,
860.04,
601.29
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_28.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
387.84,
604.34,
384.58,
260.66
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
520.29,
885.73,
649.64
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_29.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
579.06,
586.18,
341.85,
262.8
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.06,
491.59,
1083.64,
660.21
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_04_30.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
464.76,
556.27,
317.28,
254.25
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.09,
346.05,
1261.52,
917.24
]
],
"text": "countertop",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_0.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
432.71,
713.31,
332.24,
122.85
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.13,
653.11,
942.65,
612.34
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_1.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
420.96,
715.45,
331.17,
122.85
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.13,
653.11,
917.24,
584.39
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_2.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
721.14,
733.61,
350.4,
158.11
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
255.5,
693.76,
973.14,
437.02
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_3.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
353.65,
752.84,
319.42,
123.92
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
1.4100000000000001,
693.76,
820.69,
495.46
]
],
"text": "gas stove",
"type": "phrase"
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_4.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
618.59,
671.65,
345.06,
155.97
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
118.29,
632.78,
993.47,
419.24
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_5.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
395.32,
746.43,
323.69,
149.56
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.31,
696.3,
844.65,
470.05
]
],
"text": "gas stove",
"type": "phrase"
},
{
"b... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_6.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
368.61,
695.15,
325.83,
147.42
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-3.67,
645.49,
807.99,
444.65
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_7.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
729.69,
698.35,
318.35,
189.09
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
190.91,
636.65,
922.32,
480.22
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_8.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
364.34,
727.2,
284.16,
162.38
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.34,
682.39,
719.06,
401.45
]
],
"text": "gas stove",
"type": "phrase"
},
{
"b... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_9.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
680.55,
718.65,
271.35,
174.13
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
170.58,
644.27,
886.75,
470.05
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_10.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
428.43,
696.22,
266,
169.86
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.34,
641.73,
818.15,
429.4
]
],
"text": "gas stove",
"type": "phrase"
},
{
"bbox... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_11.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
574.79,
650.28,
259.59,
196.57
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
81.65,
593.46,
912.16,
480.22
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_12.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
554.49,
635.32,
258.53,
194.43
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
81.65,
570.59,
912.16,
475.14
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_13.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
580.13,
650.28,
232.89,
220.07
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
152.79,
590.91,
879.13,
500.54
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_14.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
826.91,
657.76,
226.48,
236.09
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
442.45,
590.91,
823.23,
500.54
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_05_15.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
493.6,
622.5,
211.52,
216.86
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
122.3,
552.8,
851.18,
495.46
]
],
"text": "gas stove",
"type": "phrase"
},
{
"bb... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_109.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
287.98,
441.23,
405.14,
118.58
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
543.37,
830.05,
124.39
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_110.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
464.05,
479.86,
405.14,
122.17
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
587.83,
1024.09,
139.21
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_111.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
309.54,
523.87,
401.55,
131.15
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
617.45,
835.44,
172.48
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_112.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
461.35,
540.04,
407.84,
144.63
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
619.25,
1000.73,
229.97
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_113.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
280.79,
540.94,
401.55,
153.61
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
608.47,
797.71,
258.72
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_114.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
517.05,
536.45,
415.02,
170.68
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
585.11,
1054.63,
334.18
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_115.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
286.18,
570.59,
410.53,
172.48
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
599.48,
801.3,
348.55
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_116.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
457.76,
622.69,
401.55,
187.75
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
599.48,
970.19,
438.38
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_117.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
396.68,
670.3,
384.48,
187.75
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
651.59,
889.34,
427.6
]
],
"text": "gas stove",
"type": "phrase"
},
{
"b... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_118.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
431.71,
730.49,
365.62,
194.94
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
696.5,
864.18,
459.94
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_119.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
569.15,
788.88,
356.63,
215.6
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
736.03,
991.75,
524.62
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_120.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
377.81,
769.12,
357.53,
219.19
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
701.89,
797.71,
537.2
]
],
"text": "gas stove",
"type": "phrase"
},
{
"... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_06_121.jpg | 1,264 | 1,264 | [
{
"bbox": [
[
433.51,
655.03,
399.75,
239.85
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-0.56,
568.94,
912.69,
600.08
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_07_63.jpg | 1,248 | 1,248 | [
{
"bbox": [
[
253.57,
521.05,
713.02,
196.19
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
0.62,
540.04,
1246.53,
709.08
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_07_64.jpg | 1,248 | 1,248 | [
{
"bbox": [
[
211.38,
597,
672.94,
196.19
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.69,
569.57,
1248.84,
679.55
]
],
"text": "gas stove",
"type": "phrase"
},
{
"b... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_07_65.jpg | 1,248 | 1,248 | [
{
"bbox": [
[
226.14,
685.6,
639.19,
204.62
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.69,
639.04,
1205.48,
610.08
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
EgoObjects/images/002589BC57A96B5FCCC6CE8FF70B5EE5_07_66.jpg | 1,248 | 1,248 | [
{
"bbox": [
[
243.02,
755.21,
622.31,
213.06
]
],
"text": "frying pan",
"type": "phrase"
},
{
"bbox": [
[
-1.69,
686.71,
1205.48,
562.42
]
],
"text": "gas stove",
"type": "phrase"
},
{
... |
End of preview.
No dataset card yet
- Downloads last month
- 182