Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
image: struct<bytes: binary, path: string>
  child 0, bytes: binary
  child 1, path: string
problem: string
solution: string
action_to_goal_dis: struct<1: double, 10: double, 11: double, 12: double, 13: double, 14: double, 15: double, 16: double (... 161 chars omitted)
  child 0, 1: double
  child 1, 10: double
  child 2, 11: double
  child 3, 12: double
  child 4, 13: double
  child 5, 14: double
  child 6, 15: double
  child 7, 16: double
  child 8, 17: double
  child 9, 18: double
  child 10, 19: double
  child 11, 2: double
  child 12, 20: double
  child 13, 21: double
  child 14, 22: double
  child 15, 3: double
  child 16, 4: double
  child 17, 5: double
  child 18, 6: double
  child 19, 7: double
  child 20, 8: double
  child 21, 9: double
history: string
-- schema metadata --
huggingface: '{"info": {"features": {"image": {"_type": "Image"}, "proble' + 1172
to
{'problem': Value('string'), 'action_to_goal_dis': {'1': Value('float64'), '10': Value('float64'), '11': Value('float64'), '12': Value('float64'), '13': Value('float64'), '14': Value('float64'), '15': Value('float64'), '16': Value('float64'), '17': Value('float64'), '18': Value('float64'), '19': Value('float64'), '2': Value('float64'), '20': Value('float64'), '21': Value('float64'), '22': Value('float64'), '3': Value('float64'), '4': Value('float64'), '5': Value('float64'), '6': Value('float64'), '7': Value('float64'), '8': Value('float64'), '9': Value('float64')}}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/arrow/arrow.py", line 74, in _generate_tables
                  yield Key(file_idx, batch_idx), self._cast_table(pa_table)
                                                  ~~~~~~~~~~~~~~~~^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/arrow/arrow.py", line 54, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              image: struct<bytes: binary, path: string>
                child 0, bytes: binary
                child 1, path: string
              problem: string
              solution: string
              action_to_goal_dis: struct<1: double, 10: double, 11: double, 12: double, 13: double, 14: double, 15: double, 16: double (... 161 chars omitted)
                child 0, 1: double
                child 1, 10: double
                child 2, 11: double
                child 3, 12: double
                child 4, 13: double
                child 5, 14: double
                child 6, 15: double
                child 7, 16: double
                child 8, 17: double
                child 9, 18: double
                child 10, 19: double
                child 11, 2: double
                child 12, 20: double
                child 13, 21: double
                child 14, 22: double
                child 15, 3: double
                child 16, 4: double
                child 17, 5: double
                child 18, 6: double
                child 19, 7: double
                child 20, 8: double
                child 21, 9: double
              history: string
              -- schema metadata --
              huggingface: '{"info": {"features": {"image": {"_type": "Image"}, "proble' + 1172
              to
              {'problem': Value('string'), 'action_to_goal_dis': {'1': Value('float64'), '10': Value('float64'), '11': Value('float64'), '12': Value('float64'), '13': Value('float64'), '14': Value('float64'), '15': Value('float64'), '16': Value('float64'), '17': Value('float64'), '18': Value('float64'), '19': Value('float64'), '2': Value('float64'), '20': Value('float64'), '21': Value('float64'), '22': Value('float64'), '3': Value('float64'), '4': Value('float64'), '5': Value('float64'), '6': Value('float64'), '7': Value('float64'), '8': Value('float64'), '9': Value('float64')}}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

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.

problem
string
action_to_goal_dis
dict
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 5.866720199584961, "2": 6.520625591278076, "3": 7.122296333312988, "4": 7.311260223388672, "5": 8.107707023620605, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": nu...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 1.9501090049743652, "2": 1.240739345550537, "3": 2.5127108097076416, "4": 3.6876347064971924, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 15.6766357421875, "2": 15.570795059204102, "3": 14.761650085449219, "4": 14.761526107788086, "5": 14.721868515014648, "6": 14.681306838989258, "7": 14.649887084960938, "8": 14.627401351928711, "9": 14.614156723022461, "10": 17.057540893554688, "11": null, "12": null, "13": null, "14":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 8.779143333435059, "2": 9.554489135742188, "3": null, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": null, "22":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 6.593804836273193, "2": 6.054041862487793, "3": 5.205953598022461, "4": 5.427148342132568, "5": 6.140636444091797, "6": 7.655700206756592, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": nul...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 12.899466514587402, "2": 12.610194206237793, "3": 13.303765296936035, "4": 13.956838607788086, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 2.5954174995422363, "2": 2.009378433227539, "3": 4.510247707366943, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 4.504018306732178, "2": 3.6369528770446777, "3": 4.19211483001709, "4": 4.808363914489746, "5": 5.81913423538208, "6": 6.0100884437561035, "7": 5.975917339324951, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 8.2072172164917, "2": 10.265676498413086, "3": 10.422308921813965, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": ...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 9.57427978515625, "2": 8.374759674072266, "3": 7.857686996459961, "4": 7.011260986328125, "5": 7.205231666564941, "6": 8.183847427368164, "7": 9.460820198059082, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null,...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 4.438562870025635, "2": 3.868436813354492, "3": 6.290215492248535, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": ...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 5.444666385650635, "2": 4.945913791656494, "3": 4.378373622894287, "4": 6.46442174911499, "5": 6.406800746917725, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": nul...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 8.751363754272461, "2": 9.668830871582031, "3": 9.997596740722656, "4": 10.445172309875488, "5": 10.998303413391113, "6": 11.172834396362305, "7": 10.707127571105957, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": ...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 1.4089680910110474, "2": 1.3845305442810059, "3": 1.3728703260421753, "4": 1.3776662349700928, "5": 1.4111672639846802, "6": 1.441967248916626, "7": 1.5362982749938965, "8": 1.6567411422729492, "9": 1.8638184070587158, "10": 1.8333077430725098, "11": 2.031508207321167, "12": 1.94533729553...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 1.7809468507766724, "2": 1.7614693641662598, "3": 1.7530913352966309, "4": 1.7570445537567139, "5": 1.7745387554168701, "6": 1.804964542388916, "7": 1.8473260402679443, "8": 1.9003801345825195, "9": 1.9627695083618164, "10": 2.0331344604492188, "11": 2.2284765243530273, "12": 2.3223712444...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 1.2991979122161865, "2": 0.8836608529090881, "3": 0.5097630620002747, "4": 0.2975769340991974, "5": 1.8232738971710205, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 3.3876943588256836, "2": 2.681884765625, "3": 5.03599214553833, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": nul...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 14.848007202148438, "2": 15.098283767700195, "3": 15.947010040283203, "4": 17.297786712646484, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 2.2059311866760254, "2": 1.3823904991149902, "3": 1.8555254936218262, "4": 1.810130000114441, "5": 0.023342346772551537, "6": 1.6166940927505493, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "1...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 9.54235553741455, "2": 9.476710319519043, "3": 9.524333953857422, "4": 9.345555305480957, "5": 8.593375205993652, "6": 8.674614906311035, "7": 8.76041316986084, "8": 8.848971366882324, "9": 8.940661430358887, "10": 9.03445053100586, "11": 9.129961967468262, "12": 11.303667068481445, "13...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 2.799866199493408, "2": 3.517310857772827, "3": 3.911907434463501, "4": 5.225061416625977, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 5.587249279022217, "2": 5.498844623565674, "3": 2.7346742153167725, "4": 2.544388771057129, "5": 4.757802963256836, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 12.922699928283691, "2": 11.560572624206543, "3": 10.746973991394043, "4": 10.154278755187988, "5": 10.000211715698242, "6": 10.41823673248291, "7": 12.291844367980957, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 11.057300567626953, "2": 8.728165626525879, "3": 10.572426795959473, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 1.0329397916793823, "2": 0.6095789670944214, "3": 1.900106430053711, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 2.3675460815429688, "2": 1.7558338642120361, "3": 1.2804114818572998, "4": 0.7619436979293823, "5": 0.44579529762268066, "6": 0.9054414629936218, "7": 2.024030923843384, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 5.890173435211182, "2": 5.687060832977295, "3": 8.043919563293457, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": ...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 4.219971656799316, "2": 3.735849380493164, "3": 6.152031421661377, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": ...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 3.323408603668213, "2": 3.414351224899292, "3": 2.642426013946533, "4": 2.2426276206970215, "5": 2.2082996368408203, "6": 1.239316701889038, "7": 2.46488881111145, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": nul...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 9.376940727233887, "2": 6.267805099487305, "3": 8.33207893371582, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 12.011617660522461, "2": 11.321765899658203, "3": null, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": null, "22...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 6.562420845031738, "2": 7.149001121520996, "3": 7.614875793457031, "4": 8.383016586303711, "5": 8.793111801147461, "6": 9.135581016540527, "7": 9.350165367126465, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 1.6620032787322998, "2": 1.9209623336791992, "3": 4.134035110473633, "4": 4.73123836517334, "5": 4.017387390136719, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 3.8775112628936768, "2": 4.331123352050781, "3": 5.061972141265869, "4": 5.705571174621582, "5": 6.275935173034668, "6": 6.275478363037109, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": nu...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 7.954275131225586, "2": 4.979884147644043, "3": 6.649411201477051, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": ...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 5.703952312469482, "2": 4.87091588973999, "3": 5.478771686553955, "4": 6.1312336921691895, "5": 7.1503190994262695, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 0.8402122855186462, "2": 1.374747633934021, "3": null, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": null, "22"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 9.778348922729492, "2": 9.70492935180664, "3": 9.621305465698242, "4": 9.520695686340332, "5": 9.39321231842041, "6": 9.239676475524902, "7": 9.040427207946777, "8": 8.807966232299805, "9": 8.844857215881348, "10": 8.81274700164795, "11": 8.795374870300293, "12": null, "13": null, "14...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 2.905024528503418, "2": 2.2521605491638184, "3": 1.565872073173523, "4": 1.1688766479492188, "5": 3.3265461921691895, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 4.707469463348389, "2": 4.105747699737549, "3": null, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": null, "22":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 12.973299026489258, "2": 14.04354190826416, "3": 14.007491111755371, "4": 14.04126262664795, "5": 13.987665176391602, "6": 11.862260818481445, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 25.40673065185547, "2": 23.09123992919922, "3": 24.904300689697266, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 9.223737716674805, "2": 9.71701431274414, "3": 8.970110893249512, "4": 7.2866973876953125, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 6.296091079711914, "2": 7.072788715362549, "3": 8.460352897644043, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": ...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 0.604152500629425, "2": 1.827683925628662, "3": null, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": null, "22":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 13.924538612365723, "2": 13.329516410827637, "3": 12.649083137512207, "4": 12.035778999328613, "5": 14.121813774108887, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 7.683098316192627, "2": 7.052225589752197, "3": 7.825167179107666, "4": 8.311400413513184, "5": 8.655906677246094, "6": 9.352617263793945, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": nul...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 19.849365234375, "2": 19.630393981933594, "3": 19.032411575317383, "4": 18.351669311523438, "5": 17.80124282836914, "6": 20.10036849975586, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": nu...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 8.146438598632812, "2": 8.430513381958008, "3": 9.213991165161133, "4": 9.518810272216797, "5": 10.988100051879883, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 6.3611297607421875, "2": 5.810455322265625, "3": 5.041377067565918, "4": 4.596592426300049, "5": 6.994607925415039, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 8.942941665649414, "2": 7.935103416442871, "3": 8.125892639160156, "4": 8.968999862670898, "5": 10.384499549865723, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 6.662175178527832, "2": 6.359665870666504, "3": 7.348537445068359, "4": 8.126175880432129, "5": 8.624770164489746, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": nu...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 6.957724094390869, "2": 7.431778430938721, "3": 8.108466148376465, "4": 9.37067699432373, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": nu...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 7.859407424926758, "2": 6.6422224044799805, "3": null, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": null, "22"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 12.271505355834961, "2": 12.629600524902344, "3": 15.32905387878418, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 0.8860343098640442, "2": 0.5828522443771362, "3": 0.7676886320114136, "4": 1.4546279907226562, "5": 1.9063512086868286, "6": 2.7437024116516113, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 17.249526977539062, "2": 15.748250961303711, "3": 15.988747596740723, "4": 16.65131950378418, "5": 17.2348575592041, "6": 17.92060661315918, "7": 18.158823013305664, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 19.805240631103516, "2": 19.13837242126465, "3": 18.555152893066406, "4": 18.289936065673828, "5": 20.382946014404297, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 1.3685964345932007, "2": 0.8774595260620117, "3": 0.2931763231754303, "4": 2.5706112384796143, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 3.108187198638916, "2": 3.7842133045196533, "3": 4.257237911224365, "4": 5.360073089599609, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": ...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 0.8519251346588135, "2": 0.30426153540611267, "3": 1.0025238990783691, "4": 2.881499767303467, "5": 2.479618549346924, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 6.32588005065918, "2": 5.984468460083008, "3": 4.148778915405273, "4": 3.3071422576904297, "5": 5.239294528961182, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": nu...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 18.90849494934082, "2": 18.62939453125, "3": 18.125267028808594, "4": 17.600435256958008, "5": 16.973966598510742, "6": 16.260847091674805, "7": 15.738409996032715, "8": 17.776382446289062, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": nu...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 21.661611557006836, "2": 21.58614158630371, "3": 19.96424674987793, "4": 19.350326538085938, "5": 21.432228088378906, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 2.3634836673736572, "2": 1.623769998550415, "3": 1.6969263553619385, "4": 2.2741177082061768, "5": 2.921757698059082, "6": 3.5812911987304688, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 7.636697769165039, "2": 6.678642272949219, "3": 7.552800178527832, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": ...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 25.815013885498047, "2": 25.26757049560547, "3": 24.619747161865234, "4": 26.726665496826172, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 1.5540475845336914, "2": 1.9065649509429932, "3": 2.8689324855804443, "4": 3.6886727809906006, "5": 4.15294075012207, "6": 4.521272659301758, "7": 3.528409957885742, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 13.027137756347656, "2": 12.523575782775879, "3": 11.738053321838379, "4": 11.921380996704102, "5": 12.558917045593262, "6": 13.16273307800293, "7": 14.181480407714844, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 0.23754915595054626, "2": 0.8451021313667297, "3": 1.5058447122573853, "4": 2.0811479091644287, "5": 2.5526585578918457, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "1...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 3.0542659759521484, "2": 3.674713611602783, "3": 4.354616165161133, "4": 4.660881042480469, "5": 5.394405364990234, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 2.6711716651916504, "2": 2.03054141998291, "3": 2.446655750274658, "4": 0.9992415308952332, "5": 0.677620530128479, "6": 0.3984840512275696, "7": 2.059779405593872, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": nu...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 0.4032992720603943, "2": 0.12739332020282745, "3": 0.5708689093589783, "4": 1.057193398475647, "5": 1.8867583274841309, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 18.42371940612793, "2": 17.810155868530273, "3": 17.177230834960938, "4": 16.61857032775879, "5": 15.980246543884277, "6": 15.553357124328613, "7": 17.80759048461914, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": ...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 18.35643196105957, "2": 18.351171493530273, "3": 17.31830596923828, "4": 15.628011703491211, "5": 16.06293296813965, "6": 17.94281005859375, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 6.613948822021484, "2": 5.999898910522461, "3": 4.86263370513916, "4": 6.00680685043335, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": nul...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 0.6661013960838318, "2": 2.4855215549468994, "3": null, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": null, "22...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 6.278411865234375, "2": 5.591552734375, "3": 7.401074409484863, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": nul...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 1.2601934671401978, "2": 2.0752458572387695, "3": null, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": null, "22...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 11.832969665527344, "2": 12.098306655883789, "3": 12.323904037475586, "4": 12.372791290283203, "5": 12.308238983154297, "6": 9.936836242675781, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 0.6036025881767273, "2": 2.0645439624786377, "3": null, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": null, "22...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 26.478500366210938, "2": 25.6165771484375, "3": 25.467418670654297, "4": 26.252016067504883, "5": 27.88884735107422, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": ...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 10.729729652404785, "2": 10.202085494995117, "3": 11.214850425720215, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 10.027609825134277, "2": 9.672840118408203, "3": 9.006037712097168, "4": 8.327469825744629, "5": 7.801835536956787, "6": 8.221855163574219, "7": 9.936765670776367, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": nul...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 1.7863601446151733, "2": 2.550158977508545, "3": 3.0428199768066406, "4": 3.10115385055542, "5": 3.608046531677246, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": n...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 2.682422399520874, "2": 2.7050912380218506, "3": 0.8157071471214294, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 3.247680187225342, "2": 4.0276689529418945, "3": 4.395325183868408, "4": 4.797327041625977, "5": 5.215124130249023, "6": 4.876285076141357, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": nu...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 0.9890033602714539, "2": 0.5571308732032776, "3": 0.8571367263793945, "4": 2.554285764694214, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 4.3127360343933105, "2": 3.6672003269195557, "3": 2.9362552165985107, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 5.065089702606201, "2": 2.8255116939544678, "3": 2.8190665245056152, "4": 4.1907548904418945, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 18.33991241455078, "2": 17.588266372680664, "3": 17.6116943359375, "4": 18.014650344848633, "5": 18.639270782470703, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": ...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 16.46417236328125, "2": 15.786491394042969, "3": 16.253459930419922, "4": 17.854747772216797, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20"...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 24.69253158569336, "2": 24.204044342041016, "3": 23.608352661132812, "4": 25.872398376464844, "5": 26.05474853515625, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 5.606067180633545, "2": 4.929905414581299, "3": 4.908020973205566, "4": 4.904047012329102, "5": 7.014580726623535, "6": 7.208044528961182, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": nul...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 25.322866439819336, "2": 24.845603942871094, "3": null, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21": null, "22...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 30.3770751953125, "2": 28.802268981933594, "3": 29.472213745117188, "4": null, "5": null, "6": null, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18": null, "19": null, "20": null, "21":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 4.431107521057129, "2": 5.104229927062988, "3": 5.712615966796875, "4": 6.361970901489258, "5": 6.523843765258789, "6": 6.607341766357422, "7": 6.615652084350586, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 1.1713814735412598, "2": 0.8245397210121155, "3": 0.26593586802482605, "4": 0.869526207447052, "5": 1.2799441814422607, "6": 1.9411228895187378, "7": 2.4061942100524902, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 0.4364181458950043, "2": 1.0914732217788696, "3": 1.9330085515975952, "4": 2.1406753063201904, "5": 2.500502824783325, "6": 2.805032968521118, "7": null, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": null, "18":...
You can see a composite image composed of two independent images pieced together, separated by a white border: - The LEFT image represents your CURRENT VIEW (what you are actually seeing now). One or more red arrows are superimposed onto your observation; each arrow represents a potential action and is labeled with a n...
{ "1": 18.898225784301758, "2": 18.654863357543945, "3": 18.47722053527832, "4": 18.383331298828125, "5": 17.523405075073242, "6": 17.1622257232666, "7": 18.16914939880371, "8": null, "9": null, "10": null, "11": null, "12": null, "13": null, "14": null, "15": null, "16": null, "17": n...
End of preview.

No dataset card yet

Downloads last month
118