here’s an example of what the DOPEWriter writes, it doesn’t actually shows any of the classes from my classes of interest like forklift, pallet, cardbox. Do you kno why?
CLASS_NAME_TO_INDEX = {'Cardbox': 1, "Forklift": 2, 'Pallet': 3} # map format ## What is th exact relation of this to DOPEWriter?
Which is used here:
if writer_helper == DOPEWriter:
writer = rep.WriterRegistry.get("DOPEWriter")
writer.initialize(
output_dir=os.getcwd() + '/_out_dope_headless',
class_name_to_index_map=CLASS_NAME_TO_INDEX,
use_s3=use_s3,
bucket_name=bucket,
endpoint_url=endpoint,
# rgb=True,
# bounding_box_2d_tight=True,
# semantic_segmentation=True,
# instance_segmentation=True,
# distance_to_image_plane=True,
# bounding_box_3d=True,
# occlusion=True,
# normals=True,
)
Here’s an example json file:
{
"camera_data": {},
"objects": [
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
574.1817016601562,
295.4580078125
],
[
480.34674072265625,
372.4219970703125
],
[
406.9592590332031,
328.9810791015625
],
[
502.05145263671875,
256.9510192871094
],
[
571.9588623046875,
337.4773254394531
],
[
481.5470886230469,
414.07745361328125
],
[
410.81378173828125,
370.8844299316406
],
[
502.396240234375,
299.0223388671875
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
574.1817016601562,
295.4580383300781
],
[
480.34674072265625,
372.4219970703125
],
[
406.9592590332031,
328.9810791015625
],
[
502.05145263671875,
256.9510192871094
],
[
571.9588623046875,
337.4773254394531
],
[
481.5470886230469,
414.07745361328125
],
[
410.81378173828125,
370.8844299316406
],
[
502.396240234375,
299.0223388671875
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
797.5686645507812,
486.5168151855469
],
[
704.4212036132812,
590.5543823242188
],
[
610.41796875,
531.57763671875
],
[
706.40380859375,
435.234619140625
],
[
785.8245849609375,
526.9996337890625
],
[
695.9492797851562,
629.3143310546875
],
[
606.24658203125,
571.390380859375
],
[
698.6883544921875,
476.33770751953125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
797.5686645507812,
486.5168151855469
],
[
704.4212036132812,
590.5543823242188
],
[
610.41796875,
531.57763671875
],
[
706.40380859375,
435.234619140625
],
[
785.8245849609375,
526.9996337890625
],
[
695.9492797851562,
629.3143310546875
],
[
606.24658203125,
571.390380859375
],
[
698.6883544921875,
476.33770751953125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
459.92938232421875,
398.55670166015625
],
[
349.7298889160156,
489.58990478515625
],
[
274.70806884765625,
438.0878601074219
],
[
385.80963134765625,
353.37506103515625
],
[
461.9422607421875,
440.0101318359375
],
[
356.417236328125,
530.03076171875
],
[
284.1446533203125,
479.1604309082031
],
[
390.52716064453125,
395.15277099609375
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
459.92938232421875,
398.55670166015625
],
[
349.7298889160156,
489.5899353027344
],
[
274.70806884765625,
438.0878601074219
],
[
385.80963134765625,
353.3750915527344
],
[
461.9422607421875,
440.0101318359375
],
[
356.417236328125,
530.03076171875
],
[
284.1446533203125,
479.1604309082031
],
[
390.52716064453125,
395.15277099609375
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
433.283203125,
299.9938049316406
],
[
330.1372375488281,
377.5503845214844
],
[
261.5275573730469,
333.7705078125
],
[
365.3638916015625,
261.2040100097656
],
[
436.1072692871094,
342.00128173828125
],
[
337.0599670410156,
419.1693420410156
],
[
270.7527160644531,
375.65191650390625
],
[
370.4635009765625,
303.27386474609375
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
433.2832946777344,
299.9938659667969
],
[
330.1372985839844,
377.5504455566406
],
[
261.52764892578125,
333.7705383300781
],
[
365.36395263671875,
261.2040710449219
],
[
436.1073303222656,
342.0013122558594
],
[
337.0600280761719,
419.1694030761719
],
[
270.7527770996094,
375.6519470214844
],
[
370.46356201171875,
303.2738952636719
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
702.2670288085938,
310.7205810546875
],
[
615.3831176757812,
389.688232421875
],
[
536.4615478515625,
345.10101318359375
],
[
625.1627807617188,
271.2580261230469
],
[
695.3832397460938,
352.69525146484375
],
[
611.4124145507812,
431.2146911621094
],
[
535.5527954101562,
386.9252014160156
],
[
621.195068359375,
313.3201904296875
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
702.2669677734375,
310.7206115722656
],
[
615.3831176757812,
389.688232421875
],
[
536.4615478515625,
345.10101318359375
],
[
625.1627807617188,
271.2580261230469
],
[
695.3832397460938,
352.69525146484375
],
[
611.4124145507812,
431.2146911621094
],
[
535.5527954101562,
386.9252014160156
],
[
621.195068359375,
313.3201904296875
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
653.486328125,
503.95489501953125
],
[
548.3189697265625,
610.6812744140625
],
[
459.27734375,
550.1563110351562
],
[
566.54150390625,
451.4190979003906
],
[
647.5986938476562,
544.1922607421875
],
[
546.6995849609375,
649.036376953125
],
[
461.539306640625,
589.6588745117188
],
[
564.3521118164062,
492.34283447265625
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
653.486328125,
503.95489501953125
],
[
548.3189697265625,
610.6812744140625
],
[
459.27734375,
550.1563110351562
],
[
566.54150390625,
451.4190979003906
],
[
647.5986938476562,
544.1922607421875
],
[
546.6995849609375,
649.036376953125
],
[
461.539306640625,
589.6588745117188
],
[
564.3521118164062,
492.34283447265625
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
554.63037109375,
437.4007873535156
],
[
447.6918029785156,
534.0624389648438
],
[
366.7144470214844,
479.32794189453125
],
[
475.0767517089844,
389.571044921875
],
[
552.9358520507812,
478.48077392578125
],
[
450.42193603515625,
573.8348388671875
],
[
372.6601257324219,
519.9068603515625
],
[
476.4947814941406,
431.0984191894531
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
554.63037109375,
437.40081787109375
],
[
447.6918029785156,
534.0624389648438
],
[
366.7144775390625,
479.32794189453125
],
[
475.0767517089844,
389.571044921875
],
[
552.9358520507812,
478.48077392578125
],
[
450.42193603515625,
573.8348388671875
],
[
372.6601257324219,
519.9068603515625
],
[
476.4947814941406,
431.0984191894531
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
808.020751953125,
497.08612060546875
],
[
714.9005126953125,
602.7490234375
],
[
619.7576904296875,
542.8364868164062
],
[
715.8138427734375,
445.0458679199219
],
[
795.75927734375,
537.4223022460938
],
[
705.8983154296875,
641.2664184570312
],
[
615.1565551757812,
582.4636840820312
],
[
707.6688232421875,
486.0420227050781
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
808.0206909179688,
497.0861511230469
],
[
714.9005126953125,
602.7490234375
],
[
619.7576904296875,
542.8364868164062
],
[
715.8138427734375,
445.0458679199219
],
[
795.75927734375,
537.4223022460938
],
[
705.8983154296875,
641.2664184570312
],
[
615.1565551757812,
582.4636840820312
],
[
707.6688232421875,
486.0420227050781
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
607.970703125,
460.7760009765625
],
[
502.9223327636719,
560.9117431640625
],
[
418.39697265625,
504.17999267578125
],
[
525.1912231445312,
411.317626953125
],
[
604.0930786132812,
501.5891418457031
],
[
503.31451416015625,
600.2257690429688
],
[
422.29266357421875,
544.4140625
],
[
524.676513671875,
452.65802001953125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
607.970703125,
460.7760314941406
],
[
502.9223327636719,
560.9117431640625
],
[
418.39697265625,
504.17999267578125
],
[
525.1912231445312,
411.317626953125
],
[
604.0930786132812,
501.5891418457031
],
[
503.31451416015625,
600.2257690429688
],
[
422.29266357421875,
544.4140625
],
[
524.676513671875,
452.65802001953125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
558.7920532226562,
339.23272705078125
],
[
460.353271484375,
422.0168762207031
],
[
384.9482116699219,
375.2445983886719
],
[
484.6575622558594,
297.9547119140625
],
[
557.0614624023438,
381.0874938964844
],
[
462.3838195800781,
463.25518798828125
],
[
389.7762756347656,
416.8801574707031
],
[
485.6369323730469,
339.9676513671875
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
558.7920532226562,
339.23272705078125
],
[
460.353271484375,
422.0168762207031
],
[
384.9482116699219,
375.2445983886719
],
[
484.6575622558594,
297.9547424316406
],
[
557.0614624023438,
381.0874938964844
],
[
462.3838195800781,
463.25518798828125
],
[
389.7762756347656,
416.8801574707031
],
[
485.6369323730469,
339.9676513671875
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
601.1931762695312,
351.7029724121094
],
[
504.5283508300781,
436.1864929199219
],
[
426.8040466308594,
388.44061279296875
],
[
524.9495849609375,
309.6185607910156
],
[
597.8629150390625,
393.4903869628906
],
[
504.8250732421875,
477.2794494628906
],
[
430.0732116699219,
429.9769592285156
],
[
524.4814453125,
351.5968933105469
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
601.1940307617188,
351.7021789550781
],
[
504.5283508300781,
436.1864929199219
],
[
426.8040466308594,
388.44061279296875
],
[
524.9505004882812,
309.6178283691406
],
[
597.8638305664062,
393.4895935058594
],
[
504.8250732421875,
477.2794494628906
],
[
430.0732116699219,
429.9769592285156
],
[
524.4823608398438,
351.5961608886719
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
750.1343383789062,
492.70233154296875
],
[
653.0285034179688,
597.689453125
],
[
560.6116943359375,
538.166015625
],
[
660.3176879882812,
440.9771423339844
],
[
740.2998046875,
533.10009765625
],
[
646.791259765625,
636.3085327148438
],
[
558.5423583984375,
577.87109375
],
[
654.4074096679688,
482.0183410644531
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
750.1343383789062,
492.7023620605469
],
[
653.0285034179688,
597.689453125
],
[
560.6116943359375,
538.1660766601562
],
[
660.3176879882812,
440.9771423339844
],
[
740.2998046875,
533.10009765625
],
[
646.791259765625,
636.3085327148438
],
[
558.5423583984375,
577.87109375
],
[
654.4074096679688,
482.0183410644531
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
458.4779968261719,
519.4867553710938
],
[
337.3166198730469,
628.6389770507812
],
[
255.6974334716797,
566.7164306640625
],
[
377.8794250488281,
465.8221130371094
],
[
460.7284240722656,
559.4907836914062
],
[
345.1925048828125,
666.6134643554688
],
[
266.8118896484375,
605.9259033203125
],
[
383.31744384765625,
506.573486328125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
458.4779968261719,
519.4867553710938
],
[
337.3166198730469,
628.6389770507812
],
[
255.6974334716797,
566.7164306640625
],
[
377.8794250488281,
465.8221130371094
],
[
460.7284240722656,
559.4907836914062
],
[
345.1925048828125,
666.6134643554688
],
[
266.8118896484375,
605.9259033203125
],
[
383.31744384765625,
506.573486328125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
706.44091796875,
365.3230285644531
],
[
615.7317504882812,
451.6836242675781
],
[
533.2013549804688,
402.86187744140625
],
[
625.897216796875,
322.3492431640625
],
[
699.1063842773438,
407.0265197753906
],
[
611.5670166015625,
492.60430908203125
],
[
532.3792114257812,
444.2782287597656
],
[
621.739013671875,
364.2807312011719
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
706.44091796875,
365.3230285644531
],
[
615.7317504882812,
451.68365478515625
],
[
533.2013549804688,
402.86187744140625
],
[
625.897216796875,
322.3492431640625
],
[
699.1063842773438,
407.0265197753906
],
[
611.5670166015625,
492.60430908203125
],
[
532.3792114257812,
444.2782287597656
],
[
621.739013671875,
364.2807312011719
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
588.5675659179688,
295.35028076171875
],
[
495.6504821777344,
372.3002014160156
],
[
421.7562561035156,
328.8673095703125
],
[
515.9887084960938,
256.8499755859375
],
[
585.8306884765625,
337.3698425292969
],
[
496.2704162597656,
413.9565124511719
],
[
425.0675354003906,
370.77117919921875
],
[
515.8504638671875,
298.9212951660156
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
588.5675659179688,
295.35028076171875
],
[
495.6504821777344,
372.3002014160156
],
[
421.7562561035156,
328.8673400878906
],
[
515.9887084960938,
256.8499755859375
],
[
585.8306884765625,
337.3698425292969
],
[
496.2704162597656,
413.9565124511719
],
[
425.0675354003906,
370.77117919921875
],
[
515.8504638671875,
298.9212951660156
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
635.65966796875,
383.0115661621094
],
[
538.8032836914062,
471.8428039550781
],
[
457.8775939941406,
421.6042175292969
],
[
556.4404296875,
338.8692932128906
],
[
630.9334106445312,
424.5899658203125
],
[
537.7119750976562,
512.5186157226562
],
[
460.0048828125,
462.84661865234375
],
[
554.7972412109375,
380.72589111328125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
635.6605834960938,
383.0107421875
],
[
538.8032836914062,
471.8428039550781
],
[
457.8775939941406,
421.6042175292969
],
[
556.4413452148438,
338.8685302734375
],
[
630.934326171875,
424.589111328125
],
[
537.7119750976562,
512.5186157226562
],
[
460.0048828125,
462.84661865234375
],
[
554.7981567382812,
380.7251281738281
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
577.3464965820312,
368.82244873046875
],
[
477.691650390625,
455.66888427734375
],
[
399.8486633300781,
406.5685729980469
],
[
500.91064453125,
325.6186828613281
],
[
574.8751220703125,
410.50262451171875
],
[
479.07293701171875,
496.5429992675781
],
[
404.2093811035156,
447.9521484375
],
[
501.3165283203125,
367.53662109375
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
577.3464965820312,
368.82244873046875
],
[
477.691650390625,
455.66888427734375
],
[
399.8486633300781,
406.5685729980469
],
[
500.91064453125,
325.6186828613281
],
[
574.8751220703125,
410.50262451171875
],
[
479.07293701171875,
496.5429992675781
],
[
404.2093811035156,
447.9521484375
],
[
501.3165283203125,
367.53662109375
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
574.221923828125,
521.0690307617188
],
[
461.6896667480469,
630.4700317382812
],
[
375.00701904296875,
568.4041137695312
],
[
489.22589111328125,
467.2887268066406
],
[
571.6029052734375,
561.0484619140625
],
[
463.9605407714844,
668.4046630859375
],
[
380.9541320800781,
607.5828247070312
],
[
490.1502380371094,
508.0218811035156
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
574.221923828125,
521.0690307617188
],
[
461.6896667480469,
630.4700317382812
],
[
375.00701904296875,
568.4041137695312
],
[
489.22589111328125,
467.2887268066406
],
[
571.6029052734375,
561.0484619140625
],
[
463.9605407714844,
668.4046630859375
],
[
380.9541320800781,
607.5828247070312
],
[
490.1502380371094,
508.0218811035156
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
797.040771484375,
457.6802978515625
],
[
705.8992919921875,
557.3521728515625
],
[
613.8238525390625,
500.88714599609375
],
[
707.6940307617188,
408.4391174316406
],
[
785.5486450195312,
498.53057861328125
],
[
697.54150390625,
596.7293090820312
],
[
609.5953979492188,
541.1690063476562
],
[
700.0746459960938,
449.8058166503906
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
797.040771484375,
457.6802978515625
],
[
705.8992919921875,
557.3521728515625
],
[
613.8238525390625,
500.8871765136719
],
[
707.6940307617188,
408.4391174316406
],
[
785.5486450195312,
498.53057861328125
],
[
697.54150390625,
596.7293090820312
],
[
609.5953979492188,
541.1690063476562
],
[
700.0746459960938,
449.8058166503906
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
629.46923828125,
519.0039672851562
],
[
521.2908935546875,
628.080322265625
],
[
432.357666015625,
566.2014770507812
],
[
542.5347290039062,
465.3745422363281
],
[
624.5315551757812,
559.0154418945312
],
[
520.8721313476562,
666.0669555664062
],
[
435.8101806640625,
605.4202880859375
],
[
541.2970581054688,
506.1314697265625
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
629.4692993164062,
519.0039672851562
],
[
521.2909545898438,
628.0803833007812
],
[
432.357666015625,
566.2014770507812
],
[
542.5347290039062,
465.3745422363281
],
[
624.5316162109375,
559.0154418945312
],
[
520.8721923828125,
666.0670166015625
],
[
435.8101806640625,
605.4202880859375
],
[
541.2970581054688,
506.1314697265625
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
818.5203857421875,
454.76531982421875
],
[
729.1331176757812,
554.00146484375
],
[
636.37353515625,
497.7870178222656
],
[
728.5908203125,
405.7282409667969
],
[
806.1873168945312,
495.65008544921875
],
[
719.7941284179688,
593.4373779296875
],
[
631.219482421875,
538.1132202148438
],
[
720.1743774414062,
447.1192932128906
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
818.5203857421875,
454.76531982421875
],
[
729.1331176757812,
554.00146484375
],
[
636.37353515625,
497.7870178222656
],
[
728.5908203125,
405.7282409667969
],
[
806.1873168945312,
495.65008544921875
],
[
719.7941284179688,
593.4373779296875
],
[
631.219482421875,
538.1132202148438
],
[
720.1743774414062,
447.1192932128906
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
531.100341796875,
405.72900390625
],
[
425.1941833496094,
497.78790283203125
],
[
346.98486328125,
445.6971130371094
],
[
454.14495849609375,
360.06390380859375
],
[
530.358154296875,
447.12005615234375
],
[
428.7914733886719,
538.1140747070312
],
[
353.5823974609375,
486.68597412109375
],
[
456.3187561035156,
401.80108642578125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
531.100341796875,
405.72900390625
],
[
425.1941833496094,
497.78790283203125
],
[
346.98486328125,
445.6971130371094
],
[
454.14495849609375,
360.06390380859375
],
[
530.358154296875,
447.12005615234375
],
[
428.7914733886719,
538.1140747070312
],
[
353.5823974609375,
486.68597412109375
],
[
456.3187561035156,
401.80108642578125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
752.0320434570312,
443.8147888183594
],
[
658.6561279296875,
541.4231567382812
],
[
569.3184204101562,
486.14453125
],
[
665.1415405273438,
395.5407409667969
],
[
742.4479370117188,
484.8246765136719
],
[
652.3998413085938,
581.0740356445312
],
[
566.9617919921875,
526.6323852539062
],
[
659.2345581054688,
437.01953125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
752.0320434570312,
443.8147888183594
],
[
658.6561279296875,
541.4231567382812
],
[
569.3184204101562,
486.14453125
],
[
665.1415405273438,
395.540771484375
],
[
742.4479370117188,
484.8246765136719
],
[
652.3998413085938,
581.0740356445312
],
[
566.9617919921875,
526.6323852539062
],
[
659.2345581054688,
437.01953125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
723.8013305664062,
479.52008056640625
],
[
625.7323608398438,
582.4891967773438
],
[
535.2623901367188,
524.1273803710938
],
[
635.744873046875,
428.7367858886719
],
[
715.1324462890625,
520.0964965820312
],
[
620.7504272460938,
621.4048461914062
],
[
534.28125,
564.0589599609375
],
[
630.8563232421875,
469.9076232910156
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
723.80224609375,
479.5191345214844
],
[
625.7323608398438,
582.4891967773438
],
[
535.2623901367188,
524.1273803710938
],
[
635.7457885742188,
428.73590087890625
],
[
715.13330078125,
520.0955200195312
],
[
620.7504272460938,
621.4048461914062
],
[
534.28125,
564.0589599609375
],
[
630.857177734375,
469.90673828125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
650.7910766601562,
337.7962341308594
],
[
558.5009155273438,
420.38580322265625
],
[
479.773681640625,
373.7249755859375
],
[
573.7315063476562,
296.61065673828125
],
[
645.6634521484375,
379.6581726074219
],
[
556.6748046875,
461.64013671875
],
[
480.9969177246094,
415.371337890625
],
[
571.5227661132812,
338.6270751953125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
650.7910766601562,
337.7962341308594
],
[
558.5009155273438,
420.3858337402344
],
[
479.773681640625,
373.7249755859375
],
[
573.7315063476562,
296.61065673828125
],
[
645.6634521484375,
379.6581726074219
],
[
556.6748046875,
461.64013671875
],
[
480.9969177246094,
415.371337890625
],
[
571.5227661132812,
338.6270751953125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "wall",
"visibility": 1.0,
"location": [
73.01209259033203,
-89.13861846923828,
355.8275146484375
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
986.650634765625,
117.52437591552734
],
[
771.02490234375,
326.62921142578125
],
[
523.1422119140625,
201.68959045410156
],
[
758.4878540039062,
29.440763473510742
],
[
965.89111328125,
176.71603393554688
],
[
757.5367431640625,
386.2143249511719
],
[
522.6173095703125,
261.48114013671875
],
[
748.583740234375,
87.35957336425781
],
[
752.6461181640625,
218.2012481689453
]
]
},
{
"class": "rack",
"visibility": 1.0,
"location": [
73.01209259033203,
-89.13861846923828,
355.8275146484375
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
986.650634765625,
117.5243911743164
],
[
771.02490234375,
326.6292419433594
],
[
523.1422119140625,
201.68959045410156
],
[
758.4878540039062,
29.440763473510742
],
[
965.89111328125,
176.71604919433594
],
[
757.5368041992188,
386.21435546875
],
[
522.6173095703125,
261.48114013671875
],
[
748.583740234375,
87.35957336425781
],
[
752.6461181640625,
218.2012481689453
]
]
},
{
"class": "wall",
"visibility": 1.0,
"location": [
-95.5362777709961,
2.338468313217163,
281.03460693359375
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
403.95458984375,
396.9931335449219
],
[
-42.38673400878906,
752.813720703125
],
[
-258.3519287109375,
535.485107421875
],
[
182.1433868408203,
258.36151123046875
],
[
409.88037109375,
455.8916931152344
],
[
-4.344089508056641,
802.08935546875
],
[
-211.9341583251953,
591.8485717773438
],
[
198.42747497558594,
318.22088623046875
],
[
113.31299591064453,
521.7587890625
]
]
},
{
"class": "rack",
"visibility": 1.0,
"location": [
-95.5362777709961,
2.338468313217163,
281.03460693359375
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
403.95458984375,
396.9931335449219
],
[
-42.38673400878906,
752.813720703125
],
[
-258.3519287109375,
535.485107421875
],
[
182.1433868408203,
258.36151123046875
],
[
409.88037109375,
455.8916931152344
],
[
-4.344089508056641,
802.08935546875
],
[
-211.9341583251953,
591.8485717773438
],
[
198.42747497558594,
318.22088623046875
],
[
113.31299591064453,
521.7587890625
]
]
},
{
"class": "wall",
"visibility": 1.0,
"location": [
142.25848388671875,
-166.18614196777344,
418.8226013183594
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
1109.9649658203125,
-39.91565704345703
],
[
952.8089599609375,
106.21923828125
],
[
729.75634765625,
19.960880279541016
],
[
904.8507690429688,
-104.17159271240234
],
[
1087.62353515625,
16.53194236755371
],
[
933.7301025390625,
165.28457641601562
],
[
721.0903930664062,
77.70307922363281
],
[
891.2044677734375,
-49.45920944213867
],
[
910.3562622070312,
46.64086151123047
]
]
},
{
"class": "rack",
"visibility": 1.0,
"location": [
142.25848388671875,
-166.18614196777344,
418.8226013183594
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
1109.9649658203125,
-39.91565704345703
],
[
952.8089599609375,
106.21923828125
],
[
729.75634765625,
19.960880279541016
],
[
904.8507690429688,
-104.17159271240234
],
[
1087.62353515625,
16.53194236755371
],
[
933.7301025390625,
165.28457641601562
],
[
721.0903930664062,
77.70307922363281
],
[
891.2044677734375,
-49.45920944213867
],
[
910.3562622070312,
46.64086151123047
]
]
},
{
"class": "wall",
"visibility": 1.0,
"location": [
145.95606994628906,
70.3620376586914,
225.41761779785156
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
1648.7490234375,
726.5054931640625
],
[
1500.488037109375,
1322.37841796875
],
[
966.4415283203125,
948.6326904296875
],
[
1219.3538818359375,
515.519287109375
],
[
1571.88623046875,
776.8384399414062
],
[
1411.6669921875,
1335.7235107421875
],
[
931.8892822265625,
988.3416748046875
],
[
1177.281005859375,
572.3442993164062
],
[
1271.3778076171875,
878.078369140625
]
]
},
{
"class": "rack",
"visibility": 1.0,
"location": [
145.95606994628906,
70.3620376586914,
225.41761779785156
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
1648.7490234375,
726.5054931640625
],
[
1500.488037109375,
1322.37841796875
],
[
966.4415283203125,
948.6326904296875
],
[
1219.3538818359375,
515.519287109375
],
[
1571.88623046875,
776.8385009765625
],
[
1411.6671142578125,
1335.7235107421875
],
[
931.8892822265625,
988.3416748046875
],
[
1177.281005859375,
572.3442993164062
],
[
1271.3778076171875,
878.078369140625
]
]
},
{
"class": "wall",
"visibility": 1.0,
"location": [
107.21131134033203,
-188.93429565429688,
437.42181396484375
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
989.8252563476562,
-77.67445373535156
],
[
821.5426635742188,
55.28089141845703
],
[
619.1578979492188,
-22.97081756591797
],
[
801.2730102539062,
-136.7334442138672
],
[
972.7090454101562,
-22.20294761657715
],
[
808.7813110351562,
113.64189910888672
],
[
615.0802612304688,
33.87459182739258
],
[
791.6112060546875,
-83.03802490234375
],
[
799.450927734375,
5.436479091644287
]
]
},
{
"class": "rack",
"visibility": 1.0,
"location": [
107.21131134033203,
-188.93429565429688,
437.42181396484375
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
989.8252563476562,
-77.67445373535156
],
[
821.5426635742188,
55.28089141845703
],
[
619.1578369140625,
-22.97083854675293
],
[
801.2730102539062,
-136.73345947265625
],
[
972.7090454101562,
-22.20294761657715
],
[
808.7813110351562,
113.64189910888672
],
[
615.0802001953125,
33.874568939208984
],
[
791.6111450195312,
-83.03804016113281
],
[
799.450927734375,
5.436479091644287
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
704.0261840820312,
470.73956298828125
],
[
605.1735229492188,
572.3761596679688
],
[
516.0802612304688,
514.7810668945312
],
[
617.21337890625,
420.5790100097656
],
[
696.2138671875,
511.42938232421875
],
[
601.118408203125,
611.4818115234375
],
[
515.9092407226562,
554.8572387695312
],
[
613.0809936523438,
461.8314514160156
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
704.0261840820312,
470.7395935058594
],
[
605.1735229492188,
572.3761596679688
],
[
516.0802612304688,
514.7810668945312
],
[
617.21337890625,
420.57904052734375
],
[
696.2138671875,
511.42938232421875
],
[
601.118408203125,
611.4818115234375
],
[
515.9092407226562,
554.8572387695312
],
[
613.0809936523438,
461.8314514160156
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
558.3855590820312,
429.09710693359375
],
[
452.4113464355469,
524.5404052734375
],
[
371.76739501953125,
470.5059509277344
],
[
479.16949462890625,
381.8395690917969
],
[
556.5526123046875,
470.2642517089844
],
[
454.9252624511719,
564.4655151367188
],
[
377.47161865234375,
511.19873046875
],
[
480.42315673828125,
423.42681884765625
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
558.3855590820312,
429.0971374511719
],
[
452.4113464355469,
524.5404052734375
],
[
371.76739501953125,
470.5059814453125
],
[
479.16949462890625,
381.8395690917969
],
[
556.5526123046875,
470.2642517089844
],
[
454.9252624511719,
564.4655151367188
],
[
377.47161865234375,
511.19873046875
],
[
480.42315673828125,
423.42681884765625
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
471.9457092285156,
415.4325256347656
],
[
361.0794677734375,
508.88885498046875
],
[
284.6507263183594,
455.9957275390625
],
[
396.4958190917969,
369.109375
],
[
473.5130920410156,
456.7344665527344
],
[
367.38055419921875,
549.0535888671875
],
[
293.80615234375,
496.8659973144531
],
[
400.8650817871094,
410.7876281738281
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
471.9467468261719,
415.4316711425781
],
[
361.0794677734375,
508.88885498046875
],
[
284.6507263183594,
455.9957275390625
],
[
396.4968566894531,
369.1085510253906
],
[
473.51409912109375,
456.73358154296875
],
[
367.38055419921875,
549.0535888671875
],
[
293.80615234375,
496.8659973144531
],
[
400.8660888671875,
410.78680419921875
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
538.1575927734375,
310.36614990234375
],
[
440.79425048828125,
389.28692626953125
],
[
367.8270263671875,
344.7265319824219
],
[
466.3251647949219,
270.9259033203125
],
[
537.2114868164062,
352.34197998046875
],
[
443.5282897949219,
430.81658935546875
],
[
373.181640625,
386.552734375
],
[
467.92620849609375,
312.9884033203125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
538.1575927734375,
310.36614990234375
],
[
440.79425048828125,
389.2869567871094
],
[
367.8270263671875,
344.7265319824219
],
[
466.3251647949219,
270.9259033203125
],
[
537.2114868164062,
352.34197998046875
],
[
443.5282897949219,
430.81658935546875
],
[
373.181640625,
386.552734375
],
[
467.92620849609375,
312.9884033203125
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "ceiling",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
504.4342956542969,
341.9564208984375
],
[
402.1940612792969,
425.11016845703125
],
[
328.6494140625,
378.12615966796875
],
[
431.9271545410156,
300.5029296875
],
[
504.7146911621094,
383.7972412109375
],
[
406.5207824707031,
466.3177490234375
],
[
335.6317443847656,
419.7409362792969
],
[
434.8009948730469,
342.5090026855469
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "floor",
"visibility": 1.0,
"location": [
2656.077880859375,
-2195.86572265625,
2105.58642578125
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
504.4342956542969,
341.9564208984375
],
[
402.1940612792969,
425.11016845703125
],
[
328.6494140625,
378.12615966796875
],
[
431.9271545410156,
300.5029296875
],
[
504.7146911621094,
383.7972412109375
],
[
406.5207824707031,
466.3177490234375
],
[
335.6317443847656,
419.7409362792969
],
[
434.8009948730469,
342.5090026855469
],
[
1991.4193115234375,
-711.0839233398438
]
]
},
{
"class": "wall",
"visibility": 1.0,
"location": [
-191.08563232421875,
-146.6358642578125,
402.8380432128906
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
156.77883911132812,
-4.660453796386719
],
[
-172.98214721679688,
154.43606567382812
],
[
-307.1322937011719,
60.271663665771484
],
[
16.05488395690918,
-73.95133972167969
],
[
170.56039428710938,
52.586891174316406
],
[
-142.00819396972656,
213.96456909179688
],
[
-273.1969909667969,
118.71148681640625
],
[
33.89566421508789,
-18.378080368041992
],
[
-44.31542205810547,
85.09298706054688
]
]
},
{
"class": "rack",
"visibility": 1.0,
"location": [
-191.08563232421875,
-146.6358642578125,
402.8380432128906
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
156.7779541015625,
-4.660028457641602
],
[
-172.9833526611328,
154.4366455078125
],
[
-307.1334533691406,
60.272151947021484
],
[
16.05400848388672,
-73.95097351074219
],
[
170.55955505371094,
52.58732604980469
],
[
-142.00933837890625,
213.96514892578125
],
[
-273.1981201171875,
118.71197509765625
],
[
33.89482879638672,
-18.377708435058594
],
[
-44.31542205810547,
85.09298706054688
]
]
},
{
"class": "wall",
"visibility": 1.0,
"location": [
-33.676273345947266,
-60.67948532104492,
332.5589294433594
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
640.7871704101562,
190.88674926757812
],
[
331.1075134277344,
433.98291015625
],
[
111.59293365478516,
287.8994445800781
],
[
429.1545715332031,
90.53667449951172
],
[
634.7756958007812,
250.634765625
],
[
341.29107666015625,
492.35736083984375
],
[
131.8293914794922,
347.687744140625
],
[
432.6878967285156,
149.4087677001953
],
[
393.23760986328125,
298.00836181640625
]
]
},
{
"class": "rack",
"visibility": 1.0,
"location": [
-33.676273345947266,
-60.67948532104492,
332.5589294433594
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
640.7863159179688,
190.88734436035156
],
[
331.1062316894531,
433.9837951660156
],
[
111.59175109863281,
287.9001770019531
],
[
429.1537170410156,
90.53719329833984
],
[
634.7748413085938,
250.63536071777344
],
[
341.2899169921875,
492.35821533203125
],
[
131.82826232910156,
347.6884765625
],
[
432.6871032714844,
149.4093017578125
],
[
393.23760986328125,
298.00836181640625
]
]
},
{
"class": "wall",
"visibility": 1.0,
"location": [
-195.2473602294922,
-58.75390625,
330.98455810546875
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
64.15618896484375,
196.2261962890625
],
[
-373.9820556640625,
441.91705322265625
],
[
-518.3078002929688,
294.212646484375
],
[
-96.1968994140625,
94.9550552368164
],
[
85.15609741210938,
255.9969482421875
],
[
-323.8292541503906,
500.16448974609375
],
[
-465.978515625,
353.9763488769531
],
[
-70.14910888671875,
153.8837127685547
],
[
-179.83255004882812,
303.8135070800781
]
]
},
{
"class": "rack",
"visibility": 1.0,
"location": [
-195.2473602294922,
-58.75390625,
330.98455810546875
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
64.15505981445312,
196.22682189941406
],
[
-373.9837341308594,
441.9179992675781
],
[
-518.3093872070312,
294.2134094238281
],
[
-96.19801330566406,
94.95557403564453
],
[
85.15503692626953,
255.99758911132812
],
[
-323.830810546875,
500.1654052734375
],
[
-465.97998046875,
353.9770812988281
],
[
-70.15015411376953,
153.88424682617188
],
[
-179.83255004882812,
303.8135070800781
]
]
},
{
"class": "wall",
"visibility": 1.0,
"location": [
215.4311065673828,
-189.81288146972656,
438.14013671875
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
1280.525634765625,
-79.06807708740234
],
[
1158.230712890625,
53.4145393371582
],
[
929.3012084960938,
-24.5506649017334
],
[
1071.969970703125,
-137.93919372558594
],
[
1253.0400390625,
-23.634971618652344
],
[
1131.6375732421875,
111.74552917480469
],
[
913.4486694335938,
32.258705139160156
],
[
1053.29443359375,
-84.28321838378906
],
[
1088.6588134765625,
3.9152350425720215
]
]
},
{
"class": "rack",
"visibility": 1.0,
"location": [
215.4311065673828,
-189.81288146972656,
438.14013671875
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
1280.525634765625,
-79.06807708740234
],
[
1158.230712890625,
53.4145393371582
],
[
929.3012084960938,
-24.5506649017334
],
[
1071.969970703125,
-137.93919372558594
],
[
1253.0400390625,
-23.634971618652344
],
[
1131.6375732421875,
111.74552917480469
],
[
913.4486694335938,
32.258705139160156
],
[
1053.29443359375,
-84.28321838378906
],
[
1088.6588134765625,
3.9152350425720215
]
]
},
{
"class": "wall",
"visibility": 1.0,
"location": [
-253.02490234375,
-158.69888305664062,
412.700927734375
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
-11.861001968383789,
-26.738418579101562
],
[
-360.76513671875,
124.166259765625
],
[
-475.4674377441406,
35.002071380615234
],
[
-137.0009307861328,
-92.85574340820312
],
[
7.992894172668457,
30.020689010620117
],
[
-322.3604431152344,
183.42706298828125
],
[
-435.5677795410156,
93.02088928222656
],
[
-114.15609741210938,
-37.81167221069336
],
[
-207.03721618652344,
61.01511001586914
]
]
},
{
"class": "rack",
"visibility": 1.0,
"location": [
-253.02490234375,
-158.69888305664062,
412.700927734375
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
-11.86108112335205,
-26.738460540771484
],
[
-360.7652282714844,
124.16619873046875
],
[
-475.4674377441406,
35.002071380615234
],
[
-137.0009307861328,
-92.85574340820312
],
[
7.99281644821167,
30.020645141601562
],
[
-322.3605041503906,
183.427001953125
],
[
-435.5677795410156,
93.02088928222656
],
[
-114.15609741210938,
-37.81167221069336
],
[
-207.03721618652344,
61.01511001586914
]
]
},
{
"class": "wall",
"visibility": 1.0,
"location": [
-46.864009857177734,
-39.241920471191406,
315.0312805175781
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
598.4912109375,
253.3686065673828
],
[
257.4987487792969,
527.881103515625
],
[
32.93876647949219,
362.10797119140625
],
[
380.1123352050781,
142.00196838378906
],
[
594.2385864257812,
313.2328186035156
],
[
272.75860595703125,
584.4241333007812
],
[
58.55548858642578,
421.3979187011719
],
[
386.0103454589844,
201.42991638183594
],
[
337.53460693359375,
365.9101257324219
]
]
},
{
"class": "rack",
"visibility": 1.0,
"location": [
-46.864009857177734,
-39.241920471191406,
315.0312805175781
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
598.4912109375,
253.3686065673828
],
[
257.4987487792969,
527.881103515625
],
[
32.93876647949219,
362.10797119140625
],
[
380.1123352050781,
142.00196838378906
],
[
594.2385864257812,
313.2328186035156
],
[
272.75860595703125,
584.4241333007812
],
[
58.55548858642578,
421.3979187011719
],
[
386.0103454589844,
201.42991638183594
],
[
337.53460693359375,
365.9101257324219
]
]
},
{
"class": "wall",
"visibility": 1.0,
"location": [
-133.3330078125,
-136.8331756591797,
394.8232116699219
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
322.2577209472656,
14.099448204040527
],
[
13.936296463012695,
180.35577392578125
],
[
-139.85743713378906,
81.8111801147461
],
[
166.14906311035156,
-57.94196319580078
],
[
329.7637023925781,
71.72857666015625
],
[
36.975067138671875,
240.0518798828125
],
[
-112.2851791381836,
140.56668090820312
],
[
178.81661987304688,
-1.9448994398117065
],
[
115.94220733642578,
105.54519653320312
]
]
},
{
"class": "rack",
"visibility": 1.0,
"location": [
-133.3330078125,
-136.8331756591797,
394.8232116699219
],
"quaternion_xyzw": [
0.3043695092201233,
0.853121817111969,
-0.3990859091281891,
0.1423824578523636
],
"projected_cuboid": [
[
322.2577209472656,
14.099448204040527
],
[
13.936296463012695,
180.35577392578125
],
[
-139.85743713378906,
81.8111801147461
],
[
166.14906311035156,
-57.94196319580078
],
[
329.7637023925781,
71.72857666015625
],
[
36.975067138671875,
240.0518798828125
],
[
-112.2851791381836,
140.56668090820312
],
[
178.81661987304688,
-1.9448994398117065
],
[
115.94220733642578,
105.54519653320312
]
]
},
{
"class": "pillar",
"visibility": 1.0,
"location": [
14.919042587280273,
128.93576049804688,
204.79727172851562
],
"quaternion_xyzw": [
0.015005452558398247,
0.04205900803208351,
0.9409130811691284,
-0.3356909155845642
],
"projected_cuboid": [
[
17.12872314453125,
-604.4480590820312
],
[
974.128662109375,
-618.8162231445312
],
[
-1042.6043701171875,
-1593.624267578125
],
[
977.2344970703125,
-1532.660400390625
],
[
282.01513671875,
506.4074401855469
],
[
732.091552734375,
475.6581726074219
],
[
1598.176513671875,
3612.0263671875
],
[
127.64793395996094,
3952.275390625
],
[
597.4359130859375,
1250.3677978515625
]
]
},
{
"class": "pillar",
"visibility": 1.0,
"location": [
14.919042587280273,
128.93576049804688,
204.79727172851562
],
"quaternion_xyzw": [
0.015005447901785374,
0.04205899313092232,
0.9409130811691284,
-0.3356909155845642
],
"projected_cuboid": [
[
-330.9430236816406,
-267.9386291503906
],
[
1579.851806640625,
-326.0333557128906
],
[
-1042.6033935546875,
-1593.625244140625
],
[
977.2340087890625,
-1532.662353515625
],
[
261.9181823730469,
955.02392578125
],
[
849.9025268554688,
902.2902221679688
],
[
1598.173095703125,
3612.021728515625
],
[
127.65064239501953,
3952.262451171875
],
[
597.4359130859375,
1250.3677978515625
]
]
},
{
"class": "bracket",
"visibility": 1.0,
"location": [
1.542004793009255e-05,
-1.6866198393472587e-06,
310.2169189453125
],
"quaternion_xyzw": [
0.015005452558398247,
0.04205900803208351,
0.9409130811691284,
-0.3356909155845642
],
"projected_cuboid": [
[
275.0994873046875,
338.18316650390625
],
[
711.0444946289062,
311.9143981933594
],
[
797.9422607421875,
605.7631225585938
],
[
257.76898193359375,
646.2318115234375
],
[
286.5447082519531,
392.9072265625
],
[
701.6190795898438,
366.7959899902344
],
[
781.3653564453125,
655.9173583984375
],
[
272.8746032714844,
695.2307739257812
],
[
512.0000610351562,
512.0
]
]
},
{
"class": "bracket",
"visibility": 1.0,
"location": [
1.542004793009255e-05,
-1.6866198393472587e-06,
310.2169189453125
],
"quaternion_xyzw": [
0.015005447901785374,
0.04205899313092232,
0.9409130811691284,
-0.3356909155845642
],
"projected_cuboid": [
[
275.10028076171875,
338.1822814941406
],
[
711.0440063476562,
311.91412353515625
],
[
797.9419555664062,
605.762939453125
],
[
257.76898193359375,
646.2318115234375
],
[
286.5454406738281,
392.9063415527344
],
[
701.6185913085938,
366.7957458496094
],
[
781.3651123046875,
655.9171752929688
],
[
272.8746032714844,
695.2307739257812
],
[
512.0000610351562,
512.0
]
]
}
]
}