Add files using upload-large-folder tool
Browse files- Intrinsics.txt +7 -0
- airsim.yaml +129 -0
- changes.txt +24 -0
- detectron_labels.csv +136 -0
- groundtruth_labels.csv +72 -0
- groundtruth_labels_classes.csv +32 -0
- infrared_corrections.csv +257 -0
- run1/000014_pose.txt +4 -0
- run1/000033_labels.json +1 -0
- run1/000041_pose.txt +4 -0
- run1/000044_pose.txt +4 -0
- run1/000047_pose.txt +4 -0
- run1/000057_pose.txt +4 -0
- run1/000059_pose.txt +4 -0
- run1/000095_pose.txt +4 -0
- run1/000102_labels.json +1 -0
- run1/000106_pose.txt +4 -0
- run1/000119_pose.txt +4 -0
- run1/000141_pose.txt +4 -0
- run1/000145_labels.json +1 -0
- run1/000146_pose.txt +4 -0
- run1/000148_pose.txt +4 -0
- run1/000193_pose.txt +4 -0
- run1/000197_labels.json +1 -0
- run1/000212_pose.txt +4 -0
- run1/000234_labels.json +1 -0
- run1/000236_labels.json +1 -0
- run1/000238_labels.json +1 -0
- run1/000253_labels.json +1 -0
- run1/000258_labels.json +1 -0
- run1/000263_labels.json +1 -0
- run1/000266_pose.txt +4 -0
- run1/000299_labels.json +1 -0
- run1/000303_pose.txt +4 -0
- run1/000309_pose.txt +4 -0
- run1/000310_labels.json +1 -0
- run1/000313_pose.txt +4 -0
- run1/000322_labels.json +1 -0
- run1/000326_pose.txt +4 -0
- run1/000332_pose.txt +4 -0
- run1/000349_labels.json +1 -0
- run1/000378_labels.json +1 -0
- run1/000384_labels.json +1 -0
- run1/000386_pose.txt +4 -0
- run1/000390_pose.txt +4 -0
- run1/000392_labels.json +1 -0
- run1/000399_pose.txt +4 -0
- waypoints1.yaml +25 -0
- waypoints2.yaml +23 -0
Intrinsics.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Res_x: 640
|
| 2 |
+
Res_y: 480
|
| 3 |
+
u: 320
|
| 4 |
+
v: 240
|
| 5 |
+
f_x: 320 (px)
|
| 6 |
+
f_y: 320
|
| 7 |
+
(-->horizontal fov = 90deg, vertical fov ~72deg)
|
airsim.yaml
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
vehicle_name: airsim_drone
|
| 2 |
+
state_refresh_rate: 100
|
| 3 |
+
ClockSpeed: 0.5
|
| 4 |
+
velocity: 0.5
|
| 5 |
+
ViewMode: NoDisplay # Manual, NoDisplay, Fpv
|
| 6 |
+
publish_sensor_transforms: true
|
| 7 |
+
|
| 8 |
+
SegmentationSettings:
|
| 9 |
+
InitMethod: None # CommonObjectsRandomIDs
|
| 10 |
+
MeshNamingMethod: OwnerName # StaticMeshName, OwnerName
|
| 11 |
+
OverrideExisting: false
|
| 12 |
+
|
| 13 |
+
sensors:
|
| 14 |
+
Scene_cam:
|
| 15 |
+
sensor_type: Camera
|
| 16 |
+
image_type: Scene
|
| 17 |
+
rate: 10
|
| 18 |
+
CaptureSettings:
|
| 19 |
+
Width: 640
|
| 20 |
+
Height: 480
|
| 21 |
+
FOV_Degrees: 90
|
| 22 |
+
AutoExposureSpeed: 100
|
| 23 |
+
AutoExposureBias: 0
|
| 24 |
+
AutoExposureMaxBrightness: 0.64
|
| 25 |
+
AutoExposureMinBrightness: 0.03
|
| 26 |
+
MotionBlurAmount: 0
|
| 27 |
+
TargetGamma: 1.0
|
| 28 |
+
ProjectionMode: ""
|
| 29 |
+
OrthoWidth: 5.12
|
| 30 |
+
T_B_S:
|
| 31 |
+
- [1, 0, 0, 0.3]
|
| 32 |
+
- [0, 1, 0, 0]
|
| 33 |
+
- [0, 0, 1, 0]
|
| 34 |
+
- [0, 0, 0, 1]
|
| 35 |
+
|
| 36 |
+
Depth_cam:
|
| 37 |
+
sensor_type: Camera
|
| 38 |
+
image_type: DepthPlanar
|
| 39 |
+
rate: 10
|
| 40 |
+
pixels_as_float: true
|
| 41 |
+
CaptureSettings:
|
| 42 |
+
Width: 640
|
| 43 |
+
Height: 480
|
| 44 |
+
FOV_Degrees: 90
|
| 45 |
+
AutoExposureSpeed: 100
|
| 46 |
+
AutoExposureBias: 0
|
| 47 |
+
AutoExposureMaxBrightness: 0.64
|
| 48 |
+
AutoExposureMinBrightness: 0.03
|
| 49 |
+
MotionBlurAmount: 0
|
| 50 |
+
TargetGamma: 1.0
|
| 51 |
+
ProjectionMode: ""
|
| 52 |
+
OrthoWidth: 5.12
|
| 53 |
+
T_B_S:
|
| 54 |
+
- [1, 0, 0, 0.3]
|
| 55 |
+
- [0, 1, 0, 0]
|
| 56 |
+
- [0, 0, 1, 0]
|
| 57 |
+
- [0, 0, 0, 1]
|
| 58 |
+
|
| 59 |
+
Seg_cam:
|
| 60 |
+
sensor_type: Camera
|
| 61 |
+
image_type: Segmentation
|
| 62 |
+
rate: 10
|
| 63 |
+
CaptureSettings:
|
| 64 |
+
Width: 640
|
| 65 |
+
Height: 480
|
| 66 |
+
FOV_Degrees: 90
|
| 67 |
+
AutoExposureSpeed: 0
|
| 68 |
+
AutoExposureBias: 0
|
| 69 |
+
AutoExposureMaxBrightness: 0
|
| 70 |
+
AutoExposureMinBrightness: 0
|
| 71 |
+
MotionBlurAmount: 0
|
| 72 |
+
TargetGamma: 1.0
|
| 73 |
+
ProjectionMode: ""
|
| 74 |
+
OrthoWidth: 5.12
|
| 75 |
+
T_B_S:
|
| 76 |
+
- [1, 0, 0, 0.3]
|
| 77 |
+
- [0, 1, 0, 0]
|
| 78 |
+
- [0, 0, 1, 0]
|
| 79 |
+
- [0, 0, 0, 1]
|
| 80 |
+
|
| 81 |
+
Id_cam:
|
| 82 |
+
sensor_type: Camera
|
| 83 |
+
image_type: Infrared
|
| 84 |
+
rate: 10
|
| 85 |
+
CaptureSettings:
|
| 86 |
+
Width: 640
|
| 87 |
+
Height: 480
|
| 88 |
+
FOV_Degrees: 90
|
| 89 |
+
AutoExposureSpeed: 0
|
| 90 |
+
AutoExposureBias: 0
|
| 91 |
+
AutoExposureMaxBrightness: 0
|
| 92 |
+
AutoExposureMinBrightness: 0
|
| 93 |
+
MotionBlurAmount: 0
|
| 94 |
+
TargetGamma: 1.0
|
| 95 |
+
ProjectionMode: ""
|
| 96 |
+
OrthoWidth: 5.12
|
| 97 |
+
T_B_S:
|
| 98 |
+
- [1, 0, 0, 0.3]
|
| 99 |
+
- [0, 1, 0, 0]
|
| 100 |
+
- [0, 0, 1, 0]
|
| 101 |
+
- [0, 0, 0, 1]
|
| 102 |
+
|
| 103 |
+
# Imu:
|
| 104 |
+
# sensor_type: Imu
|
| 105 |
+
# rate: 100
|
| 106 |
+
|
| 107 |
+
processors:
|
| 108 |
+
# RGB_pcl:
|
| 109 |
+
# processor_type: DepthToPointcloud
|
| 110 |
+
# depth_camera_name: Depth_cam
|
| 111 |
+
# color_camera_name: Scene_cam
|
| 112 |
+
# Seg_pcl:
|
| 113 |
+
# processor_type: DepthToPointcloud
|
| 114 |
+
# depth_camera_name: Depth_cam
|
| 115 |
+
# color_camera_name: Seg_cam
|
| 116 |
+
|
| 117 |
+
|
| 118 |
+
IdCompensation:
|
| 119 |
+
processor_type: InfraredIdCompensation
|
| 120 |
+
input_topic: /airsim_drone/Id_cam
|
| 121 |
+
output_topic: /airsim_drone/Id_corrected
|
| 122 |
+
correction_file: /home/lukas/Documents/Datasets/flat_dataset/infrared_corrections.csv
|
| 123 |
+
|
| 124 |
+
Pointcloud:
|
| 125 |
+
processor_type: DepthToPointcloud
|
| 126 |
+
depth_camera_name: Depth_cam
|
| 127 |
+
color_camera_name: Scene_cam
|
| 128 |
+
segmentation_camera_topic: /airsim_drone/Id_corrected
|
| 129 |
+
max_ray_length: 5
|
changes.txt
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Moved Objects
|
| 2 |
+
SM_Chair_b
|
| 3 |
+
SM_Chair_a
|
| 4 |
+
SM_Cup_c
|
| 5 |
+
SM_Plate_c
|
| 6 |
+
SM_Picture_c
|
| 7 |
+
SM_Floor_Lamp_a
|
| 8 |
+
SM_Sofa_a
|
| 9 |
+
SM_Picture_f
|
| 10 |
+
|
| 11 |
+
# New Objects
|
| 12 |
+
SM_Bed_b
|
| 13 |
+
SM_Office_Chair_base_a
|
| 14 |
+
SM_Office_Chair_seat_a
|
| 15 |
+
SM_Table_b
|
| 16 |
+
SM_Laptop_a
|
| 17 |
+
SM_Laptop_b
|
| 18 |
+
SM_Coffee_Machine_a
|
| 19 |
+
|
| 20 |
+
# Removed Objects
|
| 21 |
+
SM_Cup_b
|
| 22 |
+
SM_Plate_a
|
| 23 |
+
SM_Journal_b
|
| 24 |
+
SM_Bed_a
|
detectron_labels.csv
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
InstanceID,ClassID,PanopticID,R,G,B,Name,Size
|
| 2 |
+
0,0,0,55,181,57,Unknown,M
|
| 3 |
+
1,1,0,153,108,6,things,L
|
| 4 |
+
2,2,0,112,105,191,banner,L
|
| 5 |
+
3,3,0,89,121,72,blanket,L
|
| 6 |
+
4,4,0,190,225,64,bridge,L
|
| 7 |
+
5,5,0,206,190,59,cardboard,L
|
| 8 |
+
6,6,0,81,13,36,counter,L
|
| 9 |
+
7,7,0,115,176,195,curtain,L
|
| 10 |
+
8,8,0,161,171,27,door-stuff,L
|
| 11 |
+
9,9,0,135,169,180,floor-wood,L
|
| 12 |
+
10,10,0,29,26,199,flower,L
|
| 13 |
+
11,11,0,102,16,239,fruit,L
|
| 14 |
+
12,12,0,242,107,146,gravel,L
|
| 15 |
+
13,13,0,156,198,23,house,L
|
| 16 |
+
14,14,0,49,89,160,light,L
|
| 17 |
+
15,15,0,68,218,116,mirror-stuff,L
|
| 18 |
+
16,16,0,11,236,9,net,L
|
| 19 |
+
17,17,0,196,30,8,pillow,L
|
| 20 |
+
18,18,0,121,67,28,platform,L
|
| 21 |
+
19,19,0,0,53,65,playingfield,L
|
| 22 |
+
20,20,0,146,52,70,railroad,L
|
| 23 |
+
21,21,0,226,149,143,river,L
|
| 24 |
+
22,22,0,151,126,171,road,L
|
| 25 |
+
23,23,0,194,39,7,roof,L
|
| 26 |
+
24,24,0,205,120,161,sand,L
|
| 27 |
+
25,25,0,212,51,60,sea,L
|
| 28 |
+
26,26,0,211,80,208,shelf,L
|
| 29 |
+
27,27,0,189,135,188,snow,L
|
| 30 |
+
28,28,0,54,72,205,stairs,L
|
| 31 |
+
29,29,0,103,252,157,tent,L
|
| 32 |
+
30,30,0,124,21,123,towel,L
|
| 33 |
+
31,31,0,19,132,69,wall-brick,L
|
| 34 |
+
32,32,0,195,237,132,wall-stone,L
|
| 35 |
+
33,33,0,94,253,175,wall-tile,L
|
| 36 |
+
34,34,0,182,251,87,wall-wood,L
|
| 37 |
+
35,35,0,90,162,242,water,L
|
| 38 |
+
36,36,0,199,29,1,window-blind,L
|
| 39 |
+
37,37,0,254,12,229,window,L
|
| 40 |
+
38,38,0,35,196,244,tree,L
|
| 41 |
+
39,39,0,220,163,49,fence,L
|
| 42 |
+
40,40,0,86,254,214,ceiling,L
|
| 43 |
+
41,41,0,152,3,129,sky,L
|
| 44 |
+
42,42,0,92,31,106,cabinet,L
|
| 45 |
+
43,43,0,207,229,90,table,L
|
| 46 |
+
44,44,0,125,75,48,floor,L
|
| 47 |
+
45,45,0,98,55,74,pavement,L
|
| 48 |
+
46,46,0,126,129,238,mountain,L
|
| 49 |
+
47,47,0,222,153,109,grass,L
|
| 50 |
+
48,48,0,85,152,34,dirt,L
|
| 51 |
+
49,49,0,173,69,31,paper,L
|
| 52 |
+
50,50,0,37,128,125,food,L
|
| 53 |
+
51,51,0,58,19,33,building,L
|
| 54 |
+
52,52,0,134,57,119,rock,L
|
| 55 |
+
53,53,0,218,124,115,wall,L
|
| 56 |
+
54,54,0,120,0,200,rug,L
|
| 57 |
+
55,55,1,225,131,92,person,L
|
| 58 |
+
56,56,1,246,90,16,bicycle,M
|
| 59 |
+
57,57,1,51,155,241,car,L
|
| 60 |
+
58,58,1,202,97,155,motorcycle,M
|
| 61 |
+
59,59,1,184,145,182,airplane,L
|
| 62 |
+
60,60,1,96,232,44,bus,L
|
| 63 |
+
61,61,1,133,244,133,train,L
|
| 64 |
+
62,62,1,180,191,29,truck,L
|
| 65 |
+
63,63,1,1,222,192,boat,L
|
| 66 |
+
64,64,1,99,242,104,traffic light,M
|
| 67 |
+
65,65,1,91,168,219,fire hydrant,M
|
| 68 |
+
66,66,1,65,54,217,stop sign,M
|
| 69 |
+
67,67,1,148,66,130,parking meter,S
|
| 70 |
+
68,68,1,203,102,204,bench,L
|
| 71 |
+
69,69,1,216,78,75,bird,S
|
| 72 |
+
70,70,1,109,206,24,cat,M
|
| 73 |
+
71,71,1,55,181,57,dog,M
|
| 74 |
+
72,72,1,153,108,6,horse,L
|
| 75 |
+
73,73,1,112,105,191,sheep,M
|
| 76 |
+
74,74,1,89,121,72,cow,L
|
| 77 |
+
75,75,1,190,225,64,elephant,L
|
| 78 |
+
76,76,1,206,190,59,bear,L
|
| 79 |
+
77,77,1,81,13,36,zebra,L
|
| 80 |
+
78,78,1,115,176,195,giraffe,L
|
| 81 |
+
79,79,1,161,171,27,backpack,M
|
| 82 |
+
80,80,1,135,169,180,umbrella,S
|
| 83 |
+
81,81,1,29,26,199,handbag,S
|
| 84 |
+
82,82,1,102,16,239,tie,S
|
| 85 |
+
83,83,1,242,107,146,suitcase,S
|
| 86 |
+
84,84,1,156,198,23,frisbee,S
|
| 87 |
+
85,85,1,49,89,160,skis,M
|
| 88 |
+
86,86,1,68,218,116,snowboard,M
|
| 89 |
+
87,87,1,11,236,9,sports ball,S
|
| 90 |
+
88,88,1,196,30,8,kite,M
|
| 91 |
+
89,89,1,121,67,28,baseball bat,M
|
| 92 |
+
90,90,1,0,53,65,baseball glove,S
|
| 93 |
+
91,91,1,146,52,70,skateboard,S
|
| 94 |
+
92,92,1,226,149,143,surfboard,M
|
| 95 |
+
93,93,1,151,126,171,tennis racket,S
|
| 96 |
+
94,94,1,194,39,7,bottle,S
|
| 97 |
+
95,95,1,205,120,161,wine glass,S
|
| 98 |
+
96,96,1,212,51,60,cup,S
|
| 99 |
+
97,97,1,211,80,208,fork,S
|
| 100 |
+
98,98,1,189,135,188,knife,S
|
| 101 |
+
99,99,1,54,72,205,spoon,S
|
| 102 |
+
100,100,1,103,252,157,bowl,S
|
| 103 |
+
101,101,1,124,21,123,banana,S
|
| 104 |
+
102,102,1,19,132,69,apple,S
|
| 105 |
+
103,103,1,195,237,132,sandwich,S
|
| 106 |
+
104,104,1,94,253,175,orange,S
|
| 107 |
+
105,105,1,182,251,87,broccoli,S
|
| 108 |
+
106,106,1,90,162,242,carrot,S
|
| 109 |
+
107,107,1,199,29,1,hot dog,S
|
| 110 |
+
108,108,1,254,12,229,pizza,S
|
| 111 |
+
109,109,1,35,196,244,donut,S
|
| 112 |
+
110,110,1,220,163,49,cake,S
|
| 113 |
+
111,111,1,86,254,214,chair,M
|
| 114 |
+
112,112,1,152,3,129,couch,L
|
| 115 |
+
113,113,1,92,31,106,potted plant,M
|
| 116 |
+
114,114,1,207,229,90,bed,L
|
| 117 |
+
115,115,1,125,75,48,dining table,M
|
| 118 |
+
116,116,1,98,55,74,toilet,M
|
| 119 |
+
117,117,1,126,129,238,tv,M
|
| 120 |
+
118,118,1,222,153,109,laptop,S
|
| 121 |
+
119,119,1,85,152,34,mouse,S
|
| 122 |
+
120,120,1,173,69,31,remote,S
|
| 123 |
+
121,121,1,37,128,125,keyboard,S
|
| 124 |
+
122,122,1,58,19,33,cell phone,S
|
| 125 |
+
123,123,1,134,57,119,microwave,M
|
| 126 |
+
124,124,1,218,124,115,oven,M
|
| 127 |
+
125,125,1,120,0,200,toaster,S
|
| 128 |
+
126,126,1,225,131,92,sink,M
|
| 129 |
+
127,127,1,246,90,16,refrigerator,L
|
| 130 |
+
128,128,1,51,155,241,book,S
|
| 131 |
+
129,129,1,202,97,155,clock,M
|
| 132 |
+
130,130,1,184,145,182,vase,M
|
| 133 |
+
131,131,1,96,232,44,scissors,S
|
| 134 |
+
132,132,1,133,244,133,teddy bear,M
|
| 135 |
+
133,133,1,180,191,29,hair drier,S
|
| 136 |
+
134,134,1,1,222,192,toothbrush,S
|
groundtruth_labels.csv
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
InstanceID,ClassID,PanopticID,MeshID,InfraredID,R,G,B,Name,Size
|
| 2 |
+
0,0,0,0,0,55,181,57,SM_Ceiling_a,M
|
| 3 |
+
1,1,0,1,13,153,108,6,SM_Floor_a,M
|
| 4 |
+
2,2,0,2,22,112,105,191,SM_Walls_a,M
|
| 5 |
+
3,3,0,3,28,89,121,72,SM_Windows_glass_a,M
|
| 6 |
+
4,3,0,4,34,190,225,64,SM_Windows_Windows_a,M
|
| 7 |
+
5,2,0,5,38,206,190,59,SM_TV_Wall_a,M
|
| 8 |
+
6,4,1,6,42,81,13,36,SM_Bed_a,L
|
| 9 |
+
7,4,1,7,46,115,176,195,SM_Bed_b,L
|
| 10 |
+
8,5,1,8,50,161,171,27,SM_Bed_lamp_a,M
|
| 11 |
+
9,5,1,9,53,135,169,180,SM_Bed_lamp_b,M
|
| 12 |
+
10,6,1,10,56,29,26,199,SM_Bed_table_a,M
|
| 13 |
+
11,6,1,11,59,102,16,239,SM_Bed_table_b,M
|
| 14 |
+
12,7,1,12,61,242,107,146,SM_Ceiling_lamp_a,M
|
| 15 |
+
13,7,1,13,64,156,198,23,SM_Ceiling_lamp_b,M
|
| 16 |
+
14,7,1,14,66,49,89,160,SM_Ceiling_lamp_c,M
|
| 17 |
+
15,7,1,15,69,68,218,116,SM_Ceiling_lamp_d,M
|
| 18 |
+
16,7,1,16,71,11,236,9,SM_Ceiling_lamp_e,M
|
| 19 |
+
17,7,1,17,73,196,30,8,SM_Ceiling_lamp_f,M
|
| 20 |
+
18,7,1,18,75,121,67,28,SM_Ceiling_lamp_g,M
|
| 21 |
+
19,7,1,19,77,0,53,65,SM_Ceiling_lamp_h,M
|
| 22 |
+
20,7,1,20,79,146,52,70,SM_Ceiling_lamp_i,M
|
| 23 |
+
21,7,1,21,81,226,149,143,SM_Ceiling_lamp_j,M
|
| 24 |
+
22,7,1,22,83,151,126,171,SM_Ceiling_lamp_k,M
|
| 25 |
+
23,7,1,23,85,194,39,7,SM_Ceiling_lamp_l,M
|
| 26 |
+
24,8,1,24,86,205,120,161,SM_Chair_a,M
|
| 27 |
+
25,8,1,25,88,212,51,60,SM_Chair_b,M
|
| 28 |
+
26,8,1,26,90,211,80,208,SM_Office_Chair_base_a,M
|
| 29 |
+
27,9,1,27,91,189,135,188,SM_Coffee_table_a,M
|
| 30 |
+
28,10,1,28,93,54,72,205,SM_Cup_a,S
|
| 31 |
+
29,10,1,29,95,103,252,157,SM_Cup_b,S
|
| 32 |
+
30,10,1,30,96,124,21,123,SM_Cup_c,S
|
| 33 |
+
31,11,1,31,98,19,132,69,SM_Decor_a,S
|
| 34 |
+
32,11,1,32,99,195,237,132,SM_Decor_b,S
|
| 35 |
+
33,12,1,33,101,94,253,175,SM_Digital_Clock_a,M
|
| 36 |
+
34,13,1,34,102,182,251,87,SM_Dimmer_a,M
|
| 37 |
+
35,13,1,35,104,90,162,242,SM_Dimmer_b,M
|
| 38 |
+
36,14,1,36,105,199,29,1,SM_Door_a,M
|
| 39 |
+
37,14,1,37,106,254,12,229,SM_Door_b,M
|
| 40 |
+
38,15,1,38,108,35,196,244,SM_Floor_Lamp_a,M
|
| 41 |
+
39,16,1,39,109,220,163,49,SM_Journal_a,S
|
| 42 |
+
40,16,1,40,110,86,254,214,SM_Journal_b,S
|
| 43 |
+
41,16,1,41,112,152,3,129,SM_Journal_c,S
|
| 44 |
+
42,17,1,42,113,92,31,106,SM_Kitchen_a,L
|
| 45 |
+
43,18,1,43,114,207,229,90,SM_Picture_a,M
|
| 46 |
+
44,18,1,44,115,125,75,48,SM_Picture_b,M
|
| 47 |
+
45,18,1,45,117,98,55,74,SM_Picture_c,M
|
| 48 |
+
46,18,1,46,118,126,129,238,SM_Picture_d,M
|
| 49 |
+
47,18,1,47,119,222,153,109,SM_Picture_e,M
|
| 50 |
+
48,18,1,48,120,85,152,34,SM_Picture_f,M
|
| 51 |
+
49,18,1,49,121,173,69,31,SM_Picture_g,M
|
| 52 |
+
50,19,1,50,122,37,128,125,SM_Plant_a,S
|
| 53 |
+
51,20,1,51,124,58,19,33,SM_Plate_a,S
|
| 54 |
+
52,20,1,52,125,134,57,119,SM_Plate_b,S
|
| 55 |
+
53,20,1,53,126,218,124,115,SM_Plate_c,S
|
| 56 |
+
54,21,1,54,127,120,0,200,SM_Remote_a,S
|
| 57 |
+
55,22,1,55,128,225,131,92,SM_Sofa_a,L
|
| 58 |
+
56,23,1,56,129,246,90,16,SM_Stack_of_Books_a,S
|
| 59 |
+
57,23,1,57,130,51,155,241,SM_Stack_of_Books_b,S
|
| 60 |
+
58,23,1,58,131,202,97,155,SM_Stack_of_Books_c,S
|
| 61 |
+
59,23,1,59,132,184,145,182,SM_Stack_of_Books_d,S
|
| 62 |
+
60,23,1,60,133,96,232,44,SM_Stack_of_Books_e,S
|
| 63 |
+
61,23,1,61,134,133,244,133,SM_Stack_of_Books_f,S
|
| 64 |
+
62,24,1,62,135,180,191,29,SM_Table_a,M
|
| 65 |
+
63,24,1,63,136,1,222,192,SM_Table_b,M
|
| 66 |
+
64,25,1,64,137,99,242,104,SM_Table_Decor_a,S
|
| 67 |
+
65,26,1,65,138,91,168,219,SM_Tumblr_a,S
|
| 68 |
+
66,26,1,66,139,65,54,217,SM_Tumblr_b,S
|
| 69 |
+
67,27,1,67,140,148,66,130,SM_TV_a,M
|
| 70 |
+
68,28,1,68,141,203,102,204,SM_Wall_Clock_a,M
|
| 71 |
+
69,29,1,69,142,216,78,75,SM_Coffee_Machine_a,S
|
| 72 |
+
71,30,1,71,144,109,206,24,SM_Laptop_a,S
|
groundtruth_labels_classes.csv
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ClassID,Name
|
| 2 |
+
0,Ceiling
|
| 3 |
+
1,Floor
|
| 4 |
+
2,Wall
|
| 5 |
+
3,Window
|
| 6 |
+
4,Bed
|
| 7 |
+
5,Bed Lamp
|
| 8 |
+
6,Bed Table
|
| 9 |
+
7,Ceiling Lamp
|
| 10 |
+
8,Chair
|
| 11 |
+
9,Coffee Table
|
| 12 |
+
10,Cup
|
| 13 |
+
11,Decor
|
| 14 |
+
12,Digital Clock
|
| 15 |
+
13,Dimmer
|
| 16 |
+
14,Door
|
| 17 |
+
15,Floor Lamp
|
| 18 |
+
16,Journal
|
| 19 |
+
17,Kitchen
|
| 20 |
+
18,Picture
|
| 21 |
+
19,Plant
|
| 22 |
+
20,Plate
|
| 23 |
+
21,Remote
|
| 24 |
+
22,Sofa
|
| 25 |
+
23,Books
|
| 26 |
+
24,Table
|
| 27 |
+
25,Table Decor
|
| 28 |
+
26,Tumblr
|
| 29 |
+
27,TV
|
| 30 |
+
28,Wall Clock
|
| 31 |
+
29,Coffee Machine
|
| 32 |
+
30,Laptop
|
infrared_corrections.csv
ADDED
|
@@ -0,0 +1,257 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MeshID,InfraRedID
|
| 2 |
+
0,0
|
| 3 |
+
1,13
|
| 4 |
+
2,22
|
| 5 |
+
3,28
|
| 6 |
+
4,34
|
| 7 |
+
5,38
|
| 8 |
+
6,42
|
| 9 |
+
7,46
|
| 10 |
+
8,50
|
| 11 |
+
9,53
|
| 12 |
+
10,56
|
| 13 |
+
11,59
|
| 14 |
+
12,61
|
| 15 |
+
13,64
|
| 16 |
+
14,66
|
| 17 |
+
15,69
|
| 18 |
+
16,71
|
| 19 |
+
17,73
|
| 20 |
+
18,75
|
| 21 |
+
19,77
|
| 22 |
+
20,79
|
| 23 |
+
21,81
|
| 24 |
+
22,83
|
| 25 |
+
23,85
|
| 26 |
+
24,86
|
| 27 |
+
25,88
|
| 28 |
+
26,90
|
| 29 |
+
27,91
|
| 30 |
+
28,93
|
| 31 |
+
29,95
|
| 32 |
+
30,96
|
| 33 |
+
31,98
|
| 34 |
+
32,99
|
| 35 |
+
33,101
|
| 36 |
+
34,102
|
| 37 |
+
35,104
|
| 38 |
+
36,105
|
| 39 |
+
37,106
|
| 40 |
+
38,108
|
| 41 |
+
39,109
|
| 42 |
+
40,110
|
| 43 |
+
41,112
|
| 44 |
+
42,113
|
| 45 |
+
43,114
|
| 46 |
+
44,115
|
| 47 |
+
45,117
|
| 48 |
+
46,118
|
| 49 |
+
47,119
|
| 50 |
+
48,120
|
| 51 |
+
49,121
|
| 52 |
+
50,122
|
| 53 |
+
51,124
|
| 54 |
+
52,125
|
| 55 |
+
53,126
|
| 56 |
+
54,127
|
| 57 |
+
55,128
|
| 58 |
+
56,129
|
| 59 |
+
57,130
|
| 60 |
+
58,131
|
| 61 |
+
59,132
|
| 62 |
+
60,133
|
| 63 |
+
61,134
|
| 64 |
+
62,135
|
| 65 |
+
63,136
|
| 66 |
+
64,137
|
| 67 |
+
65,138
|
| 68 |
+
66,139
|
| 69 |
+
67,140
|
| 70 |
+
68,141
|
| 71 |
+
69,142
|
| 72 |
+
70,143
|
| 73 |
+
71,144
|
| 74 |
+
72,145
|
| 75 |
+
73,146
|
| 76 |
+
74,147
|
| 77 |
+
75,148
|
| 78 |
+
76,148
|
| 79 |
+
77,149
|
| 80 |
+
78,150
|
| 81 |
+
79,151
|
| 82 |
+
80,152
|
| 83 |
+
81,153
|
| 84 |
+
82,154
|
| 85 |
+
83,155
|
| 86 |
+
84,155
|
| 87 |
+
85,156
|
| 88 |
+
86,157
|
| 89 |
+
87,158
|
| 90 |
+
88,159
|
| 91 |
+
89,160
|
| 92 |
+
90,160
|
| 93 |
+
91,161
|
| 94 |
+
92,162
|
| 95 |
+
93,163
|
| 96 |
+
94,163
|
| 97 |
+
95,164
|
| 98 |
+
96,165
|
| 99 |
+
97,166
|
| 100 |
+
98,167
|
| 101 |
+
99,167
|
| 102 |
+
100,168
|
| 103 |
+
101,169
|
| 104 |
+
102,170
|
| 105 |
+
103,170
|
| 106 |
+
104,171
|
| 107 |
+
105,172
|
| 108 |
+
106,173
|
| 109 |
+
107,173
|
| 110 |
+
108,174
|
| 111 |
+
109,175
|
| 112 |
+
110,175
|
| 113 |
+
111,176
|
| 114 |
+
112,177
|
| 115 |
+
113,178
|
| 116 |
+
114,178
|
| 117 |
+
115,179
|
| 118 |
+
116,180
|
| 119 |
+
117,180
|
| 120 |
+
118,181
|
| 121 |
+
119,182
|
| 122 |
+
120,182
|
| 123 |
+
121,183
|
| 124 |
+
122,184
|
| 125 |
+
123,184
|
| 126 |
+
124,185
|
| 127 |
+
125,186
|
| 128 |
+
126,186
|
| 129 |
+
127,187
|
| 130 |
+
128,188
|
| 131 |
+
129,189
|
| 132 |
+
130,189
|
| 133 |
+
131,190
|
| 134 |
+
132,190
|
| 135 |
+
133,191
|
| 136 |
+
134,192
|
| 137 |
+
135,192
|
| 138 |
+
136,193
|
| 139 |
+
137,194
|
| 140 |
+
138,194
|
| 141 |
+
139,195
|
| 142 |
+
140,196
|
| 143 |
+
141,196
|
| 144 |
+
142,197
|
| 145 |
+
143,197
|
| 146 |
+
144,198
|
| 147 |
+
145,199
|
| 148 |
+
146,199
|
| 149 |
+
147,200
|
| 150 |
+
148,200
|
| 151 |
+
149,201
|
| 152 |
+
150,202
|
| 153 |
+
151,202
|
| 154 |
+
152,203
|
| 155 |
+
153,203
|
| 156 |
+
154,204
|
| 157 |
+
155,205
|
| 158 |
+
156,205
|
| 159 |
+
157,206
|
| 160 |
+
158,206
|
| 161 |
+
159,207
|
| 162 |
+
160,208
|
| 163 |
+
161,208
|
| 164 |
+
162,209
|
| 165 |
+
163,209
|
| 166 |
+
164,210
|
| 167 |
+
165,210
|
| 168 |
+
166,211
|
| 169 |
+
167,211
|
| 170 |
+
168,212
|
| 171 |
+
169,213
|
| 172 |
+
170,213
|
| 173 |
+
171,214
|
| 174 |
+
172,214
|
| 175 |
+
173,215
|
| 176 |
+
174,215
|
| 177 |
+
175,216
|
| 178 |
+
176,216
|
| 179 |
+
177,217
|
| 180 |
+
178,218
|
| 181 |
+
179,218
|
| 182 |
+
180,219
|
| 183 |
+
181,219
|
| 184 |
+
182,220
|
| 185 |
+
183,220
|
| 186 |
+
184,221
|
| 187 |
+
185,221
|
| 188 |
+
186,222
|
| 189 |
+
187,222
|
| 190 |
+
188,223
|
| 191 |
+
189,223
|
| 192 |
+
190,224
|
| 193 |
+
191,224
|
| 194 |
+
192,225
|
| 195 |
+
193,226
|
| 196 |
+
194,226
|
| 197 |
+
195,227
|
| 198 |
+
196,227
|
| 199 |
+
197,228
|
| 200 |
+
198,228
|
| 201 |
+
199,229
|
| 202 |
+
200,229
|
| 203 |
+
201,230
|
| 204 |
+
202,230
|
| 205 |
+
203,231
|
| 206 |
+
204,231
|
| 207 |
+
205,232
|
| 208 |
+
206,232
|
| 209 |
+
207,233
|
| 210 |
+
208,233
|
| 211 |
+
209,234
|
| 212 |
+
210,234
|
| 213 |
+
211,235
|
| 214 |
+
212,235
|
| 215 |
+
213,236
|
| 216 |
+
214,236
|
| 217 |
+
215,236
|
| 218 |
+
216,237
|
| 219 |
+
217,237
|
| 220 |
+
218,238
|
| 221 |
+
219,238
|
| 222 |
+
220,239
|
| 223 |
+
221,239
|
| 224 |
+
222,240
|
| 225 |
+
223,240
|
| 226 |
+
224,241
|
| 227 |
+
225,241
|
| 228 |
+
226,242
|
| 229 |
+
227,242
|
| 230 |
+
228,243
|
| 231 |
+
229,243
|
| 232 |
+
230,244
|
| 233 |
+
231,244
|
| 234 |
+
232,245
|
| 235 |
+
233,245
|
| 236 |
+
234,245
|
| 237 |
+
235,246
|
| 238 |
+
236,246
|
| 239 |
+
237,247
|
| 240 |
+
238,247
|
| 241 |
+
239,248
|
| 242 |
+
240,248
|
| 243 |
+
241,249
|
| 244 |
+
242,249
|
| 245 |
+
243,250
|
| 246 |
+
244,250
|
| 247 |
+
245,250
|
| 248 |
+
246,251
|
| 249 |
+
247,251
|
| 250 |
+
248,252
|
| 251 |
+
249,252
|
| 252 |
+
250,253
|
| 253 |
+
251,253
|
| 254 |
+
252,254
|
| 255 |
+
253,254
|
| 256 |
+
254,254
|
| 257 |
+
255,255
|
run1/000014_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.182630 -0.042552 0.982261 0.035097
|
| 2 |
+
-0.983153 -0.000280 0.182784 0.005519
|
| 3 |
+
-0.007503 -0.999094 -0.041886 -0.048043
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000033_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": false, "category_id": 8, "area": 128310}, {"id": 2, "isthing": false, "category_id": 9, "area": 38047}, {"id": 3, "isthing": false, "category_id": 42, "area": 26317}, {"id": 4, "isthing": false, "category_id": 53, "area": 101306}]
|
run1/000041_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-0.016080 0.042041 0.998986 1.716750
|
| 2 |
+
-0.999870 0.000043 -0.016096 -0.000697
|
| 3 |
+
-0.000720 -0.999116 0.042035 0.003039
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000044_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.153563 0.012729 0.988057 1.867689
|
| 2 |
+
-0.987419 0.040130 0.152947 0.000853
|
| 3 |
+
-0.037704 -0.999113 0.018731 -0.007672
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000047_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.914265 0.007082 0.405055 1.911706
|
| 2 |
+
-0.405052 0.033966 0.913663 -0.055007
|
| 3 |
+
-0.007287 -0.999398 0.033922 -0.002820
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000057_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.999916 0.002427 -0.012713 2.008877
|
| 2 |
+
0.012772 -0.026139 0.999577 -0.759911
|
| 3 |
+
0.002094 -0.999655 -0.026167 0.002838
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000059_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.998984 0.045004 0.002541 2.006741
|
| 2 |
+
-0.001930 -0.013601 0.999906 -0.808809
|
| 3 |
+
0.045034 -0.998894 -0.013501 0.002254
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000095_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-0.999992 -0.003952 0.000117 -0.004915
|
| 2 |
+
-0.000266 0.037587 -0.999293 -0.351685
|
| 3 |
+
0.003945 -0.999286 -0.037588 0.482794
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000102_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9343560934066772, "category_id": 124, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.746842622756958, "category_id": 112, "instance_id": 1}, {"id": 3, "isthing": true, "score": 0.6581055521965027, "category_id": 126, "instance_id": 3}, {"id": 4, "isthing": false, "category_id": 6, "area": 8463}, {"id": 5, "isthing": false, "category_id": 9, "area": 16860}, {"id": 6, "isthing": false, "category_id": 40, "area": 37407}, {"id": 7, "isthing": false, "category_id": 42, "area": 117464}, {"id": 8, "isthing": false, "category_id": 53, "area": 95960}]
|
run1/000106_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-0.999977 -0.006731 -0.000931 0.526627
|
| 2 |
+
0.000919 0.001823 -0.999998 -0.097252
|
| 3 |
+
0.006732 -0.999976 -0.001817 0.494426
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000119_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-0.999524 0.030837 0.000037 1.568577
|
| 2 |
+
-0.000004 0.001077 -0.999999 -0.064980
|
| 3 |
+
-0.030837 -0.999524 -0.001076 0.496278
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000141_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-0.000055 0.008374 -0.999965 1.519807
|
| 2 |
+
0.999994 -0.003434 -0.000084 -1.133393
|
| 3 |
+
-0.003435 -0.999959 -0.008374 0.315045
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000145_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9763518571853638, "category_id": 112, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.9314024448394775, "category_id": 126, "instance_id": 1}, {"id": 3, "isthing": true, "score": 0.872426450252533, "category_id": 111, "instance_id": 2}, {"id": 4, "isthing": true, "score": 0.8626475930213928, "category_id": 120, "instance_id": 3}, {"id": 5, "isthing": true, "score": 0.6476079225540161, "category_id": 127, "instance_id": 4}, {"id": 6, "isthing": false, "category_id": 6, "area": 9697}, {"id": 7, "isthing": false, "category_id": 9, "area": 41241}, {"id": 8, "isthing": false, "category_id": 37, "area": 9791}, {"id": 9, "isthing": false, "category_id": 40, "area": 61579}, {"id": 10, "isthing": false, "category_id": 42, "area": 27789}, {"id": 11, "isthing": false, "category_id": 53, "area": 94798}, {"id": 12, "isthing": false, "category_id": 54, "area": 13361}]
|
run1/000146_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-0.000030 0.001874 -0.999998 0.974619
|
| 2 |
+
1.000000 0.000908 -0.000028 -1.123206
|
| 3 |
+
0.000908 -0.999998 -0.001874 0.233902
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000148_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.000008 0.001008 -0.999999 0.729607
|
| 2 |
+
0.999999 0.001589 0.000010 -1.119789
|
| 3 |
+
0.001589 -0.999998 -0.001008 0.197308
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000193_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.999953 -0.009688 0.000152 -3.895741
|
| 2 |
+
-0.000524 -0.038357 0.999264 -0.923719
|
| 3 |
+
-0.009675 -0.999217 -0.038360 -0.003089
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000197_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9887274503707886, "category_id": 112, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.5543427467346191, "category_id": 117, "instance_id": 1}, {"id": 3, "isthing": false, "category_id": 9, "area": 18060}, {"id": 4, "isthing": false, "category_id": 14, "area": 9252}, {"id": 5, "isthing": false, "category_id": 53, "area": 191391}]
|
run1/000212_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-0.997871 -0.002552 -0.065161 -3.169596
|
| 2 |
+
0.065162 -0.000441 -0.997875 -0.071766
|
| 3 |
+
0.002518 -0.999997 0.000607 -0.003551
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000234_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9760833978652954, "category_id": 116, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.9605455994606018, "category_id": 117, "instance_id": 1}, {"id": 3, "isthing": true, "score": 0.8933703303337097, "category_id": 112, "instance_id": 2}, {"id": 4, "isthing": false, "category_id": 40, "area": 5766}, {"id": 5, "isthing": false, "category_id": 53, "area": 167220}]
|
run1/000236_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9859626889228821, "category_id": 112, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.7877956628799438, "category_id": 128, "instance_id": 1}, {"id": 3, "isthing": true, "score": 0.6076618432998657, "category_id": 128, "instance_id": 2}, {"id": 4, "isthing": true, "score": 0.601449191570282, "category_id": 117, "instance_id": 3}, {"id": 5, "isthing": false, "category_id": 37, "area": 45602}, {"id": 6, "isthing": false, "category_id": 40, "area": 38143}, {"id": 7, "isthing": false, "category_id": 43, "area": 25585}, {"id": 8, "isthing": false, "category_id": 53, "area": 79307}, {"id": 9, "isthing": false, "category_id": 54, "area": 17616}]
|
run1/000238_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9746290445327759, "category_id": 112, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.891060471534729, "category_id": 117, "instance_id": 1}, {"id": 3, "isthing": true, "score": 0.7065348029136658, "category_id": 128, "instance_id": 2}, {"id": 4, "isthing": true, "score": 0.6969885230064392, "category_id": 120, "instance_id": 3}, {"id": 5, "isthing": true, "score": 0.6491546034812927, "category_id": 100, "instance_id": 4}, {"id": 6, "isthing": false, "category_id": 9, "area": 11194}, {"id": 7, "isthing": false, "category_id": 14, "area": 7874}, {"id": 8, "isthing": false, "category_id": 37, "area": 25597}, {"id": 9, "isthing": false, "category_id": 40, "area": 32816}, {"id": 10, "isthing": false, "category_id": 42, "area": 24311}, {"id": 11, "isthing": false, "category_id": 43, "area": 28979}, {"id": 12, "isthing": false, "category_id": 53, "area": 118178}, {"id": 13, "isthing": false, "category_id": 54, "area": 16871}]
|
run1/000253_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.969851553440094, "category_id": 114, "instance_id": 0}, {"id": 2, "isthing": false, "category_id": 8, "area": 38764}, {"id": 3, "isthing": false, "category_id": 9, "area": 20304}, {"id": 4, "isthing": false, "category_id": 40, "area": 42205}, {"id": 5, "isthing": false, "category_id": 53, "area": 161424}]
|
run1/000258_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9150461554527283, "category_id": 117, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.9093460440635681, "category_id": 112, "instance_id": 1}, {"id": 3, "isthing": false, "category_id": 8, "area": 14732}, {"id": 4, "isthing": false, "category_id": 9, "area": 7361}, {"id": 5, "isthing": false, "category_id": 40, "area": 34312}, {"id": 6, "isthing": false, "category_id": 53, "area": 199019}, {"id": 7, "isthing": false, "category_id": 54, "area": 6405}]
|
run1/000263_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.6497703194618225, "category_id": 114, "instance_id": 0}, {"id": 2, "isthing": false, "category_id": 40, "area": 26082}, {"id": 3, "isthing": false, "category_id": 53, "area": 246250}]
|
run1/000266_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-0.999618 0.027649 0.000032 -1.119098
|
| 2 |
+
-0.000374 -0.012365 -0.999923 -3.450085
|
| 3 |
+
-0.027647 -0.999541 0.012371 0.491799
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000299_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9091314077377319, "category_id": 127, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.5579246878623962, "category_id": 112, "instance_id": 1}, {"id": 3, "isthing": false, "category_id": 8, "area": 38529}, {"id": 4, "isthing": false, "category_id": 9, "area": 17662}, {"id": 5, "isthing": false, "category_id": 40, "area": 61354}, {"id": 6, "isthing": false, "category_id": 42, "area": 6686}, {"id": 7, "isthing": false, "category_id": 53, "area": 103879}, {"id": 8, "isthing": false, "category_id": 54, "area": 18560}]
|
run1/000303_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.616552 -0.017028 -0.787130 -3.806009
|
| 2 |
+
0.787172 -0.005659 0.616707 -4.395732
|
| 3 |
+
-0.014956 -0.999839 0.009915 0.397836
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000309_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.000749 -0.001923 -0.999998 -3.063326
|
| 2 |
+
0.999999 0.000749 0.000748 -4.427535
|
| 3 |
+
0.000748 -0.999998 0.001924 0.317369
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000310_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9076784253120422, "category_id": 127, "instance_id": 0}, {"id": 2, "isthing": false, "category_id": 9, "area": 22470}, {"id": 3, "isthing": false, "category_id": 37, "area": 54352}, {"id": 4, "isthing": false, "category_id": 40, "area": 15077}, {"id": 5, "isthing": false, "category_id": 53, "area": 132685}]
|
run1/000313_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.003157 -0.000459 -0.999995 -2.493348
|
| 2 |
+
0.999994 0.001605 0.003156 -4.437129
|
| 3 |
+
0.001603 -0.999999 0.000464 0.254782
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000322_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9961550831794739, "category_id": 111, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.995509147644043, "category_id": 111, "instance_id": 1}, {"id": 3, "isthing": true, "score": 0.9221517443656921, "category_id": 115, "instance_id": 2}, {"id": 4, "isthing": true, "score": 0.8507242202758789, "category_id": 128, "instance_id": 3}, {"id": 5, "isthing": true, "score": 0.7257784605026245, "category_id": 128, "instance_id": 4}, {"id": 6, "isthing": true, "score": 0.7206017374992371, "category_id": 129, "instance_id": 5}, {"id": 7, "isthing": true, "score": 0.7048850655555725, "category_id": 129, "instance_id": 6}, {"id": 8, "isthing": true, "score": 0.6220634579658508, "category_id": 128, "instance_id": 7}, {"id": 9, "isthing": true, "score": 0.6134960651397705, "category_id": 130, "instance_id": 8}, {"id": 10, "isthing": true, "score": 0.5768435001373291, "category_id": 128, "instance_id": 9}, {"id": 11, "isthing": true, "score": 0.5561835169792175, "category_id": 128, "instance_id": 10}, {"id": 12, "isthing": true, "score": 0.526846706867218, "category_id": 128, "instance_id": 11}, {"id": 13, "isthing": true, "score": 0.5105807185173035, "category_id": 127, "instance_id": 12}, {"id": 14, "isthing": true, "score": 0.5037079453468323, "category_id": 128, "instance_id": 13}, {"id": 15, "isthing": false, "category_id": 8, "area": 13082}, {"id": 16, "isthing": false, "category_id": 9, "area": 47395}, {"id": 17, "isthing": false, "category_id": 26, "area": 18095}, {"id": 18, "isthing": false, "category_id": 40, "area": 18714}, {"id": 19, "isthing": false, "category_id": 42, "area": 53990}, {"id": 20, "isthing": false, "category_id": 53, "area": 107595}]
|
run1/000326_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.999982 0.001626 0.005720 -1.762038
|
| 2 |
+
-0.005713 -0.003922 0.999976 -3.759087
|
| 3 |
+
0.001648 -0.999991 -0.003913 0.198645
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000332_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.999337 0.036397 0.000016 -2.008170
|
| 2 |
+
-0.000439 0.011624 0.999932 -3.081738
|
| 3 |
+
0.036394 -0.999270 0.011632 0.199900
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000349_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9285128116607666, "category_id": 114, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.8575193285942078, "category_id": 128, "instance_id": 1}, {"id": 3, "isthing": true, "score": 0.820843517780304, "category_id": 128, "instance_id": 2}, {"id": 4, "isthing": true, "score": 0.7548485994338989, "category_id": 128, "instance_id": 3}, {"id": 5, "isthing": true, "score": 0.7307816743850708, "category_id": 128, "instance_id": 4}, {"id": 6, "isthing": true, "score": 0.5861693620681763, "category_id": 128, "instance_id": 5}, {"id": 7, "isthing": false, "category_id": 8, "area": 39728}, {"id": 8, "isthing": false, "category_id": 9, "area": 19031}, {"id": 9, "isthing": false, "category_id": 26, "area": 14753}, {"id": 10, "isthing": false, "category_id": 40, "area": 40459}, {"id": 11, "isthing": false, "category_id": 42, "area": 25470}, {"id": 12, "isthing": false, "category_id": 53, "area": 101678}, {"id": 13, "isthing": false, "category_id": 54, "area": 5626}]
|
run1/000378_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9588792324066162, "category_id": 114, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.8616628050804138, "category_id": 128, "instance_id": 1}, {"id": 3, "isthing": true, "score": 0.8508354425430298, "category_id": 128, "instance_id": 2}, {"id": 4, "isthing": false, "category_id": 8, "area": 24158}, {"id": 5, "isthing": false, "category_id": 9, "area": 15258}, {"id": 6, "isthing": false, "category_id": 26, "area": 6101}, {"id": 7, "isthing": false, "category_id": 40, "area": 41940}, {"id": 8, "isthing": false, "category_id": 42, "area": 55694}, {"id": 9, "isthing": false, "category_id": 53, "area": 89563}, {"id": 10, "isthing": false, "category_id": 54, "area": 38814}]
|
run1/000384_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9592049717903137, "category_id": 114, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.8629003167152405, "category_id": 128, "instance_id": 1}, {"id": 3, "isthing": true, "score": 0.8521026372909546, "category_id": 128, "instance_id": 2}, {"id": 4, "isthing": false, "category_id": 8, "area": 25741}, {"id": 5, "isthing": false, "category_id": 9, "area": 15209}, {"id": 6, "isthing": false, "category_id": 26, "area": 6165}, {"id": 7, "isthing": false, "category_id": 40, "area": 41953}, {"id": 8, "isthing": false, "category_id": 42, "area": 53192}, {"id": 9, "isthing": false, "category_id": 53, "area": 90265}, {"id": 10, "isthing": false, "category_id": 54, "area": 38811}]
|
run1/000386_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.000001 0.000000 1.000000 -3.957513
|
| 2 |
+
-1.000000 0.000000 0.000001 -3.938150
|
| 3 |
+
0.000000 -1.000000 0.000000 0.192237
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000390_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.000001 0.000000 1.000000 -3.957513
|
| 2 |
+
-1.000000 0.000000 0.000001 -3.938150
|
| 3 |
+
0.000000 -1.000000 0.000000 0.192232
|
| 4 |
+
0.0 0.0 0.0 1.0
|
run1/000392_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"id": 1, "isthing": true, "score": 0.9583093523979187, "category_id": 114, "instance_id": 0}, {"id": 2, "isthing": true, "score": 0.8504092693328857, "category_id": 128, "instance_id": 1}, {"id": 3, "isthing": true, "score": 0.8428148627281189, "category_id": 128, "instance_id": 2}, {"id": 4, "isthing": false, "category_id": 8, "area": 27308}, {"id": 5, "isthing": false, "category_id": 9, "area": 15261}, {"id": 6, "isthing": false, "category_id": 26, "area": 6363}, {"id": 7, "isthing": false, "category_id": 40, "area": 41614}, {"id": 8, "isthing": false, "category_id": 42, "area": 51049}, {"id": 9, "isthing": false, "category_id": 53, "area": 91597}, {"id": 10, "isthing": false, "category_id": 54, "area": 38748}]
|
run1/000399_pose.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
0.000001 0.000000 1.000000 -3.957513
|
| 2 |
+
-1.000000 0.000000 0.000001 -3.938150
|
| 3 |
+
0.000000 -1.000000 0.000000 0.192228
|
| 4 |
+
0.0 0.0 0.0 1.0
|
waypoints1.yaml
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Fully covers the flat in setting 1
|
| 2 |
+
# Waypoints as x, y, z, yaw in metres and degrees
|
| 3 |
+
# kitchen
|
| 4 |
+
- [1, 0, 0, 90]
|
| 5 |
+
- [2, 0, 0, 0]
|
| 6 |
+
- [2, -1, 0, 90]
|
| 7 |
+
- [0, -1, 0, 90]
|
| 8 |
+
- [0, 0, 0.5, 270]
|
| 9 |
+
- [2, 0, 0.5, 270]
|
| 10 |
+
- [2, -1.2, 0.5, 180]
|
| 11 |
+
- [-1, -1.2, 0, 180]
|
| 12 |
+
# living room
|
| 13 |
+
- [-4, -1, 0, 90]
|
| 14 |
+
- [-4, 0, 0, 90]
|
| 15 |
+
- [-2.5, 0, 0, 270]
|
| 16 |
+
- [-1, 0, 0, 0]
|
| 17 |
+
- [-1, -1, 0, 180]
|
| 18 |
+
# bedroom
|
| 19 |
+
- [-1, -3.5, 0.5, 270]
|
| 20 |
+
- [-4, -3.5, 0.5, 270]
|
| 21 |
+
- [-4, -4.5, 0.5, 0]
|
| 22 |
+
- [-1.5, -4.5, 0.2, 180]
|
| 23 |
+
- [-2, -3, 0.2, 90]
|
| 24 |
+
- [-3.5, -3, 0.2, 90]
|
| 25 |
+
- [-4, -4, 0.2, 0]
|
waypoints2.yaml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Fully covers the flat in setting 2
|
| 2 |
+
# Waypoints as x, y, z, yaw in metres and degrees
|
| 3 |
+
# kitchen
|
| 4 |
+
- [0, 0, 1, 0]
|
| 5 |
+
- [1, 0, 0, 90]
|
| 6 |
+
- [2, 0, 0, 0]
|
| 7 |
+
- [2, -1, 0, 90]
|
| 8 |
+
- [0, -1, 0, 90]
|
| 9 |
+
- [0, 0, 0.5, 270]
|
| 10 |
+
# living room
|
| 11 |
+
- [-1, -1.2, 0, 270]
|
| 12 |
+
- [-4, -1, 0.5, 180]
|
| 13 |
+
- [-2.5, 0, 0.5, 90]
|
| 14 |
+
- [-1, -0.2, 0, 90]
|
| 15 |
+
- [-1, -1.2, 0, 270]
|
| 16 |
+
# bedroom
|
| 17 |
+
- [-1, -3.2, 1, 180]
|
| 18 |
+
- [-4, -3.2, 1, 270]
|
| 19 |
+
- [-4, -4.5, 1, 0]
|
| 20 |
+
- [-4, -4.5, 1, 0]
|
| 21 |
+
- [-2, -5, 0.1, 90]
|
| 22 |
+
- [-3, -3.5, 0.2, 90]
|
| 23 |
+
- [-2, -4, 0.2, 0]
|