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
cameraAperture: list<item: double>
  child 0, item: double
cameraApertureOffset: list<item: double>
  child 0, item: double
cameraFisheyeLensP: list<item: null>
  child 0, item: null
cameraFisheyeLensS: list<item: null>
  child 0, item: null
cameraFisheyeMaxFOV: double
cameraFisheyeNominalHeight: int64
cameraFisheyeNominalWidth: int64
cameraFisheyeOpticalCentre: list<item: double>
  child 0, item: double
cameraFisheyePolynomial: list<item: double>
  child 0, item: double
cameraFocalLength: double
cameraFocusDistance: double
cameraFStop: double
cameraModel: string
cameraNearFar: list<item: double>
  child 0, item: double
cameraOpenCVFx: double
cameraOpenCVFy: double
cameraProjection: list<item: double>
  child 0, item: double
cameraViewTransform: list<item: double>
  child 0, item: double
metersPerSceneUnit: double
renderProductResolution: list<item: int64>
  child 0, item: int64
data: list<item: struct<semanticId: int64, x_min: double, y_min: double, z_min: double, x_max: double, y_m (... 113 chars omitted)
  child 0, item: struct<semanticId: int64, x_min: double, y_min: double, z_min: double, x_max: double, y_max: double, (... 101 chars omitted)
      child 0, semanticId: int64
      child 1, x_min: double
      child 2, y_min: double
      child 3, z_min: double
      child 4, x_max: double
      child 5, y_max: double
      child 6, z_max: double
      child 7, transform: list<item: list<item: double>>
          child 0, item: list<item: double>
              child 0, item: double
      child 8, occlusionRatio: double
      child 9, className: string
info: struct<primPaths: list<item: string>, idToLabels: struct<0: struct<class: string>, 1: struct<class:  (... 35 chars omitted)
  child 0, primPaths: list<item: string>
      child 0, item: string
  child 1, idToLabels: struct<0: struct<class: string>, 1: struct<class: string>, 2: struct<class: string>>
      child 0, 0: struct<class: string>
          child 0, class: string
      child 1, 1: struct<class: string>
          child 0, class: string
      child 2, 2: struct<class: string>
          child 0, class: string
to
{'data': List({'semanticId': Value('int64'), 'x_min': Value('float64'), 'y_min': Value('float64'), 'z_min': Value('float64'), 'x_max': Value('float64'), 'y_max': Value('float64'), 'z_max': Value('float64'), 'transform': List(List(Value('float64'))), 'occlusionRatio': Value('float64'), 'className': Value('string')}), 'info': {'primPaths': List(Value('string')), 'idToLabels': {'0': {'class': Value('string')}, '1': {'class': Value('string')}, '2': {'class': Value('string')}}}}
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/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, 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
              cameraAperture: list<item: double>
                child 0, item: double
              cameraApertureOffset: list<item: double>
                child 0, item: double
              cameraFisheyeLensP: list<item: null>
                child 0, item: null
              cameraFisheyeLensS: list<item: null>
                child 0, item: null
              cameraFisheyeMaxFOV: double
              cameraFisheyeNominalHeight: int64
              cameraFisheyeNominalWidth: int64
              cameraFisheyeOpticalCentre: list<item: double>
                child 0, item: double
              cameraFisheyePolynomial: list<item: double>
                child 0, item: double
              cameraFocalLength: double
              cameraFocusDistance: double
              cameraFStop: double
              cameraModel: string
              cameraNearFar: list<item: double>
                child 0, item: double
              cameraOpenCVFx: double
              cameraOpenCVFy: double
              cameraProjection: list<item: double>
                child 0, item: double
              cameraViewTransform: list<item: double>
                child 0, item: double
              metersPerSceneUnit: double
              renderProductResolution: list<item: int64>
                child 0, item: int64
              data: list<item: struct<semanticId: int64, x_min: double, y_min: double, z_min: double, x_max: double, y_m (... 113 chars omitted)
                child 0, item: struct<semanticId: int64, x_min: double, y_min: double, z_min: double, x_max: double, y_max: double, (... 101 chars omitted)
                    child 0, semanticId: int64
                    child 1, x_min: double
                    child 2, y_min: double
                    child 3, z_min: double
                    child 4, x_max: double
                    child 5, y_max: double
                    child 6, z_max: double
                    child 7, transform: list<item: list<item: double>>
                        child 0, item: list<item: double>
                            child 0, item: double
                    child 8, occlusionRatio: double
                    child 9, className: string
              info: struct<primPaths: list<item: string>, idToLabels: struct<0: struct<class: string>, 1: struct<class:  (... 35 chars omitted)
                child 0, primPaths: list<item: string>
                    child 0, item: string
                child 1, idToLabels: struct<0: struct<class: string>, 1: struct<class: string>, 2: struct<class: string>>
                    child 0, 0: struct<class: string>
                        child 0, class: string
                    child 1, 1: struct<class: string>
                        child 0, class: string
                    child 2, 2: struct<class: string>
                        child 0, class: string
              to
              {'data': List({'semanticId': Value('int64'), 'x_min': Value('float64'), 'y_min': Value('float64'), 'z_min': Value('float64'), 'x_max': Value('float64'), 'y_max': Value('float64'), 'z_max': Value('float64'), 'transform': List(List(Value('float64'))), 'occlusionRatio': Value('float64'), 'className': Value('string')}), 'info': {'primPaths': List(Value('string')), 'idToLabels': {'0': {'class': Value('string')}, '1': {'class': Value('string')}, '2': {'class': Value('string')}}}}
              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.

data
list
info
dict
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.009000301361083984, "y_max": 0.3974943161010742, "z_max": 2.018472909927368, "transform": [ [ 0.012966434471309185, 0.9999159574508667, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.39749574661254883, "z_min": 0, "x_max": 0.009000301361083984, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ 0.08169957250356674, 0.9966570138931274, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.0694735050201416, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ -0.01103032287210226, 0.9999391436576843, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129814147949219, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.008998870849609375, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.13043060898780823, -0.991457462310791, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4185004234313965, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4184994697570801, "z_max": 0.7570850253105164, "transform": [ [ -0.07824868708848953, 0.9969338774681091, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.06947356462478638, "y_max": 0.35215282440185547, "z_max": 0.6169432401657104, "transform": [ [ 0.10076569020748138, -0.9949101805686951, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974943161010742, "z_min": 0, "x_max": 0.009000033140182495, "y_max": 0.3974943161010742, "z_max": 2.018472909927368, "transform": [ [ 0.1233864575624466, -0.9923586845397949, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164785385131836, "z_min": 0, "x_max": 0.0694735050201416, "y_max": 0.35215234756469727, "z_max": 0.6169432401657104, "transform": [ [ 0.060556765645742416, -0.9981647729873657, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.501303195953369, "y_min": -0.4185009002685547, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4184999465942383, "z_max": 0.7570850253105164, "transform": [ [ 0.15145833790302277, 0.9884636402130127, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.512980580329895, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.009000062942504883, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ 0.008053312078118324, -0.9999675750732422, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023267030715942, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.0694732666015625, "y_max": 0.35215091705322266, "z_max": 0.6169432401657104, "transform": [ [ 0.06770617514848709, 0.9977052807807922, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129806995391846, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.008999884128570557, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.1435864418745041, -0.9896377921104431, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129802227020264, "y_min": -0.3974943161010742, "z_min": 0, "x_max": 0.009000301361083984, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ 0.1090061217546463, -0.9940410852432251, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.009000301361083984, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.07309670746326447, 0.9973248839378357, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.0694735050201416, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ -0.04142892360687256, 0.9991414546966553, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023263454437256, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.0694737434387207, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ -0.11484625190496445, -0.9933832883834839, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023268222808838, "y_min": -0.35164785385131836, "z_min": 0, "x_max": 0.0694735050201416, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ -0.0412578284740448, 0.9991485476493835, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013041496276855, "y_min": -0.4185009002685547, "z_min": -0.00018198788166046143, "x_max": 0.0733635425567627, "y_max": 0.4184994697570801, "z_max": 0.7570850253105164, "transform": [ [ -0.03651287406682968, -0.9993332028388977, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265242576599, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.06947360932826996, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ 0.10980874300003052, -0.993952751159668, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129809379577637, "y_min": -0.3974947929382324, "z_min": 0, "x_max": 0.008999824523925781, "y_max": 0.39749574661254883, "z_max": 2.018472909927368, "transform": [ [ -0.07722236216068268, -0.9970138669013977, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023266434669495, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.06947344541549683, "y_max": 0.3521537780761719, "z_max": 0.6169432401657104, "transform": [ [ 0.10374816507101059, -0.9946035742759705, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.501303195953369, "y_min": -0.4184999465942383, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4185004234313965, "z_max": 0.7570850253105164, "transform": [ [ -0.1152520701289177, -0.9933362603187561, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129802227020264, "y_min": -0.3974943161010742, "z_min": 0, "x_max": 0.009000062942504883, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.0868166834115982, -0.9962242841720581, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023267030715942, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.06947362422943115, "y_max": 0.35215234756469727, "z_max": 0.6169432401657104, "transform": [ [ 0.13583937287330627, -0.990730881690979, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.0694735050201416, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ -0.0334143191576004, -0.9994415640830994, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129806995391846, "y_min": -0.3974947929382324, "z_min": 0, "x_max": 0.008999824523925781, "y_max": 0.3974947929382324, "z_max": 2.018472909927368, "transform": [ [ -0.06299474835395813, -0.9980138540267944, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129806995391846, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.00899958610534668, "y_max": 0.3974943161010742, "z_max": 2.018472909927368, "transform": [ [ 0.15348301827907562, -0.9881513118743896, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.009000301361083984, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.11861345916986465, 0.9929404854774475, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.009000062942504883, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ 0.101961649954319, -0.9947883486747742, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.0694735050201416, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ 0.1257951557636261, 0.9920562505722046, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023261070251465, "y_min": -0.35164785385131836, "z_min": 0, "x_max": 0.0694742202758789, "y_max": 0.35215234756469727, "z_max": 0.6169432401657104, "transform": [ [ 0.010208251886069775, -0.9999479055404663, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013041496276855, "y_min": -0.4184999465942383, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4184989929199219, "z_max": 0.7570850253105164, "transform": [ [ 0.15876230597496033, 0.9873168468475342, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.0694737434387207, "y_max": 0.35215330123901367, "z_max": 0.6169432401657104, "transform": [ [ 0.037985511124134064, 0.9992783069610596, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4184989929199219, "z_min": -0.00018198788166046143, "x_max": 0.07336366176605225, "y_max": 0.4185009002685547, "z_max": 0.7570850253105164, "transform": [ [ 0.02323438972234726, 0.9997300505638123, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265242576599, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.0694737434387207, "y_max": 0.35215282440185547, "z_max": 0.6169432401657104, "transform": [ [ -0.1404138207435608, 0.990092933177948, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.0694732666015625, "y_max": 0.35215282440185547, "z_max": 0.6169432401657104, "transform": [ [ 0.17015418410301208, -0.9854174256324768, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129809379577637, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.008999824523925781, "y_max": 0.3974943161010742, "z_max": 2.018472909927368, "transform": [ [ 0.07530608773231506, 0.9971604943275452, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023263454437256, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.0694737434387207, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ -0.15521937608718872, 0.9878800511360168, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023261070251465, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.0694737434387207, "y_max": 0.35215282440185547, "z_max": 0.6169432401657104, "transform": [ [ -0.114795982837677, -0.9933890700340271, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4185009002685547, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4184999465942383, "z_max": 0.7570850253105164, "transform": [ [ 0.0914963111281395, -0.9958054423332214, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.0694732666015625, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ 0.14349934458732605, 0.9896504282951355, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.0694737434387207, "y_max": 0.35215282440185547, "z_max": 0.6169432401657104, "transform": [ [ 0.16244783997535706, 0.9867171049118042, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129809379577637, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.008999824523925781, "y_max": 0.3974943161010742, "z_max": 2.018472909927368, "transform": [ [ 0.02801651693880558, -0.9996074438095093, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4185004234313965, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4184999465942383, "z_max": 0.7570850253105164, "transform": [ [ -0.08630833774805069, -0.9962684512138367, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.009000062942504883, "y_max": 0.3974943161010742, "z_max": 2.018472909927368, "transform": [ [ -0.11745858192443848, -0.9930777549743652, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.501303195953369, "y_min": -0.4184999465942383, "z_min": -0.00018198788166046143, "x_max": 0.0733642578125, "y_max": 0.4185009002685547, "z_max": 0.7570850253105164, "transform": [ [ -0.0012089416850358248, 0.9999992847442627, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023275375366211, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.0694732666015625, "y_max": 0.35215282440185547, "z_max": 0.6169432401657104, "transform": [ [ 0.1225285604596138, 0.9924649596214294, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.008999943733215332, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ 0.014388563111424446, 0.9998964667320251, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.512980580329895, "y_min": -0.3974947929382324, "z_min": 0, "x_max": 0.008999943733215332, "y_max": 0.39749622344970703, "z_max": 2.018472909927368, "transform": [ [ 0.15381327271461487, 0.9880999326705933, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4185009002685547, "z_min": -0.00018198788166046143, "x_max": 0.0733640193939209, "y_max": 0.4184999465942383, "z_max": 0.7570850253105164, "transform": [ [ -0.09477579593658447, -0.9954986572265625, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.008999943733215332, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ 0.07168083637952805, -0.9974276423454285, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.39749622344970703, "z_min": 0, "x_max": 0.008999943733215332, "y_max": 0.3974943161010742, "z_max": 2.018472909927368, "transform": [ [ 0.013614724390208721, -0.9999073147773743, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.009000062942504883, "y_max": 0.3974943161010742, "z_max": 2.018472909927368, "transform": [ [ -0.07388008385896683, -0.9972671270370483, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4184999465942383, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4184999465942383, "z_max": 0.7570850253105164, "transform": [ [ 0.144942045211792, 0.9894401431083679, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4185009002685547, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4184989929199219, "z_max": 0.7570850253105164, "transform": [ [ 0.10622233897447586, 0.9943423867225647, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013034343719482, "y_min": -0.4184999465942383, "z_min": -0.00018198788166046143, "x_max": 0.0733642578125, "y_max": 0.4185004234313965, "z_max": 0.7570850253105164, "transform": [ [ 0.029686156660318375, -0.9995592832565308, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129806995391846, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.008999943733215332, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ 0.16448810696601868, -0.986379086971283, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023267030715942, "y_min": -0.35164928436279297, "z_min": 0, "x_max": 0.06947356462478638, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ 0.12653857469558716, 0.991961658000946, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4185009002685547, "z_min": -0.00018198788166046143, "x_max": 0.0733633041381836, "y_max": 0.4184999465942383, "z_max": 0.7570850253105164, "transform": [ [ -0.11547797918319702, -0.9933100342750549, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.902326762676239, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.06947362422943115, "y_max": 0.3521537780761719, "z_max": 0.6169432401657104, "transform": [ [ -0.15047912299633026, -0.9886131882667542, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129806995391846, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.00899997353553772, "y_max": 0.3974947929382324, "z_max": 2.018472909927368, "transform": [ [ 0.05582331493496895, -0.998440682888031, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.0694742202758789, "y_max": 0.35215282440185547, "z_max": 0.6169432401657104, "transform": [ [ -0.1537669599056244, 0.9881071448326111, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023270606994629, "y_min": -0.35164785385131836, "z_min": 0, "x_max": 0.0694732666015625, "y_max": 0.35215282440185547, "z_max": 0.6169432401657104, "transform": [ [ 0.09332828968763351, 0.9956353902816772, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974947929382324, "z_min": 0, "x_max": 0.008999824523925781, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.13903872668743134, 0.9902869462966919, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023270606994629, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.0694732666015625, "y_max": 0.35215282440185547, "z_max": 0.6169432401657104, "transform": [ [ 0.051262017339468, 0.9986852407455444, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.008999824523925781, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.044511742889881134, -0.99900883436203, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4185009002685547, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4184999465942383, "z_max": 0.7570850253105164, "transform": [ [ -0.03547757863998413, 0.9993704557418823, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4184999465942383, "z_min": -0.00018198788166046143, "x_max": 0.07336342334747314, "y_max": 0.4184999465942383, "z_max": 0.7570850253105164, "transform": [ [ -0.15586666762828827, 0.9877781271934509, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4184999465942383, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4185004234313965, "z_max": 0.7570850253105164, "transform": [ [ -0.04886804521083832, 0.9988052248954773, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.0694735050201416, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ -0.03231183439493179, -0.9994778633117676, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.009000301361083984, "y_max": 0.3974943161010742, "z_max": 2.018472909927368, "transform": [ [ -0.12111979722976685, 0.9926378726959229, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164928436279297, "z_min": 0, "x_max": 0.06947338581085205, "y_max": 0.35215139389038086, "z_max": 0.6169432401657104, "transform": [ [ -0.1081155315041542, -0.9941383600234985, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974943161010742, "z_min": 0, "x_max": 0.008999884128570557, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ 0.12786369025707245, 0.9917917251586914, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4184999465942383, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4185009002685547, "z_max": 0.7570850253105164, "transform": [ [ -0.022051317617297173, -0.9997568130493164, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.008999824523925781, "y_max": 0.3974943161010742, "z_max": 2.018472909927368, "transform": [ [ -0.060729023069143295, -0.9981542825698853, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129806995391846, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.00899997353553772, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.09975507855415344, -0.9950120449066162, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.06947356462478638, "y_max": 0.35215282440185547, "z_max": 0.6169432401657104, "transform": [ [ -0.017263883724808693, -0.9998509883880615, 0, 0...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4184999465942383, "z_min": -0.00018198788166046143, "x_max": 0.07336364686489105, "y_max": 0.4185004234313965, "z_max": 0.7570850253105164, "transform": [ [ -0.06965020298957825, -0.9975714683532715, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974943161010742, "z_min": 0, "x_max": 0.009000182151794434, "y_max": 0.39749622344970703, "z_max": 2.018472909927368, "transform": [ [ -0.12179268896579742, 0.992555558681488, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974943161010742, "z_min": 0, "x_max": 0.009000301361083984, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.1517954170703888, -0.9884119629859924, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023267030715942, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.06947362422943115, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ -0.04461377486586571, 0.9990043044090271, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4184999465942383, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4185009002685547, "z_max": 0.7570850253105164, "transform": [ [ 0.09356997162103653, -0.9956126809120178, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129806995391846, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.008999824523925781, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ 0.146508127450943, -0.9892094731330872, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974943161010742, "z_min": 0, "x_max": 0.008999958634376526, "y_max": 0.39749622344970703, "z_max": 2.018472909927368, "transform": [ [ -0.0005723132635466754, 0.9999998211860657, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023268222808838, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.0694735050201416, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ -0.01585686206817627, -0.9998742938041687, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4184999465942383, "z_min": -0.00018198788166046143, "x_max": 0.0733633041381836, "y_max": 0.4184999465942383, "z_max": 0.7570850253105164, "transform": [ [ -0.10216934978961945, -0.9947670102119446, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4185004234313965, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4184999465942383, "z_max": 0.7570850253105164, "transform": [ [ -0.06542704999446869, 0.9978573322296143, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023265838623047, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.0694732666015625, "y_max": 0.35215282440185547, "z_max": 0.6169432401657104, "transform": [ [ 0.0583784356713295, 0.9982945322990417, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129806995391846, "y_min": -0.3974943161010742, "z_min": 0, "x_max": 0.008999824523925781, "y_max": 0.39749622344970703, "z_max": 2.018472909927368, "transform": [ [ 0.05835224688053131, 0.9982960820198059, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.009000003337860107, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ 0.10962927341461182, -0.9939725399017334, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129806995391846, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.00899997353553772, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.12508560717105865, -0.9921459555625916, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013036727905273, "y_min": -0.4185004234313965, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4184999465942383, "z_max": 0.7570850253105164, "transform": [ [ -0.09352913498878479, -0.9956165552139282, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023268222808838, "y_min": -0.35164737701416016, "z_min": 0, "x_max": 0.0694737434387207, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ 0.06079933047294617, 0.9981499910354614, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.39749574661254883, "z_min": 0, "x_max": 0.009000301361083984, "y_max": 0.3974947929382324, "z_max": 2.018472909927368, "transform": [ [ -0.11499016731977463, -0.9933666586875916, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013041496276855, "y_min": -0.4184999465942383, "z_min": -0.00018198788166046143, "x_max": 0.0733637809753418, "y_max": 0.4185009002685547, "z_max": 0.7570850253105164, "transform": [ [ 0.027316106483340263, 0.999626874923706, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 0, "x_min": -2.5013041496276855, "y_min": -0.4185009002685547, "z_min": -0.00018198788166046143, "x_max": 0.0733633041381836, "y_max": 0.4184999465942383, "z_max": 0.7570850253105164, "transform": [ [ -0.1026197075843811, -0.9947206377983093, ...
{ "primPaths": [ "/Replicator/Carts/Cart_picanol/shape0_002/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 2, "x_min": -0.9023270606994629, "y_min": -0.35164833068847656, "z_min": 0, "x_max": 0.0694737434387207, "y_max": 0.35215187072753906, "z_max": 0.6169432401657104, "transform": [ [ -0.13983659446239471, -0.9901745915412903, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_leanflow/LEANFLOW_CART_LOGIMAT_kar_80_x_60/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129806995391846, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.008999824523925781, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.16333742439746857, -0.9865702390670776, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129809379577637, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.008999824523925781, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.014559519477188587, 0.9998940229415894, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
[ { "semanticId": 1, "x_min": -1.5129804611206055, "y_min": -0.3974952697753906, "z_min": 0, "x_max": 0.009000301361083984, "y_max": 0.3974952697753906, "z_max": 2.018472909927368, "transform": [ [ -0.030131103470921516, 0.9995459318161011, 0, 0 ...
{ "primPaths": [ "/Replicator/Carts/Cart_colruyt/colruyt_cart/CartFrame" ], "idToLabels": { "0": { "class": "picanol" }, "1": { "class": "colruyt" }, "2": { "class": "leanflow" } } }
End of preview.

No dataset card yet

Downloads last month
1,203