From e3fb402011ec234af0a393d156ff4635c7d322ac Mon Sep 17 00:00:00 2001 From: Timothy Gao <35588167+timothygao8710@users.noreply.github.com> Date: Tue, 2 Jul 2024 18:45:04 -0700 Subject: [PATCH] Revert "Fix depth stuff" --- .gitignore | 5 +- Depth-Anything | 1 + README.md | 26 +- depth_anything/app.py | 95 - depth_anything/controlnet/README.md | 15 - depth_anything/controlnet/config.json | 51 - depth_anything/depth_anything/blocks.py | 153 - depth_anything/depth_anything/dpt.py | 187 - .../depth_anything/util/transform.py | 248 - depth_anything/depth_to_pc.py | 74 - depth_anything/metric_depth/README.md | 89 - .../metric_depth/depth_to_pointcloud.py | 79 - depth_anything/metric_depth/environment.yml | 26 - depth_anything/metric_depth/evaluate.py | 160 - depth_anything/metric_depth/train_mix.py | 182 - depth_anything/metric_depth/train_mono.py | 176 - .../kitti_eigen_test_files_with_gt.txt | 697 - .../kitti_eigen_train_files_with_gt.txt | 23158 --------------- .../nyudepthv2_test_files_with_gt.txt | 654 - .../nyudepthv2_train_files_with_gt.txt | 24231 ---------------- .../metric_depth/zoedepth/data/__init__.py | 24 - .../metric_depth/zoedepth/data/data_mono.py | 573 - .../metric_depth/zoedepth/data/ddad.py | 125 - .../zoedepth/data/diml_indoor_test.py | 125 - .../zoedepth/data/diml_outdoor_test.py | 114 - .../metric_depth/zoedepth/data/diode.py | 125 - .../metric_depth/zoedepth/data/hypersim.py | 138 - .../metric_depth/zoedepth/data/ibims.py | 81 - .../metric_depth/zoedepth/data/preprocess.py | 154 - .../zoedepth/data/sun_rgbd_loader.py | 115 - .../metric_depth/zoedepth/data/transforms.py | 481 - .../metric_depth/zoedepth/data/vkitti.py | 151 - .../metric_depth/zoedepth/data/vkitti2.py | 187 - .../metric_depth/zoedepth/models/__init__.py | 24 - .../zoedepth/models/base_models/__init__.py | 24 - .../models/base_models/depth_anything.py | 376 - .../models/base_models/dpt_dinov2/blocks.py | 153 - .../models/base_models/dpt_dinov2/dpt.py | 157 - .../zoedepth/models/base_models/midas.py | 380 - .../metric_depth/zoedepth/models/builder.py | 51 - .../zoedepth/models/depth_model.py | 152 - .../zoedepth/models/layers/attractor.py | 208 - .../zoedepth/models/layers/dist_layers.py | 121 - .../models/layers/localbins_layers.py | 169 - .../models/layers/patch_transformer.py | 91 - .../metric_depth/zoedepth/models/model_io.py | 92 - .../zoedepth/models/zoedepth/__init__.py | 31 - .../models/zoedepth/config_zoedepth.json | 58 - .../zoedepth/config_zoedepth_kitti.json | 22 - .../zoedepth/models/zoedepth/zoedepth_v1.py | 264 - .../zoedepth/models/zoedepth_nk/__init__.py | 31 - .../zoedepth_nk/config_zoedepth_nk.json | 67 - .../models/zoedepth_nk/zoedepth_nk_v1.py | 341 - .../zoedepth/trainers/base_trainer.py | 326 - .../metric_depth/zoedepth/trainers/builder.py | 48 - .../metric_depth/zoedepth/trainers/loss.py | 316 - .../zoedepth/trainers/zoedepth_nk_trainer.py | 143 - .../zoedepth/trainers/zoedepth_trainer.py | 177 - .../metric_depth/zoedepth/utils/__init__.py | 24 - .../metric_depth/zoedepth/utils/arg_utils.py | 33 - .../metric_depth/zoedepth/utils/config.py | 437 - .../zoedepth/utils/easydict/__init__.py | 158 - .../metric_depth/zoedepth/utils/geometry.py | 98 - .../metric_depth/zoedepth/utils/misc.py | 368 - depth_anything/requirements.txt | 6 - depth_anything/run.py | 118 - depth_anything/run_video.py | 99 - depth_anything/run_video_depth_only.py | 87 - depth_anything/semseg/README.md | 55 - ...e_mask2former_16xb1_160k_ade20k_896x896.py | 230 - ...ask2former_16xb1_80k_cityscapes_896x896.py | 222 - ...2former_16xb1_80k_cityscapes_896x896_ms.py | 244 - depth_anything/semseg/dinov2.py | 47 - depth_anything/test_mesh.py | 120 - depth_anything/torchhub/README.md | 3 - .../CODE_OF_CONDUCT.md | 80 - .../CONTRIBUTING.md | 31 - .../facebookresearch_dinov2_main/LICENSE | 400 - .../MODEL_CARD.md | 201 - .../facebookresearch_dinov2_main/README.md | 277 - .../facebookresearch_dinov2_main/conda.yaml | 22 - .../dinov2/__init__.py | 7 - .../dinov2/configs/__init__.py | 23 - .../dinov2/configs/eval/vitb14_pretrain.yaml | 6 - .../dinov2/configs/eval/vitg14_pretrain.yaml | 7 - .../dinov2/configs/eval/vitl14_pretrain.yaml | 6 - .../dinov2/configs/eval/vits14_pretrain.yaml | 6 - .../dinov2/configs/ssl_default_config.yaml | 115 - .../dinov2/configs/train/vitg14.yaml | 26 - .../dinov2/configs/train/vitl14.yaml | 26 - .../dinov2/configs/train/vitl16_short.yaml | 6 - .../dinov2/data/__init__.py | 11 - .../dinov2/data/adapters.py | 29 - .../dinov2/data/augmentations.py | 119 - .../dinov2/data/collate.py | 50 - .../dinov2/data/datasets/__init__.py | 8 - .../dinov2/data/datasets/decoders.py | 32 - .../dinov2/data/datasets/extended.py | 39 - .../dinov2/data/datasets/image_net.py | 291 - .../dinov2/data/datasets/image_net_22k.py | 303 - .../dinov2/data/loaders.py | 223 - .../dinov2/data/masking.py | 87 - .../dinov2/data/samplers.py | 230 - .../dinov2/data/transforms.py | 92 - .../dinov2/distributed/__init__.py | 271 - .../dinov2/eval/__init__.py | 5 - .../dinov2/eval/knn.py | 405 - .../dinov2/eval/linear.py | 626 - .../dinov2/eval/log_regression.py | 445 - .../dinov2/eval/metrics.py | 114 - .../dinov2/eval/setup.py | 76 - .../dinov2/eval/utils.py | 147 - .../dinov2/fsdp/__init__.py | 158 - .../dinov2/layers/__init__.py | 12 - .../dinov2/layers/attention.py | 81 - .../dinov2/layers/block.py | 252 - .../dinov2/layers/dino_head.py | 59 - .../dinov2/layers/drop_path.py | 35 - .../dinov2/layers/layer_scale.py | 28 - .../dinov2/layers/mlp.py | 41 - .../dinov2/layers/patch_embed.py | 89 - .../dinov2/layers/swiglu_ffn.py | 63 - .../dinov2/logging/__init__.py | 103 - .../dinov2/logging/helpers.py | 195 - .../dinov2/loss/__init__.py | 9 - .../dinov2/loss/dino_clstoken_loss.py | 100 - .../dinov2/loss/ibot_patch_loss.py | 152 - .../dinov2/loss/koleo_loss.py | 49 - .../dinov2/models/__init__.py | 41 - .../dinov2/models/vision_transformer.py | 358 - .../dinov2/run/__init__.py | 5 - .../dinov2/run/eval/knn.py | 60 - .../dinov2/run/eval/linear.py | 60 - .../dinov2/run/eval/log_regression.py | 60 - .../dinov2/run/submit.py | 123 - .../dinov2/run/train/train.py | 60 - .../dinov2/train/__init__.py | 8 - .../dinov2/train/ssl_meta_arch.py | 403 - .../dinov2/train/train.py | 319 - .../dinov2/utils/__init__.py | 5 - .../dinov2/utils/cluster.py | 96 - .../dinov2/utils/config.py | 73 - .../dinov2/utils/dtype.py | 38 - .../dinov2/utils/param_groups.py | 94 - .../dinov2/utils/utils.py | 96 - .../facebookresearch_dinov2_main/hubconf.py | 162 - .../pyproject.toml | 29 - .../requirements-dev.txt | 3 - .../requirements.txt | 11 - .../scripts/lint.sh | 28 - .../facebookresearch_dinov2_main/setup.cfg | 7 - .../facebookresearch_dinov2_main/setup.py | 87 - .../facebookresearch_dinov2_main/utils.py | 39 - .../vision_transformer.py | 395 - depth_anything/video_pc_actual.py | 99 - depth_anything/video_pc_mesh.py | 85 - depth_anything/video_pc_testing.py | 79 - environment.yml | 253 - 158 files changed, 12 insertions(+), 68303 deletions(-) create mode 160000 Depth-Anything delete mode 100644 depth_anything/app.py delete mode 100644 depth_anything/controlnet/README.md delete mode 100644 depth_anything/controlnet/config.json delete mode 100644 depth_anything/depth_anything/blocks.py delete mode 100644 depth_anything/depth_anything/dpt.py delete mode 100644 depth_anything/depth_anything/util/transform.py delete mode 100644 depth_anything/depth_to_pc.py delete mode 100644 depth_anything/metric_depth/README.md delete mode 100644 depth_anything/metric_depth/depth_to_pointcloud.py delete mode 100644 depth_anything/metric_depth/environment.yml delete mode 100644 depth_anything/metric_depth/evaluate.py delete mode 100644 depth_anything/metric_depth/train_mix.py delete mode 100644 depth_anything/metric_depth/train_mono.py delete mode 100644 depth_anything/metric_depth/train_test_inputs/kitti_eigen_test_files_with_gt.txt delete mode 100644 depth_anything/metric_depth/train_test_inputs/kitti_eigen_train_files_with_gt.txt delete mode 100644 depth_anything/metric_depth/train_test_inputs/nyudepthv2_test_files_with_gt.txt delete mode 100644 depth_anything/metric_depth/train_test_inputs/nyudepthv2_train_files_with_gt.txt delete mode 100644 depth_anything/metric_depth/zoedepth/data/__init__.py delete mode 100644 depth_anything/metric_depth/zoedepth/data/data_mono.py delete mode 100644 depth_anything/metric_depth/zoedepth/data/ddad.py delete mode 100644 depth_anything/metric_depth/zoedepth/data/diml_indoor_test.py delete mode 100644 depth_anything/metric_depth/zoedepth/data/diml_outdoor_test.py delete mode 100644 depth_anything/metric_depth/zoedepth/data/diode.py delete mode 100644 depth_anything/metric_depth/zoedepth/data/hypersim.py delete mode 100644 depth_anything/metric_depth/zoedepth/data/ibims.py delete mode 100644 depth_anything/metric_depth/zoedepth/data/preprocess.py delete mode 100644 depth_anything/metric_depth/zoedepth/data/sun_rgbd_loader.py delete mode 100644 depth_anything/metric_depth/zoedepth/data/transforms.py delete mode 100644 depth_anything/metric_depth/zoedepth/data/vkitti.py delete mode 100644 depth_anything/metric_depth/zoedepth/data/vkitti2.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/__init__.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/base_models/__init__.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/base_models/depth_anything.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/base_models/dpt_dinov2/blocks.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/base_models/dpt_dinov2/dpt.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/base_models/midas.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/builder.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/depth_model.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/layers/attractor.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/layers/dist_layers.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/layers/localbins_layers.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/layers/patch_transformer.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/model_io.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/zoedepth/__init__.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/zoedepth/config_zoedepth.json delete mode 100644 depth_anything/metric_depth/zoedepth/models/zoedepth/config_zoedepth_kitti.json delete mode 100644 depth_anything/metric_depth/zoedepth/models/zoedepth/zoedepth_v1.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/zoedepth_nk/__init__.py delete mode 100644 depth_anything/metric_depth/zoedepth/models/zoedepth_nk/config_zoedepth_nk.json delete mode 100644 depth_anything/metric_depth/zoedepth/models/zoedepth_nk/zoedepth_nk_v1.py delete mode 100644 depth_anything/metric_depth/zoedepth/trainers/base_trainer.py delete mode 100644 depth_anything/metric_depth/zoedepth/trainers/builder.py delete mode 100644 depth_anything/metric_depth/zoedepth/trainers/loss.py delete mode 100644 depth_anything/metric_depth/zoedepth/trainers/zoedepth_nk_trainer.py delete mode 100644 depth_anything/metric_depth/zoedepth/trainers/zoedepth_trainer.py delete mode 100644 depth_anything/metric_depth/zoedepth/utils/__init__.py delete mode 100644 depth_anything/metric_depth/zoedepth/utils/arg_utils.py delete mode 100644 depth_anything/metric_depth/zoedepth/utils/config.py delete mode 100644 depth_anything/metric_depth/zoedepth/utils/easydict/__init__.py delete mode 100644 depth_anything/metric_depth/zoedepth/utils/geometry.py delete mode 100644 depth_anything/metric_depth/zoedepth/utils/misc.py delete mode 100644 depth_anything/requirements.txt delete mode 100644 depth_anything/run.py delete mode 100644 depth_anything/run_video.py delete mode 100644 depth_anything/run_video_depth_only.py delete mode 100644 depth_anything/semseg/README.md delete mode 100644 depth_anything/semseg/config/depth_anything/depth_anything_large_mask2former_16xb1_160k_ade20k_896x896.py delete mode 100644 depth_anything/semseg/config/depth_anything/depth_anything_large_mask2former_16xb1_80k_cityscapes_896x896.py delete mode 100644 depth_anything/semseg/config/depth_anything/depth_anything_large_mask2former_16xb1_80k_cityscapes_896x896_ms.py delete mode 100644 depth_anything/semseg/dinov2.py delete mode 100644 depth_anything/test_mesh.py delete mode 100644 depth_anything/torchhub/README.md delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/CODE_OF_CONDUCT.md delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/CONTRIBUTING.md delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/LICENSE delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/MODEL_CARD.md delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/README.md delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/conda.yaml delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vitb14_pretrain.yaml delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vitg14_pretrain.yaml delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vitl14_pretrain.yaml delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vits14_pretrain.yaml delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/ssl_default_config.yaml delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/train/vitg14.yaml delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/train/vitl14.yaml delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/train/vitl16_short.yaml delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/adapters.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/augmentations.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/collate.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/decoders.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/extended.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/image_net.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/image_net_22k.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/loaders.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/masking.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/samplers.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/transforms.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/distributed/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/knn.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/linear.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/log_regression.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/metrics.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/setup.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/utils.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/fsdp/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/attention.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/block.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/dino_head.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/drop_path.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/layer_scale.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/mlp.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/patch_embed.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/swiglu_ffn.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/logging/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/logging/helpers.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/dino_clstoken_loss.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/ibot_patch_loss.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/koleo_loss.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/models/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/models/vision_transformer.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/eval/knn.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/eval/linear.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/eval/log_regression.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/submit.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/train/train.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/train/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/train/ssl_meta_arch.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/train/train.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/__init__.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/cluster.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/config.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/dtype.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/param_groups.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/utils.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/hubconf.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/pyproject.toml delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/requirements-dev.txt delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/requirements.txt delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/scripts/lint.sh delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/setup.cfg delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/setup.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/utils.py delete mode 100644 depth_anything/torchhub/facebookresearch_dinov2_main/vision_transformer.py delete mode 100644 depth_anything/video_pc_actual.py delete mode 100644 depth_anything/video_pc_mesh.py delete mode 100644 depth_anything/video_pc_testing.py delete mode 100644 environment.yml diff --git a/.gitignore b/.gitignore index 1d75f00..1981952 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,4 @@ loco_mujoco/datasets/ mushroom_rl_recordings/ record_all/ _build/ -*.png -*.ply -*.mov -*.mp4 \ No newline at end of file + diff --git a/Depth-Anything b/Depth-Anything new file mode 160000 index 0000000..1e1c8d3 --- /dev/null +++ b/Depth-Anything @@ -0,0 +1 @@ +Subproject commit 1e1c8d373ae6383ef6490a5c2eb5ef29fd085993 diff --git a/README.md b/README.md index 2dda8f6..59a94f2 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,17 @@ # Humanoid at Home Depth Estimation -## Demos -Depth Estimation +``` +python src/model/evaluate.py +``` -3D Scene Reconstruction +## Benchmark +You can run the leaderboard benchmark locally at: +``` +py src/leaderboard/app.py +``` -## Instructions +## Experimental -1. run_video_depth_only.py: Get depth estimation inference frames from video -2. depth_to_pc.py: Get point clouds for each frame in video, by cross referencing original (*_OG.png) and generated depth frames. Change camera intrinsics appropriately to generate accurate point clouds. - -3. video_pc_testing.py: To test camera view ports, angles, and positions to generate a point cloud video - -4. video_pc_actual.py: generate point cloud video, camera rotates on x-y plane in a circle for 3d effects. Utilizes parameters found after video_pc_testing.py. - -5. video_pc_mesh.py: generates mesh from pointcloud, using KDTree for normal estimation and Poisson Surface Reconstruction for creating smooth, detailed surfaces - -## Requirements - -environment.yml \ No newline at end of file +## Errors diff --git a/depth_anything/app.py b/depth_anything/app.py deleted file mode 100644 index 35e85e8..0000000 --- a/depth_anything/app.py +++ /dev/null @@ -1,95 +0,0 @@ -import gradio as gr -import cv2 -import numpy as np -import os -from PIL import Image -import torch -import torch.nn.functional as F -from torchvision.transforms import Compose -import tempfile -from gradio_imageslider import ImageSlider - -from depth_anything.dpt import DepthAnything -from depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet - -css = """ -#img-display-container { - max-height: 100vh; - } -#img-display-input { - max-height: 80vh; - } -#img-display-output { - max-height: 80vh; - } -""" -DEVICE = 'cuda' if torch.cuda.is_available() else 'cpu' -model = DepthAnything.from_pretrained('LiheYoung/depth_anything_vitl14').to(DEVICE).eval() - -title = "# Depth Anything" -description = """Official demo for **Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data**. - -Please refer to our [paper](https://arxiv.org/abs/2401.10891), [project page](https://depth-anything.github.io), or [github](https://github.com/LiheYoung/Depth-Anything) for more details.""" - -transform = Compose([ - Resize( - width=518, - height=518, - resize_target=False, - keep_aspect_ratio=True, - ensure_multiple_of=14, - resize_method='lower_bound', - image_interpolation_method=cv2.INTER_CUBIC, - ), - NormalizeImage(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]), - PrepareForNet(), -]) - -@torch.no_grad() -def predict_depth(model, image): - return model(image) - -with gr.Blocks(css=css) as demo: - gr.Markdown(title) - gr.Markdown(description) - gr.Markdown("### Depth Prediction demo") - gr.Markdown("You can slide the output to compare the depth prediction with input image") - - with gr.Row(): - input_image = gr.Image(label="Input Image", type='numpy', elem_id='img-display-input') - depth_image_slider = ImageSlider(label="Depth Map with Slider View", elem_id='img-display-output', position=0.5) - raw_file = gr.File(label="16-bit raw depth (can be considered as disparity)") - submit = gr.Button("Submit") - - def on_submit(image): - original_image = image.copy() - - h, w = image.shape[:2] - - image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB) / 255.0 - image = transform({'image': image})['image'] - image = torch.from_numpy(image).unsqueeze(0).to(DEVICE) - - depth = predict_depth(model, image) - depth = F.interpolate(depth[None], (h, w), mode='bilinear', align_corners=False)[0, 0] - - raw_depth = Image.fromarray(depth.cpu().numpy().astype('uint16')) - tmp = tempfile.NamedTemporaryFile(suffix='.png', delete=False) - raw_depth.save(tmp.name) - - depth = (depth - depth.min()) / (depth.max() - depth.min()) * 255.0 - depth = depth.cpu().numpy().astype(np.uint8) - colored_depth = cv2.applyColorMap(depth, cv2.COLORMAP_INFERNO)[:, :, ::-1] - - return [(original_image, colored_depth), tmp.name] - - submit.click(on_submit, inputs=[input_image], outputs=[depth_image_slider, raw_file]) - - example_files = os.listdir('assets/examples') - example_files.sort() - example_files = [os.path.join('assets/examples', filename) for filename in example_files] - examples = gr.Examples(examples=example_files, inputs=[input_image], outputs=[depth_image_slider, raw_file], fn=on_submit, cache_examples=False) - - -if __name__ == '__main__': - demo.queue().launch() \ No newline at end of file diff --git a/depth_anything/controlnet/README.md b/depth_anything/controlnet/README.md deleted file mode 100644 index ce0c909..0000000 --- a/depth_anything/controlnet/README.md +++ /dev/null @@ -1,15 +0,0 @@ -## Depth-Conditioned ControlNet based on Depth Anything - -We use [Diffusers](https://github.com/huggingface/diffusers/tree/main) to re-train a better depth-conditioned ControlNet based on our Depth Anything. - -Please download our [config file](./config.json) and [pre-trained weights](https://huggingface.co/spaces/LiheYoung/Depth-Anything/tree/main/checkpoints_controlnet), then follow the [instructions](https://github.com/huggingface/diffusers/tree/main/examples/controlnet) in Diffusers for inference. - -## Depth-to-Image Synthesis - -![demo2](../assets/controlnet_demo1.png) -![demo1](../assets/controlnet_demo2.png) - - -## Video Editing - -Please refer to our [project page](https://depth-anything.github.io/). We use [MagicEdit](https://github.com/magic-research/magic-edit) to show demos of video editing based on depth information. diff --git a/depth_anything/controlnet/config.json b/depth_anything/controlnet/config.json deleted file mode 100644 index c50f0e9..0000000 --- a/depth_anything/controlnet/config.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "_class_name": "ControlNetModel", - "_diffusers_version": "0.26.0.dev0", - "act_fn": "silu", - "addition_embed_type": null, - "addition_embed_type_num_heads": 64, - "addition_time_embed_dim": null, - "attention_head_dim": 8, - "block_out_channels": [ - 320, - 640, - 1280, - 1280 - ], - "class_embed_type": null, - "conditioning_channels": 3, - "conditioning_embedding_out_channels": [ - 16, - 32, - 96, - 256 - ], - "controlnet_conditioning_channel_order": "rgb", - "cross_attention_dim": 768, - "down_block_types": [ - "CrossAttnDownBlock2D", - "CrossAttnDownBlock2D", - "CrossAttnDownBlock2D", - "DownBlock2D" - ], - "downsample_padding": 1, - "encoder_hid_dim": null, - "encoder_hid_dim_type": null, - "flip_sin_to_cos": true, - "freq_shift": 0, - "global_pool_conditions": false, - "in_channels": 4, - "layers_per_block": 2, - "mid_block_scale_factor": 1, - "mid_block_type": "UNetMidBlock2DCrossAttn", - "norm_eps": 1e-05, - "norm_num_groups": 32, - "num_attention_heads": null, - "num_class_embeds": null, - "only_cross_attention": false, - "projection_class_embeddings_input_dim": null, - "resnet_time_scale_shift": "default", - "transformer_layers_per_block": 1, - "upcast_attention": false, - "use_linear_projection": false -} diff --git a/depth_anything/depth_anything/blocks.py b/depth_anything/depth_anything/blocks.py deleted file mode 100644 index 38dbcfe..0000000 --- a/depth_anything/depth_anything/blocks.py +++ /dev/null @@ -1,153 +0,0 @@ -import torch.nn as nn - - -def _make_scratch(in_shape, out_shape, groups=1, expand=False): - scratch = nn.Module() - - out_shape1 = out_shape - out_shape2 = out_shape - out_shape3 = out_shape - if len(in_shape) >= 4: - out_shape4 = out_shape - - if expand: - out_shape1 = out_shape - out_shape2 = out_shape*2 - out_shape3 = out_shape*4 - if len(in_shape) >= 4: - out_shape4 = out_shape*8 - - scratch.layer1_rn = nn.Conv2d( - in_shape[0], out_shape1, kernel_size=3, stride=1, padding=1, bias=False, groups=groups - ) - scratch.layer2_rn = nn.Conv2d( - in_shape[1], out_shape2, kernel_size=3, stride=1, padding=1, bias=False, groups=groups - ) - scratch.layer3_rn = nn.Conv2d( - in_shape[2], out_shape3, kernel_size=3, stride=1, padding=1, bias=False, groups=groups - ) - if len(in_shape) >= 4: - scratch.layer4_rn = nn.Conv2d( - in_shape[3], out_shape4, kernel_size=3, stride=1, padding=1, bias=False, groups=groups - ) - - return scratch - - -class ResidualConvUnit(nn.Module): - """Residual convolution module. - """ - - def __init__(self, features, activation, bn): - """Init. - - Args: - features (int): number of features - """ - super().__init__() - - self.bn = bn - - self.groups=1 - - self.conv1 = nn.Conv2d( - features, features, kernel_size=3, stride=1, padding=1, bias=True, groups=self.groups - ) - - self.conv2 = nn.Conv2d( - features, features, kernel_size=3, stride=1, padding=1, bias=True, groups=self.groups - ) - - if self.bn==True: - self.bn1 = nn.BatchNorm2d(features) - self.bn2 = nn.BatchNorm2d(features) - - self.activation = activation - - self.skip_add = nn.quantized.FloatFunctional() - - def forward(self, x): - """Forward pass. - - Args: - x (tensor): input - - Returns: - tensor: output - """ - - out = self.activation(x) - out = self.conv1(out) - if self.bn==True: - out = self.bn1(out) - - out = self.activation(out) - out = self.conv2(out) - if self.bn==True: - out = self.bn2(out) - - if self.groups > 1: - out = self.conv_merge(out) - - return self.skip_add.add(out, x) - - -class FeatureFusionBlock(nn.Module): - """Feature fusion block. - """ - - def __init__(self, features, activation, deconv=False, bn=False, expand=False, align_corners=True, size=None): - """Init. - - Args: - features (int): number of features - """ - super(FeatureFusionBlock, self).__init__() - - self.deconv = deconv - self.align_corners = align_corners - - self.groups=1 - - self.expand = expand - out_features = features - if self.expand==True: - out_features = features//2 - - self.out_conv = nn.Conv2d(features, out_features, kernel_size=1, stride=1, padding=0, bias=True, groups=1) - - self.resConfUnit1 = ResidualConvUnit(features, activation, bn) - self.resConfUnit2 = ResidualConvUnit(features, activation, bn) - - self.skip_add = nn.quantized.FloatFunctional() - - self.size=size - - def forward(self, *xs, size=None): - """Forward pass. - - Returns: - tensor: output - """ - output = xs[0] - - if len(xs) == 2: - res = self.resConfUnit1(xs[1]) - output = self.skip_add.add(output, res) - - output = self.resConfUnit2(output) - - if (size is None) and (self.size is None): - modifier = {"scale_factor": 2} - elif size is None: - modifier = {"size": self.size} - else: - modifier = {"size": size} - - output = nn.functional.interpolate( - output, **modifier, mode="bilinear", align_corners=self.align_corners - ) - - output = self.out_conv(output) - - return output diff --git a/depth_anything/depth_anything/dpt.py b/depth_anything/depth_anything/dpt.py deleted file mode 100644 index 56b9545..0000000 --- a/depth_anything/depth_anything/dpt.py +++ /dev/null @@ -1,187 +0,0 @@ -import argparse -import torch -import torch.nn as nn -import torch.nn.functional as F -from huggingface_hub import PyTorchModelHubMixin, hf_hub_download - -from depth_anything.blocks import FeatureFusionBlock, _make_scratch - - -def _make_fusion_block(features, use_bn, size = None): - return FeatureFusionBlock( - features, - nn.ReLU(False), - deconv=False, - bn=use_bn, - expand=False, - align_corners=True, - size=size, - ) - - -class DPTHead(nn.Module): - def __init__(self, nclass, in_channels, features=256, use_bn=False, out_channels=[256, 512, 1024, 1024], use_clstoken=False): - super(DPTHead, self).__init__() - - self.nclass = nclass - self.use_clstoken = use_clstoken - - self.projects = nn.ModuleList([ - nn.Conv2d( - in_channels=in_channels, - out_channels=out_channel, - kernel_size=1, - stride=1, - padding=0, - ) for out_channel in out_channels - ]) - - self.resize_layers = nn.ModuleList([ - nn.ConvTranspose2d( - in_channels=out_channels[0], - out_channels=out_channels[0], - kernel_size=4, - stride=4, - padding=0), - nn.ConvTranspose2d( - in_channels=out_channels[1], - out_channels=out_channels[1], - kernel_size=2, - stride=2, - padding=0), - nn.Identity(), - nn.Conv2d( - in_channels=out_channels[3], - out_channels=out_channels[3], - kernel_size=3, - stride=2, - padding=1) - ]) - - if use_clstoken: - self.readout_projects = nn.ModuleList() - for _ in range(len(self.projects)): - self.readout_projects.append( - nn.Sequential( - nn.Linear(2 * in_channels, in_channels), - nn.GELU())) - - self.scratch = _make_scratch( - out_channels, - features, - groups=1, - expand=False, - ) - - self.scratch.stem_transpose = None - - self.scratch.refinenet1 = _make_fusion_block(features, use_bn) - self.scratch.refinenet2 = _make_fusion_block(features, use_bn) - self.scratch.refinenet3 = _make_fusion_block(features, use_bn) - self.scratch.refinenet4 = _make_fusion_block(features, use_bn) - - head_features_1 = features - head_features_2 = 32 - - if nclass > 1: - self.scratch.output_conv = nn.Sequential( - nn.Conv2d(head_features_1, head_features_1, kernel_size=3, stride=1, padding=1), - nn.ReLU(True), - nn.Conv2d(head_features_1, nclass, kernel_size=1, stride=1, padding=0), - ) - else: - self.scratch.output_conv1 = nn.Conv2d(head_features_1, head_features_1 // 2, kernel_size=3, stride=1, padding=1) - - self.scratch.output_conv2 = nn.Sequential( - nn.Conv2d(head_features_1 // 2, head_features_2, kernel_size=3, stride=1, padding=1), - nn.ReLU(True), - nn.Conv2d(head_features_2, 1, kernel_size=1, stride=1, padding=0), - nn.ReLU(True), - nn.Identity(), - ) - - def forward(self, out_features, patch_h, patch_w): - out = [] - for i, x in enumerate(out_features): - if self.use_clstoken: - x, cls_token = x[0], x[1] - readout = cls_token.unsqueeze(1).expand_as(x) - x = self.readout_projects[i](torch.cat((x, readout), -1)) - else: - x = x[0] - - x = x.permute(0, 2, 1).reshape((x.shape[0], x.shape[-1], patch_h, patch_w)) - - x = self.projects[i](x) - x = self.resize_layers[i](x) - - out.append(x) - - layer_1, layer_2, layer_3, layer_4 = out - - layer_1_rn = self.scratch.layer1_rn(layer_1) - layer_2_rn = self.scratch.layer2_rn(layer_2) - layer_3_rn = self.scratch.layer3_rn(layer_3) - layer_4_rn = self.scratch.layer4_rn(layer_4) - - path_4 = self.scratch.refinenet4(layer_4_rn, size=layer_3_rn.shape[2:]) - path_3 = self.scratch.refinenet3(path_4, layer_3_rn, size=layer_2_rn.shape[2:]) - path_2 = self.scratch.refinenet2(path_3, layer_2_rn, size=layer_1_rn.shape[2:]) - path_1 = self.scratch.refinenet1(path_2, layer_1_rn) - - out = self.scratch.output_conv1(path_1) - out = F.interpolate(out, (int(patch_h * 14), int(patch_w * 14)), mode="bilinear", align_corners=True) - out = self.scratch.output_conv2(out) - - return out - - -class DPT_DINOv2(nn.Module): - def __init__(self, encoder='vitl', features=256, out_channels=[256, 512, 1024, 1024], use_bn=False, use_clstoken=False, localhub=True): - super(DPT_DINOv2, self).__init__() - - assert encoder in ['vits', 'vitb', 'vitl'] - - # in case the Internet connection is not stable, please load the DINOv2 locally - if localhub: - self.pretrained = torch.hub.load('torchhub/facebookresearch_dinov2_main', 'dinov2_{:}14'.format(encoder), source='local', pretrained=False) - else: - self.pretrained = torch.hub.load('facebookresearch/dinov2', 'dinov2_{:}14'.format(encoder)) - - dim = self.pretrained.blocks[0].attn.qkv.in_features - - self.depth_head = DPTHead(1, dim, features, use_bn, out_channels=out_channels, use_clstoken=use_clstoken) - - def forward(self, x): - h, w = x.shape[-2:] - - features = self.pretrained.get_intermediate_layers(x, 4, return_class_token=True) - - patch_h, patch_w = h // 14, w // 14 - - depth = self.depth_head(features, patch_h, patch_w) - depth = F.interpolate(depth, size=(h, w), mode="bilinear", align_corners=True) - depth = F.relu(depth) - - return depth.squeeze(1) - - -class DepthAnything(DPT_DINOv2, PyTorchModelHubMixin): - def __init__(self, config): - super().__init__(**config) - - -if __name__ == '__main__': - parser = argparse.ArgumentParser() - parser.add_argument( - "--encoder", - default="vits", - type=str, - choices=["vits", "vitb", "vitl"], - ) - args = parser.parse_args() - - model = DepthAnything.from_pretrained("LiheYoung/depth_anything_{:}14".format(args.encoder)) - - print(model) - \ No newline at end of file diff --git a/depth_anything/depth_anything/util/transform.py b/depth_anything/depth_anything/util/transform.py deleted file mode 100644 index 7beab14..0000000 --- a/depth_anything/depth_anything/util/transform.py +++ /dev/null @@ -1,248 +0,0 @@ -import random -from PIL import Image, ImageOps, ImageFilter -import torch -from torchvision import transforms -import torch.nn.functional as F - -import numpy as np -import cv2 -import math - - -def apply_min_size(sample, size, image_interpolation_method=cv2.INTER_AREA): - """Rezise the sample to ensure the given size. Keeps aspect ratio. - - Args: - sample (dict): sample - size (tuple): image size - - Returns: - tuple: new size - """ - shape = list(sample["disparity"].shape) - - if shape[0] >= size[0] and shape[1] >= size[1]: - return sample - - scale = [0, 0] - scale[0] = size[0] / shape[0] - scale[1] = size[1] / shape[1] - - scale = max(scale) - - shape[0] = math.ceil(scale * shape[0]) - shape[1] = math.ceil(scale * shape[1]) - - # resize - sample["image"] = cv2.resize( - sample["image"], tuple(shape[::-1]), interpolation=image_interpolation_method - ) - - sample["disparity"] = cv2.resize( - sample["disparity"], tuple(shape[::-1]), interpolation=cv2.INTER_NEAREST - ) - sample["mask"] = cv2.resize( - sample["mask"].astype(np.float32), - tuple(shape[::-1]), - interpolation=cv2.INTER_NEAREST, - ) - sample["mask"] = sample["mask"].astype(bool) - - return tuple(shape) - - -class Resize(object): - """Resize sample to given size (width, height). - """ - - def __init__( - self, - width, - height, - resize_target=True, - keep_aspect_ratio=False, - ensure_multiple_of=1, - resize_method="lower_bound", - image_interpolation_method=cv2.INTER_AREA, - ): - """Init. - - Args: - width (int): desired output width - height (int): desired output height - resize_target (bool, optional): - True: Resize the full sample (image, mask, target). - False: Resize image only. - Defaults to True. - keep_aspect_ratio (bool, optional): - True: Keep the aspect ratio of the input sample. - Output sample might not have the given width and height, and - resize behaviour depends on the parameter 'resize_method'. - Defaults to False. - ensure_multiple_of (int, optional): - Output width and height is constrained to be multiple of this parameter. - Defaults to 1. - resize_method (str, optional): - "lower_bound": Output will be at least as large as the given size. - "upper_bound": Output will be at max as large as the given size. (Output size might be smaller than given size.) - "minimal": Scale as least as possible. (Output size might be smaller than given size.) - Defaults to "lower_bound". - """ - self.__width = width - self.__height = height - - self.__resize_target = resize_target - self.__keep_aspect_ratio = keep_aspect_ratio - self.__multiple_of = ensure_multiple_of - self.__resize_method = resize_method - self.__image_interpolation_method = image_interpolation_method - - def constrain_to_multiple_of(self, x, min_val=0, max_val=None): - y = (np.round(x / self.__multiple_of) * self.__multiple_of).astype(int) - - if max_val is not None and y > max_val: - y = (np.floor(x / self.__multiple_of) * self.__multiple_of).astype(int) - - if y < min_val: - y = (np.ceil(x / self.__multiple_of) * self.__multiple_of).astype(int) - - return y - - def get_size(self, width, height): - # determine new height and width - scale_height = self.__height / height - scale_width = self.__width / width - - if self.__keep_aspect_ratio: - if self.__resize_method == "lower_bound": - # scale such that output size is lower bound - if scale_width > scale_height: - # fit width - scale_height = scale_width - else: - # fit height - scale_width = scale_height - elif self.__resize_method == "upper_bound": - # scale such that output size is upper bound - if scale_width < scale_height: - # fit width - scale_height = scale_width - else: - # fit height - scale_width = scale_height - elif self.__resize_method == "minimal": - # scale as least as possbile - if abs(1 - scale_width) < abs(1 - scale_height): - # fit width - scale_height = scale_width - else: - # fit height - scale_width = scale_height - else: - raise ValueError( - f"resize_method {self.__resize_method} not implemented" - ) - - if self.__resize_method == "lower_bound": - new_height = self.constrain_to_multiple_of( - scale_height * height, min_val=self.__height - ) - new_width = self.constrain_to_multiple_of( - scale_width * width, min_val=self.__width - ) - elif self.__resize_method == "upper_bound": - new_height = self.constrain_to_multiple_of( - scale_height * height, max_val=self.__height - ) - new_width = self.constrain_to_multiple_of( - scale_width * width, max_val=self.__width - ) - elif self.__resize_method == "minimal": - new_height = self.constrain_to_multiple_of(scale_height * height) - new_width = self.constrain_to_multiple_of(scale_width * width) - else: - raise ValueError(f"resize_method {self.__resize_method} not implemented") - - return (new_width, new_height) - - def __call__(self, sample): - width, height = self.get_size( - sample["image"].shape[1], sample["image"].shape[0] - ) - - # resize sample - sample["image"] = cv2.resize( - sample["image"], - (width, height), - interpolation=self.__image_interpolation_method, - ) - - if self.__resize_target: - if "disparity" in sample: - sample["disparity"] = cv2.resize( - sample["disparity"], - (width, height), - interpolation=cv2.INTER_NEAREST, - ) - - if "depth" in sample: - sample["depth"] = cv2.resize( - sample["depth"], (width, height), interpolation=cv2.INTER_NEAREST - ) - - if "semseg_mask" in sample: - # sample["semseg_mask"] = cv2.resize( - # sample["semseg_mask"], (width, height), interpolation=cv2.INTER_NEAREST - # ) - sample["semseg_mask"] = F.interpolate(torch.from_numpy(sample["semseg_mask"]).float()[None, None, ...], (height, width), mode='nearest').numpy()[0, 0] - - if "mask" in sample: - sample["mask"] = cv2.resize( - sample["mask"].astype(np.float32), - (width, height), - interpolation=cv2.INTER_NEAREST, - ) - # sample["mask"] = sample["mask"].astype(bool) - - # print(sample['image'].shape, sample['depth'].shape) - return sample - - -class NormalizeImage(object): - """Normlize image by given mean and std. - """ - - def __init__(self, mean, std): - self.__mean = mean - self.__std = std - - def __call__(self, sample): - sample["image"] = (sample["image"] - self.__mean) / self.__std - - return sample - - -class PrepareForNet(object): - """Prepare sample for usage as network input. - """ - - def __init__(self): - pass - - def __call__(self, sample): - image = np.transpose(sample["image"], (2, 0, 1)) - sample["image"] = np.ascontiguousarray(image).astype(np.float32) - - if "mask" in sample: - sample["mask"] = sample["mask"].astype(np.float32) - sample["mask"] = np.ascontiguousarray(sample["mask"]) - - if "depth" in sample: - depth = sample["depth"].astype(np.float32) - sample["depth"] = np.ascontiguousarray(depth) - - if "semseg_mask" in sample: - sample["semseg_mask"] = sample["semseg_mask"].astype(np.float32) - sample["semseg_mask"] = np.ascontiguousarray(sample["semseg_mask"]) - - return sample diff --git a/depth_anything/depth_to_pc.py b/depth_anything/depth_to_pc.py deleted file mode 100644 index 723c899..0000000 --- a/depth_anything/depth_to_pc.py +++ /dev/null @@ -1,74 +0,0 @@ -import argparse -import os -import glob -import torch -import numpy as np -from PIL import Image -import torchvision.transforms as transforms -import open3d as o3d -from tqdm import tqdm - -# Global settings -FL = 715.0873 -FY = 256 * 0.6 -FX = 256 * 0.6 -NYU_DATA = False -FINAL_HEIGHT = 256 -FINAL_WIDTH = 256 - -# INPUT_DEPTH_DIR = './150_raw_img_depth.png' -# INPUT_COLOR_DIR = './150.jpg' -# DATASET = 'nyu' - -OUTPUT_DIR = './my_point_clouds/house_tour' -folder_path = '/accounts/projects/binyu/timothygao/Depth-Anything/house_depth_frames' - -def process_images(INPUT_DEPTH_DIR, INPUT_COLOR_DIR): - if not os.path.exists(OUTPUT_DIR): - os.makedirs(OUTPUT_DIR) - - color_image = Image.open(INPUT_COLOR_DIR).convert('RGB') - depth_image = Image.open(INPUT_DEPTH_DIR) - - original_width, original_height = color_image.size - color_image_tensor = transforms.ToTensor()(color_image).unsqueeze(0) - depth_image_np = np.array(depth_image) - - # Ensure depth image is resized - depth_image_resized = Image.fromarray(depth_image_np).resize((FINAL_WIDTH, FINAL_HEIGHT), Image.NEAREST) - depth_image_resized_np = np.array(depth_image_resized) - - resized_color_image = color_image.resize((FINAL_WIDTH, FINAL_HEIGHT), Image.LANCZOS) - - focal_length_x, focal_length_y = FL, FL - x, y = np.meshgrid(np.arange(FINAL_WIDTH), np.arange(FINAL_HEIGHT)) - x = (x - FINAL_WIDTH / 2) / focal_length_x - y = (y - FINAL_HEIGHT / 2) / focal_length_y - z = depth_image_resized_np - - # Ensure z is 2D - if len(z.shape) == 3: - z = z[:, :, 0] - - points = np.stack((np.multiply(x, z), np.multiply(y, z), z), axis=-1).reshape(-1, 3) - colors = np.array(resized_color_image).reshape(-1, 3) / 255.0 - - pcd = o3d.geometry.PointCloud() - pcd.points = o3d.utility.Vector3dVector(points) - pcd.colors = o3d.utility.Vector3dVector(colors) - - o3d.io.write_point_cloud(os.path.join(OUTPUT_DIR, os.path.splitext(os.path.basename(INPUT_DEPTH_DIR))[0] + ".ply"), pcd) - -# process_images('./150_raw_img_depth.png', './150.jpg') - - -for filename in tqdm(os.listdir(folder_path)): - print(filename) - if filename.endswith('.jpg') or filename.endswith('.jpeg') or filename.endswith('.png') or filename.endswith('.gif') or filename.endswith('.bmp'): - if '_OG' in filename: - continue - - dep_img_in = folder_path + "/" + filename - og_img_in = folder_path + '/' + filename.split('.')[0] + '_OG.' + filename.split('.')[1] - - process_images(dep_img_in, og_img_in) diff --git a/depth_anything/metric_depth/README.md b/depth_anything/metric_depth/README.md deleted file mode 100644 index 323d2a0..0000000 --- a/depth_anything/metric_depth/README.md +++ /dev/null @@ -1,89 +0,0 @@ -# Depth Anything for Metric Depth Estimation - -Our Depth Anything models primarily focus on robust *relative* depth estimation. To achieve *metric* depth estimation, we follow ZoeDepth to fine-tune from our Depth Anything pre-trained encoder with metric depth information from NYUv2 or KITTI. - - -## Performance - -### *In-domain* metric depth estimation - -#### NYUv2 - -| Method | $\delta_1 \uparrow$ | $\delta_2 \uparrow$ | $\delta_3 \uparrow$ | AbsRel $\downarrow$ | RMSE $\downarrow$ | log10 $\downarrow$ | -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -| ZoeDepth | 0.951 | 0.994 | 0.999 | 0.077 | 0.282 | 0.033 | -| Depth Anything | **0.984** | **0.998** | **1.000** | **0.056** | **0.206** | **0.024** | - - -#### KITTI - -| Method | $\delta_1 \uparrow$ | $\delta_2 \uparrow$ | $\delta_3 \uparrow$ | AbsRel $\downarrow$ | RMSE $\downarrow$ | log10 $\downarrow$ | -|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -| ZoeDepth | 0.971 | 0.996 | 0.999 | 0.054 | 2.281 | 0.082 | -| Depth Anything | **0.982** | **0.998** | **1.000** | **0.046** | **1.896** | **0.069** | - - -### *Zero-shot* metric depth estimation - -Indoor: NYUv2 $\rightarrow$ SUN RGB-D, iBims-1, and HyperSim
-Outdoor: KITTI $\rightarrow$ Virtual KITTI 2 and DIODE Outdoor - - -| Method | SUN || iBims || HyperSim || vKITTI || DIODE Outdoor || -|-|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| -| | AbsRel | $\delta_1$ | AbsRel | $\delta_1$ | AbsRel | $\delta_1$ | AbsRel | $\delta_1$ | AbsRel | $\delta_1$ | -| ZoeDepth | 0.520 | 0.545 | 0.169 | 0.656 | 0.407 | 0.302 | 0.106 | 0.844 | 0.814 | 0.237 | -| Depth Anything | **0.500** | **0.660** | **0.150** | **0.714** | **0.363** | **0.361** | **0.085** | **0.913** | **0.794** | **0.288** | - - - - -## Pre-trained metric depth estimation models - -We provide [two pre-trained models](https://huggingface.co/spaces/LiheYoung/Depth-Anything/tree/main/checkpoints_metric_depth), one for *indoor* metric depth estimation trained on NYUv2, and the other for *outdoor* metric depth estimation trained on KITTI. - -## Installation - -```bash -conda env create -n depth_anything_metric --file environment.yml -conda activate depth_anything_metric -``` - -Please follow [ZoeDepth](https://github.com/isl-org/ZoeDepth) to prepare the training and test datasets. - -## Evaluation - -Make sure you have downloaded our pre-trained metric-depth models [here](https://huggingface.co/spaces/LiheYoung/Depth-Anything/tree/main/checkpoints_metric_depth) (for evaluation) and pre-trained relative-depth model [here](https://huggingface.co/spaces/LiheYoung/Depth-Anything/blob/main/checkpoints/depth_anything_vitl14.pth) (for initializing the encoder) and put them under the ``checkpoints`` directory. - -Indoor: -```bash -python evaluate.py -m zoedepth --pretrained_resource="local::./checkpoints/depth_anything_metric_depth_indoor.pt" -d -``` - -Outdoor: -```bash -python evaluate.py -m zoedepth --pretrained_resource="local::./checkpoints/depth_anything_metric_depth_outdoor.pt" -d -``` - -## Training - -Please first download our Depth Anything pre-trained model [here](https://huggingface.co/spaces/LiheYoung/Depth-Anything/blob/main/checkpoints/depth_anything_vitl14.pth), and put it under the ``checkpoints`` directory. - -```bash -python train_mono.py -m zoedepth -d --pretrained_resource="" -``` - -This will automatically use our Depth Anything pre-trained ViT-L encoder. - -## Citation - -If you find this project useful, please consider citing: - -```bibtex -@article{depthanything, - title={Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data}, - author={Yang, Lihe and Kang, Bingyi and Huang, Zilong and Xu, Xiaogang and Feng, Jiashi and Zhao, Hengshuang}, - journal={arXiv:2401.10891}, - year={2024}, -} -``` diff --git a/depth_anything/metric_depth/depth_to_pointcloud.py b/depth_anything/metric_depth/depth_to_pointcloud.py deleted file mode 100644 index 33b263a..0000000 --- a/depth_anything/metric_depth/depth_to_pointcloud.py +++ /dev/null @@ -1,79 +0,0 @@ -# Born out of Issue 36. -# Allows the user to set up own test files to infer on (Create a folder my_test and add subfolder input and output in the metric_depth directory before running this script.) -# Make sure you have the necessary libraries -# Code by @1ssb - -import argparse -import os -import glob -import torch -import numpy as np -from PIL import Image -import torchvision.transforms as transforms -import open3d as o3d -from tqdm import tqdm -from zoedepth.models.builder import build_model -from zoedepth.utils.config import get_config - -# Global settings -FL = 715.0873 -FY = 256 * 0.6 -FX = 256 * 0.6 -NYU_DATA = False -FINAL_HEIGHT = 256 -FINAL_WIDTH = 256 -INPUT_DIR = './my_test/input' -OUTPUT_DIR = './my_test/output' -DATASET = 'nyu' # Lets not pick a fight with the model's dataloader - -def process_images(model): - if not os.path.exists(OUTPUT_DIR): - os.makedirs(OUTPUT_DIR) - - image_paths = glob.glob(os.path.join(INPUT_DIR, '*.png')) + glob.glob(os.path.join(INPUT_DIR, '*.jpg')) - for image_path in tqdm(image_paths, desc="Processing Images"): - try: - color_image = Image.open(image_path).convert('RGB') - original_width, original_height = color_image.size - image_tensor = transforms.ToTensor()(color_image).unsqueeze(0).to('cuda' if torch.cuda.is_available() else 'cpu') - - pred = model(image_tensor, dataset=DATASET) - if isinstance(pred, dict): - pred = pred.get('metric_depth', pred.get('out')) - elif isinstance(pred, (list, tuple)): - pred = pred[-1] - pred = pred.squeeze().detach().cpu().numpy() - - # Resize color image and depth to final size - resized_color_image = color_image.resize((FINAL_WIDTH, FINAL_HEIGHT), Image.LANCZOS) - resized_pred = Image.fromarray(pred).resize((FINAL_WIDTH, FINAL_HEIGHT), Image.NEAREST) - - focal_length_x, focal_length_y = (FX, FY) if not NYU_DATA else (FL, FL) - x, y = np.meshgrid(np.arange(FINAL_WIDTH), np.arange(FINAL_HEIGHT)) - x = (x - FINAL_WIDTH / 2) / focal_length_x - y = (y - FINAL_HEIGHT / 2) / focal_length_y - z = np.array(resized_pred) - points = np.stack((np.multiply(x, z), np.multiply(y, z), z), axis=-1).reshape(-1, 3) - colors = np.array(resized_color_image).reshape(-1, 3) / 255.0 - - pcd = o3d.geometry.PointCloud() - pcd.points = o3d.utility.Vector3dVector(points) - pcd.colors = o3d.utility.Vector3dVector(colors) - o3d.io.write_point_cloud(os.path.join(OUTPUT_DIR, os.path.splitext(os.path.basename(image_path))[0] + ".ply"), pcd) - except Exception as e: - print(f"Error processing {image_path}: {e}") - -def main(model_name, pretrained_resource): - config = get_config(model_name, "eval", DATASET) - config.pretrained_resource = pretrained_resource - model = build_model(config).to('cuda' if torch.cuda.is_available() else 'cpu') - model.eval() - process_images(model) - -if __name__ == '__main__': - parser = argparse.ArgumentParser() - parser.add_argument("-m", "--model", type=str, default='zoedepth', help="Name of the model to test") - parser.add_argument("-p", "--pretrained_resource", type=str, default='local::./checkpoints/depth_anything_metric_depth_indoor.pt', help="Pretrained resource to use for fetching weights.") - - args = parser.parse_args() - main(args.model, args.pretrained_resource) diff --git a/depth_anything/metric_depth/environment.yml b/depth_anything/metric_depth/environment.yml deleted file mode 100644 index 60d2777..0000000 --- a/depth_anything/metric_depth/environment.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: zoe -channels: - - pytorch - - nvidia - - conda-forge -dependencies: - - cuda=11.7.1 - - h5py=3.7.0 - - hdf5=1.12.2 - - matplotlib=3.6.2 - - matplotlib-base=3.6.2 - - numpy=1.24.1 - - opencv=4.6.0 - - pip=22.3.1 - - python=3.9.7 - - pytorch=1.13.1 - - pytorch-cuda=11.7 - - pytorch-mutex=1.0 - - scipy=1.10.0 - - torchaudio=0.13.1 - - torchvision=0.14.1 - - pip: - - huggingface-hub==0.11.1 - - timm==0.6.12 - - tqdm==4.64.1 - - wandb==0.13.9 diff --git a/depth_anything/metric_depth/evaluate.py b/depth_anything/metric_depth/evaluate.py deleted file mode 100644 index 3492630..0000000 --- a/depth_anything/metric_depth/evaluate.py +++ /dev/null @@ -1,160 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import argparse -from pprint import pprint - -import torch -from zoedepth.utils.easydict import EasyDict as edict -from tqdm import tqdm - -from zoedepth.data.data_mono import DepthDataLoader -from zoedepth.models.builder import build_model -from zoedepth.utils.arg_utils import parse_unknown -from zoedepth.utils.config import change_dataset, get_config, ALL_EVAL_DATASETS, ALL_INDOOR, ALL_OUTDOOR -from zoedepth.utils.misc import (RunningAverageDict, colors, compute_metrics, - count_parameters) - - -@torch.no_grad() -def infer(model, images, **kwargs): - """Inference with flip augmentation""" - # images.shape = N, C, H, W - def get_depth_from_prediction(pred): - if isinstance(pred, torch.Tensor): - pred = pred # pass - elif isinstance(pred, (list, tuple)): - pred = pred[-1] - elif isinstance(pred, dict): - pred = pred['metric_depth'] if 'metric_depth' in pred else pred['out'] - else: - raise NotImplementedError(f"Unknown output type {type(pred)}") - return pred - - pred1 = model(images, **kwargs) - pred1 = get_depth_from_prediction(pred1) - - pred2 = model(torch.flip(images, [3]), **kwargs) - pred2 = get_depth_from_prediction(pred2) - pred2 = torch.flip(pred2, [3]) - - mean_pred = 0.5 * (pred1 + pred2) - - return mean_pred - - -@torch.no_grad() -def evaluate(model, test_loader, config, round_vals=True, round_precision=3): - model.eval() - metrics = RunningAverageDict() - for i, sample in tqdm(enumerate(test_loader), total=len(test_loader)): - if 'has_valid_depth' in sample: - if not sample['has_valid_depth']: - continue - image, depth = sample['image'], sample['depth'] - image, depth = image.cuda(), depth.cuda() - depth = depth.squeeze().unsqueeze(0).unsqueeze(0) - focal = sample.get('focal', torch.Tensor( - [715.0873]).cuda()) # This magic number (focal) is only used for evaluating BTS model - pred = infer(model, image, dataset=sample['dataset'][0], focal=focal) - - # Save image, depth, pred for visualization - if "save_images" in config and config.save_images: - import os - # print("Saving images ...") - from PIL import Image - import torchvision.transforms as transforms - from zoedepth.utils.misc import colorize - - os.makedirs(config.save_images, exist_ok=True) - # def save_image(img, path): - d = colorize(depth.squeeze().cpu().numpy(), 0, 10) - p = colorize(pred.squeeze().cpu().numpy(), 0, 10) - im = transforms.ToPILImage()(image.squeeze().cpu()) - im.save(os.path.join(config.save_images, f"{i}_img.png")) - Image.fromarray(d).save(os.path.join(config.save_images, f"{i}_depth.png")) - Image.fromarray(p).save(os.path.join(config.save_images, f"{i}_pred.png")) - - - - # print(depth.shape, pred.shape) - metrics.update(compute_metrics(depth, pred, config=config)) - - if round_vals: - def r(m): return round(m, round_precision) - else: - def r(m): return m - metrics = {k: r(v) for k, v in metrics.get_value().items()} - return metrics - -def main(config): - model = build_model(config) - test_loader = DepthDataLoader(config, 'online_eval').data - model = model.cuda() - metrics = evaluate(model, test_loader, config) - print(f"{colors.fg.green}") - print(metrics) - print(f"{colors.reset}") - metrics['#params'] = f"{round(count_parameters(model, include_all=True)/1e6, 2)}M" - return metrics - - -def eval_model(model_name, pretrained_resource, dataset='nyu', **kwargs): - - # Load default pretrained resource defined in config if not set - overwrite = {**kwargs, "pretrained_resource": pretrained_resource} if pretrained_resource else kwargs - config = get_config(model_name, "eval", dataset, **overwrite) - # config = change_dataset(config, dataset) # change the dataset - pprint(config) - print(f"Evaluating {model_name} on {dataset}...") - metrics = main(config) - return metrics - - -if __name__ == '__main__': - parser = argparse.ArgumentParser() - parser.add_argument("-m", "--model", type=str, - required=True, help="Name of the model to evaluate") - parser.add_argument("-p", "--pretrained_resource", type=str, - required=False, default="", help="Pretrained resource to use for fetching weights. If not set, default resource from model config is used, Refer models.model_io.load_state_from_resource for more details.") - parser.add_argument("-d", "--dataset", type=str, required=False, - default='nyu', help="Dataset to evaluate on") - - args, unknown_args = parser.parse_known_args() - overwrite_kwargs = parse_unknown(unknown_args) - - if "ALL_INDOOR" in args.dataset: - datasets = ALL_INDOOR - elif "ALL_OUTDOOR" in args.dataset: - datasets = ALL_OUTDOOR - elif "ALL" in args.dataset: - datasets = ALL_EVAL_DATASETS - elif "," in args.dataset: - datasets = args.dataset.split(",") - else: - datasets = [args.dataset] - - for dataset in datasets: - eval_model(args.model, pretrained_resource=args.pretrained_resource, - dataset=dataset, **overwrite_kwargs) diff --git a/depth_anything/metric_depth/train_mix.py b/depth_anything/metric_depth/train_mix.py deleted file mode 100644 index 03256ed..0000000 --- a/depth_anything/metric_depth/train_mix.py +++ /dev/null @@ -1,182 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -from zoedepth.utils.misc import count_parameters, parallelize -from zoedepth.utils.config import get_config -from zoedepth.utils.arg_utils import parse_unknown -from zoedepth.trainers.builder import get_trainer -from zoedepth.models.builder import build_model -from zoedepth.data.data_mono import MixedNYUKITTI -import torch.utils.data.distributed -import torch.multiprocessing as mp -import torch -import numpy as np -from pprint import pprint -import argparse -import os - -os.environ["PYOPENGL_PLATFORM"] = "egl" -os.environ["WANDB_START_METHOD"] = "thread" - - -def fix_random_seed(seed: int): - """ - Fix random seed for reproducibility - - Args: - seed (int): random seed - """ - import random - - import numpy - import torch - - random.seed(seed) - numpy.random.seed(seed) - torch.manual_seed(seed) - torch.cuda.manual_seed(seed) - torch.cuda.manual_seed_all(seed) - - torch.backends.cudnn.deterministic = True - torch.backends.cudnn.benchmark = False - - -def load_ckpt(config, model, checkpoint_dir="./checkpoints", ckpt_type="best"): - import glob - import os - - from zoedepth.models.model_io import load_wts - - if hasattr(config, "checkpoint"): - checkpoint = config.checkpoint - elif hasattr(config, "ckpt_pattern"): - pattern = config.ckpt_pattern - matches = glob.glob(os.path.join( - checkpoint_dir, f"*{pattern}*{ckpt_type}*")) - if not (len(matches) > 0): - raise ValueError(f"No matches found for the pattern {pattern}") - - checkpoint = matches[0] - - else: - return model - model = load_wts(model, checkpoint) - print("Loaded weights from {0}".format(checkpoint)) - return model - - -def main_worker(gpu, ngpus_per_node, config): - try: - fix_random_seed(43) - - config.gpu = gpu - - model = build_model(config) - - # print(model) - - model = load_ckpt(config, model) - model = parallelize(config, model) - - total_params = f"{round(count_parameters(model)/1e6,2)}M" - config.total_params = total_params - print(f"Total parameters : {total_params}") - - train_loader = MixedNYUKITTI(config, "train").data - test_loader = MixedNYUKITTI(config, "online_eval").data - - trainer = get_trainer(config)( - config, model, train_loader, test_loader, device=config.gpu) - - trainer.train() - finally: - import wandb - wandb.finish() - - -if __name__ == '__main__': - mp.set_start_method('forkserver') - - parser = argparse.ArgumentParser() - parser.add_argument("-m", "--model", type=str, default="synunet") - parser.add_argument("-d", "--dataset", type=str, default='mix') - parser.add_argument("--trainer", type=str, default=None) - - args, unknown_args = parser.parse_known_args() - overwrite_kwargs = parse_unknown(unknown_args) - - overwrite_kwargs["model"] = args.model - if args.trainer is not None: - overwrite_kwargs["trainer"] = args.trainer - - config = get_config(args.model, "train", args.dataset, **overwrite_kwargs) - # git_commit() - if config.use_shared_dict: - shared_dict = mp.Manager().dict() - else: - shared_dict = None - config.shared_dict = shared_dict - - config.batch_size = config.bs - config.mode = 'train' - if config.root != "." and not os.path.isdir(config.root): - os.makedirs(config.root) - - try: - node_str = os.environ['SLURM_JOB_NODELIST'].replace( - '[', '').replace(']', '') - nodes = node_str.split(',') - - config.world_size = len(nodes) - config.rank = int(os.environ['SLURM_PROCID']) - # config.save_dir = "/ibex/scratch/bhatsf/videodepth/checkpoints" - - except KeyError as e: - # We are NOT using SLURM - config.world_size = 1 - config.rank = 0 - nodes = ["127.0.0.1"] - - if config.distributed: - - print(config.rank) - port = np.random.randint(15000, 15025) - config.dist_url = 'tcp://{}:{}'.format(nodes[0], port) - print(config.dist_url) - config.dist_backend = 'nccl' - config.gpu = None - - ngpus_per_node = torch.cuda.device_count() - config.num_workers = config.workers - config.ngpus_per_node = ngpus_per_node - print("Config:") - pprint(config) - if config.distributed: - config.world_size = ngpus_per_node * config.world_size - mp.spawn(main_worker, nprocs=ngpus_per_node, - args=(ngpus_per_node, config)) - else: - if ngpus_per_node == 1: - config.gpu = 0 - main_worker(config.gpu, ngpus_per_node, config) diff --git a/depth_anything/metric_depth/train_mono.py b/depth_anything/metric_depth/train_mono.py deleted file mode 100644 index 4f9b7a8..0000000 --- a/depth_anything/metric_depth/train_mono.py +++ /dev/null @@ -1,176 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -from zoedepth.utils.misc import count_parameters, parallelize -from zoedepth.utils.config import get_config -from zoedepth.utils.arg_utils import parse_unknown -from zoedepth.trainers.builder import get_trainer -from zoedepth.models.builder import build_model -from zoedepth.data.data_mono import DepthDataLoader -import torch.utils.data.distributed -import torch.multiprocessing as mp -import torch -import numpy as np -from pprint import pprint -import argparse -import os - -os.environ["PYOPENGL_PLATFORM"] = "egl" -os.environ["WANDB_START_METHOD"] = "thread" - - -def fix_random_seed(seed: int): - import random - - import numpy - import torch - - random.seed(seed) - numpy.random.seed(seed) - torch.manual_seed(seed) - torch.cuda.manual_seed(seed) - torch.cuda.manual_seed_all(seed) - - torch.backends.cudnn.deterministic = True - torch.backends.cudnn.benchmark = True - - -def load_ckpt(config, model, checkpoint_dir="./checkpoints", ckpt_type="best"): - import glob - import os - - from zoedepth.models.model_io import load_wts - - if hasattr(config, "checkpoint"): - checkpoint = config.checkpoint - elif hasattr(config, "ckpt_pattern"): - pattern = config.ckpt_pattern - matches = glob.glob(os.path.join( - checkpoint_dir, f"*{pattern}*{ckpt_type}*")) - if not (len(matches) > 0): - raise ValueError(f"No matches found for the pattern {pattern}") - - checkpoint = matches[0] - - else: - return model - model = load_wts(model, checkpoint) - print("Loaded weights from {0}".format(checkpoint)) - return model - - -def main_worker(gpu, ngpus_per_node, config): - try: - seed = config.seed if 'seed' in config and config.seed else 43 - fix_random_seed(seed) - - config.gpu = gpu - - model = build_model(config) - # print(model) - - model = load_ckpt(config, model) - model = parallelize(config, model) - - total_params = f"{round(count_parameters(model)/1e6,2)}M" - config.total_params = total_params - print(f"Total parameters : {total_params}") - - train_loader = DepthDataLoader(config, "train").data - test_loader = DepthDataLoader(config, "online_eval").data - - trainer = get_trainer(config)( - config, model, train_loader, test_loader, device=config.gpu) - - trainer.train() - finally: - import wandb - wandb.finish() - - -if __name__ == '__main__': - mp.set_start_method('forkserver') - - parser = argparse.ArgumentParser() - parser.add_argument("-m", "--model", type=str, default="synunet") - parser.add_argument("-d", "--dataset", type=str, default='nyu') - parser.add_argument("--trainer", type=str, default=None) - - args, unknown_args = parser.parse_known_args() - overwrite_kwargs = parse_unknown(unknown_args) - - overwrite_kwargs["model"] = args.model - if args.trainer is not None: - overwrite_kwargs["trainer"] = args.trainer - - config = get_config(args.model, "train", args.dataset, **overwrite_kwargs) - # git_commit() - if config.use_shared_dict: - shared_dict = mp.Manager().dict() - else: - shared_dict = None - config.shared_dict = shared_dict - - config.batch_size = config.bs - config.mode = 'train' - if config.root != "." and not os.path.isdir(config.root): - os.makedirs(config.root) - - try: - node_str = os.environ['SLURM_JOB_NODELIST'].replace( - '[', '').replace(']', '') - nodes = node_str.split(',') - - config.world_size = len(nodes) - config.rank = int(os.environ['SLURM_PROCID']) - # config.save_dir = "/ibex/scratch/bhatsf/videodepth/checkpoints" - - except KeyError as e: - # We are NOT using SLURM - config.world_size = 1 - config.rank = 0 - nodes = ["127.0.0.1"] - - if config.distributed: - - print(config.rank) - port = np.random.randint(15000, 15025) - config.dist_url = 'tcp://{}:{}'.format(nodes[0], port) - print(config.dist_url) - config.dist_backend = 'nccl' - config.gpu = None - - ngpus_per_node = torch.cuda.device_count() - config.num_workers = config.workers - config.ngpus_per_node = ngpus_per_node - print("Config:") - pprint(config) - if config.distributed: - config.world_size = ngpus_per_node * config.world_size - mp.spawn(main_worker, nprocs=ngpus_per_node, - args=(ngpus_per_node, config)) - else: - if ngpus_per_node == 1: - config.gpu = 0 - main_worker(config.gpu, ngpus_per_node, config) diff --git a/depth_anything/metric_depth/train_test_inputs/kitti_eigen_test_files_with_gt.txt b/depth_anything/metric_depth/train_test_inputs/kitti_eigen_test_files_with_gt.txt deleted file mode 100644 index 575b661..0000000 --- a/depth_anything/metric_depth/train_test_inputs/kitti_eigen_test_files_with_gt.txt +++ /dev/null @@ -1,697 +0,0 @@ -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000069.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000054.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000042.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000057.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000030.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000027.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000012.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000075.png None 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000036.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000033.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000015.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000072.png None 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000003.png None 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000039.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000009.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000051.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000060.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000021.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000024.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000045.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000018.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000048.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000006.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_26/2011_09_26_drive_0002_sync/image_02/data/0000000063.png 2011_09_26_drive_0002_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000016.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000032.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000048.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000064.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000080.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000096.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000112.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000128.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000144.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000160.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000176.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000196.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000212.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000228.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000244.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000260.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000276.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000292.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000308.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000324.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000340.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000340.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000356.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000356.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000372.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000372.png 721.5377 -2011_09_26/2011_09_26_drive_0009_sync/image_02/data/0000000388.png 2011_09_26_drive_0009_sync/proj_depth/groundtruth/image_02/0000000388.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000090.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000050.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000110.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000115.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000060.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000105.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000125.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000020.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000140.png None 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000085.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000070.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000080.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000065.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000095.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000130.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000100.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000010.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000030.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000135.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000040.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000005.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000120.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000045.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0013_sync/image_02/data/0000000035.png 2011_09_26_drive_0013_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000003.png None 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000069.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000057.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000012.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000072.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000018.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000063.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000084.png None 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000015.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000066.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000006.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000048.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000060.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000009.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000033.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000021.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000075.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000027.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000045.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000078.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000036.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000051.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000054.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_26/2011_09_26_drive_0020_sync/image_02/data/0000000042.png 2011_09_26_drive_0020_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000018.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000090.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000126.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000378.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000378.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000036.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000288.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000198.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000450.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000450.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000144.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000072.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000252.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000180.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000432.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000432.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000396.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000396.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000054.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000468.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000468.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000306.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000108.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000162.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000342.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000342.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000270.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000414.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000414.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000216.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000360.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000360.png 721.5377 -2011_09_26/2011_09_26_drive_0023_sync/image_02/data/0000000324.png 2011_09_26_drive_0023_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000077.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000035.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000091.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000112.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000007.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000175.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000042.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000098.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000133.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000161.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000014.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000126.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000168.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000070.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000084.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000140.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000049.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000182.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000147.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000056.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000063.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000021.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000119.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_26/2011_09_26_drive_0027_sync/image_02/data/0000000028.png 2011_09_26_drive_0027_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000380.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000380.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000394.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000394.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000324.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000268.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000366.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000366.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000296.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000014.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000028.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000182.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000168.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000196.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000140.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000084.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000056.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000112.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000352.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000126.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000070.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000310.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000310.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000154.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000098.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000408.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000408.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000042.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0029_sync/image_02/data/0000000338.png 2011_09_26_drive_0029_sync/proj_depth/groundtruth/image_02/0000000338.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000128.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000192.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000032.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000352.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000608.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000608.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000224.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000576.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000576.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000672.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000672.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000064.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000448.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000448.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000704.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000704.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000640.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000640.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000512.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000512.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000768.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000768.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000160.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000416.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000416.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000480.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000480.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000800.png None 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000288.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000544.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000544.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000096.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000384.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000384.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000256.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_26/2011_09_26_drive_0036_sync/image_02/data/0000000320.png 2011_09_26_drive_0036_sync/proj_depth/groundtruth/image_02/0000000320.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000005.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000010.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000015.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000020.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000025.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000030.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000035.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000040.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000045.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000050.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000055.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000060.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000065.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000070.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000075.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000080.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000085.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000090.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000095.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000100.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000105.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000110.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000115.png 2011_09_26_drive_0046_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_26/2011_09_26_drive_0046_sync/image_02/data/0000000120.png None 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000001.png None 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000002.png None 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000003.png None 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000004.png None 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000005.png 2011_09_26_drive_0048_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000006.png 2011_09_26_drive_0048_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000007.png 2011_09_26_drive_0048_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000008.png 2011_09_26_drive_0048_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000009.png 2011_09_26_drive_0048_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000010.png 2011_09_26_drive_0048_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000011.png 2011_09_26_drive_0048_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000012.png 2011_09_26_drive_0048_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000013.png 2011_09_26_drive_0048_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000014.png 2011_09_26_drive_0048_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000015.png 2011_09_26_drive_0048_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000016.png 2011_09_26_drive_0048_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000017.png None 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000018.png None 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000019.png None 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000020.png None 721.5377 -2011_09_26/2011_09_26_drive_0048_sync/image_02/data/0000000021.png None 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000046.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000014.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000036.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000028.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000026.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000050.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000040.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000008.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000016.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000044.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000018.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000032.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000042.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000010.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000020.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000048.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000052.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000006.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000030.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000012.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000038.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000002.png None 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000004.png None 721.5377 -2011_09_26/2011_09_26_drive_0052_sync/image_02/data/0000000022.png 2011_09_26_drive_0052_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000011.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000033.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000242.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000253.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000286.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000154.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000099.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000220.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000022.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000077.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000187.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000143.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000066.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000176.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000110.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000275.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000264.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000198.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000055.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000088.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000121.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000209.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000165.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000231.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_26/2011_09_26_drive_0056_sync/image_02/data/0000000044.png 2011_09_26_drive_0056_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000056.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000344.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000344.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000358.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000358.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000316.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000316.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000238.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000098.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000112.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000028.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000014.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000330.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000154.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000042.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000302.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000182.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000288.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000140.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000274.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000224.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000372.png None 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000196.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000126.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000084.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000210.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_26/2011_09_26_drive_0059_sync/image_02/data/0000000070.png 2011_09_26_drive_0059_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000528.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000528.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000308.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000044.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000352.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000066.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000506.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000506.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000176.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000022.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000242.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000462.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000462.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000418.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000418.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000110.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000440.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000440.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000396.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000396.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000154.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000374.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000374.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000088.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000286.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000550.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000550.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000264.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000220.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000330.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000484.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000484.png 721.5377 -2011_09_26/2011_09_26_drive_0064_sync/image_02/data/0000000198.png 2011_09_26_drive_0064_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000283.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000361.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000361.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000270.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000127.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000205.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000218.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000153.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000335.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000335.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000192.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000348.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000348.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000101.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000049.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000179.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000140.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000374.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000374.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000322.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000322.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000309.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000309.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000244.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000062.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000257.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000088.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000114.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000075.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000296.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_09_26/2011_09_26_drive_0084_sync/image_02/data/0000000231.png 2011_09_26_drive_0084_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000007.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000196.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000439.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000439.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000169.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000115.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000034.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000304.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000331.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000331.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000277.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000520.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000520.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000682.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000682.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000628.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000628.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000088.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000601.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000601.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000574.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000574.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000223.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000655.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000655.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000358.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000358.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000412.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000412.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000142.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000385.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000385.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000061.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000493.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000493.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000466.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000466.png 721.5377 -2011_09_26/2011_09_26_drive_0086_sync/image_02/data/0000000250.png 2011_09_26_drive_0086_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000016.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000032.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000048.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000064.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000080.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000096.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000112.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000128.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000144.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000160.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000176.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000192.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000208.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000224.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000240.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000256.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000305.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000321.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000321.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000337.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000337.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000353.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000353.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000369.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000369.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000385.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000385.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000401.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000401.png 721.5377 -2011_09_26/2011_09_26_drive_0093_sync/image_02/data/0000000417.png 2011_09_26_drive_0093_sync/proj_depth/groundtruth/image_02/0000000417.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000019.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000038.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000057.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000076.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000095.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000114.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000133.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000152.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000171.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000190.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000209.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000228.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000247.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000266.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000285.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000304.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000323.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000323.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000342.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000342.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000361.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000361.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000380.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000380.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000399.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000399.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000418.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000418.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000437.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000437.png 721.5377 -2011_09_26/2011_09_26_drive_0096_sync/image_02/data/0000000456.png 2011_09_26_drive_0096_sync/proj_depth/groundtruth/image_02/0000000456.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000692.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000692.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000930.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000930.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000760.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000760.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000896.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000896.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000284.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000148.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000522.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000522.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000794.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000794.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000624.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000624.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000726.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000726.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000216.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000318.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000318.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000488.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000488.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000590.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000590.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000454.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000454.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000862.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000862.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000386.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000386.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000352.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000420.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000420.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000658.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000658.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000828.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000828.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000556.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000556.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000114.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000182.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_26/2011_09_26_drive_0101_sync/image_02/data/0000000080.png 2011_09_26_drive_0101_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000015.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000035.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000043.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000051.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000059.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000067.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000075.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000083.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000091.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000099.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000107.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000115.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000123.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000131.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000139.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000147.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000155.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000163.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000171.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000179.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000187.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000195.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000203.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000211.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_26/2011_09_26_drive_0106_sync/image_02/data/0000000219.png 2011_09_26_drive_0106_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000312.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000312.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000494.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000494.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000104.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000130.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000156.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000182.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000598.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000598.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000416.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000416.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000364.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000364.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000026.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000078.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000572.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000572.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000468.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000468.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000260.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000624.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000624.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000234.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000442.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000442.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000390.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000390.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000546.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000546.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000286.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000000.png None 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000338.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000338.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000208.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000650.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000650.png 721.5377 -2011_09_26/2011_09_26_drive_0117_sync/image_02/data/0000000052.png 2011_09_26_drive_0117_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000024.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000024.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000021.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000021.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000036.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000036.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000000.png None 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000051.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000051.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000018.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000018.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000033.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000033.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000090.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000090.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000045.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000045.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000054.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000054.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000012.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000012.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000039.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000039.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000009.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000009.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000003.png None 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000030.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000030.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000078.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000078.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000060.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000060.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000048.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000048.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000084.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000084.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000081.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000081.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000006.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000006.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000057.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000057.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000072.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000072.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000087.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000087.png 707.0493 -2011_09_28/2011_09_28_drive_0002_sync/image_02/data/0000000063.png 2011_09_28_drive_0002_sync/proj_depth/groundtruth/image_02/0000000063.png 707.0493 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000252.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000252.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000540.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000540.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000001054.png None 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000036.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000036.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000360.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000360.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000807.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000807.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000879.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000879.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000288.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000288.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000771.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000771.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000000.png None 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000216.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000216.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000951.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000951.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000324.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000324.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000432.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000432.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000504.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000504.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000576.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000576.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000108.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000108.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000180.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000180.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000072.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000072.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000612.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000612.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000915.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000915.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000735.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000735.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000144.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000144.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000396.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000396.png 718.3351 -2011_09_29/2011_09_29_drive_0071_sync/image_02/data/0000000468.png 2011_09_29_drive_0071_sync/proj_depth/groundtruth/image_02/0000000468.png 718.3351 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000132.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000132.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000011.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000011.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000154.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000154.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000022.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000022.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000242.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000242.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000198.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000198.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000176.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000176.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000231.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000231.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000275.png None 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000220.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000220.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000088.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000088.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000143.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000143.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000055.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000055.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000033.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000033.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000187.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000187.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000110.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000110.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000044.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000044.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000077.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000077.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000066.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000066.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000000.png None 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000165.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000165.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000264.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000264.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000253.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000253.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000209.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000209.png 707.0912 -2011_09_30/2011_09_30_drive_0016_sync/image_02/data/0000000121.png 2011_09_30_drive_0016_sync/proj_depth/groundtruth/image_02/0000000121.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000000107.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000000107.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000002247.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000002247.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000001391.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000001391.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000000535.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000000535.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000001819.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000001819.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000001177.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000001177.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000000428.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000000428.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000001926.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000001926.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000000749.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000000749.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000001284.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000001284.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000002140.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000002140.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000001605.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000001605.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000001498.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000001498.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000000642.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000000642.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000002740.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000002740.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000002419.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000002419.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000000856.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000000856.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000002526.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000002526.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000001712.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000001712.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000001070.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000001070.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000000000.png None 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000002033.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000002033.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000000214.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000000214.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000000963.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000000963.png 707.0912 -2011_09_30/2011_09_30_drive_0018_sync/image_02/data/0000002633.png 2011_09_30_drive_0018_sync/proj_depth/groundtruth/image_02/0000002633.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000533.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000533.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000001040.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000001040.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000082.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000082.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000205.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000205.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000835.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000835.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000451.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000451.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000164.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000164.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000794.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000794.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000328.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000328.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000615.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000615.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000917.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000917.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000369.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000369.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000287.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000287.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000123.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000123.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000876.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000876.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000410.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000410.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000492.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000492.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000958.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000958.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000656.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000656.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000000.png None 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000753.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000753.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000574.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000574.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000001081.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000001081.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000041.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000041.png 707.0912 -2011_09_30/2011_09_30_drive_0027_sync/image_02/data/0000000246.png 2011_09_30_drive_0027_sync/proj_depth/groundtruth/image_02/0000000246.png 707.0912 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000002906.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000002906.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000002544.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000002544.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000000362.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000000362.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000004535.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000004535.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000000734.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000000734.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000001096.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000001096.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000004173.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000004173.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000000543.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000000543.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000001277.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000001277.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000004354.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000004354.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000001458.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000001458.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000001820.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000001820.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000003449.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000003449.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000003268.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000003268.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000000915.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000000915.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000002363.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000002363.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000002725.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000002725.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000000181.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000000181.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000001639.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000001639.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000003992.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000003992.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000003087.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000003087.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000002001.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000002001.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000003811.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000003811.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000003630.png 2011_10_03_drive_0027_sync/proj_depth/groundtruth/image_02/0000003630.png 718.856 -2011_10_03/2011_10_03_drive_0027_sync/image_02/data/0000000000.png None 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000096.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000096.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000800.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000800.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000320.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000320.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000576.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000576.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000000.png None 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000480.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000480.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000640.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000640.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000032.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000032.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000384.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000384.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000160.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000160.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000704.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000704.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000736.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000736.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000672.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000672.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000064.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000064.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000288.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000288.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000352.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000352.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000512.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000512.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000544.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000544.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000608.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000608.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000128.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000128.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000224.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000224.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000416.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000416.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000192.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000192.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000448.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000448.png 718.856 -2011_10_03/2011_10_03_drive_0047_sync/image_02/data/0000000768.png 2011_10_03_drive_0047_sync/proj_depth/groundtruth/image_02/0000000768.png 718.856 \ No newline at end of file diff --git a/depth_anything/metric_depth/train_test_inputs/kitti_eigen_train_files_with_gt.txt b/depth_anything/metric_depth/train_test_inputs/kitti_eigen_train_files_with_gt.txt deleted file mode 100644 index 49a88e0..0000000 --- a/depth_anything/metric_depth/train_test_inputs/kitti_eigen_train_files_with_gt.txt +++ /dev/null @@ -1,23158 +0,0 @@ -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000116.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000978.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000978.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000280.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003041.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003041.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000934.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000934.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000673.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000673.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000017.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000309.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000309.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000743.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000743.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001281.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001281.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003239.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003239.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000979.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000979.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004073.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004073.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004027.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004027.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003873.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003873.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000125.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000532.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000532.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003862.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003862.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000012.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000031.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001405.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001405.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001459.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001459.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003282.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003282.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000551.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000551.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000042.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000340.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000340.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000707.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000707.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000900.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000900.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001337.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001337.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000892.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000892.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000196.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000196.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000820.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000820.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001385.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001385.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000414.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000414.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000024.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002698.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002698.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003364.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003364.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000231.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003324.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003324.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000227.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000227.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000030.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000121.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003101.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003101.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000422.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000422.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003974.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003974.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003046.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003046.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000093.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002714.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002714.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000045.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000040.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000408.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000408.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001142.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001142.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000394.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000394.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001624.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001624.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002742.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002742.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000027.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004564.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004564.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001138.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001138.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000388.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000388.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002841.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002841.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001006.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001006.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000705.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000705.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002065.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002065.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000472.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000472.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000146.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000146.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000139.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002308.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002308.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000201.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000201.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000763.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000763.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000216.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000216.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003149.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003149.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004171.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004171.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000164.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001646.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001646.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001558.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001558.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000395.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000395.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003785.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003785.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000561.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000561.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002228.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002228.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000150.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000150.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001789.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001789.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000410.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000410.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004543.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004543.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000032.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000032.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000399.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000399.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000052.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003410.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003410.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000277.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001257.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001257.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000289.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003482.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003482.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000481.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000481.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000006.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000006.png 718.3351 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000095.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000211.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004808.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004808.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000591.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000591.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000448.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000448.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000028.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000135.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000135.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001862.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001862.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000702.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000702.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000054.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000088.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001893.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001893.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000919.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000919.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001647.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001647.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001056.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001056.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004340.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004340.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000841.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000841.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000098.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000029.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001741.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001741.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003706.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003706.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000698.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000698.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000221.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000623.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000623.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000247.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000309.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000309.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000142.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000142.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003892.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003892.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000692.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000692.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004143.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004143.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000668.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000668.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000402.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000402.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000568.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000568.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002118.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002118.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000202.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000600.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000600.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000159.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000093.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000093.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000700.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000700.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004434.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004434.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000714.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000714.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004652.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004652.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001614.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001614.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002520.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002520.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003562.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003562.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000042.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000042.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003897.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003897.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004076.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004076.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002496.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002496.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001106.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001106.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000165.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000097.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001709.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001709.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001527.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001527.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000179.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000737.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000737.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004419.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004419.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000203.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000019.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000419.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000419.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000005.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000357.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000357.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002264.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002264.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002496.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002496.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000190.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000190.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002808.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002808.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000871.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000871.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001059.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001059.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000223.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003367.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003367.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001551.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001551.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000220.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000674.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000674.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000206.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002208.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002208.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000179.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001455.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001455.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003466.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003466.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000034.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001870.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001870.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000667.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000667.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003188.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003188.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000611.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000611.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003582.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003582.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000161.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000054.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000842.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000842.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000391.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000391.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001452.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001452.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000530.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000530.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000212.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000212.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000438.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000438.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000189.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000094.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000312.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000312.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004145.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004145.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000756.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000756.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000257.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000257.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000440.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000440.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000625.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000625.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001086.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001086.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000464.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000464.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000006.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003554.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003554.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004178.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004178.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000088.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002884.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002884.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000370.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000370.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004502.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004502.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001652.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001652.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001108.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001108.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005001.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005001.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000261.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000261.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001104.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001104.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000368.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000368.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002902.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002902.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001399.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001399.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000370.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000370.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000241.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000241.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002011.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002011.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004144.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004144.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000338.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000338.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002742.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002742.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000342.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000342.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000958.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000958.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001248.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001248.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004368.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004368.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000806.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000806.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000312.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000312.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003100.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003100.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000829.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000829.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000143.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000143.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000404.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000404.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000061.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000061.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000765.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000765.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001956.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001956.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000751.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000751.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000076.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001826.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001826.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000844.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000844.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000169.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000326.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000326.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003927.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003927.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002313.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002313.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004442.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004442.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001749.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001749.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002536.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002536.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000271.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000582.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000582.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000162.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000162.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000025.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000321.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000321.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003154.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003154.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000447.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000447.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004103.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004103.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000237.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000095.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000095.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000139.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000139.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000115.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004606.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004606.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004309.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004309.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000562.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000562.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001266.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001266.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000141.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000141.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003468.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003468.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004668.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004668.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000342.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000342.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000408.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000408.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000845.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000845.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000395.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000395.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000246.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003780.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003780.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000356.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000356.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001189.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001189.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002435.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002435.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003775.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003775.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003407.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003407.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001122.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001122.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000197.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000721.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000721.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000229.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000339.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000339.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000383.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000383.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001085.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001085.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000175.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001684.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001684.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003042.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003042.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000248.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003969.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003969.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000294.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000294.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000760.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000760.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004057.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004057.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000940.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000940.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000043.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000043.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000142.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000008.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001938.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001938.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000350.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000350.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000194.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001770.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001770.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002032.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002032.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000206.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000790.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000790.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004414.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004414.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000377.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000377.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001510.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001510.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001096.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001096.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000396.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000396.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000278.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000543.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000543.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000398.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000398.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000581.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000581.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000099.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000687.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000687.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004230.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004230.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000848.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000848.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000097.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000097.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000529.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000529.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000092.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000071.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000343.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000343.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004451.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004451.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000262.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000347.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000347.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000279.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000279.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000144.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000403.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000403.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003428.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003428.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001289.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001289.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002010.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002010.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005006.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005006.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003470.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003470.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002012.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002012.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000430.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000430.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001763.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001763.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000383.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000383.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000045.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000585.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000585.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000582.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000582.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000131.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001034.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001034.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000208.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000019.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000019.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004728.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004728.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000515.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000515.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001937.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001937.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000084.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000975.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000975.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000060.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000060.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002168.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002168.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004220.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004220.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000665.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000665.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000710.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000710.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000289.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000289.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000244.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002138.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002138.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000208.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000455.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000455.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000294.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000005.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000005.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001514.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001514.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002070.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002070.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000726.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000726.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001089.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001089.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004018.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004018.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001915.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001915.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000131.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000131.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000052.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000243.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000115.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000115.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002499.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002499.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000435.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000435.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000210.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000103.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000432.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000432.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004498.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004498.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000576.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000576.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000432.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000432.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000111.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005041.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005041.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004523.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004523.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000159.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000671.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000671.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000961.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000961.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002571.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002571.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000128.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000128.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000876.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000876.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001223.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001223.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000570.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000570.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000172.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000172.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000276.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000276.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003130.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003130.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001279.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001279.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004197.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004197.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000270.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000270.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002537.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002537.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000621.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000621.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003765.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003765.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003744.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003744.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000857.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000857.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003612.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003612.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000067.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003677.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003677.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000818.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000818.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001068.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001068.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002974.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002974.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000621.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000621.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004263.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004263.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000873.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000873.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000835.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000835.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000165.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002220.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002220.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001461.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001461.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000656.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000656.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000311.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000311.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002258.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002258.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000637.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000637.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000967.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000967.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000059.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000726.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000726.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000021.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003005.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003005.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000047.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000273.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000273.png 718.856 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000058.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000409.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000409.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000766.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000766.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002745.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002745.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001794.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001794.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000009.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001413.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001413.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000403.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000403.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005002.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005002.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002463.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002463.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000006.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000006.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000016.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000016.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001999.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001999.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000144.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000387.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000387.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000277.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004031.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004031.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000636.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000636.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002298.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002298.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000111.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000446.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000446.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000278.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000332.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000332.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000283.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000183.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000183.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000008.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000008.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000982.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000982.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000212.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000212.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001014.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001014.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000186.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000318.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000318.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002016.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002016.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001111.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001111.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000019.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004498.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004498.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000986.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000986.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000354.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000354.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002877.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002877.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000353.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000353.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000792.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000792.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000659.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000659.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002478.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002478.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000313.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000313.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000220.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004015.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004015.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000322.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000322.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004338.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004338.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000072.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000072.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001001.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001001.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000017.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000060.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000288.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000040.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000040.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000870.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000870.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000567.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000567.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000646.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000646.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003137.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003137.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000337.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000337.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002219.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002219.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000029.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001666.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001666.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000127.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000127.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000651.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000651.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000241.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003140.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003140.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000023.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000894.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000894.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000261.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000261.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000274.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000402.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000402.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000596.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000596.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000250.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000330.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000330.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000902.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000902.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000209.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000139.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002201.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002201.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000085.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004827.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004827.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001010.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001010.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000072.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003297.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003297.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004463.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004463.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000813.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000813.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003124.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003124.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000329.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000329.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002232.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002232.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000285.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000368.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000368.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000263.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002358.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002358.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000340.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000340.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000348.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000348.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000048.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002544.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002544.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000020.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000067.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000727.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000727.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000029.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000380.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000380.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000337.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000337.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003029.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003029.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000995.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000995.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000459.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000459.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000267.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000267.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002930.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002930.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003549.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003549.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000341.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000341.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003191.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003191.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000338.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000338.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002441.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002441.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004306.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004306.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001481.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001481.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003880.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003880.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000279.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001392.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001392.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000053.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000495.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000495.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003776.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003776.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001694.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001694.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000448.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000448.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000273.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000935.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000935.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004064.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004064.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004259.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004259.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000599.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000599.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000019.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000123.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004474.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004474.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000374.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000374.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003779.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003779.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000489.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000489.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000321.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000321.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003557.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003557.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000372.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000372.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000177.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000286.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001179.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001179.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000169.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003465.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003465.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000231.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000231.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001722.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001722.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000618.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000618.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000066.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000176.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000123.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001079.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001079.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004937.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004937.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000229.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000296.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000296.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002202.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002202.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000620.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000620.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000170.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000193.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000193.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000445.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000445.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004506.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004506.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000078.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000620.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000620.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000996.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000996.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000892.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000892.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001168.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001168.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003337.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003337.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000229.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000495.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000495.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001462.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001462.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000650.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000650.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000431.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000431.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000693.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000693.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000020.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000076.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000220.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000084.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000084.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004706.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004706.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004582.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004582.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004141.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004141.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000875.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000875.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000551.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000551.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003742.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003742.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004040.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004040.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000670.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000670.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000298.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000079.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000079.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004363.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004363.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000088.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000922.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000922.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000434.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000434.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000089.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000089.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000144.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000144.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002502.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002502.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002464.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002464.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000896.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000896.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003170.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003170.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000013.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000013.png 718.3351 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000221.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000113.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000113.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000676.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000676.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004525.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004525.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000352.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000055.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002299.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002299.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000163.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001435.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001435.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002400.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002400.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001229.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001229.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000289.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000730.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000730.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003915.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003915.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003122.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003122.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001925.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001925.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002577.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002577.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000119.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002491.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002491.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000996.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000996.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000222.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004168.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004168.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004281.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004281.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000514.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000514.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000309.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000309.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000680.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000680.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004333.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004333.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000263.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000644.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000644.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003676.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003676.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000075.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001072.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001072.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000112.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000936.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000936.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001314.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001314.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000664.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000664.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004411.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004411.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000024.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000115.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003186.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003186.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000092.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000092.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001239.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001239.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000723.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000723.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000304.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000304.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000570.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000570.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004881.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004881.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000068.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000088.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003117.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003117.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004649.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004649.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004086.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004086.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000131.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000131.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000005.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000469.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000469.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000522.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000522.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000178.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001221.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001221.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000142.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000236.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000236.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000263.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003510.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003510.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001157.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001157.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004387.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004387.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000232.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000232.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002485.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002485.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000716.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000716.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000206.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000231.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000292.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004173.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004173.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002036.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002036.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002513.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002513.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003575.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003575.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000975.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000975.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003835.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003835.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000172.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000972.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000972.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000068.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000867.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000867.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000027.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000027.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000524.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000524.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000184.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001999.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001999.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000700.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000700.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000147.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000293.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000915.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000915.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000337.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000337.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003950.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003950.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004586.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004586.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001247.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001247.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000231.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000051.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004985.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004985.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001344.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001344.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000245.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000701.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000701.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001060.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001060.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000037.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000644.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000644.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000904.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000904.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001532.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001532.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000508.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000508.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002246.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002246.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003606.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003606.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003831.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003831.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000677.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000677.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003288.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003288.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000183.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000364.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000364.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000465.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000465.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000193.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000094.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000298.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000558.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000558.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000050.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000054.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000387.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000387.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000301.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002601.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002601.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003792.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003792.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000625.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000625.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005045.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005045.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000010.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000010.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002828.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002828.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000559.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000559.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001400.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001400.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004191.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004191.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003308.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003308.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000348.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000348.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000043.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000043.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000474.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000474.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002154.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002154.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000690.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000690.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004304.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004304.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000771.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000771.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000013.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000593.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000593.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003705.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003705.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000789.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000789.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004289.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004289.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000054.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000755.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000755.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001943.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001943.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000228.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000884.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000884.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004538.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004538.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003344.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003344.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000856.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000856.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000234.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000175.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000011.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000023.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000023.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001874.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001874.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000047.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000407.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000407.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000020.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000020.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002573.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002573.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002909.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002909.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000903.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000903.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001587.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001587.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000402.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000402.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000506.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000506.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000133.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000998.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000998.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004032.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004032.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000657.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000657.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000456.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000456.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001068.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001068.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001143.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001143.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004570.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004570.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004125.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004125.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002315.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002315.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004536.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004536.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004052.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004052.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000381.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000381.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001951.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001951.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000143.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000153.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001830.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001830.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001863.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001863.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003577.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003577.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000605.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000605.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000115.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000262.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000262.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000389.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000389.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004389.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004389.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001815.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001815.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001747.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001747.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000088.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002810.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002810.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000213.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000213.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001416.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001416.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000398.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000398.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000145.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000145.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002012.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002012.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000198.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000647.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000647.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000282.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000053.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003821.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003821.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000621.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000621.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004365.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004365.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001228.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001228.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000344.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000344.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000097.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000141.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000953.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000953.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003269.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003269.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002479.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002479.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000036.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000036.png 707.0493 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000771.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000771.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003563.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003563.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000514.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000514.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001388.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001388.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000053.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000445.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000445.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000268.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000218.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003859.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003859.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000316.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000316.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004043.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004043.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005061.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005061.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000728.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000728.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000103.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002187.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002187.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001285.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001285.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001629.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001629.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000765.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000765.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001112.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001112.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001174.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001174.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000632.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000632.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000137.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000137.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000504.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000504.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000041.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004465.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004465.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000160.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000145.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000145.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000199.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000199.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000127.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000083.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000071.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000071.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001059.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001059.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003927.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003927.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002097.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002097.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000877.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000877.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000465.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000465.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000157.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000390.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000390.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000092.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005030.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005030.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004596.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004596.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000708.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000708.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001414.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001414.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002136.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002136.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000656.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000656.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003553.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003553.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003689.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003689.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000354.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000354.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000119.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002186.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002186.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004763.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004763.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001443.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001443.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004327.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004327.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000029.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000751.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000751.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000290.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000290.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000861.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000861.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003297.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003297.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001034.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001034.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000352.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000103.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000250.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002981.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002981.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000648.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000648.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000371.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000371.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004338.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004338.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000291.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000083.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000089.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003431.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003431.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003695.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003695.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003163.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003163.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001040.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001040.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000040.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000040.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003576.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003576.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000816.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000816.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000981.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000981.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000586.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000586.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001574.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001574.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000042.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000167.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000167.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000903.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000903.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000286.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000286.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000252.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000062.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000078.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001727.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001727.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001243.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001243.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002529.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002529.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000988.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000988.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000178.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001225.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001225.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001418.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001418.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003431.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003431.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000216.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000761.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000761.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000221.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002041.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002041.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000681.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000681.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002188.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002188.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003983.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003983.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000287.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000136.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004154.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004154.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004038.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004038.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001047.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001047.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000090.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000090.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001088.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001088.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000721.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000721.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000600.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000600.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000543.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000543.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000662.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000662.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003522.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003522.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000278.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000229.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000776.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000776.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003373.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003373.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000426.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000426.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000693.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000693.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000096.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000105.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000105.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003958.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003958.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000256.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000256.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003954.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003954.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000106.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000106.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001146.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001146.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004672.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004672.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002148.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002148.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004412.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004412.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000369.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000369.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000073.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000720.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000720.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004204.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004204.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000451.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000451.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002567.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002567.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000213.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000618.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000618.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000384.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000384.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002788.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002788.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001087.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001087.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000152.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000152.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002797.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002797.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001774.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001774.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000569.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000569.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000155.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000564.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000564.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002230.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002230.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002788.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002788.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003950.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003950.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000038.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000038.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004417.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004417.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000039.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000039.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001614.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001614.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001212.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001212.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000419.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000419.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003093.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003093.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000491.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000491.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000066.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000017.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001992.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001992.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000042.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003888.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003888.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000624.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000624.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000861.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000861.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000099.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002359.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002359.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000037.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001038.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001038.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001430.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001430.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000525.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000525.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000283.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000236.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004181.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004181.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002064.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002064.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000602.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000602.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001030.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001030.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000090.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000090.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000175.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000867.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000867.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000042.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000042.png 707.0493 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000411.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000411.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003406.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003406.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004641.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004641.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003894.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003894.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000046.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000381.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000381.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003360.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003360.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000474.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000474.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000195.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000195.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002182.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002182.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002054.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002054.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003979.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003979.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002444.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002444.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000922.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000922.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000095.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000299.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000299.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000877.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000877.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000161.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000916.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000916.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000405.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000405.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000179.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000179.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000343.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000343.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000979.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000979.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001290.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001290.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000017.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000990.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000990.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000073.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000073.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000348.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000348.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000943.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000943.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000087.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000087.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004788.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004788.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001458.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001458.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000255.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000070.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003391.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003391.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003739.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003739.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001236.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001236.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001565.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001565.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000283.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000062.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000062.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004742.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004742.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000281.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000169.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000416.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000416.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001274.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001274.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000301.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000559.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000559.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000152.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000152.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001082.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001082.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003568.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003568.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000030.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000390.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000390.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000206.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000116.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000116.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000302.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000302.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000023.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000006.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000152.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004323.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004323.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000333.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000333.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000241.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000241.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000440.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000440.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000380.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000380.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000061.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000061.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004485.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004485.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000353.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000353.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001533.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001533.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000033.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000225.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001046.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001046.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000165.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003715.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003715.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000071.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000550.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000550.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000053.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000081.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004572.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004572.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000029.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001594.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001594.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004088.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004088.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000319.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000319.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000078.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002995.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002995.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000215.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000058.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000418.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000418.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000050.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000020.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000127.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000809.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000809.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002307.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002307.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000269.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000234.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000101.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000101.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000144.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000144.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000268.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000268.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000871.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000871.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000449.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000449.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000041.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000041.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001613.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001613.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002311.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002311.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000193.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000193.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000189.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000212.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001291.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001291.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000047.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000239.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000204.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000204.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000284.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001044.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001044.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003496.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003496.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004199.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004199.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000419.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000419.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000119.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004202.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004202.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002405.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002405.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000117.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001021.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001021.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000649.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000649.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001661.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001661.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002663.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002663.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000009.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000165.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000165.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000179.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001257.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001257.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000389.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000389.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004488.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004488.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000006.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000475.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000475.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000077.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000169.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000200.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000106.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000185.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000185.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001538.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001538.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002438.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002438.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000549.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000549.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000185.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000151.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000151.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000262.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001088.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001088.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000756.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000756.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000537.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000537.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000240.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000142.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000142.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000170.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000170.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000923.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000923.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000256.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000256.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001675.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001675.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000047.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000125.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000125.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000309.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000309.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001414.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001414.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004123.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004123.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003614.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003614.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003774.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003774.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000287.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000084.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000774.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000774.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001153.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001153.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000135.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001203.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001203.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000670.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000670.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003577.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003577.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000149.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003878.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003878.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000223.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000223.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004839.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004839.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001020.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001020.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000137.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000137.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000318.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000318.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000296.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000772.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000772.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001937.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001937.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000048.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000048.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004756.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004756.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004090.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004090.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000066.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000381.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000381.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000086.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000457.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000457.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000232.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000026.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000026.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000194.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000314.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000314.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000573.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000573.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002903.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002903.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000783.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000783.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002906.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002906.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001391.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001391.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000404.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000404.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004288.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004288.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000346.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000346.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000016.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000612.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000612.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000106.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000067.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000173.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003900.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003900.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002417.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002417.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001016.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001016.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001439.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001439.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001557.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001557.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000677.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000677.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000151.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000151.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002102.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002102.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002707.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002707.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000225.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000605.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000605.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000056.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001236.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001236.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000899.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000899.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000079.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003789.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003789.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002957.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002957.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000029.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004480.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004480.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000583.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000583.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003665.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003665.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000155.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000808.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000808.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000187.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001054.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001054.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000041.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000041.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000873.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000873.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004957.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004957.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000967.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000967.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001208.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001208.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002602.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002602.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001656.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001656.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000226.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000942.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000942.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000944.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000944.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000008.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003228.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003228.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000675.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000675.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000151.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000315.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000315.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000335.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000335.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000159.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000159.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001441.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001441.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000468.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000468.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000059.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004344.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004344.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001702.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001702.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005010.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005010.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004253.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004253.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000038.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001183.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001183.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000635.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000635.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000111.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002483.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002483.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004195.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004195.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000040.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000138.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000138.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000846.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000846.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000062.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000158.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004478.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004478.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001451.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001451.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001152.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001152.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000096.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004468.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004468.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000294.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002828.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002828.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002349.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002349.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000202.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000202.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000157.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004342.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004342.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000016.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000016.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000217.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000217.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000529.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000529.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000710.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000710.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001374.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001374.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000053.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003031.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003031.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000642.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000642.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003691.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003691.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000186.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000170.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004373.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004373.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000178.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000178.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001150.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001150.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004546.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004546.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000240.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003068.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003068.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001910.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001910.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000802.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000802.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002093.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002093.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000053.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000053.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000368.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000368.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000044.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000280.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000280.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000405.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000405.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000177.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000177.png 718.3351 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000279.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000087.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000262.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002048.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002048.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002399.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002399.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003596.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003596.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000063.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001243.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001243.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000061.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000166.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000166.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002814.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002814.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002882.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002882.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000316.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000316.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003784.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003784.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000177.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000177.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000487.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000487.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000213.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001791.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001791.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000784.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000784.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002666.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002666.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000339.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000339.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000395.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000395.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001036.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001036.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001354.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001354.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002184.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002184.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000151.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003966.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003966.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004780.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004780.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000049.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000049.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000242.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000018.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000018.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002627.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002627.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004730.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004730.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000512.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000512.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005070.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005070.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004625.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004625.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000035.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000035.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000383.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000383.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003189.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003189.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003353.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003353.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003643.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003643.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000131.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004460.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004460.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001708.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001708.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000020.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000291.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004789.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004789.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000656.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000656.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003996.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003996.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000760.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000760.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003822.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003822.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003549.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003549.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000258.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000005.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000490.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000490.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000309.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000309.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000043.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003446.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003446.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000988.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000988.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000154.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000023.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001339.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001339.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002905.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002905.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000399.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000399.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000332.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000332.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002918.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002918.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000657.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000657.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000012.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000012.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000450.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000450.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001467.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001467.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001002.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001002.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000769.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000769.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000136.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003843.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003843.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001439.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001439.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001443.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001443.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000436.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000436.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003890.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003890.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000700.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000700.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003148.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003148.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000511.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000511.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000965.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000965.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002481.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002481.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001947.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001947.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000404.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000404.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000935.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000935.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000085.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001273.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001273.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001198.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001198.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003798.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003798.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000600.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000600.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000164.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000164.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003807.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003807.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000479.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000479.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000103.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000071.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000495.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000495.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000207.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004823.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004823.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001859.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001859.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000736.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000736.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000068.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000068.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000593.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000593.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002725.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002725.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000135.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000135.png 718.3351 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000172.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000392.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000392.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001578.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001578.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000215.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002433.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002433.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000126.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000093.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000199.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000176.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000531.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000531.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000141.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000141.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001492.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001492.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001259.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001259.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004168.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004168.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000047.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000192.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003217.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003217.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000033.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000033.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000066.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001169.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001169.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004807.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004807.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002235.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002235.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000175.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000175.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003940.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003940.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000720.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000720.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000131.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000131.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001004.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001004.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000080.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001421.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001421.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001870.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001870.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000437.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000437.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000884.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000884.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002870.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002870.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000777.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000777.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001980.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001980.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000384.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000384.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000938.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000938.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000686.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000686.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000133.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000133.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001595.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001595.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003388.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003388.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003324.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003324.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004631.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004631.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002510.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002510.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000289.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004020.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004020.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000198.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003764.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003764.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001038.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001038.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000842.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000842.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000836.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000836.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000634.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000634.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004220.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004220.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003256.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003256.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002946.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002946.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000285.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000285.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002339.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002339.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000489.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000489.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000997.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000997.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003153.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003153.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000776.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000776.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002774.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002774.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000245.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000082.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000246.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000246.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002875.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002875.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000080.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000080.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000536.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000536.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000518.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000518.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000595.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000595.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003877.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003877.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001287.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001287.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003601.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003601.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004102.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004102.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002809.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002809.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000228.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000029.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000029.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000185.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000185.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000663.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000663.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000022.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000022.png 707.0493 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000076.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000307.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000307.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000606.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000606.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001660.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001660.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002459.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002459.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000037.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000189.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000645.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000645.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000103.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003055.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003055.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000211.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002942.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002942.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000736.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000736.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000905.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000905.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001371.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001371.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000598.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000598.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000034.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000192.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004185.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004185.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001361.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001361.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000024.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002948.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002948.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000370.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000370.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000591.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000591.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002492.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002492.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000047.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000361.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000361.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001510.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001510.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000476.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000476.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000331.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000331.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001969.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001969.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004242.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004242.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003179.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003179.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000450.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000450.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000978.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000978.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000073.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000073.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000447.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000447.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001390.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001390.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000988.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000988.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004410.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004410.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000051.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002638.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002638.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000077.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000060.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003849.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003849.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001633.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001633.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000723.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000723.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000935.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000935.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002901.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002901.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000283.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001403.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001403.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003655.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003655.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001133.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001133.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000288.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000272.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000088.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001251.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001251.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000332.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000332.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003098.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003098.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004186.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004186.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001939.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001939.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001957.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001957.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004431.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004431.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000566.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000566.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000460.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000460.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003047.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003047.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000114.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004622.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004622.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002205.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002205.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002405.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002405.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000044.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000044.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000483.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000483.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000284.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000284.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000118.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000738.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000738.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000901.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000901.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000906.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000906.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002871.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002871.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002383.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002383.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000725.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000725.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001744.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001744.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001375.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001375.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002554.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002554.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004955.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004955.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003834.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003834.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001141.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001141.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000129.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002768.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002768.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000197.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004551.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004551.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000557.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000557.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000327.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000327.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000207.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002558.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002558.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000344.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000344.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001019.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001019.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000659.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000659.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000145.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002640.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002640.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002083.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002083.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004848.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004848.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000893.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000893.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001088.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001088.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002948.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002948.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001754.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001754.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000213.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000035.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000191.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000335.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000335.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000220.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000220.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001244.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001244.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000444.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000444.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000328.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000328.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000194.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000194.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003866.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003866.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003128.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003128.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000187.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000187.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000748.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000748.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001415.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001415.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000057.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000057.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003120.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003120.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001370.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001370.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000279.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000279.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000291.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004016.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004016.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001449.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001449.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000469.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000469.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001078.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001078.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002088.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002088.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002569.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002569.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000226.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000653.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000653.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000017.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000017.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000660.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000660.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000193.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000362.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000362.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000664.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000664.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000512.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000512.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000094.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004411.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004411.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000126.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002289.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002289.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003626.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003626.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000197.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000197.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000165.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000567.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000567.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000339.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000339.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005077.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005077.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000114.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000041.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003498.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003498.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003676.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003676.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000057.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004484.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004484.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000963.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000963.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000908.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000908.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000401.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000401.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000282.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002389.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002389.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000819.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000819.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002805.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002805.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002671.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002671.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002273.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002273.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001385.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001385.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000610.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000610.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000123.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000123.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001546.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001546.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000836.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000836.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000756.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000756.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000164.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000552.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000552.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000586.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000586.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004425.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004425.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003024.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003024.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000392.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000392.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000061.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000061.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000508.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000508.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000025.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000177.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001057.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001057.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000707.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000707.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000576.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000576.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003983.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003983.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000787.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000787.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000605.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000605.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002989.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002989.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000155.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003474.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003474.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004212.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004212.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000807.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000807.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000195.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000373.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000373.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004785.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004785.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000077.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000163.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000696.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000696.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001028.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001028.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000120.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000932.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000932.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001115.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001115.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004008.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004008.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000432.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000432.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004483.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004483.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003945.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003945.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000536.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000536.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000711.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000711.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002059.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002059.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004352.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004352.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004945.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004945.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000084.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000084.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000398.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000398.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002191.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002191.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000255.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000387.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000387.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003997.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003997.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000718.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000718.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001806.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001806.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001836.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001836.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000928.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000928.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000239.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000270.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000098.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000209.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000588.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000588.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001376.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001376.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001267.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001267.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000007.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000007.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001543.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001543.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001353.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001353.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001718.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001718.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000207.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003343.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003343.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000804.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000804.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000405.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000405.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001876.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001876.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003931.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003931.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000088.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000088.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001860.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001860.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000022.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000047.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000239.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000430.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000430.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000158.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000158.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000614.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000614.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000611.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000611.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000063.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003570.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003570.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001422.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001422.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000053.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001867.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001867.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000393.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000393.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000365.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000365.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001090.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001090.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000141.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000275.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000275.png 718.3351 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000246.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003747.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003747.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000069.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000571.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000571.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000460.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000460.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000209.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001175.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001175.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003251.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003251.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000409.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000409.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000297.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000297.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000260.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000260.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003286.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003286.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000145.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000145.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000037.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000037.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000647.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000647.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000037.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001013.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001013.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000013.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003832.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003832.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000707.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000707.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000355.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000355.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000491.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000491.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004939.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004939.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001851.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001851.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001035.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001035.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002048.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002048.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004744.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004744.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000676.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000676.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004050.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004050.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003995.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003995.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000235.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000536.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000536.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000514.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000514.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001208.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001208.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002821.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002821.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000192.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002566.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002566.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001581.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001581.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002695.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002695.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002235.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002235.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001091.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001091.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003578.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003578.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002569.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002569.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000538.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000538.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000312.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000312.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000098.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000098.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000024.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000024.png 718.3351 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000039.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001832.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001832.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001277.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001277.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000628.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000628.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001453.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001453.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000032.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001242.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001242.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000117.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000117.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001974.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001974.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004325.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004325.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002044.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002044.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004290.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004290.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000312.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000312.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000201.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000087.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000087.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000977.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000977.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000110.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000216.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000149.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003710.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003710.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002809.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002809.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000051.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002650.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002650.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004213.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004213.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000131.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001480.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001480.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000058.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000147.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000147.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001996.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001996.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004638.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004638.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003221.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003221.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003965.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003965.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001975.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001975.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000552.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000552.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003499.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003499.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001468.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001468.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000553.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000553.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000041.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000041.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002760.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002760.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000693.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000693.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000265.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002504.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002504.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000898.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000898.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004184.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004184.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000201.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000201.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000588.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000588.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000785.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000785.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002860.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002860.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000287.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000287.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000069.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000366.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000366.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004135.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004135.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000027.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000251.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000251.png 718.3351 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000158.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000399.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000399.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001111.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001111.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000151.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000218.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000219.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000333.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000333.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000085.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000261.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000054.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000054.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002792.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002792.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000141.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001994.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001994.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004541.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004541.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000327.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000327.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001343.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001343.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000349.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000349.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000188.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000188.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000006.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000512.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000512.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003129.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003129.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000798.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000798.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000301.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000301.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001172.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001172.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003948.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003948.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000442.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000442.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000309.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000309.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000118.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000864.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000864.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000073.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000073.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001778.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001778.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000790.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000790.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000915.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000915.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000743.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000743.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004701.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004701.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000286.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000767.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000767.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000792.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000792.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000864.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000864.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000227.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001082.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001082.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000172.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001486.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001486.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000338.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000338.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000209.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000287.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000249.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000280.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000280.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003322.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003322.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000058.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000058.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000812.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000812.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000590.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000590.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001216.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001216.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000061.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002567.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002567.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000188.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000188.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000039.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000039.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000027.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000027.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000471.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000471.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003167.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003167.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001014.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001014.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000283.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000283.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003416.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003416.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001254.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001254.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000205.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000771.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000771.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001823.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001823.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001426.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001426.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000928.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000928.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003255.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003255.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000358.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000358.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000070.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000430.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000430.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003847.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003847.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002224.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002224.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004384.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004384.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000986.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000986.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000191.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000191.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001136.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001136.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002112.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002112.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000592.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000592.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000012.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000012.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001521.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001521.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004040.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004040.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001339.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001339.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002413.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002413.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000705.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000705.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002338.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002338.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000479.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000479.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004958.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004958.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002318.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002318.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000364.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000364.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000237.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004221.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004221.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003756.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003756.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000035.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001978.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001978.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000337.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000337.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000820.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000820.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001087.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001087.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000690.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000690.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003338.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003338.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000028.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002556.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002556.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000064.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000061.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000196.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000196.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000340.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000340.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001475.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001475.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000513.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000513.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001596.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001596.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000681.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000681.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000296.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000296.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004001.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004001.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004081.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004081.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002704.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002704.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000284.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000987.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000987.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000377.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000377.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000084.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000030.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004211.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004211.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003175.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003175.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000522.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000522.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000923.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000923.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000038.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000505.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000505.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000211.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000331.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000331.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000007.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000462.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000462.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000089.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000218.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000759.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000759.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000136.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002326.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002326.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000184.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000085.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003767.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003767.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001784.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001784.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000415.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000415.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001035.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001035.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003102.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003102.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002607.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002607.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001135.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001135.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002859.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002859.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000161.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000155.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000882.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000882.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003824.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003824.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002409.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002409.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000166.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000433.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000433.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003279.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003279.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004588.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004588.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002028.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002028.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001012.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001012.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000037.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001204.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001204.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000615.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000615.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000655.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000655.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001776.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001776.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000253.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003770.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003770.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000060.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003019.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003019.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004159.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004159.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000240.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000046.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003538.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003538.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000033.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001391.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001391.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000681.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000681.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002541.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002541.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001014.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001014.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001553.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001553.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004208.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004208.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003291.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003291.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002035.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002035.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002424.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002424.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000298.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002585.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002585.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000609.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000609.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000269.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000100.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000445.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000445.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000204.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000539.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000539.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003854.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003854.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000257.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003470.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003470.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001818.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001818.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000285.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000285.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000242.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000242.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001690.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001690.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000297.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000297.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000081.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000011.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000048.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000086.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000086.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003412.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003412.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005034.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005034.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000081.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000279.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000532.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000532.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000842.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000842.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003013.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003013.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000591.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000591.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000257.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000333.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000333.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003535.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003535.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001479.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001479.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001807.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001807.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002834.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002834.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003206.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003206.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000049.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000839.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000839.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001234.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001234.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000214.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000303.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000133.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000133.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003896.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003896.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000162.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000162.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001127.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001127.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001383.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001383.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001617.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001617.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000034.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000481.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000481.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003135.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003135.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000382.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000382.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002739.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002739.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001205.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001205.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000037.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000264.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000064.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000086.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001380.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001380.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000762.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000762.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004358.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004358.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001383.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001383.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003340.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003340.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000400.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000400.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000714.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000714.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004095.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004095.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000227.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002008.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002008.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004709.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004709.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000443.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000443.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000038.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000149.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000178.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000143.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004249.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004249.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000156.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002395.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002395.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000006.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000006.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001537.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001537.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000107.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000448.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000448.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000053.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000244.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000115.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000508.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000508.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000212.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000032.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002163.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002163.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002042.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002042.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000240.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000240.png 718.3351 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000310.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000310.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003035.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003035.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004401.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004401.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003478.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003478.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000117.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000265.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000265.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000123.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004753.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004753.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000247.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001094.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001094.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000298.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000563.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000563.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000203.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000203.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000214.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000049.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000049.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003525.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003525.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001322.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001322.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000732.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000732.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000094.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000094.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000855.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000855.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000655.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000655.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000049.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000049.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002923.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002923.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000473.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000473.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000034.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002089.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002089.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005116.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005116.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000191.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000191.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000030.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000030.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001120.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001120.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000144.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002080.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002080.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000237.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000728.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000728.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000060.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000060.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002223.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002223.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001887.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001887.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004537.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004537.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001521.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001521.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002660.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002660.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000454.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000454.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003212.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003212.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000245.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000978.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000978.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000205.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004007.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004007.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000704.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000704.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000014.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003194.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003194.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000067.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000420.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000420.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000416.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000416.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003173.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003173.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000325.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000325.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002663.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002663.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000903.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000903.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000328.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000328.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000103.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000010.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002637.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002637.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000031.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000144.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000144.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004255.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004255.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001330.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001330.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000244.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001350.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001350.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001477.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001477.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001640.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001640.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000326.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000326.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002770.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002770.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000217.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003985.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003985.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000837.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000837.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003933.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003933.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000333.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000333.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000508.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000508.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000192.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000192.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000494.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000494.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005062.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005062.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000253.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000253.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000920.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000920.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003752.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003752.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002422.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002422.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000163.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000058.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001718.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001718.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000203.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001064.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001064.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000359.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000359.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000743.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000743.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001563.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001563.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000278.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001532.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001532.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000311.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000311.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000612.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000612.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000369.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000369.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000531.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000531.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004362.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004362.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002633.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002633.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000585.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000585.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000515.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000515.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001783.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001783.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003018.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003018.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003891.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003891.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000193.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000142.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000448.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000448.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000238.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000033.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002347.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002347.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003626.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003626.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000339.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000339.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000960.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000960.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000523.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000523.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000072.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001573.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001573.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005102.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005102.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002028.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002028.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001048.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001048.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000386.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000386.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004486.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004486.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000104.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000104.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001881.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001881.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004228.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004228.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001018.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001018.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001089.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001089.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003729.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003729.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001191.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001191.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003386.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003386.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000351.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000351.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000188.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000954.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000954.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000092.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004710.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004710.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000072.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000072.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000690.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000690.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000487.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000487.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001130.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001130.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000116.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000116.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000198.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000198.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004829.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004829.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000624.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000624.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000550.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000550.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001294.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001294.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000342.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000342.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000821.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000821.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003195.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003195.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001449.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001449.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000396.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000396.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000114.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000114.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000700.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000700.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000083.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000628.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000628.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000070.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002722.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002722.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000125.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000093.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003917.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003917.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000218.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000218.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000357.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000357.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000314.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000314.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000638.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000638.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000183.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000035.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000035.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000088.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000088.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001705.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001705.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002214.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002214.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001208.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001208.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000193.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000773.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000773.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000380.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000380.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000131.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000238.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004247.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004247.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000024.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000048.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001927.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001927.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002995.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002995.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000347.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000347.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003765.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003765.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000227.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000534.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000534.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004270.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004270.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002634.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002634.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000212.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000068.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000068.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001732.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001732.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002213.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002213.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001387.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001387.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000132.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003413.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003413.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001484.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001484.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000826.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000826.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001033.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001033.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000122.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000122.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003529.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003529.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000084.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000050.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003393.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003393.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000848.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000848.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001049.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001049.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000055.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002662.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002662.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004441.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004441.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000608.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000608.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001084.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001084.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000305.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001092.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001092.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001489.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001489.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000130.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000064.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000064.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004533.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004533.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003234.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003234.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000114.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001471.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001471.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000888.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000888.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000661.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000661.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000376.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000376.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004723.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004723.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000062.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000469.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000469.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000607.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000607.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000572.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000572.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000116.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002021.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002021.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000391.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000391.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000038.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000828.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000828.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000688.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000688.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000180.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000180.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000132.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004892.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004892.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000870.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000870.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003434.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003434.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001442.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001442.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000053.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001786.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001786.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000255.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003421.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003421.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000079.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000171.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001889.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001889.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000321.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000321.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003341.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003341.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000661.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000661.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000873.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000873.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001425.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001425.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001759.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001759.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000440.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000440.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000005.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000295.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000327.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000327.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002203.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002203.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000171.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000171.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000969.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000969.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001099.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001099.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000259.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004514.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004514.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002092.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002092.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000471.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000471.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005024.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005024.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000274.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000366.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000366.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000236.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001622.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001622.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000343.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000343.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000751.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000751.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003136.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003136.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000666.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000666.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000103.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000103.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000982.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000982.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003891.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003891.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000006.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000006.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000189.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002394.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002394.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000026.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000026.png 707.0493 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000156.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003699.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003699.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000537.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000537.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000022.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003852.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003852.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000384.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000384.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000601.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000601.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000237.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000711.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000711.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001023.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001023.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000245.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000245.png 718.3351 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000069.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001116.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001116.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000104.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001303.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001303.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000043.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000171.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003004.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003004.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000252.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000252.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000272.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000772.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000772.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000062.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004757.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004757.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004012.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004012.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000070.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002661.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002661.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000367.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000367.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003325.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003325.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000063.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002685.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002685.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000811.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000811.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002650.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002650.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000116.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000116.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000176.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000176.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000558.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000558.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000386.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000386.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000239.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000239.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000828.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000828.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002696.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002696.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000060.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000060.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000544.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000544.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005051.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005051.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000365.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000365.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000124.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000250.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000349.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000349.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000093.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004297.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004297.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003341.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003341.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000312.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000312.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004116.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004116.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000078.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000078.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000385.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000385.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000092.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002802.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002802.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000390.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000390.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001053.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001053.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000244.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000161.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000328.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000328.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001077.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001077.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000133.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000133.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000188.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000198.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000198.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000282.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000052.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004413.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004413.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000129.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001132.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001132.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000508.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000508.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000158.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003913.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003913.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003162.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003162.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001041.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001041.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000042.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000293.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000168.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000271.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001425.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001425.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001465.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001465.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003866.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003866.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000064.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000064.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000115.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004617.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004617.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003217.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003217.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004096.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004096.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003712.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003712.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000120.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000022.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000022.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000604.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000604.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003098.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003098.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003038.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003038.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003434.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003434.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002309.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002309.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000177.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003006.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003006.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001194.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001194.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000175.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000200.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000200.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000975.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000975.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000877.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000877.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000271.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000271.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000030.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000506.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000506.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002014.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002014.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002526.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002526.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001359.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001359.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000022.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000022.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000014.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000085.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004967.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004967.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000093.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000093.png 718.3351 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000049.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001451.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001451.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000306.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001842.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001842.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000926.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000926.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003946.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003946.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000114.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000066.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000450.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000450.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000185.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003231.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003231.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001441.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001441.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001692.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001692.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004909.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004909.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002172.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002172.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000470.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000470.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000284.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001160.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001160.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003246.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003246.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000940.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000940.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000101.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003420.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003420.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000012.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001327.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001327.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000294.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000027.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004563.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004563.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000192.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003096.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003096.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000378.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000378.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004029.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004029.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002783.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002783.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004800.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004800.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000581.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000581.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000972.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000972.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003882.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003882.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000498.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000498.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000043.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000374.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000374.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000457.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000457.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000256.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000005.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000181.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000181.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000245.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000781.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000781.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000503.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000503.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000077.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000077.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000659.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000659.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000338.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000338.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000009.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000062.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000638.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000638.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003686.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003686.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000099.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000027.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000829.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000829.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000206.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001302.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001302.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000485.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000485.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000124.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000124.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000277.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000102.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000216.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000216.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000006.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002552.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002552.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000539.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000539.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000600.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000600.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000197.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000197.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000412.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000412.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000534.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000534.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000225.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000454.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000454.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002247.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002247.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000049.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000049.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001038.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001038.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000319.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000319.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002135.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002135.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000160.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000160.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001015.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001015.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000317.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000317.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002105.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002105.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000035.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000221.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000221.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000096.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000096.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002103.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002103.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004353.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004353.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000035.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000235.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000341.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000341.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002794.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002794.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000012.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004916.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004916.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000459.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000459.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004714.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004714.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002469.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002469.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000005.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000585.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000585.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000518.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000518.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001175.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001175.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000618.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000618.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000210.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003910.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003910.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000154.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004984.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004984.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002526.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002526.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000985.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000985.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003283.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003283.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000963.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000963.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001435.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001435.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003905.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003905.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000437.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000437.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000691.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000691.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002316.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002316.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002625.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002625.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000208.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000088.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000607.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000607.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000133.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000161.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000161.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000343.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000343.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000647.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000647.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000393.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000393.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000493.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000493.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000077.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000077.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003622.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003622.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004919.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004919.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000134.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000134.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002142.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002142.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003219.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003219.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002580.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002580.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001849.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001849.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000176.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000096.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000384.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000384.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001432.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001432.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000693.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000693.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000173.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002301.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002301.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000045.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000636.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000636.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003201.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003201.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000634.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000634.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003644.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003644.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000526.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000526.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004654.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004654.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000405.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000405.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000609.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000609.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002713.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002713.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000020.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000020.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000133.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002083.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002083.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003130.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003130.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002913.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002913.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004094.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004094.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000127.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000127.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000696.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000696.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000048.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000021.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000129.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000526.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000526.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003920.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003920.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000394.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000394.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000304.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000304.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000966.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000966.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000263.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000263.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002606.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002606.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000151.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000223.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000642.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000642.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000088.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000081.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002223.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002223.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000135.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000022.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001619.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001619.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000241.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000241.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001127.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001127.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002353.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002353.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000036.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002378.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002378.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002313.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002313.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000102.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000102.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004310.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004310.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000212.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000212.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000682.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000682.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002992.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002992.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003755.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003755.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000106.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000048.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003105.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003105.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000042.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000591.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000591.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004032.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004032.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000288.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000725.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000725.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000014.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003684.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003684.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000066.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003452.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003452.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001029.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001029.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000565.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000565.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000034.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002035.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002035.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000305.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000671.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000671.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000155.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000155.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000074.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000074.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000152.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000152.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000564.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000564.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000488.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000488.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000643.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000643.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000165.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000083.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000083.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000117.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000117.png 718.3351 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000185.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004305.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004305.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001691.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001691.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003295.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003295.png 718.856 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000038.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003193.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003193.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000744.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000744.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001287.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001287.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000417.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000417.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001191.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001191.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000238.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000238.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003726.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003726.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000284.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000329.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000329.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004210.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004210.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003015.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003015.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000609.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000609.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002041.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002041.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000386.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000386.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001979.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001979.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000475.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000475.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000251.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000257.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000693.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000693.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000156.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000284.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000144.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000091.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004443.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004443.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003550.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003550.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000051.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000051.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000731.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000731.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000229.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000453.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000453.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003873.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003873.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000090.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000189.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000189.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000196.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001007.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001007.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000060.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000266.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000390.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000390.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001457.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001457.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000416.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000416.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000499.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000499.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003342.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003342.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000010.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000010.png 707.0493 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000462.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000462.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003349.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003349.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000639.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000639.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000273.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000645.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000645.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002197.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002197.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000312.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000312.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002167.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002167.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000096.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002735.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002735.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001511.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001511.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000370.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000370.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001847.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001847.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000252.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001123.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001123.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000103.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000464.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000464.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000194.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001031.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001031.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000293.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000326.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000326.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001040.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001040.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000345.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000345.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003027.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003027.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000346.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000346.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004897.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004897.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000151.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000151.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000645.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000645.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000213.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004272.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004272.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000359.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000359.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000231.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000231.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000168.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000125.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000125.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000771.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000771.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001919.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001919.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004510.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004510.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000293.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003481.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003481.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000192.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000306.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000089.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002693.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002693.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000080.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000336.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000336.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000136.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000136.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000312.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000312.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004556.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004556.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000102.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000102.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000861.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000861.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002251.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002251.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003999.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003999.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000269.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000269.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000606.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000606.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000222.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000222.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000387.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000387.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001051.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001051.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000324.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000324.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004062.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004062.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000129.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000129.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000012.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000012.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003688.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003688.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004127.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004127.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004571.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004571.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003645.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003645.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000825.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000825.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002367.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002367.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000362.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000362.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000052.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000633.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000633.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000349.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000349.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000317.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000317.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000039.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002894.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002894.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000332.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000332.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002550.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002550.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000108.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004278.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004278.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000217.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000470.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000470.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004300.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004300.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000126.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000675.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000675.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000246.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000016.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000922.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000922.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003455.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003455.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000060.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000235.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000071.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000806.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000806.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001068.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001068.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004853.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004853.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002990.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002990.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000054.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000441.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000441.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000116.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000780.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000780.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000175.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000175.png 718.3351 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000055.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002791.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002791.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000008.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000072.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001397.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001397.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002127.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002127.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001406.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001406.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001299.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001299.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000493.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000493.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001316.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001316.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000219.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002190.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002190.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000366.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000366.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000019.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000153.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000208.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000116.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003397.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003397.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001007.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001007.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001497.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001497.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000007.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003976.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003976.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000210.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000028.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001355.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001355.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004639.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004639.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001234.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001234.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003064.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003064.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000374.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000374.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000810.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000810.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000054.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000427.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000427.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003785.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003785.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001411.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001411.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000290.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000324.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001105.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001105.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000658.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000658.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000047.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000143.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000071.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003592.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003592.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000039.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000013.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000013.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000038.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000038.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000239.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000239.png 718.3351 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000051.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000051.png 707.0493 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000076.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000076.png 718.3351 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000251.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001931.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001931.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000109.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000109.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000022.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000117.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000117.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002261.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002261.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000339.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000339.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004150.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004150.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001422.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001422.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000814.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000814.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000611.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000611.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000453.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000453.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004899.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004899.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000392.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000392.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000519.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000519.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000665.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000665.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000450.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000450.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000237.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000237.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000114.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003072.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003072.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000127.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000672.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000672.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003584.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003584.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001307.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001307.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000292.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002821.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002821.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003564.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003564.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001280.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001280.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000212.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000212.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000247.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000224.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000094.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000280.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000204.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002779.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002779.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000167.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000897.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000897.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000193.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000200.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001026.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001026.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004886.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004886.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001219.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001219.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003796.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003796.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003368.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003368.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001196.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001196.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001434.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001434.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000231.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002919.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002919.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000244.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003017.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003017.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000596.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000596.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002386.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002386.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001716.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001716.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000360.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000360.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000166.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000166.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001341.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001341.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000022.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000284.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000284.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000029.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000029.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000094.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000965.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000965.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000159.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000043.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000026.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000026.png 718.3351 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000075.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000351.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000351.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002079.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002079.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000133.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000655.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000655.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000213.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001362.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001362.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000301.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001313.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001313.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002497.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002497.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002610.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002610.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002400.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002400.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002472.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002472.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004147.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004147.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001132.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001132.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005058.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005058.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000475.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000475.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000040.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000006.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003075.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003075.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000243.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003639.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003639.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000567.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000567.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000071.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002969.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002969.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003234.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003234.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000462.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000462.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000163.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000163.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000889.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000889.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000426.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000426.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000363.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000363.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000279.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000279.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000710.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000710.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000675.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000675.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002276.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002276.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000055.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000055.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000028.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000028.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000087.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000612.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000612.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000383.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000383.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000482.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000482.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005142.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005142.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001182.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001182.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000156.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000156.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000010.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000010.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000267.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000267.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000054.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004680.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004680.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000077.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000533.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000533.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000471.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000471.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000550.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000550.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000623.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000623.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000572.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000572.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003708.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003708.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001113.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001113.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003503.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003503.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000528.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000528.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003435.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003435.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005094.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005094.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000494.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000494.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002752.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002752.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000490.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000490.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001505.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001505.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003445.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003445.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003025.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003025.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000061.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000068.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000759.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000759.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000227.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001677.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001677.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000867.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000867.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000048.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000048.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002416.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002416.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000315.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000315.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001654.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001654.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000129.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000824.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000824.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000974.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000974.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004544.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004544.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000119.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000119.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002291.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002291.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000986.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000986.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000810.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000810.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000148.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000599.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000599.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001067.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001067.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001204.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001204.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001085.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001085.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000132.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000132.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002531.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002531.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000062.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000062.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000130.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002865.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002865.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000699.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000699.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003923.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003923.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000443.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000443.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000951.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000951.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004499.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004499.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002568.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002568.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000034.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000115.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000224.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000910.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000910.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002266.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002266.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004619.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004619.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000980.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000980.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000257.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000631.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000631.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000235.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000123.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004605.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004605.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004275.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004275.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000674.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000674.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002137.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002137.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000539.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000539.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004690.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004690.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000617.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000617.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000704.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000704.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005103.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005103.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001941.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001941.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002249.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002249.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004497.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004497.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001882.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001882.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004317.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004317.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000240.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004248.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004248.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000641.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000641.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000012.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000991.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000991.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000898.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000898.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000752.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000752.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003449.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003449.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000503.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000503.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002391.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002391.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000154.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000325.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000325.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002245.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002245.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000832.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000832.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000862.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000862.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000732.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000732.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000248.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000261.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000261.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000095.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002945.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002945.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001740.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001740.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001340.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001340.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000675.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000675.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001504.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001504.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003745.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003745.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000043.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000043.png 707.0493 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001492.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001492.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000012.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002390.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002390.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000091.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000102.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002549.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002549.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000891.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000891.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000782.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000782.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003641.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003641.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000116.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002748.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002748.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000288.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000885.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000885.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000072.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004970.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004970.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001094.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001094.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000325.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000325.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000034.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003064.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003064.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004843.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004843.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000625.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000625.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000267.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002628.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002628.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000381.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000381.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002586.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002586.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000534.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000534.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001428.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001428.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003460.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003460.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000060.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000971.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000971.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000272.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000042.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000042.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000165.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004054.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004054.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000657.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000657.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000256.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000041.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005144.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005144.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000191.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000157.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000385.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000385.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000970.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000970.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001059.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001059.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000183.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000183.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000755.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000755.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000498.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000498.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000052.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002442.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002442.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004679.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004679.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000034.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000034.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000028.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000115.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000135.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000143.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001282.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001282.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000637.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000637.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000289.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000289.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000718.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000718.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000560.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000560.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002952.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002952.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000316.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000316.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000566.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000566.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004796.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004796.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000389.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000389.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000179.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000017.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003538.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003538.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001233.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001233.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001048.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001048.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003387.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003387.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000045.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000045.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000230.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003962.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003962.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000310.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000310.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004589.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004589.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002007.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002007.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000040.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000328.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000328.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002122.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002122.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002562.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002562.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000358.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000358.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000685.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000685.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000036.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000572.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000572.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000019.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000010.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005126.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005126.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000134.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001022.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001022.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004834.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004834.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001151.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001151.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000161.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000161.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001170.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001170.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001176.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001176.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000740.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000740.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004463.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004463.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000907.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000907.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000662.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000662.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001318.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001318.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002150.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002150.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001560.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001560.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001194.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001194.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003734.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003734.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000637.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000637.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001154.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001154.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001047.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001047.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003115.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003115.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000342.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000342.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000189.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000189.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000764.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000764.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000196.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000196.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000226.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002880.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002880.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002999.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002999.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001788.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001788.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000204.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000313.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000313.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000086.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000299.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000037.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000005.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005090.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005090.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003455.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003455.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001122.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001122.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003200.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003200.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000695.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000695.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000337.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000337.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003973.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003973.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000983.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000983.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000110.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000076.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000833.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000833.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002340.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002340.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004067.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004067.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003347.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003347.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004195.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004195.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000427.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000427.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000164.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000485.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000485.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000265.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004182.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004182.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000646.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000646.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001074.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001074.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000093.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000538.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000538.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000031.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000031.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000071.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001172.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001172.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000044.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000810.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000810.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003784.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003784.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003425.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003425.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000080.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000375.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000375.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000422.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000422.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001649.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001649.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004559.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004559.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000233.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004623.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004623.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000151.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000239.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000239.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001096.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001096.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000007.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000038.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000547.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000547.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004009.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004009.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003181.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003181.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000224.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000224.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001389.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001389.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000770.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000770.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000819.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000819.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000349.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000349.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000097.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002334.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002334.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001101.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001101.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000135.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000377.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000377.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001045.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001045.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000192.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000141.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002419.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002419.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002094.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002094.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000347.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000347.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000305.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000305.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000603.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000603.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000310.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000310.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000099.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000063.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000949.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000949.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001982.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001982.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000313.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000313.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001611.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001611.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002099.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002099.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001918.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001918.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004305.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004305.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000009.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000009.png 707.0493 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000364.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000364.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002282.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002282.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000262.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000320.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000320.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000269.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000269.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000677.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000677.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000114.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002333.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002333.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000073.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000073.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000112.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000112.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000383.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000383.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001393.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001393.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000190.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000583.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000583.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000241.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001712.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001712.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001202.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001202.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001013.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001013.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000473.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000473.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001244.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001244.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000046.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001292.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001292.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001571.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001571.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001971.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001971.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002475.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002475.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001079.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001079.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000546.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000546.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000079.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000079.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000692.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000692.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001684.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001684.png 718.856 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000062.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000397.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000397.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002514.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002514.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000289.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002521.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002521.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000991.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000991.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000138.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000115.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000527.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000527.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004488.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004488.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000425.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000425.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002462.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002462.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000235.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000357.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000357.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000184.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000178.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003448.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003448.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000031.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001030.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001030.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000638.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000638.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000548.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000548.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000472.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000472.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003408.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003408.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000045.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000045.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000099.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000099.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000688.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000688.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000450.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000450.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000084.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000084.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000241.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000241.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001621.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001621.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000351.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000351.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000082.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000082.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001554.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001554.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001083.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001083.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004055.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004055.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002231.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002231.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000332.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000332.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000713.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000713.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000539.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000539.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003509.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003509.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000330.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000330.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003395.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003395.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000132.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000745.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000745.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002523.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002523.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000046.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000709.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000709.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000341.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000341.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005156.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005156.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000136.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000893.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000893.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000378.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000378.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003804.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003804.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003670.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003670.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000075.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000468.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000468.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004405.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004405.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000281.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000281.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004164.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004164.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000645.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000645.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003526.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003526.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000219.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000590.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000590.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003368.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003368.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003588.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003588.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000198.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003590.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003590.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000289.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000289.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000453.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000453.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000902.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000902.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001226.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001226.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000050.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000653.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000653.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001373.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001373.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000153.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000073.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000089.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000290.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000694.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000694.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000225.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000225.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000582.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000582.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000029.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003147.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003147.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005013.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005013.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003350.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003350.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003702.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003702.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000288.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003339.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003339.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003253.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003253.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000024.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003716.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003716.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000282.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000337.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000337.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000525.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000525.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000182.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000182.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000646.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000646.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000739.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000739.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004745.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004745.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004940.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004940.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001279.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001279.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000125.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000125.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004496.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004496.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000311.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000311.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001858.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001858.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002880.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002880.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001209.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001209.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000369.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000369.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000220.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000220.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001019.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001019.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002614.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002614.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000006.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000202.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000202.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001269.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001269.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003925.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003925.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000065.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000065.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000211.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000046.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000138.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000305.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000040.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004058.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004058.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000359.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000359.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002319.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002319.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000389.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000389.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000087.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000878.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000878.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000904.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000904.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001017.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001017.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003864.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003864.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000260.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002624.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002624.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003074.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003074.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000202.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002027.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002027.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004330.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004330.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000566.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000566.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000063.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003333.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003333.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000020.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001501.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001501.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003283.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003283.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005149.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005149.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005036.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005036.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000217.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000217.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000079.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000079.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000761.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000761.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000019.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000201.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000065.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001123.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001123.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000411.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000411.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000326.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000326.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000138.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003572.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003572.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000363.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000363.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000227.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000370.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000370.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000307.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000307.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000094.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000094.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000234.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003093.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003093.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000976.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000976.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000568.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000568.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000362.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000362.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000784.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000784.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000181.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002511.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002511.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000177.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000177.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004134.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004134.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000412.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000412.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001253.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001253.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000294.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000294.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002959.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002959.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000473.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000473.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001029.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001029.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000270.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000270.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001175.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001175.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001367.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001367.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000310.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000310.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000189.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000832.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000832.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000626.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000626.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000112.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003947.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003947.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001594.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001594.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002637.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002637.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000799.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000799.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000145.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000034.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000236.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000236.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003016.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003016.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002130.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002130.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004154.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004154.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000939.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000939.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000014.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000014.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002648.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002648.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000852.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000852.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000760.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000760.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000240.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004584.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004584.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001407.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001407.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001951.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001951.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004400.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004400.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000498.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000498.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000039.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000334.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000334.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000390.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000390.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001568.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001568.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001433.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001433.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004072.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004072.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000181.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000181.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004873.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004873.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005016.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005016.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000327.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000327.png 718.3351 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000062.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003908.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003908.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000288.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000288.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000150.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000147.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000147.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001386.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001386.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004523.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004523.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000074.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003383.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003383.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000039.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000039.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000551.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000551.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003707.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003707.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000694.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000694.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000293.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000293.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002683.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002683.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000119.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001570.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001570.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000258.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000345.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000345.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000123.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000197.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000197.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000018.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000018.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000164.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001093.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001093.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003836.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003836.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000501.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000501.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004069.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004069.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000874.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000874.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001066.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001066.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000160.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002804.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002804.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000131.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000131.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000203.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000203.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000205.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000128.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000128.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002753.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002753.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000129.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000164.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001292.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001292.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000596.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000596.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001146.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001146.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000063.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001548.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001548.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000516.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000516.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000759.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000759.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003978.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003978.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000539.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000539.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000227.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000263.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000302.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000193.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000193.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002928.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002928.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000298.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000374.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000374.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001395.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001395.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003884.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003884.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000335.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000335.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001699.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001699.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000362.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000362.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004918.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004918.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000063.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000171.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000536.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000536.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000665.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000665.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003597.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003597.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000583.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000583.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002708.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002708.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000310.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000310.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003583.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003583.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001102.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001102.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000183.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003476.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003476.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003263.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003263.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000796.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000796.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002141.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002141.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000785.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000785.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000584.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000584.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000179.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001112.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001112.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000772.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000772.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001685.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001685.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000249.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004150.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004150.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000833.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000833.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000489.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000489.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001753.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001753.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000249.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000646.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000646.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000369.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000369.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001670.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001670.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000763.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000763.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001902.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001902.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000837.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000837.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000482.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000482.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000367.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000367.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004762.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004762.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000093.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000575.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000575.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000870.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000870.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000366.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000366.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002800.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002800.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000185.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000185.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001721.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001721.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000376.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000376.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000159.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000656.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000656.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000069.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000267.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000166.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000166.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000342.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000342.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003865.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003865.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000389.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000389.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001464.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001464.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001833.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001833.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003560.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003560.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000046.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000046.png 707.0493 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000207.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000207.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000073.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004555.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004555.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000511.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000511.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000358.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000358.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000187.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001101.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001101.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002498.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002498.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003450.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003450.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000450.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000450.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000188.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000490.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000490.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000857.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000857.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002354.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002354.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000385.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000385.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000072.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002720.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002720.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003399.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003399.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000102.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000102.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004172.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004172.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002689.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002689.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001260.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001260.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003462.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003462.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000247.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000247.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000292.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000622.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000622.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000008.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000259.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000259.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002534.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002534.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000555.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000555.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000527.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000527.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004666.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004666.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000648.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000648.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000873.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000873.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004379.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004379.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000613.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000613.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000403.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000403.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000507.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000507.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000562.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000562.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004047.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004047.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000124.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000124.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000085.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000085.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004965.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004965.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000691.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000691.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003721.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003721.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003052.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003052.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002712.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002712.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000327.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000327.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004515.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004515.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000062.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001327.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001327.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003544.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003544.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001210.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001210.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000143.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000143.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000166.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002807.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002807.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001833.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001833.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000690.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000690.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002335.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002335.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005119.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005119.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000008.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000608.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000608.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004221.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004221.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001946.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001946.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002210.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002210.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003267.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003267.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000072.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000462.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000462.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001160.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001160.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001125.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001125.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001097.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001097.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000182.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000012.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002908.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002908.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001153.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001153.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000212.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000773.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000773.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000272.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000168.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001178.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001178.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000693.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000693.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000790.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000790.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000058.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000058.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000072.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000072.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000200.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000517.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000517.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003988.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003988.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000976.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000976.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004012.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004012.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002680.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002680.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002150.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002150.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000644.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000644.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002647.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002647.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000153.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000153.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000468.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000468.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004601.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004601.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000275.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003898.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003898.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000075.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003618.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003618.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001084.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001084.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000864.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000864.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002360.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002360.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004695.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004695.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004471.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004471.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000142.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001031.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001031.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000264.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000264.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003183.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003183.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000393.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000393.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001736.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001736.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000227.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002025.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002025.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000021.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000107.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002803.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002803.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002598.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002598.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001394.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001394.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000171.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000359.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000359.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000472.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000472.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000063.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000063.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002582.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002582.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004603.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004603.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000074.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000074.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000805.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000805.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001328.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001328.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002931.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002931.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005081.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005081.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001048.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001048.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002728.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002728.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001309.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001309.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000263.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000126.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000126.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000692.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000692.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001443.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001443.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000921.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000921.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001017.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001017.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000105.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000105.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001440.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001440.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004996.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004996.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000068.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004841.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004841.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000167.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003315.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003315.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001988.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001988.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003705.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003705.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000881.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000881.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000891.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000891.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000110.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000431.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000431.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000657.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000657.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000210.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000982.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000982.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000184.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000336.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000336.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000154.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000468.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000468.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000126.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002783.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002783.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000564.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000564.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000082.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000197.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000157.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000414.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000414.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000098.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000282.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000255.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000655.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000655.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000516.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000516.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002726.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002726.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000017.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000017.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000155.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001882.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001882.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000100.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000032.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000032.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000170.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001271.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001271.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003460.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003460.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001854.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001854.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002421.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002421.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000209.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002555.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002555.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000085.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000197.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000197.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000390.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000390.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000773.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000773.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003469.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003469.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001491.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001491.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001742.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001742.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000824.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000824.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001190.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001190.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000069.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001049.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001049.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000282.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004644.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004644.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000007.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000392.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000392.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000587.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000587.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000252.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000054.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000054.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000035.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000035.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001888.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001888.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004521.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004521.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000028.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003285.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003285.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000012.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000013.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000188.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000188.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002225.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002225.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000373.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000373.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000053.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000053.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001363.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001363.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001369.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001369.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000190.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004508.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004508.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002851.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002851.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000654.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000654.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003494.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003494.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002470.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002470.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000829.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000829.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000023.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000299.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000299.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000535.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000535.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003786.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003786.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000709.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000709.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002268.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002268.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003145.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003145.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004049.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004049.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000036.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000124.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000263.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000263.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004642.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004642.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000259.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004108.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004108.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000104.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000016.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000091.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000085.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000268.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000051.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000453.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000453.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000550.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000550.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002963.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002963.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000413.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000413.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002991.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002991.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000673.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000673.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000067.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001156.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001156.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002926.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002926.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000676.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000676.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000945.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000945.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001535.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001535.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001784.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001784.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000030.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000086.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000078.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001036.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001036.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000787.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000787.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000407.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000407.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002448.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002448.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000144.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002691.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002691.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000991.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000991.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000666.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000666.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002744.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002744.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004099.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004099.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000058.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000615.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000615.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001063.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001063.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001674.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001674.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000035.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000056.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000576.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000576.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000391.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000391.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001116.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001116.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004577.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004577.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001032.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001032.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000207.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000702.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000702.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002197.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002197.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000132.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000331.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000331.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000209.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002067.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002067.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002456.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002456.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000699.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000699.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000030.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000030.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000349.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000349.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003121.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003121.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001260.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001260.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001962.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001962.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000853.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000853.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000442.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000442.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003174.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003174.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000704.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000704.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000318.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000318.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000059.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000026.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000026.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002827.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002827.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000554.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000554.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000526.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000526.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000962.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000962.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001462.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001462.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000736.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000736.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000182.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000278.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000278.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000098.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003981.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003981.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000283.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000150.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003463.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003463.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000125.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000377.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000377.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004083.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004083.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000179.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000017.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000300.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003201.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003201.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000609.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000609.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001080.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001080.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000094.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000684.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000684.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002865.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002865.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000015.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000015.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004622.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004622.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000135.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000007.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004811.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004811.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000541.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000541.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000230.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000230.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000355.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000355.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001002.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001002.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002023.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002023.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000738.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000738.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000020.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001189.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001189.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003660.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003660.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000210.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000100.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000479.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000479.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004325.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004325.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000019.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000540.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000540.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000086.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000099.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000099.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004258.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004258.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000053.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000179.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000179.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000062.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000062.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000101.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000101.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000593.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000593.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000234.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000147.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003293.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003293.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000219.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000260.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000199.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002535.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002535.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000156.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000156.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000025.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000025.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000032.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000097.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001513.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001513.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003815.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003815.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001334.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001334.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000795.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000795.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002236.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002236.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000934.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000934.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000631.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000631.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000055.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000055.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001401.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001401.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000054.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002003.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002003.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003944.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003944.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000305.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000305.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001180.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001180.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000031.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000087.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001445.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001445.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000308.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000102.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002689.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002689.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000573.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000573.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002749.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002749.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000308.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000308.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000866.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000866.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000343.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000343.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000371.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000371.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001157.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001157.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003329.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003329.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001102.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001102.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000823.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000823.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003280.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003280.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003464.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003464.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000334.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000334.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000610.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000610.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000838.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000838.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000202.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001035.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001035.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001406.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001406.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001705.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001705.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000251.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000194.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000194.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001038.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001038.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000058.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000391.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000391.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000131.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000131.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000247.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000247.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003505.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003505.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004572.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004572.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000591.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000591.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000315.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000315.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000102.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000631.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000631.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000516.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000516.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000129.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000098.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004155.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004155.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003032.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003032.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000031.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000018.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002560.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002560.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000133.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000131.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002814.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002814.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000388.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000388.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001131.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001131.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003556.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003556.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000724.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000724.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000194.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000621.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000621.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000342.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000342.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000575.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000575.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000319.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000319.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000199.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000199.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004179.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004179.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000183.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000183.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000085.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000070.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000176.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000446.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000446.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000017.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000017.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000028.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001802.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001802.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000306.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000306.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000032.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000032.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001129.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001129.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001815.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001815.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000605.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000605.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000234.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002149.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002149.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004025.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004025.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000203.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001098.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001098.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001005.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001005.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000832.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000832.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002811.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002811.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000886.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000886.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000265.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000265.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000188.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000188.png 718.3351 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000149.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002259.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002259.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003585.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003585.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002108.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002108.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004578.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004578.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000761.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000761.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000291.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000291.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000747.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000747.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000554.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000554.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000088.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000346.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000346.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000377.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000377.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000309.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000309.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000113.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000690.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000690.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004438.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004438.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000066.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000024.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000024.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003911.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003911.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000372.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000372.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004514.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004514.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000787.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000787.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001640.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001640.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000363.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000363.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000568.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000568.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000200.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001041.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001041.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000626.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000626.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003660.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003660.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003379.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003379.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002568.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002568.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001460.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001460.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001430.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001430.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000008.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000008.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000626.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000626.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000148.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000104.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000068.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001746.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001746.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000074.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000081.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000277.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000621.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000621.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002388.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002388.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002538.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002538.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005082.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005082.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000347.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000347.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003545.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003545.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000042.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000029.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000215.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003430.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003430.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001987.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001987.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002192.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002192.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001453.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001453.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000138.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000148.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000170.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000028.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000061.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000762.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000762.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003432.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003432.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000271.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000271.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002623.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002623.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004551.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004551.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001056.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001056.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000488.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000488.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000594.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000594.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000978.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000978.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000059.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000059.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000936.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000936.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001682.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001682.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000786.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000786.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001116.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001116.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000930.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000930.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003897.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003897.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000054.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000054.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000043.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000251.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000272.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000272.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001081.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001081.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003125.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003125.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003047.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003047.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000382.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000382.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002561.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002561.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004201.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004201.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000389.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000389.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000409.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000409.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000452.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000452.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003168.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003168.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000535.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000535.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000184.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000111.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001180.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001180.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000984.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000984.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005098.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005098.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004647.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004647.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000400.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000400.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001476.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001476.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000537.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000537.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000295.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000295.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002838.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002838.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000034.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000034.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000018.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002234.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002234.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002979.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002979.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000220.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002458.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002458.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002578.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002578.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000408.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000408.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001659.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001659.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000121.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000282.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000610.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000610.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001281.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001281.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000921.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000921.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000481.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000481.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004182.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004182.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000249.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000249.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000310.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000310.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001115.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001115.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002892.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002892.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000157.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000163.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000290.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000290.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000094.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000094.png 707.0493 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000442.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000442.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000709.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000709.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000619.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000619.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000769.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000769.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003187.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003187.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003805.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003805.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000151.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004148.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004148.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000874.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000874.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003026.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003026.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000298.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000069.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000069.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003266.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003266.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000045.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000071.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000172.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000172.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000248.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003968.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003968.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001909.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001909.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002952.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002952.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001319.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001319.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000396.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000396.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001126.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001126.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000414.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000414.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000358.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000358.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000937.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000937.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002605.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002605.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000203.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003454.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003454.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000299.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002471.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002471.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003129.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003129.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000096.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000352.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000286.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003082.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003082.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000286.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000243.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000050.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000050.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000108.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000095.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000035.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000035.png 718.3351 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000128.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000382.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000382.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003679.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003679.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000153.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000297.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000244.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003530.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003530.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000323.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000323.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000251.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000239.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000038.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001015.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001015.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000592.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000592.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000077.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000867.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000867.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003020.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003020.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000266.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000266.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000339.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000339.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001248.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001248.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000576.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000576.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004226.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004226.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000558.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000558.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000377.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000377.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000466.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000466.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001090.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001090.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000315.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000315.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001857.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001857.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000247.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000027.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000027.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000032.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000032.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000624.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000624.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004184.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004184.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000567.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000567.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002350.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002350.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003345.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003345.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000324.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000330.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000330.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000141.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000607.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000607.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001192.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001192.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000060.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000458.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000458.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000333.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000333.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002055.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002055.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003261.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003261.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004008.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004008.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000495.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000495.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000212.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000480.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000480.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000039.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004335.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004335.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000199.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000269.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004160.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004160.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000924.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000924.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001601.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001601.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002903.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002903.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000250.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000251.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000251.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001427.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001427.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000756.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000756.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000135.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000078.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003252.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003252.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000178.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003740.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003740.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000667.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000667.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000226.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001061.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001061.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004607.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004607.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000068.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000124.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003772.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003772.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000367.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000367.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000048.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000306.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000306.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000066.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000735.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000735.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001106.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001106.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000291.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004654.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004654.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000369.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000369.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001087.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001087.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000350.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000350.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000313.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000313.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000897.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000897.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000248.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000893.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000893.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000024.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002850.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002850.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005158.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005158.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001879.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001879.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000579.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000579.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000118.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001157.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001157.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003548.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003548.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000147.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000147.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002227.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002227.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002220.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002220.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000262.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001920.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001920.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002683.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002683.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000194.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000472.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000472.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000652.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000652.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000038.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000063.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000092.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000092.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002961.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002961.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003769.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003769.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004605.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004605.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000627.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000627.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000132.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000132.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000167.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000167.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000174.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000223.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000057.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000395.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000395.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000114.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000732.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000732.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001541.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001541.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001571.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001571.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000260.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000260.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004386.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004386.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000840.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000840.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000517.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000517.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000579.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000579.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000643.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000643.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000097.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003375.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003375.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001758.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001758.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000030.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001294.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001294.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000548.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000548.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000166.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001059.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001059.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003251.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003251.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000108.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000108.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005162.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005162.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001210.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001210.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000047.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003490.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003490.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000322.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000322.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003642.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003642.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000221.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001760.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001760.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002179.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002179.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000061.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000057.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000057.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000198.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000517.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000517.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004219.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004219.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002384.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002384.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002831.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002831.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003571.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003571.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004094.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004094.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000955.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000955.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000136.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000136.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000330.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000294.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002467.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002467.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000184.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000184.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002487.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002487.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004900.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004900.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000221.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000221.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000244.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000156.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000176.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000176.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001022.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001022.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000059.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001306.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001306.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003198.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003198.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000195.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000030.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000030.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000026.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000285.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001045.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001045.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000284.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000284.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000403.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000403.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000171.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000171.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000193.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000193.png 718.3351 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000275.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000267.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003158.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003158.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000231.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000743.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000743.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000254.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001372.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001372.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000185.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000959.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000959.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000029.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000233.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000693.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000693.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002532.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002532.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000345.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000345.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001472.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001472.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001547.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001547.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004653.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004653.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000670.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000670.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001007.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001007.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005011.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005011.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001928.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001928.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004153.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004153.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000375.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000375.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003448.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003448.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000326.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000326.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000632.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000632.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004394.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004394.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000375.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000375.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004234.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004234.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000666.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000666.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000759.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000759.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000345.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000345.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002822.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002822.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002550.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002550.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000183.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001271.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001271.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000486.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000486.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002284.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002284.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000952.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000952.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000047.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000059.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000015.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000015.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000660.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000660.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000224.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000224.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003567.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003567.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001869.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001869.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002955.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002955.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000017.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000017.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000660.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000660.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000198.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000114.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002661.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002661.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000953.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000953.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005136.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005136.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000079.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000135.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000095.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000502.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000502.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000096.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002470.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002470.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000308.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003902.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003902.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001168.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001168.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000170.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000170.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004049.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004049.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000178.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003224.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003224.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000037.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000738.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000738.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000088.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000088.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000755.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000755.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000101.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000101.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003683.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003683.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000407.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000407.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004990.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004990.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002756.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002756.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000011.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000168.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003033.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003033.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000321.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000321.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001683.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001683.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000302.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000211.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000211.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000068.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002232.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002232.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002869.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002869.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000153.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000153.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002657.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002657.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003611.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003611.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002082.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002082.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004416.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004416.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000259.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000646.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000646.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000154.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000782.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000782.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000024.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000443.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000443.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000679.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000679.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003096.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003096.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000418.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000418.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000023.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000023.png 707.0493 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000164.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000611.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000611.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000084.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000113.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000097.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000097.png 707.0493 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001073.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001073.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000501.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000501.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001693.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001693.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000323.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000323.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000112.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004401.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004401.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000081.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000118.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000118.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004684.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004684.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000619.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000619.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000474.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000474.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001096.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001096.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000150.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000130.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000130.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000043.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000671.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000671.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000311.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000311.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000092.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000455.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000455.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000746.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000746.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004278.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004278.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002100.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002100.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000330.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000330.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002863.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002863.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000118.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000938.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000938.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002563.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002563.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001189.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001189.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000772.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000772.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001888.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001888.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000086.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001065.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001065.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004339.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004339.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004600.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004600.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002214.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002214.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000940.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000940.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003831.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003831.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000074.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000913.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000913.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000809.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000809.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000577.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000577.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000565.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000565.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000005.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000251.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001436.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001436.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003429.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003429.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000544.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000544.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004674.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004674.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000501.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000501.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001743.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001743.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000392.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000392.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000133.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000435.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000435.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000266.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000927.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000927.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000847.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000847.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002058.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002058.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000180.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000271.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004382.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004382.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000676.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000676.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000519.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000519.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000052.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000165.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000077.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004299.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004299.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000634.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000634.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000338.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000338.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000965.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000965.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003109.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003109.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000322.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000322.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000894.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000894.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001078.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001078.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003140.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003140.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000569.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000569.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000821.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000821.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000140.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004050.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004050.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004481.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004481.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000085.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000093.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004429.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004429.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004592.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004592.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000252.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000138.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000035.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000035.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001071.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001071.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001631.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001631.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000760.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000760.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003447.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003447.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001861.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001861.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000990.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000990.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003265.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003265.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000446.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000446.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003390.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003390.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000795.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000795.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000111.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000111.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000091.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001515.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001515.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001158.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001158.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003404.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003404.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000046.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004466.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004466.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001178.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001178.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000046.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000046.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000099.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000099.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005029.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005029.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000115.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000359.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000359.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004565.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004565.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000034.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000236.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004639.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004639.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000495.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000495.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000485.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000485.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000985.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000985.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002664.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002664.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001015.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001015.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002954.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002954.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001768.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001768.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000116.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000273.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000881.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000881.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000239.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000286.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001089.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001089.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000118.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000879.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000879.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000313.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000313.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000829.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000829.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000228.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002371.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002371.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000500.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000500.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000248.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000049.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000249.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001678.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001678.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001495.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001495.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000085.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000651.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000651.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000110.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001169.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001169.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000042.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000443.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000443.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002701.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002701.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000065.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004477.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004477.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003528.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003528.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001610.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001610.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003286.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003286.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000103.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000103.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000069.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000069.png 718.3351 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000237.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000237.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000347.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000347.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000103.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000103.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000184.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000320.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000320.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000579.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000579.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000379.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000379.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000144.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000014.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004383.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004383.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000285.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000190.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000144.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000144.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000124.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001156.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001156.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004500.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004500.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003265.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003265.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000093.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001033.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001033.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000702.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000702.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000483.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000483.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000108.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000881.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000881.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000434.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000434.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003717.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003717.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005132.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005132.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000286.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000286.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000042.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000039.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000545.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000545.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000107.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002935.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002935.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000532.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000532.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002392.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002392.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001728.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001728.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003706.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003706.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000184.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000131.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000131.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000082.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000082.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000805.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000805.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000125.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002480.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002480.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003213.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003213.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000552.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000552.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004692.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004692.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000076.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000120.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000120.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000150.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000150.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002230.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002230.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002555.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002555.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000920.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000920.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000200.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000200.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000085.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000085.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001173.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001173.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000867.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000867.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000134.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004253.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004253.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000895.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000895.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000249.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003736.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003736.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000466.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000466.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000303.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000182.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004341.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004341.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000651.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000651.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002616.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002616.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000306.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000592.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000592.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000236.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001020.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001020.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000742.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000742.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003398.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003398.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000168.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000168.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000656.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000656.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000122.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000214.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000249.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000249.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000685.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000685.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002050.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002050.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000489.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000489.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000733.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000733.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002943.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002943.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002317.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002317.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002125.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002125.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003900.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003900.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002846.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002846.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005064.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005064.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004471.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004471.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000464.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000464.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000033.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000033.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000482.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000482.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004454.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004454.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000124.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002849.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002849.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000137.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000137.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002206.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002206.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000117.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000023.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001724.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001724.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000803.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000803.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001394.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001394.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002793.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002793.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000006.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000006.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000053.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000068.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000060.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004743.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004743.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000420.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000420.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004022.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004022.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000336.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000336.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001954.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001954.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005095.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005095.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003306.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003306.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000080.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000219.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004452.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004452.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000731.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000731.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004645.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004645.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002147.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002147.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000244.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000244.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000059.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003652.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003652.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004420.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004420.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000601.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000601.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000155.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003255.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003255.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000138.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000138.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000464.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000464.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000107.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000107.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000596.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000596.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000168.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004535.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004535.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003442.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003442.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003379.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003379.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000513.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000513.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000847.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000847.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001134.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001134.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000484.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000484.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000092.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000781.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000781.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000176.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000574.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000574.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003210.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003210.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004658.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004658.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004211.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004211.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000133.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003213.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003213.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000307.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000307.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000707.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000707.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002209.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002209.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000874.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000874.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000044.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001852.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001852.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000302.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000052.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002972.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002972.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000064.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000015.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002673.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002673.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000353.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000353.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000372.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000372.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000399.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000399.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000006.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000630.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000630.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000483.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000483.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004486.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004486.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000071.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000742.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000742.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000778.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000778.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002610.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002610.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003672.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003672.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000716.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000716.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001171.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001171.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001451.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001451.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000218.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000739.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000739.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000016.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000121.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000353.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000353.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000452.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000452.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000249.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002256.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002256.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000022.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000022.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000214.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000435.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000435.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001078.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001078.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000147.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000012.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000012.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001008.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001008.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001552.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001552.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000132.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003682.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003682.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000564.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000564.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000048.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003940.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003940.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000396.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000396.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001071.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001071.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001105.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001105.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001710.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001710.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000079.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000102.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000102.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000314.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000314.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000173.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000173.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005050.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005050.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000997.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000997.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000964.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000964.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004686.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004686.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000577.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000577.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004119.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004119.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000288.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000704.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000704.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002238.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002238.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002901.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002901.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000144.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000108.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000108.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000010.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000267.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000148.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004214.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004214.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000103.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000007.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000706.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000706.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000207.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000074.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000408.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000408.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001115.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001115.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000087.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002512.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002512.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000182.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000068.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000409.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000409.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000034.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000055.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003958.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003958.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000163.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000722.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000722.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000011.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002976.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002976.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001963.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001963.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002841.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002841.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001333.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001333.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000050.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000157.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000496.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000496.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003825.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003825.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004010.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004010.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000722.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000722.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000820.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000820.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000303.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000020.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000600.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000600.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000924.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000924.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000267.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000267.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001215.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001215.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000396.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000396.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001444.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001444.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000140.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000140.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000548.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000548.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000018.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000552.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000552.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000704.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000704.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001185.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001185.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000294.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000908.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000908.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000230.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000297.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000280.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000981.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000981.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004232.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004232.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005133.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005133.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000149.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000535.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000535.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000049.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000664.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000664.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003527.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003527.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000233.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000006.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000318.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000318.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000016.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004319.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004319.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000135.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000135.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000131.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000993.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000993.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000011.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002926.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002926.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001530.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001530.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000558.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000558.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000885.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000885.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000919.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000919.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000445.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000445.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004510.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004510.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000034.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001066.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001066.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000630.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000630.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000987.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000987.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001108.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001108.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003256.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003256.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001180.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001180.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003375.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003375.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003934.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003934.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002758.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002758.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000306.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000136.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000136.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001055.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001055.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000242.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002775.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002775.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000762.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000762.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004543.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004543.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004482.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004482.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000390.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000390.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004655.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004655.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001230.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001230.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000733.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000733.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000412.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000412.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000245.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000041.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000912.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000912.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000347.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000347.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000365.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000365.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000236.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000461.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000461.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000254.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000310.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000310.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000113.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000113.png 718.3351 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000014.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001603.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001603.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001785.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001785.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000085.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000085.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000233.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000233.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003428.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003428.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000153.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000153.png 718.3351 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000096.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001049.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001049.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000286.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000286.png 718.3351 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000329.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000329.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002717.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002717.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004346.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004346.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002893.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002893.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000007.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000392.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000392.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001065.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001065.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001686.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001686.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003809.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003809.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000686.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000686.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000604.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000604.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000195.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000009.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000182.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004992.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004992.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000035.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002165.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002165.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000184.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000048.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000048.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002505.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002505.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001088.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001088.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001720.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001720.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000232.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000215.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000215.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001983.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001983.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000187.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000187.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000242.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001130.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001130.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000056.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000684.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000684.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002006.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002006.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000140.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000140.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004656.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004656.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003237.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003237.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000933.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000933.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000138.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000138.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002969.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002969.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002708.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002708.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000537.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000537.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004251.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004251.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000488.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000488.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002845.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002845.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001754.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001754.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000256.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004158.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004158.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000607.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000607.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001022.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001022.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001174.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001174.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001126.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001126.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000125.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000163.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000163.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003423.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003423.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001478.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001478.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004928.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004928.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000510.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000510.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000288.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000288.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003762.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003762.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000805.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000805.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001797.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001797.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000706.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000706.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000171.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000493.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000493.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000230.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000230.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000083.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000083.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000166.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000166.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003570.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003570.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000131.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000131.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000247.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000589.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000589.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000015.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000015.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001463.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001463.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000081.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000587.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000587.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000703.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000703.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000147.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000044.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000172.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000250.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003968.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003968.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000059.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000059.png 707.0493 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000737.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000737.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000491.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000491.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000179.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000015.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000278.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000278.png 718.3351 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000036.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000690.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000690.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000745.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000745.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000544.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000544.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000218.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000218.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000063.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002292.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002292.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000148.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000115.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000966.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000966.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000073.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000385.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000385.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000369.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000369.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000040.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000040.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000405.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000405.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000926.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000926.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003119.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003119.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000469.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000469.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000083.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000083.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000510.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000510.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000501.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000501.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001161.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001161.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000027.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004156.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004156.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004058.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004058.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004066.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004066.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000428.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000428.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000128.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000131.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000757.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000757.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001127.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001127.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000085.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001302.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001302.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000220.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001318.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001318.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004037.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004037.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000314.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000314.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004016.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004016.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004005.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004005.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000555.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000555.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001276.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001276.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000037.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002209.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002209.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000267.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000267.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002330.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002330.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000803.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000803.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000047.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000047.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000059.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000171.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000386.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000386.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000888.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000888.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001113.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001113.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000677.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000677.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000206.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003863.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003863.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000010.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001075.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001075.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003296.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003296.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001086.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001086.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003720.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003720.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004326.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004326.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002461.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002461.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000040.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000011.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000011.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000973.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000973.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003724.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003724.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004242.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004242.png 718.856 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000041.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001196.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001196.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002975.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002975.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000069.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000559.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000559.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000226.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000098.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000283.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003214.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003214.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000170.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001245.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001245.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000346.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000346.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001819.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001819.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002149.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002149.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000381.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000381.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001033.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001033.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001293.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001293.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001388.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001388.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000029.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003753.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003753.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002001.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002001.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003054.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003054.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000050.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001063.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001063.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001918.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001918.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002696.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002696.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004449.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004449.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003895.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003895.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000042.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000042.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000093.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000257.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000262.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000681.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000681.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000420.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000420.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000943.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000943.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001476.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001476.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000555.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000555.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000187.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000187.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001221.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001221.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000198.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000198.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000222.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000749.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000749.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000937.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000937.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001129.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001129.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000065.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000235.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001259.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001259.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000010.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000203.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001866.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001866.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004000.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004000.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000273.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000023.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000023.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000642.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000642.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000459.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000459.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000886.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000886.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003125.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003125.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000431.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000431.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000729.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000729.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003452.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003452.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000244.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000244.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000254.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000264.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000450.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000450.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002724.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002724.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000619.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000619.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000220.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000480.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000480.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000058.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000787.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000787.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000135.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000135.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000779.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000779.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004882.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004882.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003139.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003139.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002762.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002762.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004641.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004641.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000357.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000357.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001006.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001006.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000362.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000362.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000221.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001581.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001581.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002407.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002407.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000276.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000058.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000058.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000311.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000311.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000853.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000853.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001719.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001719.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001698.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001698.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000115.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000115.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000083.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001990.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001990.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000251.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001570.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001570.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002980.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002980.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000538.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000538.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004450.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004450.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002106.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002106.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000903.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000903.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000230.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000777.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000777.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002924.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002924.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000289.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000432.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000432.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001017.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001017.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000242.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000060.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000124.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000124.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003456.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003456.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000307.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000307.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003687.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003687.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002703.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002703.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003207.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003207.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004294.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004294.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000268.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002310.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002310.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000199.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000243.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000243.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004749.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004749.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002306.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002306.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000225.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000014.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000014.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002254.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002254.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000427.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000427.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001862.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001862.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000292.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000292.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000328.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000328.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001374.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001374.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002379.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002379.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000169.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000169.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000400.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000400.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000828.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000828.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004268.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004268.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003259.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003259.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001689.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001689.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000096.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000201.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005091.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005091.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000310.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000310.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000392.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000392.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001198.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001198.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000540.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000540.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001008.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001008.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002982.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002982.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000641.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000641.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000969.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000969.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000157.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000196.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001050.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001050.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000174.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002831.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002831.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002799.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002799.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003920.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003920.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003771.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003771.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000415.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000415.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001071.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001071.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000009.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000472.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000472.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000160.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000131.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000438.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000438.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002667.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002667.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002913.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002913.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004257.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004257.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000344.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000344.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000097.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000461.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000461.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000412.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000412.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000949.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000949.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000728.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000728.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001205.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001205.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000375.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000375.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000019.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000019.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000038.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001091.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001091.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001437.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001437.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001143.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001143.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000816.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000816.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000563.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000563.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001836.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001836.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000079.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000793.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000793.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000026.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000257.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004557.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004557.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001780.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001780.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000151.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000151.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001935.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001935.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000012.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000205.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000178.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000090.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002679.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002679.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000163.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002680.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002680.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000333.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000333.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000672.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000672.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000402.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000402.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001057.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001057.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000178.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000178.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000470.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000470.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000523.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000523.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000239.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002886.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002886.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002474.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002474.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000207.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004870.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004870.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004224.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004224.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002997.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002997.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003945.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003945.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002511.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002511.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004165.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004165.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000325.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000325.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000307.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000307.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003079.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003079.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001266.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001266.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000369.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000369.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000517.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000517.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003473.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003473.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001038.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001038.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000526.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000526.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004480.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004480.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005072.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005072.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000234.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002287.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002287.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000161.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003073.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003073.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000585.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000585.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000940.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000940.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000145.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000908.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000908.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000136.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001024.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001024.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000126.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000283.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001685.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001685.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000346.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000346.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003112.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003112.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000883.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000883.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000563.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000563.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000553.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000553.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000023.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001997.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001997.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000912.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000912.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000109.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000109.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002700.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002700.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002300.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002300.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000228.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003032.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003032.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004077.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004077.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000082.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000059.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000642.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000642.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000783.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000783.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005003.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005003.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000811.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000811.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000028.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001538.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001538.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000011.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001408.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001408.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003126.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003126.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003433.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003433.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000232.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000232.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003126.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003126.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000009.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000009.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000296.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000031.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000031.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004799.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004799.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000408.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000408.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004189.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004189.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000330.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000363.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000363.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003070.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003070.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003044.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003044.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000023.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000294.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000081.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000851.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000851.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002402.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002402.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000219.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000219.png 718.3351 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000091.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001586.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001586.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004105.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004105.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000158.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000158.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000798.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000798.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003033.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003033.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002741.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002741.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000398.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000398.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000388.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000388.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002491.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002491.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000863.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000863.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000669.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000669.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004914.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004914.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000691.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000691.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000916.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000916.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000593.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000593.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000376.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000376.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003522.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003522.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003545.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003545.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000537.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000537.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003722.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003722.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000155.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000205.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000205.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000345.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000345.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000476.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000476.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000366.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000366.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000366.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000366.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004430.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004430.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000218.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004261.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004261.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000458.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000458.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003695.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003695.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000589.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000589.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000031.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004331.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004331.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000043.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000256.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000256.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001471.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001471.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000198.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000784.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000784.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001626.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001626.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000083.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000576.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000576.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000102.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000107.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000107.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002062.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002062.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000341.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000341.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005170.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005170.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000033.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000068.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000600.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000600.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000292.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000292.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000842.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000842.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000070.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000279.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003957.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003957.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000182.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000182.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000355.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000355.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004163.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004163.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000016.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000016.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001883.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001883.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000084.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000084.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000030.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004041.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004041.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000838.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000838.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000577.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000577.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002740.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002740.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001555.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001555.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000035.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000120.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003016.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003016.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002199.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002199.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000005.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003048.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003048.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000107.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000107.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001061.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001061.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000055.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000055.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003788.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003788.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003598.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003598.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000928.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000928.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002118.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002118.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000057.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003108.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003108.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001592.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001592.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000550.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000550.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000035.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000335.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000335.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002144.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002144.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004065.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004065.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004085.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004085.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000574.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000574.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004769.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004769.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000261.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001534.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001534.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004238.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004238.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004777.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004777.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000376.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000376.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000269.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000078.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001586.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001586.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000300.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000030.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000030.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000881.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000881.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000797.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000797.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000474.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000474.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004904.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004904.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000198.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000198.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000100.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000201.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000616.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000616.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000362.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000362.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000650.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000650.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000306.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000085.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000787.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000787.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000027.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000027.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004206.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004206.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000148.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000148.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000926.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000926.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000585.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000585.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000723.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000723.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000100.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000100.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001543.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001543.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000717.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000717.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000850.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000850.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004346.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004346.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004591.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004591.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000069.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000069.png 707.0493 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000087.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000087.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000326.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000326.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001121.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001121.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000035.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000173.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004507.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004507.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000140.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000101.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000100.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004620.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004620.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000207.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000708.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000708.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002493.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002493.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000149.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000546.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000546.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000026.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000205.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000314.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000314.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000063.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000406.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000406.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000181.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000400.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000400.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002152.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002152.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000148.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000148.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003904.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003904.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000032.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000032.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000107.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000076.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004764.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004764.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000642.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000642.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000572.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000572.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000058.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000428.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000428.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000116.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000013.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000013.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000332.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000332.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000651.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000651.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000407.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000407.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003805.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003805.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001966.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001966.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000107.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000499.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000499.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000381.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000381.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003969.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003969.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000041.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003146.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003146.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000083.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000240.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000240.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000281.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004634.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004634.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000789.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000789.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000012.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002094.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002094.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000093.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000639.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000639.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000994.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000994.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000365.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000365.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000161.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000671.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000671.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000561.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000561.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000191.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000191.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001556.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001556.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000146.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000146.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000558.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000558.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000909.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000909.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004538.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004538.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000120.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000673.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000673.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004069.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004069.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000626.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000626.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000329.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000329.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000336.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000336.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000529.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000529.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000303.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000590.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000590.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000248.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000075.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000033.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000170.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000210.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002126.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002126.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001225.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001225.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001092.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001092.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000346.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000346.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000361.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000361.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004239.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004239.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001201.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001201.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004097.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004097.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001051.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001051.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000076.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000665.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000665.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001905.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001905.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000682.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000682.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003241.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003241.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000311.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000311.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003110.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003110.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001144.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001144.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000475.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000475.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000281.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000125.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000020.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003993.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003993.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001564.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001564.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004492.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004492.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000115.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000095.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000130.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004283.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004283.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003416.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003416.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000321.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000321.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000143.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000193.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000185.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000132.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001311.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001311.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000490.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000490.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001627.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001627.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000754.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000754.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000227.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000227.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000204.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000278.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004787.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004787.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002196.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002196.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000164.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002955.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002955.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002665.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002665.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000023.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000987.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000987.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000383.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000383.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000054.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000266.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000586.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000586.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003567.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003567.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003432.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003432.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000165.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000925.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000925.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000058.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000337.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000337.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000041.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000063.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000287.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000689.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000689.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000397.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000397.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000149.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000224.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001056.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001056.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000587.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000587.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001253.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001253.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000104.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003853.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003853.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000486.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000486.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000171.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000171.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000158.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000158.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000816.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000816.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002737.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002737.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003506.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003506.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000373.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000373.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004564.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004564.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000236.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000819.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000819.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000670.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000670.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000059.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000059.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000953.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000953.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000211.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000304.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000059.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001227.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001227.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000341.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000341.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003170.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003170.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000352.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000352.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001017.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001017.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000247.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000247.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000353.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000353.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000180.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000180.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000114.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000114.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003132.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003132.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001750.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001750.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000123.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000118.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000025.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000025.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005112.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005112.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002858.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002858.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004123.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004123.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003500.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003500.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000674.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000674.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003038.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003038.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003336.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003336.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000218.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003360.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003360.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000565.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000565.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000911.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000911.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000237.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000232.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000361.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000361.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000057.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000087.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000087.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000021.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003531.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003531.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000049.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002277.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002277.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000471.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000471.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000214.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000008.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000252.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000252.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000499.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000499.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000015.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000775.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000775.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000214.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000025.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001011.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001011.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001072.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001072.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000794.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000794.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000073.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000808.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000808.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000190.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000190.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002187.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002187.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000197.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003501.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003501.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000498.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000498.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003553.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003553.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000013.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004422.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004422.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001474.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001474.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000546.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000546.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002960.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002960.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001220.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001220.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000237.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004225.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004225.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000380.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000380.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003246.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003246.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000442.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000442.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000243.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001010.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001010.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003456.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003456.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004600.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004600.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000443.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000443.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000072.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001671.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001671.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000186.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000251.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000251.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000364.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000364.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000350.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000350.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000695.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000695.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002365.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002365.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000666.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000666.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003405.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003405.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000891.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000891.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004156.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004156.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000082.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000082.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000611.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000611.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000425.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000425.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000570.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000570.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000898.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000898.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005004.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005004.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003949.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003949.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000323.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000323.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000443.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000443.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004175.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004175.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002747.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002747.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002836.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002836.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000202.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000497.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000497.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000177.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003386.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003386.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000877.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000877.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001693.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001693.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003238.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003238.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000887.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000887.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000016.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000067.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001616.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001616.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003351.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003351.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000135.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000018.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000345.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000345.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000282.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000265.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000549.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000549.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000052.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000236.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001908.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001908.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003332.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003332.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001250.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001250.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000071.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000071.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000557.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000557.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000246.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000137.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000422.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000422.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000102.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000091.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004844.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004844.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001761.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001761.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002669.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002669.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000498.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000498.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000908.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000908.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000067.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000067.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000659.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000659.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000016.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000359.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000359.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000340.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000340.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000130.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003953.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003953.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002455.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002455.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000462.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000462.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000770.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000770.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000040.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000461.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000461.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001439.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001439.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000278.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000935.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000935.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004956.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004956.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000259.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000078.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000137.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000101.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000101.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002757.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002757.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000909.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000909.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001628.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001628.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001224.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001224.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003041.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003041.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000079.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000344.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000344.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000142.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000572.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000572.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000055.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000648.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000648.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000111.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000189.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000139.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000139.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000885.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000885.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000227.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002596.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002596.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002218.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002218.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002507.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002507.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004336.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004336.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001124.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001124.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000723.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000723.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000101.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001315.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001315.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002573.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002573.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000145.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000079.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000795.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000795.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000609.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000609.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001807.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001807.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000519.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000519.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000846.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000846.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000695.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000695.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000328.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000328.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000172.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000172.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005065.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005065.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000792.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000792.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003191.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003191.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000109.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002115.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002115.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000013.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000753.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000753.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000221.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000221.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000161.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000244.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001446.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001446.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000054.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004817.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004817.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003868.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003868.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000362.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000362.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000285.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000285.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000014.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000014.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000009.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004247.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004247.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000122.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001223.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001223.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000266.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000315.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000315.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000230.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000213.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001995.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001995.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000349.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000349.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000547.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000547.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000394.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000394.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000196.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001717.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001717.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000024.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000394.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000394.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000100.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004188.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004188.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000692.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000692.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000107.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000252.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000342.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000342.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000252.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000124.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000106.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000793.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000793.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000040.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000045.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003680.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003680.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000373.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000373.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002706.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002706.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000169.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003901.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003901.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003354.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003354.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003227.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003227.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003878.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003878.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001051.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001051.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004650.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004650.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002621.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002621.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000440.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000440.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000129.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000641.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000641.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000210.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002002.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002002.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004677.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004677.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002750.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002750.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000415.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000415.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000258.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000177.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000177.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000048.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004493.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004493.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000254.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000442.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000442.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000162.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000120.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004640.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004640.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005150.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005150.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001569.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001569.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000689.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000689.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003764.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003764.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000021.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000021.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000848.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000848.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001748.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001748.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004519.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004519.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000196.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000024.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000024.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000031.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001226.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001226.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000230.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000068.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000068.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002297.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002297.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001185.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001185.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000188.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000188.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000635.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000635.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000151.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000798.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000798.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000239.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003677.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003677.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004413.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004413.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001030.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001030.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000983.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000983.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000774.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000774.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004280.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004280.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001711.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001711.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000235.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001929.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001929.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002736.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002736.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000783.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000783.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000165.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000165.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000470.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000470.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000026.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003147.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003147.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000107.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000260.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000249.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000079.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000796.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000796.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000971.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000971.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004784.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004784.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004231.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004231.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000022.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000022.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002189.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002189.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000035.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000116.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000258.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001616.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001616.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000540.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000540.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002741.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002741.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000282.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000282.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000116.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000405.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000405.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000571.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000571.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000941.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000941.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000021.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002257.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002257.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000217.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000217.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001988.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001988.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000099.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000099.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004371.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004371.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000039.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001798.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001798.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000070.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001560.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001560.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000086.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000184.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000184.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000067.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003813.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003813.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000354.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000354.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004402.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004402.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002872.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002872.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000033.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000064.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000309.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000309.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000384.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000384.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001320.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001320.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000749.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000749.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004313.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004313.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003886.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003886.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001027.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001027.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000645.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000645.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000616.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000616.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000245.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000057.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000057.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001345.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001345.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000129.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001344.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001344.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003575.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003575.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003282.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003282.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000214.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000214.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000604.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000604.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000659.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000659.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002800.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002800.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001213.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001213.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001583.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001583.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000372.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000372.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000978.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000978.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003589.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003589.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000697.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000697.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002283.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002283.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000077.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000279.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000203.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000203.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000377.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000377.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000168.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000678.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000678.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000148.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000283.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000283.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000500.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000500.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000481.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000481.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001942.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001942.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000655.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000655.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000927.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000927.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000234.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000234.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001158.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001158.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000162.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000597.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000597.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000938.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000938.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000153.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000290.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000226.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000352.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000352.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002626.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002626.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003688.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003688.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000145.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000145.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003477.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003477.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000350.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000350.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000858.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000858.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000420.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000420.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000050.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000050.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000079.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000400.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000400.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000817.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000817.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001945.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001945.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000086.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000410.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000410.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000432.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000432.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003692.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003692.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000960.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000960.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000068.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001637.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001637.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000026.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000623.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000623.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002269.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002269.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000812.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000812.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000093.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000204.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001577.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001577.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004219.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004219.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000713.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000713.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001420.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001420.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004107.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004107.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004548.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004548.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000206.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000119.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000119.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000580.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000580.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000011.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000011.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000133.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000740.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000740.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001203.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001203.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000393.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000393.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001355.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001355.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000273.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000273.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000138.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000305.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000305.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000019.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000019.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001046.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001046.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000012.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000267.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000300.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003481.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003481.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003518.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003518.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001497.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001497.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001048.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001048.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000579.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000579.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002674.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002674.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000053.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002204.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002204.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000328.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000328.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003989.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003989.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000075.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000034.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000918.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000918.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000853.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000853.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000010.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003885.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003885.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000381.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000381.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000009.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000157.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000157.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000210.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000210.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004063.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004063.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002784.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002784.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000023.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000023.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000351.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000351.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001117.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001117.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000178.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000178.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000087.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000087.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001015.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001015.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004903.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004903.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004397.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004397.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000303.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000303.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003722.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003722.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000132.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000132.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002087.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002087.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000040.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000040.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000208.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003608.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003608.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001007.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001007.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000609.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000609.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000203.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002478.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002478.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000252.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000956.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000956.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000051.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000745.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000745.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003797.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003797.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001966.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001966.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002987.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002987.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000338.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000338.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001392.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001392.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000732.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000732.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000078.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005053.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005053.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000129.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003167.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003167.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000260.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000017.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000679.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000679.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003363.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003363.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002191.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002191.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000389.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000389.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003421.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003421.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000569.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000569.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000097.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000097.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000941.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000941.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001079.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001079.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000197.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001580.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001580.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000084.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005055.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005055.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003442.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003442.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000283.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000283.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003573.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003573.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001790.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001790.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000652.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000652.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000117.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000463.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000463.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000127.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003473.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003473.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000473.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000473.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000095.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002643.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002643.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000201.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005046.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005046.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000611.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000611.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000716.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000716.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004552.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004552.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004127.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004127.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004891.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004891.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000276.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000276.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002732.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002732.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000378.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000378.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001065.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001065.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004044.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004044.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002547.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002547.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004567.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004567.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000220.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000220.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001257.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001257.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001437.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001437.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003768.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003768.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000122.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004759.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004759.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001569.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001569.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004203.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004203.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000301.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001502.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001502.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000098.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000744.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000744.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000165.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000330.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000426.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000426.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002807.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002807.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001075.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001075.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000023.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000023.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001428.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001428.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000632.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000632.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003984.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003984.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000425.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000425.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000179.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002212.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002212.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001369.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001369.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001808.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001808.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000091.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000300.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000233.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000233.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000096.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000096.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000504.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000504.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000956.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000956.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001840.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001840.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000602.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000602.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000017.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000017.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004461.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004461.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000327.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000327.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002856.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002856.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000292.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000292.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000392.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000392.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000212.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000039.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000039.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000011.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003459.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003459.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002443.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002443.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002163.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002163.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000114.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000114.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000382.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000382.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000872.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000872.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001501.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001501.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003159.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003159.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001267.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001267.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001143.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001143.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000041.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002458.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002458.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000277.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000277.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002772.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002772.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003782.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003782.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000195.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002481.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002481.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000090.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002998.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002998.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003076.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003076.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001164.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001164.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000931.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000931.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000993.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000993.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000043.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000809.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000809.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000954.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000954.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004959.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004959.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001504.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001504.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002354.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002354.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000289.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000576.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000576.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001588.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001588.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001461.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001461.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001262.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001262.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000401.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000401.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000210.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000210.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002199.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002199.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004138.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004138.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000042.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000031.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000857.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000857.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000322.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000322.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002591.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002591.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000060.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000667.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000667.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000703.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000703.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000343.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000343.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001932.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001932.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003682.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003682.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000946.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000946.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000169.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000252.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000252.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000760.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000760.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000370.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000370.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000437.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000437.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000467.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000467.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002329.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002329.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001582.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001582.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004689.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004689.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001003.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001003.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000238.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000238.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000441.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000441.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000711.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000711.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003708.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003708.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001062.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001062.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000169.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000398.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000398.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000815.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000815.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000308.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000535.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000535.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003143.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003143.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000139.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001549.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001549.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001645.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001645.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002027.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002027.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000168.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001023.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001023.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000037.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000953.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000953.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000214.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000359.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000359.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000522.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000522.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001714.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001714.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003694.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003694.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000304.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000300.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000098.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003374.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003374.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000078.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002081.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002081.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003991.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003991.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002761.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002761.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004883.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004883.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000108.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000108.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000322.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000322.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001483.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001483.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000661.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000661.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000505.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000505.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003319.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003319.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001429.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001429.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000108.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003329.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003329.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000135.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003474.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003474.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000617.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000617.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000100.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000100.png 718.3351 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000270.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000022.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002325.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002325.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000093.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000093.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000970.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000970.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002121.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002121.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000615.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000615.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000148.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000148.png 718.3351 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000114.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000553.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000553.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000018.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001487.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001487.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000323.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000323.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001723.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001723.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000550.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000550.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000376.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000376.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000241.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000188.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000008.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003060.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003060.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004351.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004351.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002250.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002250.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000026.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000794.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000794.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001981.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001981.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000260.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002919.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002919.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000059.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000202.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001152.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001152.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001800.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001800.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000105.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000105.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001468.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001468.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000413.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000413.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004740.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004740.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000713.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000713.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000056.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001166.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001166.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001145.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001145.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000364.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000364.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000606.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000606.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000212.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000651.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000651.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002685.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002685.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000134.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004350.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004350.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000051.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001325.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001325.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001576.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001576.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004194.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004194.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003312.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003312.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000671.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000671.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000424.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000424.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000078.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000078.png 707.0493 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000297.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000297.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000025.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000025.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000060.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000060.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004917.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004917.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000580.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000580.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001755.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001755.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000743.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000743.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004355.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004355.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000328.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000328.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001136.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001136.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004616.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004616.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000201.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001890.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001890.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000606.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000606.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000427.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000427.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001304.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001304.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004079.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004079.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001905.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001905.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000584.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000584.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000121.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001041.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001041.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000140.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000111.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000111.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000166.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000368.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000368.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000280.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000280.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000197.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000236.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000590.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000590.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000511.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000511.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002030.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002030.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000079.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002279.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002279.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000328.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000328.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002562.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002562.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000925.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000925.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000555.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000555.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003205.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003205.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000673.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000673.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003258.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003258.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001725.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001725.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000204.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000038.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000038.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000662.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000662.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000123.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001464.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001464.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001077.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001077.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000209.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000453.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000453.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001209.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001209.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001165.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001165.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000242.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000242.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000036.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000493.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000493.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000785.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000785.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001953.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001953.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000258.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000258.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000680.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000680.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000416.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000416.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000882.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000882.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002710.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002710.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000014.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000451.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000451.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000273.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000473.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000473.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000010.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000050.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000070.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000423.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000423.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002388.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002388.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000230.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000360.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000360.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004501.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004501.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004177.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004177.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000322.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000322.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003757.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003757.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001135.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001135.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002466.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002466.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002166.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002166.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000075.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000610.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000610.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001064.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001064.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003268.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003268.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002506.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002506.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000548.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000548.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000837.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000837.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004102.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004102.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004131.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004131.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003766.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003766.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000214.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000214.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000802.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000802.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000242.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000303.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000113.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000113.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000055.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000055.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004911.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004911.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002248.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002248.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001535.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001535.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000286.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000547.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000547.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000929.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000929.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000132.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000132.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001950.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001950.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004238.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004238.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003746.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003746.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004185.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004185.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004407.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004407.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004562.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004562.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003011.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003011.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002925.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002925.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004635.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004635.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000714.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000714.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001026.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001026.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000254.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001196.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001196.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003078.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003078.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000565.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000565.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000158.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000158.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000167.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001804.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001804.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000151.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000151.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001084.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001084.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001251.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001251.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000055.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000234.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003034.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003034.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000275.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002143.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002143.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002874.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002874.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000387.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000387.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001919.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001919.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001524.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001524.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001018.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001018.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000684.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000684.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000632.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000632.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000885.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000885.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000194.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004975.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004975.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000935.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000935.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000799.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000799.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003476.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003476.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001076.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001076.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000130.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000904.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000904.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000199.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000199.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000177.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000603.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000603.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000222.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000222.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001297.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001297.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000058.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000058.png 707.0493 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000759.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000759.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000087.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002729.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002729.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000053.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000053.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000644.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000644.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000203.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000148.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000442.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000442.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000219.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000214.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003349.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003349.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000334.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000334.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004691.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004691.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000226.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000226.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004837.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004837.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001134.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001134.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000039.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000039.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002090.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002090.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000179.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000274.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000274.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000831.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000831.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003430.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003430.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000249.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003094.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003094.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000159.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002228.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002228.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002449.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002449.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002310.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002310.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000300.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000232.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000232.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001128.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001128.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003245.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003245.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000096.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000336.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000336.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000334.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000334.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000100.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000489.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000489.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002645.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002645.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000005.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003528.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003528.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000409.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000409.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000055.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000173.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003475.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003475.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000455.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000455.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004353.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004353.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001426.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001426.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001342.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001342.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001291.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001291.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000040.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000046.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000406.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000406.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000192.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001320.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001320.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004767.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004767.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001943.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001943.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000270.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000270.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000194.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003030.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003030.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004052.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004052.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003698.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003698.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000316.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000316.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001044.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001044.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000080.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004528.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004528.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000599.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000599.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000534.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000534.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001089.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001089.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004352.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004352.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004448.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004448.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000633.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000633.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000154.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000161.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000521.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000521.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003808.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003808.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000015.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000083.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000465.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000465.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000554.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000554.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005154.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005154.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001267.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001267.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002452.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002452.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000577.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000577.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000184.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000184.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000720.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000720.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000080.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000251.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000255.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000255.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001488.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001488.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000510.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000510.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002060.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002060.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000295.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000047.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001140.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001140.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000339.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000339.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001446.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001446.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000291.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002500.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002500.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000680.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000680.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004771.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004771.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000173.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000448.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000448.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000312.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000312.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000250.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000250.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002799.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002799.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000261.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001692.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001692.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000072.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000072.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003352.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003352.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003318.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003318.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003026.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003026.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001408.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001408.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000441.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000441.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000713.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000713.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000937.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000937.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001756.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001756.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005014.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005014.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000130.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000872.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000872.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000360.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000360.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002608.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002608.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000100.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000238.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000154.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000154.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000201.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000244.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000237.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000326.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000326.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003164.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003164.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000215.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000258.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000059.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000427.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000427.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000363.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000363.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000489.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000489.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002560.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002560.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000554.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000554.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000389.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000389.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000194.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000534.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000534.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001065.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001065.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001026.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001026.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003292.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003292.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000048.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000080.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000312.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000312.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004457.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004457.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000286.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003596.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003596.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004625.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004625.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003909.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003909.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000132.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000307.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000307.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000254.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000037.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003591.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003591.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001156.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001156.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000110.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000110.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000393.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000393.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001976.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001976.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000205.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000035.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000035.png 707.0493 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000217.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000167.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003951.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003951.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001334.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001334.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000979.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000979.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000181.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000181.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000958.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000958.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000191.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000894.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000894.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001001.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001001.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000345.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000345.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000118.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000118.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000007.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004043.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004043.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001466.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001466.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000753.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000753.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002015.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002015.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000438.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000438.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003966.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003966.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000261.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000367.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000367.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002751.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002751.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003491.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003491.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002447.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002447.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002867.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002867.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000397.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000397.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000016.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000014.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002077.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002077.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004535.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004535.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000599.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000599.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000663.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000663.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001838.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001838.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000670.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000670.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000121.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000208.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000234.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000234.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000260.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000260.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004198.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004198.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004370.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004370.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001061.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001061.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000273.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000273.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002977.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002977.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000523.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000523.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000808.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000808.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000587.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000587.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001337.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001337.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000105.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000105.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004308.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004308.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003451.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003451.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003429.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003429.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000097.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000097.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004986.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004986.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001809.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001809.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000221.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000386.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000386.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000245.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000718.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000718.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000160.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000160.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000703.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000703.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000560.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000560.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000981.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000981.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002013.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002013.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000081.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000081.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001021.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001021.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000576.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000576.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000238.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000238.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001252.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001252.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000270.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002570.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002570.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004798.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004798.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000052.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000013.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000544.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000544.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000259.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000303.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000053.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004717.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004717.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000155.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000400.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000400.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000105.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000105.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003335.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003335.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000095.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000962.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000962.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000324.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000862.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000862.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000896.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000896.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000079.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000091.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000091.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001390.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001390.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000457.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000457.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004439.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004439.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000254.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000254.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003331.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003331.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001402.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001402.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000209.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004328.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004328.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000066.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000016.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000016.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000423.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000423.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000302.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002603.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002603.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000301.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000356.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000356.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003017.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003017.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000860.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000860.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001003.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001003.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000158.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000215.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000755.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000755.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001055.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001055.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003137.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003137.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000506.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000506.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000137.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002632.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002632.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000740.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000740.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000818.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000818.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005037.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005037.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000019.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004228.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004228.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000360.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000360.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000157.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000778.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000778.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001638.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001638.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000477.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000477.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000066.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000128.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001357.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001357.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000121.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000121.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000056.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000162.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000773.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000773.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000336.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000336.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001185.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001185.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000998.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000998.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001076.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001076.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000503.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000503.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004292.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004292.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000678.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000678.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000207.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000409.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000409.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003727.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003727.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000062.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001368.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001368.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000185.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000006.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000502.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000502.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004420.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004420.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001502.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001502.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000182.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000332.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000332.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001178.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001178.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000334.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000334.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000730.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000730.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000109.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000109.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003725.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003725.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004273.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004273.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000028.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000028.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000476.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000476.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003162.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003162.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000040.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001188.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001188.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000253.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000062.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003248.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003248.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000671.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000671.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000091.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000091.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000168.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000168.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002020.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002020.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001314.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001314.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000186.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003472.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003472.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002578.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002578.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004609.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004609.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000242.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001654.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001654.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003879.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003879.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001061.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001061.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000819.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000819.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000628.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000628.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002981.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002981.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003610.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003610.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000799.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000799.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000013.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000257.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002348.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002348.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000276.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002698.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002698.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003050.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003050.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004973.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004973.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004180.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004180.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000782.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000782.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001165.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001165.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003597.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003597.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000946.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000946.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001386.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001386.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000169.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001480.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001480.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001512.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001512.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004568.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004568.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000302.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001984.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001984.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003512.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003512.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000669.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000669.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003503.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003503.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000246.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001075.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001075.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003192.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003192.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001603.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001603.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000324.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000324.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000623.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000623.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000581.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000581.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001197.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001197.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005069.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005069.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000222.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000288.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002509.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002509.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002355.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002355.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000952.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000952.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003092.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003092.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000444.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000444.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001454.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001454.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000435.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000435.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000379.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000379.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000366.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000366.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000219.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000219.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003010.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003010.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000577.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000577.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000274.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000147.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000147.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001455.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001455.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004626.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004626.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000108.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000554.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000554.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000109.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000080.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004436.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004436.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000664.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000664.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000790.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000790.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000273.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000066.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000077.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000077.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004660.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004660.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000111.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000032.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000067.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000186.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001265.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001265.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000291.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000291.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000104.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004347.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004347.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002113.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002113.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000198.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000198.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001217.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001217.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002906.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002906.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000395.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000395.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001040.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001040.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000042.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000212.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000615.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000615.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004166.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004166.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000294.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001088.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001088.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004775.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004775.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000237.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000237.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000560.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000560.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000342.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000342.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000090.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000388.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000388.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000854.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000854.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000027.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003389.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003389.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003893.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003893.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000421.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000421.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001771.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001771.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000167.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001028.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001028.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000356.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000356.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000414.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000414.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002956.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002956.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000123.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004009.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004009.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000413.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000413.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000290.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000195.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000096.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000730.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000730.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000422.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000422.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001049.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001049.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000195.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000195.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000406.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000406.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001122.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001122.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000303.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000230.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000230.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000713.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000713.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002362.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002362.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000215.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000215.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000304.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001159.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001159.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000116.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002735.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002735.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000964.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000964.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000249.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003321.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003321.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000165.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000165.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000697.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000697.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000677.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000677.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000006.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000006.png 718.3351 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000275.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000758.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000758.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005019.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005019.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000247.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000276.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000021.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000052.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000048.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000483.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000483.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000066.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004267.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004267.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001562.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001562.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004302.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004302.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000299.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000299.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000876.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000876.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000243.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000243.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003004.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003004.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001318.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001318.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004136.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004136.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000222.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003658.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003658.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001810.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001810.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001599.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001599.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000338.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000338.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000091.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000091.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002428.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002428.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000174.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000174.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000898.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000898.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001106.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001106.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003483.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003483.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000045.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003516.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003516.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000162.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000025.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000525.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000525.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000064.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000064.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001275.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001275.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000696.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000696.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003707.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003707.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000046.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000173.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000208.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000208.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000048.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000048.png 707.0493 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000391.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000391.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000723.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000723.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000517.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000517.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000786.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000786.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001869.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001869.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002215.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002215.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000313.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000313.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000449.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000449.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000341.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000341.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000005.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000005.png 707.0493 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000046.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002122.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002122.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002843.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002843.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002280.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002280.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003154.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003154.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000281.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000398.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000398.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002734.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002734.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003088.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003088.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000075.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000075.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001747.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001747.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001360.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001360.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002447.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002447.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001767.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001767.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000872.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000872.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001552.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001552.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000268.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000268.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004285.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004285.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000176.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000176.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000205.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003941.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003941.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000930.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000930.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000033.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003289.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003289.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002649.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002649.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000019.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000026.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002563.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002563.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003344.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003344.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000574.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000574.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000015.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004290.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004290.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000910.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000910.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000281.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000281.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000216.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000622.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000622.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003691.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003691.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000601.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000601.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002912.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002912.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000145.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000214.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000494.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000494.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000030.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000344.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000344.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000835.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000835.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000084.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000708.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000708.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000265.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000686.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000686.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001767.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001767.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000855.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000855.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000343.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000343.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000220.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000332.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000332.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000025.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000960.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000960.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002615.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002615.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000671.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000671.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001040.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001040.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000030.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002600.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002600.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000269.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000794.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000794.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000151.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002968.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002968.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000234.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000234.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000688.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000688.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000137.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004490.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004490.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002816.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002816.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000216.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000279.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004612.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004612.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000041.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000112.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002301.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002301.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000231.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000080.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000081.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001155.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001155.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000270.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000368.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000368.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003574.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003574.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001503.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001503.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000152.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001739.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001739.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000102.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000109.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000125.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002133.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002133.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000595.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000595.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001737.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001737.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003646.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003646.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000202.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003558.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003558.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000395.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000395.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003561.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003561.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000171.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000171.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001651.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001651.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000025.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002997.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002997.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003710.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003710.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001290.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001290.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002161.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002161.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000245.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001947.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001947.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000760.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000760.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000183.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000183.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000449.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000449.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000191.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003298.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003298.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004055.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004055.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000827.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000827.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001172.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001172.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000023.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000023.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000778.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000778.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001000.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001000.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000294.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000294.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000445.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000445.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000134.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000134.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004260.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004260.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000204.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003664.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003664.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000749.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000749.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002437.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002437.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000066.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001099.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001099.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000005.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004566.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004566.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003057.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003057.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001550.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001550.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000372.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000372.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000577.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000577.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000596.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000596.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001074.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001074.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000065.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000985.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000985.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002378.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002378.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000080.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000114.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001364.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001364.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000172.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001619.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001619.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004390.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004390.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001630.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001630.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000189.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000074.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000325.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000325.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000126.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000363.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000363.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000370.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000370.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000272.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002111.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002111.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000711.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000711.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000329.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000329.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000243.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003001.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003001.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000825.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000825.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000167.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004255.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004255.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000111.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000079.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000224.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000384.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000384.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000605.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000605.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000902.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000902.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000557.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000557.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000032.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000032.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000266.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000266.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003471.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003471.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000092.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000710.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000710.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001070.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001070.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004368.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004368.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000230.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000230.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000700.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000700.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000810.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000810.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000848.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000848.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000012.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000044.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002472.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002472.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000282.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000282.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000314.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000314.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000219.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003546.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003546.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000956.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000956.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002332.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002332.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000101.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001016.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001016.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001131.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001131.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000460.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000460.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000596.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000596.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001756.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001756.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000143.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000143.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000537.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000537.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003378.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003378.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004051.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004051.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000019.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000366.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000366.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000251.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000323.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000323.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000225.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002418.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002418.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000960.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000960.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000769.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000769.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004476.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004476.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002649.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002649.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001009.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001009.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000120.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000143.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000116.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000116.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000438.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000438.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003406.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003406.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003690.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003690.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001432.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001432.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003846.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003846.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000883.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000883.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003841.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003841.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001817.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001817.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000265.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000705.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000705.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001929.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001929.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000347.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000347.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002159.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002159.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000140.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002860.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002860.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000095.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000095.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000699.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000699.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004289.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004289.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000009.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002977.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002977.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000158.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000071.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000071.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004323.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004323.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004192.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004192.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000279.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000524.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000524.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000199.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000143.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000143.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000301.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000955.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000955.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000859.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000859.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000025.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000025.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000420.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000420.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002185.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002185.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002215.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002215.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004432.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004432.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000566.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000566.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000493.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000493.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004493.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004493.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004062.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004062.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000320.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000320.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000998.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000998.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002557.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002557.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002015.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002015.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000346.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000346.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000503.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000503.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000536.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000536.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000226.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002793.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002793.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000238.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002631.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002631.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000222.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001841.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001841.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000489.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000489.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000214.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000214.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001604.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001604.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003811.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003811.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000090.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000271.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000050.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000050.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002529.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002529.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000060.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000307.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000307.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003823.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003823.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000138.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000138.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001498.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001498.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000078.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000078.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000762.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000762.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000530.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000530.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000223.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000764.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000764.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002141.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002141.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002921.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002921.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001852.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001852.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000301.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000301.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001097.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001097.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004889.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004889.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000541.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000541.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000222.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000679.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000679.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002356.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002356.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002264.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002264.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000074.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005073.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005073.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001043.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001043.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000404.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000404.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000663.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000663.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000043.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000043.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000275.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001356.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001356.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000139.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000139.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005127.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005127.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000035.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000371.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000371.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000680.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000680.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000207.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000207.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000461.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000461.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000246.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000246.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000636.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000636.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000083.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000073.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000073.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001011.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001011.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000030.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000240.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002415.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002415.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000491.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000491.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000988.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000988.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000492.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000492.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004333.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004333.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000165.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000232.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000232.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000858.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000858.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001298.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001298.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000956.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000956.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001030.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001030.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000007.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000088.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003842.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003842.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000418.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000418.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004596.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004596.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000247.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000604.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000604.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000340.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000340.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000835.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000835.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000149.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000149.png 718.3351 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000250.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001758.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001758.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000231.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000721.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000721.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004610.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004610.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003146.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003146.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000151.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004373.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004373.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000305.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000641.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000641.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002651.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002651.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000042.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001956.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001956.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003954.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003954.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002342.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002342.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000116.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000116.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002304.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002304.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004011.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004011.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004122.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004122.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001771.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001771.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000387.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000387.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003670.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003670.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002085.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002085.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004204.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004204.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005005.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005005.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000394.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000394.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001131.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001131.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002314.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002314.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001144.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001144.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000142.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000142.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000652.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000652.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001021.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001021.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001373.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001373.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000373.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000373.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000153.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000015.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000340.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000340.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000990.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000990.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001367.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001367.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003254.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003254.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001609.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001609.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000033.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000187.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000187.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002604.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002604.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000378.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000378.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000910.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000910.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000025.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001886.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001886.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000187.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000157.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000326.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000326.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003403.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003403.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004831.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004831.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003510.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003510.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004581.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004581.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001139.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001139.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000044.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000104.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000104.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001678.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001678.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002729.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002729.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000930.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000930.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000072.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001736.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001736.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000167.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000030.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000030.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002881.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002881.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001661.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001661.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001792.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001792.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000086.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000086.png 718.3351 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000028.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002556.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002556.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000196.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000196.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000134.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000134.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001069.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001069.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001170.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001170.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000809.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000809.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000308.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000308.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000226.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000226.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000114.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000843.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000843.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005128.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005128.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001058.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001058.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001968.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001968.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001766.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001766.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000999.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000999.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001124.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001124.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000498.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000498.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000425.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000425.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000797.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000797.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004215.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004215.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000425.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000425.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000456.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000456.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003244.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003244.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003587.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003587.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001993.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001993.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000340.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000340.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004627.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004627.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004524.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004524.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000112.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000561.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000561.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000688.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000688.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000811.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000811.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000223.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000223.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000087.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000087.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002132.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002132.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000099.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000153.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000339.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000339.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001731.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001731.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000042.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004556.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004556.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003006.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003006.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000299.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000030.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000327.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000327.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002819.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002819.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000323.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000323.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000446.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000446.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000266.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000266.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002448.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002448.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000460.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000460.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000801.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000801.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000032.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003609.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003609.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000168.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000168.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001448.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001448.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001175.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001175.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001805.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001805.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000093.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000113.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000519.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000519.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001455.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001455.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002097.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002097.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000805.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000805.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002168.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002168.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004019.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004019.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001243.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001243.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000294.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004470.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004470.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004708.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004708.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000052.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000409.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000409.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000129.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000129.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001485.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001485.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002465.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002465.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000418.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000418.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000302.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000302.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000538.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000538.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000765.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000765.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003384.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003384.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002916.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002916.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004372.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004372.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001811.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001811.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001419.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001419.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003273.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003273.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000730.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000730.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000789.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000789.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000097.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000208.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000208.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001140.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001140.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001495.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001495.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000005.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000862.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000862.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001395.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001395.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000278.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000081.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000821.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000821.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000795.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000795.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000770.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000770.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004259.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004259.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000815.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000815.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002452.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002452.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002241.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002241.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000128.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003686.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003686.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003991.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003991.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000555.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000555.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000826.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000826.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001179.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001179.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000544.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000544.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000831.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000831.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000250.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000250.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000206.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004437.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004437.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001331.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001331.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001835.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001835.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003086.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003086.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000437.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000437.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002224.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002224.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000664.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000664.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000011.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002718.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002718.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000664.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000664.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003728.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003728.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000441.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000441.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000613.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000613.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002548.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002548.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000276.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000036.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000036.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001621.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001621.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004348.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004348.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000029.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000100.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000868.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000868.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000235.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002252.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002252.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002135.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002135.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002847.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002847.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003111.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003111.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000146.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000358.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000358.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000355.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000355.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002334.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002334.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000120.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000083.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000170.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000132.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000129.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000129.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003800.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003800.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000296.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001897.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001897.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000061.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004193.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004193.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002899.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002899.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003118.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003118.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002854.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002854.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000693.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000693.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004580.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004580.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001275.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001275.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003171.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003171.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000974.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000974.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004598.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004598.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000397.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000397.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001020.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001020.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001411.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001411.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000091.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000822.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000822.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005084.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005084.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002579.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002579.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000564.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000564.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000149.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000668.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000668.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002391.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002391.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000159.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004963.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004963.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000118.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000118.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000284.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000051.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000051.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000024.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000604.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000604.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002937.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002937.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000378.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000378.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000414.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000414.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001121.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001121.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000658.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000658.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000331.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000331.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000668.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000668.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000012.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000012.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003689.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003689.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000286.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001861.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001861.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000060.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000016.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000398.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000398.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003065.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003065.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000040.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001133.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001133.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003119.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003119.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001181.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001181.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001102.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001102.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001608.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001608.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000083.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000054.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001161.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001161.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000772.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000772.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000878.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000878.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004084.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004084.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004072.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004072.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004530.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004530.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000039.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000039.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000234.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000234.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000123.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000575.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000575.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000429.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000429.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000304.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001548.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001548.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002401.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002401.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002229.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002229.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000290.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000286.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000286.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000724.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000724.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004124.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004124.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003060.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003060.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002837.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002837.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000133.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000133.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003331.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003331.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003617.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003617.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000079.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000976.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000976.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000031.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000031.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000056.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000018.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000505.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000505.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000950.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000950.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002222.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002222.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000216.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000216.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001099.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001099.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001116.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001116.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000450.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000450.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000788.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000788.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000312.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000312.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003632.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003632.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001248.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001248.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001058.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001058.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003028.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003028.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001469.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001469.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003566.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003566.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000785.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000785.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000375.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000375.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000260.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001757.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001757.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003637.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003637.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001474.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001474.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000513.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000513.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000388.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000388.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001414.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001414.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004671.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004671.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000322.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000322.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004495.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004495.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003223.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003223.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000892.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000892.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000154.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000334.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000334.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000229.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000229.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000130.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000068.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000068.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000213.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000213.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000071.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000071.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004584.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004584.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000044.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000044.png 707.0493 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000185.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000479.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000479.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000680.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000680.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001751.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001751.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000717.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000717.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000100.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000100.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000115.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002897.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002897.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000112.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000112.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004953.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004953.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000073.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000008.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000314.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000314.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000235.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000666.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000666.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000382.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000382.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003797.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003797.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001417.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001417.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000078.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004573.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004573.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000724.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000724.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003806.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003806.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000084.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000084.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000197.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002057.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002057.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000111.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000111.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002965.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002965.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000753.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000753.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003022.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003022.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004930.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004930.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003758.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003758.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000121.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000053.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000127.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000127.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000881.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000881.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003302.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003302.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000750.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000750.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004351.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004351.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004100.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004100.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000138.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000138.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001450.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001450.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002444.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002444.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000639.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000639.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001828.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001828.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000122.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000122.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004838.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004838.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004598.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004598.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000108.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000069.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000441.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000441.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000171.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000437.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000437.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000163.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000163.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003933.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003933.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002124.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002124.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002586.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002586.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000252.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000007.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000007.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000062.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000429.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000429.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003996.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003996.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001114.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001114.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004218.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004218.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000145.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000066.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000825.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000825.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001216.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001216.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000082.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000522.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000522.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000705.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000705.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000160.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000160.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004349.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004349.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002147.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002147.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001568.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001568.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000590.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000590.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000201.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000101.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000101.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004432.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004432.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000269.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000269.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000104.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000528.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000528.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000054.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000054.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000846.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000846.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000222.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004552.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004552.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001704.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001704.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000247.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000247.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000333.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000333.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000141.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000415.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000415.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000118.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000005.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000005.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000238.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000306.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000306.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003637.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003637.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000421.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000421.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000330.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000225.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000089.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000629.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000629.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000035.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000035.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000591.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000591.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001512.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001512.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000717.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000717.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002340.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002340.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000171.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000171.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000707.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000707.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002806.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002806.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000229.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000018.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001470.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001470.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001020.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001020.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000434.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000434.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000327.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000327.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000728.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000728.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000235.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000184.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002157.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002157.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004537.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004537.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000259.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000259.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003857.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003857.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000098.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000446.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000446.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000509.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000509.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001744.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001744.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000229.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000229.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001167.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001167.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000253.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000253.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001796.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001796.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000187.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000187.png 718.3351 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000152.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002200.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002200.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004007.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004007.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000468.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000468.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002855.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002855.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002483.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002483.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000046.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000993.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000993.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002834.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002834.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000156.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000683.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000683.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004527.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004527.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001434.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001434.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000219.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000109.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000109.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000009.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000593.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000593.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002050.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002050.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000479.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000479.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000675.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000675.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000370.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000370.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001537.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001537.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000853.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000853.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004470.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004470.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002196.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002196.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000187.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002712.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002712.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003778.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003778.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003000.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003000.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000311.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000311.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004307.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004307.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000196.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000584.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000584.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000545.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000545.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000953.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000953.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000383.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000383.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000092.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001130.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001130.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001134.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001134.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000768.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000768.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001216.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001216.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003361.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003361.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004758.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004758.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001131.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001131.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000387.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000387.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000515.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000515.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000055.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003394.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003394.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000399.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000399.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001751.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001751.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001193.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001193.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000223.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004240.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004240.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000098.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000098.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000140.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000028.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000028.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001538.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001538.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000210.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000210.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001527.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001527.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002359.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002359.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003182.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003182.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000135.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004475.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004475.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000075.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000075.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000166.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000093.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000093.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000126.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000126.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000148.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000148.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005074.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005074.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000084.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000270.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000270.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004962.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004962.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004385.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004385.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000218.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000090.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000064.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003346.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003346.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001269.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001269.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001835.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001835.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000161.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000161.png 718.3351 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000281.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000243.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000089.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000089.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003144.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003144.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000419.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000419.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002460.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002460.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001933.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001933.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000473.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000473.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003741.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003741.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003461.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003461.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004453.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004453.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003443.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003443.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000163.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000088.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000715.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000715.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004188.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004188.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001737.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001737.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003592.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003592.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000371.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000371.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000303.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000303.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000037.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003083.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003083.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000099.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000112.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000325.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000325.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000263.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000263.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001002.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001002.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001138.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001138.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000554.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000554.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000056.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000056.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000535.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000535.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000196.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000196.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000455.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000455.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000593.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000593.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001591.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001591.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000085.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000630.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000630.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000905.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000905.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002198.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002198.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004497.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004497.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003801.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003801.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000336.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000336.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000170.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000170.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000689.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000689.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000577.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000577.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001700.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001700.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003102.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003102.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000063.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000266.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000123.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000758.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000758.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001047.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001047.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000786.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000786.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000040.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003172.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003172.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000357.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000357.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000762.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000762.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002987.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002987.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000380.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000380.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000022.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003190.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003190.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001338.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001338.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000436.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000436.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000384.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000384.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000018.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000018.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000335.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000335.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001427.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001427.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000152.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000129.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000015.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002656.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002656.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000575.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000575.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000546.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000546.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000335.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000335.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001110.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001110.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000051.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000348.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000348.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000189.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000373.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000373.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000507.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000507.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001036.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001036.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000851.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000851.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000565.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000565.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001409.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001409.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000627.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000627.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003260.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003260.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000565.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000565.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003608.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003608.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000014.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000014.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000034.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000034.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003103.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003103.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004106.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004106.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000063.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000672.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000672.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000053.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000053.png 707.0493 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000298.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004203.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004203.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000226.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000226.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000019.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004263.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004263.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003089.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003089.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002450.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002450.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000560.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000560.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000326.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000326.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002216.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002216.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002327.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002327.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004576.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004576.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000336.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000336.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002383.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002383.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000081.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000246.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000246.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002849.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002849.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004361.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004361.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000128.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000128.png 718.3351 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000045.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000932.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000932.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000354.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000354.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000994.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000994.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003495.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003495.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000108.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000250.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000250.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000045.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001005.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001005.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000172.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000417.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000417.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002940.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002940.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000375.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000375.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001609.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001609.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000094.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000094.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005099.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005099.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000745.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000745.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002794.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002794.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000688.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000688.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000343.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000343.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000456.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000456.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000376.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000376.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004544.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004544.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000653.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000653.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000476.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000476.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000038.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000195.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000530.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000530.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003647.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003647.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001466.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001466.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002580.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002580.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000042.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000042.png 718.3351 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000285.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001094.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001094.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000064.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000393.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000393.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000022.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002824.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002824.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001810.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001810.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000343.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000343.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004264.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004264.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000064.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000316.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000316.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002596.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002596.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000657.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000657.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004340.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004340.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000509.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000509.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003395.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003395.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000256.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000256.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001072.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001072.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000949.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000949.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001160.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001160.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004280.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004280.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004404.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004404.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003971.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003971.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004655.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004655.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002845.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002845.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000457.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000457.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002910.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002910.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000549.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000549.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000381.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000381.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002069.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002069.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000429.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000429.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000045.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001419.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001419.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000156.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003812.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003812.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000297.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000061.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000061.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004422.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004422.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003924.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003924.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003383.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003383.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000869.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000869.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000956.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000956.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000897.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000897.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000358.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000358.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000866.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000866.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000348.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000348.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004347.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004347.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004593.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004593.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000483.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000483.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000383.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000383.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000968.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000968.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003488.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003488.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000310.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000310.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000874.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000874.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000439.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000439.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000648.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000648.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000381.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000381.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000788.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000788.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000182.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000407.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000407.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004821.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004821.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002203.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002203.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000452.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000452.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002993.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002993.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000031.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000031.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001103.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001103.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000092.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000721.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000721.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004558.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004558.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001080.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001080.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001996.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001996.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000416.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000416.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000137.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000656.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000656.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000839.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000839.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000390.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000390.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000150.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001525.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001525.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000018.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004631.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004631.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000732.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000732.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000891.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000891.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004064.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004064.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004770.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004770.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000404.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000404.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003356.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003356.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000434.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000434.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000203.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000203.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000192.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000573.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000573.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001012.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001012.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000051.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000051.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000297.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000438.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000438.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003659.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003659.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000417.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000417.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001168.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001168.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000504.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000504.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000087.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000112.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000112.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000087.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002079.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002079.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003876.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003876.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000731.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000731.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001390.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001390.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001029.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001029.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000035.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000067.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000144.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000496.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000496.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000107.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000218.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000670.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000670.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000734.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000734.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000841.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000841.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003829.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003829.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000328.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000328.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002564.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002564.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000067.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000368.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000368.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000329.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000329.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000616.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000616.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000028.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000087.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004075.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004075.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000827.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000827.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000185.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000065.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000098.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000852.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000852.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000544.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000544.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000699.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000699.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000288.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000288.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000152.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000152.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001585.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001585.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000018.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000043.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000589.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000589.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000906.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000906.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004874.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004874.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000140.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004151.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004151.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000433.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000433.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000545.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000545.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001083.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001083.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003330.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003330.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001265.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001265.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000766.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000766.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000015.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001333.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001333.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000058.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002852.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002852.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000053.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000880.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000880.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001011.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001011.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000248.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000050.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000050.png 718.3351 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000166.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000212.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004250.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004250.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003236.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003236.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000022.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003300.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003300.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000093.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000093.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003633.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003633.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000114.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000327.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000327.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002706.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002706.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004590.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004590.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004704.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004704.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001876.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001876.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000617.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000617.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000259.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000021.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000351.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000351.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000808.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000808.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003215.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003215.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002873.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002873.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001401.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001401.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004898.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004898.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000011.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000011.png 707.0493 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000046.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000734.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000734.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002604.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002604.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002290.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002290.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000304.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000304.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004409.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004409.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000580.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000580.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000058.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000058.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001868.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001868.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003085.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003085.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000588.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000588.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003309.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003309.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000229.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002126.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002126.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003523.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003523.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001490.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001490.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000444.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000444.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000543.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000543.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000220.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000121.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001274.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001274.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000611.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000611.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000256.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001431.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001431.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000652.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000652.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000720.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000720.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004591.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004591.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000198.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000010.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000182.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000182.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000527.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000527.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002784.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002784.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000133.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003441.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003441.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000954.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000954.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000305.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000074.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000618.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000618.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002540.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002540.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003600.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003600.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000408.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000408.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005117.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005117.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002476.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002476.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001071.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001071.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003789.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003789.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004014.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004014.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000367.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000367.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003413.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003413.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000280.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000713.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000713.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002031.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002031.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002851.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002851.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000126.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000126.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000668.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000668.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003311.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003311.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003792.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003792.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002379.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002379.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000657.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000657.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000314.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000314.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000047.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000047.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000326.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000326.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000391.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000391.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000112.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003031.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003031.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002855.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002855.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001752.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001752.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000206.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001080.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001080.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000102.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000102.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000242.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000242.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000061.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000838.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000838.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001120.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001120.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000085.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000986.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000986.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000086.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000086.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004042.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004042.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000127.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000933.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000933.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004456.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004456.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000116.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000014.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000548.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000548.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000729.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000729.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000228.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000156.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001042.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001042.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001395.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001395.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000328.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000328.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000022.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000022.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000019.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002946.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002946.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000326.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000326.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000181.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001011.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001011.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001712.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001712.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000100.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004466.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004466.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001579.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001579.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000627.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000627.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000706.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000706.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000620.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000620.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000049.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000117.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004861.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004861.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001435.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001435.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004257.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004257.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000977.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000977.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000195.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000170.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000186.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000186.png 718.3351 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000245.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000060.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000058.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002715.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002715.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002120.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002120.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005015.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005015.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003980.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003980.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000176.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000041.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000041.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003687.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003687.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000547.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000547.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000889.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000889.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000933.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000933.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003504.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003504.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000717.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000717.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000469.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000469.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000659.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000659.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000329.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000329.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004345.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004345.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004554.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004554.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000084.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004569.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004569.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002488.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002488.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003573.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003573.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000243.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004455.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004455.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000034.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002078.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002078.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000400.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000400.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003056.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003056.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000207.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000094.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001166.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001166.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000092.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000092.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001263.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001263.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000159.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000159.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000691.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000691.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000148.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003169.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003169.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001256.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001256.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000331.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000331.png 718.3351 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000122.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000013.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000394.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000394.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001264.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001264.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000286.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000286.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001413.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001413.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000094.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000094.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000132.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002826.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002826.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001306.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001306.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003287.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003287.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000271.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001857.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001857.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000092.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000092.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001457.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001457.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004285.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004285.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000602.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000602.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000148.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003518.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003518.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000574.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000574.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001009.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001009.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000441.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000441.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005048.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005048.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000103.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000244.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000295.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004265.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004265.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000702.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000702.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004397.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004397.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001290.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001290.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000091.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000009.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000113.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004398.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004398.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000521.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000521.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000236.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002403.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002403.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000898.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000898.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003494.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003494.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001096.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001096.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000163.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002746.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002746.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000694.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000694.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000068.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000481.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000481.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003063.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003063.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001490.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001490.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000009.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002616.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002616.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000189.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000086.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000086.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004212.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004212.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005134.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005134.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000199.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000649.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000649.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000022.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004179.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004179.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000434.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000434.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000204.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000025.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000107.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000597.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000597.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000037.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000037.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004952.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004952.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000264.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001060.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001060.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000458.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000458.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001016.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001016.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000253.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000865.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000865.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000654.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000654.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000377.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000377.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000148.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000088.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000426.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000426.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000147.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000883.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000883.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000792.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000792.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000190.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001910.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001910.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000830.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000830.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004113.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004113.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002818.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002818.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002151.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002151.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000088.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000088.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000417.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000417.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004060.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004060.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000057.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000668.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000668.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000700.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000700.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002385.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002385.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000303.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000303.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000089.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001114.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001114.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000125.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004633.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004633.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000216.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002398.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002398.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000255.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000255.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003077.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003077.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001101.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001101.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000310.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000310.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000137.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000137.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000768.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000768.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000282.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002711.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002711.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000175.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000175.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001347.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001347.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004494.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004494.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000047.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000640.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000640.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000469.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000469.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003469.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003469.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004589.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004589.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000225.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001341.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001341.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001642.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001642.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000220.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000127.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000333.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000333.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000094.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000094.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003839.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003839.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000041.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000674.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000674.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000077.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000560.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000560.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002885.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002885.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003739.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003739.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000106.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000360.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000360.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000644.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000644.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002146.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002146.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000360.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000360.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000128.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001286.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001286.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001662.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001662.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000394.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000394.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003046.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003046.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001749.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001749.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000303.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000303.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004192.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004192.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000118.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004036.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004036.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002346.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002346.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002115.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002115.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002408.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002408.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000543.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000543.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003906.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003906.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003963.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003963.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000259.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000045.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002158.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002158.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000948.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000948.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000813.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000813.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000710.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000710.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000293.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002489.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002489.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000483.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000483.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000187.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000187.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002142.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002142.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002102.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002102.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002129.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002129.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004354.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004354.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003700.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003700.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000173.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000173.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003111.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003111.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000698.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000698.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000174.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000104.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000236.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000662.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000662.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000277.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000277.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005164.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005164.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000373.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000373.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001250.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001250.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000311.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000311.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001539.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001539.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000876.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000876.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000590.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000590.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004646.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004646.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000295.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000040.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004406.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004406.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002422.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002422.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000121.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002484.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002484.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000103.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000728.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000728.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000197.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000850.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000850.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004021.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004021.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000772.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000772.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000055.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000055.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000873.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000873.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000248.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002552.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002552.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001960.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001960.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000320.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000320.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000145.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000145.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000324.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000290.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003115.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003115.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000014.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000173.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004379.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004379.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000239.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000296.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000296.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000041.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000997.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000997.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000145.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000361.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000361.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000187.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000474.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000474.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000009.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000237.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000237.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000071.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002060.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002060.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002331.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002331.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000089.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000089.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001009.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001009.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000630.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000630.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003346.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003346.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000910.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000910.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000463.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000463.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001542.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001542.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004356.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004356.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002314.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002314.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001140.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001140.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000350.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000350.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000125.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000125.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000247.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000285.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000285.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001588.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001588.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000989.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000989.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002435.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002435.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000236.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000011.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000162.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000005.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000196.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000196.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002844.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002844.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003738.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003738.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000338.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000338.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000605.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000605.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000368.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000368.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000089.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003222.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003222.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000258.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000258.png 718.3351 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000010.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000010.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001967.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001967.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000027.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000022.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000082.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000119.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000119.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000058.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000058.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003488.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003488.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000129.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000439.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000439.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000065.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000834.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000834.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000170.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000238.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000238.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001063.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001063.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002042.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002042.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003120.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003120.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000018.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003591.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003591.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000791.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000791.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000035.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000208.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000208.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003593.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003593.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000345.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000345.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000530.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000530.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000307.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000307.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000036.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001193.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001193.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003892.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003892.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000037.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000037.png 707.0493 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000242.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000018.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000008.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000008.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002440.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002440.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000984.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000984.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004467.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004467.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000155.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000155.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004863.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004863.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000036.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001503.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001503.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000056.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000314.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000314.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000135.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000200.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000088.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000396.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000396.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000127.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000671.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000671.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002038.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002038.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000944.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000944.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002918.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002918.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000130.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000746.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000746.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000045.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000320.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000320.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000412.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000412.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001032.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001032.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000307.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000307.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000201.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000319.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000319.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000079.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000147.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000147.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000188.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000469.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000469.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000140.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002343.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002343.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004638.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004638.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001536.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001536.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000509.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000509.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001317.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001317.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000920.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000920.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000853.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000853.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000462.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000462.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000320.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000320.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000029.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000251.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000598.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000598.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003751.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003751.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000214.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000160.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000293.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000293.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000678.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000678.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002904.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002904.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001103.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001103.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004286.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004286.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000581.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000581.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004337.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004337.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000181.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003211.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003211.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000257.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000257.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001195.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001195.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000136.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001061.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001061.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004056.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004056.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000467.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000467.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000372.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000372.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004524.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004524.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000066.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000066.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002254.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002254.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002639.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002639.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004571.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004571.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000848.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000848.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000936.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000936.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000404.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000404.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000104.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004210.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004210.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000275.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000216.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000006.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000213.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000221.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000622.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000622.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003177.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003177.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000194.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000467.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000467.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002862.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002862.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002967.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002967.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004262.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004262.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003794.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003794.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003832.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003832.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005007.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005007.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000594.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000594.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002468.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002468.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002971.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002971.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000334.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000334.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000012.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000287.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000287.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003613.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003613.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000203.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003302.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003302.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000064.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000026.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000026.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000111.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000156.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000411.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000411.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003935.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003935.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000384.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000384.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000879.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000879.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000150.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000340.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000340.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000031.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002098.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002098.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000418.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000418.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000229.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001070.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001070.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000209.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000209.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002651.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002651.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000327.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000327.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000878.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000878.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000933.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000933.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001079.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001079.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000162.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001197.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001197.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003381.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003381.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000070.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000022.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003169.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003169.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000371.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000371.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000506.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000506.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000111.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000064.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000064.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000393.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000393.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000759.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000759.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000268.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000078.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000078.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000330.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000330.png 718.3351 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000265.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000097.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000091.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004604.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004604.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000166.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003314.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003314.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000288.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002323.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002323.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001334.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001334.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005049.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005049.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000475.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000475.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003967.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003967.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000261.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000164.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000164.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001528.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001528.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000316.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000316.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001561.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001561.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000211.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002111.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002111.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000052.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000052.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002325.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002325.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000273.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000426.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000426.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000146.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001964.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001964.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002411.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002411.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004517.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004517.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000814.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000814.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002927.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002927.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000242.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000242.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000321.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000321.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002136.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002136.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003156.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003156.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000133.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000133.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000224.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000089.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001520.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001520.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000244.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000583.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000583.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005078.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005078.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000052.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002934.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002934.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002121.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002121.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001631.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001631.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004637.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004637.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000150.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000150.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002528.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002528.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004539.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004539.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000152.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000771.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000771.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000239.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001585.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001585.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002260.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002260.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000155.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001137.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001137.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000789.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000789.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000697.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000697.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003034.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003034.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000151.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000144.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001146.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001146.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004226.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004226.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001232.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001232.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000871.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000871.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002528.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002528.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003415.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003415.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000259.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000401.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000401.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000135.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001351.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001351.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001077.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001077.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001583.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001583.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003114.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003114.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001127.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001127.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001004.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001004.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000080.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000399.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000399.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002991.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002991.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000154.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001575.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001575.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003155.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003155.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000011.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000011.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003763.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003763.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000044.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000044.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001745.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001745.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000269.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000269.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001638.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001638.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000132.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003843.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003843.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003418.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003418.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000891.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000891.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000596.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000596.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004590.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004590.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001074.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001074.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000047.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000047.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004483.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004483.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002240.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002240.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004484.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004484.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001319.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001319.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000869.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000869.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004131.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004131.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004111.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004111.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000243.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000850.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000850.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000814.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000814.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000157.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000706.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000706.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004006.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004006.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000970.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000970.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003697.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003697.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000722.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000722.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004024.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004024.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002688.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002688.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004520.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004520.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000964.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000964.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001821.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001821.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000263.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000263.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000217.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004516.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004516.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000208.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000231.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000231.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001690.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001690.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000281.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001812.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001812.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003250.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003250.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000020.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000330.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001458.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001458.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000029.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002618.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002618.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000956.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000956.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000900.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000900.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000757.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000757.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001113.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001113.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000198.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000132.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000833.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000833.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003200.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003200.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002043.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002043.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004802.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004802.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001093.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001093.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000418.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000418.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000597.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000597.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000961.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000961.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003117.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003117.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002581.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002581.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000364.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000364.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002548.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002548.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001721.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001721.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000145.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000278.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000278.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000292.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003094.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003094.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002430.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002430.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000333.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000333.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000167.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001914.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001914.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001403.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001403.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003070.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003070.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000064.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000398.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000398.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000711.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000711.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000306.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001187.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001187.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000184.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000184.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000100.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000045.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000045.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000258.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001589.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001589.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000516.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000516.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002615.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002615.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000616.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000616.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001182.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001182.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003936.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003936.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000113.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000748.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000748.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000824.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000824.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000379.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000379.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000028.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000289.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001165.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001165.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004613.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004613.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000031.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002803.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002803.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000302.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000126.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000126.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003906.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003906.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002858.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002858.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000072.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001931.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001931.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003235.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003235.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000059.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002833.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002833.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000059.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000059.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003558.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003558.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000620.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000620.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000255.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000224.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000636.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000636.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000252.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000209.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000209.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002096.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002096.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003491.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003491.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002721.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002721.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000414.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000414.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000032.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000032.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000788.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000788.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000302.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004915.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004915.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003352.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003352.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000141.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000141.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000783.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000783.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000205.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000205.png 718.3351 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000038.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001485.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001485.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000414.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000414.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000180.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000273.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000821.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000821.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004490.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004490.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001117.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001117.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000752.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000752.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002530.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002530.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000501.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000501.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000804.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000804.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003459.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003459.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002588.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002588.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000626.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000626.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001075.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001075.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000758.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000758.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001042.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001042.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000139.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000774.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000774.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000320.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000320.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000234.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003104.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003104.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000308.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002418.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002418.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003221.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003221.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000085.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000948.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000948.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002151.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002151.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004121.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004121.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000100.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000100.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000287.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000011.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000011.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000081.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000620.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000620.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000005.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000005.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000563.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000563.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001554.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001554.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000156.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002075.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002075.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000465.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000465.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001046.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001046.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000414.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000414.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000205.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000205.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001060.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001060.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000994.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000994.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002385.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002385.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000095.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000095.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000072.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000354.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000354.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000509.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000509.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004576.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004576.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000644.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000644.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002716.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002716.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000141.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000141.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000111.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000069.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000069.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001259.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001259.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001373.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001373.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000250.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001000.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001000.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000314.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000314.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002844.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002844.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000268.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000232.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001453.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001453.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000005.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000005.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000521.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000521.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000106.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000309.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000309.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000409.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000409.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000018.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000557.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000557.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000103.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000103.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000222.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000104.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001199.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001199.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000503.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000503.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000248.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000248.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002658.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002658.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000047.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003661.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003661.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000586.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000586.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002950.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002950.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001332.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001332.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000107.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000205.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000205.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000367.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000367.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000446.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000446.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002989.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002989.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001305.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001305.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000635.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000635.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000176.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000741.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000741.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004738.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004738.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000186.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000081.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003732.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003732.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000622.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000622.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001353.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001353.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000247.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001076.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001076.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000159.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000411.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000411.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002501.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002501.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003440.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003440.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002668.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002668.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000020.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001672.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001672.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004118.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004118.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001149.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001149.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000260.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000014.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000271.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000271.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003871.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003871.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000261.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000261.png 718.3351 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000283.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000101.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001151.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001151.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001358.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001358.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000266.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002138.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002138.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003838.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003838.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000981.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000981.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004792.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004792.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002549.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002549.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000039.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000388.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000388.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000190.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001676.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001676.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000410.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000410.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000694.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000694.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000465.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000465.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001195.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001195.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000048.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001205.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001205.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000144.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000144.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000008.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001530.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001530.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000855.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000855.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000684.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000684.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000099.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000099.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000569.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000569.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002796.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002796.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000446.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000446.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003942.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003942.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000098.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000069.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001220.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001220.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005155.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005155.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002184.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002184.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000417.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000417.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002069.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002069.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000920.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000920.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004469.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004469.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000619.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000619.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004619.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004619.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000448.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000448.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001062.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001062.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001814.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001814.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000704.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000704.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000237.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002434.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002434.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000667.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000667.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001672.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001672.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000218.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000218.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003116.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003116.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001010.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001010.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004491.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004491.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000631.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000631.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000503.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000503.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000870.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000870.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000808.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000808.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000517.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000517.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000180.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000156.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001472.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001472.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000535.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000535.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001584.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001584.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003103.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003103.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000349.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000349.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000354.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000354.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000079.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000367.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000367.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002771.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002771.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000768.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000768.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003106.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003106.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001878.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001878.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000110.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000991.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000991.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000015.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003351.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003351.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003316.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003316.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000037.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000846.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000846.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000607.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000607.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000040.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000716.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000716.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000333.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000333.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004155.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004155.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000259.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000125.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000125.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002068.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002068.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000800.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000800.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000845.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000845.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000875.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000875.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000080.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000234.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000234.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003364.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003364.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001513.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001513.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000625.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000625.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001191.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001191.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000385.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000385.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000208.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000018.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000274.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000083.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000083.png 707.0493 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000592.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000592.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001422.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001422.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000403.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000403.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000018.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000018.png 718.3351 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000341.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000341.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002019.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002019.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002537.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002537.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000013.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000128.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000128.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004342.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004342.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001101.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001101.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001985.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001985.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000536.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000536.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003887.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003887.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000224.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000224.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000706.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000706.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004053.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004053.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000411.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000411.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000686.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000686.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002367.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002367.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001107.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001107.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000249.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004430.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004430.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000140.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000184.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000184.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001505.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001505.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003994.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003994.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004193.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004193.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002635.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002635.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003023.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003023.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005071.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005071.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000223.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000021.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000014.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000014.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003209.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003209.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000228.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000228.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000981.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000981.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004133.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004133.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000816.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000816.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000369.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000369.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004316.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004316.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000259.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000795.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000795.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000315.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000315.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002823.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002823.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000067.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000416.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000416.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000042.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000042.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004727.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004727.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000064.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000160.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000354.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000354.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000080.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002798.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002798.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005089.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005089.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002911.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002911.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002004.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002004.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000236.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000236.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000122.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005104.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005104.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000633.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000633.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000484.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000484.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000361.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000361.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000812.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000812.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000838.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000838.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002523.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002523.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000140.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000140.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001059.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001059.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000211.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003485.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003485.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001382.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001382.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000318.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000318.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001789.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001789.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003849.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003849.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004209.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004209.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000798.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000798.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003794.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003794.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000071.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001102.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001102.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003819.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003819.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000815.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000815.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000189.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000105.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001551.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001551.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000911.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000911.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000273.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000309.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000309.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000768.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000768.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000501.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000501.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000009.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000215.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000300.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000449.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000449.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000083.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000083.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000551.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000551.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001545.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001545.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000925.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000925.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000429.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000429.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001242.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001242.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000097.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000097.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000071.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001493.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001493.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001687.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001687.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000285.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000240.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001901.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001901.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000133.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000133.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000375.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000375.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000146.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000719.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000719.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000686.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000686.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000178.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004287.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004287.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004222.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004222.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004999.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004999.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003502.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003502.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000131.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000212.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001660.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001660.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000242.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000242.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001027.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001027.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000340.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000340.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000263.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000101.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000253.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000265.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001955.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001955.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000464.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000464.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001162.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001162.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002365.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002365.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000352.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000352.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000216.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000281.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000281.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001372.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001372.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000477.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000477.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001568.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001568.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001095.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001095.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000008.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000032.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003061.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003061.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002517.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002517.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001697.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001697.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000284.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001009.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001009.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000134.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003690.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003690.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000822.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000822.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000145.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000007.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000270.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000270.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003709.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003709.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000835.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000835.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000333.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000333.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000113.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000656.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000656.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001711.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001711.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000049.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000332.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000332.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000843.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000843.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000702.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000702.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005059.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005059.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000091.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000091.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003561.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003561.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000286.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000051.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003731.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003731.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000423.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000423.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002618.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002618.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003867.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003867.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003839.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003839.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000084.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000092.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000101.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000864.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000864.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002672.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002672.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000846.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000846.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001211.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001211.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004501.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004501.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000020.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000020.png 707.0493 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000083.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000083.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000507.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000507.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003531.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003531.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000112.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000112.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000005.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000260.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001375.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001375.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000026.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000658.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000658.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000595.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000595.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000060.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000551.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000551.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003222.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003222.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000110.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000141.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000449.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000449.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000930.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000930.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001164.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001164.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000276.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001928.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001928.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000065.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000065.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000113.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000253.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001426.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001426.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000047.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000047.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000334.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000334.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001896.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001896.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002001.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002001.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000329.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000329.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000041.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000599.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000599.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001247.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001247.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000922.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000922.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000705.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000705.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004540.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004540.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002620.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002620.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000071.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000031.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000056.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002130.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002130.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000032.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002011.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002011.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000281.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000281.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001680.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001680.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000200.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000929.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000929.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000520.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000520.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000216.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000702.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000702.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000033.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000034.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000034.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002840.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002840.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000754.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000754.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000033.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003662.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003662.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003952.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003952.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000061.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001816.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001816.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000074.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000074.png 707.0493 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000355.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000355.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004824.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004824.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000357.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000357.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000353.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000353.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001904.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001904.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002890.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002890.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000177.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000362.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000362.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002347.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002347.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000214.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000055.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000183.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000183.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001396.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001396.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000301.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000301.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003918.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003918.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000610.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000610.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000540.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000540.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000295.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000055.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000123.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000233.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000233.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000274.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001252.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001252.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000152.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000152.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001106.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001106.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001734.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001734.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000150.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000180.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000180.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000295.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000865.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000865.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000167.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003186.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003186.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000367.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000367.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001735.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001735.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001442.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001442.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000050.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000444.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000444.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000045.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000045.png 718.3351 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000198.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003155.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003155.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001053.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001053.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001304.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001304.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002944.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002944.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000258.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000071.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000067.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000067.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005033.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005033.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000041.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000202.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004013.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004013.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001600.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001600.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003101.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003101.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000539.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000539.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000626.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000626.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000264.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001641.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001641.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000483.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000483.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001604.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001604.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004621.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004621.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000205.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001081.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001081.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000187.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000564.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000564.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001981.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001981.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000010.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000134.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003936.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003936.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003806.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003806.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000518.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000518.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000646.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000646.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000497.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000497.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002900.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002900.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000229.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000266.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000462.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000462.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000852.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000852.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000362.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000362.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000423.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000423.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000042.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000042.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002037.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002037.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000258.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000258.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000242.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000242.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000030.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000266.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000479.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000479.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002445.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002445.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000213.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000071.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000863.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000863.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002811.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002811.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000052.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000220.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003075.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003075.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002611.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002611.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000545.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000545.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001444.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001444.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000653.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000653.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000895.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000895.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001089.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001089.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001348.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001348.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000160.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000225.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000077.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000077.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002554.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002554.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000277.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000603.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000603.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000208.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000503.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000503.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000395.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000395.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000218.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000099.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003160.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003160.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003100.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003100.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000470.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000470.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000598.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000598.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001019.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001019.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000430.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000430.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004830.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004830.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000959.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000959.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000971.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000971.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000072.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000072.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000458.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000458.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002516.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002516.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000837.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000837.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000746.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000746.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000078.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001498.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001498.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004035.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004035.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000159.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003733.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003733.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001831.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001831.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001745.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001745.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000211.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000211.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000397.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000397.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003815.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003815.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002518.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002518.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000021.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000196.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002175.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002175.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000155.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000161.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000161.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000073.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000331.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000331.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000056.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000056.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000321.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000321.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000627.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000627.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000264.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000264.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000027.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000520.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000520.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001183.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001183.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002179.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002179.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004866.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004866.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000622.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000622.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000011.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004386.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004386.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000395.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000395.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002774.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002774.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000178.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002978.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002978.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000083.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001940.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001940.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000274.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000095.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003508.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003508.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001345.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001345.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000120.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000120.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000556.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000556.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000091.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000091.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000177.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000015.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000077.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002086.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002086.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001171.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001171.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000251.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000251.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001035.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001035.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000098.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000098.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001190.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001190.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001871.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001871.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000582.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000582.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000776.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000776.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000554.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000554.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004923.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004923.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000784.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000784.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001989.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001989.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000404.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000404.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000250.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000104.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000686.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000686.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001579.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001579.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001359.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001359.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004284.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004284.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000162.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003692.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003692.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003557.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003557.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004475.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004475.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001509.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001509.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000486.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000486.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002403.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002403.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000175.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001605.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001605.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003057.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003057.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002449.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002449.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000332.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000332.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000412.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000412.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000959.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000959.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000213.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000222.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003730.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003730.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000869.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000869.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003552.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003552.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000369.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000369.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002591.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002591.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004456.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004456.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000255.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000145.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001703.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001703.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001792.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001792.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000065.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001313.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001313.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001518.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001518.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000026.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000190.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001036.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001036.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000143.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000055.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003124.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003124.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000181.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000043.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000043.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003799.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003799.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001508.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001508.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002572.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002572.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002812.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002812.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003404.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003404.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001479.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001479.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001008.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001008.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004444.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004444.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000220.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000156.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000118.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000118.png 718.3351 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000164.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000159.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001046.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001046.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000212.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000212.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000034.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000034.png 707.0493 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000116.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000116.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001495.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001495.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000049.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003813.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003813.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000695.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000695.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000905.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000905.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003334.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003334.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003694.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003694.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002653.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002653.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003059.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003059.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000148.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004294.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004294.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002702.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002702.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000276.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000349.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000349.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004396.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004396.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000121.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000121.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001042.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001042.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002709.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002709.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000398.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000398.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000038.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000296.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000384.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000384.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003616.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003616.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001482.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001482.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002546.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002546.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000012.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000012.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000309.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000309.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003911.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003911.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004978.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004978.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005115.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005115.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000193.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000193.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001005.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001005.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000154.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000154.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001284.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001284.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000405.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000405.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004489.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004489.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004550.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004550.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000162.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000404.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000404.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002006.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002006.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000770.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000770.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001085.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001085.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000067.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000692.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000692.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000601.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000601.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000019.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000040.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000828.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000828.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003773.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003773.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000137.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000346.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000346.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001100.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001100.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000152.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000453.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000453.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000019.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002839.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002839.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000158.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001057.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001057.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000209.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000209.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001859.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001859.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001923.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001923.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000286.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001323.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001323.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000227.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000227.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001579.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001579.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000478.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000478.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004240.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004240.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001092.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001092.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000042.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000042.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003061.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003061.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000496.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000496.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000315.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000315.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000559.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000559.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000025.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000101.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000616.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000616.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000150.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000042.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000225.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003867.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003867.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001052.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001052.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003135.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003135.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000005.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000007.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000501.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000501.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000120.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000090.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000090.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000651.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000651.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001185.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001185.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000097.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000348.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000348.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000825.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000825.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000212.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000212.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004265.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004265.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000690.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000690.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001499.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001499.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000810.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000810.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001396.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001396.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001466.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001466.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000901.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000901.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000564.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000564.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003607.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003607.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000287.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000287.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000371.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000371.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000639.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000639.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000401.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000401.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000014.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000014.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003895.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003895.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000075.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000421.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000421.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000454.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000454.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003490.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003490.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001887.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001887.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000685.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000685.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000190.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000270.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002262.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002262.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000407.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000407.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000267.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000023.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002842.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002842.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002455.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002455.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000121.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000121.png 718.3351 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000042.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000691.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000691.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000756.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000756.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003142.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003142.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000661.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000661.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001105.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001105.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000485.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000485.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002156.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002156.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002557.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002557.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005038.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005038.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000273.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000793.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000793.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003981.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003981.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000056.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000045.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000045.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003157.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003157.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000438.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000438.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002957.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002957.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001549.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001549.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000306.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000306.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000521.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000521.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000624.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000624.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001069.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001069.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002281.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002281.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000018.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000787.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000787.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001864.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001864.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004004.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004004.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000244.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000010.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000010.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000182.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004100.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004100.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000039.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000316.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000316.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002067.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002067.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001556.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001556.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004256.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004256.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003980.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003980.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000466.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000466.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001149.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001149.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004066.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004066.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000075.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000157.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000157.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000080.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000080.png 718.3351 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000029.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000029.png 707.0493 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000736.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000736.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004820.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004820.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000315.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000315.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000403.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000403.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000294.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000294.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003685.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003685.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001546.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001546.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000498.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000498.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000559.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000559.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000024.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000849.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000849.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000974.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000974.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000082.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000246.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000246.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000222.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000222.png 718.3351 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000122.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000122.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000353.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000353.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000072.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000993.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000993.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000025.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001158.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001158.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000394.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000394.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001362.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001362.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002755.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002755.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001843.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001843.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001379.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001379.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000871.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000871.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000321.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000321.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001019.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001019.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000186.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000117.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000217.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000217.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000245.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000245.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000704.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000704.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000629.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000629.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000048.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000394.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000394.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000060.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003624.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003624.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000101.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000101.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000985.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000985.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000581.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000581.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000241.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000375.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000375.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000474.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000474.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004279.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004279.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000418.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000418.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000074.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000074.png 718.3351 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000153.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003478.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003478.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004477.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004477.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002810.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002810.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001883.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001883.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000071.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000071.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000130.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000130.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004610.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004610.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001129.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001129.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000323.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000323.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000742.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000742.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000092.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000079.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000079.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000013.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000013.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002243.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002243.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001241.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001241.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000133.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000133.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004161.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004161.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000325.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000325.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000023.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000212.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000064.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001024.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001024.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004531.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004531.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001667.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001667.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000038.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002898.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002898.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000235.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000096.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000136.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001218.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001218.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004611.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004611.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002271.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002271.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000014.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001307.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001307.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000145.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000145.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000329.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000329.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001354.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001354.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000701.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000701.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003964.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003964.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000556.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000556.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001908.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001908.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003680.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003680.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003014.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003014.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001319.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001319.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000104.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000104.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000393.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000393.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000243.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000243.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000606.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000606.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002804.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002804.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001164.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001164.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000375.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000375.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000486.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000486.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000089.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002417.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002417.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001310.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001310.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000279.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000686.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000686.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002271.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002271.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000103.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000553.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000553.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002907.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002907.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002514.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002514.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000500.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000500.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000283.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001346.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001346.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000445.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000445.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001384.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001384.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000005.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000005.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000269.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000269.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000113.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000074.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000084.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000163.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001136.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001136.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001944.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001944.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002876.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002876.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004112.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004112.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004419.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004419.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000734.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000734.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000022.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000128.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000694.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000694.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002396.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002396.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002575.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002575.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000597.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000597.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000255.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000952.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000952.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000502.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000502.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001450.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001450.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000017.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000017.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000962.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000962.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000379.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000379.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002178.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002178.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003045.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003045.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004669.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004669.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000123.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000123.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000186.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000186.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002492.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002492.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000175.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000175.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001001.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001001.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000364.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000364.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000123.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000219.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000219.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004237.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004237.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001559.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001559.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000229.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000229.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001514.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001514.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000262.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000190.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004133.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004133.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000302.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000302.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000167.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000099.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000099.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000088.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000570.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000570.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000834.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000834.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000452.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000452.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000938.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000938.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000034.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000034.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000444.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000444.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000235.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000235.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002609.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002609.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000116.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001095.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001095.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001763.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001763.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000372.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000372.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000484.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000484.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001963.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001963.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000196.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002889.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002889.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003232.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003232.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000041.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000041.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000026.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001520.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001520.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004335.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004335.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000518.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000518.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001188.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001188.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000253.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000896.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000896.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001005.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001005.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000265.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000181.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000055.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000111.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001166.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001166.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000089.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003628.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003628.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002040.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002040.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001202.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001202.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000584.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000584.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000153.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000153.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001341.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001341.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003719.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003719.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000417.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000417.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000193.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000786.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000786.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001813.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001813.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000613.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000613.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000683.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000683.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000381.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000381.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000406.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000406.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000127.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001291.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001291.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000262.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000262.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004152.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004152.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000232.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002162.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002162.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000598.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000598.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000385.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000385.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000456.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000456.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000804.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000804.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001652.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001652.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000643.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000643.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000119.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000119.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001138.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001138.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000122.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000104.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002558.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002558.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001323.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001323.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000479.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000479.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000675.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000675.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000631.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000631.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000635.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000635.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000129.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000056.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000617.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000617.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004002.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004002.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001087.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001087.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000408.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000408.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000889.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000889.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001321.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001321.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000242.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000047.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000538.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000538.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000519.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000519.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000568.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000568.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000230.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000230.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000072.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000072.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000122.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000226.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000552.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000552.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000723.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000723.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000327.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000327.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000024.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000024.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000314.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000314.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001885.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001885.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002626.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002626.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000127.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000294.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000294.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000010.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000529.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000529.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000145.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000145.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000164.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002547.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002547.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000680.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000680.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000255.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003423.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003423.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000331.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000331.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000052.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001021.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001021.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002095.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002095.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000649.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000649.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000279.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000620.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000620.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000033.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000033.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002522.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002522.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000165.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000165.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000228.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000484.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000484.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001264.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001264.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000486.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000486.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001066.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001066.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000264.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000539.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000539.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000328.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000328.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003023.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003023.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000250.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000250.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002127.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002127.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003295.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003295.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000354.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000354.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000347.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000347.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001491.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001491.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000657.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000657.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000518.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000518.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000248.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000016.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000016.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000182.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000182.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000253.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000253.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001261.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001261.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000261.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002392.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002392.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000019.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000019.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000335.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000335.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003636.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003636.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002077.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002077.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001886.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001886.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000387.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000387.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005086.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005086.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003890.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003890.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000692.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000692.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000658.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000658.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000045.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000245.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001462.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001462.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001294.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001294.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000980.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000980.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002999.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002999.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000653.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000653.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000108.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000365.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000365.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001032.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001032.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000107.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000107.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003599.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003599.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000471.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000471.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000115.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000422.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000422.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000137.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000137.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000106.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003757.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003757.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000856.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000856.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000046.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000349.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000349.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003594.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003594.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003458.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003458.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000697.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000697.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003581.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003581.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003929.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003929.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000767.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000767.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001047.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001047.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000324.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000324.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004651.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004651.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003519.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003519.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004575.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004575.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000344.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000344.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000073.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000073.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002674.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002674.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001735.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001735.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001971.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001971.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000901.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000901.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001275.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001275.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001899.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001899.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004189.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004189.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000086.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002427.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002427.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000389.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000389.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000585.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000585.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000180.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001358.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001358.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001014.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001014.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000279.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002087.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002087.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002909.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002909.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001381.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001381.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000194.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000194.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001562.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001562.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000078.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001295.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001295.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000335.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000335.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000127.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004602.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004602.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001507.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001507.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000651.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000651.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004298.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004298.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000049.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000814.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000814.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001126.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001126.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000047.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000047.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002307.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002307.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000344.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000344.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000174.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002733.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002733.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004599.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004599.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000186.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000186.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001399.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001399.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000903.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000903.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000037.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000037.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003786.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003786.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001587.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001587.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001135.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001135.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000047.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002180.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002180.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000099.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003279.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003279.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000217.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000737.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000737.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004031.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004031.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000057.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000079.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000079.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001626.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001626.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000301.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000301.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004906.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004906.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000012.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004044.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004044.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001377.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001377.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000305.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000351.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000351.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000904.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000904.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000361.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000361.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000065.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000096.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000868.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000868.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000356.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000356.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000007.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000007.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000735.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000735.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000277.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000277.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004450.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004450.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000124.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002380.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002380.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000221.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000221.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000285.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000433.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000433.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000197.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000075.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000617.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000617.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000485.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000485.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002037.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002037.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000046.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003963.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003963.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000010.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000658.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000658.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001360.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001360.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000843.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000843.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002260.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002260.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000334.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000334.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000632.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000632.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001118.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001118.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000477.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000477.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000317.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000317.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000285.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000285.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000208.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000038.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000038.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000553.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000553.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000128.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002017.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002017.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004512.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004512.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000526.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000526.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001147.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001147.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000313.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000313.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001025.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001025.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003315.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003315.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001321.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001321.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001255.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001255.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003055.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003055.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002942.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002942.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000020.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000061.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000524.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000524.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003723.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003723.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001244.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001244.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000820.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000820.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004849.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004849.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004860.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004860.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000427.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000427.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000446.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000446.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004583.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004583.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004158.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004158.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004402.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004402.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003184.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003184.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000119.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000234.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001061.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001061.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002872.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002872.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000852.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000852.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001543.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001543.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000128.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000361.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000361.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001478.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001478.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000016.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000170.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000102.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000389.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000389.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000812.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000812.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000356.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000356.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000177.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000177.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002694.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002694.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004231.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004231.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000052.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000540.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000540.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000280.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000308.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000042.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000325.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000325.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000214.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001240.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001240.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002017.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002017.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001675.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001675.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000380.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000380.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003540.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003540.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000044.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000044.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000206.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001388.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001388.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000255.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000255.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002629.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002629.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000049.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000972.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000972.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000631.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000631.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002398.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002398.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000259.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000044.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000044.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001465.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001465.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000056.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000056.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000763.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000763.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000107.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000028.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000028.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000100.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001204.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001204.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000792.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000792.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004110.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004110.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000006.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000006.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003795.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003795.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002259.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002259.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000482.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000482.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000911.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000911.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000022.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000007.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000185.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000128.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000128.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000640.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000640.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000376.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000376.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000450.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000450.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000246.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000934.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000934.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000202.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000202.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000138.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001058.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001058.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000111.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000111.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001042.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001042.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000910.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000910.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000363.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000363.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000256.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000256.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000070.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002226.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002226.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000932.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000932.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003768.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003768.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003790.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003790.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000141.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000136.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000117.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000198.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000024.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000402.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000402.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001879.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001879.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000069.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000069.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000243.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000243.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001227.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001227.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000580.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000580.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000122.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000122.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004982.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004982.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000210.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001421.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001421.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000587.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000587.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000597.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000597.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000153.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000036.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000036.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000562.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000562.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000298.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000298.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000052.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000052.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000708.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000708.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004320.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004320.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000614.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000614.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000448.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000448.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000313.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000313.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000074.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003202.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003202.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000162.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000162.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001770.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001770.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002376.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002376.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000050.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000050.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001112.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001112.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000057.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001286.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001286.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000222.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000222.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000647.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000647.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000052.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000423.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000423.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000995.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000995.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000510.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000510.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000039.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000182.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000182.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004233.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004233.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000136.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000466.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000466.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000066.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000066.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000070.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000070.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000168.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000106.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000106.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001917.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001917.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005118.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005118.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000358.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000358.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000234.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001998.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001998.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002659.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002659.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000687.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000687.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000005.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000005.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004084.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004084.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003984.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003984.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001778.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001778.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001306.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001306.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000154.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002368.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002368.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003852.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003852.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000308.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000036.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000468.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000468.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002747.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002747.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000055.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000037.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001048.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001048.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000773.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000773.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001671.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001671.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000697.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000697.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001270.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001270.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000532.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000532.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001064.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001064.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002454.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002454.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002988.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002988.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000256.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001423.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001423.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004029.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004029.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004681.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004681.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003960.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003960.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000582.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000582.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000405.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000405.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000230.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000230.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000837.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000837.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004855.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004855.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001162.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001162.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002776.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002776.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004782.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004782.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000627.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000627.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004341.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004341.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000303.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000422.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000422.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000153.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004198.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004198.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001398.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001398.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000340.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000340.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001874.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001874.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000008.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000008.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002857.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002857.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000334.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000334.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000080.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000080.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003992.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003992.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000921.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000921.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000059.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000059.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000737.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000737.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000641.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000641.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001515.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001515.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003081.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003081.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000556.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000556.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000052.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000134.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000134.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000100.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000100.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001487.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001487.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000054.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000206.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000206.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000163.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002816.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002816.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000095.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000355.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000355.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000107.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000114.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000411.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000411.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001612.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001612.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003854.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003854.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001109.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001109.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000823.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000823.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000149.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000914.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000914.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001822.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001822.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000590.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000590.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001177.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001177.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001602.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001602.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004858.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004858.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000356.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000356.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000220.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000220.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003053.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003053.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000143.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000143.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000171.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000073.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003045.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003045.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004292.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004292.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002222.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002222.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000437.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000437.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000335.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000335.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000337.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000337.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003417.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003417.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004138.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004138.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003924.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003924.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000527.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000527.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000651.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000651.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000256.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000256.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002090.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002090.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000118.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000118.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000284.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000284.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000365.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000365.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004128.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004128.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002318.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002318.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000982.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000982.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001978.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001978.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000028.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000028.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000939.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000939.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000552.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000552.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002185.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002185.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000120.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000420.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000420.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005152.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005152.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000212.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003711.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003711.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001677.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001677.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004121.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004121.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000415.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000415.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004270.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004270.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000103.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000103.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002631.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002631.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000362.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000362.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003377.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003377.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000428.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000428.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000061.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001913.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001913.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000974.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000974.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000239.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001580.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001580.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004725.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004725.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000039.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000069.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000262.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000262.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003263.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003263.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000618.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000618.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000245.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000245.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003818.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003818.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000276.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000276.png 718.3351 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000317.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000317.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004385.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004385.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003899.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003899.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000050.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000554.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000554.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000109.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000109.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001210.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001210.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000044.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000246.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000225.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000225.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000253.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000253.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000029.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000029.png 718.3351 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000186.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000547.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000547.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000030.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000400.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000400.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000168.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000012.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000012.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000904.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000904.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000331.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000331.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000103.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000392.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000392.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000569.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000569.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000038.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000038.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000262.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000262.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000491.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000491.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000968.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000968.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003489.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003489.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001073.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001073.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001049.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001049.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000490.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000490.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004960.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004960.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000043.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004476.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004476.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000860.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000860.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002959.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002959.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000025.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000847.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000847.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001710.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001710.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004061.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004061.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000042.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002785.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002785.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000043.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002710.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002710.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000054.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000054.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000860.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000860.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000059.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001521.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001521.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000172.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001664.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001664.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001032.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001032.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000237.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000237.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000466.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000466.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000459.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000459.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000106.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000106.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000123.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000123.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000049.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000049.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000660.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000660.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000068.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001087.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001087.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000110.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001035.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001035.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000652.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000652.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000670.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000670.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000089.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004177.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004177.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000111.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004846.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004846.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000090.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000616.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000616.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000136.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003085.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003085.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000263.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000484.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000484.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000185.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000185.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002432.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002432.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000020.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005047.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005047.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003240.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003240.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000086.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004365.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004365.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000231.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000231.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000245.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002045.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002045.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002345.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002345.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000950.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000950.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000106.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002790.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002790.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000663.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000663.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001044.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001044.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002046.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002046.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001343.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001343.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000305.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000361.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000361.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000502.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000502.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000123.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003580.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003580.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002146.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002146.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000153.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000374.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000374.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000098.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001984.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001984.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002697.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002697.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000757.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000757.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000089.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003073.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003073.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003485.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003485.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002929.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002929.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003371.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003371.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004000.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004000.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000744.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000744.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000750.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000750.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000182.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000727.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000727.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001029.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001029.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000275.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000019.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003134.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003134.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000304.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001027.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001027.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000147.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000140.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000380.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000380.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000525.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000525.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000653.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000653.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000984.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000984.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000305.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000305.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001470.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001470.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000017.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000100.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000089.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004200.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004200.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000220.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001525.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001525.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000485.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000485.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000189.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002194.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002194.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000008.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000594.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000594.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004088.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004088.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003131.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003131.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000151.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000151.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000110.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000110.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000024.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000024.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002665.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002665.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003753.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003753.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004266.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004266.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000970.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000970.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000057.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000379.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000379.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001086.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001086.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000661.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000661.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000225.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001987.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001987.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004388.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004388.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000595.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000595.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002756.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002756.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000655.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000655.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004281.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004281.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001819.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001819.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003123.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003123.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005105.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005105.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000126.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000347.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000347.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000481.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000481.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003872.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003872.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000531.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000531.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000218.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000770.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000770.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001916.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001916.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000428.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000428.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002428.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002428.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001483.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001483.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000025.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000533.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000533.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000426.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000426.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000016.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004924.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004924.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003517.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003517.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003749.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003749.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000366.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000366.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000344.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000344.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004005.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004005.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000090.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000183.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000168.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000709.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000709.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000151.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000151.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000210.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000335.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000335.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002986.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002986.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002636.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002636.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001838.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001838.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000170.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000170.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000510.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000510.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000718.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000718.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000285.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001465.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001465.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001682.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001682.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000501.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000501.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002029.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002029.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001111.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001111.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000203.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002970.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002970.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000413.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000413.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000469.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000469.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000292.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000292.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000108.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000525.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000525.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003468.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003468.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001272.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001272.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000360.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000360.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003620.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003620.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004580.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004580.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003479.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003479.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000608.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000608.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000132.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000132.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000589.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000589.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000373.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000373.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004667.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004667.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000100.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000100.png 718.3351 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000028.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000085.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000173.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000173.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001920.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001920.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001256.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001256.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000196.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004968.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004968.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000869.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000869.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000165.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000165.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004080.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004080.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000229.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000229.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000299.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000385.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000385.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003471.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003471.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000026.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003310.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003310.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000086.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000086.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000110.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003556.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003556.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004546.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004546.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001133.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001133.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000300.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000300.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000310.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000310.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000371.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000371.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000480.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000480.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000043.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002707.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002707.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001062.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001062.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000006.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000006.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001193.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001193.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000233.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000233.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000323.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000323.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000756.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000756.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000204.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000204.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003362.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003362.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002574.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002574.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000232.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000880.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000880.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003007.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003007.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000361.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000361.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001648.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001648.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004071.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004071.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000187.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000503.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000503.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001103.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001103.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000239.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000728.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000728.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000017.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001563.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001563.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001781.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001781.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002986.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002986.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002891.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002891.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003640.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003640.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000359.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000359.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004774.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004774.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003133.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003133.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003737.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003737.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000160.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000417.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000417.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003869.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003869.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000210.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003934.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003934.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000301.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000301.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000515.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000515.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004160.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004160.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003067.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003067.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001596.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001596.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001477.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001477.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000307.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000307.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000014.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000131.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004384.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004384.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000613.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000613.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003985.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003985.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000081.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000081.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000130.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000130.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001136.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001136.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001848.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001848.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000044.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000689.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000689.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005108.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005108.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000018.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000018.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001977.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001977.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004089.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004089.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000304.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000297.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001254.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001254.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000748.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000748.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000782.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000782.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000108.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002211.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002211.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000569.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000569.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000397.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000397.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000109.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000673.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000673.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000158.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000093.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000016.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000207.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001606.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001606.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000255.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000255.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001957.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001957.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000174.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000174.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001846.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001846.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001992.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001992.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001567.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001567.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001402.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001402.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000265.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004507.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004507.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000273.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000615.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000615.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000240.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002084.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002084.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001508.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001508.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000108.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000140.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000054.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000257.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001515.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001515.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000116.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000173.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000717.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000717.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002608.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002608.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000279.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000279.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000086.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001766.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001766.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001519.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001519.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005130.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005130.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001107.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001107.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000278.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000278.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001093.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001093.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000242.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000317.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000317.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000183.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002031.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002031.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000052.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000052.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004277.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004277.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000116.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000581.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000581.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003571.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003571.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000291.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000181.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000119.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001507.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001507.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000164.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000164.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000047.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000530.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000530.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000136.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003703.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003703.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002590.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002590.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000285.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000199.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001050.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001050.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002782.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002782.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001120.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001120.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004499.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004499.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001194.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001194.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000894.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000894.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000724.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000724.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002073.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002073.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000216.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000233.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000211.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003530.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003530.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000330.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001653.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001653.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001260.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001260.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000233.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002539.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002539.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000212.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002499.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002499.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000110.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000110.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000634.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000634.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000044.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000044.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000542.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000542.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000086.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000086.png 718.3351 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000172.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000059.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000674.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000674.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000491.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000491.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003858.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003858.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000241.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004230.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004230.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004776.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004776.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000036.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000036.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000727.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000727.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000253.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000742.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000742.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001091.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001091.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000421.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000421.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001965.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001965.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000320.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000320.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000147.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000277.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001424.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001424.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000358.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000358.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000261.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000350.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000350.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000645.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000645.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000054.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004363.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004363.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000156.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001139.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001139.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000204.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000204.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000015.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000015.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000014.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000179.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000900.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000900.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001501.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001501.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000146.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000113.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004229.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004229.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003672.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003672.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000139.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000139.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003830.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003830.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001348.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001348.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000882.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000882.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002210.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002210.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002361.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002361.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005085.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005085.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000929.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000929.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004136.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004136.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000426.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000426.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000167.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000130.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002908.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002908.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002785.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002785.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001068.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001068.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000337.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000337.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002476.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002476.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000118.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000233.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000440.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000440.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002189.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002189.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003321.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003321.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000240.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000240.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000075.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000075.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000075.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000999.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000999.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005109.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005109.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000427.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000427.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003109.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003109.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003015.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003015.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002935.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002935.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001700.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001700.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000186.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000326.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000326.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000029.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000137.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000113.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000113.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000967.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000967.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003293.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003293.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004586.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004586.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000104.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000104.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000180.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000860.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000860.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000457.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000457.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004966.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004966.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001104.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001104.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000840.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000840.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000054.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001377.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001377.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000183.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000325.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000325.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000255.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000535.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000535.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001976.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001976.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000880.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000880.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000224.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000952.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000952.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000087.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000146.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000146.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001301.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001301.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000474.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000474.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000015.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002874.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002874.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003829.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003829.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000965.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000965.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000302.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004303.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004303.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000433.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000433.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004794.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004794.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002158.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002158.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000093.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000247.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001475.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001475.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004190.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004190.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003199.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003199.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000223.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000407.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000407.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000412.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000412.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000244.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000244.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004315.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004315.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001566.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001566.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000698.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000698.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000717.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000717.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000056.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000056.png 718.3351 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000400.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000400.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000763.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000763.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000054.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000054.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002732.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002732.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002193.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002193.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000319.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000319.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000338.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000338.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000182.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000187.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000187.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001040.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001040.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000067.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000067.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003798.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003798.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000421.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000421.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000434.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000434.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001214.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001214.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001953.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001953.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000012.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000796.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000796.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004620.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004620.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000682.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000682.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003220.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003220.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000116.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000372.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000372.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000458.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000458.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004423.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004423.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000140.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000942.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000942.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000082.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000063.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000063.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001112.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001112.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002288.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002288.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000049.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003176.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003176.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000223.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001050.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001050.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000033.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000494.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000494.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000361.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000361.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000298.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003392.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003392.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000602.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000602.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004018.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004018.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000782.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000782.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004623.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004623.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000198.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000198.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000854.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000854.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000264.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000005.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000005.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001764.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001764.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002719.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002719.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000070.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000921.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000921.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002642.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002642.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002797.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002797.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000069.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000303.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000271.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000397.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000397.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000542.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000542.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002837.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002837.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000650.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000650.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000403.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000403.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000318.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000318.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001075.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001075.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001021.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001021.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000879.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000879.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001817.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001817.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001133.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001133.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000672.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000672.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000073.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001845.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001845.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000228.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000228.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002980.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002980.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004624.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004624.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000106.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000203.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000203.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003816.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003816.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001056.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001056.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001050.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001050.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000944.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000944.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000158.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000228.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000228.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000066.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003604.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003604.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000201.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003310.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003310.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000224.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000781.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000781.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004223.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004223.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004835.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004835.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000021.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000039.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000107.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001214.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001214.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000482.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000482.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000247.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000247.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003294.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003294.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002978.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002978.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000408.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000408.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001013.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001013.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000978.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000978.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000296.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000602.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000602.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003619.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003619.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000390.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000390.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000129.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004489.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004489.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000059.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002943.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002943.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000192.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000353.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000353.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000041.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000041.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002673.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002673.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000520.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000520.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000339.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000339.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000361.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000361.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001658.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001658.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002972.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002972.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000065.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000161.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000161.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000847.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000847.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000087.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000161.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000319.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000319.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001589.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001589.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000144.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000232.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000444.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000444.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003141.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003141.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000268.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000233.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001190.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001190.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000236.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002336.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002336.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000249.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000614.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000614.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000343.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000343.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000646.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000646.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000430.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000430.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001081.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001081.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000814.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000814.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003719.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003719.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000146.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000150.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000150.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000175.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004317.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004317.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001528.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001528.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000386.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000386.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000037.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000591.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000591.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000045.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002148.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002148.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000365.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000365.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000330.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002832.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002832.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000201.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001308.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001308.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000491.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000491.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000098.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000098.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000500.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000500.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000378.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000378.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003420.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003420.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001438.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001438.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000123.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000123.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000663.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000663.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000486.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000486.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001782.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001782.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000162.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000514.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000514.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000181.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000118.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003536.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003536.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000231.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000285.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000806.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000806.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003113.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003113.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001100.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001100.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000179.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003583.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003583.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000467.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000467.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000188.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000721.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000721.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000304.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000304.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000061.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003821.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003821.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000122.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000122.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003888.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003888.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000057.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000057.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000376.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000376.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000102.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004343.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004343.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000220.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004643.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004643.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005068.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005068.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000153.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000540.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000540.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003840.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003840.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000928.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000928.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000184.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001086.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001086.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000055.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000055.png 718.3351 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000060.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000060.png 707.0493 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000354.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000354.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000093.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003228.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003228.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003877.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003877.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000121.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000121.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000179.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000179.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000241.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002599.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002599.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000789.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000789.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001060.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001060.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003062.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003062.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002080.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002080.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002713.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002713.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000065.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000158.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000158.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003496.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003496.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000694.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000694.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000021.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000286.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000286.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002003.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002003.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002998.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002998.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001392.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001392.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000866.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000866.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000232.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000606.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000606.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003678.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003678.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000272.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000272.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000340.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000340.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000573.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000573.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000211.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000211.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000939.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000939.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000451.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000451.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000284.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000284.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000291.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004371.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004371.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000535.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000535.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000565.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000565.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000714.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000714.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000067.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000765.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000765.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004907.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004907.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001027.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001027.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002512.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002512.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002453.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002453.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000766.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000766.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001119.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001119.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000006.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002335.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002335.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004023.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004023.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000914.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000914.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001102.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001102.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000022.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002670.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002670.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000027.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000365.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000365.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000364.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000364.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002312.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002312.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000298.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001238.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001238.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000918.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000918.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003638.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003638.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000340.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000340.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003833.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003833.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002516.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002516.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000115.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000115.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000509.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000509.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001757.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001757.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002931.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002931.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003248.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003248.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000435.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000435.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000156.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000156.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000271.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001039.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001039.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004608.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004608.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000700.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000700.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000354.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000354.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000046.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000046.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000143.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000710.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000710.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003544.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003544.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000920.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000920.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000228.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001985.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001985.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001163.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001163.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000178.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000178.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000369.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000369.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000248.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001121.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001121.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000137.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000137.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000026.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000026.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001118.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001118.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002366.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002366.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000087.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000417.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000417.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000094.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003161.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003161.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004481.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004481.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004130.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004130.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002873.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002873.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000691.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000691.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000907.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000907.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001924.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001924.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003389.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003389.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000487.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000487.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004301.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004301.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000738.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000738.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000665.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000665.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002829.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002829.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001707.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001707.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001461.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001461.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004145.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004145.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002263.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002263.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000378.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000378.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001092.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001092.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000437.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000437.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004374.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004374.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002727.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002727.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000105.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004683.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004683.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003371.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003371.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000284.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000284.png 718.3351 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000040.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003513.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003513.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003572.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003572.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002134.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002134.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002387.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002387.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000289.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002445.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002445.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000235.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000235.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000264.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000264.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001179.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001179.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003855.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003855.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000086.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001004.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001004.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001844.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001844.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000229.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001848.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001848.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000399.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000399.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001287.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001287.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004416.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004416.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003901.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003901.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000687.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000687.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000623.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000623.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000312.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000312.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001403.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001403.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001877.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001877.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001777.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001777.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000147.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000147.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000065.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000065.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003243.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003243.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001378.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001378.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001781.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001781.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000353.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000353.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003943.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003943.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000142.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000142.png 718.3351 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000027.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000410.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000410.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000240.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000581.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000581.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001602.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001602.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001167.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001167.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003955.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003955.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000055.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003069.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003069.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000046.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000046.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000542.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000542.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003333.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003333.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001288.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001288.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001381.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001381.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001086.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001086.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000137.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001033.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001033.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000706.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000706.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002324.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002324.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000302.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000391.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000391.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002915.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002915.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000105.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000105.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000200.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000200.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000536.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000536.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003396.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003396.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000257.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001382.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001382.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003579.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003579.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004424.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004424.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001482.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001482.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000573.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000573.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000199.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003818.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003818.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001091.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001091.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000619.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000619.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000047.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000047.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003718.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003718.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000094.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000094.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000770.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000770.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000252.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000252.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000963.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000963.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002753.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002753.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003424.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003424.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000062.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000013.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000379.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000379.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003435.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003435.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000363.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000363.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001015.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001015.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000499.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000499.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000586.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000586.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000405.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000405.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000701.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000701.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000139.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000028.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000028.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000314.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000314.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000236.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003917.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003917.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000421.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000421.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000538.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000538.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002877.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002877.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000684.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000684.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000851.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000851.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004487.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004487.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000061.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000061.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000660.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000660.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000141.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000226.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003289.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003289.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001846.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001846.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002265.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002265.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000410.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000410.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000884.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000884.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003492.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003492.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005122.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005122.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000103.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002893.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002893.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000512.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000512.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004206.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004206.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000686.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000686.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000287.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000372.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000372.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000088.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000088.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000195.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000290.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000290.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001335.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001335.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004348.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004348.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000015.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003084.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003084.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000108.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000390.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000390.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001068.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001068.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001073.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001073.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000465.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000465.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001960.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001960.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002044.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002044.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001064.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001064.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000512.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000512.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000008.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000008.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000106.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000360.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000360.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003164.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003164.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000184.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003405.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003405.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000491.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000491.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000226.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000005.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000150.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000636.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000636.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000112.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004869.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004869.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000197.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000197.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000346.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000346.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001083.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001083.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001991.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001991.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000027.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000187.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004550.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004550.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002250.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002250.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000436.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000436.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000438.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000438.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000279.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000295.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000105.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000205.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000061.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000061.png 718.3351 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000020.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000119.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000119.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002636.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002636.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001467.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001467.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000452.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000452.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000200.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000200.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001958.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001958.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004388.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004388.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000972.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000972.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000712.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000712.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003122.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003122.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003059.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003059.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002937.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002937.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000609.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000609.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000298.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000298.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000076.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000050.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000050.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001155.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001155.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000333.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000333.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000105.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001311.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001311.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001779.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001779.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004047.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004047.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003776.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003776.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000799.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000799.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001079.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001079.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003088.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003088.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003092.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003092.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001124.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001124.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003547.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003547.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000913.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000913.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002208.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002208.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001263.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001263.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000134.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000134.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000423.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000423.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001133.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001133.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003414.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003414.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002691.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002691.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000079.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000699.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000699.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000130.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000130.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003605.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003605.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000682.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000682.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000179.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000179.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001456.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001456.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000645.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000645.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002768.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002768.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000314.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000314.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000899.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000899.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000074.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000426.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000426.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000548.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000548.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003937.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003937.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000059.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000019.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000744.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000744.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000207.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000207.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004739.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004739.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000378.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000378.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000375.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000375.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000010.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000010.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003521.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003521.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001167.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001167.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001327.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001327.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001043.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001043.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000078.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002396.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002396.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001054.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001054.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001366.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001366.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000436.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000436.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000435.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000435.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002868.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002868.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000861.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000861.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003842.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003842.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003215.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003215.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002513.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002513.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002620.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002620.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000280.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000053.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001062.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001062.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000274.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003021.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003021.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003684.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003684.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000725.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000725.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003209.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003209.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000196.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000116.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000116.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003258.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003258.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000270.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000270.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002372.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002372.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000285.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000719.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000719.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001634.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001634.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000846.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000846.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000627.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000627.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002522.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002522.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000323.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000323.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001100.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001100.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000839.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000839.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001694.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001694.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000138.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000200.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000200.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000419.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000419.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004309.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004309.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000310.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000310.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002728.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002728.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000058.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000021.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000021.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005025.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005025.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000180.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000180.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000531.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000531.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000194.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000154.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003180.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003180.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001153.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001153.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000175.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000175.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000168.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000168.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004628.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004628.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000522.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000522.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000692.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000692.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004676.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004676.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001592.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001592.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000506.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000506.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000178.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003547.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003547.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001042.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001042.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001195.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001195.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000805.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000805.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000125.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003721.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003721.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000217.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000297.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000297.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001054.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001054.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000896.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000896.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000947.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000947.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004766.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004766.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000211.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000211.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000169.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000169.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000167.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000170.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000088.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000088.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002933.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002933.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004678.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004678.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001122.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001122.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000200.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000034.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000109.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000655.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000655.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000966.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000966.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000722.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000722.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002960.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002960.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000035.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003343.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003343.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003281.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003281.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000080.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000638.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000638.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000878.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000878.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001309.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001309.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003425.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003425.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000300.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000300.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000531.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000531.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000965.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000965.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002305.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002305.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000755.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000755.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003874.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003874.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000823.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000823.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002244.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002244.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000010.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000010.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000270.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004162.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004162.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000537.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000537.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000184.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003062.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003062.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000104.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002172.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002172.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001198.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001198.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000023.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000023.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004398.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004398.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000913.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000913.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000777.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000777.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000240.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000240.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000324.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000324.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002108.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002108.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002743.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002743.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003664.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003664.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000941.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000941.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004729.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004729.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003410.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003410.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003275.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003275.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004852.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004852.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000419.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000419.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000948.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000948.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000013.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000034.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002153.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002153.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003990.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003990.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000047.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000047.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003788.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003788.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001345.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001345.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002720.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002720.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000282.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000282.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002498.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002498.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001774.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001774.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000068.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004296.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004296.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000032.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001828.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001828.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000102.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000102.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000213.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000213.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001187.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001187.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004134.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004134.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000196.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000196.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000532.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000532.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000108.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000746.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000746.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000132.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000132.png 718.3351 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000147.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000169.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000215.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000164.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001110.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001110.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001419.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001419.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001326.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001326.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000429.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000429.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001456.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001456.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003454.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003454.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000987.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000987.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000938.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000938.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001315.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001315.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004685.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004685.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000191.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000191.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001073.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001073.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000361.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000361.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000110.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000110.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000451.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000451.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003729.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003729.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000386.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000386.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000142.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000142.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002387.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002387.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001094.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001094.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000722.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000722.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000032.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000032.png 707.0493 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000188.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002207.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002207.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003514.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003514.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001528.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001528.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000059.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000477.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000477.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000921.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000921.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000036.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001090.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001090.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000529.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000529.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004237.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004237.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000756.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000756.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000660.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000660.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000396.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000396.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001183.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001183.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000033.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003036.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003036.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000299.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000299.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000214.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000214.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000214.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004563.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004563.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000694.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000694.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002644.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002644.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001040.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001040.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000354.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000354.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000188.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001048.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001048.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000554.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000554.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002489.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002489.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000119.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000330.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000330.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000031.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001961.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001961.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000817.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000817.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004313.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004313.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000133.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000968.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000968.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001583.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001583.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000586.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000586.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000702.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000702.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000115.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001186.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001186.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000036.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000036.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000219.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000280.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004558.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004558.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004872.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004872.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000216.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000107.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000107.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004109.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004109.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000113.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000306.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000306.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000289.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000289.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000090.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002796.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002796.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000612.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000612.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003195.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003195.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000723.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000723.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000197.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000010.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000010.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000101.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002425.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002425.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001935.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001935.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002237.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002237.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004330.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004330.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000336.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000336.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000413.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000413.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000525.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000525.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000389.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000389.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000070.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004360.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004360.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002242.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002242.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000349.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000349.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003499.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003499.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000261.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000057.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000057.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003930.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003930.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001524.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001524.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000257.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000140.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000306.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000306.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000203.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003976.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003976.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000110.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000924.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000924.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000936.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000936.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000126.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000126.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000539.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000539.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004877.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004877.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000754.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000754.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000263.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000204.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000259.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000514.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000514.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000523.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000523.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000251.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000251.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000774.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000774.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001281.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001281.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003938.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003938.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003372.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003372.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000139.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000258.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000286.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002167.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002167.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000090.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000055.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000417.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000417.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000542.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000542.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000273.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000273.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002983.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002983.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004511.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004511.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002781.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002781.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000433.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000433.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000901.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000901.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004034.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004034.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004779.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004779.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001140.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001140.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000219.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000006.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000006.png 707.0493 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000606.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000606.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002373.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002373.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000186.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003916.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003916.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000259.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000259.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000352.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004445.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004445.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000104.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000104.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000120.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000120.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003440.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003440.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000321.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000321.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000558.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000558.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000237.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000056.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000491.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000491.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000977.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000977.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000102.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000082.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000110.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000110.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000862.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000862.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000138.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000578.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000578.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000088.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000088.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001083.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001083.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000248.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000248.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000858.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000858.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000316.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000316.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000375.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000375.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000817.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000817.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003178.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003178.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000151.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003369.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003369.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001365.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001365.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000287.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002778.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002778.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000509.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000509.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001005.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001005.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003216.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003216.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000470.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000470.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000330.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002154.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002154.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000520.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000520.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000182.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000077.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000077.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000534.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000534.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000035.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003675.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003675.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001644.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001644.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000078.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000078.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000045.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000293.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001066.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001066.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000603.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000603.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004504.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004504.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000354.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000354.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000177.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000100.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000105.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000161.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000195.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000914.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000914.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000081.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000081.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000277.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000277.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003049.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003049.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000056.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000263.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000029.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003337.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003337.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000059.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004972.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004972.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000505.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000505.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000969.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000969.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000299.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000096.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000528.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000528.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001477.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001477.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003702.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003702.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000750.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000750.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003240.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003240.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000540.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000540.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000102.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000102.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000789.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000789.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000526.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000526.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000357.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000357.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005026.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005026.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004129.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004129.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002640.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002640.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000064.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004291.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004291.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000988.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000988.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000612.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000612.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000282.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000282.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000959.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000959.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001188.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001188.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000103.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000171.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000458.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000458.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001149.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001149.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004713.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004713.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000008.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003151.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003151.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000420.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000420.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004991.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004991.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000859.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000859.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003960.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003960.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000075.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000011.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004367.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004367.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000818.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000818.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004578.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004578.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000088.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000200.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000915.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000915.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001365.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001365.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000015.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000230.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001093.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001093.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004407.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004407.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000154.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000154.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000434.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000434.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000030.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000075.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000324.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000342.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000342.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000286.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000286.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000341.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000341.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000143.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000143.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001856.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001856.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003204.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003204.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000367.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000367.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002887.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002887.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001117.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001117.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003411.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003411.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001841.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001841.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000961.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000961.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001132.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001132.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000318.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000318.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000255.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000255.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001184.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001184.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004458.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004458.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000149.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000149.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000156.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000156.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001095.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001095.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004561.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004561.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003233.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003233.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001393.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001393.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000230.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001642.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001642.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002298.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002298.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000628.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000628.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000117.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000324.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000324.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000632.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000632.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000506.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000506.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002047.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002047.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001001.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001001.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000136.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000943.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000943.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000211.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000211.png 718.3351 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000264.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000264.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001733.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001733.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001469.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001469.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000913.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000913.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000188.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002180.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002180.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000232.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000232.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002165.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002165.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000850.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000850.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000309.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000309.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000230.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000057.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000613.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000613.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004585.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004585.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000019.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003358.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003358.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000082.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000082.png 707.0493 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000300.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003285.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003285.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002861.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002861.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003862.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003862.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000088.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001930.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001930.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003693.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003693.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000067.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000067.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000306.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001447.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001447.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000951.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000951.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002245.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002245.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000998.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000998.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001177.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001177.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001286.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001286.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002598.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002598.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000444.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000444.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001310.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001310.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000352.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000352.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004557.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004557.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000374.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000374.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003777.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003777.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000261.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000261.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000385.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000385.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000720.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000720.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003714.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003714.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000186.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000186.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002321.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002321.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000296.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000296.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000233.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000233.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000071.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004291.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004291.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000165.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000190.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000190.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002727.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002727.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000036.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000036.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003727.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003727.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000226.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000226.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000132.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000132.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000248.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000069.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000465.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000465.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002463.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002463.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000314.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000314.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004148.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004148.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002894.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002894.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000541.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000541.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000868.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000868.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000926.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000926.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002085.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002085.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000033.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000033.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002570.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002570.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004437.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004437.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001293.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001293.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000202.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000254.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000141.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000141.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003461.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003461.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003024.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003024.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000034.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000034.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004128.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004128.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000378.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000378.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000192.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000192.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000351.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000351.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001118.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001118.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002014.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002014.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002278.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002278.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003615.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003615.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002982.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002982.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005135.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005135.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000272.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002206.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002206.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000024.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000407.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000407.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002916.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002916.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000267.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002635.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002635.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001598.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001598.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002866.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002866.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000397.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000397.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000574.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000574.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003565.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003565.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000886.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000886.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000541.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000541.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004561.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004561.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000053.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000034.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001098.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001098.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000009.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000160.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000160.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000180.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000720.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000720.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001137.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001137.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000027.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002377.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002377.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002300.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002300.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001340.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001340.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000464.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000464.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000700.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000700.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001252.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001252.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000099.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000099.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000613.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000613.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000474.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000474.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000132.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000800.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000800.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000142.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000332.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000332.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000395.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000395.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000423.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000423.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000226.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000226.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004217.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004217.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000663.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000663.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000073.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000853.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000853.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000578.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000578.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003779.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003779.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001837.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001837.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000600.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000600.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000328.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000328.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001315.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001315.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000016.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000016.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000905.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000905.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004269.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004269.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000259.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005008.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005008.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001296.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001296.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000187.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000239.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000239.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000127.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000709.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000709.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001237.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001237.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002782.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002782.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001485.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001485.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000428.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000428.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000754.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000754.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000827.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000827.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000335.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000335.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000430.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000430.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000272.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000272.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001288.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001288.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000654.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000654.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003812.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003812.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000440.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000440.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000206.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000297.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002863.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002863.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000268.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000590.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000590.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000712.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000712.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002534.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002534.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000479.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000479.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000059.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001891.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001891.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000163.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000163.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000444.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000444.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001364.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001364.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004070.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004070.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001064.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001064.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003145.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003145.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000080.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003871.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003871.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000119.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004459.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004459.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000122.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000468.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000468.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000707.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000707.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000970.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000970.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000224.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000471.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000471.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000238.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000238.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000145.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000989.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000989.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000176.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000586.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000586.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000035.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000523.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000523.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000082.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000323.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000323.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003870.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003870.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000629.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000629.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000909.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000909.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002091.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002091.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000249.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000249.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001050.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001050.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002930.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002930.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000452.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000452.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002181.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002181.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004157.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004157.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000948.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000948.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001114.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001114.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000133.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000011.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002619.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002619.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002153.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002153.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002866.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002866.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001921.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001921.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003179.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003179.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001657.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001657.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000362.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000362.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000189.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000189.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000119.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000928.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000928.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000105.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000105.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001142.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001142.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003376.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003376.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000673.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000673.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000627.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000627.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000057.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000057.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000642.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000642.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000025.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000608.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000608.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000415.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000415.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000205.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000205.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002112.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002112.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000402.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000402.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000440.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000440.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000359.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000359.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000276.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000826.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000826.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001164.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001164.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001083.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001083.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001669.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001669.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000983.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000983.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004200.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004200.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001070.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001070.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004549.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004549.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005159.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005159.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000262.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003422.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003422.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000238.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000127.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000127.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003225.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003225.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002328.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002328.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000925.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000925.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000260.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000304.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001743.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001743.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000466.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000466.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000638.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000638.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000025.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000439.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000439.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000141.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000141.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000748.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000748.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001052.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001052.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000611.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000611.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000022.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000022.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002947.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002947.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000644.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000644.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000062.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000104.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000063.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000586.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000586.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000973.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000973.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000595.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000595.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000120.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004587.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004587.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001696.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001696.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003856.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003856.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000031.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000031.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003585.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003585.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000105.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000549.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000549.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000231.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000507.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000507.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000078.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004277.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004277.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000711.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000711.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003795.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003795.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000285.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000285.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000567.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000567.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000223.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000100.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001299.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001299.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000093.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000093.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002629.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002629.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000624.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000624.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001533.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001533.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000014.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000463.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000463.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000735.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000735.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001454.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001454.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003303.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003303.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000461.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000461.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000265.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000023.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000098.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000098.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003366.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003366.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000241.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000401.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000401.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000208.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000208.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000012.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000095.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002443.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002443.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001569.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001569.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000392.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000392.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003886.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003886.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004913.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004913.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001503.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001503.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000324.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000324.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001793.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001793.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003992.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003992.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002941.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002941.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000360.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000360.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000760.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000760.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001645.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001645.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000398.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000398.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003359.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003359.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004566.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004566.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003138.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003138.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000193.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000424.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000424.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001410.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001410.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001878.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001878.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000094.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000220.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000220.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000146.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000146.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000293.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005148.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005148.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004274.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004274.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001280.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001280.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000316.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000316.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003521.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003521.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003037.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003037.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003190.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003190.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000834.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000834.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000067.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000067.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004842.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004842.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001000.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001000.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000128.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000128.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000727.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000727.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000152.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000241.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000800.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000800.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000128.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000120.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000040.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000040.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004361.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004361.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000081.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004092.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004092.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001033.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001033.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002200.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002200.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000309.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000309.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000400.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000400.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001097.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001097.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001028.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001028.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000780.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000780.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003988.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003988.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004271.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004271.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000036.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000053.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000181.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004146.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004146.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001059.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001059.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000182.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004805.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004805.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002655.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002655.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000140.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002771.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002771.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001854.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001854.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004380.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004380.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004871.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004871.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000827.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000827.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000395.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000395.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000184.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001520.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001520.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000481.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000481.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000334.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000334.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000140.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000221.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000207.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000124.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000124.png 718.3351 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000121.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000384.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000384.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000271.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001799.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001799.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000051.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000321.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000321.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004421.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004421.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000016.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004832.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004832.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002644.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002644.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000887.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000887.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000570.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000570.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000281.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000363.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000363.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000131.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001707.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001707.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000283.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000283.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003020.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003020.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000064.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000064.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000895.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000895.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000325.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000325.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000238.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000468.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000468.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000048.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000190.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000138.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000191.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000191.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003780.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003780.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002198.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002198.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000180.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000845.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000845.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001071.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001071.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003277.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003277.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000350.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000350.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004227.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004227.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003054.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003054.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000122.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000676.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000676.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004390.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004390.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001142.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001142.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000384.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000384.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000673.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000673.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000368.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000368.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002290.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002290.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002144.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002144.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005131.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005131.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000186.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000186.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000066.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000066.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001471.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001471.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000287.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000287.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000057.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000057.png 707.0493 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000243.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004436.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004436.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000117.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000117.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003056.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003056.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001147.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001147.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001091.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001091.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000027.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000101.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000101.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000331.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000331.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000245.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000245.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000516.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000516.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000800.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000800.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003928.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003928.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000138.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000138.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001148.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001148.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000350.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000350.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002966.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002966.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004444.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004444.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000746.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000746.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000253.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000243.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000341.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000341.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000643.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000643.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002765.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002765.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001037.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001037.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000239.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000470.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000470.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004392.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004392.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000083.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000083.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000304.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000124.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002329.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002329.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001507.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001507.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000130.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004076.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004076.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001788.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001788.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003029.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003029.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003714.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003714.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000601.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000601.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000051.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000051.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000917.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000917.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000233.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000228.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000098.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000141.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000044.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001588.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001588.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001683.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001683.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003411.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003411.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000319.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000319.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000504.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000504.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000065.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000054.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000054.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000012.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000155.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000337.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000337.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000360.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000360.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001039.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001039.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000017.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000306.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000306.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000095.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000349.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000349.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001952.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001952.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000394.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000394.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002429.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002429.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004711.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004711.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001688.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001688.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000219.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000166.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000166.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002613.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002613.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000305.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002074.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002074.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000359.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000359.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000021.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001516.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001516.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000308.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000308.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000588.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000588.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000559.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000559.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001973.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001973.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001576.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001576.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001162.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001162.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000046.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000963.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000963.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000300.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000015.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000015.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001045.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001045.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000415.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000415.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000921.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000921.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000332.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000332.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000117.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000467.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000467.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001272.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001272.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001729.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001729.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000115.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000115.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000887.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000887.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002368.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002368.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000089.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000196.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004833.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004833.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001668.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001668.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000074.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000205.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000187.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000739.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000739.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000193.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000181.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000206.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000122.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001297.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001297.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000581.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000581.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001681.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001681.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000449.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000449.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000049.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003783.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003783.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000431.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000431.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000174.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002364.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002364.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004506.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004506.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000060.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003210.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003210.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000144.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000650.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000650.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000020.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001100.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001100.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000082.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003970.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003970.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005080.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005080.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000135.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000135.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004311.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004311.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000477.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000477.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005076.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005076.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002716.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002716.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000132.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000102.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002760.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002760.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002072.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002072.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000116.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000057.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000504.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000504.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001056.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001056.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004451.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004451.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000293.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000293.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000911.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000911.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000207.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000113.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003559.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003559.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000348.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000348.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000265.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000537.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000537.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002270.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002270.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000348.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000348.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004002.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004002.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000182.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000377.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000377.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001764.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001764.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001082.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001082.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000069.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000005.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000159.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000159.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001285.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001285.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001484.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001484.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004061.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004061.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003802.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003802.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000110.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000215.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000271.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000016.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000016.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000152.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003961.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003961.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002287.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002287.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001163.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001163.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001544.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001544.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000578.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000578.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004554.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004554.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003847.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003847.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000865.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000865.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002490.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002490.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000326.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000326.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000940.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000940.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000048.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002341.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002341.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000550.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000550.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003663.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003663.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000917.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000917.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002643.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002643.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000160.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000632.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000632.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003671.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003671.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000402.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000402.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001352.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001352.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004512.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004512.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000147.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000164.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000164.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001277.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001277.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001548.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001548.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000266.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000266.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000053.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000053.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002218.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002218.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000117.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004472.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004472.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000261.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000957.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000957.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004795.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004795.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002540.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002540.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000720.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000720.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000347.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000347.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003165.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003165.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000292.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000121.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000121.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000174.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000174.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000060.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000380.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000380.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000416.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000416.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000629.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000629.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002018.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002018.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000336.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000336.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000116.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000553.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000553.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000007.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000029.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000659.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000659.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005160.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005160.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000783.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000783.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000011.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001716.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001716.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004828.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004828.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000215.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000807.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000807.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000061.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000353.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000353.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005063.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005063.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000351.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000351.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001923.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001923.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002832.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002832.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000332.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000332.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000893.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000893.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000163.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000163.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002424.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002424.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004322.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004322.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000890.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000890.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000125.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000125.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000424.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000424.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000022.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000010.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001986.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001986.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000275.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000555.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000555.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000144.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000223.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001377.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001377.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000729.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000729.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000093.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000125.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000073.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004876.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004876.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001078.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001078.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000158.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000158.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000562.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000562.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001968.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001968.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000212.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000081.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001715.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001715.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003772.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003772.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000005.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000173.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000255.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000049.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000292.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000545.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000545.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002594.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002594.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000040.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000148.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000086.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000222.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000314.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000314.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003388.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003388.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001555.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001555.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000016.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000947.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000947.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003284.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003284.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002412.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002412.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000129.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004167.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004167.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000705.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000705.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000033.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000014.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000735.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000735.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000609.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000609.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000083.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000083.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001098.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001098.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003104.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003104.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000127.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000106.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000106.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000776.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000776.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001893.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001893.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000997.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000997.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000313.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000313.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000573.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000573.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000021.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000430.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000430.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000883.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000883.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001111.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001111.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000555.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000555.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000876.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000876.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004754.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004754.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000725.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000725.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001312.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001312.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000097.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000097.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001527.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001527.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000246.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000310.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000310.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000292.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004376.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004376.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002577.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002577.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002929.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002929.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000228.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004172.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004172.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002065.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002065.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002356.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002356.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002103.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002103.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000986.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000986.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000527.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000527.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001313.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001313.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002377.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002377.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000660.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000660.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000635.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000635.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000299.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000764.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000764.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004663.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004663.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000695.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000695.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000118.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001855.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001855.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000330.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000330.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000144.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001775.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001775.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000897.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000897.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000643.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000643.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000234.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001051.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001051.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000272.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000825.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000825.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000157.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000189.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000189.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000138.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000138.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000240.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000514.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000514.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003369.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003369.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004731.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004731.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003751.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003751.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003072.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003072.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001148.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001148.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000210.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000443.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000443.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003157.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003157.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000547.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000547.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000132.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000719.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000719.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000191.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000082.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002457.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002457.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001842.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001842.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003730.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003730.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000933.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000933.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001179.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001179.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000109.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000324.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000059.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000059.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000175.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000016.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000200.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002169.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002169.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000127.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002950.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002950.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000696.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000696.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000558.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000558.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003328.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003328.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000937.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000937.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000013.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004479.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004479.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000568.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000568.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000137.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000142.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000142.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000593.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000593.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000135.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000072.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000660.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000660.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000182.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000182.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003239.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003239.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000065.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000065.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001726.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001726.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000894.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000894.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003893.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003893.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000099.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000205.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000230.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003150.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003150.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001469.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001469.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003271.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003271.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000109.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001068.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001068.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000176.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000176.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000379.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000379.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000177.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000177.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000063.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000469.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000469.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004039.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004039.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004225.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004225.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000174.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001479.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001479.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000145.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000460.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000460.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000665.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000665.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000299.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000299.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000027.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000649.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000649.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000077.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000044.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000736.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000736.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000777.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000777.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000021.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000136.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000136.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000526.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000526.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001526.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001526.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000192.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003196.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003196.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000147.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000582.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000582.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000551.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000551.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001095.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001095.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004091.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004091.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000781.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000781.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000373.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000373.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003883.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003883.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004880.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004880.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000129.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000129.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000217.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000312.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000312.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000213.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004433.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004433.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000126.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000653.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000653.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000154.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000154.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001720.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001720.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000082.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000341.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000341.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000055.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002664.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002664.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001875.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001875.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000368.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000368.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000776.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000776.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003555.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003555.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000375.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000375.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000783.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000783.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000849.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000849.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003414.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003414.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003308.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003308.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004071.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004071.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000206.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002889.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002889.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000073.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000073.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003603.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003603.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000186.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000139.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000140.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000140.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004657.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004657.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000006.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004682.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004682.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000367.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000367.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000046.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000046.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000902.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000902.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000217.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000217.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001709.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001709.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000980.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000980.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003790.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003790.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003327.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003327.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002945.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002945.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000157.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000303.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000303.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000322.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000322.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001368.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001368.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000465.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000465.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001827.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001827.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000007.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003629.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003629.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000630.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000630.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000296.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003534.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003534.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000102.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000488.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000488.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003841.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003841.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000635.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000635.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000940.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000940.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000031.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005067.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005067.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000267.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000459.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000459.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002125.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002125.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000528.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000528.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000198.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000198.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001676.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001676.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000399.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000399.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000043.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000043.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001140.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001140.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000945.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000945.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002687.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002687.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004468.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004468.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001362.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001362.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000006.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000855.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000855.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000225.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001894.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001894.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000174.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000099.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000424.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000424.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000579.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000579.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000629.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000629.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000027.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000027.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000141.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000217.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001009.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001009.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000077.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003007.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003007.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000280.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004183.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004183.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000010.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000076.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000076.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000589.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000589.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000726.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000726.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000087.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000854.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000854.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000701.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000701.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000026.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000026.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000274.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000188.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000242.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000242.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000134.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000134.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000091.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000091.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001293.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001293.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001016.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001016.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000106.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000052.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000052.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004391.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004391.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002162.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002162.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000186.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002721.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002721.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005022.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005022.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001305.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001305.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001109.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001109.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002026.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002026.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004086.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004086.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004698.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004698.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000813.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000813.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001545.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001545.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000140.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000140.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000052.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000327.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000327.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000117.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000117.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000190.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002734.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002734.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000204.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000631.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000631.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000677.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000677.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003257.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003257.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000625.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000625.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000402.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000402.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000052.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000253.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000215.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000215.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000799.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000799.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000738.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000738.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000302.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004790.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004790.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000159.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000230.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000923.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000923.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002070.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002070.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001750.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001750.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000378.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000378.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004140.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004140.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001514.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001514.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000181.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000181.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000032.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001186.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001186.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000998.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000998.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000027.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004502.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004502.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002757.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002757.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000024.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001431.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001431.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001235.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001235.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000098.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000655.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000655.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000039.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000905.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000905.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002925.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002925.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002543.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002543.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000982.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000982.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002546.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002546.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000053.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000173.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000906.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000906.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000033.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000033.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000027.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001128.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001128.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000266.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000324.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000050.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000580.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000580.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000282.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002055.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002055.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001060.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001060.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000120.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000120.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000152.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003400.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003400.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000311.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000311.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000542.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000542.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002953.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002953.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000584.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000584.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001069.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001069.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000323.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000323.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002719.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002719.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000899.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000899.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004929.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004929.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003875.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003875.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000055.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000134.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000661.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000661.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000589.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000589.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000282.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000095.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000095.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000044.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004545.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004545.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000152.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000152.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001974.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001974.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000064.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000245.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000245.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000030.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002159.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002159.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002322.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002322.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000586.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000586.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000137.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000135.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001191.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001191.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000543.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000543.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000551.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000551.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000177.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000159.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000159.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002835.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002835.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000062.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004856.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004856.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000117.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000598.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000598.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004545.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004545.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001249.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001249.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000089.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000193.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000661.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000661.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001577.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001577.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004920.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004920.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000297.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000065.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000060.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000188.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004712.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004712.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003152.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003152.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001663.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001663.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000712.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000712.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002622.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002622.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004946.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004946.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000146.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004409.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004409.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002854.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002854.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000724.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000724.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003479.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003479.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004137.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004137.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000020.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000477.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000477.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000476.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000476.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001204.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001204.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001107.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001107.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000439.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000439.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002123.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002123.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001922.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001922.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000144.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000144.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000045.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004947.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004947.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000922.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000922.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000186.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000186.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000272.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002178.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002178.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003356.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003356.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000366.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000366.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001071.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001071.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001620.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001620.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000028.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000484.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000484.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001657.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001657.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000055.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000288.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000288.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004553.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004553.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000520.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000520.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004814.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004814.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003439.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003439.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000283.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000122.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004208.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004208.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000634.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000634.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000524.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000524.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000077.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001145.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001145.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000050.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002095.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002095.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001233.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001233.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001452.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001452.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001014.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001014.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000119.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000209.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004261.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004261.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000276.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000335.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000335.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000749.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000749.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001056.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001056.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000098.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001272.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001272.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001043.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001043.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000022.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004324.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004324.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000265.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000265.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000193.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000130.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000130.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001058.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001058.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000083.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000439.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000439.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000571.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000571.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003309.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003309.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001277.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001277.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000617.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000617.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000752.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000752.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000270.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000188.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000188.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000112.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000112.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001088.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001088.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003291.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003291.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000178.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002682.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002682.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004329.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004329.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004146.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004146.png 718.856 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000012.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000132.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000082.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000863.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000863.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000282.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000282.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000045.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000045.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004375.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004375.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000054.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000054.png 707.0493 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000063.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004736.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004736.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003668.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003668.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000622.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000622.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002236.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002236.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000281.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000675.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000675.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000207.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001421.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001421.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003634.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003634.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003951.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003951.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001349.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001349.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001268.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001268.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005021.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005021.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000766.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000766.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004065.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004065.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000191.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001208.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001208.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000214.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000214.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003483.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003483.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001232.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001232.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000102.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002181.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002181.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000460.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000460.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003086.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003086.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000076.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000931.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000931.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000337.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000337.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000109.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003076.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003076.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004207.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004207.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003232.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003232.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000005.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000005.png 718.3351 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000080.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000080.png 707.0493 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000144.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000064.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001093.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001093.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000089.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000237.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000674.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000674.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002502.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002502.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002762.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002762.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002646.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002646.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000070.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000090.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000682.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000682.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000050.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000184.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000141.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000451.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000451.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003458.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003458.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000353.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000353.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001119.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001119.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003982.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003982.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000233.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000033.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000472.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000472.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000176.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000368.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000368.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000902.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000902.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002160.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002160.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000615.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000615.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000097.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004938.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004938.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000533.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000533.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000272.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000272.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000272.png 718.3351 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000168.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002182.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002182.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003869.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003869.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000170.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000170.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000146.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000146.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003019.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003019.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001173.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001173.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000916.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000916.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000733.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000733.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000447.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000447.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000670.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000670.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002544.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002544.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001472.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001472.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000172.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005163.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005163.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000150.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000150.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000150.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000081.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002813.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002813.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000072.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000406.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000406.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000008.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000008.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001651.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001651.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000381.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000381.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000430.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000430.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000103.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000715.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000715.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000104.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000104.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004166.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004166.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000467.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000467.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000688.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000688.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005171.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005171.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000031.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000031.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001669.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001669.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000890.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000890.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004092.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004092.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000241.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000813.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000813.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000021.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000433.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000433.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003348.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003348.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004647.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004647.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000435.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000435.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000153.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000153.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000012.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002559.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002559.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001224.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001224.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000341.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000341.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002098.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002098.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000277.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000277.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000254.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002672.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002672.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002695.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002695.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000676.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000676.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003087.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003087.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000145.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000145.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002709.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002709.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000073.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000454.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000454.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004308.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004308.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000311.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000311.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001029.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001029.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000475.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000475.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003669.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003669.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000647.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000647.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000245.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001095.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001095.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001177.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001177.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001940.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001940.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000122.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005161.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005161.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000898.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000898.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001829.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001829.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002812.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002812.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002327.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002327.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000191.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003290.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003290.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001280.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001280.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000379.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000379.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001649.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001649.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000025.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000407.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000407.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000177.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000265.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000265.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005101.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005101.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000159.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000159.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000368.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000368.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000454.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000454.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000597.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000597.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003484.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003484.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002233.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002233.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000754.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000754.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000523.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000523.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000389.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000389.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000387.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000387.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000146.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001547.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001547.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000112.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000706.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000706.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000354.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000354.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004372.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004372.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003439.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003439.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000958.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000958.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001218.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001218.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000102.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000154.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000467.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000467.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000189.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000189.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000358.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000358.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000229.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000229.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000323.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000323.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000130.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002450.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002450.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000156.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000146.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000484.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000484.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000035.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000195.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000195.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000053.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000274.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000274.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000018.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000014.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000014.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003745.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003745.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000689.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000689.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001402.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001402.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003438.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003438.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000321.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000321.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002170.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002170.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000685.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000685.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000134.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000781.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000781.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001322.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001322.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000113.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000113.png 718.3351 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000256.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003299.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003299.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000362.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000362.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000045.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000045.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000442.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000442.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004636.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004636.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000387.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000387.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000747.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000747.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000788.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000788.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000062.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000158.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000807.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000807.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004252.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004252.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000577.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000577.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000088.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000088.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000500.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000500.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000280.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000280.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001110.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001110.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000141.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001950.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001950.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000718.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000718.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000367.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000367.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000786.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000786.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003480.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003480.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001497.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001497.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000077.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000187.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003108.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003108.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000049.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000049.png 707.0493 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000369.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000369.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000379.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000379.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002302.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002302.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000833.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000833.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000280.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000113.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000113.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000506.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000506.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000945.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000945.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001555.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001555.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003716.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003716.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003513.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003513.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000338.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000338.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001500.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001500.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000406.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000406.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001039.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001039.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002384.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002384.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000068.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000016.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000225.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000225.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001018.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001018.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000211.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004122.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004122.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001772.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001772.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001478.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001478.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004112.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004112.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004526.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004526.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000142.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002234.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002234.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000502.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000502.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001270.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001270.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000267.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000084.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001800.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001800.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000844.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000844.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000243.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000520.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000520.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000021.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001344.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001344.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000305.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000305.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001632.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001632.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000123.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000123.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001946.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001946.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000211.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000211.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001163.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001163.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003621.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003621.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001356.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001356.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000223.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000223.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000095.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000044.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000363.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000363.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000848.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000848.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000214.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000213.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001607.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001607.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000642.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000642.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002312.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002312.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000008.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000008.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000092.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002117.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002117.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003997.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003997.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004427.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004427.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004522.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004522.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001803.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001803.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000210.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000180.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000038.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000038.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001163.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001163.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000505.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000505.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002480.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002480.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003612.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003612.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000214.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000214.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000575.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000575.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003403.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003403.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000685.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000685.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000254.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000199.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003436.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003436.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000068.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000068.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000042.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000496.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000496.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000032.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000334.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000334.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000014.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000733.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000733.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000292.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003778.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003778.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000074.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001134.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001134.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000065.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000466.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000466.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000054.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000888.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000888.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000130.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000130.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004178.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004178.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000065.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003357.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003357.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000406.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000406.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001449.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001449.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004715.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004715.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002021.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002021.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002594.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002594.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000393.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000393.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000221.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000221.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000707.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000707.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000042.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000042.png 718.3351 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000150.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002525.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002525.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001468.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001468.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000297.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000245.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003013.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003013.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000201.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000531.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000531.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000663.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000663.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000399.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000399.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000135.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000135.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002212.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002212.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000958.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000958.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002667.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002667.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000191.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000191.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000456.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000456.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005120.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005120.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000458.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000458.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000286.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001738.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001738.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000076.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000574.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000574.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000076.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003378.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003378.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000317.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000317.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000329.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000329.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000169.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000169.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000212.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004773.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004773.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001094.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001094.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003554.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003554.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003074.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003074.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000917.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000917.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000563.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000563.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001129.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001129.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000233.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000041.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001798.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001798.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002947.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002947.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001222.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001222.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003787.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003787.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001667.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001667.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000086.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004431.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004431.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000221.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000221.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000047.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002538.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002538.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000006.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000547.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000547.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001423.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001423.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002219.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002219.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001608.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001608.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000287.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005165.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005165.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000689.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000689.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000031.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000987.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000987.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004236.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004236.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000042.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000109.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002390.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002390.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000146.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000274.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000274.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003711.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003711.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002117.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002117.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000353.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000353.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000283.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000015.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000492.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000492.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003253.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003253.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000092.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000092.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000038.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000011.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000262.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001131.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001131.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004078.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004078.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002509.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002509.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000085.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000882.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000882.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001200.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001200.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000473.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000473.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003444.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003444.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000017.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004534.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004534.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000996.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000996.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002078.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002078.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000916.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000916.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000302.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001215.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001215.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004445.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004445.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000110.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001544.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001544.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003879.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003879.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000146.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003838.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003838.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000716.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000716.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002267.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002267.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001340.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001340.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000019.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000225.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000225.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000346.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000346.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000218.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000218.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000109.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000109.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000584.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000584.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000987.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000987.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001157.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001157.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001239.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001239.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003134.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003134.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000721.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000721.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000307.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000307.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004650.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004650.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000457.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000457.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003657.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003657.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000544.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000544.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000282.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000024.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001355.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001355.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002764.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002764.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001625.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001625.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001082.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001082.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001741.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001741.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000299.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001597.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001597.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004836.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004836.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000403.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000403.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001192.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001192.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000500.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000500.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001655.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001655.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000990.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000990.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003397.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003397.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000215.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000049.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000695.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000695.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000608.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000608.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000535.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000535.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005079.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005079.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000739.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000739.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000075.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000042.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003817.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003817.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000256.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001169.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001169.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001049.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001049.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005113.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005113.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000199.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000199.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000480.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000480.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000601.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000601.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000659.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000659.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000180.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000180.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001686.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001686.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001199.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001199.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000209.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000209.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000043.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003407.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003407.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000058.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000058.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000131.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000020.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001881.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001881.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000259.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000259.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000216.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000931.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000931.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001765.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001765.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002892.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002892.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001003.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001003.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000097.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002545.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002545.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000253.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003241.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003241.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000683.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000683.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002262.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002262.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000169.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000478.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000478.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003970.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003970.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000679.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000679.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000412.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000412.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003752.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003752.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000976.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000976.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000302.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000302.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003532.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003532.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003725.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003725.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003654.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003654.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000200.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003105.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003105.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000061.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000289.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000064.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002847.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002847.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000125.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000125.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000090.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000050.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000032.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000075.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000075.png 707.0493 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000363.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000363.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001085.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001085.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001206.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001206.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000087.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000087.png 707.0493 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000134.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000127.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000127.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000145.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000349.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000349.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001442.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001442.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000409.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000409.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000571.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000571.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000255.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002536.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002536.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000383.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000383.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003569.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003569.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000492.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000492.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000263.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002440.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002440.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003332.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003332.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002758.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002758.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000196.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000141.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003907.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003907.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002781.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002781.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001412.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001412.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000031.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000234.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000234.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005151.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005151.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000272.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004070.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004070.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000279.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000279.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000896.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000896.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000683.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000683.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000452.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000452.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000095.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000523.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000523.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003354.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003354.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000784.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000784.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000166.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004696.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004696.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000316.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000316.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000276.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000084.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000662.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000662.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000138.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000475.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000475.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004087.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004087.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000951.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000951.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000539.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000539.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000201.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000201.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001000.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001000.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000779.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000779.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003709.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003709.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003082.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003082.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000019.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000019.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003921.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003921.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004629.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004629.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000087.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002776.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002776.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000288.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000288.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003203.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003203.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001324.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001324.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000195.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001241.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001241.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000343.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000343.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003565.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003565.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004864.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004864.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000103.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000064.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000064.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000791.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000791.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004276.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004276.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000844.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000844.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000672.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000672.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000252.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003674.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003674.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002243.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002243.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001024.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001024.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001755.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001755.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002592.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002592.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003928.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003928.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003185.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003185.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000038.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000038.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002912.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002912.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000384.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000384.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000162.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004036.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004036.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000154.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000154.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001182.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001182.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000995.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000995.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000041.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000573.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000573.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002427.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002427.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000579.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000579.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000191.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001320.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001320.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000206.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000206.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003534.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003534.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004099.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004099.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000605.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000605.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000863.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000863.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003348.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003348.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002956.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002956.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002009.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002009.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001351.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001351.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002119.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002119.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000062.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001452.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001452.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002081.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002081.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000126.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000313.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000313.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000258.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004933.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004933.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004196.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004196.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000203.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004910.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004910.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000575.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000575.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002763.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002763.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000254.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000413.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000413.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004553.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004553.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000071.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001212.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001212.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003550.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003550.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000388.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000388.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000126.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000126.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000041.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000087.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000056.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000024.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000006.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001993.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001993.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003701.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003701.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002370.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002370.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000735.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000735.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000256.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000897.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000897.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000374.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000374.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000307.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000307.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000049.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004936.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004936.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003231.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003231.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002876.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002876.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000038.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000069.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002131.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002131.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000038.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000749.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000749.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001154.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001154.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001147.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001147.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000144.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000773.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000773.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002519.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002519.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000364.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000364.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000113.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000203.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000567.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000567.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000882.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000882.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000497.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000497.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000417.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000417.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000767.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000767.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000250.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000250.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000417.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000417.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000999.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000999.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003648.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003648.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000111.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000111.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000343.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000343.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000908.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000908.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003915.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003915.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000118.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002652.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002652.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001508.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001508.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000013.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000327.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000327.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000266.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000468.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000468.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000052.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000016.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004059.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004059.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004414.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004414.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000192.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000249.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000249.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001553.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001553.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000072.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000072.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002129.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002129.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001296.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001296.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000036.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000033.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001714.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001714.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003492.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003492.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000466.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000466.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001526.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001526.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000035.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000117.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000514.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000514.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002293.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002293.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000348.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000348.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000397.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000397.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000845.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000845.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002204.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002204.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000092.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000102.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001041.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001041.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000453.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000453.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000114.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000096.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000016.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000016.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000926.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000926.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003781.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003781.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000124.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000124.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000125.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000092.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003755.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003755.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000223.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000223.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004017.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004017.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000314.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000314.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000138.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000682.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000682.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000775.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000775.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000128.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004048.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004048.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000271.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003131.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003131.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001092.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001092.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000385.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000385.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000414.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000414.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000804.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000804.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000368.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000368.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002938.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002938.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000560.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000560.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000258.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000652.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000652.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000619.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000619.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000204.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003609.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003609.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004479.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004479.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000503.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000503.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001284.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001284.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002009.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002009.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000193.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004426.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004426.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004120.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004120.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000927.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000927.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000208.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001169.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001169.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000252.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000107.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000243.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000243.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000176.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000176.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001406.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001406.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000248.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000248.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000386.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000386.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000763.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000763.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000089.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000033.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000033.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000201.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000201.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001867.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001867.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000015.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001884.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001884.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000051.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000051.png 718.3351 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000267.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000490.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000490.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000415.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000415.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001298.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001298.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000042.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005139.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005139.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003426.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003426.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001902.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001902.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000587.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000587.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000289.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000289.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000179.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000179.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000258.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000258.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001459.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001459.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001103.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001103.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000708.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000708.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001903.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001903.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000695.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000695.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000131.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001155.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001155.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000032.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000279.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000279.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004529.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004529.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002267.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002267.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000556.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000556.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004718.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004718.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000057.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000037.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000017.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000046.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000046.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001934.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001934.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003380.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003380.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000431.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000431.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001036.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001036.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004635.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004635.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000371.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000371.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004573.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004573.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000802.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000802.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004350.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004350.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000301.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003212.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003212.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000171.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000171.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004593.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004593.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000156.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000156.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000162.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000377.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000377.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001564.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001564.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000066.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000066.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002420.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002420.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001494.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001494.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000082.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000435.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000435.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000696.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000696.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000261.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000261.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000151.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000151.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001217.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001217.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000780.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000780.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000088.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000826.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000826.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000234.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004013.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004013.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002542.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002542.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000069.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000005.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000298.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000298.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000201.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000201.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000225.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000360.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000360.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000241.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000208.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001813.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001813.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000063.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000429.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000429.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001630.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001630.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000639.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000639.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001336.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001336.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002678.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002678.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001366.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001366.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000947.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000947.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001132.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001132.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000163.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000163.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001288.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001288.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004003.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004003.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001004.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001004.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000745.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000745.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000393.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000393.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000876.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000876.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000546.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000546.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000094.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000020.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003159.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003159.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000685.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000685.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001618.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001618.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000737.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000737.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000453.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000453.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000499.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000499.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001098.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001098.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001578.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001578.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004103.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004103.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000068.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001580.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001580.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000524.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000524.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000342.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000342.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000138.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000186.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000130.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002252.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002252.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000464.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000464.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000113.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000381.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000381.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000078.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000390.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000390.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003233.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003233.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000126.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000062.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000063.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000081.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000098.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000098.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005138.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005138.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000308.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000074.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000074.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000843.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000843.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000430.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000430.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000807.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000807.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003666.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003666.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000263.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000263.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000300.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000300.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004653.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004653.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000682.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000682.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001144.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001144.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000174.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000174.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002949.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002949.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003715.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003715.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000015.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000015.png 707.0493 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000290.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000055.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000055.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000366.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000366.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001473.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001473.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000234.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000012.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004079.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004079.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000107.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001104.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001104.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001330.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001330.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000136.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000136.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001251.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001251.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000414.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000414.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002617.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002617.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000844.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000844.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003948.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003948.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000077.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000077.png 707.0493 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000358.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000358.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001187.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001187.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000499.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000499.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002853.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002853.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000401.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000401.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000030.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000030.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000089.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000992.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000992.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000095.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000095.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000046.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000061.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000061.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000049.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000064.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001110.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001110.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000146.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004932.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004932.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001022.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001022.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000690.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000690.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001043.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001043.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000261.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002902.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002902.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000094.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000094.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004629.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004629.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000105.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002772.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002772.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001664.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001664.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003977.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003977.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000141.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000242.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001806.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001806.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000174.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002023.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002023.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000451.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000451.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000258.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000258.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000063.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001089.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001089.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004183.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004183.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000662.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000662.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001261.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001261.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000087.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000371.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000371.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000389.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000389.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000238.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000128.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000128.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002886.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002886.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002233.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002233.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000275.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000275.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000751.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000751.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001269.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001269.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003319.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003319.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001529.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001529.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000129.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000129.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000269.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000313.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000313.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002639.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002639.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000402.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000402.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000053.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001025.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001025.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000347.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000347.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000117.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000117.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002039.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002039.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000529.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000529.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004513.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004513.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002195.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002195.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002430.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002430.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000567.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000567.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001023.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001023.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000043.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000210.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000210.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000359.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000359.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001031.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001031.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000703.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000703.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000005.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002183.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002183.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002155.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002155.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002505.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002505.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000475.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000475.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003696.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003696.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000152.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000708.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000708.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001144.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001144.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002416.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002416.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000018.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000011.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000011.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000194.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000040.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000040.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003305.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003305.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000942.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000942.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000262.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001213.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001213.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000209.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000027.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000027.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003809.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003809.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000013.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000487.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000487.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000444.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000444.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000547.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000547.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000596.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000596.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000289.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000428.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000428.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000246.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000246.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003971.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003971.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000099.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000324.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000214.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000149.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000085.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004378.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004378.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000841.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000841.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000863.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000863.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000252.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000025.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000989.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000989.png 718.856 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000033.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000413.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000413.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000758.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000758.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001440.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001440.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001428.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001428.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000153.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000006.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001316.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001316.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000188.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000125.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000207.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000207.png 718.3351 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000331.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000331.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001201.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001201.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000662.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000662.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000533.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000533.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000815.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000815.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000972.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000972.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004425.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004425.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000154.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000133.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000142.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002013.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002013.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000948.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000948.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001076.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001076.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000240.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000240.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000786.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000786.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004645.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004645.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000618.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000618.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000010.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004299.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004299.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000072.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000223.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000223.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000075.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000075.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000776.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000776.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000288.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000288.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001525.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001525.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003462.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003462.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000320.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000320.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002936.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002936.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000143.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000757.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000757.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000533.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000533.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001181.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001181.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000637.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000637.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000669.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000669.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000356.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000356.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000652.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000652.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000041.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000087.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000087.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000328.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000328.png 718.3351 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000330.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001565.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001565.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000638.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000638.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000981.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000981.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004851.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004851.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000578.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000578.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000134.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000422.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000422.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004601.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004601.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003620.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003620.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002211.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002211.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000922.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000922.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000880.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000880.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000168.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000013.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000013.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000013.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000039.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000363.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000363.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001314.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001314.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003999.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003999.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001622.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001622.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003366.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003366.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000281.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000012.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000727.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000727.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000169.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000233.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000644.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000644.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000102.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001010.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001010.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000171.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001570.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001570.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000109.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004971.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004971.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001989.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001989.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000195.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002066.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002066.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000298.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000298.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001797.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001797.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004267.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004267.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000316.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000316.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000110.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004597.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004597.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001760.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001760.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000270.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001284.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001284.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000208.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003361.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003361.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000175.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000454.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000454.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000406.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000406.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000814.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000814.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000630.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000630.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001172.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001172.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000200.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000451.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000451.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004286.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004286.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000069.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000069.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000202.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001067.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001067.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000084.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001115.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001115.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000147.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000147.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000524.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000524.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000590.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000590.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003037.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003037.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003160.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003160.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000046.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000705.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000705.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002110.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002110.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000044.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000221.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000060.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001300.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001300.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001098.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001098.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000233.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000331.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000331.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000238.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000238.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002052.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002052.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002169.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002169.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000096.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000096.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002589.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002589.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001145.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001145.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004171.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004171.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000265.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000265.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004760.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004760.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000829.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000829.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000791.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000791.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000415.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000415.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003922.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003922.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001311.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001311.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000371.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000371.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000331.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000331.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004533.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004533.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001909.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001909.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000023.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000065.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001562.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001562.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000120.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000120.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003139.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003139.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000092.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004925.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004925.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002344.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002344.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000639.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000639.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000253.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000253.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000235.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000364.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000364.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000362.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000362.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001610.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001610.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000202.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002227.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002227.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000023.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001045.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001045.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000260.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000254.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000254.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002984.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002984.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000559.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000559.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000572.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000572.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000519.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000519.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000826.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000826.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002666.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002666.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000476.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000476.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000192.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000192.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004252.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004252.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001018.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001018.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002898.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002898.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000050.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000050.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004912.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004912.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000027.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003738.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003738.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000160.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002371.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002371.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000019.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000019.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001283.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001283.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000167.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000167.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000948.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000948.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000035.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002116.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002116.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004751.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004751.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004229.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004229.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000741.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000741.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000326.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000326.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000351.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000351.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004793.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004793.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000070.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000070.png 718.3351 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000072.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004344.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004344.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002100.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002100.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001038.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001038.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000119.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000161.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000161.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000217.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003616.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003616.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003035.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003035.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000016.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004602.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004602.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000063.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000063.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000193.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000695.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000695.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002369.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002369.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002216.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002216.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002285.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002285.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004254.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004254.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000275.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000275.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004078.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004078.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003679.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003679.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002486.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002486.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000566.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000566.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000194.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000194.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000031.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000017.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000881.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000881.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003365.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003365.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001271.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001271.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000184.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002336.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002336.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000856.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000856.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004022.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004022.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000291.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000036.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000156.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000722.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000722.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004302.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004302.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000255.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000241.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000065.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000786.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000786.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004509.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004509.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000885.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000885.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000887.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000887.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003851.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003851.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002306.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002306.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003803.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003803.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000068.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000041.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000139.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000139.png 718.3351 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000056.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003290.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003290.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004822.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004822.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004609.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004609.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004675.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004675.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000238.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000063.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000063.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004246.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004246.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004037.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004037.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002690.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002690.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000248.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001379.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001379.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002156.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002156.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001184.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001184.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000119.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000341.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000341.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000975.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000975.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000068.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000068.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001173.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001173.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000032.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000032.png 718.3351 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000183.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004577.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004577.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005012.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005012.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001895.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001895.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000377.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000377.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001237.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001237.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000050.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000050.png 718.3351 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000074.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000813.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000813.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000312.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000312.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000046.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004469.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004469.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000287.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000129.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000129.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000164.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000164.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000051.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000830.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000830.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000181.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000726.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000726.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000529.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000529.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001149.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001149.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000292.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001255.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001255.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000101.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000318.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000318.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000087.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000184.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003551.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003551.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004382.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004382.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001597.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001597.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000459.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000459.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002792.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002792.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001037.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001037.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000352.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001997.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001997.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000548.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000548.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000160.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000160.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004394.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004394.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000256.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002345.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002345.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001003.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001003.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003409.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003409.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000046.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000533.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000533.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002457.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002457.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000598.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000598.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004059.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004059.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002869.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002869.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000388.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000388.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003374.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003374.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001383.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001383.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002091.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002091.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001104.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001104.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001463.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001463.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001607.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001607.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000119.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000119.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000596.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000596.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000036.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000036.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000761.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000761.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001368.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001368.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001209.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001209.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000137.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003658.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003658.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000639.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000639.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000037.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000037.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004847.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004847.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000029.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000029.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000664.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000664.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000655.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000655.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004074.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004074.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000231.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003533.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003533.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000017.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000817.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000817.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001990.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001990.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000537.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000537.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003161.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003161.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000277.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000236.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000236.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002914.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002914.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003986.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003986.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001218.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001218.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000021.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000021.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000010.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000050.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000765.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000765.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000866.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000866.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000412.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000412.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000419.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000419.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002655.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002655.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000322.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000322.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000253.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000830.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000830.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000315.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000315.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003466.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003466.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000530.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000530.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000097.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003864.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003864.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000118.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000118.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002861.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002861.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000927.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000927.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004428.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004428.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000463.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000463.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000745.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000745.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000173.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000173.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000422.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000422.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004901.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004901.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003836.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003836.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000066.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000492.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000492.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004472.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004472.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003444.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003444.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000074.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000074.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000561.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000561.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000238.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000451.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000451.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000423.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000423.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000235.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000109.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000347.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000347.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002484.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002484.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000187.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000339.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000339.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002414.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002414.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004312.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004312.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000447.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000447.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000316.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000316.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000642.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000642.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000260.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000260.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001316.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001316.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000634.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000634.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000780.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000780.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000394.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000394.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000142.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002195.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002195.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002404.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002404.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000984.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000984.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000026.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002251.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002251.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001162.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001162.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000044.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000066.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003437.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003437.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000075.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000236.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000428.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000428.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000703.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000703.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000278.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000278.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001067.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001067.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000322.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000322.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000063.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000714.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000714.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000236.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001330.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001330.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000162.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003511.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003511.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000076.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000076.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000270.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000270.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000533.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000533.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001416.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001416.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000227.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000227.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003624.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003624.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000643.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000643.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002779.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002779.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000557.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000557.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000903.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000903.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001034.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001034.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000637.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000637.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000895.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000895.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002967.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002967.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003885.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003885.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003569.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003569.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002564.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002564.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001945.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001945.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000578.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000578.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000236.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000236.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000409.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000409.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002394.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002394.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000069.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000276.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003437.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003437.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004857.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004857.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000403.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000403.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000623.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000623.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000944.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000944.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000719.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000719.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000360.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000360.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000954.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000954.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000102.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000239.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000239.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000211.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003653.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003653.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000026.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000507.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000507.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003247.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003247.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000326.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000326.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000657.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000657.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005100.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005100.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002968.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002968.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002469.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002469.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000917.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000917.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002818.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002818.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003949.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003949.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004045.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004045.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000098.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000098.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003269.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003269.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000339.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000339.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004781.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004781.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003116.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003116.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000335.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000335.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001850.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001850.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004644.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004644.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001429.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001429.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002679.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002679.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000146.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000146.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000428.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000428.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000311.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000311.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000121.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000121.png 718.3351 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000328.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000328.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000614.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000614.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000308.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000570.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000570.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000545.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000545.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000226.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001079.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001079.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002922.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002922.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003535.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003535.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000318.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000318.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000422.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000422.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000216.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002296.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002296.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002119.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002119.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000217.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000465.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000465.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000217.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002436.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002436.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003615.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003615.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000376.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000376.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000106.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004454.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004454.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002374.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002374.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003211.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003211.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001144.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001144.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000316.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000316.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000178.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001107.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001107.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003244.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003244.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004608.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004608.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004356.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004356.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000666.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000666.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003242.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003242.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003028.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003028.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000851.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000851.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000171.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000323.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000323.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001120.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001120.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000615.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000615.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004303.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004303.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004075.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004075.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004522.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004522.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001025.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001025.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000087.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000492.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000492.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000169.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000169.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002914.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002914.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002084.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002084.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000080.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002423.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002423.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000305.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004165.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004165.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004618.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004618.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001256.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001256.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004435.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004435.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001117.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001117.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000936.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000936.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000288.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000406.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000406.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000083.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000347.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000347.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000151.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000620.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000620.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000033.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000392.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000392.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000226.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000052.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000784.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000784.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000918.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000918.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002675.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002675.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000042.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000729.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000729.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000891.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000891.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000009.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000009.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000850.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000850.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002542.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002542.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000943.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000943.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000658.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000658.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003771.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003771.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000915.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000915.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003993.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003993.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000665.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000665.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000225.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000030.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000484.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000484.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000430.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000430.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000039.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004511.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004511.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000536.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000536.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000178.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000178.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000840.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000840.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000840.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000840.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001738.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001738.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000112.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003044.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003044.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002056.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002056.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001081.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001081.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000106.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000106.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000807.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000807.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000098.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001689.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001689.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000149.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000149.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000900.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000900.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001729.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001729.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000094.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005075.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005075.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001537.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001537.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000424.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000424.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001486.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001486.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000130.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001007.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001007.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002985.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002985.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002815.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002815.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004513.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004513.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000383.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000383.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003655.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003655.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000804.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000804.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001152.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001152.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001197.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001197.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000304.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000304.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004548.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004548.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000350.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000350.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000607.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000607.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000946.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000946.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001228.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001228.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002442.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002442.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000438.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000438.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000119.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000119.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000036.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000036.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000117.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000054.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000672.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000672.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000416.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000416.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000018.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000007.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003493.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003493.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000154.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000569.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000569.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000264.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000264.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001665.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001665.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000382.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000382.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002462.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002462.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000193.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000326.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000326.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004310.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004310.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000351.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000351.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000290.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001805.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001805.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000133.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001679.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001679.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001802.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001802.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000050.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000692.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000692.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000082.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000264.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000264.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002864.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002864.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001385.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001385.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000675.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000675.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004162.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004162.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000698.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000698.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000154.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000154.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000198.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000291.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000270.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000203.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000203.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000207.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000101.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000193.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000193.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000103.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000800.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000800.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000218.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001440.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001440.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001554.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001554.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000354.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000354.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000262.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000391.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000391.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000812.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000812.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000808.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000808.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000253.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000464.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000464.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000633.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000633.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000020.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000069.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001454.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001454.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000230.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004993.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004993.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000541.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000541.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000218.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000010.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004026.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004026.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001119.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001119.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001229.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001229.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001270.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001270.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000050.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002171.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002171.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000122.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000464.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000464.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001423.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001423.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000261.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000609.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000609.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000372.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000372.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003043.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003043.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001182.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001182.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001324.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001324.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000121.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000121.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002323.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002323.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003419.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003419.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004812.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004812.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003409.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003409.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003507.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003507.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002895.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002895.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000224.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003636.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003636.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000012.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000056.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000121.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003203.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003203.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000368.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000368.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002341.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002341.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000652.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000652.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000097.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000080.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000395.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000395.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001055.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001055.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000415.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000415.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001148.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001148.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000497.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000497.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002326.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002326.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000196.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002051.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002051.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000109.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000015.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000037.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000319.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000319.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003182.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003182.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000146.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002850.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002850.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001047.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001047.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001606.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001606.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000216.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000026.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000239.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002813.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002813.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000268.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000268.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003916.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003916.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000148.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002399.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002399.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002773.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002773.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000264.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003268.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003268.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004433.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004433.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001524.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001524.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000285.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000285.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003138.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003138.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000219.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000202.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000202.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001706.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001706.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000091.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002857.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002857.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003276.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003276.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000595.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000595.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003947.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003947.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000139.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003639.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003639.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000224.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004282.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004282.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000137.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000137.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000334.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000334.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002192.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002192.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000081.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000081.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002316.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002316.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000107.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000107.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000124.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000339.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000339.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000870.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000870.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004377.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004377.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000753.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000753.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003756.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003756.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000997.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000997.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000674.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000674.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000264.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000283.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000965.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000965.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004618.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004618.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002110.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002110.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000124.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000360.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000360.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000315.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000315.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000425.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000425.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003859.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003859.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004988.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004988.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002867.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002867.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000128.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004187.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004187.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000042.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000373.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000373.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000473.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000473.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004606.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004606.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003516.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003516.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000222.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000380.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000380.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000187.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000347.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000347.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004801.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004801.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001223.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001223.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002101.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002101.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002242.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002242.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000056.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000467.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000467.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000359.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000359.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004118.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004118.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000167.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000167.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000317.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000317.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000832.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000832.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001072.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001072.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000024.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000776.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000776.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000155.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000155.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000295.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000295.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000218.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000699.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000699.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000037.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000157.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002490.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002490.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002140.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002140.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004417.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004417.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004269.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004269.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002612.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002612.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000039.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001070.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001070.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000185.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003418.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003418.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000577.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000577.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000818.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000818.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000995.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000995.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000243.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002600.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002600.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000129.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000115.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000039.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000343.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000343.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000397.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000397.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000015.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000015.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000070.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000070.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001926.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001926.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000054.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000054.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000638.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000638.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000699.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000699.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002072.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002072.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003743.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003743.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004295.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004295.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000299.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000923.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000923.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002701.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002701.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000086.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000146.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000146.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000096.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002678.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002678.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004941.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004941.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003590.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003590.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002063.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002063.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000341.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000341.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001067.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001067.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000374.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000374.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000767.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000767.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002870.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002870.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000468.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000468.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000827.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000827.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002207.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002207.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000223.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002397.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002397.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000478.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000478.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003723.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003723.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000456.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000456.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000275.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000275.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001733.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001733.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005167.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005167.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000907.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000907.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000669.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000669.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000950.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000950.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000959.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000959.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000111.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000115.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000230.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000230.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000258.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001995.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001995.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000254.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000254.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000412.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000412.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000126.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002634.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002634.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002920.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002920.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000764.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000764.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000768.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000768.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000034.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000034.png 718.3351 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000124.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000009.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002970.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002970.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000791.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000791.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003080.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003080.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000511.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000511.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000077.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000971.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000971.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000741.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000741.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003272.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003272.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000724.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000724.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000511.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000511.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000413.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000413.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001531.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001531.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000111.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000166.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001680.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001680.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001420.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001420.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002145.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002145.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000222.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000248.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000248.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000038.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000038.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000222.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000549.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000549.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000461.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000461.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000350.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000350.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000592.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000592.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000179.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000052.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000052.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000636.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000636.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001687.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001687.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001941.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001941.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002381.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002381.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000071.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000817.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000817.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000793.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000793.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000799.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000799.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000049.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000570.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000570.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003959.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003959.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001759.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001759.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001114.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001114.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000081.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000810.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000810.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004453.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004453.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004169.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004169.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000126.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000126.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000222.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000382.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000382.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002612.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002612.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000893.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000893.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000809.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000809.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000079.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000079.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000960.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000960.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002515.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002515.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000160.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000220.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001410.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001410.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000757.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000757.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000106.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000397.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000397.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000090.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000532.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000532.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000352.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000352.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000897.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000897.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000511.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000511.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000127.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000127.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003588.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003588.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000695.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000695.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000531.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000531.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000597.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000597.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000976.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000976.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002351.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002351.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000864.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000864.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001357.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001357.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001023.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001023.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002692.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002692.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004393.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004393.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000013.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000013.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000259.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001299.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001299.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004217.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004217.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001643.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001643.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000350.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000350.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000171.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001108.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001108.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000178.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000300.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000306.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000009.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000161.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000764.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000764.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004396.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004396.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000358.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000358.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000026.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000026.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000229.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000989.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000989.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001487.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001487.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000141.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000149.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000149.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003300.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003300.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004293.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004293.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000235.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000235.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004661.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004661.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000097.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000097.png 718.3351 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000134.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004447.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004447.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000418.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000418.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003651.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003651.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003294.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003294.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003754.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003754.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003629.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003629.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000244.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000244.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000429.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000429.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000105.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000121.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004104.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004104.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000648.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000648.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000150.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000097.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000439.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000439.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000722.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000722.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000613.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000613.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000130.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000130.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003040.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003040.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000696.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000696.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000431.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000431.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000315.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000315.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000251.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000278.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000297.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000297.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001013.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001013.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001470.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001470.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004604.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004604.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000543.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000543.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000256.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001914.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001914.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000253.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000357.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000357.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000081.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000081.png 707.0493 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000094.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000296.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000291.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000291.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000017.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000806.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000806.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000896.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000896.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000393.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000393.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000557.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000557.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000279.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002777.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002777.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000992.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000992.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000067.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000067.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002382.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002382.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000341.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000341.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002746.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002746.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000703.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000703.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002820.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002820.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000064.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003555.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003555.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000373.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000373.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000325.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000325.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000455.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000455.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004244.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004244.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001072.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001072.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001361.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001361.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002393.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002393.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000007.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000007.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001787.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001787.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000157.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000399.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000399.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000073.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001939.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001939.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000050.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000806.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000806.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000030.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000030.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004354.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004354.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001703.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001703.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000169.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000169.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000425.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000425.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000645.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000645.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000969.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000969.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000325.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000325.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004547.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004547.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000018.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000658.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000658.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000561.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000561.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001636.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001636.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000061.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004435.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004435.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000236.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000236.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000215.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004142.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004142.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003323.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003323.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000015.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000015.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003166.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003166.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000862.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000862.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004324.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004324.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004343.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004343.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000669.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000669.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001139.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001139.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004579.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004579.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004931.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004931.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000545.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000545.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000378.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000378.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000575.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000575.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000266.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000007.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000546.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000546.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000443.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000443.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001553.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001553.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003652.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003652.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003071.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003071.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004357.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004357.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003113.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003113.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004190.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004190.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002830.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002830.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000064.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000064.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003477.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003477.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001430.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001430.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001404.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001404.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002681.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002681.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000845.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000845.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000588.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000588.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000747.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000747.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000761.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000761.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000664.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000664.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004426.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004426.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000071.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000036.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000059.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000059.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000941.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000941.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001740.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001740.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000012.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000209.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000241.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000241.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000171.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004114.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004114.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000099.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000576.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000576.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002280.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002280.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000009.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000269.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003495.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003495.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000894.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000894.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000404.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000404.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000213.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000213.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002659.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002659.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002688.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002688.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000209.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000208.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000208.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001506.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001506.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002503.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002503.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003760.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003760.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004418.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004418.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003270.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003270.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000108.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000108.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002205.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002205.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000129.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000129.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002333.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002333.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004969.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004969.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000183.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000512.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000512.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002255.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002255.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000109.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000264.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000013.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000541.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000541.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004268.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004268.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000197.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000873.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000873.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000246.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000024.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000606.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000606.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000098.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000071.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001114.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001114.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000176.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000227.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000227.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004224.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004224.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000087.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000087.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000345.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000345.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000283.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000797.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000797.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000482.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000482.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001350.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001350.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000106.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000106.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000062.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002653.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002653.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004474.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004474.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000994.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000994.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000198.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000310.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000310.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004038.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004038.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000377.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000377.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001643.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001643.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000313.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000313.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000277.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000017.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001080.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001080.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002258.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002258.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000727.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000727.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000353.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000353.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000007.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000007.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000842.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000842.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003276.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003276.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000687.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000687.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000488.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000488.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000890.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000890.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002566.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002566.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000107.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000352.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001559.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001559.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002036.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002036.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000121.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000011.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000011.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000458.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000458.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000508.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000508.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000269.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000055.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000295.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000295.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000856.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000856.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000309.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000309.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000308.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002699.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002699.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000130.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001475.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001475.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000007.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000007.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000241.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000241.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000045.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000045.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000147.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000878.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000878.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000478.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000478.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003540.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003540.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000247.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000190.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000220.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000220.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001701.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001701.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000190.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000190.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000101.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002576.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002576.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000220.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000220.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004126.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004126.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000393.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000393.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001753.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001753.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004030.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004030.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000680.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000680.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002621.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002621.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000447.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000447.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002049.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002049.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000254.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000095.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000196.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002527.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002527.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000065.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000070.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000025.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000093.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000225.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000225.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003582.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003582.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000691.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000691.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000082.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000051.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000189.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001052.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001052.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000900.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000900.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000277.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000446.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000446.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004314.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004314.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004495.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004495.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000304.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000190.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000106.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000106.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000744.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000744.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000250.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000013.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000247.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000977.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000977.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001044.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001044.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000293.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000478.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000478.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000060.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001212.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001212.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000197.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000180.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003667.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003667.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003307.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003307.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000957.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000957.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000142.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004316.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004316.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000063.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000063.png 718.3351 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000060.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000750.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000750.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000906.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000906.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000476.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000476.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000472.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000472.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000224.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000294.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000668.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000668.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001924.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001924.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001561.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001561.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003643.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003643.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000731.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000731.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003754.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003754.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000343.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000343.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000257.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000257.png 718.3351 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000365.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000365.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000532.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000532.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000269.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000127.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000571.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000571.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000589.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000589.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002124.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002124.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000067.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000162.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004732.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004732.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000091.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004642.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004642.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000460.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000460.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003937.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003937.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000164.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000164.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000239.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000239.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000314.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000314.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003313.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003313.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000104.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000100.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000100.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000207.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000207.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000719.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000719.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000064.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000060.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000060.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003214.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003214.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000662.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000662.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000667.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000667.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000459.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000459.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000271.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000321.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000321.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000180.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000820.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000820.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000275.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000455.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000455.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000500.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000500.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001518.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001518.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000076.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002974.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002974.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003726.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003726.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000821.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000821.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000758.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000758.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000118.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000118.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004137.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004137.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000408.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000408.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000158.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000194.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004264.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004264.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000160.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000240.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000240.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001119.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001119.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000299.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000410.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000410.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000445.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000445.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000058.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003602.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003602.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000418.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000418.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001864.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001864.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000844.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000844.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000108.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000419.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000419.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000078.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000297.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000297.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003704.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003704.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002520.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002520.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003889.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003889.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000044.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000146.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000223.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000223.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001843.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001843.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000729.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000729.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004399.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004399.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001903.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001903.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000570.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000570.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001823.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001823.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000021.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002633.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002633.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001046.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001046.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001635.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001635.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000300.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000300.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000115.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000511.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000511.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000614.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000614.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000101.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003758.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003758.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003801.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003801.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000125.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000090.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003646.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003646.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000048.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000082.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001496.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001496.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000642.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000642.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000049.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004081.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004081.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000431.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000431.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000028.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000454.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000454.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000278.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000206.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005088.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005088.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000109.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000109.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000640.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000640.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002736.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002736.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000938.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000938.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000050.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000955.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000955.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002171.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002171.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000963.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000963.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000315.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000315.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003923.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003923.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000490.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000490.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000287.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000287.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000591.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000591.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000520.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000520.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002395.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002395.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000078.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000078.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001474.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001474.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000532.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000532.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004741.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004741.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000999.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000999.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000071.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000071.png 718.3351 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000133.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004345.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004345.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000402.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000402.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000058.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000376.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000376.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000112.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002107.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002107.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002295.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002295.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001051.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001051.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000035.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000170.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000057.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003614.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003614.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000528.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000528.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000135.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000135.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003132.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003132.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001062.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001062.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000228.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002984.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002984.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001013.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001013.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000447.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000447.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004699.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004699.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000189.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000078.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000177.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000177.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000331.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000331.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001097.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001097.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001545.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001545.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000162.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000162.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003736.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003736.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000327.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000327.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004632.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004632.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000194.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000092.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000524.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000524.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002658.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002658.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000471.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000471.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001010.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001010.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004462.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004462.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000085.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000085.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002559.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002559.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000043.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000036.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004532.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004532.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000111.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004509.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004509.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001415.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001415.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003979.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003979.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000065.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000065.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000319.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000319.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000026.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000268.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000268.png 718.3351 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000206.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000414.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000414.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000411.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000411.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000300.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000300.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003509.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003509.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002188.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002188.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000248.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000248.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001042.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001042.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000023.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000023.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001575.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001575.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002790.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002790.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000103.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000029.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000114.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000075.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000075.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002504.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002504.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003011.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003011.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000070.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000712.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000712.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000061.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000607.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000607.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000217.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000027.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002322.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002322.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001078.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001078.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002687.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002687.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002321.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002321.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000078.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004089.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004089.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000515.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000515.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001782.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001782.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000298.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000298.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000794.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000794.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000716.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000716.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000030.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000569.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000569.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001207.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001207.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004719.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004719.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000472.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000472.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000815.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000815.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001441.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001441.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000021.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000021.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001578.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001578.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002410.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002410.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000238.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000293.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004307.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004307.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003627.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003627.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000237.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000237.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000919.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000919.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001546.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001546.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000668.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000668.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003457.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003457.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004367.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004367.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000162.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000587.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000587.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001188.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001188.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000290.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000290.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003696.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003696.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002446.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002446.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001138.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001138.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000440.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000440.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000574.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000574.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000070.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002285.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002285.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003486.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003486.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003288.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003288.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004670.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004670.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001370.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001370.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000099.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000020.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000020.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002099.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002099.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000278.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000185.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000108.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000108.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000612.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000612.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002177.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002177.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004063.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004063.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001008.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001008.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003036.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003036.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005052.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005052.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000136.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000377.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000377.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001444.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001444.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003816.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003816.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000011.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000688.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000688.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000507.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000507.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000169.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000217.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000886.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000886.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002571.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002571.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002922.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002922.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003851.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003851.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000396.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000396.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000419.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000419.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004082.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004082.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000171.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004245.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004245.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001366.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001366.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000048.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002848.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002848.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000416.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000416.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000114.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000114.png 718.3351 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000095.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000833.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000833.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004664.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004664.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001232.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001232.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000687.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000687.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000560.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000560.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000016.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000199.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003941.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003941.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003415.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003415.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000319.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000319.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000841.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000841.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000089.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000089.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001025.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001025.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000256.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004607.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004607.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004768.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004768.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000612.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000612.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004245.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004245.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000007.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000382.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000382.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000504.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000504.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000048.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000139.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000139.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000181.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001219.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001219.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004004.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004004.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001019.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001019.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000090.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000090.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001227.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001227.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000181.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000205.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000066.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001432.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001432.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000331.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000331.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000381.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000381.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001417.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001417.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002375.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002375.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004464.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004464.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003027.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003027.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001025.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001025.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003744.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003744.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000912.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000912.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002755.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002755.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000263.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000139.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000139.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000412.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000412.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001159.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001159.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001979.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001979.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004887.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004887.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000014.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002500.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002500.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003602.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003602.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000945.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000945.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004462.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004462.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004421.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004421.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004339.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004339.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000931.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000931.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001849.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001849.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004130.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004130.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000186.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000186.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000092.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001239.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001239.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000407.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000407.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000992.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000992.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000387.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000387.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000888.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000888.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000640.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000640.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000105.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000365.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000365.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003071.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003071.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004366.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004366.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000051.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000420.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000420.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001623.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001623.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004120.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004120.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001787.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001787.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001160.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001160.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001034.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001034.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003956.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003956.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001409.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001409.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000163.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000155.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000076.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000076.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005114.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005114.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001329.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001329.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000290.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000038.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000219.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000219.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003914.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003914.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000438.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000438.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000289.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004461.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004461.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000141.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000141.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000135.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000026.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000137.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002939.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002939.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000571.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000571.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000369.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000369.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000349.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000349.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000173.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000510.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000510.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000155.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000434.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000434.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000639.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000639.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000177.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001557.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001557.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000123.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000123.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000750.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000750.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001109.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001109.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000625.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000625.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001231.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001231.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000252.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000252.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001611.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001611.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003181.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003181.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000493.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000493.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000403.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000403.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000556.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000556.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000426.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000426.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001298.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001298.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001872.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001872.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001673.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001673.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000160.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000385.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000385.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000027.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003040.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003040.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000094.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000135.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000135.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000495.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000495.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000813.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000813.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000077.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000077.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001868.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001868.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004321.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004321.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000161.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001136.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001136.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000092.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002958.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002958.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000065.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000065.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001650.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001650.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001147.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001147.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001824.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001824.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000379.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000379.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001177.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001177.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000856.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000856.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000901.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000901.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000356.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000356.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001222.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001222.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002787.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002787.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003720.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003720.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000951.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000951.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002607.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002607.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000193.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000640.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000640.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000442.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000442.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002617.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002617.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000623.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000623.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000616.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000616.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000506.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000506.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000206.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003649.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003649.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000121.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000487.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000487.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004734.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004734.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003515.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003515.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000045.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000166.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002718.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002718.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000105.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000546.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000546.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000275.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000275.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003267.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003267.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000427.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000427.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004271.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004271.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004181.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004181.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000835.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000835.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000280.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000280.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000057.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002553.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002553.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000083.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004060.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004060.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002495.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002495.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000173.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000173.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000871.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000871.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000734.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000734.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000558.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000558.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003314.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003314.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002305.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002305.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001681.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001681.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000724.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000724.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003128.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003128.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000008.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000168.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000174.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001246.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001246.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004101.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004101.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001901.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001901.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000026.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000026.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000421.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000421.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000489.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000489.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001627.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001627.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000564.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000564.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000446.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000446.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000525.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000525.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000945.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000945.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000149.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000778.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000778.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002240.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002240.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002939.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002939.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000076.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003197.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003197.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000618.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000618.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002213.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002213.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002256.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002256.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000085.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004733.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004733.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001698.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001698.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003826.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003826.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002274.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002274.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001258.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001258.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002961.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002961.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003338.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003338.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000411.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000411.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000156.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000156.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001015.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001015.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000501.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000501.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003467.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003467.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000057.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000240.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000926.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000926.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000029.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000029.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000505.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000505.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000630.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000630.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000091.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000291.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000291.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000492.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000492.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000058.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000269.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000647.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000647.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000167.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000752.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000752.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001220.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001220.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002572.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002572.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002815.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002815.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000234.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001509.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001509.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003003.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003003.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001572.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001572.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000383.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000383.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001209.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001209.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004519.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004519.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000664.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000664.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003262.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003262.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000233.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000595.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000595.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001658.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001658.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000351.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000351.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003683.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003683.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000992.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000992.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003946.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003946.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001948.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001948.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002331.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002331.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003328.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003328.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000173.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000307.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000307.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002798.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002798.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002884.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002884.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001064.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001064.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003814.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003814.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000449.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000449.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000612.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000612.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001067.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001067.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000964.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000964.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004845.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004845.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002186.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002186.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000205.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000165.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000338.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000338.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000197.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000029.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000077.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002190.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002190.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001069.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001069.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001775.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001775.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001110.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001110.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000221.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000301.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000301.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003359.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003359.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000829.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000829.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000849.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000849.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002320.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002320.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000045.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001065.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001065.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000230.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000052.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000052.png 707.0493 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001519.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001519.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000160.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000602.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000602.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002406.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002406.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000298.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001522.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001522.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003508.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003508.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002311.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002311.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004981.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004981.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001022.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001022.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000457.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000457.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000757.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000757.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000353.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000353.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000117.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001536.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001536.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000518.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000518.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003914.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003914.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000112.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002438.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002438.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000257.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000257.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000382.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000382.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000215.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000215.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003908.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003908.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000221.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003313.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003313.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000087.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000355.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000355.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004159.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004159.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005057.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005057.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000061.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000247.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000247.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000714.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000714.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002409.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002409.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000652.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000652.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000009.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003524.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003524.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002654.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002654.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000330.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002515.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002515.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001840.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001840.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000352.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000226.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000246.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000136.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000270.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000685.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000685.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000879.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000879.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000424.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000424.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002058.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002058.png 718.856 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000066.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001380.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001380.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000096.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000096.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001043.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001043.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000573.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000573.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000121.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000663.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000663.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001526.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001526.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000911.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000911.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003700.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003700.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004359.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004359.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000931.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000931.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000025.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000025.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000728.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000728.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003962.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003962.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004633.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004633.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000203.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000529.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000529.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000064.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000064.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000296.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000449.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000449.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000900.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000900.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000337.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000337.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001488.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001488.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000044.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001108.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001108.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000621.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000621.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004599.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004599.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000124.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001673.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001673.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000102.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001921.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001921.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001706.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001706.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005031.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005031.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001063.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001063.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000569.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000569.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002924.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002924.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003257.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003257.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000995.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000995.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001070.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001070.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000114.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000114.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002963.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002963.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001250.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001250.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002292.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002292.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001322.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001322.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003372.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003372.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000041.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000041.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000516.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000516.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002475.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002475.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002411.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002411.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000181.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000181.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000057.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004331.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004331.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000164.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004111.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004111.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002177.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002177.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000096.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000313.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000313.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004260.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004260.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001762.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001762.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000619.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000619.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000310.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000310.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000739.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000739.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000425.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000425.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000210.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000073.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004611.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004611.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000049.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002248.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002248.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004241.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004241.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000370.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000370.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002268.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002268.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004487.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004487.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000071.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000071.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000343.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000343.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002693.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002693.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001135.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001135.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005054.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005054.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000306.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000122.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000122.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004412.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004412.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000619.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000619.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000445.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000445.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004410.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004410.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000231.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000231.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000421.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000421.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000106.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000106.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000260.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000099.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000918.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000918.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000223.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001832.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001832.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000195.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000781.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000781.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000764.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000764.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000188.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002826.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002826.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000469.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000469.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000523.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000523.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000021.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001969.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001969.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001156.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001156.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000007.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000007.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000204.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000305.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000719.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000719.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000440.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000440.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000348.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000348.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000528.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000528.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002062.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002062.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003304.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003304.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000701.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000701.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003317.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003317.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000594.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000594.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000009.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000009.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003810.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003810.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000249.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000039.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000572.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000572.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000073.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003165.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003165.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000527.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000527.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001502.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001502.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000636.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000636.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000752.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000752.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000073.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000073.png 707.0493 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000531.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000531.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002657.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002657.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000122.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000008.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000090.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000100.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001154.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001154.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000123.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002949.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002949.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000150.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003311.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003311.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001214.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001214.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000110.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000160.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000160.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001730.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001730.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000093.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004693.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004693.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000148.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000148.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000333.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000333.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004326.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004326.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001408.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001408.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000201.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000201.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000616.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000616.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000014.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004042.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004042.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000737.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000737.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000021.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004442.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004442.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000946.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000946.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000315.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000315.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003266.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003266.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000303.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000072.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000072.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000169.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000738.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000738.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000072.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002829.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002829.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000227.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000094.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003451.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003451.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003919.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003919.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001932.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001932.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002061.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002061.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003912.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003912.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003850.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003850.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000079.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000079.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002016.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002016.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000470.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000470.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002822.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002822.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004235.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004235.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003320.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003320.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000198.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001509.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001509.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003382.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003382.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000801.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000801.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000175.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004976.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004976.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004304.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004304.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000017.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000064.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000235.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000558.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000558.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000232.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004446.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004446.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001096.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001096.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000918.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000918.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000186.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000199.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003657.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003657.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001346.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001346.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000191.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000191.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000101.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000240.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000099.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000074.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000205.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001460.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001460.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002896.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002896.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002486.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002486.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000872.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000872.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000338.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000338.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000612.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000612.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000229.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000229.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000424.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000424.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003932.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003932.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000435.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000435.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000208.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000061.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000061.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000070.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002494.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002494.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000009.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000009.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000410.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000410.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000074.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000074.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004772.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004772.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000153.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000153.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003762.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003762.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002778.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002778.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000843.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000843.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000310.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000310.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001312.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001312.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002587.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002587.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000832.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000832.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000044.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002590.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002590.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000683.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000683.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000084.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000084.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001002.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001002.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000011.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000494.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000494.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001146.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001146.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001851.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001851.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000293.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000791.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000791.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000046.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000046.png 718.3351 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000148.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000148.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000852.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000852.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000209.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003166.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003166.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000498.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000498.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001413.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001413.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000504.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000504.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000120.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000785.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000785.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001098.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001098.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003142.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003142.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000610.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000610.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000274.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000274.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000183.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001812.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001812.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000076.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003224.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003224.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000775.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000775.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004275.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004275.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001153.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001153.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002272.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002272.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000215.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000215.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000274.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000367.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000367.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000174.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001003.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001003.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000164.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000588.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000588.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000606.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000606.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000482.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000482.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000010.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000193.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000193.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000228.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000139.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000125.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000930.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000930.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000191.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000157.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000157.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000431.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000431.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001411.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001411.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003562.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003562.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000015.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000015.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000818.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000818.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000868.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000868.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000108.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004595.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004595.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000043.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000043.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000079.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002646.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002646.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002820.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002820.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000667.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000667.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001496.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001496.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002106.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002106.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000088.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000088.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000201.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000126.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003514.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003514.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002539.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002539.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000957.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000957.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003621.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003621.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000543.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000543.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000432.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000432.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002638.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002638.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000043.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000374.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000374.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000170.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000170.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002272.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002272.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002864.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002864.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004006.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004006.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000905.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000905.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003828.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003828.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000748.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000748.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002506.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002506.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003645.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003645.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000069.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000069.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002878.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002878.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000048.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000048.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002304.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002304.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003939.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003939.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002656.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002656.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003667.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003667.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000119.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000424.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000424.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001473.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001473.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000169.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001317.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001317.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000907.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000907.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001727.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001727.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002429.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002429.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004215.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004215.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001794.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001794.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000067.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000049.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004908.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004908.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000099.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000233.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005040.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005040.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000084.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000291.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000291.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000158.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002372.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002372.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000232.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003675.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003675.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001401.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001401.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003526.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003526.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000269.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001057.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001057.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000915.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000915.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001006.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001006.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000237.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003975.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003975.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000030.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003260.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003260.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003732.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003732.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002269.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002269.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004994.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004994.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000169.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000169.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000277.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000283.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000283.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001826.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001826.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004011.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004011.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002434.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002434.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003830.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003830.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003042.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003042.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000020.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000020.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000480.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000480.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004575.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004575.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000305.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000255.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000255.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001323.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001323.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000112.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000832.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000832.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000063.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000063.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004023.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004023.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000120.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004142.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004142.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000241.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001202.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001202.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004652.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004652.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002951.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002951.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000462.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000462.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003278.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003278.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001565.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001565.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002677.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002677.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000293.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000293.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002754.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002754.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000382.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000382.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000158.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004251.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004251.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000274.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003560.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003560.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002432.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002432.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000097.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000022.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000022.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000022.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000290.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000120.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000614.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000614.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000496.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000496.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000802.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000802.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001400.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001400.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000219.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000580.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000580.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000020.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004935.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004935.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000041.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002773.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002773.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001032.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001032.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001176.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001176.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001732.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001732.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003001.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003001.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000475.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000475.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000939.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000939.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000122.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000122.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002775.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002775.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000823.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000823.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000628.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000628.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000101.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000101.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003548.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003548.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000914.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000914.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000291.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001137.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001137.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001083.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001083.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004149.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004149.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000584.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000584.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000086.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000273.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000273.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000973.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000973.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000158.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000527.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000527.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000287.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000287.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001522.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001522.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000176.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001352.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001352.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003678.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003678.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000295.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003659.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003659.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000123.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000123.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003052.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003052.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000026.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000191.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002623.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002623.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000024.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003058.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003058.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000155.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000155.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000977.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000977.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004687.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004687.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000633.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000633.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003536.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003536.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003091.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003091.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004621.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004621.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001118.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001118.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003693.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003693.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000058.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000157.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000157.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000506.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000506.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000180.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002938.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002938.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003336.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003336.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000498.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000498.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000496.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000496.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000819.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000819.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000592.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000592.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000026.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003698.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003698.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000206.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000206.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000268.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000268.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000396.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000396.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003387.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003387.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000372.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000372.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000260.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000260.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000272.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000272.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001076.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001076.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000348.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000348.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001183.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001183.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001464.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001464.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003252.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003252.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000165.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003681.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003681.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000532.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000532.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003857.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003857.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000752.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000752.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000352.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000230.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005060.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005060.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002294.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002294.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002374.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002374.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003398.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003398.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003961.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003961.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000118.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000324.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000332.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000332.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000262.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000112.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000112.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000176.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004716.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004716.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002074.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002074.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000719.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000719.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000264.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000007.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000481.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000481.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000170.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000170.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000180.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000180.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000694.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000694.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003018.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003018.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003835.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003835.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002018.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002018.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000461.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000461.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000229.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000007.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000483.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000483.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003512.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003512.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001934.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001934.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000885.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000885.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000375.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000375.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000906.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000906.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000447.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000447.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000203.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000203.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000074.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000366.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000366.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004673.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004673.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000135.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002466.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002466.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000129.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000969.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000969.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000500.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000500.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004485.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004485.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002627.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002627.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000350.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000350.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002682.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002682.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000644.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000644.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003600.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003600.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000010.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001282.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001282.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004295.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004295.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003427.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003427.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000296.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000092.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000092.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003783.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003783.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001697.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001697.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000081.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000081.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001145.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001145.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000168.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000267.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000267.png 718.3351 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000179.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000455.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000455.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003767.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003767.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003030.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003030.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003489.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003489.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000353.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000353.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001359.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001359.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003589.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003589.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002765.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002765.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000199.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000199.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000178.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000408.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000408.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000177.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000515.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000515.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000768.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000768.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004473.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004473.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001074.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001074.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001181.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001181.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002010.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002010.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001587.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001587.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003339.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003339.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001155.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001155.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003601.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003601.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000091.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000091.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001043.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001043.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004046.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004046.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002439.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002439.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002420.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002420.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003631.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003631.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002357.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002357.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000097.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000551.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000551.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003230.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003230.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000149.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000258.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003264.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003264.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000067.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000067.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000679.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000679.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000380.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000380.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000304.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000552.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000552.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000061.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000261.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000261.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000054.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003218.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003218.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000932.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000932.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000730.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000730.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000267.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000345.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000345.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000058.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000463.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000463.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000325.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000325.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000837.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000837.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003249.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003249.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000043.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001285.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001285.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000227.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000452.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000452.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001158.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001158.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001447.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001447.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000187.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000169.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000344.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000344.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000947.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000947.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000229.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001028.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001028.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003065.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003065.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000515.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000515.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000202.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002238.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002238.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000215.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004328.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004328.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000456.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000456.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004974.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004974.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001590.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001590.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003712.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003712.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000105.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000105.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000335.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000335.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000275.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001517.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001517.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001808.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001808.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002343.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002343.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004542.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004542.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000142.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000219.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000486.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000486.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000040.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000465.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000465.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001415.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001415.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000031.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000031.png 718.3351 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000294.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002692.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002692.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001952.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001952.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004248.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004248.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003870.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003870.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000277.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000075.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000394.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000394.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000122.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001644.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001644.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001896.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001896.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000443.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000443.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000062.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002397.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002397.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000779.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000779.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000733.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000733.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000063.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000063.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004505.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004505.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000420.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000420.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000422.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000422.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000082.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000082.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000283.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000283.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000923.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000923.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000580.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000580.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000227.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000227.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000018.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000020.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000985.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000985.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002202.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002202.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000319.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000319.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000673.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000673.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000713.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000713.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000801.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000801.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000074.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000126.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000068.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000068.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000991.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000991.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001534.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001534.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000340.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000340.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001493.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001493.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001647.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001647.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000603.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000603.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000295.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000295.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000082.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000082.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000825.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000825.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000048.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000048.png 718.3351 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000048.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000020.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000771.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000771.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004616.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004616.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004232.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004232.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000176.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004500.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004500.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000029.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001582.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001582.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002282.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002282.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002357.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002357.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000362.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000362.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001008.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001008.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000749.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000749.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000764.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000764.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004364.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004364.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000911.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000911.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002275.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002275.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000076.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004819.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004819.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000207.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000207.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000698.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000698.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000199.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000112.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000246.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001174.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001174.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000574.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000574.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003399.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003399.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001037.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001037.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000732.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000732.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002358.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002358.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003220.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003220.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000264.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000753.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000753.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001150.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001150.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002739.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002739.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000050.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000297.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003298.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003298.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000555.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000555.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001456.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001456.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000401.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000401.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001249.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001249.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001801.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001801.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003610.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003610.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000781.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000781.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000365.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000365.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000583.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000583.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000679.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000679.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000743.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000743.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000089.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000089.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001151.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001151.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001768.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001768.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000204.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000204.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000380.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000380.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000159.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000191.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002786.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002786.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000879.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000879.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000633.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000633.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001263.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001263.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000078.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000078.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002823.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002823.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000008.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000221.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000221.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000079.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003243.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003243.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000508.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000508.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000172.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001113.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001113.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000141.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000141.png 718.3351 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000076.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000051.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001786.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001786.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000197.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000197.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000648.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000648.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001860.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001860.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004201.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004201.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003025.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003025.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003133.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003133.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000202.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000480.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000480.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000253.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000216.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000121.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000148.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000069.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000627.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000627.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000252.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000252.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002859.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002859.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001662.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001662.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001704.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001704.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003390.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003390.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001109.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001109.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000011.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000322.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000322.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002101.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002101.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000366.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000366.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003515.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003515.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000533.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000533.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000281.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000281.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001620.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001620.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000436.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000436.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000211.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001522.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001522.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004068.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004068.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000336.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000336.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000782.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000782.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000123.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000123.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000253.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000253.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004093.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004093.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000646.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000646.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000078.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000552.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000552.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003564.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003564.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000640.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000640.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000824.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000824.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000750.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000750.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000754.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000754.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000519.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000519.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001773.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001773.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000494.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000494.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000136.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000136.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000017.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000772.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000772.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003802.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003802.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000063.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000201.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000053.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000053.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002686.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002686.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003326.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003326.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000179.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000179.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003833.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003833.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000095.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002759.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002759.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001278.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001278.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000112.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000382.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000382.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000474.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000474.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003043.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003043.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000487.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000487.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000183.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000792.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000792.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000276.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001824.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001824.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001827.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001827.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000421.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000421.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000242.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004314.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004314.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000429.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000429.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001031.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001031.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002231.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002231.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000534.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000534.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003482.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003482.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000058.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000124.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000124.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002131.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002131.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000109.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000508.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000508.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001196.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001196.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000287.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001460.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001460.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000202.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000202.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000793.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000793.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000186.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000138.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000202.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000320.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000320.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000232.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000232.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003713.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003713.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000066.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000698.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000698.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000174.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000110.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000110.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001192.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001192.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003930.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003930.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000071.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000161.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000064.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002576.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002576.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000626.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000626.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000464.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000464.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000189.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000708.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000708.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002609.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002609.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002194.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002194.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001087.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001087.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002928.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002928.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000816.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000816.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000967.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000967.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000083.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001154.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001154.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000222.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000222.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003520.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003520.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003185.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003185.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000127.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000127.png 718.3351 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000189.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004273.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004273.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004700.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004700.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001567.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001567.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000166.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000604.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000604.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000223.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000223.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001791.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001791.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000009.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000009.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000035.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000035.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000043.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000797.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000797.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000216.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000120.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000120.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003820.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003820.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002953.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002953.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000241.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003464.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003464.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000214.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002703.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002703.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000104.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000283.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000283.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000625.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000625.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003400.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003400.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004097.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004097.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003656.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003656.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001051.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001051.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000849.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000849.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000442.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000442.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000216.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000216.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000741.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000741.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000744.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000744.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001124.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001124.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004167.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004167.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000162.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000527.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000527.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001037.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001037.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004106.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004106.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000050.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000654.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000654.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000255.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001055.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001055.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000067.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002846.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002846.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000029.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000649.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000649.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000346.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000346.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004197.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004197.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002052.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002052.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000422.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000422.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000060.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000060.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000653.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000653.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000516.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000516.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000278.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003497.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003497.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000883.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000883.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000843.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000843.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000292.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000973.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000973.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000016.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001057.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001057.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000197.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000043.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000043.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000289.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000289.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003845.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003845.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000482.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000482.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002076.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002076.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000438.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000438.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000502.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000502.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000140.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000140.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004336.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004336.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002738.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002738.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003952.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003952.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000076.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001312.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001312.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000169.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004705.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004705.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000290.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002056.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002056.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000195.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001126.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001126.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000122.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002697.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002697.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000322.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000322.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000126.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004074.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004074.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001077.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001077.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004276.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004276.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003955.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003955.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000748.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000748.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000106.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000191.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000028.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000176.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000174.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000989.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000989.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000063.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000063.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001783.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001783.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000924.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000924.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004116.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004116.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000174.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000174.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000284.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004527.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004527.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000243.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001922.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001922.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000022.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000710.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000710.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000557.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000557.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004030.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004030.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004778.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004778.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003249.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003249.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000047.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000118.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000566.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000566.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002217.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002217.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003837.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003837.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003957.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003957.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000068.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000382.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000382.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000937.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000937.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000297.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001054.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001054.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000716.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000716.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000245.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001713.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001713.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004024.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004024.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000803.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000803.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000706.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000706.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000208.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004884.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004884.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000482.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000482.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002123.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002123.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000128.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001659.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001659.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000328.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000328.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000376.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000376.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000854.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000854.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000154.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000360.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000360.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000254.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000254.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000264.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000794.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000794.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000199.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003735.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003735.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003781.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003781.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002022.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002022.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000072.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000285.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000068.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000194.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002273.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002273.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002263.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002263.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000788.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000788.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000291.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002770.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002770.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001034.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001034.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000107.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000318.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000318.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000557.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000557.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000036.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000847.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000847.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004657.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004657.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000047.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000951.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000951.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003740.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003740.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000374.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000374.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000133.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000133.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000228.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000228.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000250.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002777.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002777.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001353.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001353.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000054.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004312.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004312.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000467.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000467.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000244.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000248.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000630.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000630.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000040.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000055.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000235.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000235.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000108.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000107.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000037.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000037.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004446.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004446.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001855.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001855.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000581.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000581.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001100.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001100.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005027.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005027.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000437.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000437.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000334.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000334.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001424.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001424.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000091.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000798.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000798.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000439.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000439.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000722.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000722.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000188.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000188.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000304.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000304.png 718.3351 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000152.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000505.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000505.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002979.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002979.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001000.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001000.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000226.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001629.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001629.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000019.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000622.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000622.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000156.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000156.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000317.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000317.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000733.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000733.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000080.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000080.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000840.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000840.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004017.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004017.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003898.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003898.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001752.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001752.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001032.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001032.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000065.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004579.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004579.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000283.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000283.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000534.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000534.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000936.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000936.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000048.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000223.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000076.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000076.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000549.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000549.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000355.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000355.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000414.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000414.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000774.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000774.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001593.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001593.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000079.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000295.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000295.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000444.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000444.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004262.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004262.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000194.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000194.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000247.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000084.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002676.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002676.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000109.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000943.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000943.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000380.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000380.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002415.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002415.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001550.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001550.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000266.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000157.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000157.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005111.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005111.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000062.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000062.png 718.3351 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000096.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000089.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000089.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000732.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000732.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000032.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000860.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000860.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000033.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000031.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004943.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004943.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000036.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002128.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002128.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000124.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000124.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003673.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003673.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000329.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000329.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000788.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000788.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000056.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000140.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000140.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000008.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000008.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001078.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001078.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003861.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003861.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000095.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000237.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000237.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001349.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001349.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000082.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000082.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003912.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003912.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000962.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000962.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000176.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000176.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000181.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000113.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000317.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000317.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000223.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001831.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001831.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003097.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003097.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001347.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001347.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004393.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004393.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000160.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000592.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000592.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000124.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000063.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000063.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002990.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002990.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000106.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000058.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000051.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000625.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000625.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000886.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000886.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000057.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000378.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000378.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001581.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001581.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000089.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000089.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001558.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001558.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003312.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003312.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000890.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000890.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003511.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003511.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001769.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001769.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003632.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003632.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004458.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004458.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002355.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002355.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001418.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001418.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000357.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000357.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005110.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005110.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002474.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002474.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000025.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000219.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000219.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001880.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001880.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000382.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000382.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000509.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000509.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000143.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000107.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000107.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002033.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002033.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001433.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001433.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001304.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001304.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000947.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000947.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000865.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000865.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000237.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002386.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002386.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000166.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000649.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000649.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000155.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000155.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000454.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000454.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000867.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000867.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002407.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002407.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000632.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000632.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004025.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004025.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002247.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002247.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001159.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001159.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000906.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000906.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002740.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002740.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000018.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000018.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000245.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000245.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000519.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000519.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000882.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000882.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000254.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000254.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001834.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001834.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003323.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003323.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001572.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001572.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000368.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000368.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001875.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001875.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000122.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000791.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000791.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000137.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003226.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003226.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003205.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003205.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000250.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000250.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000134.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000134.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000100.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003173.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003173.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000006.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000158.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000258.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002565.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002565.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000013.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000617.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000617.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002293.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002293.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003913.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003913.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000252.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000252.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000274.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002352.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002352.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003889.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003889.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000899.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000899.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004194.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004194.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000658.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000658.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000047.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003541.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003541.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000318.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000318.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000603.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000603.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000320.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000320.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000227.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000912.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000912.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004875.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004875.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000108.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003262.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003262.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001347.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001347.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004233.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004233.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000021.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002551.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002551.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000107.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000053.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000836.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000836.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000698.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000698.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000256.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000256.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000173.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000413.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000413.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000687.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000687.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001625.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001625.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000180.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000091.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000790.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000790.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000317.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000317.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001219.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001219.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000143.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000672.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000672.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000312.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000312.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000538.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000538.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000589.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000589.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000908.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000908.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000406.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000406.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000263.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002075.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002075.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005121.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005121.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001962.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001962.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000523.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000523.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000712.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000712.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001516.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001516.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000997.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000997.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004322.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004322.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001398.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001398.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000170.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000173.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000173.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000062.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000023.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003373.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003373.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000081.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005147.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005147.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000057.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000250.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001156.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001156.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001533.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001533.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000291.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000291.png 718.3351 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000280.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001512.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001512.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001837.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001837.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000868.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000868.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000133.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004380.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004380.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000018.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000018.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000192.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001050.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001050.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001058.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001058.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000441.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000441.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000450.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000450.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000534.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000534.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000355.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000355.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003306.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003306.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003144.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003144.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002535.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002535.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000074.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000091.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000785.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000785.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003943.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003943.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000294.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000512.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000512.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000142.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001206.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001206.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004423.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004423.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003543.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003543.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000302.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000302.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000355.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000355.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000189.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000189.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001240.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001240.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001200.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001200.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000080.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000080.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000067.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000120.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001134.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001134.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001722.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001722.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000135.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000171.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000238.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003208.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003208.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000344.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000344.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003926.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003926.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000658.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000658.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002047.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002047.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000960.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000960.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003844.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003844.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004568.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004568.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000188.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003807.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003807.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002369.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002369.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004045.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004045.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002543.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002543.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003053.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003053.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000415.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000415.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001915.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001915.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000045.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000665.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000665.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000164.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000742.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000742.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004826.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004826.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001457.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001457.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003674.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003674.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003357.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003357.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000325.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000325.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000507.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000507.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000063.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002936.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002936.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000068.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000822.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000822.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000460.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000460.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002277.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002277.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000271.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000271.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000264.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000324.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000324.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000298.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000298.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000697.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000697.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001213.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001213.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003292.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003292.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000066.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000008.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003486.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003486.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000197.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003998.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003998.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000028.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000028.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001148.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001148.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000024.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000055.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000432.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000432.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003402.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003402.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004465.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004465.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001247.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001247.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000276.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000276.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003318.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003318.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001853.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001853.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000966.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000966.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000654.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000654.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000545.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000545.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003856.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003856.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000828.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000828.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000679.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000679.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001186.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001186.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001494.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001494.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004560.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004560.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000260.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000260.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000752.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000752.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003846.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003846.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001217.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001217.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000063.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002363.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002363.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000184.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000184.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002705.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002705.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004173.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004173.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000208.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000208.png 718.3351 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000027.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000020.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000020.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000187.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000105.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000408.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000408.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000115.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000115.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000316.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000316.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002731.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002731.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000476.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000476.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000152.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000152.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000629.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000629.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000106.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000276.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000077.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002595.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002595.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000032.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000243.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000243.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000404.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000404.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003796.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003796.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001566.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001566.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000363.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000363.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000823.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000823.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000360.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000360.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001446.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001446.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004098.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004098.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000103.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000103.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000641.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000641.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004459.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004459.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004526.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004526.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000076.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000269.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000269.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002881.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002881.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000267.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000267.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004246.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004246.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001850.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001850.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000256.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001207.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001207.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003743.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003743.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000844.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000844.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000678.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000678.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003606.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003606.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002932.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002932.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001549.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001549.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002155.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002155.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000685.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000685.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000025.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001476.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001476.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000099.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000099.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001892.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001892.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000902.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000902.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000198.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000028.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004287.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004287.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004041.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004041.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000111.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000076.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000076.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003904.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003904.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000265.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001387.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001387.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000128.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000610.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000610.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000195.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003586.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003586.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000408.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000408.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001184.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001184.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000089.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001866.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001866.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000513.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000513.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000262.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000802.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000802.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003808.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003808.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002479.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002479.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000110.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000110.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000563.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000563.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000073.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000591.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000591.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005092.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005092.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000246.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000246.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001612.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001612.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004186.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004186.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003563.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003563.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000120.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000120.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000020.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000020.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000108.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000057.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000220.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000172.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000388.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000388.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002465.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002465.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000139.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001282.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001282.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000356.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000356.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004109.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004109.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000334.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000334.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004902.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004902.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000083.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001254.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001254.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000096.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000096.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000176.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002681.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002681.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002393.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002393.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000993.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000993.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000104.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003197.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003197.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001329.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001329.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004205.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004205.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001378.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001378.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003453.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003453.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002089.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002089.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000204.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000120.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002370.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002370.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000641.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000641.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000831.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000831.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000509.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000509.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000425.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000425.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000357.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000357.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001069.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001069.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000268.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000358.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000358.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000318.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000318.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001769.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001769.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000374.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000374.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001717.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001717.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000132.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003303.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003303.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000562.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000562.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001295.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001295.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000308.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003931.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003931.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000073.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000101.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002225.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002225.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001925.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001925.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000624.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000624.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000136.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000136.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002789.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002789.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000626.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000626.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000599.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000599.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000445.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000445.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003625.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003625.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001489.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001489.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000056.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001376.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001376.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003127.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003127.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000505.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000505.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000562.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000562.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001734.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001734.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000011.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001012.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001012.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000733.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000733.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004334.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004334.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000038.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000296.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000160.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001529.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001529.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000339.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000339.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000128.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000357.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000357.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000178.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000178.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000233.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000233.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000025.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000028.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000028.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002128.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002128.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000192.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000192.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004318.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004318.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000134.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000778.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000778.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000628.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000628.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000081.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000470.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000470.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002175.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002175.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002622.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002622.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001266.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001266.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000725.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000725.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004327.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004327.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000099.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000099.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000378.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000378.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000332.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000332.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004806.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004806.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000530.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000530.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000131.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003761.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003761.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003649.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003649.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000513.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000513.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000064.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000240.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000019.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000019.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000311.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000311.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000214.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000214.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000026.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004170.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004170.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000145.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002761.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002761.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001245.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001245.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001590.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001590.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000105.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000217.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000020.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000020.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000024.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000024.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000152.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000831.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000831.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001899.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001899.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000953.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000953.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003107.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003107.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000152.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000223.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000028.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000010.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000301.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000546.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000546.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002057.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002057.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000134.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000051.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000974.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000974.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003759.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003759.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002002.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002002.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000731.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000731.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001242.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001242.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000889.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000889.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000315.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000315.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000212.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000212.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003069.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003069.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002299.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002299.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003894.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003894.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000299.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000914.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000914.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000032.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000628.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000628.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000492.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000492.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001205.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001205.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000975.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000975.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004235.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004235.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001152.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001152.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004297.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004297.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000110.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000031.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000076.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000076.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000859.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000859.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001066.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001066.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000212.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002669.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002669.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001201.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001201.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000396.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000396.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000668.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000668.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001221.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001221.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001911.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001911.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000740.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000740.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000682.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000682.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000315.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000315.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004636.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004636.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002032.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002032.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002275.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002275.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000200.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000859.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000859.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003990.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003990.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004921.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004921.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000268.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000268.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001713.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001713.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000318.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000318.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000174.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000083.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002352.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002352.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000109.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001092.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001092.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001936.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001936.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000200.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000192.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000192.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000117.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000117.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004747.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004747.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001839.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001839.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000076.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000076.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000037.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000662.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000662.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001379.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001379.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000177.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004243.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004243.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000262.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003467.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003467.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001215.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001215.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000036.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004035.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004035.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001001.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001001.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002965.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002965.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000285.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000313.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000313.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004243.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004243.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000331.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000331.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002700.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002700.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003274.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003274.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000859.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000859.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001906.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001906.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001702.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001702.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004113.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004113.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000057.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000433.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000433.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000054.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000768.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000768.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001199.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001199.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000692.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000692.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000094.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000866.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000866.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000153.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000507.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000507.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003699.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003699.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000376.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000376.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002628.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002628.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000078.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000078.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003506.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003506.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000983.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000983.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000240.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005023.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005023.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004334.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004334.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000023.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000890.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000890.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000053.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000053.png 718.856 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000068.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000699.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000699.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000346.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000346.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000101.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000255.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000188.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000298.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003121.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003121.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000164.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000336.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000336.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000083.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000083.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000497.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000497.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000221.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000210.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000210.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000206.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000206.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000150.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000150.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004665.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004665.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003748.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003748.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003907.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003907.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001031.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001031.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000018.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001983.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001983.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000429.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000429.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000735.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000735.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002508.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002508.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000331.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000331.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000345.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000345.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000597.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000597.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001081.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001081.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000629.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000629.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003880.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003880.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001844.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001844.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000053.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005146.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005146.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001308.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001308.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000423.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000423.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000215.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000804.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000804.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000517.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000517.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000121.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000164.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001066.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001066.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001146.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001146.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000199.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003848.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003848.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002033.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002033.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003381.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003381.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000588.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000588.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003942.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003942.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000033.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000874.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000874.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000153.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000153.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000266.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000342.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000342.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000020.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000020.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000950.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000950.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002116.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002116.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000025.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000025.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004019.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004019.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000758.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000758.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001364.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001364.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000950.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000950.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000210.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000266.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000266.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000244.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000159.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000164.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000164.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002588.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002588.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000281.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000901.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000901.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000726.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000726.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001310.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001310.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000889.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000889.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000309.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000309.png 718.3351 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000211.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000204.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001216.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001216.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000125.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000281.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003280.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003280.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001542.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001542.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003881.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003881.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000637.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000637.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004293.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004293.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000352.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000352.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001044.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001044.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000635.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000635.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002724.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002724.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000406.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000406.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001617.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001617.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004395.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004395.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001445.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001445.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001073.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001073.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000017.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000594.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000594.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000038.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000374.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000374.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000541.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000541.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004174.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004174.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000256.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000244.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000244.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000010.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000149.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000149.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001157.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001157.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002161.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002161.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000272.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000017.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000017.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002896.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002896.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001129.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001129.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004643.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004643.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000321.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000321.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003827.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003827.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000514.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000514.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000515.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000515.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001125.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001125.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000777.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000777.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000211.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000205.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000811.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000811.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000254.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004164.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004164.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003671.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003671.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000144.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000144.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000263.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000157.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000428.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000428.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000300.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000300.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001894.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001894.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004083.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004083.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000234.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000234.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000079.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000418.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000418.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003068.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003068.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000689.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000689.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000407.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000407.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001178.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001178.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001231.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001231.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000806.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000806.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000348.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000348.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000089.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001264.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001264.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001125.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001125.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001141.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001141.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001973.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001973.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000925.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000925.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001372.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001372.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000390.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000390.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000649.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000649.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002339.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002339.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000426.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000426.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000155.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000290.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002642.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002642.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002034.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002034.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000356.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000356.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004662.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004662.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000765.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000765.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000096.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000096.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000489.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000489.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000099.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000143.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001097.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001097.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000623.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000623.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000033.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000033.png 707.0493 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000385.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000385.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001190.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001190.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000864.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000864.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000111.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000111.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002971.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002971.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000180.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000073.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000099.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000448.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000448.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003355.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003355.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000637.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000637.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001907.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001907.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004239.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004239.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000246.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000376.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000376.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000521.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000521.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000958.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000958.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003391.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003391.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001926.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001926.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000345.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000345.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000269.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000126.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000304.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000044.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003874.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003874.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001090.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001090.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000183.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000158.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000158.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000118.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003883.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003883.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000196.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004090.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004090.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001407.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001407.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004765.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004765.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003396.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003396.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000010.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000405.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000405.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000875.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000875.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000348.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000348.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000204.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000142.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000142.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000526.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000526.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000023.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000865.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000865.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000741.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000741.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002723.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002723.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000141.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002026.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002026.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002425.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002425.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000213.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004441.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004441.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000789.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000789.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000654.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000654.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002531.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002531.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002883.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002883.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000761.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000761.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002730.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002730.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000098.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000351.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000351.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000374.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000374.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000296.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000296.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002897.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002897.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000213.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004752.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004752.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001161.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001161.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000080.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003417.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003417.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000739.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000739.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002731.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002731.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000090.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000090.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000085.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000085.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004460.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004460.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000131.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000131.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003250.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003250.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003793.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003793.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000133.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001037.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001037.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000065.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000065.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000429.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000429.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000856.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000856.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000273.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000273.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000147.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002281.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002281.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000100.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000585.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000585.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000284.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000228.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000228.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000094.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004905.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004905.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003896.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003896.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000643.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000643.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000093.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001964.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001964.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001002.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001002.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000252.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000883.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000883.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000026.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000496.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000496.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004646.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004646.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000327.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000327.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000989.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000989.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000062.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004153.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004153.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005124.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005124.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000244.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005169.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005169.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000432.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000432.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000066.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000152.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001230.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001230.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001229.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001229.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000321.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000321.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001238.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001238.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000488.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000488.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000174.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000420.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000420.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001301.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001301.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000608.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000608.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000478.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000478.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004588.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004588.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000372.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000372.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001077.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001077.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001206.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001206.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002320.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002320.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000261.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000679.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000679.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000033.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004315.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004315.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002164.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002164.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000608.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000608.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000257.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000257.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002066.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002066.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000039.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000801.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000801.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000834.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000834.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000070.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004694.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004694.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001273.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001273.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001424.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001424.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000197.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000197.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000131.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003008.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003008.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003761.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003761.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000006.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000150.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000150.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001884.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001884.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004761.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004761.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002766.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002766.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000106.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000573.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000573.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001019.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001019.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000079.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000079.png 718.3351 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000009.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000114.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000114.png 718.3351 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000015.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004867.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004867.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000217.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000182.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000060.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000643.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000643.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004894.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004894.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000351.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000351.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001302.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001302.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004934.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004934.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003742.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003742.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001203.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001203.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000084.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000084.png 707.0493 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000272.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000272.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003002.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003002.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002791.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002791.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000773.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000773.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001105.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001105.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000402.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000402.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000080.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000080.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001511.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001511.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003259.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003259.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000493.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000493.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003938.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003938.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001289.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001289.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003087.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003087.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000448.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000448.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000255.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002583.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002583.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003273.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003273.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003605.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003605.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000090.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002966.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002966.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003376.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003376.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000148.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000148.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000057.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003183.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003183.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003194.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003194.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000115.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000878.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000878.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000708.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000708.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001357.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001357.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002641.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002641.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000096.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000096.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004540.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004540.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000513.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000513.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000056.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000056.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000358.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000358.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000111.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000091.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000013.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000747.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000747.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000553.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000553.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003587.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003587.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000550.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000550.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004389.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004389.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000944.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000944.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000183.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000957.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000957.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000180.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000966.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000966.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002996.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002996.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000101.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000555.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000555.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001839.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001839.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004482.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004482.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000034.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002533.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002533.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004091.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004091.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001719.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001719.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000216.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000124.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000049.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000049.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000755.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000755.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000961.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000961.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001008.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001008.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001279.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001279.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001350.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001350.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000218.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000218.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000296.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000296.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000112.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001128.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001128.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003504.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003504.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000513.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000513.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000796.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000796.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002510.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002510.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000322.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000322.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000163.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000202.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000202.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000137.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001262.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001262.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001333.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001333.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000172.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000172.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002406.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002406.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000387.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000387.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001668.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001668.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000747.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000747.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000069.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001086.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001086.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000137.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003150.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003150.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000044.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001117.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001117.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000674.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000674.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000356.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000356.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000689.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000689.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000194.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000007.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000603.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000603.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000179.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000179.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004496.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004496.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001326.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001326.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000264.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000307.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000307.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000337.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000337.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002585.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002585.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000271.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000271.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000098.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000098.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000100.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000031.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000139.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000265.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000265.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000412.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000412.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003353.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003353.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000363.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000363.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000448.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000448.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000097.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000079.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000090.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004508.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004508.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001181.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001181.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000249.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003542.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003542.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000274.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004922.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004922.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000502.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000502.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000108.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000108.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001139.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001139.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000346.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000346.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000500.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000500.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001305.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001305.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004418.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004418.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000167.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001959.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001959.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000115.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000115.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001506.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001506.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000046.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000046.png 718.3351 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000139.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000049.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003734.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003734.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000432.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000432.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000247.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004176.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004176.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004950.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004950.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003804.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003804.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000181.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000625.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000625.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000795.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000795.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003995.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003995.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000091.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000091.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000421.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000421.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000154.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000179.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002715.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002715.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000056.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000487.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000487.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000185.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003644.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003644.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000077.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000887.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000887.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001648.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001648.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000528.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000528.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000387.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000387.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000861.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000861.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000051.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000137.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004191.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004191.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001498.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001498.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000530.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000530.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000239.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000209.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001162.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001162.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001795.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001795.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000575.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000575.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000542.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000542.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000349.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000349.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000295.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002994.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002994.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004256.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004256.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000152.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000684.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000684.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002020.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002020.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001742.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001742.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001080.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001080.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000206.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000206.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000056.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002684.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002684.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000192.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001897.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001897.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000130.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001085.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001085.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001137.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001137.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003347.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003347.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001030.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001030.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001297.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001297.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000986.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000986.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003681.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003681.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000929.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000929.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000290.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003840.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003840.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000263.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003578.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003578.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000196.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004702.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004702.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000177.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001912.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001912.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000052.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000052.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000957.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000957.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003304.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003304.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001022.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001022.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002934.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002934.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003254.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003254.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004630.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004630.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000303.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000303.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001542.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001542.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001965.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001965.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000769.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000769.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004448.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004448.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002668.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002668.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000124.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000110.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000734.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000734.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000830.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000830.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000457.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000457.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003342.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003342.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000371.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000371.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000312.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000312.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001013.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001013.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000909.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000909.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003449.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003449.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001084.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001084.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000497.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000497.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000833.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000833.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000647.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000647.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004266.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004266.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000236.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000236.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000451.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000451.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002071.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002071.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000370.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000370.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000820.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000820.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000072.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000208.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000080.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005039.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005039.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000406.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000406.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000147.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000147.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000520.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000520.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000034.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000034.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004222.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004222.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001200.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001200.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002789.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002789.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000086.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001026.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001026.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003845.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003845.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000325.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000325.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001799.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001799.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001695.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001695.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000207.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000207.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000090.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000090.png 707.0493 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000376.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000376.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000052.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000052.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000877.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000877.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002868.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002868.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000070.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000070.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003939.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003939.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000149.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000149.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000939.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000939.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000623.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000623.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000521.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000521.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001240.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001240.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000149.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000803.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000803.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000333.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000333.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000066.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000066.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001761.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001761.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000260.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003278.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003278.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000200.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000551.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000551.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001386.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001386.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000875.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000875.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000018.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002806.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002806.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000483.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000483.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000930.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000930.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000076.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000068.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000361.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000361.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004284.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004284.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000030.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002030.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002030.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000304.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000304.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001540.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001540.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000372.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000372.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002839.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002839.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002532.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002532.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000785.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000785.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000281.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000643.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000643.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000072.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002413.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002413.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000257.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003472.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003472.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000599.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000599.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001933.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001933.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000571.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000571.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000884.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000884.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002652.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002652.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000403.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000403.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000291.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003358.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003358.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001369.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001369.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000105.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004187.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004187.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002993.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002993.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000967.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000967.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000163.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000113.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000485.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000485.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000206.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000206.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000383.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000383.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002005.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002005.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003077.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003077.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003198.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003198.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003817.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003817.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002825.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002825.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004096.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004096.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000998.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000998.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001892.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001892.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003402.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003402.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000470.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000470.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000875.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000875.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000118.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000118.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000280.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000280.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004614.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004614.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000029.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000716.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000716.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000227.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001074.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001074.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000650.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000650.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000742.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000742.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000322.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000322.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001600.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001600.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002654.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002654.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000226.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000226.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001027.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001027.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001448.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001448.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000036.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003822.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003822.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000111.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000111.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000218.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000144.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003539.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003539.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000678.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000678.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000447.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000447.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000400.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000400.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000229.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001891.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001891.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004427.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004427.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000010.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000428.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000428.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000016.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000033.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000355.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000355.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005166.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005166.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000495.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000495.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001389.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001389.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000034.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000390.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000390.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000553.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000553.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000836.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000836.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005097.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005097.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001276.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001276.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004010.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004010.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000284.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004944.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004944.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002332.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002332.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000217.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002043.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002043.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000250.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000134.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003974.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003974.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000023.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000199.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000199.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000041.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000200.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003180.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003180.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001637.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001637.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000410.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000410.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001261.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001261.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004854.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004854.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000102.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000282.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000242.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001331.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001331.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003322.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003322.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001343.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001343.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000149.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004926.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004926.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003385.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003385.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002109.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002109.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000065.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000610.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000610.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000114.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000992.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000992.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004541.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004541.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000108.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000108.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003392.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003392.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001356.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001356.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000190.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000565.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000565.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002853.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002853.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001342.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001342.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000030.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000243.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001010.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001010.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000010.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000088.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000968.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000968.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001384.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001384.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000775.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000775.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000300.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000872.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000872.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000142.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000299.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001099.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001099.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004214.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004214.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000434.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000434.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000319.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000319.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001821.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001821.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000766.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000766.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003505.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003505.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002890.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002890.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000079.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001171.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001171.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000086.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000086.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000296.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000391.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000391.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000653.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000653.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000213.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001574.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001574.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000379.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000379.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000094.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000458.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000458.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000275.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000275.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003902.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003902.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000634.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000634.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001283.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001283.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001024.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001024.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000222.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001516.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001516.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000239.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000043.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001326.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001326.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000011.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001331.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001331.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004216.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004216.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000070.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000070.png 707.0493 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000136.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003750.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003750.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002249.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002249.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004366.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004366.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000812.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000812.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000361.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000361.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002315.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002315.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001871.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001871.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002024.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002024.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001354.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001354.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002599.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002599.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000152.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000152.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000290.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000290.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000282.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000282.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000140.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002581.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002581.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000369.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000369.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000322.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000322.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000774.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000774.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001972.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001972.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000318.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000318.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001387.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001387.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002910.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002910.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000015.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000633.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000633.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003301.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003301.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000161.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003855.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003855.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000999.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000999.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000298.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002507.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002507.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002856.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002856.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000175.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000633.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000633.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000293.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000293.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002819.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002819.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000034.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004594.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004594.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000507.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000507.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002139.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002139.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001159.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001159.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003334.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003334.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000066.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000066.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000068.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000068.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001052.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001052.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000330.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000330.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000575.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000575.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004613.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004613.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002025.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002025.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000257.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000128.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000159.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003551.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003551.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000288.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000032.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000293.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000293.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001225.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001225.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001012.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001012.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000821.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000821.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000209.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000080.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000080.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000031.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001404.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001404.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004132.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004132.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000007.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000007.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003919.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003919.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002711.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002711.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000919.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000919.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000251.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000251.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003953.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003953.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000295.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002619.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002619.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000949.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000949.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000392.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000392.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000932.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000932.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000459.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000459.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000919.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000919.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002160.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002160.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004440.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004440.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001564.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001564.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000034.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000032.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000538.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000538.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000183.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000213.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000365.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000365.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000899.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000899.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001900.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001900.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000306.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000205.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000205.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000410.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000410.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000317.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000317.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000968.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000968.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001130.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001130.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001076.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001076.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004381.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004381.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000205.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000301.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000301.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000854.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000854.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001338.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001338.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000257.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000257.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004359.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004359.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003737.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003737.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003326.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003326.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000240.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004320.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004320.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001793.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001793.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002437.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002437.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001591.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001591.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000455.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000455.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004840.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004840.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001082.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001082.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003498.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003498.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004977.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004977.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000494.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000494.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002801.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002801.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000183.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001480.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001480.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001829.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001829.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000323.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000323.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000071.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002291.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002291.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000021.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000021.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000426.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000426.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000396.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000396.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000796.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000796.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000112.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000112.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000556.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000556.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003905.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003905.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000140.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000604.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000604.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000372.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000372.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000509.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000509.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000254.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003641.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003641.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001473.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001473.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000157.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000157.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000035.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000035.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000836.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000836.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000797.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000797.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002579.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002579.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000224.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000224.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001106.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001106.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000306.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000243.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000257.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000374.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000374.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000088.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003247.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003247.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000411.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000411.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000453.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000453.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003595.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003595.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001944.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001944.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000103.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000103.png 718.3351 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000074.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003519.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003519.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000132.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000009.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000009.png 718.3351 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000225.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002068.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002068.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003264.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003264.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000715.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000715.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000704.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000704.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000369.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000369.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004648.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004648.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000147.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002436.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002436.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004236.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004236.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001746.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001746.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003775.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003775.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000375.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000375.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000691.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000691.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000583.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000583.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000021.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000021.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000740.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000740.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001370.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001370.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002408.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002408.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000367.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000367.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000029.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002751.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002751.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005157.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005157.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000496.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000496.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001123.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001123.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000254.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000037.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001437.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001437.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000158.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000942.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000942.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000248.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000248.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000457.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000457.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002283.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002283.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000735.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000735.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002270.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002270.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000221.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001328.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001328.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001776.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001776.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000256.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000048.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000048.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000598.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000598.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000085.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000085.png 718.3351 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000098.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000098.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000801.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000801.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000308.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000308.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001539.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001539.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000036.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000227.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000513.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000513.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000515.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000515.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002745.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002745.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000036.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000388.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000388.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000150.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000278.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000278.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000629.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000629.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000357.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000357.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000964.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000964.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000023.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003127.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003127.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001338.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001338.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004180.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004180.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005028.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005028.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000032.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000667.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000667.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003791.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003791.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000084.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000084.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002433.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002433.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000337.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000337.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004132.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004132.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000680.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000680.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000155.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000155.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000164.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001633.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001633.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000823.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000823.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000889.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000889.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005083.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005083.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000257.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000320.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000320.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004202.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004202.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000217.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000217.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000213.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002104.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002104.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000031.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000647.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000647.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000258.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000286.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003748.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003748.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000043.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000385.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000385.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004783.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004783.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000423.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000423.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004374.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004374.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002527.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002527.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003010.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003010.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000301.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000256.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004218.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004218.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001180.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001180.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000517.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000517.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000618.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000618.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001161.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001161.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000272.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002954.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002954.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003594.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003594.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000107.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000107.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001913.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001913.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000585.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000585.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002022.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002022.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000085.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000463.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000463.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000277.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000277.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002915.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002915.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004021.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004021.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001482.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001482.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000103.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002454.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002454.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000194.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000194.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000332.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000332.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000224.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000248.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004697.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004697.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001505.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001505.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004027.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004027.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002885.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002885.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000103.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000103.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000183.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000183.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000044.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000460.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000460.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000044.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000094.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000094.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000155.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000397.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000397.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000041.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002351.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002351.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000600.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000600.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000202.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000085.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000047.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000047.png 707.0493 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000295.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003717.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003717.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000123.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000979.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000979.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000216.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000216.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001295.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001295.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000070.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001308.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001308.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002423.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002423.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000347.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000347.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000202.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002722.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002722.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000039.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000039.png 707.0493 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000084.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000919.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000919.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000268.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000265.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004209.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004209.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000714.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000714.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002584.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002584.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000432.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000432.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000166.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000620.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000620.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000067.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000290.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000290.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000484.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000484.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003099.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003099.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003774.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003774.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002157.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002157.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000320.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000320.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000447.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000447.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001982.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001982.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000715.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000715.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000151.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002733.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002733.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000364.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000364.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003095.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003095.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000174.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001986.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001986.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000033.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001335.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001335.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000110.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002284.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002284.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001382.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001382.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000054.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003704.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003704.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000556.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000556.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001777.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001777.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001825.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001825.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000238.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002878.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002878.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000388.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000388.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000579.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000579.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002261.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002261.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000836.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000836.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000543.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000543.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001125.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001125.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001075.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001075.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000322.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000322.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000676.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000676.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000502.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000502.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001780.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001780.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002166.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002166.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001389.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001389.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004428.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004428.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000345.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000345.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000200.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000200.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001380.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001380.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000069.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000069.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001560.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001560.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000011.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001779.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001779.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002297.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002297.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000798.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000798.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001005.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001005.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003844.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003844.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000131.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000246.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004067.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004067.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004104.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004104.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004140.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004140.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000035.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001230.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001230.png 718.856 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000028.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000582.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000582.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000748.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000748.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000633.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000633.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000069.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000069.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004518.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004518.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001057.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001057.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000190.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000346.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000346.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000621.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000621.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000146.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003973.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003973.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001325.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001325.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000929.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000929.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000678.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000678.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003380.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003380.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000583.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000583.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004223.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004223.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002140.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002140.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000402.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000402.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001409.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001409.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000385.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000385.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004377.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004377.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000102.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004108.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004108.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000340.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000340.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001095.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001095.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002053.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002053.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000177.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000368.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000368.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001164.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001164.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001845.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001845.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000031.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003520.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003520.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004893.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004893.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001958.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001958.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000180.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000180.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000019.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000019.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003000.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003000.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003433.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003433.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001872.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001872.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003568.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003568.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000961.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000961.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001447.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001447.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001090.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001090.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003850.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003850.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000311.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000311.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001381.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001381.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004144.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004144.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000939.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000939.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001954.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001954.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000406.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000406.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000257.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000145.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004296.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004296.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001039.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001039.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000078.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001695.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001695.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002226.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002226.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001023.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001023.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000185.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001111.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001111.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000686.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000686.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000059.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002835.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002835.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000168.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000383.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000383.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002029.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002029.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004321.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004321.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000066.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000066.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000138.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000669.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000669.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001575.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001575.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000346.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000346.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004151.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004151.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003238.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003238.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001274.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001274.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000251.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000251.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000355.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000355.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000631.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000631.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003049.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003049.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000160.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000964.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000964.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001936.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001936.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001417.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001417.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000159.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000159.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000133.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004169.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004169.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000190.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000190.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000172.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000172.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000398.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000398.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000746.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000746.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001655.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001655.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001458.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001458.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001772.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001772.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000745.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000745.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003910.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003910.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000308.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002132.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002132.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002446.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002446.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000008.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000074.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001027.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001027.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000213.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000213.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003595.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003595.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000701.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000701.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003787.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003787.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003095.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003095.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001970.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001970.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000759.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000759.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003320.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003320.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000508.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000508.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000533.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000533.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004033.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004033.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000151.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004438.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004438.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003994.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003994.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000774.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000774.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001053.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001053.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003284.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003284.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000303.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000049.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000049.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005020.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005020.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003964.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003964.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001519.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001519.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000077.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001517.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001517.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000238.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000238.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003497.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003497.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000433.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000433.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000008.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000098.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000015.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001825.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001825.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000553.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000553.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000334.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000334.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000976.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000976.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000148.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000148.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000289.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000044.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000044.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000040.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000040.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002705.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002705.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000012.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002551.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002551.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003586.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003586.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000296.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000296.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000380.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000380.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000854.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000854.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000488.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000488.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001563.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001563.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004126.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004126.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001582.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001582.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003081.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003081.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004387.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004387.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000093.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000093.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001898.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001898.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004651.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004651.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000016.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001065.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001065.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000359.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000359.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004125.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004125.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003370.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003370.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000103.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000103.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000427.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000427.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000649.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000649.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001559.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001559.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000344.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000344.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000170.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000441.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000441.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000451.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000451.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000153.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000472.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000472.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000178.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000627.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000627.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001488.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001488.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003345.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003345.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000487.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000487.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000615.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000615.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002699.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002699.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000949.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000949.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000058.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000058.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000139.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000189.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000379.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000379.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000168.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000168.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000518.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000518.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000051.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000518.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000518.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000336.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000336.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000329.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000329.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000968.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000968.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000071.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000071.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000384.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000384.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001195.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001195.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001375.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001375.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000167.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000287.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004101.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004101.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000370.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000370.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004440.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004440.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000855.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000855.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000393.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000393.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000216.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000216.png 718.3351 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000076.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000065.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000403.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000403.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000317.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000317.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000046.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000039.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000039.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000405.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000405.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000015.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000328.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000328.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000091.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000308.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000308.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000269.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000269.png 718.3351 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000099.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000477.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000477.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000262.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000199.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001143.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001143.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001107.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001107.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001236.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001236.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000051.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000051.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004750.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004750.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000054.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000257.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000257.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000070.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000070.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000398.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000398.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000293.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000051.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000051.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000060.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000060.png 718.3351 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000038.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000025.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002603.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002603.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000504.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000504.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000211.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000351.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000351.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000181.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000373.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000373.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000071.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000071.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000009.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000009.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002899.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002899.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000228.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001052.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001052.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000069.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003350.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003350.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000512.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000512.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000541.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000541.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002597.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002597.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000192.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000032.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000026.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000167.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000401.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000401.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004615.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004615.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004349.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004349.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000681.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000681.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000346.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000346.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000416.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000416.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000478.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000478.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000678.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000678.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000113.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003959.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003959.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000040.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000040.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000202.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000372.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000372.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001814.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001814.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002375.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002375.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000151.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002842.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002842.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005137.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005137.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001523.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001523.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000114.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000114.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002648.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002648.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003881.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003881.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001890.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001890.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000794.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000794.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000090.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000263.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000263.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000657.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000657.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002944.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002944.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000935.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000935.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000436.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000436.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001701.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001701.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001135.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001135.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000094.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000815.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000815.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000221.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000075.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000075.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000560.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000560.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002780.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002780.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000972.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000972.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002246.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002246.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000203.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000094.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001490.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001490.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004560.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004560.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001371.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001371.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000355.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000355.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004176.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004176.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000618.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000618.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000434.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000434.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000742.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000742.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001300.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001300.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000387.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000387.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003287.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003287.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000224.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000172.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000129.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000129.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000399.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000399.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000237.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000317.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000317.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000818.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000818.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000850.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000850.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000931.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000931.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000265.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000265.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000143.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000073.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000073.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000209.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000209.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000015.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000268.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000059.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000228.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000086.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000086.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000058.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000104.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000381.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000381.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000720.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000720.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004175.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004175.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000640.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000640.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000156.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000524.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000524.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004205.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004205.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000126.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000253.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000253.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004157.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004157.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001184.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001184.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000712.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000712.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000067.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001060.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001060.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000119.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004555.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004555.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001865.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001865.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000077.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000077.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000113.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000113.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000456.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000456.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000193.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000077.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000729.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000729.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000246.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001011.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001011.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000005.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000153.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000994.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000994.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000312.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000312.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000151.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004569.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004569.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001536.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001536.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000135.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000135.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001765.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001765.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000320.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000320.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000945.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000945.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000045.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000045.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000083.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004574.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004574.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000215.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000294.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000114.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003230.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003230.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000075.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003861.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003861.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003972.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003972.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000082.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000181.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000181.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003009.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003009.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003480.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003480.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001601.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001601.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000149.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000149.png 718.3351 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000329.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000329.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000315.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000315.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001856.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001856.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000237.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000373.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000373.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002344.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002344.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001096.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001096.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002497.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002497.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000401.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000401.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000683.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000683.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000158.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000268.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001349.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001349.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000698.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000698.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004862.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004862.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000197.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003340.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003340.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000350.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000350.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002471.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002471.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000119.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000119.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002888.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002888.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000120.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000447.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000447.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002690.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002690.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000348.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000348.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000266.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000266.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000250.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000567.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000567.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001020.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001020.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000226.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000226.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003593.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003593.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004141.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004141.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000522.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000522.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002145.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002145.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004056.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004056.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000495.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000495.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000928.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000928.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004536.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004536.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001262.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001262.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000136.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000095.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001101.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001101.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002431.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002431.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000090.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000090.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000101.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003008.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003008.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000858.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000858.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000380.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000380.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000032.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002983.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002983.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000685.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000685.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001036.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001036.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000018.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000018.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000172.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000069.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000046.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000923.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000923.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003143.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003143.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000059.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000059.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000688.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000688.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000561.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000561.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000367.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000367.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003176.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003176.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001405.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001405.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000139.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000139.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000117.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000749.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000749.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000294.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000294.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000559.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000559.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001551.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001551.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002176.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002176.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004885.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004885.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000164.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000164.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000739.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000739.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001325.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001325.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000797.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000797.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000250.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000078.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000078.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000944.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000944.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000232.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000880.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000880.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001938.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001938.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000473.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000473.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003987.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003987.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000143.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001530.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001530.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001566.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001566.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002613.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002613.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000106.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000096.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000522.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000522.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000650.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000650.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002324.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002324.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000411.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000411.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000556.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000556.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000638.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000638.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000499.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000499.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003187.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003187.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000538.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000538.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004114.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004114.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003436.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003436.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000163.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002808.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002808.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001955.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001955.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000231.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000415.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000415.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000022.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000022.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000114.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000114.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000171.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000171.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000827.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000827.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000290.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000290.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004358.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004358.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001235.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001235.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000245.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000245.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000433.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000433.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000631.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000631.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003419.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003419.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003097.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003097.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000345.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000345.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000121.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001506.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001506.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000022.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000353.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000353.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001292.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001292.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003014.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003014.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004581.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004581.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000668.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000668.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000174.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000775.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000775.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000062.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000062.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003325.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003325.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003858.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003858.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000061.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000067.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003261.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003261.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000572.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000572.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000005.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000167.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000167.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000021.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000021.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000630.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000630.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003156.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003156.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000703.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000703.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000327.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000327.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001127.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001127.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001126.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001126.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001006.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001006.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000410.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000410.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001150.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001150.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000263.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000263.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000052.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000161.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000074.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000074.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000805.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000805.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000228.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000895.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000895.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000080.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000080.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001336.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001336.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000331.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000331.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000136.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002962.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002962.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004124.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004124.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000317.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000317.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003631.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003631.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000200.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000105.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000097.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000566.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000566.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004107.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004107.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000329.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000329.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003149.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003149.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000524.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000524.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000689.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000689.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000424.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000424.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000762.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000762.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003653.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003653.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000887.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000887.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000750.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000750.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000744.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000744.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002063.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002063.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000048.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000048.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000614.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000614.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000051.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000751.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000751.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002473.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002473.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003202.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003202.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000008.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001119.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001119.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003865.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003865.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001486.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001486.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000032.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002852.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002852.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001249.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001249.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002584.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002584.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003750.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003750.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000119.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000225.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000134.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000399.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000399.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004818.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004818.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003080.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003080.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000081.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000081.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000536.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000536.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000081.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000088.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000281.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001062.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001062.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000089.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000540.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000540.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004404.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004404.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002686.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002686.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000275.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000917.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000917.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000185.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003746.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003746.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003385.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003385.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000203.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000096.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000046.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000046.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000039.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000039.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004659.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004659.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002349.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002349.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000120.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000111.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001715.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001715.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000143.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000143.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000022.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000019.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003199.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003199.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000344.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000344.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000715.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000715.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003546.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003546.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000154.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000234.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001360.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001360.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000454.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000454.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002453.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002453.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000056.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000056.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001278.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001278.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000676.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000676.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000146.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004376.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004376.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000051.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000051.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000184.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000184.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002441.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002441.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000510.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000510.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000221.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000241.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000175.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000287.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000842.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000842.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003823.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003823.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000050.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000157.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001063.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001063.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003603.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003603.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003443.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003443.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000736.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000736.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000113.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000113.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000084.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000318.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000318.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001255.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001255.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003977.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003977.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004791.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004791.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000831.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000831.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000830.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000830.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000305.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000369.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000369.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000086.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000074.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000186.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000175.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000300.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004332.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004332.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000228.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000336.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000336.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000683.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000683.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000459.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000459.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003666.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003666.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002871.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002871.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000384.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000384.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004408.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004408.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000595.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000595.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000028.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002660.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002660.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001151.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001151.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001014.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001014.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002170.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002170.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005107.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005107.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000893.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000893.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004890.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004890.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001541.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001541.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000150.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000056.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001397.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001397.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003118.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003118.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001863.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001863.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000404.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000404.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000324.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000087.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000028.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001959.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001959.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000279.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000279.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000595.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000595.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003633.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003633.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002419.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002419.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000778.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000778.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000131.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004895.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004895.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000033.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000113.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000743.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000743.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000123.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000492.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000492.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001159.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001159.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001820.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001820.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002342.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002342.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000173.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000313.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000313.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003899.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003899.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000342.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000342.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003009.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003009.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001539.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001539.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001026.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001026.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002670.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002670.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000015.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000711.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000711.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001121.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001121.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000033.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000033.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001977.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001977.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002521.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002521.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000072.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000557.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000557.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000877.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000877.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004503.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004503.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000709.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000709.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000185.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000418.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000418.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000083.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000221.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002096.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002096.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000229.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002694.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002694.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000782.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000782.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000365.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000365.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000210.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002034.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002034.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000542.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000542.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001547.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001547.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001113.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001113.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004617.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004617.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001214.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001214.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002104.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002104.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000161.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000185.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000185.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000349.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000349.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000594.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000594.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001632.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001632.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000139.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003622.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003622.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002795.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002795.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001371.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001371.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001708.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001708.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000204.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000204.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003242.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003242.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001161.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001161.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000030.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003219.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003219.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001167.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001167.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002183.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002183.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000089.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000089.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000052.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000824.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000824.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000029.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000029.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003039.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003039.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000277.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000740.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000740.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000319.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000319.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000946.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000946.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000561.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000561.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004274.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004274.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000023.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001429.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001429.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004080.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004080.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000233.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000320.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000320.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000053.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000053.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001949.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001949.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000117.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000117.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000235.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000235.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001748.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001748.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000032.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000038.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000038.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000254.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000254.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001246.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001246.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000057.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000350.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000350.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000319.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000319.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004980.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004980.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001004.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001004.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000196.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000139.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002279.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002279.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003271.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003271.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001128.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001128.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000262.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000262.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003656.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003656.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000082.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000461.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000461.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002589.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002589.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000176.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003837.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003837.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000497.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000497.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001584.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001584.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000081.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000027.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000257.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000257.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001063.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001063.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000962.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000962.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000118.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000112.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000071.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002817.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002817.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000531.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000531.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000988.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000988.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004415.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004415.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000670.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000670.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003763.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003763.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000753.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000753.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000763.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000763.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000162.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000203.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004020.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004020.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000106.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000107.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000107.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000544.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000544.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003427.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003427.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002769.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002769.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000170.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000413.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000413.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000281.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000281.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000254.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000254.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001489.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001489.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001586.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001586.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000323.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000323.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000083.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001303.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001303.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004026.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004026.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000338.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000338.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001171.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001171.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004282.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004282.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001853.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001853.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000275.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000092.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000092.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000281.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000281.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000327.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000327.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001728.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001728.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004949.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004949.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000991.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000991.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000130.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004329.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004329.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001818.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001818.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000295.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004520.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004520.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003741.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003741.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000161.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000161.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002684.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002684.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000417.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000417.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000251.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000952.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000952.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004815.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004815.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003876.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003876.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000280.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000461.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000461.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000907.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000907.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004726.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004726.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002973.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002973.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000128.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000128.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001991.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001991.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000307.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000307.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002883.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002883.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001084.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001084.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000051.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000741.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000741.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000048.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000139.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000188.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000271.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000963.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000963.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000650.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000650.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000147.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000999.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000999.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003218.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003218.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005056.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005056.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000024.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000024.png 718.3351 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000013.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001278.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001278.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000395.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000395.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000124.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000124.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003083.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003083.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000497.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000497.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001650.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001650.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000013.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000301.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002488.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002488.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001033.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001033.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000977.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000977.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000094.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000822.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000822.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001158.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001158.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000386.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000386.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000143.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000740.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000740.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000884.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000884.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000288.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004028.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004028.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000176.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000176.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003022.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003022.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004152.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004152.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000541.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000541.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001483.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001483.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003640.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003640.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001122.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001122.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001599.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001599.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003967.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003967.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000070.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000070.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000075.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000980.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000980.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004110.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004110.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000435.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000435.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000194.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000267.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000260.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000260.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000275.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000275.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000020.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000951.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000951.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002071.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002071.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002888.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002888.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000142.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000624.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000624.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000024.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000024.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000062.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000062.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000070.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001656.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001656.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001170.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001170.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004850.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004850.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001646.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001646.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004515.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004515.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003972.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003972.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000124.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004748.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004748.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000344.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000344.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000300.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000300.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000075.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001074.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001074.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000916.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000916.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000262.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000262.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001927.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001927.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004954.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004954.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000373.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000373.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002348.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002348.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002404.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002404.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000148.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000039.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000775.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000775.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000975.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000975.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000095.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000095.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003066.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003066.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001500.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001500.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000460.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000460.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000777.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000777.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001540.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001540.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000020.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002976.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002976.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000012.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000012.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001412.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001412.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003599.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003599.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001258.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001258.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001336.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001336.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000477.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000477.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000105.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002583.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002583.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000309.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000309.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000888.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000888.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000178.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000178.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000270.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000247.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001384.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001384.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001431.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001431.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001567.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001567.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000669.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000669.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000140.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000140.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000240.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000240.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000117.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000640.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000640.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001283.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001283.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003630.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003630.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000027.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000419.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000419.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002346.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002346.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001795.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001795.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003051.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003051.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003579.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003579.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003834.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003834.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000056.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004163.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004163.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002743.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002743.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000542.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000542.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000324.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000324.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000311.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000311.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000240.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000240.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003803.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003803.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000287.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000287.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000430.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000430.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004559.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004559.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003377.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003377.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001018.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001018.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000628.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000628.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003799.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003799.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002350.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002350.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004989.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004989.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003501.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003501.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000582.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000582.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000025.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002237.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002237.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000970.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000970.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001342.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001342.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000751.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000751.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003457.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003457.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003773.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003773.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000136.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000136.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001067.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001067.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002487.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002487.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000019.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000192.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000192.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000271.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000100.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000100.png 707.0493 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000044.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000913.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000913.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003502.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003502.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003207.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003207.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003275.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003275.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003177.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003177.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000051.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000683.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000683.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004046.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004046.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003048.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003048.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002744.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002744.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000213.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000213.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000990.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000990.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000059.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000059.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000587.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000587.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000269.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000366.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000366.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000166.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000166.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001176.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001176.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001094.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001094.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005140.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005140.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000838.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000838.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000296.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001541.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001541.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000834.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000834.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000584.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000584.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001459.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001459.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000108.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000108.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002958.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002958.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001163.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001163.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004170.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004170.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000407.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000407.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000314.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000314.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000033.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000033.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004964.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004964.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001467.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001467.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003685.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003685.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000124.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000065.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004370.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004370.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000490.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000490.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000287.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002927.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002927.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000179.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000712.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000712.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000093.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000093.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000661.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000661.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001142.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001142.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000048.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000594.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000594.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001026.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001026.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002308.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002308.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000816.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000816.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000215.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000116.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000193.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000193.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000580.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000580.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000291.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000357.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000357.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000132.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000132.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000852.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000852.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000011.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000342.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000342.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000696.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000696.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000058.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000008.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000858.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000858.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000185.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000185.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000183.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000040.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000168.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000168.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000055.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000055.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002933.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002933.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001197.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001197.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001504.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001504.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000995.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000995.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000162.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000162.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000294.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000294.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000265.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000265.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000505.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000505.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000268.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000055.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000055.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003617.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003617.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000510.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000510.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000048.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003192.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003192.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000092.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000499.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000499.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000485.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000485.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000141.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000141.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000190.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000051.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000405.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000405.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004720.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004720.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001598.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001598.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004147.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004147.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003918.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003918.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000315.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000315.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001636.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001636.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000231.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000027.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005123.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005123.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000334.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000334.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000127.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001972.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001972.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000811.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000811.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000100.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000100.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000228.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000228.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000125.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004648.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004648.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000237.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000671.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000671.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000769.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000769.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001365.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001365.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000453.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000453.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000139.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000488.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000488.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000918.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000918.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004119.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004119.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000436.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000436.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000087.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000358.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000358.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000239.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000239.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003848.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003848.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001211.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001211.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002726.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002726.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003382.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003382.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002493.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002493.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000098.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000267.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000684.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000684.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002574.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002574.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001301.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001301.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001358.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001358.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001790.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001790.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001639.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001639.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001228.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001228.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000173.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000907.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000907.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000411.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000411.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004139.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004139.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002518.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002518.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000568.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000568.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000678.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000678.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001143.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001143.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004997.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004997.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004362.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004362.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001427.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001427.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001192.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001192.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001029.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001029.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002039.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002039.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000053.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000075.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000086.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000086.png 707.0493 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000156.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001276.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001276.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000062.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000055.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000229.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000229.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004979.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004979.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000121.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000178.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000030.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000241.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000241.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000194.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000194.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004319.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004319.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000238.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000268.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000268.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004755.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004755.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003301.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003301.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002317.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002317.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000069.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001804.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001804.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000079.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000079.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000516.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000516.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003623.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003623.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000374.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000374.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000366.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000366.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004786.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004786.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004272.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004272.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000091.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000091.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001147.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001147.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000200.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000200.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000088.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004528.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004528.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000232.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000089.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000089.png 707.0493 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000648.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000648.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000154.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000154.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000011.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000011.png 718.3351 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000188.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000188.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004505.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004505.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004574.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004574.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000094.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003872.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003872.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000654.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000654.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000191.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000731.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000731.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000285.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000273.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000892.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000892.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000576.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000576.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002917.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002917.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000095.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000095.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001665.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001665.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000258.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000288.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002019.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002019.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000237.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000237.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000037.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000037.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000147.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000073.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000463.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000463.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000016.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000317.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000317.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001491.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001491.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000428.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000428.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000017.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002201.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002201.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000057.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000057.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003002.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003002.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000152.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000947.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000947.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002923.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002923.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000167.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000167.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000013.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003527.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003527.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001041.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001041.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001200.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001200.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000319.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000319.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001513.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001513.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002524.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002524.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003584.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003584.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000204.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000526.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000526.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000385.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000385.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000640.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000640.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002173.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002173.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000091.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000131.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000131.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001339.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001339.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000726.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000726.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001025.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001025.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004467.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004467.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003965.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003965.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004948.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004948.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002064.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002064.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000028.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000251.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004028.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004028.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000407.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000407.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000023.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000023.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000783.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000783.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000262.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000262.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000126.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000126.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002964.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002964.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000502.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000502.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003174.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003174.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000311.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000311.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000915.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000915.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003814.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003814.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000176.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000176.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000112.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001193.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001193.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000599.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000599.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000270.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001069.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001069.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000359.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000359.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000741.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000741.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000159.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000138.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001211.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001211.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000667.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000667.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001017.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001017.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001425.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001425.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000213.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000213.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000115.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000115.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000839.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000839.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001438.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001438.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000462.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000462.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002519.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002519.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004878.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004878.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000203.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000203.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000754.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000754.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000021.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000449.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000449.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000721.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000721.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000371.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000371.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000442.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000442.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000895.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000895.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001481.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001481.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001207.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001207.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004403.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004403.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000439.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000439.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000610.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000610.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003229.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003229.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000348.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000348.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000097.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000097.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004628.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004628.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000849.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000849.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001961.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001961.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000367.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000367.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000049.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000828.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000828.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000565.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000565.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000478.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000478.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000118.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000068.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000142.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000036.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001006.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001006.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000316.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000316.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003112.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003112.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000271.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000271.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000593.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000593.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000250.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003733.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003733.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002389.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002389.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000954.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000954.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001361.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001361.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003770.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003770.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000284.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000284.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000603.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000603.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000024.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000024.png 707.0493 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001004.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001004.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000247.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000247.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000869.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000869.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004521.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004521.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000684.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000684.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000982.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000982.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001028.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001028.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004098.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004098.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002152.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002152.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000020.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000020.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000158.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000158.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000602.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000602.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000195.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000195.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000056.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000056.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000466.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000466.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000984.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000984.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001321.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001321.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000121.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000121.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000587.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000587.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001245.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001245.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000129.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001552.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001552.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000086.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000039.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000215.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000477.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000477.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000172.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004455.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004455.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005093.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005093.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001296.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001296.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000344.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000344.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000459.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000459.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002255.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002255.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003642.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003642.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000568.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000568.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002288.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002288.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000138.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001496.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001496.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000359.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000359.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000064.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002525.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002525.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001393.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001393.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000394.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000394.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004816.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004816.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000147.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000304.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000199.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000115.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000115.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003825.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003825.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002593.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002593.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000140.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000104.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000166.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001911.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001911.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004961.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004961.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000292.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000292.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000648.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000648.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002848.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002848.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000337.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000337.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000037.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000271.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000271.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000036.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000309.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000309.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001024.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001024.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000014.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001418.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001418.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004360.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004360.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000578.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000578.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000331.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000331.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000817.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000817.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000040.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000307.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000307.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000971.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000971.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003619.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003619.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001130.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001130.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000172.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000780.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000780.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001416.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001416.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000277.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000803.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000803.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005044.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005044.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004868.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004868.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000654.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000654.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004879.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004879.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001445.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001445.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000811.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000811.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000224.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000292.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000010.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000010.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000028.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000041.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000041.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000049.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003463.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003463.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000284.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001077.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001077.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003630.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003630.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002575.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002575.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000067.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000427.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000427.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003245.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003245.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000409.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000409.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000779.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000779.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003769.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003769.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000563.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000563.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001873.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001873.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001865.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001865.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000124.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004077.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004077.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000751.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000751.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000051.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000875.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000875.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000357.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000357.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003063.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003063.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000173.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004034.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004034.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000717.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000717.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001329.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001329.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000201.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000172.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000172.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003887.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003887.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000718.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000718.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000099.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000274.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000274.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002767.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002767.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000038.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004087.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004087.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000063.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000063.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000525.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000525.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003724.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003724.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004888.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004888.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000677.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000677.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000006.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000338.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000338.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002239.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002239.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000109.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000109.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001723.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001723.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004803.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004803.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000419.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000419.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003800.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003800.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004942.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004942.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001912.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001912.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002702.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002702.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000045.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001724.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001724.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000622.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000622.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004995.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004995.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000120.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000120.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000780.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000780.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001635.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001635.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003189.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003189.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004603.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004603.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001207.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001207.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000061.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004301.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004301.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000146.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000687.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000687.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001816.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001816.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002595.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002595.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001173.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001173.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000089.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000089.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000217.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000217.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000113.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000192.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002303.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002303.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000284.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001699.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001699.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000602.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000602.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002431.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002431.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000341.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000341.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000029.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000029.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000669.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000669.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000230.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000913.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000913.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000318.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000318.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004093.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004093.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000025.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001688.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001688.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002302.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002302.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002597.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002597.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000035.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000133.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000133.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001170.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001170.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002752.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002752.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001574.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001574.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000405.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000405.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004516.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004516.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000355.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000355.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000802.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000802.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000037.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000037.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003793.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003793.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000564.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000564.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000431.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000431.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004688.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004688.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000715.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000715.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000191.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000973.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000973.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002451.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002451.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000958.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000958.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001253.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001253.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001198.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001198.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000061.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002530.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002530.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001663.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001663.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002825.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002825.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003613.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003613.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002217.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002217.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000666.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000666.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002843.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002843.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000179.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000186.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000186.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000222.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001002.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001002.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004415.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004415.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001394.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001394.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000691.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000691.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001224.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001224.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000092.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000917.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000917.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000431.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000431.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001803.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001803.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004216.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004216.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000471.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000471.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001206.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001206.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000199.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000199.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000862.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000862.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000226.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000824.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000824.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000126.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004735.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004735.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000192.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000192.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000496.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000496.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000601.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000601.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000679.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000679.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001044.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001044.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000364.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000364.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005125.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005125.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005129.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005129.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004809.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004809.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000082.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000082.png 718.3351 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000548.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000548.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004531.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004531.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003090.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003090.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000863.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000863.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000288.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000288.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000545.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000545.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002426.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002426.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000332.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000332.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004391.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004391.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000198.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000388.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000388.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000129.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000129.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002000.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002000.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000159.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000159.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000249.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002173.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002173.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000157.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000157.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000189.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000189.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002008.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002008.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000115.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000115.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000187.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002882.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002882.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000195.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000195.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001785.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001785.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000288.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002330.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002330.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000650.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000650.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000350.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000350.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000209.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000209.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004703.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004703.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002887.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002887.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000983.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000983.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000604.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000604.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001237.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001237.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000261.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000396.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000396.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002253.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002253.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000169.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000169.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000116.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000116.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000471.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000471.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000014.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000014.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000996.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000996.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000073.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000060.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000144.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000766.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000766.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000163.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004585.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004585.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004332.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004332.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000865.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000865.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004539.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004539.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000105.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000249.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000191.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001494.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001494.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000069.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004033.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004033.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000182.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000225.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000225.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001335.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001335.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003828.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003828.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000701.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000701.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000222.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000222.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001434.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001434.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000050.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001138.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001138.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000036.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002940.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002940.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000043.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005106.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005106.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002309.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002309.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002468.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002468.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003703.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003703.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000401.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000401.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004721.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004721.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004443.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004443.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000429.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000429.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004258.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004258.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002005.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002005.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002061.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002061.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000122.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000092.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002975.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002975.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002459.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002459.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000054.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000767.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000767.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002907.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002907.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000439.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000439.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000096.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000736.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000736.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000143.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000952.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000952.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000097.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003598.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003598.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000890.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000890.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000436.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000436.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000140.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000140.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003524.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003524.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004357.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004357.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000731.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000731.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000767.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000767.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002053.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002053.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003523.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003523.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000681.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000681.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000566.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000566.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002802.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002802.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000530.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000530.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000045.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000383.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000383.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000028.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000225.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000070.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000143.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001534.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001534.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000280.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000280.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000099.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000099.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000332.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000332.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003517.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003517.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003810.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003810.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000172.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000172.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000358.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000358.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000521.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000521.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002911.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002911.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001351.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001351.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000245.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001142.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001142.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002917.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002917.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000404.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000404.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005017.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005017.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000026.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000021.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003989.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003989.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003216.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003216.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002921.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002921.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000088.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000088.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000192.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000614.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000614.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000400.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000400.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000093.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000707.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000707.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003673.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003673.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001584.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001584.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004859.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004859.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000026.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000028.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000028.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001613.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001613.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001731.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001731.png 718.856 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000109.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002875.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002875.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000639.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000639.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002787.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002787.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000018.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000638.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000638.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001623.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001623.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000173.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000173.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000312.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000312.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000232.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000232.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004405.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004405.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000303.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001030.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001030.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003172.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003172.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000734.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000734.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001123.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001123.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000525.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000525.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001324.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001324.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000266.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000266.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003826.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003826.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000108.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000072.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000124.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000124.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000024.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000583.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000583.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000834.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000834.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001585.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001585.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001012.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001012.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000401.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000401.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000082.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004464.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004464.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000497.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000497.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000043.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000043.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000018.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000488.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000488.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002114.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002114.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000021.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000021.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003542.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003542.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004001.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004001.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002164.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002164.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000681.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000681.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003868.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003868.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000297.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001303.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001303.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002962.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002962.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000493.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000493.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000727.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000727.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000849.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000849.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003307.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003307.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000719.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000719.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000144.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000144.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002414.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002414.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000364.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000364.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000091.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001073.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001073.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000299.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000299.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000119.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003875.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003875.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000683.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000683.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000093.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001123.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001123.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000480.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000480.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000183.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000183.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001218.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001218.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000136.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000136.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004369.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004369.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003148.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003148.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002286.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002286.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000069.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004095.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004095.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000178.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000178.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000126.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000126.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001160.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001160.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000561.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000561.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001374.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001374.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000207.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000024.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000822.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000822.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000276.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000276.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000160.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000160.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000008.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000008.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000624.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000624.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000221.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000221.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000017.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000411.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000411.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000983.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000983.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004039.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004039.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000149.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000149.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001072.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001072.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000345.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000345.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000409.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000409.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000302.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001011.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001011.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000690.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000690.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003196.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003196.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004392.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004392.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003607.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003607.png 707.0912 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000095.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000095.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004532.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004532.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000709.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000709.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002495.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002495.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001215.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001215.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000364.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000364.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003229.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003229.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000323.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000323.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002737.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002737.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001268.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001268.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003438.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003438.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000601.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000601.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003903.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003903.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002093.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002093.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001396.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001396.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000409.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000409.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000376.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000376.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003058.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003058.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000219.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003067.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003067.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004161.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004161.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000568.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000568.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000006.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001510.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001510.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000162.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000162.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002624.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002624.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000018.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000018.png 718.3351 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000077.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003935.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003935.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001105.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001105.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000282.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000282.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000023.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000674.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000674.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001152.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001152.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002266.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002266.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000270.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001045.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001045.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000047.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001535.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001535.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000517.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000517.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002780.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002780.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003663.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003663.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001481.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001481.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002059.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002059.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000275.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000574.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000574.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000317.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000317.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000408.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000408.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000008.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000220.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000313.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000313.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000957.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000957.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000730.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000730.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004583.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004583.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003650.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003650.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004383.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004383.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000195.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000060.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000060.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000622.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000622.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003493.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003493.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000034.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000511.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000511.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000097.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000097.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000025.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000025.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000598.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000598.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003987.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003987.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000800.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000800.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000198.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002134.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002134.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000318.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000318.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001523.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001523.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003099.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003099.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000040.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000040.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000047.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000047.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000326.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000326.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000036.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000036.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003507.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003507.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000097.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002456.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002456.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000411.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000411.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000175.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003393.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003393.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000271.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000271.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000231.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000231.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004395.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004395.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000290.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000290.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000379.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000379.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002286.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002286.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004241.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004241.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002827.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002827.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000276.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000285.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000285.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000404.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000404.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002092.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002092.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001556.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001556.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003782.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003782.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003932.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003932.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000246.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000266.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000266.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000274.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000274.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000284.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000475.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000475.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000014.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000333.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000333.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000210.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000210.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004518.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004518.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000042.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001258.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001258.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000325.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000325.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000148.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000185.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000185.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000086.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004298.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004298.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000104.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000104.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000249.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000249.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000152.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000152.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000027.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000027.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000011.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002038.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002038.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002641.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002641.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000365.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000365.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000072.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000072.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000912.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000912.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000809.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000809.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000093.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000093.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004640.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004640.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000168.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003661.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003661.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000100.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002717.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002717.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000009.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000570.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000570.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000091.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000204.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000204.png 718.3351 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000017.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000185.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000504.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000504.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000646.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000646.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000035.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000767.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000767.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002602.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002602.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000677.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000677.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003654.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003654.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000118.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001948.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001948.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002114.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002114.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000418.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000418.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000174.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000174.png 718.3351 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000721.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000721.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003611.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003611.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000796.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000796.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001463.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001463.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000386.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000386.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003021.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003021.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000717.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000717.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000299.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001571.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001571.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000058.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000096.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000096.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000478.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000478.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000275.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000275.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001235.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001235.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000348.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000348.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000145.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000594.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000594.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000287.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000287.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000008.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002338.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002338.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000167.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000167.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000211.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000594.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000594.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001222.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001222.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000416.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000416.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000364.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000364.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000490.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000490.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000067.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000067.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000550.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000550.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000278.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001830.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001830.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000073.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000388.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000388.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000117.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004139.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004139.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002239.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002239.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003227.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003227.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003525.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003525.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000110.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003184.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003184.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000289.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004614.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004614.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000036.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000036.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000370.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000370.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004015.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004015.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002241.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002241.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001572.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001572.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000212.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000212.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002601.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002601.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000433.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000433.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000857.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000857.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000410.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000410.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000074.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001809.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001809.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002951.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002951.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003986.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003986.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003566.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003566.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000436.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000436.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000794.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000794.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001039.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001039.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000046.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000223.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000058.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000954.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000954.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000070.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000292.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000241.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004582.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004582.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000080.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001003.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001003.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003362.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003362.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000022.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000082.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000130.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000049.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000049.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002482.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002482.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000371.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000371.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000419.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000419.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000179.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000179.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000010.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000010.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000159.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000159.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000111.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000111.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000297.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000486.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000486.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000712.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000712.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002606.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002606.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001054.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001054.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000899.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000899.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002482.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002482.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004249.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004249.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001194.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001194.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003604.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003604.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001858.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001858.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003541.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003541.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003445.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003445.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000370.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000370.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003533.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003533.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000033.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000033.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000284.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000284.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000932.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000932.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000208.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000208.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004630.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004630.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000709.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000709.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001120.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001120.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000871.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000871.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000211.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000007.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000321.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000321.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000582.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000582.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004068.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004068.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000371.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000371.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002485.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002485.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000297.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000297.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004364.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004364.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003441.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003441.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000519.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000519.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000761.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000761.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001201.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001201.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001942.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001942.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000611.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000611.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000213.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000213.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000070.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000070.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000480.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000480.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000559.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000559.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000665.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000665.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001053.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001053.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002517.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002517.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000588.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000588.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000069.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000069.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000529.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000529.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000667.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000667.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003922.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003922.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003697.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003697.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000747.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000747.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000725.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000725.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000682.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000682.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000362.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000362.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004530.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004530.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000522.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000522.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000243.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000243.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003487.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003487.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000341.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000341.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000260.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000146.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000146.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000065.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000065.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000604.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000604.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001337.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001337.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000328.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000328.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002040.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002040.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000516.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000516.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000072.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000064.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000064.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004587.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004587.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001877.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001877.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000955.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000955.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000030.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000030.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003903.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003903.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003206.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003206.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000397.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000397.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000329.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000329.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000313.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000313.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001410.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001410.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000014.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000014.png 718.3351 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000096.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000096.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003123.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003123.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000621.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000621.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000061.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000109.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000180.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002088.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002088.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000513.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000513.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000319.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000319.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000030.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000110.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000413.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000413.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000579.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000579.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003066.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003066.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000693.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000693.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000562.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000562.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000032.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000157.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000157.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000286.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000286.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000101.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000021.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002671.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002671.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000770.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000770.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001917.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001917.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001128.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001128.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000432.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000432.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000137.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000278.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000278.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000006.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001492.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001492.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000292.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000292.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001529.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001529.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002086.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002086.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000888.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000888.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000308.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000308.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000841.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000841.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000757.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000757.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004549.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004549.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000542.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000542.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000335.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000335.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000298.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000298.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005087.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005087.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003223.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003223.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001141.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001141.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001099.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001099.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004115.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004115.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003648.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003648.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000180.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000326.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000326.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004797.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004797.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001165.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001165.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000375.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000375.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000192.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000192.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000067.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001238.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001238.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002545.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002545.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000075.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000075.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001847.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001847.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000427.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000427.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000563.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000563.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002824.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002824.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004634.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004634.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000599.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000599.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000303.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000303.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000391.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000391.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000996.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000996.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003484.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003484.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000296.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000296.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001103.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001103.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000181.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000181.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000396.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000396.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000023.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000925.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000925.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000401.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000401.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002992.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002992.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000014.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000289.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000289.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000201.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000620.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000620.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000249.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000249.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003401.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003401.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000354.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000354.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000035.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000035.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000801.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000801.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000196.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000196.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000125.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000248.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000248.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000190.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005042.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005042.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001448.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001448.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000218.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000218.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004724.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004724.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004565.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004565.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001970.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001970.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000150.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004306.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004306.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003204.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003204.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000159.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000159.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000959.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000959.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000857.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000857.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000201.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000201.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004594.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004594.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000261.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000319.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000319.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000860.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000860.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000260.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000208.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000208.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002905.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002905.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000163.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000252.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000473.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000473.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000224.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000224.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000651.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000651.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002838.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002838.png 718.856 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000050.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000050.png 707.0493 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000391.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000391.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000031.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000128.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000148.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000194.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000194.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000045.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000263.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000263.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003335.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003335.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003107.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003107.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000215.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000215.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003226.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003226.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001898.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001898.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000067.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000242.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000383.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000383.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000009.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000009.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002045.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002045.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000499.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000499.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004318.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004318.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000847.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000847.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000910.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000910.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000097.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000097.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000137.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000137.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004135.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004135.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003475.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003475.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000191.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001081.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001081.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000892.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000892.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000067.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000067.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004637.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004637.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000153.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000153.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000904.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000904.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004649.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004649.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000356.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000356.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000225.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000225.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001407.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001407.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000044.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003236.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003236.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000076.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000391.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000391.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000920.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000920.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003235.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003235.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001975.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001975.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000402.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000402.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000859.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000859.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000992.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000992.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003110.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003110.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000163.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000163.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000344.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000344.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000540.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000540.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000056.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000253.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000892.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000892.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003090.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003090.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000391.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000391.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000231.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001226.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001226.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001391.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001391.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001880.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001880.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000261.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000255.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000255.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000128.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000166.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000119.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000231.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001674.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001674.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000242.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000226.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000784.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000784.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002007.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002007.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000259.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000259.png 718.3351 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000345.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000345.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000025.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000025.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000839.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000839.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000040.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002973.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002973.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003500.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003500.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000190.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000190.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001691.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001691.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000494.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000494.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001176.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001176.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000144.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000144.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004105.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004105.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000149.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003929.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003929.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000104.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000104.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004244.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004244.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000710.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000710.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003089.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003089.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004250.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004250.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004983.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004983.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000971.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000971.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000047.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000312.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000312.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000688.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000688.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000207.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001666.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001666.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003791.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003791.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001231.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001231.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000219.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000219.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001121.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001121.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003363.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003363.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004457.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004457.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000424.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000424.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000705.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000705.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000413.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000413.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000377.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000377.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000211.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000211.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000005.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000105.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000635.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000635.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000302.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000302.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004494.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004494.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000087.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000087.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004449.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004449.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003078.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003078.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001346.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001346.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003158.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003158.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000114.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000295.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000295.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000185.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000185.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000734.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000734.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000779.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000779.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004525.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004525.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002836.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002836.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000410.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000410.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000056.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000056.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000648.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000648.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000125.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000125.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000445.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000445.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000403.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000403.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000027.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000027.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001213.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001213.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003884.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003884.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001532.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001532.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004375.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004375.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000624.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000624.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000253.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000253.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001420.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001420.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000449.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000449.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002139.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002139.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000034.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001544.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001544.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003412.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003412.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001618.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001618.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002464.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002464.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001058.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001058.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000292.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000292.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000232.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000845.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000845.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000365.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000365.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000758.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000758.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002296.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002296.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000344.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000344.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000043.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002840.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002840.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001006.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001006.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000632.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000632.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004054.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004054.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001605.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001605.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000093.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000093.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003749.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003749.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000134.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004746.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004746.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000592.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000592.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004129.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004129.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000219.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000060.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000060.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000242.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000122.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000122.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000985.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000985.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001670.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001670.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000431.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000431.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000278.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000117.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003305.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003305.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000492.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000492.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001028.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001028.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001054.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001054.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000155.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001001.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001001.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000510.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000510.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000340.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000340.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000150.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000150.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001186.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001186.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003713.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003713.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005035.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005035.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000007.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000168.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000168.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001641.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001641.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002996.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002996.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000990.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000990.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000421.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000421.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000303.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000303.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004429.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004429.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000162.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000162.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000092.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000092.png 718.3351 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000238.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001900.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001900.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000373.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000373.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000874.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000874.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001531.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001531.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003153.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003153.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000084.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000013.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000339.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000339.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000209.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001125.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001125.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000927.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000927.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005018.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005018.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000250.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000250.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000718.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000718.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000057.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002137.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002137.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000210.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000886.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000886.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001624.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001624.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002402.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002402.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001796.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001796.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002763.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002763.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000763.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000763.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001265.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001265.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000378.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000378.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001352.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001352.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002964.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002964.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000318.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000318.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000463.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000463.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002046.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002046.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000218.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000218.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000380.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000380.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000118.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000118.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001949.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001949.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001055.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001055.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000050.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000979.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000979.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005009.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005009.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001363.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001363.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000246.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000246.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000083.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001233.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001233.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003824.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003824.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000238.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000238.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000792.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000792.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000333.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000333.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001615.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001615.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000678.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000678.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004406.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004406.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000022.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000634.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000634.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000307.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000307.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003998.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003998.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000697.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000697.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000264.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000264.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003956.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003956.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000593.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000593.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001148.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001148.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000793.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000793.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002795.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002795.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000219.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000219.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000681.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000681.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000119.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000062.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002593.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002593.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000382.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000382.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003701.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003701.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000649.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000649.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000046.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001412.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001412.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002337.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002337.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001007.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001007.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000206.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000206.png 718.3351 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000199.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000199.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001639.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001639.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000009.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000259.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002801.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002801.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002229.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002229.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000218.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004213.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004213.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000239.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000239.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000038.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001012.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001012.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001405.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001405.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000276.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000276.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000301.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001241.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001241.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001039.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001039.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004624.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004624.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001023.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001023.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000840.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000840.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000562.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000562.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002073.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002073.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002714.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002714.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001084.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001084.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003106.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003106.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000356.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000356.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000184.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000184.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000466.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000466.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000268.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000273.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001762.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001762.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000361.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000361.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000146.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000052.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000052.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000293.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000293.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000109.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000109.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000059.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000723.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000723.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003665.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003665.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003559.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003559.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000051.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002289.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002289.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000592.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000592.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002221.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002221.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000456.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000456.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000681.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000681.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000092.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000092.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000210.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000210.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002412.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002412.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000329.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000329.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000572.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000572.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000711.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000711.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000317.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000317.png 718.3351 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000059.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000009.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002265.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002265.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000235.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000050.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000050.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004707.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004707.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000452.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000452.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000268.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000268.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001967.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001967.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000310.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000310.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000984.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000984.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000637.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000637.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004567.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004567.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000017.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002120.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002120.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000635.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000635.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000258.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000258.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000250.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000250.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004073.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004073.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004517.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004517.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000547.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000547.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000291.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000291.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000425.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000425.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000251.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000214.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000214.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000310.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000310.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001210.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001210.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000298.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000298.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000173.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000173.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000145.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000306.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000412.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000412.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000872.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000872.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000068.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000068.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004615.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004615.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000647.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000647.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000029.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000029.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000352.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000233.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000233.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001217.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001217.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001328.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001328.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003136.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003136.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004082.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004082.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000217.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000217.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000062.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000062.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000276.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000276.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002319.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002319.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000070.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000070.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001980.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001980.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001046.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001046.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000259.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000259.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000307.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000307.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003050.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003050.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000110.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000110.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000267.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000267.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002645.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002645.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000278.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000278.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002107.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002107.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002817.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002817.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001139.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001139.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005153.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005153.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001834.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001834.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000066.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000066.png 718.3351 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000078.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000398.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000398.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000261.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000261.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002364.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002364.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000949.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000949.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000601.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000601.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000338.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000338.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005145.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005145.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000016.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000016.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000356.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000356.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000511.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000511.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001104.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001104.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000301.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000043.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000039.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000230.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000230.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000169.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000169.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000791.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000791.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001378.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001378.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000175.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000175.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001080.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001080.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001141.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001141.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000293.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000556.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000556.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000209.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000209.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000073.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002900.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002900.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000205.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000205.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003576.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003576.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000280.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002054.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002054.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000279.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003529.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003529.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000052.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000052.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004473.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004473.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000254.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000074.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000339.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000339.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000076.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000170.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001725.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001725.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000259.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000259.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004542.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004542.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000044.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000044.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001153.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001153.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001246.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001246.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003623.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003623.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000388.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000388.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000304.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000304.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004311.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004311.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000165.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000077.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000210.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000210.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000315.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000315.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000062.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000062.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003424.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003424.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000962.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000962.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000155.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000155.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000121.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000121.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000320.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000320.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002764.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002764.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003537.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003537.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000149.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004143.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004143.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000076.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000076.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004951.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004951.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000597.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000597.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002891.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002891.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002276.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002276.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004492.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004492.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000202.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000202.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000082.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000082.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000589.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000589.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000858.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000858.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000080.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000725.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000725.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000074.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000074.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000095.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001055.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001055.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000769.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000769.png 718.856 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000070.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000567.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000567.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002553.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002553.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003193.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003193.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003975.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003975.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000950.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000950.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003141.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003141.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000584.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000584.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000105.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000585.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000585.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000066.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000066.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001595.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001595.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000311.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000311.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000629.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000629.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000220.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000220.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000111.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000111.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000909.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000909.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000075.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001091.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001091.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002380.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002380.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000232.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001203.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001203.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004234.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004234.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000325.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000325.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000641.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000641.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003668.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003668.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000320.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000320.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000779.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000779.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002366.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002366.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000160.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000160.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000041.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001132.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001132.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000841.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000841.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002582.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002582.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001399.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001399.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000775.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000775.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000937.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000937.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000065.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000206.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000206.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003532.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003532.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004595.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004595.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000297.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000297.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000227.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000227.png 718.3351 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000061.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000061.png 707.0493 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001436.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001436.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000057.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000272.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000272.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000205.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000205.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000017.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000017.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000713.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000713.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000382.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000382.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003171.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003171.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000223.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000223.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004434.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004434.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000127.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000127.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000355.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000355.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003627.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003627.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000215.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000215.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000080.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000235.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000235.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003618.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003618.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000123.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000384.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000384.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003152.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003152.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003651.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003651.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000054.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000054.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000085.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000085.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000414.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000414.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000175.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001268.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001268.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004987.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004987.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003662.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003662.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003168.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003168.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003728.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003728.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000462.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000462.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004408.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004408.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000011.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000177.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002193.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002193.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001558.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001558.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001309.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001309.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000165.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000443.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000443.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003982.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003982.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000439.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000439.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000015.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001112.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001112.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003270.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003270.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000039.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001500.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001500.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003370.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003370.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000342.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000342.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001398.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001398.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001773.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001773.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003921.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003921.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003539.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003539.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000049.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000049.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000302.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000302.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000045.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000626.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000626.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001367.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001367.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003317.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003317.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000248.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002748.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002748.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004632.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004632.png 707.0912 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000046.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001187.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001187.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000487.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000487.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000222.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000222.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000191.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000191.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001034.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001034.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000143.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000143.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000552.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000552.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000012.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000012.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000134.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001155.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001155.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000247.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000247.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004355.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004355.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000295.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000295.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003299.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003299.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000578.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000578.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000636.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000636.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000277.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000277.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000262.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000262.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001090.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001090.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000424.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000424.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001904.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001904.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001615.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001615.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004003.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004003.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000175.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002754.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002754.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000165.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000165.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000064.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002750.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002750.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001018.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001018.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004597.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004597.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001499.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001499.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000943.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000943.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002541.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002541.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000455.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000455.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000946.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000946.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002278.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002278.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000677.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000677.png 707.0912 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000013.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000013.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004447.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004447.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000057.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000057.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000023.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000352.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000352.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000139.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000139.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002000.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002000.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000884.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000884.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000231.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002049.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002049.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004722.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004722.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000019.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000019.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000146.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000146.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000788.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000788.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000081.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000081.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003316.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003316.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000866.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000866.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001211.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001211.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000249.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000249.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004547.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004547.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000355.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000355.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000329.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000329.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000401.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000401.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004378.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004378.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000765.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000765.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001082.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001082.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000014.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000090.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000479.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000479.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000047.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000014.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000138.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000138.png 718.3351 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000014.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000014.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000476.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000476.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000301.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000301.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000522.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000522.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000197.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000197.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000081.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000081.png 721.5377 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000025.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000025.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001726.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001726.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000215.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000215.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000351.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000351.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000351.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000351.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003552.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003552.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000603.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000603.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001273.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001273.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005043.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005043.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000147.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000356.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000356.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000209.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000209.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002614.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002614.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000228.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000228.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003453.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003453.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003225.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003225.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000602.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000602.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002082.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002082.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000150.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000127.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000323.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000323.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002503.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002503.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000006.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000831.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000831.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000117.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000117.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000038.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003759.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003759.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000200.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000200.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000149.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000149.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001212.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001212.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000181.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000181.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000870.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000870.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000163.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000163.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004115.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004115.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004865.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004865.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000061.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001739.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001739.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000766.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000766.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002524.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002524.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000729.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000729.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000166.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004529.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004529.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000420.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000420.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000357.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000357.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000180.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000180.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000127.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000423.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000423.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002360.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002360.png 718.856 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000029.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000008.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002451.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002451.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000042.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000042.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000762.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000762.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000148.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000148.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000916.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000916.png 718.856 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000234.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000234.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000039.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000039.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000065.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004117.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004117.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001573.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001573.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000251.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000715.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000715.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004927.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004927.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003005.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003005.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000008.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000008.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001037.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001037.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001332.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001332.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001021.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001021.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000073.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000073.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000172.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000544.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000544.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001576.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001576.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000336.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000336.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001438.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001438.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000349.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000349.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002662.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002662.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000746.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000746.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002605.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002605.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000252.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000316.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000316.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000855.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000855.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002362.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002362.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000299.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000299.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000669.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000669.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002920.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002920.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000416.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000416.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002985.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002985.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000293.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000293.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004196.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004196.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001628.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001628.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000233.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000233.png 721.5377 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000070.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000070.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000299.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000299.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000130.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000130.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000023.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004825.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004825.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001348.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001348.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003537.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003537.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000780.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000780.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002738.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002738.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000924.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000924.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001154.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001154.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000095.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000095.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001031.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001031.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000055.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000413.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000413.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003543.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003543.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000747.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000747.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001561.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001561.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001930.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001930.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002561.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002561.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000634.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000634.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000737.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000737.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000305.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000305.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000289.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000289.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000101.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000162.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000162.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000017.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000017.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000267.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000267.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002862.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002862.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000031.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000031.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000142.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000006.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000006.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001400.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001400.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000755.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000755.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001397.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001397.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001024.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001024.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001052.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001052.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004254.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004254.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002647.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002647.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000246.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000246.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004656.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004656.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000273.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000273.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000244.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000244.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000521.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000521.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000656.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000656.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000125.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000044.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000044.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003760.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003760.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000056.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000056.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002533.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002533.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000583.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000583.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000182.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000694.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000694.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001811.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001811.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004174.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004174.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000218.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003178.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003178.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000232.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000084.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000084.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000835.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000835.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000386.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000386.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000031.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000031.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003882.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003882.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000386.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000386.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000068.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000068.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001016.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001016.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000245.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000245.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001307.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001307.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000084.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000243.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000243.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000440.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000440.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000392.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000392.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000106.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000106.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000520.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000520.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001202.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001202.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002133.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002133.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000011.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000011.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000074.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000074.png 721.5377 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000058.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000058.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000354.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000354.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000092.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000092.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003669.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003669.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000232.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000232.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000013.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000013.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000714.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000714.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002830.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002830.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000224.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000224.png 718.3351 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000305.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000305.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000056.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000056.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000730.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000730.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000273.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000273.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000072.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000560.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000560.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003084.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003084.png 718.856 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000040.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002109.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002109.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000040.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000040.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000226.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000226.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000272.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003237.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003237.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003274.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003274.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001093.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001093.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000441.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000441.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004381.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004381.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000183.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000183.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001906.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001906.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000029.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000029.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000195.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000244.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000244.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000274.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002677.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002677.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001174.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001174.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000079.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000079.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003718.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003718.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000128.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000128.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000738.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000738.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004896.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004896.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003079.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003079.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001511.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001511.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000258.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000258.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000941.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000941.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002257.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002257.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000621.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000621.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000165.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000456.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000456.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000697.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000697.png 707.0912 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000058.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000058.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000563.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000563.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000155.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000155.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003647.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003647.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000645.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000645.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000955.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000955.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002932.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002932.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002630.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002630.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005096.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005096.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000142.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001550.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001550.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003091.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003091.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000588.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000588.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000248.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000248.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001115.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001115.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000718.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000718.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003163.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003163.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000684.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000684.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000974.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000974.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000198.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000198.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000227.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000112.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000112.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000244.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000244.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001493.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001493.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000308.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000308.png 707.0912 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000083.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000083.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003355.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003355.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001557.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001557.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000017.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000017.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002376.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002376.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001000.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001000.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000838.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000838.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000031.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000031.png 707.0493 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003012.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003012.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000276.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000276.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000114.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000114.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001035.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001035.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001109.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001109.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000201.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000201.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001124.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001124.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000371.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000371.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001895.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001895.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000969.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000969.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000019.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000260.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000084.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002565.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002565.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000580.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000580.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000386.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000386.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000066.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000172.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000172.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000078.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000880.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000880.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003051.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003051.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003426.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003426.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002051.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002051.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000607.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000607.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000579.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000579.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000869.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000869.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004227.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004227.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001149.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001149.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004534.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004534.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004085.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004085.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000112.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000112.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000175.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000175.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000224.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002328.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002328.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000337.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000337.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000528.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000528.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000973.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000973.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000057.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000057.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004400.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004400.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000195.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000195.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000335.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000335.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000134.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000077.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003581.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003581.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000463.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000463.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000019.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000687.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000687.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000370.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000370.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000224.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000224.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000279.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000279.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000861.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000861.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000672.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000672.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000672.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000672.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004117.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004117.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002303.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002303.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000562.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000562.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000219.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000219.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000211.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000211.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000703.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000703.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000041.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000041.png 718.3351 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000090.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000026.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000026.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000321.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000321.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000190.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000190.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003188.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003188.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000104.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000676.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000676.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000292.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000292.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000486.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000486.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000342.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000342.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000437.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000437.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000096.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000096.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000481.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000481.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000628.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000628.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000125.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000125.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001994.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001994.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001145.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001145.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000839.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000839.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003327.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003327.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000934.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000934.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000327.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000327.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000927.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000927.png 718.856 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000016.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000016.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002587.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002587.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002730.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002730.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000255.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000255.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000673.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000673.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001108.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001108.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004478.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004478.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000493.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000493.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000122.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000122.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001885.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001885.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003408.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003408.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002833.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002833.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000167.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000167.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000227.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004051.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004051.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000395.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000395.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002174.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002174.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000021.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000021.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000311.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000311.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003296.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003296.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005032.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005032.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003853.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003853.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004562.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004562.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000254.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000254.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003777.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003777.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004810.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004810.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001450.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001450.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001540.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001540.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000571.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000571.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003114.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003114.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001679.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001679.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000055.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000055.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000030.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000030.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002294.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002294.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001289.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001289.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001433.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001433.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000127.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000127.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000549.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000549.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003365.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003365.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001573.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001573.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000258.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000258.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000441.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000441.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001045.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001045.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000072.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000072.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000614.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000614.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000454.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000454.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004626.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004626.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000044.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000044.png 718.3351 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000013.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000013.png 707.0493 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000147.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000147.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000617.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000617.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000090.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000090.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000605.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000605.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000942.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000942.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000151.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000151.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000979.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000979.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000009.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000350.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000350.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000458.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000458.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000066.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000066.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000150.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000150.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001404.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001404.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002723.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002723.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000616.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000616.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002675.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002675.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000320.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000320.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000437.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000437.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000659.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000659.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000024.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000225.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000225.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000561.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000561.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001436.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001436.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003735.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003735.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000189.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000189.png 718.3351 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000175.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000656.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000656.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000067.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000067.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000280.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005168.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005168.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000548.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000548.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000182.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000182.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000641.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000641.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000912.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000912.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000929.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000929.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000687.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000687.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003625.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003625.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000343.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000343.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004813.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004813.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000252.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000252.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000102.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000102.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002625.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002625.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003827.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003827.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000803.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000803.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001116.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001116.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000142.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000142.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001593.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001593.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002759.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002759.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002630.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002630.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000934.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000934.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000048.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000048.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000235.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000235.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000062.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000062.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002725.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002725.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000090.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000090.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003330.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003330.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000207.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000207.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000094.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000094.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003811.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003811.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000078.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000078.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002295.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002295.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000702.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000702.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002253.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002253.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000613.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000613.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000819.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000819.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000494.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000494.png 707.0912 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000041.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000195.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000195.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000027.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000027.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000637.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000637.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003367.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003367.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003635.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003635.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002337.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002337.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003925.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003925.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000617.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000617.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000065.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000065.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002477.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002477.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000075.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000085.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000085.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000389.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000389.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003401.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003401.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000463.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000463.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000282.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000282.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003277.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003277.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000090.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002401.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002401.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004804.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004804.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002421.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002421.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001234.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001234.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004207.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004207.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001016.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001016.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000319.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000319.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000549.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000549.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000269.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000269.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000701.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000701.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001150.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001150.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000295.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000295.png 718.3351 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001141.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001141.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000241.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000241.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000424.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000424.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000425.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000425.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000045.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000034.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002174.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002174.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000231.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000231.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003580.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003580.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000566.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000566.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000182.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000182.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004491.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004491.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000001017.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000001017.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001199.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001199.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001151.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001151.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003628.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003628.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002439.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002439.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000316.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000316.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002244.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002244.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000171.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003650.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003650.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000098.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000098.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003860.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003860.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002632.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002632.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000007.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002381.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002381.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000218.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000218.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002426.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002426.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000421.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000421.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003731.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003731.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002461.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002461.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004288.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004288.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000156.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000156.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000660.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000660.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000485.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000485.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000204.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000204.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000994.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000994.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000793.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000793.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000571.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000571.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000229.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000229.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000242.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000242.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000041.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000041.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001332.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001332.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002895.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002895.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003634.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003634.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000696.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000696.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000105.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000202.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000202.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001531.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001531.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000933.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000933.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000942.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000942.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000280.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000280.png 721.5377 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000116.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000116.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000075.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000075.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002879.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002879.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000779.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000779.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000568.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000568.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000996.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000996.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004369.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004369.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000034.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000034.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002611.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002611.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001085.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001085.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003446.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003446.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000154.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000154.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002467.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002467.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000110.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000110.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000166.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000166.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000081.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000081.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004570.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004570.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001634.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001634.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002373.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002373.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004279.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004279.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000123.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002176.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002176.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000259.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000259.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000175.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000175.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000528.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000528.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000697.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000697.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000966.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000966.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000291.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000291.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000091.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000091.png 721.5377 -2011_09_26/2011_09_26_drive_0079_sync/image_02/data/0000000059.png 2011_09_26_drive_0079_sync/proj_depth/groundtruth/image_02/0000000059.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003281.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003281.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000065.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000065.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000228.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000228.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001523.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001523.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000137.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000137.png 707.0912 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000338.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000338.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002105.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002105.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003394.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003394.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000608.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000608.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001998.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001998.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000062.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000062.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000467.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000467.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000452.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000452.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000161.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000161.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000543.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000543.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000305.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000305.png 707.0912 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000322.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000322.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000024.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000472.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000472.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000046.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000046.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000009.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000009.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004403.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004403.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003747.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003747.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000007.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000007.png 721.5377 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000104.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000104.png 721.5377 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000043.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000043.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000222.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000222.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000021.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000021.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001053.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001053.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000311.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000311.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000022.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000022.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000955.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000955.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005000.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005000.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000085.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000085.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000064.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000064.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003978.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003978.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004057.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004057.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000663.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000663.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004399.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004399.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005141.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005141.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001189.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001189.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000471.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000471.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000317.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000317.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000053.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000053.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001499.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001499.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002143.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002143.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000400.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000400.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004424.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004424.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000934.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000934.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000195.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000195.png 718.856 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000077.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000077.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000101.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000101.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004300.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004300.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000071.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000071.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000822.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000822.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000090.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000090.png 721.5377 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000011.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000011.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001696.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001696.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003820.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003820.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000048.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000190.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000190.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002460.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002460.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000165.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000165.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000037.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000037.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000436.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000436.png 707.0912 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000224.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000224.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002769.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002769.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000130.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000130.png 718.856 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000134.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000134.png 718.3351 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000769.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000769.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000019.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000019.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001317.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001317.png 718.856 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000378.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000378.png 721.5377 -2011_09_26/2011_09_26_drive_0005_sync/image_02/data/0000000047.png 2011_09_26_drive_0005_sync/proj_depth/groundtruth/image_02/0000000047.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000851.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000851.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000001150.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000001150.png 718.856 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000048.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000048.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002361.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002361.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000512.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000512.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000661.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000661.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000605.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000605.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003272.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003272.png 707.0912 -2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000095.png 2011_09_28_drive_0001_sync/proj_depth/groundtruth/image_02/0000000095.png 707.0493 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001518.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001518.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001653.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001653.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004283.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004283.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001907.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001907.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000546.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000546.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000028.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000028.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000342.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000342.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003465.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003465.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003012.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003012.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000294.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000294.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003039.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003039.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000980.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000980.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000216.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000216.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002494.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002494.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000909.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000909.png 707.0912 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000138.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000138.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000696.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000696.png 707.0912 -2011_09_26/2011_09_26_drive_0113_sync/image_02/data/0000000030.png 2011_09_26_drive_0113_sync/proj_depth/groundtruth/image_02/0000000030.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000270.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000270.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002501.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002501.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001053.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001053.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000914.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000914.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000171.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000171.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000102.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000102.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000321.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000321.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003574.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003574.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000615.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000615.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004452.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004452.png 718.856 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000012.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000012.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003944.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003944.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002704.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002704.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001020.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001020.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000771.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000771.png 707.0912 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000075.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000075.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000084.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000084.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001300.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001300.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000264.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000264.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000619.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000619.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000329.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000329.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000143.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000143.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000051.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000051.png 721.5377 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000227.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000578.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000578.png 718.856 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000236.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000236.png 707.0912 -2011_09_26/2011_09_26_drive_0070_sync/image_02/data/0000000023.png 2011_09_26_drive_0070_sync/proj_depth/groundtruth/image_02/0000000023.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001137.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001137.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002767.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002767.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000851.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000851.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002076.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002076.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000018.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000018.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002766.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002766.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000274.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000274.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000787.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000787.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000518.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000518.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000142.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000142.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000082.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000082.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000598.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000598.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000753.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000753.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000256.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000256.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000025.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000025.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003384.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003384.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000077.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000077.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002004.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002004.png 718.856 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000100.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000100.png 721.5377 -2011_09_26/2011_09_26_drive_0001_sync/image_02/data/0000000086.png 2011_09_26_drive_0001_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004014.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004014.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000170.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000170.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003819.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003819.png 718.856 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000216.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000216.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000879.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000879.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002786.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002786.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000085.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000085.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000961.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000961.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000967.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000967.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000993.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000993.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000399.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000399.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000037.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000309.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000309.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000231.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000231.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001047.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001047.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001916.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001916.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003860.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003860.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000377.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000377.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004592.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004592.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002113.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002113.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000726.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000726.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000941.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000941.png 707.0912 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000045.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000045.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000868.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000868.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000386.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000386.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000495.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000495.png 707.0912 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000363.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000363.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000422.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000422.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001070.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001070.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000038.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000038.png 721.5377 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000249.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000249.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000613.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000613.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000666.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000666.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003487.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003487.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000013.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000013.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002363.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002363.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000227.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000227.png 721.5377 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000457.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000457.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001118.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001118.png 718.856 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000480.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000480.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000272.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000272.png 721.5377 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000015.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000015.png 721.5377 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000322.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000322.png 721.5377 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000005.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000005.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000165.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000165.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000527.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000527.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000778.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000778.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000166.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000166.png 721.5377 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000260.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000260.png 721.5377 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000321.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000321.png 718.3351 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003766.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003766.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000300.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000300.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000807.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000807.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001376.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001376.png 707.0912 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000113.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000113.png 721.5377 -2011_09_26/2011_09_26_drive_0022_sync/image_02/data/0000000168.png 2011_09_26_drive_0022_sync/proj_depth/groundtruth/image_02/0000000168.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002904.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002904.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000080.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000080.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004503.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004503.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000578.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000578.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000461.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000461.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002676.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002676.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000105.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000105.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003151.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003151.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004149.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004149.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001873.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001873.png 718.856 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000307.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000307.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000876.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000876.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000086.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000086.png 721.5377 -2011_09_26/2011_09_26_drive_0011_sync/image_02/data/0000000027.png 2011_09_26_drive_0011_sync/proj_depth/groundtruth/image_02/0000000027.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000333.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000333.png 707.0912 -2011_09_26/2011_09_26_drive_0057_sync/image_02/data/0000000123.png 2011_09_26_drive_0057_sync/proj_depth/groundtruth/image_02/0000000123.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002988.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002988.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002941.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002941.png 707.0912 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000061.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000061.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000204.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000204.png 718.856 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000288.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000288.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003447.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003447.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000187.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000187.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004048.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004048.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000600.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000600.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000790.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000790.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000308.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000308.png 707.0912 -2011_09_26/2011_09_26_drive_0039_sync/image_02/data/0000000379.png 2011_09_26_drive_0039_sync/proj_depth/groundtruth/image_02/0000000379.png 721.5377 -2011_09_26/2011_09_26_drive_0060_sync/image_02/data/0000000053.png 2011_09_26_drive_0060_sync/proj_depth/groundtruth/image_02/0000000053.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000680.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000680.png 718.856 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000235.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000235.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000336.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000336.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004053.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004053.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003208.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003208.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005143.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005143.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004439.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004439.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001822.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001822.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002410.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002410.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003003.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003003.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000423.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000423.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001166.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001166.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001801.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001801.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002508.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002508.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001363.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001363.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004504.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004504.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000607.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000607.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000514.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000514.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000313.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000313.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004998.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004998.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004199.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004199.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000302.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000302.png 718.856 -2011_09_26/2011_09_26_drive_0014_sync/image_02/data/0000000281.png 2011_09_26_drive_0014_sync/proj_depth/groundtruth/image_02/0000000281.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002024.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002024.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002994.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002994.png 718.856 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000037.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000420.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000420.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000132.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000132.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000521.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000521.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000347.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000347.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000924.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000924.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000830.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000830.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003638.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003638.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001889.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001889.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004627.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004627.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001820.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001820.png 707.0912 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000120.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000120.png 721.5377 -2011_09_26/2011_09_26_drive_0095_sync/image_02/data/0000000177.png 2011_09_26_drive_0095_sync/proj_depth/groundtruth/image_02/0000000177.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000381.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000381.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000000333.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000000333.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001517.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001517.png 718.856 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000274.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000274.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000980.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000980.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000370.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000370.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002805.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002805.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001730.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001730.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002221.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002221.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002382.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002382.png 707.0912 -2011_09_26/2011_09_26_drive_0018_sync/image_02/data/0000000037.png 2011_09_26_drive_0018_sync/proj_depth/groundtruth/image_02/0000000037.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000650.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000650.png 718.856 -2011_09_26/2011_09_26_drive_0035_sync/image_02/data/0000000119.png 2011_09_26_drive_0035_sync/proj_depth/groundtruth/image_02/0000000119.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003422.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003422.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000000654.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000000654.png 718.856 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000379.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000379.png 721.5377 -2011_09_26/2011_09_26_drive_0028_sync/image_02/data/0000000323.png 2011_09_26_drive_0028_sync/proj_depth/groundtruth/image_02/0000000323.png 721.5377 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000608.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000608.png 707.0912 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000339.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000339.png 707.0912 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000857.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000857.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002477.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002477.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002749.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002749.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000004612.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000004612.png 718.856 -2011_09_30/2011_09_30_drive_0020_sync/image_02/data/0000000715.png 2011_09_30_drive_0020_sync/proj_depth/groundtruth/image_02/0000000715.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000790.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000790.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003863.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003863.png 707.0912 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000549.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000549.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002879.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002879.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003926.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003926.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003450.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003450.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001484.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001484.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002353.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002353.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000005066.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000005066.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004337.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004337.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000032.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000032.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000004737.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000004737.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002274.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002274.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000002473.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000002473.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000174.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000174.png 718.856 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000001097.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000001097.png 707.0912 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000001168.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000001168.png 707.0912 -2011_09_26/2011_09_26_drive_0019_sync/image_02/data/0000000474.png 2011_09_26_drive_0019_sync/proj_depth/groundtruth/image_02/0000000474.png 721.5377 -2011_09_26/2011_09_26_drive_0091_sync/image_02/data/0000000145.png 2011_09_26_drive_0091_sync/proj_depth/groundtruth/image_02/0000000145.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000316.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000316.png 707.0912 -2011_09_26/2011_09_26_drive_0051_sync/image_02/data/0000000251.png 2011_09_26_drive_0051_sync/proj_depth/groundtruth/image_02/0000000251.png 721.5377 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001577.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001577.png 718.856 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000636.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000636.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000675.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000675.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000777.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000777.png 718.856 -2011_09_26/2011_09_26_drive_0104_sync/image_02/data/0000000277.png 2011_09_26_drive_0104_sync/proj_depth/groundtruth/image_02/0000000277.png 721.5377 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000001009.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000001009.png 707.0912 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000826.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000826.png 718.856 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000002592.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000002592.png 707.0912 -2011_09_29/2011_09_29_drive_0004_sync/image_02/data/0000000325.png 2011_09_29_drive_0004_sync/proj_depth/groundtruth/image_02/0000000325.png 718.3351 -2011_09_29/2011_09_29_drive_0026_sync/image_02/data/0000000007.png 2011_09_29_drive_0026_sync/proj_depth/groundtruth/image_02/0000000007.png 718.3351 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003909.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003909.png 718.856 -2011_09_26/2011_09_26_drive_0032_sync/image_02/data/0000000134.png 2011_09_26_drive_0032_sync/proj_depth/groundtruth/image_02/0000000134.png 721.5377 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000455.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000455.png 718.856 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000001041.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000001041.png 718.856 -2011_10_03/2011_10_03_drive_0042_sync/image_02/data/0000000666.png 2011_10_03_drive_0042_sync/proj_depth/groundtruth/image_02/0000000666.png 718.856 -2011_09_26/2011_09_26_drive_0015_sync/image_02/data/0000000108.png 2011_09_26_drive_0015_sync/proj_depth/groundtruth/image_02/0000000108.png 721.5377 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000410.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000410.png 721.5377 -2011_09_30/2011_09_30_drive_0028_sync/image_02/data/0000003175.png 2011_09_30_drive_0028_sync/proj_depth/groundtruth/image_02/0000003175.png 707.0912 -2011_09_26/2011_09_26_drive_0087_sync/image_02/data/0000000174.png 2011_09_26_drive_0087_sync/proj_depth/groundtruth/image_02/0000000174.png 721.5377 -2011_09_26/2011_09_26_drive_0061_sync/image_02/data/0000000306.png 2011_09_26_drive_0061_sync/proj_depth/groundtruth/image_02/0000000306.png 721.5377 -2011_09_26/2011_09_26_drive_0017_sync/image_02/data/0000000024.png 2011_09_26_drive_0017_sync/proj_depth/groundtruth/image_02/0000000024.png 721.5377 -2011_09_30/2011_09_30_drive_0033_sync/image_02/data/0000000076.png 2011_09_30_drive_0033_sync/proj_depth/groundtruth/image_02/0000000076.png 707.0912 -2011_09_30/2011_09_30_drive_0034_sync/image_02/data/0000000340.png 2011_09_30_drive_0034_sync/proj_depth/groundtruth/image_02/0000000340.png 707.0912 -2011_10_03/2011_10_03_drive_0034_sync/image_02/data/0000003635.png 2011_10_03_drive_0034_sync/proj_depth/groundtruth/image_02/0000003635.png 718.856 \ No newline at end of file diff --git a/depth_anything/metric_depth/train_test_inputs/nyudepthv2_test_files_with_gt.txt b/depth_anything/metric_depth/train_test_inputs/nyudepthv2_test_files_with_gt.txt deleted file mode 100644 index 7939f57..0000000 --- a/depth_anything/metric_depth/train_test_inputs/nyudepthv2_test_files_with_gt.txt +++ /dev/null @@ -1,654 +0,0 @@ -bathroom/rgb_00045.jpg bathroom/sync_depth_00045.png 518.8579 -bathroom/rgb_00046.jpg bathroom/sync_depth_00046.png 518.8579 -bathroom/rgb_00507.jpg bathroom/sync_depth_00507.png 518.8579 -bathroom/rgb_00508.jpg bathroom/sync_depth_00508.png 518.8579 -bathroom/rgb_00509.jpg bathroom/sync_depth_00509.png 518.8579 -bathroom/rgb_00510.jpg bathroom/sync_depth_00510.png 518.8579 -bathroom/rgb_00511.jpg bathroom/sync_depth_00511.png 518.8579 -bathroom/rgb_00512.jpg bathroom/sync_depth_00512.png 518.8579 -bathroom/rgb_00649.jpg bathroom/sync_depth_00649.png 518.8579 -bathroom/rgb_00650.jpg bathroom/sync_depth_00650.png 518.8579 -bathroom/rgb_00655.jpg bathroom/sync_depth_00655.png 518.8579 -bathroom/rgb_00656.jpg bathroom/sync_depth_00656.png 518.8579 -bathroom/rgb_00657.jpg bathroom/sync_depth_00657.png 518.8579 -bathroom/rgb_00662.jpg bathroom/sync_depth_00662.png 518.8579 -bathroom/rgb_00663.jpg bathroom/sync_depth_00663.png 518.8579 -bathroom/rgb_00667.jpg bathroom/sync_depth_00667.png 518.8579 -bathroom/rgb_00668.jpg bathroom/sync_depth_00668.png 518.8579 -bathroom/rgb_00670.jpg bathroom/sync_depth_00670.png 518.8579 -bathroom/rgb_00671.jpg bathroom/sync_depth_00671.png 518.8579 -bathroom/rgb_00672.jpg bathroom/sync_depth_00672.png 518.8579 -bathroom/rgb_00675.jpg bathroom/sync_depth_00675.png 518.8579 -bathroom/rgb_00676.jpg bathroom/sync_depth_00676.png 518.8579 -bathroom/rgb_00677.jpg bathroom/sync_depth_00677.png 518.8579 -bathroom/rgb_00678.jpg bathroom/sync_depth_00678.png 518.8579 -bathroom/rgb_00679.jpg bathroom/sync_depth_00679.png 518.8579 -bathroom/rgb_00680.jpg bathroom/sync_depth_00680.png 518.8579 -bathroom/rgb_00685.jpg bathroom/sync_depth_00685.png 518.8579 -bathroom/rgb_00686.jpg bathroom/sync_depth_00686.png 518.8579 -bathroom/rgb_00687.jpg bathroom/sync_depth_00687.png 518.8579 -bathroom/rgb_00688.jpg bathroom/sync_depth_00688.png 518.8579 -bathroom/rgb_00689.jpg bathroom/sync_depth_00689.png 518.8579 -bathroom/rgb_00692.jpg bathroom/sync_depth_00692.png 518.8579 -bathroom/rgb_00693.jpg bathroom/sync_depth_00693.png 518.8579 -bathroom/rgb_00696.jpg bathroom/sync_depth_00696.png 518.8579 -bathroom/rgb_00669.jpg bathroom/sync_depth_00669.png 518.8579 -bathroom/rgb_00697.jpg bathroom/sync_depth_00697.png 518.8579 -bathroom/rgb_00698.jpg bathroom/sync_depth_00698.png 518.8579 -bathroom/rgb_00705.jpg bathroom/sync_depth_00705.png 518.8579 -bathroom/rgb_00706.jpg bathroom/sync_depth_00706.png 518.8579 -bathroom/rgb_00707.jpg bathroom/sync_depth_00707.png 518.8579 -bathroom/rgb_00708.jpg bathroom/sync_depth_00708.png 518.8579 -bathroom/rgb_00709.jpg bathroom/sync_depth_00709.png 518.8579 -bathroom/rgb_00710.jpg bathroom/sync_depth_00710.png 518.8579 -bathroom/rgb_00711.jpg bathroom/sync_depth_00711.png 518.8579 -bathroom/rgb_00712.jpg bathroom/sync_depth_00712.png 518.8579 -bathroom/rgb_00716.jpg bathroom/sync_depth_00716.png 518.8579 -bathroom/rgb_00717.jpg bathroom/sync_depth_00717.png 518.8579 -bathroom/rgb_00723.jpg bathroom/sync_depth_00723.png 518.8579 -bathroom/rgb_00724.jpg bathroom/sync_depth_00724.png 518.8579 -bathroom/rgb_00725.jpg bathroom/sync_depth_00725.png 518.8579 -bathroom/rgb_00726.jpg bathroom/sync_depth_00726.png 518.8579 -bathroom/rgb_00727.jpg bathroom/sync_depth_00727.png 518.8579 -bathroom/rgb_00730.jpg bathroom/sync_depth_00730.png 518.8579 -bathroom/rgb_00731.jpg bathroom/sync_depth_00731.png 518.8579 -bathroom/rgb_00732.jpg bathroom/sync_depth_00732.png 518.8579 -bathroom/rgb_00733.jpg bathroom/sync_depth_00733.png 518.8579 -bathroom/rgb_00742.jpg bathroom/sync_depth_00742.png 518.8579 -bathroom/rgb_00743.jpg bathroom/sync_depth_00743.png 518.8579 -bedroom/rgb_00055.jpg bedroom/sync_depth_00055.png 518.8579 -bedroom/rgb_00056.jpg bedroom/sync_depth_00056.png 518.8579 -bedroom/rgb_00058.jpg bedroom/sync_depth_00058.png 518.8579 -bedroom/rgb_00059.jpg bedroom/sync_depth_00059.png 518.8579 -bedroom/rgb_00060.jpg bedroom/sync_depth_00060.png 518.8579 -bedroom/rgb_00061.jpg bedroom/sync_depth_00061.png 518.8579 -bedroom/rgb_00062.jpg bedroom/sync_depth_00062.png 518.8579 -bedroom/rgb_00075.jpg bedroom/sync_depth_00075.png 518.8579 -bedroom/rgb_00076.jpg bedroom/sync_depth_00076.png 518.8579 -bedroom/rgb_00077.jpg bedroom/sync_depth_00077.png 518.8579 -bedroom/rgb_00078.jpg bedroom/sync_depth_00078.png 518.8579 -bedroom/rgb_00170.jpg bedroom/sync_depth_00170.png 518.8579 -bedroom/rgb_00171.jpg bedroom/sync_depth_00171.png 518.8579 -bedroom/rgb_00172.jpg bedroom/sync_depth_00172.png 518.8579 -bedroom/rgb_00173.jpg bedroom/sync_depth_00173.png 518.8579 -bedroom/rgb_00174.jpg bedroom/sync_depth_00174.png 518.8579 -bedroom/rgb_00175.jpg bedroom/sync_depth_00175.png 518.8579 -bedroom/rgb_00180.jpg bedroom/sync_depth_00180.png 518.8579 -bedroom/rgb_00181.jpg bedroom/sync_depth_00181.png 518.8579 -bedroom/rgb_00182.jpg bedroom/sync_depth_00182.png 518.8579 -bedroom/rgb_00183.jpg bedroom/sync_depth_00183.png 518.8579 -bedroom/rgb_00184.jpg bedroom/sync_depth_00184.png 518.8579 -bedroom/rgb_00185.jpg bedroom/sync_depth_00185.png 518.8579 -bedroom/rgb_00186.jpg bedroom/sync_depth_00186.png 518.8579 -bedroom/rgb_00187.jpg bedroom/sync_depth_00187.png 518.8579 -bedroom/rgb_00188.jpg bedroom/sync_depth_00188.png 518.8579 -bedroom/rgb_00189.jpg bedroom/sync_depth_00189.png 518.8579 -bedroom/rgb_00190.jpg bedroom/sync_depth_00190.png 518.8579 -bedroom/rgb_00191.jpg bedroom/sync_depth_00191.png 518.8579 -bedroom/rgb_00192.jpg bedroom/sync_depth_00192.png 518.8579 -bedroom/rgb_00219.jpg bedroom/sync_depth_00219.png 518.8579 -bedroom/rgb_00220.jpg bedroom/sync_depth_00220.png 518.8579 -bedroom/rgb_00221.jpg bedroom/sync_depth_00221.png 518.8579 -bedroom/rgb_00279.jpg bedroom/sync_depth_00279.png 518.8579 -bedroom/rgb_00179.jpg bedroom/sync_depth_00179.png 518.8579 -bedroom/rgb_00280.jpg bedroom/sync_depth_00280.png 518.8579 -bedroom/rgb_00536.jpg bedroom/sync_depth_00536.png 518.8579 -bedroom/rgb_00960.jpg bedroom/sync_depth_00960.png 518.8579 -bedroom/rgb_01000.jpg bedroom/sync_depth_01000.png 518.8579 -bedroom/rgb_01052.jpg bedroom/sync_depth_01052.png 518.8579 -bedroom/rgb_01092.jpg bedroom/sync_depth_01092.png 518.8579 -bedroom/rgb_01122.jpg bedroom/sync_depth_01122.png 518.8579 -bedroom/rgb_01150.jpg bedroom/sync_depth_01150.png 518.8579 -bedroom/rgb_00281.jpg bedroom/sync_depth_00281.png 518.8579 -bedroom/rgb_00282.jpg bedroom/sync_depth_00282.png 518.8579 -bedroom/rgb_00514.jpg bedroom/sync_depth_00514.png 518.8579 -bedroom/rgb_00515.jpg bedroom/sync_depth_00515.png 518.8579 -bedroom/rgb_00516.jpg bedroom/sync_depth_00516.png 518.8579 -bedroom/rgb_00517.jpg bedroom/sync_depth_00517.png 518.8579 -bedroom/rgb_00518.jpg bedroom/sync_depth_00518.png 518.8579 -bedroom/rgb_00519.jpg bedroom/sync_depth_00519.png 518.8579 -bedroom/rgb_00520.jpg bedroom/sync_depth_00520.png 518.8579 -bedroom/rgb_00521.jpg bedroom/sync_depth_00521.png 518.8579 -bedroom/rgb_00522.jpg bedroom/sync_depth_00522.png 518.8579 -bedroom/rgb_00523.jpg bedroom/sync_depth_00523.png 518.8579 -bedroom/rgb_00524.jpg bedroom/sync_depth_00524.png 518.8579 -bedroom/rgb_00525.jpg bedroom/sync_depth_00525.png 518.8579 -bedroom/rgb_00530.jpg bedroom/sync_depth_00530.png 518.8579 -bedroom/rgb_00531.jpg bedroom/sync_depth_00531.png 518.8579 -bedroom/rgb_00532.jpg bedroom/sync_depth_00532.png 518.8579 -bedroom/rgb_00537.jpg bedroom/sync_depth_00537.png 518.8579 -bedroom/rgb_00538.jpg bedroom/sync_depth_00538.png 518.8579 -bedroom/rgb_00916.jpg bedroom/sync_depth_00916.png 518.8579 -bedroom/rgb_00917.jpg bedroom/sync_depth_00917.png 518.8579 -bedroom/rgb_00918.jpg bedroom/sync_depth_00918.png 518.8579 -bedroom/rgb_00925.jpg bedroom/sync_depth_00925.png 518.8579 -bedroom/rgb_00926.jpg bedroom/sync_depth_00926.png 518.8579 -bedroom/rgb_00927.jpg bedroom/sync_depth_00927.png 518.8579 -bedroom/rgb_00931.jpg bedroom/sync_depth_00931.png 518.8579 -bedroom/rgb_00932.jpg bedroom/sync_depth_00932.png 518.8579 -bedroom/rgb_00933.jpg bedroom/sync_depth_00933.png 518.8579 -bedroom/rgb_00934.jpg bedroom/sync_depth_00934.png 518.8579 -bedroom/rgb_00944.jpg bedroom/sync_depth_00944.png 518.8579 -bedroom/rgb_00945.jpg bedroom/sync_depth_00945.png 518.8579 -bedroom/rgb_00946.jpg bedroom/sync_depth_00946.png 518.8579 -bedroom/rgb_00958.jpg bedroom/sync_depth_00958.png 518.8579 -bedroom/rgb_00959.jpg bedroom/sync_depth_00959.png 518.8579 -bedroom/rgb_00961.jpg bedroom/sync_depth_00961.png 518.8579 -bedroom/rgb_00964.jpg bedroom/sync_depth_00964.png 518.8579 -bedroom/rgb_00965.jpg bedroom/sync_depth_00965.png 518.8579 -bedroom/rgb_00966.jpg bedroom/sync_depth_00966.png 518.8579 -bedroom/rgb_00969.jpg bedroom/sync_depth_00969.png 518.8579 -bedroom/rgb_00970.jpg bedroom/sync_depth_00970.png 518.8579 -bedroom/rgb_00971.jpg bedroom/sync_depth_00971.png 518.8579 -bedroom/rgb_00972.jpg bedroom/sync_depth_00972.png 518.8579 -bedroom/rgb_00973.jpg bedroom/sync_depth_00973.png 518.8579 -bedroom/rgb_00974.jpg bedroom/sync_depth_00974.png 518.8579 -bedroom/rgb_00975.jpg bedroom/sync_depth_00975.png 518.8579 -bedroom/rgb_00976.jpg bedroom/sync_depth_00976.png 518.8579 -bedroom/rgb_00990.jpg bedroom/sync_depth_00990.png 518.8579 -bedroom/rgb_00991.jpg bedroom/sync_depth_00991.png 518.8579 -bedroom/rgb_00992.jpg bedroom/sync_depth_00992.png 518.8579 -bedroom/rgb_00993.jpg bedroom/sync_depth_00993.png 518.8579 -bedroom/rgb_00994.jpg bedroom/sync_depth_00994.png 518.8579 -bedroom/rgb_01001.jpg bedroom/sync_depth_01001.png 518.8579 -bedroom/rgb_01002.jpg bedroom/sync_depth_01002.png 518.8579 -bedroom/rgb_01003.jpg bedroom/sync_depth_01003.png 518.8579 -bedroom/rgb_01009.jpg bedroom/sync_depth_01009.png 518.8579 -bedroom/rgb_01010.jpg bedroom/sync_depth_01010.png 518.8579 -bedroom/rgb_01011.jpg bedroom/sync_depth_01011.png 518.8579 -bedroom/rgb_01020.jpg bedroom/sync_depth_01020.png 518.8579 -bedroom/rgb_01021.jpg bedroom/sync_depth_01021.png 518.8579 -bedroom/rgb_01022.jpg bedroom/sync_depth_01022.png 518.8579 -bedroom/rgb_01031.jpg bedroom/sync_depth_01031.png 518.8579 -bedroom/rgb_01032.jpg bedroom/sync_depth_01032.png 518.8579 -bedroom/rgb_01033.jpg bedroom/sync_depth_01033.png 518.8579 -bedroom/rgb_01037.jpg bedroom/sync_depth_01037.png 518.8579 -bedroom/rgb_01038.jpg bedroom/sync_depth_01038.png 518.8579 -bedroom/rgb_01047.jpg bedroom/sync_depth_01047.png 518.8579 -bedroom/rgb_01048.jpg bedroom/sync_depth_01048.png 518.8579 -bedroom/rgb_01051.jpg bedroom/sync_depth_01051.png 518.8579 -bedroom/rgb_01056.jpg bedroom/sync_depth_01056.png 518.8579 -bedroom/rgb_01057.jpg bedroom/sync_depth_01057.png 518.8579 -bedroom/rgb_01074.jpg bedroom/sync_depth_01074.png 518.8579 -bedroom/rgb_01075.jpg bedroom/sync_depth_01075.png 518.8579 -bedroom/rgb_01076.jpg bedroom/sync_depth_01076.png 518.8579 -bedroom/rgb_01077.jpg bedroom/sync_depth_01077.png 518.8579 -bedroom/rgb_01078.jpg bedroom/sync_depth_01078.png 518.8579 -bedroom/rgb_01079.jpg bedroom/sync_depth_01079.png 518.8579 -bedroom/rgb_01080.jpg bedroom/sync_depth_01080.png 518.8579 -bedroom/rgb_01081.jpg bedroom/sync_depth_01081.png 518.8579 -bedroom/rgb_01082.jpg bedroom/sync_depth_01082.png 518.8579 -bedroom/rgb_01083.jpg bedroom/sync_depth_01083.png 518.8579 -bedroom/rgb_01087.jpg bedroom/sync_depth_01087.png 518.8579 -bedroom/rgb_01088.jpg bedroom/sync_depth_01088.png 518.8579 -bedroom/rgb_01089.jpg bedroom/sync_depth_01089.png 518.8579 -bedroom/rgb_01090.jpg bedroom/sync_depth_01090.png 518.8579 -bedroom/rgb_01091.jpg bedroom/sync_depth_01091.png 518.8579 -bedroom/rgb_01093.jpg bedroom/sync_depth_01093.png 518.8579 -bedroom/rgb_01094.jpg bedroom/sync_depth_01094.png 518.8579 -bedroom/rgb_01095.jpg bedroom/sync_depth_01095.png 518.8579 -bedroom/rgb_01097.jpg bedroom/sync_depth_01097.png 518.8579 -bedroom/rgb_01098.jpg bedroom/sync_depth_01098.png 518.8579 -bedroom/rgb_01099.jpg bedroom/sync_depth_01099.png 518.8579 -bedroom/rgb_01100.jpg bedroom/sync_depth_01100.png 518.8579 -bedroom/rgb_01101.jpg bedroom/sync_depth_01101.png 518.8579 -bedroom/rgb_01102.jpg bedroom/sync_depth_01102.png 518.8579 -bedroom/rgb_01103.jpg bedroom/sync_depth_01103.png 518.8579 -bedroom/rgb_01105.jpg bedroom/sync_depth_01105.png 518.8579 -bedroom/rgb_01106.jpg bedroom/sync_depth_01106.png 518.8579 -bedroom/rgb_01107.jpg bedroom/sync_depth_01107.png 518.8579 -bedroom/rgb_01108.jpg bedroom/sync_depth_01108.png 518.8579 -bedroom/rgb_01116.jpg bedroom/sync_depth_01116.png 518.8579 -bedroom/rgb_01117.jpg bedroom/sync_depth_01117.png 518.8579 -bedroom/rgb_01118.jpg bedroom/sync_depth_01118.png 518.8579 -bedroom/rgb_01123.jpg bedroom/sync_depth_01123.png 518.8579 -bedroom/rgb_01124.jpg bedroom/sync_depth_01124.png 518.8579 -bedroom/rgb_01125.jpg bedroom/sync_depth_01125.png 518.8579 -bedroom/rgb_01126.jpg bedroom/sync_depth_01126.png 518.8579 -bedroom/rgb_01127.jpg bedroom/sync_depth_01127.png 518.8579 -bedroom/rgb_01128.jpg bedroom/sync_depth_01128.png 518.8579 -bedroom/rgb_01129.jpg bedroom/sync_depth_01129.png 518.8579 -bedroom/rgb_01130.jpg bedroom/sync_depth_01130.png 518.8579 -bedroom/rgb_01134.jpg bedroom/sync_depth_01134.png 518.8579 -bedroom/rgb_01135.jpg bedroom/sync_depth_01135.png 518.8579 -bedroom/rgb_01143.jpg bedroom/sync_depth_01143.png 518.8579 -bedroom/rgb_01144.jpg bedroom/sync_depth_01144.png 518.8579 -bedroom/rgb_01145.jpg bedroom/sync_depth_01145.png 518.8579 -bedroom/rgb_01146.jpg bedroom/sync_depth_01146.png 518.8579 -bedroom/rgb_01147.jpg bedroom/sync_depth_01147.png 518.8579 -bedroom/rgb_01148.jpg bedroom/sync_depth_01148.png 518.8579 -bedroom/rgb_01149.jpg bedroom/sync_depth_01149.png 518.8579 -bedroom/rgb_01151.jpg bedroom/sync_depth_01151.png 518.8579 -bedroom/rgb_01152.jpg bedroom/sync_depth_01152.png 518.8579 -bedroom/rgb_01153.jpg bedroom/sync_depth_01153.png 518.8579 -bedroom/rgb_01154.jpg bedroom/sync_depth_01154.png 518.8579 -bedroom/rgb_01155.jpg bedroom/sync_depth_01155.png 518.8579 -bedroom/rgb_01156.jpg bedroom/sync_depth_01156.png 518.8579 -bedroom/rgb_01157.jpg bedroom/sync_depth_01157.png 518.8579 -bedroom/rgb_01161.jpg bedroom/sync_depth_01161.png 518.8579 -bedroom/rgb_01162.jpg bedroom/sync_depth_01162.png 518.8579 -bedroom/rgb_01163.jpg bedroom/sync_depth_01163.png 518.8579 -bedroom/rgb_01164.jpg bedroom/sync_depth_01164.png 518.8579 -bedroom/rgb_01165.jpg bedroom/sync_depth_01165.png 518.8579 -bedroom/rgb_01166.jpg bedroom/sync_depth_01166.png 518.8579 -bedroom/rgb_01169.jpg bedroom/sync_depth_01169.png 518.8579 -bedroom/rgb_01170.jpg bedroom/sync_depth_01170.png 518.8579 -bedroom/rgb_01173.jpg bedroom/sync_depth_01173.png 518.8579 -bedroom/rgb_01174.jpg bedroom/sync_depth_01174.png 518.8579 -bedroom/rgb_01175.jpg bedroom/sync_depth_01175.png 518.8579 -bedroom/rgb_01178.jpg bedroom/sync_depth_01178.png 518.8579 -bedroom/rgb_01179.jpg bedroom/sync_depth_01179.png 518.8579 -bedroom/rgb_01180.jpg bedroom/sync_depth_01180.png 518.8579 -bedroom/rgb_01181.jpg bedroom/sync_depth_01181.png 518.8579 -bedroom/rgb_01182.jpg bedroom/sync_depth_01182.png 518.8579 -bedroom/rgb_01183.jpg bedroom/sync_depth_01183.png 518.8579 -bedroom/rgb_01191.jpg bedroom/sync_depth_01191.png 518.8579 -bedroom/rgb_01192.jpg bedroom/sync_depth_01192.png 518.8579 -bedroom/rgb_01193.jpg bedroom/sync_depth_01193.png 518.8579 -bedroom/rgb_01194.jpg bedroom/sync_depth_01194.png 518.8579 -bedroom/rgb_01195.jpg bedroom/sync_depth_01195.png 518.8579 -bookstore/rgb_00083.jpg bookstore/sync_depth_00083.png 518.8579 -bookstore/rgb_00084.jpg bookstore/sync_depth_00084.png 518.8579 -bookstore/rgb_00085.jpg bookstore/sync_depth_00085.png 518.8579 -bookstore/rgb_00086.jpg bookstore/sync_depth_00086.png 518.8579 -bookstore/rgb_00087.jpg bookstore/sync_depth_00087.png 518.8579 -bookstore/rgb_00088.jpg bookstore/sync_depth_00088.png 518.8579 -bookstore/rgb_00089.jpg bookstore/sync_depth_00089.png 518.8579 -bookstore/rgb_00090.jpg bookstore/sync_depth_00090.png 518.8579 -bookstore/rgb_00116.jpg bookstore/sync_depth_00116.png 518.8579 -bookstore/rgb_00117.jpg bookstore/sync_depth_00117.png 518.8579 -bookstore/rgb_00118.jpg bookstore/sync_depth_00118.png 518.8579 -classroom/rgb_00283.jpg classroom/sync_depth_00283.png 518.8579 -classroom/rgb_00284.jpg classroom/sync_depth_00284.png 518.8579 -classroom/rgb_00295.jpg classroom/sync_depth_00295.png 518.8579 -classroom/rgb_00296.jpg classroom/sync_depth_00296.png 518.8579 -classroom/rgb_00297.jpg classroom/sync_depth_00297.png 518.8579 -classroom/rgb_00298.jpg classroom/sync_depth_00298.png 518.8579 -classroom/rgb_00299.jpg classroom/sync_depth_00299.png 518.8579 -classroom/rgb_00300.jpg classroom/sync_depth_00300.png 518.8579 -classroom/rgb_00301.jpg classroom/sync_depth_00301.png 518.8579 -classroom/rgb_00309.jpg classroom/sync_depth_00309.png 518.8579 -classroom/rgb_00310.jpg classroom/sync_depth_00310.png 518.8579 -classroom/rgb_00311.jpg classroom/sync_depth_00311.png 518.8579 -classroom/rgb_00314.jpg classroom/sync_depth_00314.png 518.8579 -classroom/rgb_00315.jpg classroom/sync_depth_00315.png 518.8579 -classroom/rgb_00316.jpg classroom/sync_depth_00316.png 518.8579 -classroom/rgb_00324.jpg classroom/sync_depth_00324.png 518.8579 -classroom/rgb_00325.jpg classroom/sync_depth_00325.png 518.8579 -classroom/rgb_00326.jpg classroom/sync_depth_00326.png 518.8579 -classroom/rgb_00327.jpg classroom/sync_depth_00327.png 518.8579 -classroom/rgb_00328.jpg classroom/sync_depth_00328.png 518.8579 -classroom/rgb_00329.jpg classroom/sync_depth_00329.png 518.8579 -classroom/rgb_00330.jpg classroom/sync_depth_00330.png 518.8579 -classroom/rgb_00331.jpg classroom/sync_depth_00331.png 518.8579 -computer_lab/rgb_00332.jpg computer_lab/sync_depth_00332.png 518.8579 -computer_lab/rgb_00333.jpg computer_lab/sync_depth_00333.png 518.8579 -computer_lab/rgb_00334.jpg computer_lab/sync_depth_00334.png 518.8579 -dining_room/rgb_00548.jpg dining_room/sync_depth_00548.png 518.8579 -dining_room/rgb_00549.jpg dining_room/sync_depth_00549.png 518.8579 -dining_room/rgb_00550.jpg dining_room/sync_depth_00550.png 518.8579 -dining_room/rgb_01346.jpg dining_room/sync_depth_01346.png 518.8579 -dining_room/rgb_01347.jpg dining_room/sync_depth_01347.png 518.8579 -dining_room/rgb_01348.jpg dining_room/sync_depth_01348.png 518.8579 -dining_room/rgb_01352.jpg dining_room/sync_depth_01352.png 518.8579 -dining_room/rgb_01353.jpg dining_room/sync_depth_01353.png 518.8579 -dining_room/rgb_01354.jpg dining_room/sync_depth_01354.png 518.8579 -dining_room/rgb_01355.jpg dining_room/sync_depth_01355.png 518.8579 -dining_room/rgb_01363.jpg dining_room/sync_depth_01363.png 518.8579 -dining_room/rgb_01364.jpg dining_room/sync_depth_01364.png 518.8579 -dining_room/rgb_01367.jpg dining_room/sync_depth_01367.png 518.8579 -dining_room/rgb_01368.jpg dining_room/sync_depth_01368.png 518.8579 -dining_room/rgb_01383.jpg dining_room/sync_depth_01383.png 518.8579 -dining_room/rgb_01384.jpg dining_room/sync_depth_01384.png 518.8579 -dining_room/rgb_01385.jpg dining_room/sync_depth_01385.png 518.8579 -dining_room/rgb_01387.jpg dining_room/sync_depth_01387.png 518.8579 -dining_room/rgb_01388.jpg dining_room/sync_depth_01388.png 518.8579 -dining_room/rgb_01389.jpg dining_room/sync_depth_01389.png 518.8579 -dining_room/rgb_01390.jpg dining_room/sync_depth_01390.png 518.8579 -dining_room/rgb_01393.jpg dining_room/sync_depth_01393.png 518.8579 -dining_room/rgb_01394.jpg dining_room/sync_depth_01394.png 518.8579 -dining_room/rgb_01395.jpg dining_room/sync_depth_01395.png 518.8579 -dining_room/rgb_01396.jpg dining_room/sync_depth_01396.png 518.8579 -dining_room/rgb_01397.jpg dining_room/sync_depth_01397.png 518.8579 -dining_room/rgb_01398.jpg dining_room/sync_depth_01398.png 518.8579 -dining_room/rgb_01399.jpg dining_room/sync_depth_01399.png 518.8579 -dining_room/rgb_01400.jpg dining_room/sync_depth_01400.png 518.8579 -dining_room/rgb_01406.jpg dining_room/sync_depth_01406.png 518.8579 -dining_room/rgb_01407.jpg dining_room/sync_depth_01407.png 518.8579 -dining_room/rgb_01408.jpg dining_room/sync_depth_01408.png 518.8579 -dining_room/rgb_01409.jpg dining_room/sync_depth_01409.png 518.8579 -dining_room/rgb_01410.jpg dining_room/sync_depth_01410.png 518.8579 -dining_room/rgb_01386.jpg dining_room/sync_depth_01386.png 518.8579 -dining_room/rgb_01411.jpg dining_room/sync_depth_01411.png 518.8579 -dining_room/rgb_01412.jpg dining_room/sync_depth_01412.png 518.8579 -dining_room/rgb_01413.jpg dining_room/sync_depth_01413.png 518.8579 -dining_room/rgb_01420.jpg dining_room/sync_depth_01420.png 518.8579 -dining_room/rgb_01421.jpg dining_room/sync_depth_01421.png 518.8579 -dining_room/rgb_01422.jpg dining_room/sync_depth_01422.png 518.8579 -dining_room/rgb_01423.jpg dining_room/sync_depth_01423.png 518.8579 -dining_room/rgb_01429.jpg dining_room/sync_depth_01429.png 518.8579 -dining_room/rgb_01430.jpg dining_room/sync_depth_01430.png 518.8579 -dining_room/rgb_01431.jpg dining_room/sync_depth_01431.png 518.8579 -dining_room/rgb_01432.jpg dining_room/sync_depth_01432.png 518.8579 -dining_room/rgb_01440.jpg dining_room/sync_depth_01440.png 518.8579 -dining_room/rgb_01441.jpg dining_room/sync_depth_01441.png 518.8579 -dining_room/rgb_01442.jpg dining_room/sync_depth_01442.png 518.8579 -dining_room/rgb_01443.jpg dining_room/sync_depth_01443.png 518.8579 -dining_room/rgb_01444.jpg dining_room/sync_depth_01444.png 518.8579 -dining_room/rgb_01445.jpg dining_room/sync_depth_01445.png 518.8579 -dining_room/rgb_01446.jpg dining_room/sync_depth_01446.png 518.8579 -dining_room/rgb_01447.jpg dining_room/sync_depth_01447.png 518.8579 -dining_room/rgb_01448.jpg dining_room/sync_depth_01448.png 518.8579 -foyer/rgb_00350.jpg foyer/sync_depth_00350.png 518.8579 -foyer/rgb_00351.jpg foyer/sync_depth_00351.png 518.8579 -home_office/rgb_00354.jpg home_office/sync_depth_00354.png 518.8579 -home_office/rgb_00355.jpg home_office/sync_depth_00355.png 518.8579 -home_office/rgb_00356.jpg home_office/sync_depth_00356.png 518.8579 -home_office/rgb_00357.jpg home_office/sync_depth_00357.png 518.8579 -home_office/rgb_00358.jpg home_office/sync_depth_00358.png 518.8579 -home_office/rgb_00359.jpg home_office/sync_depth_00359.png 518.8579 -home_office/rgb_00360.jpg home_office/sync_depth_00360.png 518.8579 -home_office/rgb_00361.jpg home_office/sync_depth_00361.png 518.8579 -home_office/rgb_00362.jpg home_office/sync_depth_00362.png 518.8579 -home_office/rgb_00363.jpg home_office/sync_depth_00363.png 518.8579 -home_office/rgb_00383.jpg home_office/sync_depth_00383.png 518.8579 -home_office/rgb_00384.jpg home_office/sync_depth_00384.png 518.8579 -home_office/rgb_00385.jpg home_office/sync_depth_00385.png 518.8579 -home_office/rgb_00386.jpg home_office/sync_depth_00386.png 518.8579 -home_office/rgb_00387.jpg home_office/sync_depth_00387.png 518.8579 -home_office/rgb_00388.jpg home_office/sync_depth_00388.png 518.8579 -home_office/rgb_00389.jpg home_office/sync_depth_00389.png 518.8579 -home_office/rgb_00394.jpg home_office/sync_depth_00394.png 518.8579 -home_office/rgb_00395.jpg home_office/sync_depth_00395.png 518.8579 -home_office/rgb_00396.jpg home_office/sync_depth_00396.png 518.8579 -home_office/rgb_00554.jpg home_office/sync_depth_00554.png 518.8579 -home_office/rgb_00555.jpg home_office/sync_depth_00555.png 518.8579 -home_office/rgb_00556.jpg home_office/sync_depth_00556.png 518.8579 -home_office/rgb_00557.jpg home_office/sync_depth_00557.png 518.8579 -kitchen/rgb_00000.jpg kitchen/sync_depth_00000.png 518.8579 -kitchen/rgb_00001.jpg kitchen/sync_depth_00001.png 518.8579 -kitchen/rgb_00124.jpg kitchen/sync_depth_00124.png 518.8579 -kitchen/rgb_00125.jpg kitchen/sync_depth_00125.png 518.8579 -kitchen/rgb_00126.jpg kitchen/sync_depth_00126.png 518.8579 -kitchen/rgb_00127.jpg kitchen/sync_depth_00127.png 518.8579 -kitchen/rgb_00128.jpg kitchen/sync_depth_00128.png 518.8579 -kitchen/rgb_00130.jpg kitchen/sync_depth_00130.png 518.8579 -kitchen/rgb_00131.jpg kitchen/sync_depth_00131.png 518.8579 -kitchen/rgb_00132.jpg kitchen/sync_depth_00132.png 518.8579 -kitchen/rgb_00133.jpg kitchen/sync_depth_00133.png 518.8579 -kitchen/rgb_00136.jpg kitchen/sync_depth_00136.png 518.8579 -kitchen/rgb_00193.jpg kitchen/sync_depth_00193.png 518.8579 -kitchen/rgb_00194.jpg kitchen/sync_depth_00194.png 518.8579 -kitchen/rgb_00195.jpg kitchen/sync_depth_00195.png 518.8579 -kitchen/rgb_00196.jpg kitchen/sync_depth_00196.png 518.8579 -kitchen/rgb_00197.jpg kitchen/sync_depth_00197.png 518.8579 -kitchen/rgb_00199.jpg kitchen/sync_depth_00199.png 518.8579 -kitchen/rgb_00200.jpg kitchen/sync_depth_00200.png 518.8579 -kitchen/rgb_00201.jpg kitchen/sync_depth_00201.png 518.8579 -kitchen/rgb_00249.jpg kitchen/sync_depth_00249.png 518.8579 -kitchen/rgb_00558.jpg kitchen/sync_depth_00558.png 518.8579 -kitchen/rgb_00559.jpg kitchen/sync_depth_00559.png 518.8579 -kitchen/rgb_00560.jpg kitchen/sync_depth_00560.png 518.8579 -kitchen/rgb_00561.jpg kitchen/sync_depth_00561.png 518.8579 -kitchen/rgb_00562.jpg kitchen/sync_depth_00562.png 518.8579 -kitchen/rgb_00563.jpg kitchen/sync_depth_00563.png 518.8579 -kitchen/rgb_00564.jpg kitchen/sync_depth_00564.png 518.8579 -kitchen/rgb_00565.jpg kitchen/sync_depth_00565.png 518.8579 -kitchen/rgb_00566.jpg kitchen/sync_depth_00566.png 518.8579 -kitchen/rgb_00567.jpg kitchen/sync_depth_00567.png 518.8579 -kitchen/rgb_00568.jpg kitchen/sync_depth_00568.png 518.8579 -kitchen/rgb_00569.jpg kitchen/sync_depth_00569.png 518.8579 -kitchen/rgb_00570.jpg kitchen/sync_depth_00570.png 518.8579 -kitchen/rgb_00198.jpg kitchen/sync_depth_00198.png 518.8579 -kitchen/rgb_00758.jpg kitchen/sync_depth_00758.png 518.8579 -kitchen/rgb_00776.jpg kitchen/sync_depth_00776.png 518.8579 -kitchen/rgb_00811.jpg kitchen/sync_depth_00811.png 518.8579 -kitchen/rgb_00844.jpg kitchen/sync_depth_00844.png 518.8579 -kitchen/rgb_00759.jpg kitchen/sync_depth_00759.png 518.8579 -kitchen/rgb_00760.jpg kitchen/sync_depth_00760.png 518.8579 -kitchen/rgb_00761.jpg kitchen/sync_depth_00761.png 518.8579 -kitchen/rgb_00762.jpg kitchen/sync_depth_00762.png 518.8579 -kitchen/rgb_00763.jpg kitchen/sync_depth_00763.png 518.8579 -kitchen/rgb_00764.jpg kitchen/sync_depth_00764.png 518.8579 -kitchen/rgb_00765.jpg kitchen/sync_depth_00765.png 518.8579 -kitchen/rgb_00766.jpg kitchen/sync_depth_00766.png 518.8579 -kitchen/rgb_00767.jpg kitchen/sync_depth_00767.png 518.8579 -kitchen/rgb_00768.jpg kitchen/sync_depth_00768.png 518.8579 -kitchen/rgb_00769.jpg kitchen/sync_depth_00769.png 518.8579 -kitchen/rgb_00770.jpg kitchen/sync_depth_00770.png 518.8579 -kitchen/rgb_00771.jpg kitchen/sync_depth_00771.png 518.8579 -kitchen/rgb_00772.jpg kitchen/sync_depth_00772.png 518.8579 -kitchen/rgb_00773.jpg kitchen/sync_depth_00773.png 518.8579 -kitchen/rgb_00774.jpg kitchen/sync_depth_00774.png 518.8579 -kitchen/rgb_00775.jpg kitchen/sync_depth_00775.png 518.8579 -kitchen/rgb_00777.jpg kitchen/sync_depth_00777.png 518.8579 -kitchen/rgb_00778.jpg kitchen/sync_depth_00778.png 518.8579 -kitchen/rgb_00779.jpg kitchen/sync_depth_00779.png 518.8579 -kitchen/rgb_00780.jpg kitchen/sync_depth_00780.png 518.8579 -kitchen/rgb_00781.jpg kitchen/sync_depth_00781.png 518.8579 -kitchen/rgb_00782.jpg kitchen/sync_depth_00782.png 518.8579 -kitchen/rgb_00783.jpg kitchen/sync_depth_00783.png 518.8579 -kitchen/rgb_00784.jpg kitchen/sync_depth_00784.png 518.8579 -kitchen/rgb_00785.jpg kitchen/sync_depth_00785.png 518.8579 -kitchen/rgb_00786.jpg kitchen/sync_depth_00786.png 518.8579 -kitchen/rgb_00799.jpg kitchen/sync_depth_00799.png 518.8579 -kitchen/rgb_00800.jpg kitchen/sync_depth_00800.png 518.8579 -kitchen/rgb_00801.jpg kitchen/sync_depth_00801.png 518.8579 -kitchen/rgb_00802.jpg kitchen/sync_depth_00802.png 518.8579 -kitchen/rgb_00803.jpg kitchen/sync_depth_00803.png 518.8579 -kitchen/rgb_00809.jpg kitchen/sync_depth_00809.png 518.8579 -kitchen/rgb_00810.jpg kitchen/sync_depth_00810.png 518.8579 -kitchen/rgb_00812.jpg kitchen/sync_depth_00812.png 518.8579 -kitchen/rgb_00813.jpg kitchen/sync_depth_00813.png 518.8579 -kitchen/rgb_00820.jpg kitchen/sync_depth_00820.png 518.8579 -kitchen/rgb_00821.jpg kitchen/sync_depth_00821.png 518.8579 -kitchen/rgb_00822.jpg kitchen/sync_depth_00822.png 518.8579 -kitchen/rgb_00832.jpg kitchen/sync_depth_00832.png 518.8579 -kitchen/rgb_00833.jpg kitchen/sync_depth_00833.png 518.8579 -kitchen/rgb_00834.jpg kitchen/sync_depth_00834.png 518.8579 -kitchen/rgb_00835.jpg kitchen/sync_depth_00835.png 518.8579 -kitchen/rgb_00836.jpg kitchen/sync_depth_00836.png 518.8579 -kitchen/rgb_00837.jpg kitchen/sync_depth_00837.png 518.8579 -kitchen/rgb_00838.jpg kitchen/sync_depth_00838.png 518.8579 -kitchen/rgb_00839.jpg kitchen/sync_depth_00839.png 518.8579 -kitchen/rgb_00840.jpg kitchen/sync_depth_00840.png 518.8579 -kitchen/rgb_00841.jpg kitchen/sync_depth_00841.png 518.8579 -kitchen/rgb_00842.jpg kitchen/sync_depth_00842.png 518.8579 -kitchen/rgb_00843.jpg kitchen/sync_depth_00843.png 518.8579 -kitchen/rgb_00845.jpg kitchen/sync_depth_00845.png 518.8579 -kitchen/rgb_00849.jpg kitchen/sync_depth_00849.png 518.8579 -kitchen/rgb_00850.jpg kitchen/sync_depth_00850.png 518.8579 -kitchen/rgb_00851.jpg kitchen/sync_depth_00851.png 518.8579 -kitchen/rgb_00856.jpg kitchen/sync_depth_00856.png 518.8579 -kitchen/rgb_00857.jpg kitchen/sync_depth_00857.png 518.8579 -kitchen/rgb_00858.jpg kitchen/sync_depth_00858.png 518.8579 -kitchen/rgb_00859.jpg kitchen/sync_depth_00859.png 518.8579 -kitchen/rgb_00860.jpg kitchen/sync_depth_00860.png 518.8579 -kitchen/rgb_00861.jpg kitchen/sync_depth_00861.png 518.8579 -kitchen/rgb_00868.jpg kitchen/sync_depth_00868.png 518.8579 -kitchen/rgb_00869.jpg kitchen/sync_depth_00869.png 518.8579 -kitchen/rgb_00870.jpg kitchen/sync_depth_00870.png 518.8579 -kitchen/rgb_00905.jpg kitchen/sync_depth_00905.png 518.8579 -kitchen/rgb_00906.jpg kitchen/sync_depth_00906.png 518.8579 -kitchen/rgb_00907.jpg kitchen/sync_depth_00907.png 518.8579 -living_room/rgb_00152.jpg living_room/sync_depth_00152.png 518.8579 -living_room/rgb_00153.jpg living_room/sync_depth_00153.png 518.8579 -living_room/rgb_00154.jpg living_room/sync_depth_00154.png 518.8579 -living_room/rgb_00166.jpg living_room/sync_depth_00166.png 518.8579 -living_room/rgb_00167.jpg living_room/sync_depth_00167.png 518.8579 -living_room/rgb_00168.jpg living_room/sync_depth_00168.png 518.8579 -living_room/rgb_00206.jpg living_room/sync_depth_00206.png 518.8579 -living_room/rgb_00207.jpg living_room/sync_depth_00207.png 518.8579 -living_room/rgb_00208.jpg living_room/sync_depth_00208.png 518.8579 -living_room/rgb_00209.jpg living_room/sync_depth_00209.png 518.8579 -living_room/rgb_00210.jpg living_room/sync_depth_00210.png 518.8579 -living_room/rgb_00211.jpg living_room/sync_depth_00211.png 518.8579 -living_room/rgb_00263.jpg living_room/sync_depth_00263.png 518.8579 -living_room/rgb_00578.jpg living_room/sync_depth_00578.png 518.8579 -living_room/rgb_00579.jpg living_room/sync_depth_00579.png 518.8579 -living_room/rgb_00580.jpg living_room/sync_depth_00580.png 518.8579 -living_room/rgb_00581.jpg living_room/sync_depth_00581.png 518.8579 -living_room/rgb_00590.jpg living_room/sync_depth_00590.png 518.8579 -living_room/rgb_00591.jpg living_room/sync_depth_00591.png 518.8579 -living_room/rgb_00592.jpg living_room/sync_depth_00592.png 518.8579 -living_room/rgb_00593.jpg living_room/sync_depth_00593.png 518.8579 -living_room/rgb_00602.jpg living_room/sync_depth_00602.png 518.8579 -living_room/rgb_00603.jpg living_room/sync_depth_00603.png 518.8579 -living_room/rgb_00604.jpg living_room/sync_depth_00604.png 518.8579 -living_room/rgb_00605.jpg living_room/sync_depth_00605.png 518.8579 -living_room/rgb_00606.jpg living_room/sync_depth_00606.png 518.8579 -living_room/rgb_01200.jpg living_room/sync_depth_01200.png 518.8579 -living_room/rgb_01201.jpg living_room/sync_depth_01201.png 518.8579 -living_room/rgb_01202.jpg living_room/sync_depth_01202.png 518.8579 -living_room/rgb_01203.jpg living_room/sync_depth_01203.png 518.8579 -living_room/rgb_01204.jpg living_room/sync_depth_01204.png 518.8579 -living_room/rgb_01205.jpg living_room/sync_depth_01205.png 518.8579 -living_room/rgb_01206.jpg living_room/sync_depth_01206.png 518.8579 -living_room/rgb_01207.jpg living_room/sync_depth_01207.png 518.8579 -living_room/rgb_00582.jpg living_room/sync_depth_00582.png 518.8579 -living_room/rgb_01208.jpg living_room/sync_depth_01208.png 518.8579 -living_room/rgb_01247.jpg living_room/sync_depth_01247.png 518.8579 -living_room/rgb_01277.jpg living_room/sync_depth_01277.png 518.8579 -living_room/rgb_01302.jpg living_room/sync_depth_01302.png 518.8579 -living_room/rgb_01209.jpg living_room/sync_depth_01209.png 518.8579 -living_room/rgb_01210.jpg living_room/sync_depth_01210.png 518.8579 -living_room/rgb_01211.jpg living_room/sync_depth_01211.png 518.8579 -living_room/rgb_01215.jpg living_room/sync_depth_01215.png 518.8579 -living_room/rgb_01216.jpg living_room/sync_depth_01216.png 518.8579 -living_room/rgb_01217.jpg living_room/sync_depth_01217.png 518.8579 -living_room/rgb_01218.jpg living_room/sync_depth_01218.png 518.8579 -living_room/rgb_01219.jpg living_room/sync_depth_01219.png 518.8579 -living_room/rgb_01225.jpg living_room/sync_depth_01225.png 518.8579 -living_room/rgb_01226.jpg living_room/sync_depth_01226.png 518.8579 -living_room/rgb_01227.jpg living_room/sync_depth_01227.png 518.8579 -living_room/rgb_01228.jpg living_room/sync_depth_01228.png 518.8579 -living_room/rgb_01229.jpg living_room/sync_depth_01229.png 518.8579 -living_room/rgb_01232.jpg living_room/sync_depth_01232.png 518.8579 -living_room/rgb_01233.jpg living_room/sync_depth_01233.png 518.8579 -living_room/rgb_01234.jpg living_room/sync_depth_01234.png 518.8579 -living_room/rgb_01246.jpg living_room/sync_depth_01246.png 518.8579 -living_room/rgb_01248.jpg living_room/sync_depth_01248.png 518.8579 -living_room/rgb_01249.jpg living_room/sync_depth_01249.png 518.8579 -living_room/rgb_01253.jpg living_room/sync_depth_01253.png 518.8579 -living_room/rgb_01254.jpg living_room/sync_depth_01254.png 518.8579 -living_room/rgb_01255.jpg living_room/sync_depth_01255.png 518.8579 -living_room/rgb_01256.jpg living_room/sync_depth_01256.png 518.8579 -living_room/rgb_01257.jpg living_room/sync_depth_01257.png 518.8579 -living_room/rgb_01258.jpg living_room/sync_depth_01258.png 518.8579 -living_room/rgb_01259.jpg living_room/sync_depth_01259.png 518.8579 -living_room/rgb_01260.jpg living_room/sync_depth_01260.png 518.8579 -living_room/rgb_01261.jpg living_room/sync_depth_01261.png 518.8579 -living_room/rgb_01262.jpg living_room/sync_depth_01262.png 518.8579 -living_room/rgb_01263.jpg living_room/sync_depth_01263.png 518.8579 -living_room/rgb_01264.jpg living_room/sync_depth_01264.png 518.8579 -living_room/rgb_01274.jpg living_room/sync_depth_01274.png 518.8579 -living_room/rgb_01275.jpg living_room/sync_depth_01275.png 518.8579 -living_room/rgb_01276.jpg living_room/sync_depth_01276.png 518.8579 -living_room/rgb_01278.jpg living_room/sync_depth_01278.png 518.8579 -living_room/rgb_01279.jpg living_room/sync_depth_01279.png 518.8579 -living_room/rgb_01284.jpg living_room/sync_depth_01284.png 518.8579 -living_room/rgb_01285.jpg living_room/sync_depth_01285.png 518.8579 -living_room/rgb_01286.jpg living_room/sync_depth_01286.png 518.8579 -living_room/rgb_01287.jpg living_room/sync_depth_01287.png 518.8579 -living_room/rgb_01288.jpg living_room/sync_depth_01288.png 518.8579 -living_room/rgb_01289.jpg living_room/sync_depth_01289.png 518.8579 -living_room/rgb_01290.jpg living_room/sync_depth_01290.png 518.8579 -living_room/rgb_01291.jpg living_room/sync_depth_01291.png 518.8579 -living_room/rgb_01292.jpg living_room/sync_depth_01292.png 518.8579 -living_room/rgb_01293.jpg living_room/sync_depth_01293.png 518.8579 -living_room/rgb_01294.jpg living_room/sync_depth_01294.png 518.8579 -living_room/rgb_01296.jpg living_room/sync_depth_01296.png 518.8579 -living_room/rgb_01297.jpg living_room/sync_depth_01297.png 518.8579 -living_room/rgb_01298.jpg living_room/sync_depth_01298.png 518.8579 -living_room/rgb_01301.jpg living_room/sync_depth_01301.png 518.8579 -living_room/rgb_01303.jpg living_room/sync_depth_01303.png 518.8579 -living_room/rgb_01304.jpg living_room/sync_depth_01304.png 518.8579 -living_room/rgb_01305.jpg living_room/sync_depth_01305.png 518.8579 -living_room/rgb_01306.jpg living_room/sync_depth_01306.png 518.8579 -living_room/rgb_01307.jpg living_room/sync_depth_01307.png 518.8579 -living_room/rgb_01313.jpg living_room/sync_depth_01313.png 518.8579 -living_room/rgb_01314.jpg living_room/sync_depth_01314.png 518.8579 -living_room/rgb_01328.jpg living_room/sync_depth_01328.png 518.8579 -living_room/rgb_01329.jpg living_room/sync_depth_01329.png 518.8579 -living_room/rgb_01330.jpg living_room/sync_depth_01330.png 518.8579 -living_room/rgb_01331.jpg living_room/sync_depth_01331.png 518.8579 -living_room/rgb_01334.jpg living_room/sync_depth_01334.png 518.8579 -living_room/rgb_01335.jpg living_room/sync_depth_01335.png 518.8579 -living_room/rgb_01336.jpg living_room/sync_depth_01336.png 518.8579 -living_room/rgb_01337.jpg living_room/sync_depth_01337.png 518.8579 -living_room/rgb_01338.jpg living_room/sync_depth_01338.png 518.8579 -living_room/rgb_01339.jpg living_room/sync_depth_01339.png 518.8579 -office/rgb_00008.jpg office/sync_depth_00008.png 518.8579 -office/rgb_00013.jpg office/sync_depth_00013.png 518.8579 -office/rgb_00014.jpg office/sync_depth_00014.png 518.8579 -office/rgb_00015.jpg office/sync_depth_00015.png 518.8579 -office/rgb_00016.jpg office/sync_depth_00016.png 518.8579 -office/rgb_00017.jpg office/sync_depth_00017.png 518.8579 -office/rgb_00020.jpg office/sync_depth_00020.png 518.8579 -office/rgb_00027.jpg office/sync_depth_00027.png 518.8579 -office/rgb_00028.jpg office/sync_depth_00028.png 518.8579 -office/rgb_00029.jpg office/sync_depth_00029.png 518.8579 -office/rgb_00030.jpg office/sync_depth_00030.png 518.8579 -office/rgb_00031.jpg office/sync_depth_00031.png 518.8579 -office/rgb_00032.jpg office/sync_depth_00032.png 518.8579 -office/rgb_00033.jpg office/sync_depth_00033.png 518.8579 -office/rgb_00034.jpg office/sync_depth_00034.png 518.8579 -office/rgb_00035.jpg office/sync_depth_00035.png 518.8579 -office/rgb_00036.jpg office/sync_depth_00036.png 518.8579 -office/rgb_00038.jpg office/sync_depth_00038.png 518.8579 -office/rgb_00039.jpg office/sync_depth_00039.png 518.8579 -office/rgb_00040.jpg office/sync_depth_00040.png 518.8579 -office/rgb_00041.jpg office/sync_depth_00041.png 518.8579 -office/rgb_00042.jpg office/sync_depth_00042.png 518.8579 -office/rgb_00270.jpg office/sync_depth_00270.png 518.8579 -office/rgb_00271.jpg office/sync_depth_00271.png 518.8579 -office/rgb_00611.jpg office/sync_depth_00611.png 518.8579 -office/rgb_00612.jpg office/sync_depth_00612.png 518.8579 -office/rgb_00616.jpg office/sync_depth_00616.png 518.8579 -office/rgb_00617.jpg office/sync_depth_00617.png 518.8579 -office/rgb_00618.jpg office/sync_depth_00618.png 518.8579 -office/rgb_00619.jpg office/sync_depth_00619.png 518.8579 -office/rgb_00620.jpg office/sync_depth_00620.png 518.8579 -office/rgb_00632.jpg office/sync_depth_00632.png 518.8579 -office/rgb_00633.jpg office/sync_depth_00633.png 518.8579 -office/rgb_00634.jpg office/sync_depth_00634.png 518.8579 -office/rgb_00635.jpg office/sync_depth_00635.png 518.8579 -office/rgb_00636.jpg office/sync_depth_00636.png 518.8579 -office/rgb_00637.jpg office/sync_depth_00637.png 518.8579 -office/rgb_00037.jpg office/sync_depth_00037.png 518.8579 -office_kitchen/rgb_00410.jpg office_kitchen/sync_depth_00410.png 518.8579 -office_kitchen/rgb_00411.jpg office_kitchen/sync_depth_00411.png 518.8579 -office_kitchen/rgb_00412.jpg office_kitchen/sync_depth_00412.png 518.8579 -office_kitchen/rgb_00413.jpg office_kitchen/sync_depth_00413.png 518.8579 -playroom/rgb_00429.jpg playroom/sync_depth_00429.png 518.8579 -playroom/rgb_00430.jpg playroom/sync_depth_00430.png 518.8579 -playroom/rgb_00431.jpg playroom/sync_depth_00431.png 518.8579 -playroom/rgb_00432.jpg playroom/sync_depth_00432.png 518.8579 -playroom/rgb_00433.jpg playroom/sync_depth_00433.png 518.8579 -playroom/rgb_00434.jpg playroom/sync_depth_00434.png 518.8579 -playroom/rgb_00440.jpg playroom/sync_depth_00440.png 518.8579 -playroom/rgb_00441.jpg playroom/sync_depth_00441.png 518.8579 -playroom/rgb_00442.jpg playroom/sync_depth_00442.png 518.8579 -playroom/rgb_00443.jpg playroom/sync_depth_00443.png 518.8579 -playroom/rgb_00444.jpg playroom/sync_depth_00444.png 518.8579 -playroom/rgb_00445.jpg playroom/sync_depth_00445.png 518.8579 -playroom/rgb_00446.jpg playroom/sync_depth_00446.png 518.8579 -playroom/rgb_00447.jpg playroom/sync_depth_00447.png 518.8579 -reception_room/rgb_00461.jpg reception_room/sync_depth_00461.png 518.8579 -reception_room/rgb_00462.jpg reception_room/sync_depth_00462.png 518.8579 -reception_room/rgb_00463.jpg reception_room/sync_depth_00463.png 518.8579 -reception_room/rgb_00464.jpg reception_room/sync_depth_00464.png 518.8579 -reception_room/rgb_00465.jpg reception_room/sync_depth_00465.png 518.8579 -study/rgb_00468.jpg study/sync_depth_00468.png 518.8579 -study/rgb_00469.jpg study/sync_depth_00469.png 518.8579 -study/rgb_00470.jpg study/sync_depth_00470.png 518.8579 -study/rgb_00471.jpg study/sync_depth_00471.png 518.8579 -study/rgb_00472.jpg study/sync_depth_00472.png 518.8579 -study/rgb_00473.jpg study/sync_depth_00473.png 518.8579 -study/rgb_00474.jpg study/sync_depth_00474.png 518.8579 -study/rgb_00475.jpg study/sync_depth_00475.png 518.8579 -study/rgb_00476.jpg study/sync_depth_00476.png 518.8579 -study/rgb_00643.jpg study/sync_depth_00643.png 518.8579 -study/rgb_00644.jpg study/sync_depth_00644.png 518.8579 -study_room/rgb_00272.jpg study_room/sync_depth_00272.png 518.8579 -study_room/rgb_00278.jpg study_room/sync_depth_00278.png 518.8579 \ No newline at end of file diff --git a/depth_anything/metric_depth/train_test_inputs/nyudepthv2_train_files_with_gt.txt b/depth_anything/metric_depth/train_test_inputs/nyudepthv2_train_files_with_gt.txt deleted file mode 100644 index 278b2dd..0000000 --- a/depth_anything/metric_depth/train_test_inputs/nyudepthv2_train_files_with_gt.txt +++ /dev/null @@ -1,24231 +0,0 @@ -/kitchen_0028b/rgb_00045.jpg /kitchen_0028b/sync_depth_00045.png 518.8579 -/living_room_0019/rgb_00111.jpg /living_room_0019/sync_depth_00111.png 518.8579 -/playroom_0004/rgb_00113.jpg /playroom_0004/sync_depth_00113.png 518.8579 -/kitchen_0047/rgb_00050.jpg /kitchen_0047/sync_depth_00050.png 518.8579 -/bedroom_0067a/rgb_00010.jpg /bedroom_0067a/sync_depth_00010.png 518.8579 -/bedroom_0060/rgb_00081.jpg /bedroom_0060/sync_depth_00081.png 518.8579 -/kitchen_0029b/rgb_00016.jpg /kitchen_0029b/sync_depth_00016.png 518.8579 -/bedroom_0052/rgb_00170.jpg /bedroom_0052/sync_depth_00170.png 518.8579 -/furniture_store_0002c/rgb_00027.jpg /furniture_store_0002c/sync_depth_00027.png 518.8579 -/kitchen_0051/rgb_00113.jpg /kitchen_0051/sync_depth_00113.png 518.8579 -/living_room_0004/rgb_00077.jpg /living_room_0004/sync_depth_00077.png 518.8579 -/bedroom_0100/rgb_00021.jpg /bedroom_0100/sync_depth_00021.png 518.8579 -/living_room_0047b/rgb_00003.jpg /living_room_0047b/sync_depth_00003.png 518.8579 -/kitchen_0031/rgb_00088.jpg /kitchen_0031/sync_depth_00088.png 518.8579 -/bedroom_0086/rgb_00088.jpg /bedroom_0086/sync_depth_00088.png 518.8579 -/playroom_0002/rgb_00111.jpg /playroom_0002/sync_depth_00111.png 518.8579 -/living_room_0042b/rgb_00091.jpg /living_room_0042b/sync_depth_00091.png 518.8579 -/bedroom_0060/rgb_00050.jpg /bedroom_0060/sync_depth_00050.png 518.8579 -/bookstore_0001d/rgb_00241.jpg /bookstore_0001d/sync_depth_00241.png 518.8579 -/bedroom_0020/rgb_00018.jpg /bedroom_0020/sync_depth_00018.png 518.8579 -/living_room_0006/rgb_00011.jpg /living_room_0006/sync_depth_00011.png 518.8579 -/living_room_0062/rgb_00153.jpg /living_room_0062/sync_depth_00153.png 518.8579 -/kitchen_0035a/rgb_00053.jpg /kitchen_0035a/sync_depth_00053.png 518.8579 -/dining_room_0031/rgb_00025.jpg /dining_room_0031/sync_depth_00025.png 518.8579 -/furniture_store_0001d/rgb_00114.jpg /furniture_store_0001d/sync_depth_00114.png 518.8579 -/living_room_0005/rgb_00097.jpg /living_room_0005/sync_depth_00097.png 518.8579 -/bedroom_0010/rgb_00109.jpg /bedroom_0010/sync_depth_00109.png 518.8579 -/bedroom_0080/rgb_00048.jpg /bedroom_0080/sync_depth_00048.png 518.8579 -/office_kitchen_0003/rgb_00038.jpg /office_kitchen_0003/sync_depth_00038.png 518.8579 -/office_0006/rgb_00030.jpg /office_0006/sync_depth_00030.png 518.8579 -/living_room_0058/rgb_00174.jpg /living_room_0058/sync_depth_00174.png 518.8579 -/reception_room_0001a/rgb_00078.jpg /reception_room_0001a/sync_depth_00078.png 518.8579 -/kitchen_0053/rgb_00189.jpg /kitchen_0053/sync_depth_00189.png 518.8579 -/living_room_0063/rgb_00085.jpg /living_room_0063/sync_depth_00085.png 518.8579 -/living_room_0067/rgb_00032.jpg /living_room_0067/sync_depth_00032.png 518.8579 -/playroom_0006/rgb_00124.jpg /playroom_0006/sync_depth_00124.png 518.8579 -/kitchen_0028b/rgb_00062.jpg /kitchen_0028b/sync_depth_00062.png 518.8579 -/basement_0001a/rgb_00012.jpg /basement_0001a/sync_depth_00012.png 518.8579 -/dining_room_0023/rgb_00093.jpg /dining_room_0023/sync_depth_00093.png 518.8579 -/bookstore_0001g/rgb_00190.jpg /bookstore_0001g/sync_depth_00190.png 518.8579 -/bedroom_0010/rgb_00067.jpg /bedroom_0010/sync_depth_00067.png 518.8579 -/living_room_0067/rgb_00048.jpg /living_room_0067/sync_depth_00048.png 518.8579 -/bedroom_0082/rgb_00014.jpg /bedroom_0082/sync_depth_00014.png 518.8579 -/living_room_0067/rgb_00051.jpg /living_room_0067/sync_depth_00051.png 518.8579 -/reception_room_0002/rgb_00108.jpg /reception_room_0002/sync_depth_00108.png 518.8579 -/furniture_store_0001d/rgb_00149.jpg /furniture_store_0001d/sync_depth_00149.png 518.8579 -/nyu_office_0/rgb_00145.jpg /nyu_office_0/sync_depth_00145.png 518.8579 -/reception_room_0002/rgb_00002.jpg /reception_room_0002/sync_depth_00002.png 518.8579 -/living_room_0047b/rgb_00185.jpg /living_room_0047b/sync_depth_00185.png 518.8579 -/bedroom_0063/rgb_00098.jpg /bedroom_0063/sync_depth_00098.png 518.8579 -/living_room_0078/rgb_00149.jpg /living_room_0078/sync_depth_00149.png 518.8579 -/bedroom_0106/rgb_00004.jpg /bedroom_0106/sync_depth_00004.png 518.8579 -/living_room_0082/rgb_00030.jpg /living_room_0082/sync_depth_00030.png 518.8579 -/furniture_store_0002b/rgb_00225.jpg /furniture_store_0002b/sync_depth_00225.png 518.8579 -/dining_room_0004/rgb_00033.jpg /dining_room_0004/sync_depth_00033.png 518.8579 -/office_0026/rgb_00113.jpg /office_0026/sync_depth_00113.png 518.8579 -/dining_room_0001b/rgb_00054.jpg /dining_room_0001b/sync_depth_00054.png 518.8579 -/home_storage_0001/rgb_00090.jpg /home_storage_0001/sync_depth_00090.png 518.8579 -/bedroom_0015/rgb_00025.jpg /bedroom_0015/sync_depth_00025.png 518.8579 -/bedroom_0094/rgb_00003.jpg /bedroom_0094/sync_depth_00003.png 518.8579 -/classroom_0018/rgb_00035.jpg /classroom_0018/sync_depth_00035.png 518.8579 -/bedroom_0107/rgb_00042.jpg /bedroom_0107/sync_depth_00042.png 518.8579 -/student_lounge_0001/rgb_00157.jpg /student_lounge_0001/sync_depth_00157.png 518.8579 -/bathroom_0033/rgb_00050.jpg /bathroom_0033/sync_depth_00050.png 518.8579 -/living_room_0040/rgb_00049.jpg /living_room_0040/sync_depth_00049.png 518.8579 -/living_room_0019/rgb_00218.jpg /living_room_0019/sync_depth_00218.png 518.8579 -/living_room_0050/rgb_00149.jpg /living_room_0050/sync_depth_00149.png 518.8579 -/bedroom_0118/rgb_00022.jpg /bedroom_0118/sync_depth_00022.png 518.8579 -/kitchen_0028b/rgb_00027.jpg /kitchen_0028b/sync_depth_00027.png 518.8579 -/printer_room_0001/rgb_00065.jpg /printer_room_0001/sync_depth_00065.png 518.8579 -/bedroom_0052/rgb_00142.jpg /bedroom_0052/sync_depth_00142.png 518.8579 -/kitchen_0048/rgb_00236.jpg /kitchen_0048/sync_depth_00236.png 518.8579 -/furniture_store_0001d/rgb_00027.jpg /furniture_store_0001d/sync_depth_00027.png 518.8579 -/living_room_0042b/rgb_00079.jpg /living_room_0042b/sync_depth_00079.png 518.8579 -/bookstore_0001d/rgb_00023.jpg /bookstore_0001d/sync_depth_00023.png 518.8579 -/bedroom_0019/rgb_00015.jpg /bedroom_0019/sync_depth_00015.png 518.8579 -/kitchen_0059/rgb_00015.jpg /kitchen_0059/sync_depth_00015.png 518.8579 -/bedroom_0026/rgb_00053.jpg /bedroom_0026/sync_depth_00053.png 518.8579 -/reception_room_0004/rgb_00023.jpg /reception_room_0004/sync_depth_00023.png 518.8579 -/bedroom_0071/rgb_00046.jpg /bedroom_0071/sync_depth_00046.png 518.8579 -/dining_room_0034/rgb_00025.jpg /dining_room_0034/sync_depth_00025.png 518.8579 -/bedroom_0072/rgb_00051.jpg /bedroom_0072/sync_depth_00051.png 518.8579 -/furniture_store_0002a/rgb_00094.jpg /furniture_store_0002a/sync_depth_00094.png 518.8579 -/living_room_0022/rgb_00196.jpg /living_room_0022/sync_depth_00196.png 518.8579 -/bathroom_0057/rgb_00032.jpg /bathroom_0057/sync_depth_00032.png 518.8579 -/dining_room_0019/rgb_00106.jpg /dining_room_0019/sync_depth_00106.png 518.8579 -/bedroom_0079/rgb_00032.jpg /bedroom_0079/sync_depth_00032.png 518.8579 -/living_room_0005/rgb_00035.jpg /living_room_0005/sync_depth_00035.png 518.8579 -/home_office_0013/rgb_00042.jpg /home_office_0013/sync_depth_00042.png 518.8579 -/dining_room_0013/rgb_00129.jpg /dining_room_0013/sync_depth_00129.png 518.8579 -/playroom_0004/rgb_00096.jpg /playroom_0004/sync_depth_00096.png 518.8579 -/nyu_office_0/rgb_00226.jpg /nyu_office_0/sync_depth_00226.png 518.8579 -/student_lounge_0001/rgb_00131.jpg /student_lounge_0001/sync_depth_00131.png 518.8579 -/dining_room_0004/rgb_00078.jpg /dining_room_0004/sync_depth_00078.png 518.8579 -/bedroom_0060/rgb_00024.jpg /bedroom_0060/sync_depth_00024.png 518.8579 -/bedroom_0056a/rgb_00101.jpg /bedroom_0056a/sync_depth_00101.png 518.8579 -/bedroom_0041/rgb_00072.jpg /bedroom_0041/sync_depth_00072.png 518.8579 -/nyu_office_0/rgb_00168.jpg /nyu_office_0/sync_depth_00168.png 518.8579 -/kitchen_0037/rgb_00097.jpg /kitchen_0037/sync_depth_00097.png 518.8579 -/living_room_0040/rgb_00270.jpg /living_room_0040/sync_depth_00270.png 518.8579 -/reception_room_0002/rgb_00106.jpg /reception_room_0002/sync_depth_00106.png 518.8579 -/bedroom_0017/rgb_00056.jpg /bedroom_0017/sync_depth_00056.png 518.8579 -/bookstore_0001f/rgb_00055.jpg /bookstore_0001f/sync_depth_00055.png 518.8579 -/study_room_0004/rgb_00149.jpg /study_room_0004/sync_depth_00149.png 518.8579 -/bedroom_0130/rgb_00079.jpg /bedroom_0130/sync_depth_00079.png 518.8579 -/bedroom_0062/rgb_00000.jpg /bedroom_0062/sync_depth_00000.png 518.8579 -/dining_room_0024/rgb_00114.jpg /dining_room_0024/sync_depth_00114.png 518.8579 -/home_office_0011/rgb_00089.jpg /home_office_0011/sync_depth_00089.png 518.8579 -/bedroom_0028/rgb_00022.jpg /bedroom_0028/sync_depth_00022.png 518.8579 -/living_room_0035/rgb_00084.jpg /living_room_0035/sync_depth_00084.png 518.8579 -/kitchen_0035b/rgb_00188.jpg /kitchen_0035b/sync_depth_00188.png 518.8579 -/dinette_0001/rgb_00096.jpg /dinette_0001/sync_depth_00096.png 518.8579 -/bedroom_0016/rgb_00170.jpg /bedroom_0016/sync_depth_00170.png 518.8579 -/cafe_0001a/rgb_00054.jpg /cafe_0001a/sync_depth_00054.png 518.8579 -/living_room_0058/rgb_00267.jpg /living_room_0058/sync_depth_00267.png 518.8579 -/study_0008/rgb_00045.jpg /study_0008/sync_depth_00045.png 518.8579 -/dining_room_0037/rgb_00122.jpg /dining_room_0037/sync_depth_00122.png 518.8579 -/living_room_0062/rgb_00054.jpg /living_room_0062/sync_depth_00054.png 518.8579 -/furniture_store_0002a/rgb_00059.jpg /furniture_store_0002a/sync_depth_00059.png 518.8579 -/bedroom_0098/rgb_00013.jpg /bedroom_0098/sync_depth_00013.png 518.8579 -/furniture_store_0001e/rgb_00037.jpg /furniture_store_0001e/sync_depth_00037.png 518.8579 -/dining_room_0012/rgb_00052.jpg /dining_room_0012/sync_depth_00052.png 518.8579 -/bedroom_0025/rgb_00010.jpg /bedroom_0025/sync_depth_00010.png 518.8579 -/kitchen_0047/rgb_00014.jpg /kitchen_0047/sync_depth_00014.png 518.8579 -/bedroom_0025/rgb_00087.jpg /bedroom_0025/sync_depth_00087.png 518.8579 -/dining_room_0034/rgb_00154.jpg /dining_room_0034/sync_depth_00154.png 518.8579 -/bathroom_0024/rgb_00002.jpg /bathroom_0024/sync_depth_00002.png 518.8579 -/classroom_0003/rgb_00106.jpg /classroom_0003/sync_depth_00106.png 518.8579 -/bedroom_0028/rgb_00041.jpg /bedroom_0028/sync_depth_00041.png 518.8579 -/living_room_0046b/rgb_00125.jpg /living_room_0046b/sync_depth_00125.png 518.8579 -/bedroom_0118/rgb_00030.jpg /bedroom_0118/sync_depth_00030.png 518.8579 -/living_room_0039/rgb_00032.jpg /living_room_0039/sync_depth_00032.png 518.8579 -/dining_room_0031/rgb_00282.jpg /dining_room_0031/sync_depth_00282.png 518.8579 -/nyu_office_0/rgb_00024.jpg /nyu_office_0/sync_depth_00024.png 518.8579 -/dining_room_0031/rgb_00291.jpg /dining_room_0031/sync_depth_00291.png 518.8579 -/bedroom_0113/rgb_00095.jpg /bedroom_0113/sync_depth_00095.png 518.8579 -/living_room_0047a/rgb_00016.jpg /living_room_0047a/sync_depth_00016.png 518.8579 -/living_room_0040/rgb_00128.jpg /living_room_0040/sync_depth_00128.png 518.8579 -/kitchen_0047/rgb_00150.jpg /kitchen_0047/sync_depth_00150.png 518.8579 -/bedroom_0140/rgb_00087.jpg /bedroom_0140/sync_depth_00087.png 518.8579 -/bookstore_0001f/rgb_00006.jpg /bookstore_0001f/sync_depth_00006.png 518.8579 -/dining_room_0001b/rgb_00029.jpg /dining_room_0001b/sync_depth_00029.png 518.8579 -/kitchen_0053/rgb_00039.jpg /kitchen_0053/sync_depth_00039.png 518.8579 -/kitchen_0047/rgb_00124.jpg /kitchen_0047/sync_depth_00124.png 518.8579 -/bedroom_0010/rgb_00059.jpg /bedroom_0010/sync_depth_00059.png 518.8579 -/kitchen_0053/rgb_00120.jpg /kitchen_0053/sync_depth_00120.png 518.8579 -/bedroom_0067a/rgb_00033.jpg /bedroom_0067a/sync_depth_00033.png 518.8579 -/kitchen_0028a/rgb_00032.jpg /kitchen_0028a/sync_depth_00032.png 518.8579 -/bedroom_0034/rgb_00047.jpg /bedroom_0034/sync_depth_00047.png 518.8579 -/living_room_0040/rgb_00205.jpg /living_room_0040/sync_depth_00205.png 518.8579 -/living_room_0046a/rgb_00065.jpg /living_room_0046a/sync_depth_00065.png 518.8579 -/furniture_store_0002a/rgb_00049.jpg /furniture_store_0002a/sync_depth_00049.png 518.8579 -/bedroom_0020/rgb_00070.jpg /bedroom_0020/sync_depth_00070.png 518.8579 -/kitchen_0051/rgb_00361.jpg /kitchen_0051/sync_depth_00361.png 518.8579 -/bedroom_0097/rgb_00001.jpg /bedroom_0097/sync_depth_00001.png 518.8579 -/furniture_store_0001d/rgb_00204.jpg /furniture_store_0001d/sync_depth_00204.png 518.8579 -/bedroom_0136/rgb_00116.jpg /bedroom_0136/sync_depth_00116.png 518.8579 -/bedroom_0067b/rgb_00027.jpg /bedroom_0067b/sync_depth_00027.png 518.8579 -/office_0024/rgb_00020.jpg /office_0024/sync_depth_00020.png 518.8579 -/kitchen_0045b/rgb_00010.jpg /kitchen_0045b/sync_depth_00010.png 518.8579 -/living_room_0058/rgb_00149.jpg /living_room_0058/sync_depth_00149.png 518.8579 -/printer_room_0001/rgb_00074.jpg /printer_room_0001/sync_depth_00074.png 518.8579 -/kitchen_0035b/rgb_00089.jpg /kitchen_0035b/sync_depth_00089.png 518.8579 -/living_room_0022/rgb_00425.jpg /living_room_0022/sync_depth_00425.png 518.8579 -/classroom_0018/rgb_00003.jpg /classroom_0018/sync_depth_00003.png 518.8579 -/living_room_0010/rgb_00142.jpg /living_room_0010/sync_depth_00142.png 518.8579 -/furniture_store_0002b/rgb_00132.jpg /furniture_store_0002b/sync_depth_00132.png 518.8579 -/bedroom_0130/rgb_00050.jpg /bedroom_0130/sync_depth_00050.png 518.8579 -/bedroom_0034/rgb_00050.jpg /bedroom_0034/sync_depth_00050.png 518.8579 -/furniture_store_0002a/rgb_00040.jpg /furniture_store_0002a/sync_depth_00040.png 518.8579 -/cafe_0001a/rgb_00079.jpg /cafe_0001a/sync_depth_00079.png 518.8579 -/reception_room_0002/rgb_00138.jpg /reception_room_0002/sync_depth_00138.png 518.8579 -/bedroom_0071/rgb_00153.jpg /bedroom_0071/sync_depth_00153.png 518.8579 -/living_room_0040/rgb_00036.jpg /living_room_0040/sync_depth_00036.png 518.8579 -/bedroom_0016/rgb_00026.jpg /bedroom_0016/sync_depth_00026.png 518.8579 -/living_room_0012/rgb_00085.jpg /living_room_0012/sync_depth_00085.png 518.8579 -/kitchen_0060/rgb_00145.jpg /kitchen_0060/sync_depth_00145.png 518.8579 -/kitchen_0037/rgb_00094.jpg /kitchen_0037/sync_depth_00094.png 518.8579 -/bookstore_0001j/rgb_00244.jpg /bookstore_0001j/sync_depth_00244.png 518.8579 -/bedroom_0059/rgb_00070.jpg /bedroom_0059/sync_depth_00070.png 518.8579 -/bookstore_0001f/rgb_00049.jpg /bookstore_0001f/sync_depth_00049.png 518.8579 -/living_room_0062/rgb_00039.jpg /living_room_0062/sync_depth_00039.png 518.8579 -/bedroom_0025/rgb_00138.jpg /bedroom_0025/sync_depth_00138.png 518.8579 -/bedroom_0034/rgb_00076.jpg /bedroom_0034/sync_depth_00076.png 518.8579 -/kitchen_0048/rgb_00234.jpg /kitchen_0048/sync_depth_00234.png 518.8579 -/office_0012/rgb_00067.jpg /office_0012/sync_depth_00067.png 518.8579 -/living_room_0012/rgb_00214.jpg /living_room_0012/sync_depth_00214.png 518.8579 -/living_room_0070/rgb_00080.jpg /living_room_0070/sync_depth_00080.png 518.8579 -/dining_room_0031/rgb_00178.jpg /dining_room_0031/sync_depth_00178.png 518.8579 -/dining_room_0008/rgb_00005.jpg /dining_room_0008/sync_depth_00005.png 518.8579 -/dining_room_0029/rgb_00145.jpg /dining_room_0029/sync_depth_00145.png 518.8579 -/kitchen_0048/rgb_00270.jpg /kitchen_0048/sync_depth_00270.png 518.8579 -/bedroom_0078/rgb_00106.jpg /bedroom_0078/sync_depth_00106.png 518.8579 -/bookstore_0001i/rgb_00109.jpg /bookstore_0001i/sync_depth_00109.png 518.8579 -/furniture_store_0001d/rgb_00190.jpg /furniture_store_0001d/sync_depth_00190.png 518.8579 -/conference_room_0002/rgb_00005.jpg /conference_room_0002/sync_depth_00005.png 518.8579 -/bookstore_0001g/rgb_00043.jpg /bookstore_0001g/sync_depth_00043.png 518.8579 -/bathroom_0028/rgb_00060.jpg /bathroom_0028/sync_depth_00060.png 518.8579 -/furniture_store_0001e/rgb_00082.jpg /furniture_store_0001e/sync_depth_00082.png 518.8579 -/kitchen_0006/rgb_00004.jpg /kitchen_0006/sync_depth_00004.png 518.8579 -/living_room_0006/rgb_00017.jpg /living_room_0006/sync_depth_00017.png 518.8579 -/bedroom_0074/rgb_00017.jpg /bedroom_0074/sync_depth_00017.png 518.8579 -/dining_room_0023/rgb_00140.jpg /dining_room_0023/sync_depth_00140.png 518.8579 -/bookstore_0001f/rgb_00229.jpg /bookstore_0001f/sync_depth_00229.png 518.8579 -/dining_room_0010/rgb_00108.jpg /dining_room_0010/sync_depth_00108.png 518.8579 -/bookstore_0001e/rgb_00057.jpg /bookstore_0001e/sync_depth_00057.png 518.8579 -/living_room_0047b/rgb_00117.jpg /living_room_0047b/sync_depth_00117.png 518.8579 -/dining_room_0012/rgb_00218.jpg /dining_room_0012/sync_depth_00218.png 518.8579 -/bedroom_0021/rgb_00085.jpg /bedroom_0021/sync_depth_00085.png 518.8579 -/bookstore_0001j/rgb_00019.jpg /bookstore_0001j/sync_depth_00019.png 518.8579 -/living_room_0033/rgb_00031.jpg /living_room_0033/sync_depth_00031.png 518.8579 -/dining_room_0008/rgb_00091.jpg /dining_room_0008/sync_depth_00091.png 518.8579 -/furniture_store_0002b/rgb_00206.jpg /furniture_store_0002b/sync_depth_00206.png 518.8579 -/office_0021/rgb_00064.jpg /office_0021/sync_depth_00064.png 518.8579 -/furniture_store_0002d/rgb_00042.jpg /furniture_store_0002d/sync_depth_00042.png 518.8579 -/bedroom_0069/rgb_00117.jpg /bedroom_0069/sync_depth_00117.png 518.8579 -/bathroom_0039/rgb_00060.jpg /bathroom_0039/sync_depth_00060.png 518.8579 -/cafe_0001a/rgb_00011.jpg /cafe_0001a/sync_depth_00011.png 518.8579 -/living_room_0018/rgb_00202.jpg /living_room_0018/sync_depth_00202.png 518.8579 -/bedroom_0098/rgb_00030.jpg /bedroom_0098/sync_depth_00030.png 518.8579 -/bedroom_0019/rgb_00131.jpg /bedroom_0019/sync_depth_00131.png 518.8579 -/dining_room_0031/rgb_00132.jpg /dining_room_0031/sync_depth_00132.png 518.8579 -/reception_room_0001b/rgb_00107.jpg /reception_room_0001b/sync_depth_00107.png 518.8579 -/kitchen_0033/rgb_00105.jpg /kitchen_0033/sync_depth_00105.png 518.8579 -/indoor_balcony_0001/rgb_00017.jpg /indoor_balcony_0001/sync_depth_00017.png 518.8579 -/furniture_store_0002b/rgb_00075.jpg /furniture_store_0002b/sync_depth_00075.png 518.8579 -/dining_room_0031/rgb_00181.jpg /dining_room_0031/sync_depth_00181.png 518.8579 -/dining_room_0007/rgb_00018.jpg /dining_room_0007/sync_depth_00018.png 518.8579 -/dining_room_0014/rgb_00002.jpg /dining_room_0014/sync_depth_00002.png 518.8579 -/bedroom_0071/rgb_00147.jpg /bedroom_0071/sync_depth_00147.png 518.8579 -/kitchen_0003/rgb_00032.jpg /kitchen_0003/sync_depth_00032.png 518.8579 -/living_room_0055/rgb_00044.jpg /living_room_0055/sync_depth_00044.png 518.8579 -/home_office_0004/rgb_00153.jpg /home_office_0004/sync_depth_00153.png 518.8579 -/living_room_0019/rgb_00034.jpg /living_room_0019/sync_depth_00034.png 518.8579 -/home_office_0005/rgb_00006.jpg /home_office_0005/sync_depth_00006.png 518.8579 -/living_room_0058/rgb_00170.jpg /living_room_0058/sync_depth_00170.png 518.8579 -/bedroom_0136/rgb_00083.jpg /bedroom_0136/sync_depth_00083.png 518.8579 -/bedroom_0086/rgb_00068.jpg /bedroom_0086/sync_depth_00068.png 518.8579 -/classroom_0006/rgb_00152.jpg /classroom_0006/sync_depth_00152.png 518.8579 -/classroom_0012/rgb_00007.jpg /classroom_0012/sync_depth_00007.png 518.8579 -/bathroom_0035/rgb_00007.jpg /bathroom_0035/sync_depth_00007.png 518.8579 -/dining_room_0028/rgb_00132.jpg /dining_room_0028/sync_depth_00132.png 518.8579 -/office_kitchen_0001b/rgb_00050.jpg /office_kitchen_0001b/sync_depth_00050.png 518.8579 -/bookstore_0001f/rgb_00042.jpg /bookstore_0001f/sync_depth_00042.png 518.8579 -/dinette_0001/rgb_00019.jpg /dinette_0001/sync_depth_00019.png 518.8579 -/bookstore_0001j/rgb_00263.jpg /bookstore_0001j/sync_depth_00263.png 518.8579 -/furniture_store_0002a/rgb_00279.jpg /furniture_store_0002a/sync_depth_00279.png 518.8579 -/living_room_0047b/rgb_00024.jpg /living_room_0047b/sync_depth_00024.png 518.8579 -/kitchen_0033/rgb_00002.jpg /kitchen_0033/sync_depth_00002.png 518.8579 -/living_room_0035/rgb_00111.jpg /living_room_0035/sync_depth_00111.png 518.8579 -/home_office_0006/rgb_00019.jpg /home_office_0006/sync_depth_00019.png 518.8579 -/kitchen_0011a/rgb_00014.jpg /kitchen_0011a/sync_depth_00014.png 518.8579 -/dining_room_0015/rgb_00095.jpg /dining_room_0015/sync_depth_00095.png 518.8579 -/living_room_0069b/rgb_00074.jpg /living_room_0069b/sync_depth_00074.png 518.8579 -/dining_room_0004/rgb_00097.jpg /dining_room_0004/sync_depth_00097.png 518.8579 -/bedroom_0129/rgb_00021.jpg /bedroom_0129/sync_depth_00021.png 518.8579 -/bedroom_0076a/rgb_00001.jpg /bedroom_0076a/sync_depth_00001.png 518.8579 -/dining_room_0019/rgb_00022.jpg /dining_room_0019/sync_depth_00022.png 518.8579 -/living_room_0068/rgb_00115.jpg /living_room_0068/sync_depth_00115.png 518.8579 -/bedroom_0071/rgb_00014.jpg /bedroom_0071/sync_depth_00014.png 518.8579 -/bedroom_0082/rgb_00050.jpg /bedroom_0082/sync_depth_00050.png 518.8579 -/bedroom_0094/rgb_00000.jpg /bedroom_0094/sync_depth_00000.png 518.8579 -/home_storage_0001/rgb_00124.jpg /home_storage_0001/sync_depth_00124.png 518.8579 -/living_room_0050/rgb_00273.jpg /living_room_0050/sync_depth_00273.png 518.8579 -/dining_room_0031/rgb_00161.jpg /dining_room_0031/sync_depth_00161.png 518.8579 -/basement_0001a/rgb_00177.jpg /basement_0001a/sync_depth_00177.png 518.8579 -/bedroom_0052/rgb_00046.jpg /bedroom_0052/sync_depth_00046.png 518.8579 -/bathroom_0016/rgb_00003.jpg /bathroom_0016/sync_depth_00003.png 518.8579 -/bedroom_0067b/rgb_00009.jpg /bedroom_0067b/sync_depth_00009.png 518.8579 -/dining_room_0019/rgb_00084.jpg /dining_room_0019/sync_depth_00084.png 518.8579 -/cafe_0001c/rgb_00014.jpg /cafe_0001c/sync_depth_00014.png 518.8579 -/bedroom_0076a/rgb_00137.jpg /bedroom_0076a/sync_depth_00137.png 518.8579 -/kitchen_0052/rgb_00132.jpg /kitchen_0052/sync_depth_00132.png 518.8579 -/dining_room_0008/rgb_00122.jpg /dining_room_0008/sync_depth_00122.png 518.8579 -/office_0018/rgb_00000.jpg /office_0018/sync_depth_00000.png 518.8579 -/study_room_0004/rgb_00094.jpg /study_room_0004/sync_depth_00094.png 518.8579 -/dining_room_0004/rgb_00034.jpg /dining_room_0004/sync_depth_00034.png 518.8579 -/playroom_0003/rgb_00173.jpg /playroom_0003/sync_depth_00173.png 518.8579 -/bedroom_0066/rgb_00057.jpg /bedroom_0066/sync_depth_00057.png 518.8579 -/furniture_store_0001d/rgb_00060.jpg /furniture_store_0001d/sync_depth_00060.png 518.8579 -/bedroom_0081/rgb_00000.jpg /bedroom_0081/sync_depth_00000.png 518.8579 -/kitchen_0029c/rgb_00044.jpg /kitchen_0029c/sync_depth_00044.png 518.8579 -/office_0024/rgb_00103.jpg /office_0024/sync_depth_00103.png 518.8579 -/kitchen_0003/rgb_00030.jpg /kitchen_0003/sync_depth_00030.png 518.8579 -/furniture_store_0001b/rgb_00031.jpg /furniture_store_0001b/sync_depth_00031.png 518.8579 -/bedroom_0056a/rgb_00041.jpg /bedroom_0056a/sync_depth_00041.png 518.8579 -/dining_room_0029/rgb_00134.jpg /dining_room_0029/sync_depth_00134.png 518.8579 -/living_room_0067/rgb_00019.jpg /living_room_0067/sync_depth_00019.png 518.8579 -/dining_room_0023/rgb_00099.jpg /dining_room_0023/sync_depth_00099.png 518.8579 -/bedroom_0034/rgb_00037.jpg /bedroom_0034/sync_depth_00037.png 518.8579 -/playroom_0002/rgb_00035.jpg /playroom_0002/sync_depth_00035.png 518.8579 -/playroom_0004/rgb_00030.jpg /playroom_0004/sync_depth_00030.png 518.8579 -/bookstore_0001d/rgb_00128.jpg /bookstore_0001d/sync_depth_00128.png 518.8579 -/dining_room_0031/rgb_00360.jpg /dining_room_0031/sync_depth_00360.png 518.8579 -/bedroom_0016/rgb_00137.jpg /bedroom_0016/sync_depth_00137.png 518.8579 -/computer_lab_0002/rgb_00022.jpg /computer_lab_0002/sync_depth_00022.png 518.8579 -/kitchen_0045a/rgb_00150.jpg /kitchen_0045a/sync_depth_00150.png 518.8579 -/kitchen_0051/rgb_00304.jpg /kitchen_0051/sync_depth_00304.png 518.8579 -/kitchen_0053/rgb_00218.jpg /kitchen_0053/sync_depth_00218.png 518.8579 -/conference_room_0001/rgb_00013.jpg /conference_room_0001/sync_depth_00013.png 518.8579 -/living_room_0006/rgb_00009.jpg /living_room_0006/sync_depth_00009.png 518.8579 -/excercise_room_0001/rgb_00107.jpg /excercise_room_0001/sync_depth_00107.png 518.8579 -/cafe_0001c/rgb_00007.jpg /cafe_0001c/sync_depth_00007.png 518.8579 -/bookstore_0001j/rgb_00239.jpg /bookstore_0001j/sync_depth_00239.png 518.8579 -/living_room_0050/rgb_00095.jpg /living_room_0050/sync_depth_00095.png 518.8579 -/living_room_0086a/rgb_00004.jpg /living_room_0086a/sync_depth_00004.png 518.8579 -/kitchen_0051/rgb_00146.jpg /kitchen_0051/sync_depth_00146.png 518.8579 -/home_office_0006/rgb_00156.jpg /home_office_0006/sync_depth_00156.png 518.8579 -/kitchen_0060/rgb_00085.jpg /kitchen_0060/sync_depth_00085.png 518.8579 -/home_office_0013/rgb_00033.jpg /home_office_0013/sync_depth_00033.png 518.8579 -/kitchen_0035b/rgb_00294.jpg /kitchen_0035b/sync_depth_00294.png 518.8579 -/classroom_0006/rgb_00106.jpg /classroom_0006/sync_depth_00106.png 518.8579 -/kitchen_0060/rgb_00114.jpg /kitchen_0060/sync_depth_00114.png 518.8579 -/bedroom_0014/rgb_00049.jpg /bedroom_0014/sync_depth_00049.png 518.8579 -/living_room_0062/rgb_00218.jpg /living_room_0062/sync_depth_00218.png 518.8579 -/living_room_0042a/rgb_00020.jpg /living_room_0042a/sync_depth_00020.png 518.8579 -/living_room_0047b/rgb_00100.jpg /living_room_0047b/sync_depth_00100.png 518.8579 -/office_0018/rgb_00046.jpg /office_0018/sync_depth_00046.png 518.8579 -/bathroom_0041/rgb_00072.jpg /bathroom_0041/sync_depth_00072.png 518.8579 -/bedroom_0076a/rgb_00140.jpg /bedroom_0076a/sync_depth_00140.png 518.8579 -/kitchen_0035b/rgb_00265.jpg /kitchen_0035b/sync_depth_00265.png 518.8579 -/dining_room_0029/rgb_00001.jpg /dining_room_0029/sync_depth_00001.png 518.8579 -/study_room_0004/rgb_00065.jpg /study_room_0004/sync_depth_00065.png 518.8579 -/nyu_office_0/rgb_00017.jpg /nyu_office_0/sync_depth_00017.png 518.8579 -/bedroom_0090/rgb_00026.jpg /bedroom_0090/sync_depth_00026.png 518.8579 -/kitchen_0033/rgb_00005.jpg /kitchen_0033/sync_depth_00005.png 518.8579 -/nyu_office_0/rgb_00177.jpg /nyu_office_0/sync_depth_00177.png 518.8579 -/student_lounge_0001/rgb_00024.jpg /student_lounge_0001/sync_depth_00024.png 518.8579 -/bookstore_0001e/rgb_00006.jpg /bookstore_0001e/sync_depth_00006.png 518.8579 -/living_room_0046b/rgb_00057.jpg /living_room_0046b/sync_depth_00057.png 518.8579 -/home_office_0011/rgb_00092.jpg /home_office_0011/sync_depth_00092.png 518.8579 -/living_room_0039/rgb_00086.jpg /living_room_0039/sync_depth_00086.png 518.8579 -/bedroom_0040/rgb_00018.jpg /bedroom_0040/sync_depth_00018.png 518.8579 -/bedroom_0026/rgb_00130.jpg /bedroom_0026/sync_depth_00130.png 518.8579 -/bookstore_0001j/rgb_00153.jpg /bookstore_0001j/sync_depth_00153.png 518.8579 -/reception_room_0001b/rgb_00081.jpg /reception_room_0001b/sync_depth_00081.png 518.8579 -/office_0018/rgb_00038.jpg /office_0018/sync_depth_00038.png 518.8579 -/kitchen_0011a/rgb_00042.jpg /kitchen_0011a/sync_depth_00042.png 518.8579 -/office_0011/rgb_00133.jpg /office_0011/sync_depth_00133.png 518.8579 -/living_room_0063/rgb_00037.jpg /living_room_0063/sync_depth_00037.png 518.8579 -/bedroom_0129/rgb_00078.jpg /bedroom_0129/sync_depth_00078.png 518.8579 -/furniture_store_0002a/rgb_00391.jpg /furniture_store_0002a/sync_depth_00391.png 518.8579 -/kitchen_0043/rgb_00189.jpg /kitchen_0043/sync_depth_00189.png 518.8579 -/bookstore_0001f/rgb_00245.jpg /bookstore_0001f/sync_depth_00245.png 518.8579 -/living_room_0071/rgb_00004.jpg /living_room_0071/sync_depth_00004.png 518.8579 -/dining_room_0033/rgb_00032.jpg /dining_room_0033/sync_depth_00032.png 518.8579 -/bedroom_0072/rgb_00050.jpg /bedroom_0072/sync_depth_00050.png 518.8579 -/bedroom_0096/rgb_00081.jpg /bedroom_0096/sync_depth_00081.png 518.8579 -/bookstore_0001d/rgb_00308.jpg /bookstore_0001d/sync_depth_00308.png 518.8579 -/office_0006/rgb_00059.jpg /office_0006/sync_depth_00059.png 518.8579 -/printer_room_0001/rgb_00012.jpg /printer_room_0001/sync_depth_00012.png 518.8579 -/living_room_0035/rgb_00042.jpg /living_room_0035/sync_depth_00042.png 518.8579 -/dining_room_0031/rgb_00192.jpg /dining_room_0031/sync_depth_00192.png 518.8579 -/bedroom_0136/rgb_00106.jpg /bedroom_0136/sync_depth_00106.png 518.8579 -/bathroom_0011/rgb_00002.jpg /bathroom_0011/sync_depth_00002.png 518.8579 -/kitchen_0052/rgb_00039.jpg /kitchen_0052/sync_depth_00039.png 518.8579 -/living_room_0004/rgb_00095.jpg /living_room_0004/sync_depth_00095.png 518.8579 -/living_room_0035/rgb_00054.jpg /living_room_0035/sync_depth_00054.png 518.8579 -/bedroom_0071/rgb_00005.jpg /bedroom_0071/sync_depth_00005.png 518.8579 -/dining_room_0037/rgb_00003.jpg /dining_room_0037/sync_depth_00003.png 518.8579 -/playroom_0002/rgb_00102.jpg /playroom_0002/sync_depth_00102.png 518.8579 -/bedroom_0140/rgb_00047.jpg /bedroom_0140/sync_depth_00047.png 518.8579 -/bookstore_0001f/rgb_00454.jpg /bookstore_0001f/sync_depth_00454.png 518.8579 -/nyu_office_0/rgb_00152.jpg /nyu_office_0/sync_depth_00152.png 518.8579 -/living_room_0046b/rgb_00045.jpg /living_room_0046b/sync_depth_00045.png 518.8579 -/kitchen_0031/rgb_00128.jpg /kitchen_0031/sync_depth_00128.png 518.8579 -/bookstore_0001g/rgb_00229.jpg /bookstore_0001g/sync_depth_00229.png 518.8579 -/kitchen_0052/rgb_00003.jpg /kitchen_0052/sync_depth_00003.png 518.8579 -/living_room_0068/rgb_00066.jpg /living_room_0068/sync_depth_00066.png 518.8579 -/bedroom_0051/rgb_00084.jpg /bedroom_0051/sync_depth_00084.png 518.8579 -/nyu_office_0/rgb_00142.jpg /nyu_office_0/sync_depth_00142.png 518.8579 -/living_room_0083/rgb_00044.jpg /living_room_0083/sync_depth_00044.png 518.8579 -/home_office_0011/rgb_00007.jpg /home_office_0011/sync_depth_00007.png 518.8579 -/kitchen_0017/rgb_00002.jpg /kitchen_0017/sync_depth_00002.png 518.8579 -/living_room_0086b/rgb_00042.jpg /living_room_0086b/sync_depth_00042.png 518.8579 -/nyu_office_0/rgb_00353.jpg /nyu_office_0/sync_depth_00353.png 518.8579 -/kitchen_0017/rgb_00050.jpg /kitchen_0017/sync_depth_00050.png 518.8579 -/bedroom_0107/rgb_00025.jpg /bedroom_0107/sync_depth_00025.png 518.8579 -/living_room_0055/rgb_00037.jpg /living_room_0055/sync_depth_00037.png 518.8579 -/bookstore_0001d/rgb_00177.jpg /bookstore_0001d/sync_depth_00177.png 518.8579 -/bedroom_0021/rgb_00032.jpg /bedroom_0021/sync_depth_00032.png 518.8579 -/dining_room_0001b/rgb_00137.jpg /dining_room_0001b/sync_depth_00137.png 518.8579 -/reception_room_0001b/rgb_00005.jpg /reception_room_0001b/sync_depth_00005.png 518.8579 -/living_room_0022/rgb_00352.jpg /living_room_0022/sync_depth_00352.png 518.8579 -/bedroom_0098/rgb_00022.jpg /bedroom_0098/sync_depth_00022.png 518.8579 -/bedroom_0125a/rgb_00009.jpg /bedroom_0125a/sync_depth_00009.png 518.8579 -/bathroom_0028/rgb_00018.jpg /bathroom_0028/sync_depth_00018.png 518.8579 -/bathroom_0041/rgb_00044.jpg /bathroom_0041/sync_depth_00044.png 518.8579 -/bedroom_0106/rgb_00039.jpg /bedroom_0106/sync_depth_00039.png 518.8579 -/living_room_0062/rgb_00189.jpg /living_room_0062/sync_depth_00189.png 518.8579 -/bedroom_0021/rgb_00050.jpg /bedroom_0021/sync_depth_00050.png 518.8579 -/classroom_0004/rgb_00077.jpg /classroom_0004/sync_depth_00077.png 518.8579 -/living_room_0018/rgb_00055.jpg /living_room_0018/sync_depth_00055.png 518.8579 -/bedroom_0078/rgb_00116.jpg /bedroom_0078/sync_depth_00116.png 518.8579 -/dining_room_0031/rgb_00038.jpg /dining_room_0031/sync_depth_00038.png 518.8579 -/kitchen_0035b/rgb_00033.jpg /kitchen_0035b/sync_depth_00033.png 518.8579 -/bedroom_0126/rgb_00063.jpg /bedroom_0126/sync_depth_00063.png 518.8579 -/kitchen_0043/rgb_00087.jpg /kitchen_0043/sync_depth_00087.png 518.8579 -/bathroom_0002/rgb_00035.jpg /bathroom_0002/sync_depth_00035.png 518.8579 -/living_room_0068/rgb_00095.jpg /living_room_0068/sync_depth_00095.png 518.8579 -/dining_room_0016/rgb_00151.jpg /dining_room_0016/sync_depth_00151.png 518.8579 -/dining_room_0023/rgb_00112.jpg /dining_room_0023/sync_depth_00112.png 518.8579 -/kitchen_0019a/rgb_00262.jpg /kitchen_0019a/sync_depth_00262.png 518.8579 -/kitchen_0060/rgb_00056.jpg /kitchen_0060/sync_depth_00056.png 518.8579 -/playroom_0003/rgb_00004.jpg /playroom_0003/sync_depth_00004.png 518.8579 -/kitchen_0047/rgb_00027.jpg /kitchen_0047/sync_depth_00027.png 518.8579 -/living_room_0022/rgb_00021.jpg /living_room_0022/sync_depth_00021.png 518.8579 -/living_room_0046b/rgb_00004.jpg /living_room_0046b/sync_depth_00004.png 518.8579 -/office_0012/rgb_00025.jpg /office_0012/sync_depth_00025.png 518.8579 -/dining_room_0010/rgb_00073.jpg /dining_room_0010/sync_depth_00073.png 518.8579 -/nyu_office_0/rgb_00140.jpg /nyu_office_0/sync_depth_00140.png 518.8579 -/kitchen_0029a/rgb_00019.jpg /kitchen_0029a/sync_depth_00019.png 518.8579 -/bathroom_0006/rgb_00054.jpg /bathroom_0006/sync_depth_00054.png 518.8579 -/bookstore_0001j/rgb_00108.jpg /bookstore_0001j/sync_depth_00108.png 518.8579 -/living_room_0005/rgb_00039.jpg /living_room_0005/sync_depth_00039.png 518.8579 -/kitchen_0060/rgb_00107.jpg /kitchen_0060/sync_depth_00107.png 518.8579 -/furniture_store_0001d/rgb_00177.jpg /furniture_store_0001d/sync_depth_00177.png 518.8579 -/living_room_0032/rgb_00023.jpg /living_room_0032/sync_depth_00023.png 518.8579 -/dining_room_0010/rgb_00008.jpg /dining_room_0010/sync_depth_00008.png 518.8579 -/dining_room_0001b/rgb_00012.jpg /dining_room_0001b/sync_depth_00012.png 518.8579 -/dining_room_0019/rgb_00102.jpg /dining_room_0019/sync_depth_00102.png 518.8579 -/dining_room_0015/rgb_00250.jpg /dining_room_0015/sync_depth_00250.png 518.8579 -/living_room_0012/rgb_00088.jpg /living_room_0012/sync_depth_00088.png 518.8579 -/bedroom_0130/rgb_00090.jpg /bedroom_0130/sync_depth_00090.png 518.8579 -/kitchen_0052/rgb_00153.jpg /kitchen_0052/sync_depth_00153.png 518.8579 -/kitchen_0052/rgb_00102.jpg /kitchen_0052/sync_depth_00102.png 518.8579 -/kitchen_0051/rgb_00129.jpg /kitchen_0051/sync_depth_00129.png 518.8579 -/dining_room_0031/rgb_00248.jpg /dining_room_0031/sync_depth_00248.png 518.8579 -/classroom_0011/rgb_00061.jpg /classroom_0011/sync_depth_00061.png 518.8579 -/kitchen_0003/rgb_00129.jpg /kitchen_0003/sync_depth_00129.png 518.8579 -/classroom_0022/rgb_00040.jpg /classroom_0022/sync_depth_00040.png 518.8579 -/home_office_0006/rgb_00106.jpg /home_office_0006/sync_depth_00106.png 518.8579 -/bedroom_0004/rgb_00175.jpg /bedroom_0004/sync_depth_00175.png 518.8579 -/kitchen_0016/rgb_00107.jpg /kitchen_0016/sync_depth_00107.png 518.8579 -/kitchen_0052/rgb_00135.jpg /kitchen_0052/sync_depth_00135.png 518.8579 -/bedroom_0076a/rgb_00133.jpg /bedroom_0076a/sync_depth_00133.png 518.8579 -/bedroom_0098/rgb_00016.jpg /bedroom_0098/sync_depth_00016.png 518.8579 -/home_office_0013/rgb_00074.jpg /home_office_0013/sync_depth_00074.png 518.8579 -/kitchen_0010/rgb_00059.jpg /kitchen_0010/sync_depth_00059.png 518.8579 -/home_office_0004/rgb_00119.jpg /home_office_0004/sync_depth_00119.png 518.8579 -/bedroom_0096/rgb_00003.jpg /bedroom_0096/sync_depth_00003.png 518.8579 -/bathroom_0007/rgb_00121.jpg /bathroom_0007/sync_depth_00121.png 518.8579 -/bathroom_0030/rgb_00000.jpg /bathroom_0030/sync_depth_00000.png 518.8579 -/kitchen_0028b/rgb_00064.jpg /kitchen_0028b/sync_depth_00064.png 518.8579 -/living_room_0047b/rgb_00182.jpg /living_room_0047b/sync_depth_00182.png 518.8579 -/bedroom_0129/rgb_00042.jpg /bedroom_0129/sync_depth_00042.png 518.8579 -/bedroom_0056b/rgb_00035.jpg /bedroom_0056b/sync_depth_00035.png 518.8579 -/kitchen_0041/rgb_00028.jpg /kitchen_0041/sync_depth_00028.png 518.8579 -/nyu_office_0/rgb_00012.jpg /nyu_office_0/sync_depth_00012.png 518.8579 -/bedroom_0033/rgb_00123.jpg /bedroom_0033/sync_depth_00123.png 518.8579 -/bedroom_0038/rgb_00021.jpg /bedroom_0038/sync_depth_00021.png 518.8579 -/bedroom_0138/rgb_00018.jpg /bedroom_0138/sync_depth_00018.png 518.8579 -/living_room_0040/rgb_00240.jpg /living_room_0040/sync_depth_00240.png 518.8579 -/kitchen_0043/rgb_00074.jpg /kitchen_0043/sync_depth_00074.png 518.8579 -/dining_room_0024/rgb_00181.jpg /dining_room_0024/sync_depth_00181.png 518.8579 -/classroom_0022/rgb_00014.jpg /classroom_0022/sync_depth_00014.png 518.8579 -/bedroom_0016/rgb_00052.jpg /bedroom_0016/sync_depth_00052.png 518.8579 -/bedroom_0017/rgb_00049.jpg /bedroom_0017/sync_depth_00049.png 518.8579 -/living_room_0018/rgb_00028.jpg /living_room_0018/sync_depth_00028.png 518.8579 -/living_room_0005/rgb_00126.jpg /living_room_0005/sync_depth_00126.png 518.8579 -/kitchen_0041/rgb_00041.jpg /kitchen_0041/sync_depth_00041.png 518.8579 -/office_0009/rgb_00029.jpg /office_0009/sync_depth_00029.png 518.8579 -/living_room_0062/rgb_00097.jpg /living_room_0062/sync_depth_00097.png 518.8579 -/bedroom_0026/rgb_00022.jpg /bedroom_0026/sync_depth_00022.png 518.8579 -/dining_room_0037/rgb_00033.jpg /dining_room_0037/sync_depth_00033.png 518.8579 -/kitchen_0051/rgb_00236.jpg /kitchen_0051/sync_depth_00236.png 518.8579 -/bedroom_0096/rgb_00050.jpg /bedroom_0096/sync_depth_00050.png 518.8579 -/furniture_store_0001b/rgb_00003.jpg /furniture_store_0001b/sync_depth_00003.png 518.8579 -/bedroom_0020/rgb_00117.jpg /bedroom_0020/sync_depth_00117.png 518.8579 -/bookstore_0001i/rgb_00056.jpg /bookstore_0001i/sync_depth_00056.png 518.8579 -/furniture_store_0001c/rgb_00016.jpg /furniture_store_0001c/sync_depth_00016.png 518.8579 -/living_room_0063/rgb_00033.jpg /living_room_0063/sync_depth_00033.png 518.8579 -/kitchen_0060/rgb_00170.jpg /kitchen_0060/sync_depth_00170.png 518.8579 -/office_0021/rgb_00052.jpg /office_0021/sync_depth_00052.png 518.8579 -/bedroom_0035/rgb_00007.jpg /bedroom_0035/sync_depth_00007.png 518.8579 -/bedroom_0015/rgb_00030.jpg /bedroom_0015/sync_depth_00030.png 518.8579 -/bedroom_0126/rgb_00055.jpg /bedroom_0126/sync_depth_00055.png 518.8579 -/furniture_store_0001e/rgb_00048.jpg /furniture_store_0001e/sync_depth_00048.png 518.8579 -/bedroom_0045/rgb_00017.jpg /bedroom_0045/sync_depth_00017.png 518.8579 -/bookstore_0001j/rgb_00014.jpg /bookstore_0001j/sync_depth_00014.png 518.8579 -/bookstore_0001e/rgb_00041.jpg /bookstore_0001e/sync_depth_00041.png 518.8579 -/living_room_0022/rgb_00139.jpg /living_room_0022/sync_depth_00139.png 518.8579 -/kitchen_0053/rgb_00055.jpg /kitchen_0053/sync_depth_00055.png 518.8579 -/bookstore_0001e/rgb_00209.jpg /bookstore_0001e/sync_depth_00209.png 518.8579 -/bedroom_0020/rgb_00119.jpg /bedroom_0020/sync_depth_00119.png 518.8579 -/nyu_office_0/rgb_00105.jpg /nyu_office_0/sync_depth_00105.png 518.8579 -/kitchen_0050/rgb_00125.jpg /kitchen_0050/sync_depth_00125.png 518.8579 -/living_room_0058/rgb_00090.jpg /living_room_0058/sync_depth_00090.png 518.8579 -/bedroom_0025/rgb_00129.jpg /bedroom_0025/sync_depth_00129.png 518.8579 -/student_lounge_0001/rgb_00090.jpg /student_lounge_0001/sync_depth_00090.png 518.8579 -/furniture_store_0002b/rgb_00208.jpg /furniture_store_0002b/sync_depth_00208.png 518.8579 -/living_room_0040/rgb_00177.jpg /living_room_0040/sync_depth_00177.png 518.8579 -/cafe_0001a/rgb_00051.jpg /cafe_0001a/sync_depth_00051.png 518.8579 -/bedroom_0012/rgb_00024.jpg /bedroom_0012/sync_depth_00024.png 518.8579 -/kitchen_0019a/rgb_00163.jpg /kitchen_0019a/sync_depth_00163.png 518.8579 -/bookstore_0001f/rgb_00174.jpg /bookstore_0001f/sync_depth_00174.png 518.8579 -/bedroom_0081/rgb_00034.jpg /bedroom_0081/sync_depth_00034.png 518.8579 -/bedroom_0096/rgb_00014.jpg /bedroom_0096/sync_depth_00014.png 518.8579 -/furniture_store_0001d/rgb_00198.jpg /furniture_store_0001d/sync_depth_00198.png 518.8579 -/dining_room_0037/rgb_00103.jpg /dining_room_0037/sync_depth_00103.png 518.8579 -/living_room_0063/rgb_00097.jpg /living_room_0063/sync_depth_00097.png 518.8579 -/living_room_0040/rgb_00331.jpg /living_room_0040/sync_depth_00331.png 518.8579 -/living_room_0082/rgb_00047.jpg /living_room_0082/sync_depth_00047.png 518.8579 -/kitchen_0031/rgb_00115.jpg /kitchen_0031/sync_depth_00115.png 518.8579 -/living_room_0022/rgb_00133.jpg /living_room_0022/sync_depth_00133.png 518.8579 -/furniture_store_0002a/rgb_00305.jpg /furniture_store_0002a/sync_depth_00305.png 518.8579 -/bedroom_0125b/rgb_00042.jpg /bedroom_0125b/sync_depth_00042.png 518.8579 -/bedroom_0104/rgb_00086.jpg /bedroom_0104/sync_depth_00086.png 518.8579 -/office_0004/rgb_00084.jpg /office_0004/sync_depth_00084.png 518.8579 -/living_room_0011/rgb_00038.jpg /living_room_0011/sync_depth_00038.png 518.8579 -/bookstore_0001e/rgb_00092.jpg /bookstore_0001e/sync_depth_00092.png 518.8579 -/dining_room_0010/rgb_00085.jpg /dining_room_0010/sync_depth_00085.png 518.8579 -/dining_room_0001b/rgb_00072.jpg /dining_room_0001b/sync_depth_00072.png 518.8579 -/living_room_0055/rgb_00114.jpg /living_room_0055/sync_depth_00114.png 518.8579 -/furniture_store_0001b/rgb_00000.jpg /furniture_store_0001b/sync_depth_00000.png 518.8579 -/office_0023/rgb_00032.jpg /office_0023/sync_depth_00032.png 518.8579 -/bookstore_0001i/rgb_00025.jpg /bookstore_0001i/sync_depth_00025.png 518.8579 -/bedroom_0026/rgb_00043.jpg /bedroom_0026/sync_depth_00043.png 518.8579 -/conference_room_0001/rgb_00139.jpg /conference_room_0001/sync_depth_00139.png 518.8579 -/study_room_0005b/rgb_00021.jpg /study_room_0005b/sync_depth_00021.png 518.8579 -/bedroom_0034/rgb_00007.jpg /bedroom_0034/sync_depth_00007.png 518.8579 -/bedroom_0021/rgb_00095.jpg /bedroom_0021/sync_depth_00095.png 518.8579 -/basement_0001a/rgb_00112.jpg /basement_0001a/sync_depth_00112.png 518.8579 -/bedroom_0063/rgb_00096.jpg /bedroom_0063/sync_depth_00096.png 518.8579 -/bedroom_0033/rgb_00061.jpg /bedroom_0033/sync_depth_00061.png 518.8579 -/bathroom_0028/rgb_00046.jpg /bathroom_0028/sync_depth_00046.png 518.8579 -/study_0004/rgb_00071.jpg /study_0004/sync_depth_00071.png 518.8579 -/bathroom_0011/rgb_00005.jpg /bathroom_0011/sync_depth_00005.png 518.8579 -/office_0006/rgb_00141.jpg /office_0006/sync_depth_00141.png 518.8579 -/bathroom_0014a/rgb_00075.jpg /bathroom_0014a/sync_depth_00075.png 518.8579 -/living_room_0022/rgb_00250.jpg /living_room_0022/sync_depth_00250.png 518.8579 -/kitchen_0043/rgb_00221.jpg /kitchen_0043/sync_depth_00221.png 518.8579 -/living_room_0019/rgb_00066.jpg /living_room_0019/sync_depth_00066.png 518.8579 -/kitchen_0050/rgb_00185.jpg /kitchen_0050/sync_depth_00185.png 518.8579 -/bedroom_0107/rgb_00035.jpg /bedroom_0107/sync_depth_00035.png 518.8579 -/kitchen_0031/rgb_00197.jpg /kitchen_0031/sync_depth_00197.png 518.8579 -/bedroom_0113/rgb_00079.jpg /bedroom_0113/sync_depth_00079.png 518.8579 -/bedroom_0010/rgb_00064.jpg /bedroom_0010/sync_depth_00064.png 518.8579 -/bedroom_0031/rgb_00030.jpg /bedroom_0031/sync_depth_00030.png 518.8579 -/living_room_0083/rgb_00062.jpg /living_room_0083/sync_depth_00062.png 518.8579 -/dining_room_0037/rgb_00022.jpg /dining_room_0037/sync_depth_00022.png 518.8579 -/office_0019/rgb_00045.jpg /office_0019/sync_depth_00045.png 518.8579 -/dining_room_0001b/rgb_00123.jpg /dining_room_0001b/sync_depth_00123.png 518.8579 -/bedroom_0062/rgb_00034.jpg /bedroom_0062/sync_depth_00034.png 518.8579 -/living_room_0022/rgb_00221.jpg /living_room_0022/sync_depth_00221.png 518.8579 -/kitchen_0049/rgb_00180.jpg /kitchen_0049/sync_depth_00180.png 518.8579 -/living_room_0010/rgb_00218.jpg /living_room_0010/sync_depth_00218.png 518.8579 -/bedroom_0060/rgb_00103.jpg /bedroom_0060/sync_depth_00103.png 518.8579 -/dining_room_0031/rgb_00086.jpg /dining_room_0031/sync_depth_00086.png 518.8579 -/furniture_store_0001d/rgb_00086.jpg /furniture_store_0001d/sync_depth_00086.png 518.8579 -/kitchen_0051/rgb_00090.jpg /kitchen_0051/sync_depth_00090.png 518.8579 -/living_room_0042a/rgb_00026.jpg /living_room_0042a/sync_depth_00026.png 518.8579 -/kitchen_0035b/rgb_00092.jpg /kitchen_0035b/sync_depth_00092.png 518.8579 -/furniture_store_0002d/rgb_00014.jpg /furniture_store_0002d/sync_depth_00014.png 518.8579 -/living_room_0058/rgb_00158.jpg /living_room_0058/sync_depth_00158.png 518.8579 -/classroom_0004/rgb_00089.jpg /classroom_0004/sync_depth_00089.png 518.8579 -/living_room_0046a/rgb_00036.jpg /living_room_0046a/sync_depth_00036.png 518.8579 -/bedroom_0040/rgb_00070.jpg /bedroom_0040/sync_depth_00070.png 518.8579 -/classroom_0004/rgb_00075.jpg /classroom_0004/sync_depth_00075.png 518.8579 -/bedroom_0104/rgb_00001.jpg /bedroom_0104/sync_depth_00001.png 518.8579 -/bedroom_0096/rgb_00020.jpg /bedroom_0096/sync_depth_00020.png 518.8579 -/bedroom_0017/rgb_00145.jpg /bedroom_0017/sync_depth_00145.png 518.8579 -/classroom_0004/rgb_00080.jpg /classroom_0004/sync_depth_00080.png 518.8579 -/living_room_0022/rgb_00419.jpg /living_room_0022/sync_depth_00419.png 518.8579 -/office_0004/rgb_00094.jpg /office_0004/sync_depth_00094.png 518.8579 -/bedroom_0067a/rgb_00030.jpg /bedroom_0067a/sync_depth_00030.png 518.8579 -/dining_room_0034/rgb_00178.jpg /dining_room_0034/sync_depth_00178.png 518.8579 -/kitchen_0035b/rgb_00282.jpg /kitchen_0035b/sync_depth_00282.png 518.8579 -/classroom_0011/rgb_00052.jpg /classroom_0011/sync_depth_00052.png 518.8579 -/dining_room_0028/rgb_00129.jpg /dining_room_0028/sync_depth_00129.png 518.8579 -/bedroom_0052/rgb_00126.jpg /bedroom_0052/sync_depth_00126.png 518.8579 -/bedroom_0016/rgb_00064.jpg /bedroom_0016/sync_depth_00064.png 518.8579 -/furniture_store_0001d/rgb_00226.jpg /furniture_store_0001d/sync_depth_00226.png 518.8579 -/nyu_office_0/rgb_00034.jpg /nyu_office_0/sync_depth_00034.png 518.8579 -/bedroom_0019/rgb_00101.jpg /bedroom_0019/sync_depth_00101.png 518.8579 -/living_room_0005/rgb_00102.jpg /living_room_0005/sync_depth_00102.png 518.8579 -/dining_room_0034/rgb_00183.jpg /dining_room_0034/sync_depth_00183.png 518.8579 -/living_room_0062/rgb_00083.jpg /living_room_0062/sync_depth_00083.png 518.8579 -/bathroom_0053/rgb_00012.jpg /bathroom_0053/sync_depth_00012.png 518.8579 -/living_room_0039/rgb_00029.jpg /living_room_0039/sync_depth_00029.png 518.8579 -/office_0026/rgb_00106.jpg /office_0026/sync_depth_00106.png 518.8579 -/bedroom_0053/rgb_00108.jpg /bedroom_0053/sync_depth_00108.png 518.8579 -/bedroom_0140/rgb_00133.jpg /bedroom_0140/sync_depth_00133.png 518.8579 -/bedroom_0060/rgb_00076.jpg /bedroom_0060/sync_depth_00076.png 518.8579 -/kitchen_0003/rgb_00153.jpg /kitchen_0003/sync_depth_00153.png 518.8579 -/bedroom_0076a/rgb_00120.jpg /bedroom_0076a/sync_depth_00120.png 518.8579 -/kitchen_0008/rgb_00012.jpg /kitchen_0008/sync_depth_00012.png 518.8579 -/kitchen_0037/rgb_00059.jpg /kitchen_0037/sync_depth_00059.png 518.8579 -/bedroom_0071/rgb_00079.jpg /bedroom_0071/sync_depth_00079.png 518.8579 -/kitchen_0029c/rgb_00032.jpg /kitchen_0029c/sync_depth_00032.png 518.8579 -/furniture_store_0002a/rgb_00004.jpg /furniture_store_0002a/sync_depth_00004.png 518.8579 -/bedroom_0072/rgb_00019.jpg /bedroom_0072/sync_depth_00019.png 518.8579 -/living_room_0042a/rgb_00012.jpg /living_room_0042a/sync_depth_00012.png 518.8579 -/bookstore_0001f/rgb_00096.jpg /bookstore_0001f/sync_depth_00096.png 518.8579 -/kitchen_0051/rgb_00229.jpg /kitchen_0051/sync_depth_00229.png 518.8579 -/bedroom_0019/rgb_00054.jpg /bedroom_0019/sync_depth_00054.png 518.8579 -/living_room_0069b/rgb_00016.jpg /living_room_0069b/sync_depth_00016.png 518.8579 -/home_office_0004/rgb_00043.jpg /home_office_0004/sync_depth_00043.png 518.8579 -/nyu_office_1/rgb_00042.jpg /nyu_office_1/sync_depth_00042.png 518.8579 -/bedroom_0062/rgb_00057.jpg /bedroom_0062/sync_depth_00057.png 518.8579 -/living_room_0011/rgb_00016.jpg /living_room_0011/sync_depth_00016.png 518.8579 -/kitchen_0059/rgb_00064.jpg /kitchen_0059/sync_depth_00064.png 518.8579 -/nyu_office_0/rgb_00158.jpg /nyu_office_0/sync_depth_00158.png 518.8579 -/playroom_0006/rgb_00064.jpg /playroom_0006/sync_depth_00064.png 518.8579 -/living_room_0038/rgb_00097.jpg /living_room_0038/sync_depth_00097.png 518.8579 -/study_0008/rgb_00051.jpg /study_0008/sync_depth_00051.png 518.8579 -/bedroom_0071/rgb_00116.jpg /bedroom_0071/sync_depth_00116.png 518.8579 -/bedroom_0106/rgb_00014.jpg /bedroom_0106/sync_depth_00014.png 518.8579 -/study_0003/rgb_00048.jpg /study_0003/sync_depth_00048.png 518.8579 -/bedroom_0100/rgb_00049.jpg /bedroom_0100/sync_depth_00049.png 518.8579 -/bedroom_0069/rgb_00025.jpg /bedroom_0069/sync_depth_00025.png 518.8579 -/dining_room_0008/rgb_00121.jpg /dining_room_0008/sync_depth_00121.png 518.8579 -/classroom_0006/rgb_00162.jpg /classroom_0006/sync_depth_00162.png 518.8579 -/study_0004/rgb_00065.jpg /study_0004/sync_depth_00065.png 518.8579 -/reception_room_0004/rgb_00052.jpg /reception_room_0004/sync_depth_00052.png 518.8579 -/bedroom_0016/rgb_00001.jpg /bedroom_0016/sync_depth_00001.png 518.8579 -/bedroom_0051/rgb_00209.jpg /bedroom_0051/sync_depth_00209.png 518.8579 -/bedroom_0106/rgb_00106.jpg /bedroom_0106/sync_depth_00106.png 518.8579 -/kitchen_0008/rgb_00004.jpg /kitchen_0008/sync_depth_00004.png 518.8579 -/bedroom_0113/rgb_00044.jpg /bedroom_0113/sync_depth_00044.png 518.8579 -/bathroom_0014a/rgb_00046.jpg /bathroom_0014a/sync_depth_00046.png 518.8579 -/bedroom_0078/rgb_00129.jpg /bedroom_0078/sync_depth_00129.png 518.8579 -/living_room_0019/rgb_00096.jpg /living_room_0019/sync_depth_00096.png 518.8579 -/kitchen_0035a/rgb_00038.jpg /kitchen_0035a/sync_depth_00038.png 518.8579 -/bedroom_0021/rgb_00004.jpg /bedroom_0021/sync_depth_00004.png 518.8579 -/bedroom_0126/rgb_00000.jpg /bedroom_0126/sync_depth_00000.png 518.8579 -/kitchen_0060/rgb_00082.jpg /kitchen_0060/sync_depth_00082.png 518.8579 -/kitchen_0035b/rgb_00300.jpg /kitchen_0035b/sync_depth_00300.png 518.8579 -/reception_room_0002/rgb_00046.jpg /reception_room_0002/sync_depth_00046.png 518.8579 -/bookstore_0001g/rgb_00124.jpg /bookstore_0001g/sync_depth_00124.png 518.8579 -/living_room_0018/rgb_00159.jpg /living_room_0018/sync_depth_00159.png 518.8579 -/bedroom_0125b/rgb_00076.jpg /bedroom_0125b/sync_depth_00076.png 518.8579 -/kitchen_0033/rgb_00071.jpg /kitchen_0033/sync_depth_00071.png 518.8579 -/kitchen_0028a/rgb_00043.jpg /kitchen_0028a/sync_depth_00043.png 518.8579 -/living_room_0068/rgb_00069.jpg /living_room_0068/sync_depth_00069.png 518.8579 -/bedroom_0033/rgb_00108.jpg /bedroom_0033/sync_depth_00108.png 518.8579 -/dining_room_0012/rgb_00171.jpg /dining_room_0012/sync_depth_00171.png 518.8579 -/living_room_0050/rgb_00139.jpg /living_room_0050/sync_depth_00139.png 518.8579 -/bedroom_0078/rgb_00055.jpg /bedroom_0078/sync_depth_00055.png 518.8579 -/kitchen_0029b/rgb_00029.jpg /kitchen_0029b/sync_depth_00029.png 518.8579 -/living_room_0063/rgb_00021.jpg /living_room_0063/sync_depth_00021.png 518.8579 -/dining_room_0012/rgb_00211.jpg /dining_room_0012/sync_depth_00211.png 518.8579 -/playroom_0002/rgb_00101.jpg /playroom_0002/sync_depth_00101.png 518.8579 -/living_room_0020/rgb_00089.jpg /living_room_0020/sync_depth_00089.png 518.8579 -/bedroom_0072/rgb_00003.jpg /bedroom_0072/sync_depth_00003.png 518.8579 -/dining_room_0037/rgb_00058.jpg /dining_room_0037/sync_depth_00058.png 518.8579 -/living_room_0038/rgb_00117.jpg /living_room_0038/sync_depth_00117.png 518.8579 -/bedroom_0076a/rgb_00149.jpg /bedroom_0076a/sync_depth_00149.png 518.8579 -/kitchen_0051/rgb_00230.jpg /kitchen_0051/sync_depth_00230.png 518.8579 -/dining_room_0012/rgb_00059.jpg /dining_room_0012/sync_depth_00059.png 518.8579 -/living_room_0078/rgb_00145.jpg /living_room_0078/sync_depth_00145.png 518.8579 -/bathroom_0028/rgb_00069.jpg /bathroom_0028/sync_depth_00069.png 518.8579 -/home_storage_0001/rgb_00053.jpg /home_storage_0001/sync_depth_00053.png 518.8579 -/dining_room_0007/rgb_00050.jpg /dining_room_0007/sync_depth_00050.png 518.8579 -/furniture_store_0002b/rgb_00126.jpg /furniture_store_0002b/sync_depth_00126.png 518.8579 -/classroom_0010/rgb_00039.jpg /classroom_0010/sync_depth_00039.png 518.8579 -/dining_room_0012/rgb_00069.jpg /dining_room_0012/sync_depth_00069.png 518.8579 -/bedroom_0062/rgb_00088.jpg /bedroom_0062/sync_depth_00088.png 518.8579 -/living_room_0022/rgb_00065.jpg /living_room_0022/sync_depth_00065.png 518.8579 -/kitchen_0053/rgb_00243.jpg /kitchen_0053/sync_depth_00243.png 518.8579 -/playroom_0002/rgb_00095.jpg /playroom_0002/sync_depth_00095.png 518.8579 -/playroom_0002/rgb_00105.jpg /playroom_0002/sync_depth_00105.png 518.8579 -/home_office_0011/rgb_00051.jpg /home_office_0011/sync_depth_00051.png 518.8579 -/excercise_room_0001/rgb_00012.jpg /excercise_room_0001/sync_depth_00012.png 518.8579 -/office_0006/rgb_00134.jpg /office_0006/sync_depth_00134.png 518.8579 -/cafe_0001b/rgb_00043.jpg /cafe_0001b/sync_depth_00043.png 518.8579 -/living_room_0058/rgb_00231.jpg /living_room_0058/sync_depth_00231.png 518.8579 -/bathroom_0048/rgb_00068.jpg /bathroom_0048/sync_depth_00068.png 518.8579 -/kitchen_0037/rgb_00074.jpg /kitchen_0037/sync_depth_00074.png 518.8579 -/living_room_0019/rgb_00181.jpg /living_room_0019/sync_depth_00181.png 518.8579 -/home_office_0007/rgb_00060.jpg /home_office_0007/sync_depth_00060.png 518.8579 -/dining_room_0031/rgb_00042.jpg /dining_room_0031/sync_depth_00042.png 518.8579 -/living_room_0055/rgb_00030.jpg /living_room_0055/sync_depth_00030.png 518.8579 -/living_room_0033/rgb_00013.jpg /living_room_0033/sync_depth_00013.png 518.8579 -/kitchen_0045a/rgb_00127.jpg /kitchen_0045a/sync_depth_00127.png 518.8579 -/bookstore_0001e/rgb_00061.jpg /bookstore_0001e/sync_depth_00061.png 518.8579 -/home_office_0013/rgb_00076.jpg /home_office_0013/sync_depth_00076.png 518.8579 -/excercise_room_0001/rgb_00016.jpg /excercise_room_0001/sync_depth_00016.png 518.8579 -/bedroom_0107/rgb_00029.jpg /bedroom_0107/sync_depth_00029.png 518.8579 -/kitchen_0045a/rgb_00035.jpg /kitchen_0045a/sync_depth_00035.png 518.8579 -/classroom_0006/rgb_00089.jpg /classroom_0006/sync_depth_00089.png 518.8579 -/bedroom_0053/rgb_00037.jpg /bedroom_0053/sync_depth_00037.png 518.8579 -/kitchen_0048/rgb_00068.jpg /kitchen_0048/sync_depth_00068.png 518.8579 -/bedroom_0004/rgb_00124.jpg /bedroom_0004/sync_depth_00124.png 518.8579 -/bathroom_0024/rgb_00014.jpg /bathroom_0024/sync_depth_00014.png 518.8579 -/kitchen_0011b/rgb_00031.jpg /kitchen_0011b/sync_depth_00031.png 518.8579 -/dining_room_0023/rgb_00135.jpg /dining_room_0023/sync_depth_00135.png 518.8579 -/dining_room_0024/rgb_00082.jpg /dining_room_0024/sync_depth_00082.png 518.8579 -/bathroom_0039/rgb_00041.jpg /bathroom_0039/sync_depth_00041.png 518.8579 -/living_room_0071/rgb_00028.jpg /living_room_0071/sync_depth_00028.png 518.8579 -/furniture_store_0002b/rgb_00074.jpg /furniture_store_0002b/sync_depth_00074.png 518.8579 -/nyu_office_0/rgb_00065.jpg /nyu_office_0/sync_depth_00065.png 518.8579 -/dining_room_0029/rgb_00101.jpg /dining_room_0029/sync_depth_00101.png 518.8579 -/bathroom_0030/rgb_00011.jpg /bathroom_0030/sync_depth_00011.png 518.8579 -/bedroom_0017/rgb_00071.jpg /bedroom_0017/sync_depth_00071.png 518.8579 -/bedroom_0017/rgb_00132.jpg /bedroom_0017/sync_depth_00132.png 518.8579 -/kitchen_0047/rgb_00153.jpg /kitchen_0047/sync_depth_00153.png 518.8579 -/living_room_0040/rgb_00007.jpg /living_room_0040/sync_depth_00007.png 518.8579 -/office_0012/rgb_00080.jpg /office_0012/sync_depth_00080.png 518.8579 -/bedroom_0118/rgb_00019.jpg /bedroom_0118/sync_depth_00019.png 518.8579 -/bedroom_0086/rgb_00025.jpg /bedroom_0086/sync_depth_00025.png 518.8579 -/kitchen_0041/rgb_00031.jpg /kitchen_0041/sync_depth_00031.png 518.8579 -/playroom_0003/rgb_00163.jpg /playroom_0003/sync_depth_00163.png 518.8579 -/bathroom_0033/rgb_00030.jpg /bathroom_0033/sync_depth_00030.png 518.8579 -/living_room_0038/rgb_00005.jpg /living_room_0038/sync_depth_00005.png 518.8579 -/bedroom_0019/rgb_00117.jpg /bedroom_0019/sync_depth_00117.png 518.8579 -/reception_room_0001b/rgb_00051.jpg /reception_room_0001b/sync_depth_00051.png 518.8579 -/office_0026/rgb_00029.jpg /office_0026/sync_depth_00029.png 518.8579 -/living_room_0038/rgb_00053.jpg /living_room_0038/sync_depth_00053.png 518.8579 -/furniture_store_0001e/rgb_00088.jpg /furniture_store_0001e/sync_depth_00088.png 518.8579 -/classroom_0003/rgb_00030.jpg /classroom_0003/sync_depth_00030.png 518.8579 -/dining_room_0014/rgb_00014.jpg /dining_room_0014/sync_depth_00014.png 518.8579 -/kitchen_0051/rgb_00315.jpg /kitchen_0051/sync_depth_00315.png 518.8579 -/bookstore_0001f/rgb_00153.jpg /bookstore_0001f/sync_depth_00153.png 518.8579 -/bookstore_0001g/rgb_00003.jpg /bookstore_0001g/sync_depth_00003.png 518.8579 -/furniture_store_0002b/rgb_00119.jpg /furniture_store_0002b/sync_depth_00119.png 518.8579 -/bedroom_0079/rgb_00003.jpg /bedroom_0079/sync_depth_00003.png 518.8579 -/bedroom_0079/rgb_00048.jpg /bedroom_0079/sync_depth_00048.png 518.8579 -/living_room_0004/rgb_00099.jpg /living_room_0004/sync_depth_00099.png 518.8579 -/student_lounge_0001/rgb_00111.jpg /student_lounge_0001/sync_depth_00111.png 518.8579 -/student_lounge_0001/rgb_00207.jpg /student_lounge_0001/sync_depth_00207.png 518.8579 -/dining_room_0015/rgb_00180.jpg /dining_room_0015/sync_depth_00180.png 518.8579 -/classroom_0018/rgb_00013.jpg /classroom_0018/sync_depth_00013.png 518.8579 -/bookstore_0001d/rgb_00068.jpg /bookstore_0001d/sync_depth_00068.png 518.8579 -/living_room_0063/rgb_00129.jpg /living_room_0063/sync_depth_00129.png 518.8579 -/home_office_0011/rgb_00062.jpg /home_office_0011/sync_depth_00062.png 518.8579 -/bedroom_0051/rgb_00032.jpg /bedroom_0051/sync_depth_00032.png 518.8579 -/kitchen_0010/rgb_00016.jpg /kitchen_0010/sync_depth_00016.png 518.8579 -/living_room_0040/rgb_00062.jpg /living_room_0040/sync_depth_00062.png 518.8579 -/bedroom_0004/rgb_00051.jpg /bedroom_0004/sync_depth_00051.png 518.8579 -/bedroom_0136/rgb_00086.jpg /bedroom_0136/sync_depth_00086.png 518.8579 -/study_0005/rgb_00006.jpg /study_0005/sync_depth_00006.png 518.8579 -/study_0006/rgb_00011.jpg /study_0006/sync_depth_00011.png 518.8579 -/bedroom_0021/rgb_00031.jpg /bedroom_0021/sync_depth_00031.png 518.8579 -/kitchen_0011b/rgb_00015.jpg /kitchen_0011b/sync_depth_00015.png 518.8579 -/bookstore_0001f/rgb_00162.jpg /bookstore_0001f/sync_depth_00162.png 518.8579 -/kitchen_0049/rgb_00227.jpg /kitchen_0049/sync_depth_00227.png 518.8579 -/kitchen_0035b/rgb_00187.jpg /kitchen_0035b/sync_depth_00187.png 518.8579 -/dining_room_0012/rgb_00176.jpg /dining_room_0012/sync_depth_00176.png 518.8579 -/kitchen_0028a/rgb_00089.jpg /kitchen_0028a/sync_depth_00089.png 518.8579 -/bedroom_0081/rgb_00040.jpg /bedroom_0081/sync_depth_00040.png 518.8579 -/bedroom_0016/rgb_00190.jpg /bedroom_0016/sync_depth_00190.png 518.8579 -/living_room_0022/rgb_00211.jpg /living_room_0022/sync_depth_00211.png 518.8579 -/bedroom_0062/rgb_00003.jpg /bedroom_0062/sync_depth_00003.png 518.8579 -/study_room_0004/rgb_00138.jpg /study_room_0004/sync_depth_00138.png 518.8579 -/living_room_0055/rgb_00130.jpg /living_room_0055/sync_depth_00130.png 518.8579 -/cafe_0001b/rgb_00038.jpg /cafe_0001b/sync_depth_00038.png 518.8579 -/dining_room_0010/rgb_00057.jpg /dining_room_0010/sync_depth_00057.png 518.8579 -/office_kitchen_0003/rgb_00090.jpg /office_kitchen_0003/sync_depth_00090.png 518.8579 -/home_office_0004/rgb_00030.jpg /home_office_0004/sync_depth_00030.png 518.8579 -/bedroom_0047/rgb_00060.jpg /bedroom_0047/sync_depth_00060.png 518.8579 -/classroom_0016/rgb_00079.jpg /classroom_0016/sync_depth_00079.png 518.8579 -/kitchen_0017/rgb_00055.jpg /kitchen_0017/sync_depth_00055.png 518.8579 -/living_room_0022/rgb_00440.jpg /living_room_0022/sync_depth_00440.png 518.8579 -/bedroom_0053/rgb_00079.jpg /bedroom_0053/sync_depth_00079.png 518.8579 -/bookstore_0001f/rgb_00278.jpg /bookstore_0001f/sync_depth_00278.png 518.8579 -/bedroom_0071/rgb_00047.jpg /bedroom_0071/sync_depth_00047.png 518.8579 -/bedroom_0025/rgb_00049.jpg /bedroom_0025/sync_depth_00049.png 518.8579 -/bedroom_0074/rgb_00044.jpg /bedroom_0074/sync_depth_00044.png 518.8579 -/dining_room_0019/rgb_00100.jpg /dining_room_0019/sync_depth_00100.png 518.8579 -/kitchen_0060/rgb_00161.jpg /kitchen_0060/sync_depth_00161.png 518.8579 -/living_room_0055/rgb_00123.jpg /living_room_0055/sync_depth_00123.png 518.8579 -/living_room_0011/rgb_00009.jpg /living_room_0011/sync_depth_00009.png 518.8579 -/kitchen_0043/rgb_00027.jpg /kitchen_0043/sync_depth_00027.png 518.8579 -/classroom_0016/rgb_00041.jpg /classroom_0016/sync_depth_00041.png 518.8579 -/dining_room_0029/rgb_00007.jpg /dining_room_0029/sync_depth_00007.png 518.8579 -/bookstore_0001d/rgb_00097.jpg /bookstore_0001d/sync_depth_00097.png 518.8579 -/living_room_0040/rgb_00030.jpg /living_room_0040/sync_depth_00030.png 518.8579 -/nyu_office_0/rgb_00117.jpg /nyu_office_0/sync_depth_00117.png 518.8579 -/dining_room_0034/rgb_00018.jpg /dining_room_0034/sync_depth_00018.png 518.8579 -/bathroom_0007/rgb_00079.jpg /bathroom_0007/sync_depth_00079.png 518.8579 -/dining_room_0024/rgb_00170.jpg /dining_room_0024/sync_depth_00170.png 518.8579 -/playroom_0002/rgb_00041.jpg /playroom_0002/sync_depth_00041.png 518.8579 -/reception_room_0004/rgb_00031.jpg /reception_room_0004/sync_depth_00031.png 518.8579 -/dining_room_0031/rgb_00130.jpg /dining_room_0031/sync_depth_00130.png 518.8579 -/office_0026/rgb_00097.jpg /office_0026/sync_depth_00097.png 518.8579 -/study_room_0005a/rgb_00036.jpg /study_room_0005a/sync_depth_00036.png 518.8579 -/bathroom_0024/rgb_00016.jpg /bathroom_0024/sync_depth_00016.png 518.8579 -/bedroom_0060/rgb_00000.jpg /bedroom_0060/sync_depth_00000.png 518.8579 -/bedroom_0034/rgb_00110.jpg /bedroom_0034/sync_depth_00110.png 518.8579 -/bedroom_0113/rgb_00093.jpg /bedroom_0113/sync_depth_00093.png 518.8579 -/living_room_0012/rgb_00180.jpg /living_room_0012/sync_depth_00180.png 518.8579 -/kitchen_0011a/rgb_00122.jpg /kitchen_0011a/sync_depth_00122.png 518.8579 -/living_room_0019/rgb_00029.jpg /living_room_0019/sync_depth_00029.png 518.8579 -/living_room_0020/rgb_00148.jpg /living_room_0020/sync_depth_00148.png 518.8579 -/living_room_0055/rgb_00026.jpg /living_room_0055/sync_depth_00026.png 518.8579 -/bedroom_0096/rgb_00084.jpg /bedroom_0096/sync_depth_00084.png 518.8579 -/bedroom_0025/rgb_00023.jpg /bedroom_0025/sync_depth_00023.png 518.8579 -/bathroom_0013/rgb_00034.jpg /bathroom_0013/sync_depth_00034.png 518.8579 -/living_room_0055/rgb_00062.jpg /living_room_0055/sync_depth_00062.png 518.8579 -/kitchen_0008/rgb_00049.jpg /kitchen_0008/sync_depth_00049.png 518.8579 -/classroom_0006/rgb_00116.jpg /classroom_0006/sync_depth_00116.png 518.8579 -/living_room_0011/rgb_00006.jpg /living_room_0011/sync_depth_00006.png 518.8579 -/study_room_0004/rgb_00104.jpg /study_room_0004/sync_depth_00104.png 518.8579 -/bedroom_0004/rgb_00102.jpg /bedroom_0004/sync_depth_00102.png 518.8579 -/furniture_store_0002a/rgb_00386.jpg /furniture_store_0002a/sync_depth_00386.png 518.8579 -/living_room_0019/rgb_00115.jpg /living_room_0019/sync_depth_00115.png 518.8579 -/furniture_store_0001e/rgb_00000.jpg /furniture_store_0001e/sync_depth_00000.png 518.8579 -/bedroom_0063/rgb_00088.jpg /bedroom_0063/sync_depth_00088.png 518.8579 -/bedroom_0071/rgb_00087.jpg /bedroom_0071/sync_depth_00087.png 518.8579 -/classroom_0016/rgb_00064.jpg /classroom_0016/sync_depth_00064.png 518.8579 -/bedroom_0104/rgb_00094.jpg /bedroom_0104/sync_depth_00094.png 518.8579 -/dining_room_0012/rgb_00002.jpg /dining_room_0012/sync_depth_00002.png 518.8579 -/home_office_0006/rgb_00116.jpg /home_office_0006/sync_depth_00116.png 518.8579 -/living_room_0029/rgb_00009.jpg /living_room_0029/sync_depth_00009.png 518.8579 -/reception_room_0001a/rgb_00055.jpg /reception_room_0001a/sync_depth_00055.png 518.8579 -/kitchen_0011b/rgb_00023.jpg /kitchen_0011b/sync_depth_00023.png 518.8579 -/basement_0001a/rgb_00158.jpg /basement_0001a/sync_depth_00158.png 518.8579 -/office_0025/rgb_00028.jpg /office_0025/sync_depth_00028.png 518.8579 -/reception_room_0001a/rgb_00059.jpg /reception_room_0001a/sync_depth_00059.png 518.8579 -/bedroom_0125b/rgb_00058.jpg /bedroom_0125b/sync_depth_00058.png 518.8579 -/living_room_0022/rgb_00333.jpg /living_room_0022/sync_depth_00333.png 518.8579 -/bedroom_0015/rgb_00027.jpg /bedroom_0015/sync_depth_00027.png 518.8579 -/kitchen_0035b/rgb_00117.jpg /kitchen_0035b/sync_depth_00117.png 518.8579 -/bookstore_0001h/rgb_00042.jpg /bookstore_0001h/sync_depth_00042.png 518.8579 -/conference_room_0001/rgb_00151.jpg /conference_room_0001/sync_depth_00151.png 518.8579 -/kitchen_0031/rgb_00152.jpg /kitchen_0031/sync_depth_00152.png 518.8579 -/living_room_0019/rgb_00190.jpg /living_room_0019/sync_depth_00190.png 518.8579 -/dining_room_0008/rgb_00054.jpg /dining_room_0008/sync_depth_00054.png 518.8579 -/kitchen_0043/rgb_00025.jpg /kitchen_0043/sync_depth_00025.png 518.8579 -/home_storage_0001/rgb_00113.jpg /home_storage_0001/sync_depth_00113.png 518.8579 -/home_office_0006/rgb_00059.jpg /home_office_0006/sync_depth_00059.png 518.8579 -/playroom_0006/rgb_00105.jpg /playroom_0006/sync_depth_00105.png 518.8579 -/dining_room_0012/rgb_00092.jpg /dining_room_0012/sync_depth_00092.png 518.8579 -/home_office_0006/rgb_00004.jpg /home_office_0006/sync_depth_00004.png 518.8579 -/bedroom_0071/rgb_00163.jpg /bedroom_0071/sync_depth_00163.png 518.8579 -/bedroom_0080/rgb_00010.jpg /bedroom_0080/sync_depth_00010.png 518.8579 -/living_room_0011/rgb_00003.jpg /living_room_0011/sync_depth_00003.png 518.8579 -/cafe_0001c/rgb_00081.jpg /cafe_0001c/sync_depth_00081.png 518.8579 -/dining_room_0031/rgb_00366.jpg /dining_room_0031/sync_depth_00366.png 518.8579 -/dining_room_0023/rgb_00110.jpg /dining_room_0023/sync_depth_00110.png 518.8579 -/living_room_0004/rgb_00179.jpg /living_room_0004/sync_depth_00179.png 518.8579 -/office_0003/rgb_00031.jpg /office_0003/sync_depth_00031.png 518.8579 -/office_kitchen_0001b/rgb_00055.jpg /office_kitchen_0001b/sync_depth_00055.png 518.8579 -/bookstore_0001d/rgb_00064.jpg /bookstore_0001d/sync_depth_00064.png 518.8579 -/bookstore_0001g/rgb_00179.jpg /bookstore_0001g/sync_depth_00179.png 518.8579 -/bedroom_0104/rgb_00100.jpg /bedroom_0104/sync_depth_00100.png 518.8579 -/furniture_store_0001d/rgb_00120.jpg /furniture_store_0001d/sync_depth_00120.png 518.8579 -/classroom_0006/rgb_00005.jpg /classroom_0006/sync_depth_00005.png 518.8579 -/bookstore_0001f/rgb_00091.jpg /bookstore_0001f/sync_depth_00091.png 518.8579 -/bedroom_0140/rgb_00111.jpg /bedroom_0140/sync_depth_00111.png 518.8579 -/classroom_0005/rgb_00028.jpg /classroom_0005/sync_depth_00028.png 518.8579 -/dining_room_0010/rgb_00035.jpg /dining_room_0010/sync_depth_00035.png 518.8579 -/living_room_0029/rgb_00122.jpg /living_room_0029/sync_depth_00122.png 518.8579 -/bedroom_0076a/rgb_00094.jpg /bedroom_0076a/sync_depth_00094.png 518.8579 -/dining_room_0019/rgb_00007.jpg /dining_room_0019/sync_depth_00007.png 518.8579 -/home_office_0004/rgb_00163.jpg /home_office_0004/sync_depth_00163.png 518.8579 -/bedroom_0028/rgb_00003.jpg /bedroom_0028/sync_depth_00003.png 518.8579 -/kitchen_0003/rgb_00163.jpg /kitchen_0003/sync_depth_00163.png 518.8579 -/living_room_0085/rgb_00052.jpg /living_room_0085/sync_depth_00052.png 518.8579 -/bedroom_0107/rgb_00019.jpg /bedroom_0107/sync_depth_00019.png 518.8579 -/playroom_0006/rgb_00034.jpg /playroom_0006/sync_depth_00034.png 518.8579 -/dining_room_0010/rgb_00107.jpg /dining_room_0010/sync_depth_00107.png 518.8579 -/living_room_0050/rgb_00249.jpg /living_room_0050/sync_depth_00249.png 518.8579 -/living_room_0067/rgb_00073.jpg /living_room_0067/sync_depth_00073.png 518.8579 -/kitchen_0047/rgb_00104.jpg /kitchen_0047/sync_depth_00104.png 518.8579 -/kitchen_0011a/rgb_00008.jpg /kitchen_0011a/sync_depth_00008.png 518.8579 -/living_room_0062/rgb_00068.jpg /living_room_0062/sync_depth_00068.png 518.8579 -/bedroom_0015/rgb_00032.jpg /bedroom_0015/sync_depth_00032.png 518.8579 -/bedroom_0136/rgb_00103.jpg /bedroom_0136/sync_depth_00103.png 518.8579 -/bathroom_0039/rgb_00054.jpg /bathroom_0039/sync_depth_00054.png 518.8579 -/office_kitchen_0001a/rgb_00084.jpg /office_kitchen_0001a/sync_depth_00084.png 518.8579 -/bathroom_0007/rgb_00105.jpg /bathroom_0007/sync_depth_00105.png 518.8579 -/furniture_store_0002a/rgb_00289.jpg /furniture_store_0002a/sync_depth_00289.png 518.8579 -/bedroom_0136/rgb_00155.jpg /bedroom_0136/sync_depth_00155.png 518.8579 -/living_room_0037/rgb_00033.jpg /living_room_0037/sync_depth_00033.png 518.8579 -/living_room_0082/rgb_00039.jpg /living_room_0082/sync_depth_00039.png 518.8579 -/office_0012/rgb_00103.jpg /office_0012/sync_depth_00103.png 518.8579 -/living_room_0086b/rgb_00014.jpg /living_room_0086b/sync_depth_00014.png 518.8579 -/office_kitchen_0001a/rgb_00031.jpg /office_kitchen_0001a/sync_depth_00031.png 518.8579 -/bedroom_0052/rgb_00017.jpg /bedroom_0052/sync_depth_00017.png 518.8579 -/bookstore_0001e/rgb_00015.jpg /bookstore_0001e/sync_depth_00015.png 518.8579 -/bedroom_0056a/rgb_00045.jpg /bedroom_0056a/sync_depth_00045.png 518.8579 -/bedroom_0140/rgb_00145.jpg /bedroom_0140/sync_depth_00145.png 518.8579 -/dining_room_0037/rgb_00059.jpg /dining_room_0037/sync_depth_00059.png 518.8579 -/bathroom_0006/rgb_00017.jpg /bathroom_0006/sync_depth_00017.png 518.8579 -/bathroom_0019/rgb_00019.jpg /bathroom_0019/sync_depth_00019.png 518.8579 -/bedroom_0057/rgb_00034.jpg /bedroom_0057/sync_depth_00034.png 518.8579 -/office_0024/rgb_00046.jpg /office_0024/sync_depth_00046.png 518.8579 -/office_0009/rgb_00032.jpg /office_0009/sync_depth_00032.png 518.8579 -/bedroom_0025/rgb_00122.jpg /bedroom_0025/sync_depth_00122.png 518.8579 -/living_room_0050/rgb_00025.jpg /living_room_0050/sync_depth_00025.png 518.8579 -/bedroom_0004/rgb_00187.jpg /bedroom_0004/sync_depth_00187.png 518.8579 -/bedroom_0125b/rgb_00046.jpg /bedroom_0125b/sync_depth_00046.png 518.8579 -/bedroom_0056b/rgb_00039.jpg /bedroom_0056b/sync_depth_00039.png 518.8579 -/dining_room_0010/rgb_00069.jpg /dining_room_0010/sync_depth_00069.png 518.8579 -/bedroom_0076a/rgb_00182.jpg /bedroom_0076a/sync_depth_00182.png 518.8579 -/bookstore_0001j/rgb_00002.jpg /bookstore_0001j/sync_depth_00002.png 518.8579 -/bedroom_0051/rgb_00073.jpg /bedroom_0051/sync_depth_00073.png 518.8579 -/living_room_0039/rgb_00140.jpg /living_room_0039/sync_depth_00140.png 518.8579 -/office_0011/rgb_00015.jpg /office_0011/sync_depth_00015.png 518.8579 -/kitchen_0043/rgb_00199.jpg /kitchen_0043/sync_depth_00199.png 518.8579 -/dining_room_0012/rgb_00151.jpg /dining_room_0012/sync_depth_00151.png 518.8579 -/bathroom_0028/rgb_00078.jpg /bathroom_0028/sync_depth_00078.png 518.8579 -/kitchen_0050/rgb_00132.jpg /kitchen_0050/sync_depth_00132.png 518.8579 -/living_room_0068/rgb_00015.jpg /living_room_0068/sync_depth_00015.png 518.8579 -/kitchen_0003/rgb_00119.jpg /kitchen_0003/sync_depth_00119.png 518.8579 -/kitchen_0029c/rgb_00034.jpg /kitchen_0029c/sync_depth_00034.png 518.8579 -/study_0003/rgb_00038.jpg /study_0003/sync_depth_00038.png 518.8579 -/office_0025/rgb_00002.jpg /office_0025/sync_depth_00002.png 518.8579 -/living_room_0022/rgb_00260.jpg /living_room_0022/sync_depth_00260.png 518.8579 -/bathroom_0007/rgb_00000.jpg /bathroom_0007/sync_depth_00000.png 518.8579 -/classroom_0006/rgb_00096.jpg /classroom_0006/sync_depth_00096.png 518.8579 -/living_room_0086a/rgb_00060.jpg /living_room_0086a/sync_depth_00060.png 518.8579 -/dining_room_0031/rgb_00251.jpg /dining_room_0031/sync_depth_00251.png 518.8579 -/living_room_0062/rgb_00180.jpg /living_room_0062/sync_depth_00180.png 518.8579 -/bedroom_0136/rgb_00005.jpg /bedroom_0136/sync_depth_00005.png 518.8579 -/kitchen_0003/rgb_00089.jpg /kitchen_0003/sync_depth_00089.png 518.8579 -/student_lounge_0001/rgb_00148.jpg /student_lounge_0001/sync_depth_00148.png 518.8579 -/living_room_0058/rgb_00071.jpg /living_room_0058/sync_depth_00071.png 518.8579 -/classroom_0003/rgb_00077.jpg /classroom_0003/sync_depth_00077.png 518.8579 -/furniture_store_0002a/rgb_00195.jpg /furniture_store_0002a/sync_depth_00195.png 518.8579 -/classroom_0006/rgb_00090.jpg /classroom_0006/sync_depth_00090.png 518.8579 -/living_room_0069b/rgb_00075.jpg /living_room_0069b/sync_depth_00075.png 518.8579 -/computer_lab_0002/rgb_00030.jpg /computer_lab_0002/sync_depth_00030.png 518.8579 -/furniture_store_0002b/rgb_00000.jpg /furniture_store_0002b/sync_depth_00000.png 518.8579 -/computer_lab_0002/rgb_00010.jpg /computer_lab_0002/sync_depth_00010.png 518.8579 -/bedroom_0014/rgb_00050.jpg /bedroom_0014/sync_depth_00050.png 518.8579 -/home_storage_0001/rgb_00144.jpg /home_storage_0001/sync_depth_00144.png 518.8579 -/dining_room_0014/rgb_00084.jpg /dining_room_0014/sync_depth_00084.png 518.8579 -/dining_room_0004/rgb_00050.jpg /dining_room_0004/sync_depth_00050.png 518.8579 -/study_room_0004/rgb_00028.jpg /study_room_0004/sync_depth_00028.png 518.8579 -/kitchen_0029c/rgb_00054.jpg /kitchen_0029c/sync_depth_00054.png 518.8579 -/bathroom_0048/rgb_00033.jpg /bathroom_0048/sync_depth_00033.png 518.8579 -/dining_room_0007/rgb_00127.jpg /dining_room_0007/sync_depth_00127.png 518.8579 -/living_room_0083/rgb_00014.jpg /living_room_0083/sync_depth_00014.png 518.8579 -/classroom_0003/rgb_00086.jpg /classroom_0003/sync_depth_00086.png 518.8579 -/bedroom_0129/rgb_00067.jpg /bedroom_0129/sync_depth_00067.png 518.8579 -/living_room_0004/rgb_00015.jpg /living_room_0004/sync_depth_00015.png 518.8579 -/living_room_0067/rgb_00036.jpg /living_room_0067/sync_depth_00036.png 518.8579 -/computer_lab_0002/rgb_00042.jpg /computer_lab_0002/sync_depth_00042.png 518.8579 -/bedroom_0076a/rgb_00268.jpg /bedroom_0076a/sync_depth_00268.png 518.8579 -/bedroom_0034/rgb_00036.jpg /bedroom_0034/sync_depth_00036.png 518.8579 -/study_0008/rgb_00054.jpg /study_0008/sync_depth_00054.png 518.8579 -/basement_0001a/rgb_00057.jpg /basement_0001a/sync_depth_00057.png 518.8579 -/kitchen_0051/rgb_00239.jpg /kitchen_0051/sync_depth_00239.png 518.8579 -/classroom_0011/rgb_00031.jpg /classroom_0011/sync_depth_00031.png 518.8579 -/kitchen_0051/rgb_00062.jpg /kitchen_0051/sync_depth_00062.png 518.8579 -/kitchen_0029c/rgb_00099.jpg /kitchen_0029c/sync_depth_00099.png 518.8579 -/office_0006/rgb_00035.jpg /office_0006/sync_depth_00035.png 518.8579 -/playroom_0002/rgb_00057.jpg /playroom_0002/sync_depth_00057.png 518.8579 -/kitchen_0047/rgb_00145.jpg /kitchen_0047/sync_depth_00145.png 518.8579 -/furniture_store_0002d/rgb_00012.jpg /furniture_store_0002d/sync_depth_00012.png 518.8579 -/furniture_store_0002b/rgb_00146.jpg /furniture_store_0002b/sync_depth_00146.png 518.8579 -/living_room_0086a/rgb_00049.jpg /living_room_0086a/sync_depth_00049.png 518.8579 -/bedroom_0010/rgb_00068.jpg /bedroom_0010/sync_depth_00068.png 518.8579 -/living_room_0020/rgb_00135.jpg /living_room_0020/sync_depth_00135.png 518.8579 -/kitchen_0031/rgb_00093.jpg /kitchen_0031/sync_depth_00093.png 518.8579 -/playroom_0003/rgb_00089.jpg /playroom_0003/sync_depth_00089.png 518.8579 -/classroom_0003/rgb_00006.jpg /classroom_0003/sync_depth_00006.png 518.8579 -/kitchen_0028a/rgb_00187.jpg /kitchen_0028a/sync_depth_00187.png 518.8579 -/kitchen_0028b/rgb_00001.jpg /kitchen_0028b/sync_depth_00001.png 518.8579 -/dining_room_0013/rgb_00084.jpg /dining_room_0013/sync_depth_00084.png 518.8579 -/bedroom_0120/rgb_00022.jpg /bedroom_0120/sync_depth_00022.png 518.8579 -/bathroom_0011/rgb_00037.jpg /bathroom_0011/sync_depth_00037.png 518.8579 -/kitchen_0019a/rgb_00146.jpg /kitchen_0019a/sync_depth_00146.png 518.8579 -/furniture_store_0002a/rgb_00105.jpg /furniture_store_0002a/sync_depth_00105.png 518.8579 -/study_0005/rgb_00003.jpg /study_0005/sync_depth_00003.png 518.8579 -/dining_room_0028/rgb_00091.jpg /dining_room_0028/sync_depth_00091.png 518.8579 -/bedroom_0025/rgb_00149.jpg /bedroom_0025/sync_depth_00149.png 518.8579 -/kitchen_0060/rgb_00144.jpg /kitchen_0060/sync_depth_00144.png 518.8579 -/office_0006/rgb_00049.jpg /office_0006/sync_depth_00049.png 518.8579 -/living_room_0022/rgb_00016.jpg /living_room_0022/sync_depth_00016.png 518.8579 -/bathroom_0007/rgb_00099.jpg /bathroom_0007/sync_depth_00099.png 518.8579 -/kitchen_0050/rgb_00089.jpg /kitchen_0050/sync_depth_00089.png 518.8579 -/classroom_0005/rgb_00021.jpg /classroom_0005/sync_depth_00021.png 518.8579 -/bathroom_0034/rgb_00033.jpg /bathroom_0034/sync_depth_00033.png 518.8579 -/office_0009/rgb_00015.jpg /office_0009/sync_depth_00015.png 518.8579 -/bookstore_0001f/rgb_00412.jpg /bookstore_0001f/sync_depth_00412.png 518.8579 -/bathroom_0045a/rgb_00052.jpg /bathroom_0045a/sync_depth_00052.png 518.8579 -/dining_room_0007/rgb_00109.jpg /dining_room_0007/sync_depth_00109.png 518.8579 -/kitchen_0017/rgb_00006.jpg /kitchen_0017/sync_depth_00006.png 518.8579 -/living_room_0022/rgb_00107.jpg /living_room_0022/sync_depth_00107.png 518.8579 -/home_office_0006/rgb_00091.jpg /home_office_0006/sync_depth_00091.png 518.8579 -/bedroom_0079/rgb_00021.jpg /bedroom_0079/sync_depth_00021.png 518.8579 -/indoor_balcony_0001/rgb_00045.jpg /indoor_balcony_0001/sync_depth_00045.png 518.8579 -/living_room_0050/rgb_00290.jpg /living_room_0050/sync_depth_00290.png 518.8579 -/study_room_0005b/rgb_00075.jpg /study_room_0005b/sync_depth_00075.png 518.8579 -/living_room_0020/rgb_00036.jpg /living_room_0020/sync_depth_00036.png 518.8579 -/dining_room_0031/rgb_00203.jpg /dining_room_0031/sync_depth_00203.png 518.8579 -/bedroom_0071/rgb_00170.jpg /bedroom_0071/sync_depth_00170.png 518.8579 -/bookstore_0001e/rgb_00108.jpg /bookstore_0001e/sync_depth_00108.png 518.8579 -/living_room_0058/rgb_00275.jpg /living_room_0058/sync_depth_00275.png 518.8579 -/kitchen_0051/rgb_00292.jpg /kitchen_0051/sync_depth_00292.png 518.8579 -/bedroom_0076a/rgb_00088.jpg /bedroom_0076a/sync_depth_00088.png 518.8579 -/dining_room_0016/rgb_00025.jpg /dining_room_0016/sync_depth_00025.png 518.8579 -/kitchen_0051/rgb_00069.jpg /kitchen_0051/sync_depth_00069.png 518.8579 -/bedroom_0031/rgb_00022.jpg /bedroom_0031/sync_depth_00022.png 518.8579 -/bookstore_0001f/rgb_00188.jpg /bookstore_0001f/sync_depth_00188.png 518.8579 -/classroom_0006/rgb_00016.jpg /classroom_0006/sync_depth_00016.png 518.8579 -/bedroom_0028/rgb_00035.jpg /bedroom_0028/sync_depth_00035.png 518.8579 -/bedroom_0076a/rgb_00195.jpg /bedroom_0076a/sync_depth_00195.png 518.8579 -/kitchen_0019a/rgb_00150.jpg /kitchen_0019a/sync_depth_00150.png 518.8579 -/bathroom_0010/rgb_00032.jpg /bathroom_0010/sync_depth_00032.png 518.8579 -/bedroom_0017/rgb_00122.jpg /bedroom_0017/sync_depth_00122.png 518.8579 -/bedroom_0029/rgb_00055.jpg /bedroom_0029/sync_depth_00055.png 518.8579 -/living_room_0047b/rgb_00056.jpg /living_room_0047b/sync_depth_00056.png 518.8579 -/bedroom_0078/rgb_00060.jpg /bedroom_0078/sync_depth_00060.png 518.8579 -/furniture_store_0002b/rgb_00084.jpg /furniture_store_0002b/sync_depth_00084.png 518.8579 -/kitchen_0033/rgb_00094.jpg /kitchen_0033/sync_depth_00094.png 518.8579 -/living_room_0022/rgb_00091.jpg /living_room_0022/sync_depth_00091.png 518.8579 -/bookstore_0001d/rgb_00341.jpg /bookstore_0001d/sync_depth_00341.png 518.8579 -/kitchen_0035a/rgb_00044.jpg /kitchen_0035a/sync_depth_00044.png 518.8579 -/dining_room_0024/rgb_00079.jpg /dining_room_0024/sync_depth_00079.png 518.8579 -/living_room_0005/rgb_00068.jpg /living_room_0005/sync_depth_00068.png 518.8579 -/kitchen_0003/rgb_00036.jpg /kitchen_0003/sync_depth_00036.png 518.8579 -/bedroom_0016/rgb_00158.jpg /bedroom_0016/sync_depth_00158.png 518.8579 -/kitchen_0033/rgb_00070.jpg /kitchen_0033/sync_depth_00070.png 518.8579 -/nyu_office_0/rgb_00421.jpg /nyu_office_0/sync_depth_00421.png 518.8579 -/kitchen_0003/rgb_00084.jpg /kitchen_0003/sync_depth_00084.png 518.8579 -/bathroom_0010/rgb_00051.jpg /bathroom_0010/sync_depth_00051.png 518.8579 -/bedroom_0056a/rgb_00001.jpg /bedroom_0056a/sync_depth_00001.png 518.8579 -/kitchen_0053/rgb_00072.jpg /kitchen_0053/sync_depth_00072.png 518.8579 -/classroom_0022/rgb_00037.jpg /classroom_0022/sync_depth_00037.png 518.8579 -/living_room_0011/rgb_00107.jpg /living_room_0011/sync_depth_00107.png 518.8579 -/bookstore_0001j/rgb_00300.jpg /bookstore_0001j/sync_depth_00300.png 518.8579 -/bathroom_0048/rgb_00035.jpg /bathroom_0048/sync_depth_00035.png 518.8579 -/living_room_0011/rgb_00102.jpg /living_room_0011/sync_depth_00102.png 518.8579 -/bedroom_0104/rgb_00102.jpg /bedroom_0104/sync_depth_00102.png 518.8579 -/kitchen_0011b/rgb_00085.jpg /kitchen_0011b/sync_depth_00085.png 518.8579 -/kitchen_0029b/rgb_00044.jpg /kitchen_0029b/sync_depth_00044.png 518.8579 -/conference_room_0001/rgb_00080.jpg /conference_room_0001/sync_depth_00080.png 518.8579 -/bedroom_0062/rgb_00123.jpg /bedroom_0062/sync_depth_00123.png 518.8579 -/bedroom_0069/rgb_00093.jpg /bedroom_0069/sync_depth_00093.png 518.8579 -/living_room_0058/rgb_00192.jpg /living_room_0058/sync_depth_00192.png 518.8579 -/dining_room_0034/rgb_00158.jpg /dining_room_0034/sync_depth_00158.png 518.8579 -/living_room_0019/rgb_00005.jpg /living_room_0019/sync_depth_00005.png 518.8579 -/living_room_0070/rgb_00040.jpg /living_room_0070/sync_depth_00040.png 518.8579 -/bedroom_0094/rgb_00007.jpg /bedroom_0094/sync_depth_00007.png 518.8579 -/dining_room_0016/rgb_00081.jpg /dining_room_0016/sync_depth_00081.png 518.8579 -/office_0018/rgb_00049.jpg /office_0018/sync_depth_00049.png 518.8579 -/office_0006/rgb_00162.jpg /office_0006/sync_depth_00162.png 518.8579 -/office_0006/rgb_00139.jpg /office_0006/sync_depth_00139.png 518.8579 -/bookstore_0001d/rgb_00217.jpg /bookstore_0001d/sync_depth_00217.png 518.8579 -/kitchen_0033/rgb_00084.jpg /kitchen_0033/sync_depth_00084.png 518.8579 -/bedroom_0081/rgb_00036.jpg /bedroom_0081/sync_depth_00036.png 518.8579 -/bathroom_0011/rgb_00008.jpg /bathroom_0011/sync_depth_00008.png 518.8579 -/dining_room_0010/rgb_00006.jpg /dining_room_0010/sync_depth_00006.png 518.8579 -/classroom_0018/rgb_00051.jpg /classroom_0018/sync_depth_00051.png 518.8579 -/kitchen_0003/rgb_00170.jpg /kitchen_0003/sync_depth_00170.png 518.8579 -/furniture_store_0002a/rgb_00009.jpg /furniture_store_0002a/sync_depth_00009.png 518.8579 -/dining_room_0001b/rgb_00199.jpg /dining_room_0001b/sync_depth_00199.png 518.8579 -/bedroom_0053/rgb_00083.jpg /bedroom_0053/sync_depth_00083.png 518.8579 -/bedroom_0041/rgb_00063.jpg /bedroom_0041/sync_depth_00063.png 518.8579 -/classroom_0012/rgb_00035.jpg /classroom_0012/sync_depth_00035.png 518.8579 -/bedroom_0104/rgb_00021.jpg /bedroom_0104/sync_depth_00021.png 518.8579 -/bookstore_0001e/rgb_00210.jpg /bookstore_0001e/sync_depth_00210.png 518.8579 -/living_room_0018/rgb_00196.jpg /living_room_0018/sync_depth_00196.png 518.8579 -/kitchen_0031/rgb_00201.jpg /kitchen_0031/sync_depth_00201.png 518.8579 -/bathroom_0013/rgb_00067.jpg /bathroom_0013/sync_depth_00067.png 518.8579 -/bookstore_0001d/rgb_00138.jpg /bookstore_0001d/sync_depth_00138.png 518.8579 -/bedroom_0094/rgb_00026.jpg /bedroom_0094/sync_depth_00026.png 518.8579 -/kitchen_0048/rgb_00161.jpg /kitchen_0048/sync_depth_00161.png 518.8579 -/kitchen_0048/rgb_00265.jpg /kitchen_0048/sync_depth_00265.png 518.8579 -/living_room_0010/rgb_00110.jpg /living_room_0010/sync_depth_00110.png 518.8579 -/nyu_office_0/rgb_00266.jpg /nyu_office_0/sync_depth_00266.png 518.8579 -/living_room_0058/rgb_00219.jpg /living_room_0058/sync_depth_00219.png 518.8579 -/bathroom_0028/rgb_00037.jpg /bathroom_0028/sync_depth_00037.png 518.8579 -/living_room_0012/rgb_00008.jpg /living_room_0012/sync_depth_00008.png 518.8579 -/bathroom_0024/rgb_00049.jpg /bathroom_0024/sync_depth_00049.png 518.8579 -/bookstore_0001f/rgb_00141.jpg /bookstore_0001f/sync_depth_00141.png 518.8579 -/living_room_0068/rgb_00074.jpg /living_room_0068/sync_depth_00074.png 518.8579 -/kitchen_0017/rgb_00028.jpg /kitchen_0017/sync_depth_00028.png 518.8579 -/kitchen_0031/rgb_00182.jpg /kitchen_0031/sync_depth_00182.png 518.8579 -/bedroom_0060/rgb_00014.jpg /bedroom_0060/sync_depth_00014.png 518.8579 -/bedroom_0076a/rgb_00236.jpg /bedroom_0076a/sync_depth_00236.png 518.8579 -/dining_room_0013/rgb_00187.jpg /dining_room_0013/sync_depth_00187.png 518.8579 -/kitchen_0060/rgb_00151.jpg /kitchen_0060/sync_depth_00151.png 518.8579 -/bedroom_0016/rgb_00011.jpg /bedroom_0016/sync_depth_00011.png 518.8579 -/bedroom_0094/rgb_00010.jpg /bedroom_0094/sync_depth_00010.png 518.8579 -/living_room_0004/rgb_00176.jpg /living_room_0004/sync_depth_00176.png 518.8579 -/bedroom_0019/rgb_00053.jpg /bedroom_0019/sync_depth_00053.png 518.8579 -/bedroom_0130/rgb_00007.jpg /bedroom_0130/sync_depth_00007.png 518.8579 -/bedroom_0031/rgb_00039.jpg /bedroom_0031/sync_depth_00039.png 518.8579 -/furniture_store_0001d/rgb_00200.jpg /furniture_store_0001d/sync_depth_00200.png 518.8579 -/living_room_0062/rgb_00210.jpg /living_room_0062/sync_depth_00210.png 518.8579 -/dining_room_0023/rgb_00009.jpg /dining_room_0023/sync_depth_00009.png 518.8579 -/bedroom_0019/rgb_00108.jpg /bedroom_0019/sync_depth_00108.png 518.8579 -/indoor_balcony_0001/rgb_00003.jpg /indoor_balcony_0001/sync_depth_00003.png 518.8579 -/living_room_0042a/rgb_00023.jpg /living_room_0042a/sync_depth_00023.png 518.8579 -/dining_room_0029/rgb_00086.jpg /dining_room_0029/sync_depth_00086.png 518.8579 -/kitchen_0017/rgb_00076.jpg /kitchen_0017/sync_depth_00076.png 518.8579 -/kitchen_0016/rgb_00067.jpg /kitchen_0016/sync_depth_00067.png 518.8579 -/dining_room_0024/rgb_00151.jpg /dining_room_0024/sync_depth_00151.png 518.8579 -/living_room_0086b/rgb_00026.jpg /living_room_0086b/sync_depth_00026.png 518.8579 -/home_office_0006/rgb_00009.jpg /home_office_0006/sync_depth_00009.png 518.8579 -/kitchen_0043/rgb_00033.jpg /kitchen_0043/sync_depth_00033.png 518.8579 -/bedroom_0051/rgb_00004.jpg /bedroom_0051/sync_depth_00004.png 518.8579 -/living_room_0038/rgb_00011.jpg /living_room_0038/sync_depth_00011.png 518.8579 -/living_room_0019/rgb_00165.jpg /living_room_0019/sync_depth_00165.png 518.8579 -/dining_room_0004/rgb_00068.jpg /dining_room_0004/sync_depth_00068.png 518.8579 -/furniture_store_0001d/rgb_00078.jpg /furniture_store_0001d/sync_depth_00078.png 518.8579 -/living_room_0039/rgb_00145.jpg /living_room_0039/sync_depth_00145.png 518.8579 -/home_office_0005/rgb_00126.jpg /home_office_0005/sync_depth_00126.png 518.8579 -/study_0003/rgb_00043.jpg /study_0003/sync_depth_00043.png 518.8579 -/kitchen_0016/rgb_00004.jpg /kitchen_0016/sync_depth_00004.png 518.8579 -/furniture_store_0001e/rgb_00011.jpg /furniture_store_0001e/sync_depth_00011.png 518.8579 -/bookstore_0001d/rgb_00203.jpg /bookstore_0001d/sync_depth_00203.png 518.8579 -/dining_room_0007/rgb_00238.jpg /dining_room_0007/sync_depth_00238.png 518.8579 -/dining_room_0034/rgb_00124.jpg /dining_room_0034/sync_depth_00124.png 518.8579 -/bathroom_0051/rgb_00008.jpg /bathroom_0051/sync_depth_00008.png 518.8579 -/bedroom_0025/rgb_00054.jpg /bedroom_0025/sync_depth_00054.png 518.8579 -/bedroom_0016/rgb_00202.jpg /bedroom_0016/sync_depth_00202.png 518.8579 -/excercise_room_0001/rgb_00079.jpg /excercise_room_0001/sync_depth_00079.png 518.8579 -/living_room_0078/rgb_00139.jpg /living_room_0078/sync_depth_00139.png 518.8579 -/office_0009/rgb_00059.jpg /office_0009/sync_depth_00059.png 518.8579 -/home_storage_0001/rgb_00026.jpg /home_storage_0001/sync_depth_00026.png 518.8579 -/dining_room_0008/rgb_00071.jpg /dining_room_0008/sync_depth_00071.png 518.8579 -/bedroom_0051/rgb_00215.jpg /bedroom_0051/sync_depth_00215.png 518.8579 -/home_office_0006/rgb_00003.jpg /home_office_0006/sync_depth_00003.png 518.8579 -/nyu_office_0/rgb_00390.jpg /nyu_office_0/sync_depth_00390.png 518.8579 -/bedroom_0045/rgb_00005.jpg /bedroom_0045/sync_depth_00005.png 518.8579 -/living_room_0010/rgb_00057.jpg /living_room_0010/sync_depth_00057.png 518.8579 -/living_room_0046a/rgb_00060.jpg /living_room_0046a/sync_depth_00060.png 518.8579 -/bedroom_0072/rgb_00143.jpg /bedroom_0072/sync_depth_00143.png 518.8579 -/bedroom_0130/rgb_00065.jpg /bedroom_0130/sync_depth_00065.png 518.8579 -/furniture_store_0002a/rgb_00322.jpg /furniture_store_0002a/sync_depth_00322.png 518.8579 -/playroom_0004/rgb_00067.jpg /playroom_0004/sync_depth_00067.png 518.8579 -/bathroom_0035/rgb_00039.jpg /bathroom_0035/sync_depth_00039.png 518.8579 -/kitchen_0053/rgb_00027.jpg /kitchen_0053/sync_depth_00027.png 518.8579 -/bedroom_0071/rgb_00154.jpg /bedroom_0071/sync_depth_00154.png 518.8579 -/dining_room_0031/rgb_00225.jpg /dining_room_0031/sync_depth_00225.png 518.8579 -/bedroom_0026/rgb_00093.jpg /bedroom_0026/sync_depth_00093.png 518.8579 -/living_room_0050/rgb_00124.jpg /living_room_0050/sync_depth_00124.png 518.8579 -/bedroom_0033/rgb_00035.jpg /bedroom_0033/sync_depth_00035.png 518.8579 -/living_room_0019/rgb_00137.jpg /living_room_0019/sync_depth_00137.png 518.8579 -/living_room_0035/rgb_00030.jpg /living_room_0035/sync_depth_00030.png 518.8579 -/home_office_0005/rgb_00141.jpg /home_office_0005/sync_depth_00141.png 518.8579 -/bedroom_0140/rgb_00034.jpg /bedroom_0140/sync_depth_00034.png 518.8579 -/kitchen_0011a/rgb_00028.jpg /kitchen_0011a/sync_depth_00028.png 518.8579 -/bedroom_0132/rgb_00035.jpg /bedroom_0132/sync_depth_00035.png 518.8579 -/living_room_0012/rgb_00124.jpg /living_room_0012/sync_depth_00124.png 518.8579 -/furniture_store_0002b/rgb_00138.jpg /furniture_store_0002b/sync_depth_00138.png 518.8579 -/bathroom_0007/rgb_00108.jpg /bathroom_0007/sync_depth_00108.png 518.8579 -/bedroom_0053/rgb_00025.jpg /bedroom_0053/sync_depth_00025.png 518.8579 -/bedroom_0072/rgb_00057.jpg /bedroom_0072/sync_depth_00057.png 518.8579 -/home_office_0013/rgb_00082.jpg /home_office_0013/sync_depth_00082.png 518.8579 -/living_room_0040/rgb_00021.jpg /living_room_0040/sync_depth_00021.png 518.8579 -/furniture_store_0002d/rgb_00017.jpg /furniture_store_0002d/sync_depth_00017.png 518.8579 -/reception_room_0002/rgb_00103.jpg /reception_room_0002/sync_depth_00103.png 518.8579 -/bookstore_0001f/rgb_00429.jpg /bookstore_0001f/sync_depth_00429.png 518.8579 -/student_lounge_0001/rgb_00247.jpg /student_lounge_0001/sync_depth_00247.png 518.8579 -/furniture_store_0001b/rgb_00080.jpg /furniture_store_0001b/sync_depth_00080.png 518.8579 -/kitchen_0052/rgb_00121.jpg /kitchen_0052/sync_depth_00121.png 518.8579 -/bedroom_0079/rgb_00046.jpg /bedroom_0079/sync_depth_00046.png 518.8579 -/classroom_0022/rgb_00073.jpg /classroom_0022/sync_depth_00073.png 518.8579 -/dining_room_0034/rgb_00060.jpg /dining_room_0034/sync_depth_00060.png 518.8579 -/classroom_0006/rgb_00139.jpg /classroom_0006/sync_depth_00139.png 518.8579 -/classroom_0003/rgb_00058.jpg /classroom_0003/sync_depth_00058.png 518.8579 -/furniture_store_0002b/rgb_00258.jpg /furniture_store_0002b/sync_depth_00258.png 518.8579 -/bookstore_0001g/rgb_00073.jpg /bookstore_0001g/sync_depth_00073.png 518.8579 -/bookstore_0001g/rgb_00147.jpg /bookstore_0001g/sync_depth_00147.png 518.8579 -/home_office_0006/rgb_00058.jpg /home_office_0006/sync_depth_00058.png 518.8579 -/bedroom_0029/rgb_00024.jpg /bedroom_0029/sync_depth_00024.png 518.8579 -/living_room_0047a/rgb_00003.jpg /living_room_0047a/sync_depth_00003.png 518.8579 -/bathroom_0019/rgb_00028.jpg /bathroom_0019/sync_depth_00028.png 518.8579 -/kitchen_0029c/rgb_00093.jpg /kitchen_0029c/sync_depth_00093.png 518.8579 -/bathroom_0013/rgb_00041.jpg /bathroom_0013/sync_depth_00041.png 518.8579 -/bedroom_0113/rgb_00061.jpg /bedroom_0113/sync_depth_00061.png 518.8579 -/reception_room_0001b/rgb_00055.jpg /reception_room_0001b/sync_depth_00055.png 518.8579 -/bedroom_0026/rgb_00131.jpg /bedroom_0026/sync_depth_00131.png 518.8579 -/bookstore_0001h/rgb_00036.jpg /bookstore_0001h/sync_depth_00036.png 518.8579 -/office_0009/rgb_00064.jpg /office_0009/sync_depth_00064.png 518.8579 -/bedroom_0118/rgb_00008.jpg /bedroom_0118/sync_depth_00008.png 518.8579 -/dining_room_0023/rgb_00010.jpg /dining_room_0023/sync_depth_00010.png 518.8579 -/office_kitchen_0003/rgb_00113.jpg /office_kitchen_0003/sync_depth_00113.png 518.8579 -/dining_room_0031/rgb_00001.jpg /dining_room_0031/sync_depth_00001.png 518.8579 -/kitchen_0048/rgb_00137.jpg /kitchen_0048/sync_depth_00137.png 518.8579 -/home_office_0005/rgb_00045.jpg /home_office_0005/sync_depth_00045.png 518.8579 -/bookstore_0001j/rgb_00144.jpg /bookstore_0001j/sync_depth_00144.png 518.8579 -/kitchen_0035b/rgb_00034.jpg /kitchen_0035b/sync_depth_00034.png 518.8579 -/living_room_0032/rgb_00041.jpg /living_room_0032/sync_depth_00041.png 518.8579 -/kitchen_0019a/rgb_00191.jpg /kitchen_0019a/sync_depth_00191.png 518.8579 -/bedroom_0074/rgb_00088.jpg /bedroom_0074/sync_depth_00088.png 518.8579 -/kitchen_0051/rgb_00209.jpg /kitchen_0051/sync_depth_00209.png 518.8579 -/bedroom_0140/rgb_00171.jpg /bedroom_0140/sync_depth_00171.png 518.8579 -/living_room_0022/rgb_00007.jpg /living_room_0022/sync_depth_00007.png 518.8579 -/bedroom_0082/rgb_00026.jpg /bedroom_0082/sync_depth_00026.png 518.8579 -/bedroom_0067b/rgb_00007.jpg /bedroom_0067b/sync_depth_00007.png 518.8579 -/kitchen_0011a/rgb_00005.jpg /kitchen_0011a/sync_depth_00005.png 518.8579 -/bedroom_0100/rgb_00072.jpg /bedroom_0100/sync_depth_00072.png 518.8579 -/bedroom_0033/rgb_00040.jpg /bedroom_0033/sync_depth_00040.png 518.8579 -/bookstore_0001e/rgb_00219.jpg /bookstore_0001e/sync_depth_00219.png 518.8579 -/dining_room_0016/rgb_00091.jpg /dining_room_0016/sync_depth_00091.png 518.8579 -/dining_room_0031/rgb_00165.jpg /dining_room_0031/sync_depth_00165.png 518.8579 -/furniture_store_0001b/rgb_00037.jpg /furniture_store_0001b/sync_depth_00037.png 518.8579 -/kitchen_0045b/rgb_00128.jpg /kitchen_0045b/sync_depth_00128.png 518.8579 -/living_room_0050/rgb_00067.jpg /living_room_0050/sync_depth_00067.png 518.8579 -/bedroom_0010/rgb_00100.jpg /bedroom_0010/sync_depth_00100.png 518.8579 -/foyer_0002/rgb_00020.jpg /foyer_0002/sync_depth_00020.png 518.8579 -/bookstore_0001d/rgb_00065.jpg /bookstore_0001d/sync_depth_00065.png 518.8579 -/playroom_0006/rgb_00127.jpg /playroom_0006/sync_depth_00127.png 518.8579 -/bedroom_0100/rgb_00024.jpg /bedroom_0100/sync_depth_00024.png 518.8579 -/classroom_0022/rgb_00003.jpg /classroom_0022/sync_depth_00003.png 518.8579 -/furniture_store_0001d/rgb_00012.jpg /furniture_store_0001d/sync_depth_00012.png 518.8579 -/dining_room_0008/rgb_00032.jpg /dining_room_0008/sync_depth_00032.png 518.8579 -/playroom_0004/rgb_00115.jpg /playroom_0004/sync_depth_00115.png 518.8579 -/furniture_store_0002c/rgb_00007.jpg /furniture_store_0002c/sync_depth_00007.png 518.8579 -/bedroom_0020/rgb_00054.jpg /bedroom_0020/sync_depth_00054.png 518.8579 -/dining_room_0033/rgb_00020.jpg /dining_room_0033/sync_depth_00020.png 518.8579 -/dining_room_0031/rgb_00183.jpg /dining_room_0031/sync_depth_00183.png 518.8579 -/playroom_0002/rgb_00066.jpg /playroom_0002/sync_depth_00066.png 518.8579 -/study_room_0005a/rgb_00020.jpg /study_room_0005a/sync_depth_00020.png 518.8579 -/living_room_0019/rgb_00025.jpg /living_room_0019/sync_depth_00025.png 518.8579 -/dining_room_0023/rgb_00126.jpg /dining_room_0023/sync_depth_00126.png 518.8579 -/playroom_0002/rgb_00077.jpg /playroom_0002/sync_depth_00077.png 518.8579 -/bookstore_0001g/rgb_00162.jpg /bookstore_0001g/sync_depth_00162.png 518.8579 -/basement_0001a/rgb_00169.jpg /basement_0001a/sync_depth_00169.png 518.8579 -/nyu_office_0/rgb_00309.jpg /nyu_office_0/sync_depth_00309.png 518.8579 -/living_room_0012/rgb_00005.jpg /living_room_0012/sync_depth_00005.png 518.8579 -/bookstore_0001f/rgb_00274.jpg /bookstore_0001f/sync_depth_00274.png 518.8579 -/kitchen_0033/rgb_00178.jpg /kitchen_0033/sync_depth_00178.png 518.8579 -/bedroom_0106/rgb_00097.jpg /bedroom_0106/sync_depth_00097.png 518.8579 -/kitchen_0053/rgb_00012.jpg /kitchen_0053/sync_depth_00012.png 518.8579 -/dining_room_0001b/rgb_00124.jpg /dining_room_0001b/sync_depth_00124.png 518.8579 -/living_room_0047b/rgb_00075.jpg /living_room_0047b/sync_depth_00075.png 518.8579 -/cafe_0001b/rgb_00052.jpg /cafe_0001b/sync_depth_00052.png 518.8579 -/bedroom_0059/rgb_00046.jpg /bedroom_0059/sync_depth_00046.png 518.8579 -/living_room_0042a/rgb_00000.jpg /living_room_0042a/sync_depth_00000.png 518.8579 -/living_room_0020/rgb_00019.jpg /living_room_0020/sync_depth_00019.png 518.8579 -/reception_room_0002/rgb_00047.jpg /reception_room_0002/sync_depth_00047.png 518.8579 -/reception_room_0001a/rgb_00057.jpg /reception_room_0001a/sync_depth_00057.png 518.8579 -/kitchen_0019a/rgb_00005.jpg /kitchen_0019a/sync_depth_00005.png 518.8579 -/kitchen_0045a/rgb_00118.jpg /kitchen_0045a/sync_depth_00118.png 518.8579 -/living_room_0035/rgb_00062.jpg /living_room_0035/sync_depth_00062.png 518.8579 -/kitchen_0045b/rgb_00050.jpg /kitchen_0045b/sync_depth_00050.png 518.8579 -/living_room_0063/rgb_00046.jpg /living_room_0063/sync_depth_00046.png 518.8579 -/bathroom_0035/rgb_00010.jpg /bathroom_0035/sync_depth_00010.png 518.8579 -/living_room_0020/rgb_00225.jpg /living_room_0020/sync_depth_00225.png 518.8579 -/living_room_0058/rgb_00248.jpg /living_room_0058/sync_depth_00248.png 518.8579 -/playroom_0006/rgb_00010.jpg /playroom_0006/sync_depth_00010.png 518.8579 -/kitchen_0048/rgb_00035.jpg /kitchen_0048/sync_depth_00035.png 518.8579 -/kitchen_0060/rgb_00058.jpg /kitchen_0060/sync_depth_00058.png 518.8579 -/living_room_0063/rgb_00163.jpg /living_room_0063/sync_depth_00163.png 518.8579 -/living_room_0042b/rgb_00076.jpg /living_room_0042b/sync_depth_00076.png 518.8579 -/study_room_0004/rgb_00037.jpg /study_room_0004/sync_depth_00037.png 518.8579 -/playroom_0006/rgb_00136.jpg /playroom_0006/sync_depth_00136.png 518.8579 -/living_room_0047a/rgb_00014.jpg /living_room_0047a/sync_depth_00014.png 518.8579 -/classroom_0006/rgb_00118.jpg /classroom_0006/sync_depth_00118.png 518.8579 -/bedroom_0051/rgb_00074.jpg /bedroom_0051/sync_depth_00074.png 518.8579 -/study_0006/rgb_00036.jpg /study_0006/sync_depth_00036.png 518.8579 -/kitchen_0037/rgb_00031.jpg /kitchen_0037/sync_depth_00031.png 518.8579 -/bedroom_0017/rgb_00015.jpg /bedroom_0017/sync_depth_00015.png 518.8579 -/bedroom_0025/rgb_00016.jpg /bedroom_0025/sync_depth_00016.png 518.8579 -/furniture_store_0001e/rgb_00083.jpg /furniture_store_0001e/sync_depth_00083.png 518.8579 -/kitchen_0037/rgb_00066.jpg /kitchen_0037/sync_depth_00066.png 518.8579 -/office_0012/rgb_00058.jpg /office_0012/sync_depth_00058.png 518.8579 -/dining_room_0001b/rgb_00225.jpg /dining_room_0001b/sync_depth_00225.png 518.8579 -/office_0011/rgb_00028.jpg /office_0011/sync_depth_00028.png 518.8579 -/living_room_0055/rgb_00052.jpg /living_room_0055/sync_depth_00052.png 518.8579 -/bedroom_0078/rgb_00015.jpg /bedroom_0078/sync_depth_00015.png 518.8579 -/bookstore_0001e/rgb_00120.jpg /bookstore_0001e/sync_depth_00120.png 518.8579 -/furniture_store_0002c/rgb_00056.jpg /furniture_store_0002c/sync_depth_00056.png 518.8579 -/reception_room_0001b/rgb_00064.jpg /reception_room_0001b/sync_depth_00064.png 518.8579 -/basement_0001a/rgb_00019.jpg /basement_0001a/sync_depth_00019.png 518.8579 -/bedroom_0071/rgb_00033.jpg /bedroom_0071/sync_depth_00033.png 518.8579 -/dining_room_0015/rgb_00252.jpg /dining_room_0015/sync_depth_00252.png 518.8579 -/furniture_store_0002a/rgb_00340.jpg /furniture_store_0002a/sync_depth_00340.png 518.8579 -/living_room_0086a/rgb_00041.jpg /living_room_0086a/sync_depth_00041.png 518.8579 -/kitchen_0019a/rgb_00204.jpg /kitchen_0019a/sync_depth_00204.png 518.8579 -/dining_room_0015/rgb_00148.jpg /dining_room_0015/sync_depth_00148.png 518.8579 -/bedroom_0026/rgb_00104.jpg /bedroom_0026/sync_depth_00104.png 518.8579 -/bathroom_0035/rgb_00028.jpg /bathroom_0035/sync_depth_00028.png 518.8579 -/playroom_0006/rgb_00082.jpg /playroom_0006/sync_depth_00082.png 518.8579 -/living_room_0047b/rgb_00081.jpg /living_room_0047b/sync_depth_00081.png 518.8579 -/bedroom_0120/rgb_00068.jpg /bedroom_0120/sync_depth_00068.png 518.8579 -/living_room_0069a/rgb_00026.jpg /living_room_0069a/sync_depth_00026.png 518.8579 -/bedroom_0040/rgb_00089.jpg /bedroom_0040/sync_depth_00089.png 518.8579 -/bathroom_0028/rgb_00111.jpg /bathroom_0028/sync_depth_00111.png 518.8579 -/kitchen_0037/rgb_00003.jpg /kitchen_0037/sync_depth_00003.png 518.8579 -/kitchen_0050/rgb_00209.jpg /kitchen_0050/sync_depth_00209.png 518.8579 -/nyu_office_0/rgb_00095.jpg /nyu_office_0/sync_depth_00095.png 518.8579 -/bathroom_0002/rgb_00041.jpg /bathroom_0002/sync_depth_00041.png 518.8579 -/home_office_0006/rgb_00020.jpg /home_office_0006/sync_depth_00020.png 518.8579 -/furniture_store_0001d/rgb_00070.jpg /furniture_store_0001d/sync_depth_00070.png 518.8579 -/dining_room_0033/rgb_00036.jpg /dining_room_0033/sync_depth_00036.png 518.8579 -/laundry_room_0001/rgb_00035.jpg /laundry_room_0001/sync_depth_00035.png 518.8579 -/computer_lab_0002/rgb_00018.jpg /computer_lab_0002/sync_depth_00018.png 518.8579 -/kitchen_0059/rgb_00008.jpg /kitchen_0059/sync_depth_00008.png 518.8579 -/office_0009/rgb_00010.jpg /office_0009/sync_depth_00010.png 518.8579 -/bookstore_0001i/rgb_00047.jpg /bookstore_0001i/sync_depth_00047.png 518.8579 -/excercise_room_0001/rgb_00039.jpg /excercise_room_0001/sync_depth_00039.png 518.8579 -/living_room_0071/rgb_00034.jpg /living_room_0071/sync_depth_00034.png 518.8579 -/living_room_0086a/rgb_00051.jpg /living_room_0086a/sync_depth_00051.png 518.8579 -/living_room_0038/rgb_00063.jpg /living_room_0038/sync_depth_00063.png 518.8579 -/living_room_0004/rgb_00105.jpg /living_room_0004/sync_depth_00105.png 518.8579 -/bedroom_0033/rgb_00056.jpg /bedroom_0033/sync_depth_00056.png 518.8579 -/cafe_0001b/rgb_00041.jpg /cafe_0001b/sync_depth_00041.png 518.8579 -/bedroom_0072/rgb_00016.jpg /bedroom_0072/sync_depth_00016.png 518.8579 -/kitchen_0028a/rgb_00174.jpg /kitchen_0028a/sync_depth_00174.png 518.8579 -/bookstore_0001g/rgb_00137.jpg /bookstore_0001g/sync_depth_00137.png 518.8579 -/study_room_0004/rgb_00151.jpg /study_room_0004/sync_depth_00151.png 518.8579 -/living_room_0058/rgb_00216.jpg /living_room_0058/sync_depth_00216.png 518.8579 -/bookstore_0001g/rgb_00177.jpg /bookstore_0001g/sync_depth_00177.png 518.8579 -/living_room_0019/rgb_00088.jpg /living_room_0019/sync_depth_00088.png 518.8579 -/dining_room_0008/rgb_00016.jpg /dining_room_0008/sync_depth_00016.png 518.8579 -/bedroom_0053/rgb_00011.jpg /bedroom_0053/sync_depth_00011.png 518.8579 -/bedroom_0020/rgb_00083.jpg /bedroom_0020/sync_depth_00083.png 518.8579 -/bedroom_0059/rgb_00080.jpg /bedroom_0059/sync_depth_00080.png 518.8579 -/dining_room_0008/rgb_00149.jpg /dining_room_0008/sync_depth_00149.png 518.8579 -/bedroom_0041/rgb_00037.jpg /bedroom_0041/sync_depth_00037.png 518.8579 -/bedroom_0039/rgb_00011.jpg /bedroom_0039/sync_depth_00011.png 518.8579 -/living_room_0078/rgb_00022.jpg /living_room_0078/sync_depth_00022.png 518.8579 -/bookstore_0001j/rgb_00211.jpg /bookstore_0001j/sync_depth_00211.png 518.8579 -/kitchen_0049/rgb_00163.jpg /kitchen_0049/sync_depth_00163.png 518.8579 -/bedroom_0056a/rgb_00053.jpg /bedroom_0056a/sync_depth_00053.png 518.8579 -/bedroom_0017/rgb_00147.jpg /bedroom_0017/sync_depth_00147.png 518.8579 -/bookstore_0001d/rgb_00008.jpg /bookstore_0001d/sync_depth_00008.png 518.8579 -/dining_room_0028/rgb_00056.jpg /dining_room_0028/sync_depth_00056.png 518.8579 -/dining_room_0034/rgb_00226.jpg /dining_room_0034/sync_depth_00226.png 518.8579 -/bathroom_0054/rgb_00000.jpg /bathroom_0054/sync_depth_00000.png 518.8579 -/kitchen_0016/rgb_00018.jpg /kitchen_0016/sync_depth_00018.png 518.8579 -/bookstore_0001f/rgb_00304.jpg /bookstore_0001f/sync_depth_00304.png 518.8579 -/playroom_0004/rgb_00041.jpg /playroom_0004/sync_depth_00041.png 518.8579 -/bedroom_0025/rgb_00022.jpg /bedroom_0025/sync_depth_00022.png 518.8579 -/dining_room_0012/rgb_00155.jpg /dining_room_0012/sync_depth_00155.png 518.8579 -/bedroom_0063/rgb_00061.jpg /bedroom_0063/sync_depth_00061.png 518.8579 -/home_office_0006/rgb_00006.jpg /home_office_0006/sync_depth_00006.png 518.8579 -/classroom_0005/rgb_00013.jpg /classroom_0005/sync_depth_00013.png 518.8579 -/bedroom_0106/rgb_00005.jpg /bedroom_0106/sync_depth_00005.png 518.8579 -/dining_room_0024/rgb_00179.jpg /dining_room_0024/sync_depth_00179.png 518.8579 -/student_lounge_0001/rgb_00239.jpg /student_lounge_0001/sync_depth_00239.png 518.8579 -/bathroom_0048/rgb_00025.jpg /bathroom_0048/sync_depth_00025.png 518.8579 -/conference_room_0001/rgb_00047.jpg /conference_room_0001/sync_depth_00047.png 518.8579 -/kitchen_0011a/rgb_00060.jpg /kitchen_0011a/sync_depth_00060.png 518.8579 -/basement_0001a/rgb_00022.jpg /basement_0001a/sync_depth_00022.png 518.8579 -/bedroom_0138/rgb_00057.jpg /bedroom_0138/sync_depth_00057.png 518.8579 -/dining_room_0031/rgb_00388.jpg /dining_room_0031/sync_depth_00388.png 518.8579 -/kitchen_0019b/rgb_00031.jpg /kitchen_0019b/sync_depth_00031.png 518.8579 -/bedroom_0130/rgb_00053.jpg /bedroom_0130/sync_depth_00053.png 518.8579 -/living_room_0047b/rgb_00189.jpg /living_room_0047b/sync_depth_00189.png 518.8579 -/bookstore_0001h/rgb_00070.jpg /bookstore_0001h/sync_depth_00070.png 518.8579 -/living_room_0018/rgb_00037.jpg /living_room_0018/sync_depth_00037.png 518.8579 -/living_room_0011/rgb_00054.jpg /living_room_0011/sync_depth_00054.png 518.8579 -/classroom_0011/rgb_00040.jpg /classroom_0011/sync_depth_00040.png 518.8579 -/bedroom_0072/rgb_00008.jpg /bedroom_0072/sync_depth_00008.png 518.8579 -/kitchen_0052/rgb_00118.jpg /kitchen_0052/sync_depth_00118.png 518.8579 -/kitchen_0049/rgb_00092.jpg /kitchen_0049/sync_depth_00092.png 518.8579 -/home_office_0005/rgb_00033.jpg /home_office_0005/sync_depth_00033.png 518.8579 -/classroom_0022/rgb_00022.jpg /classroom_0022/sync_depth_00022.png 518.8579 -/living_room_0070/rgb_00102.jpg /living_room_0070/sync_depth_00102.png 518.8579 -/bedroom_0019/rgb_00169.jpg /bedroom_0019/sync_depth_00169.png 518.8579 -/dining_room_0012/rgb_00101.jpg /dining_room_0012/sync_depth_00101.png 518.8579 -/furniture_store_0002a/rgb_00076.jpg /furniture_store_0002a/sync_depth_00076.png 518.8579 -/bedroom_0113/rgb_00003.jpg /bedroom_0113/sync_depth_00003.png 518.8579 -/kitchen_0006/rgb_00073.jpg /kitchen_0006/sync_depth_00073.png 518.8579 -/kitchen_0051/rgb_00238.jpg /kitchen_0051/sync_depth_00238.png 518.8579 -/bookstore_0001d/rgb_00363.jpg /bookstore_0001d/sync_depth_00363.png 518.8579 -/bedroom_0104/rgb_00097.jpg /bedroom_0104/sync_depth_00097.png 518.8579 -/dining_room_0013/rgb_00083.jpg /dining_room_0013/sync_depth_00083.png 518.8579 -/living_room_0050/rgb_00198.jpg /living_room_0050/sync_depth_00198.png 518.8579 -/kitchen_0011a/rgb_00039.jpg /kitchen_0011a/sync_depth_00039.png 518.8579 -/living_room_0047a/rgb_00027.jpg /living_room_0047a/sync_depth_00027.png 518.8579 -/living_room_0035/rgb_00061.jpg /living_room_0035/sync_depth_00061.png 518.8579 -/kitchen_0053/rgb_00029.jpg /kitchen_0053/sync_depth_00029.png 518.8579 -/kitchen_0048/rgb_00185.jpg /kitchen_0048/sync_depth_00185.png 518.8579 -/kitchen_0043/rgb_00084.jpg /kitchen_0043/sync_depth_00084.png 518.8579 -/living_room_0035/rgb_00014.jpg /living_room_0035/sync_depth_00014.png 518.8579 -/living_room_0004/rgb_00120.jpg /living_room_0004/sync_depth_00120.png 518.8579 -/living_room_0018/rgb_00119.jpg /living_room_0018/sync_depth_00119.png 518.8579 -/living_room_0046a/rgb_00069.jpg /living_room_0046a/sync_depth_00069.png 518.8579 -/bedroom_0020/rgb_00011.jpg /bedroom_0020/sync_depth_00011.png 518.8579 -/basement_0001a/rgb_00199.jpg /basement_0001a/sync_depth_00199.png 518.8579 -/bookstore_0001f/rgb_00359.jpg /bookstore_0001f/sync_depth_00359.png 518.8579 -/bedroom_0076a/rgb_00213.jpg /bedroom_0076a/sync_depth_00213.png 518.8579 -/bedroom_0004/rgb_00142.jpg /bedroom_0004/sync_depth_00142.png 518.8579 -/kitchen_0019a/rgb_00063.jpg /kitchen_0019a/sync_depth_00063.png 518.8579 -/bookstore_0001h/rgb_00049.jpg /bookstore_0001h/sync_depth_00049.png 518.8579 -/bookstore_0001d/rgb_00338.jpg /bookstore_0001d/sync_depth_00338.png 518.8579 -/office_0004/rgb_00017.jpg /office_0004/sync_depth_00017.png 518.8579 -/study_room_0004/rgb_00210.jpg /study_room_0004/sync_depth_00210.png 518.8579 -/kitchen_0043/rgb_00186.jpg /kitchen_0043/sync_depth_00186.png 518.8579 -/bedroom_0053/rgb_00005.jpg /bedroom_0053/sync_depth_00005.png 518.8579 -/student_lounge_0001/rgb_00092.jpg /student_lounge_0001/sync_depth_00092.png 518.8579 -/living_room_0078/rgb_00041.jpg /living_room_0078/sync_depth_00041.png 518.8579 -/furniture_store_0002a/rgb_00286.jpg /furniture_store_0002a/sync_depth_00286.png 518.8579 -/study_0006/rgb_00010.jpg /study_0006/sync_depth_00010.png 518.8579 -/living_room_0004/rgb_00092.jpg /living_room_0004/sync_depth_00092.png 518.8579 -/living_room_0085/rgb_00039.jpg /living_room_0085/sync_depth_00039.png 518.8579 -/kitchen_0048/rgb_00063.jpg /kitchen_0048/sync_depth_00063.png 518.8579 -/bathroom_0006/rgb_00036.jpg /bathroom_0006/sync_depth_00036.png 518.8579 -/bedroom_0118/rgb_00012.jpg /bedroom_0118/sync_depth_00012.png 518.8579 -/living_room_0022/rgb_00441.jpg /living_room_0022/sync_depth_00441.png 518.8579 -/conference_room_0002/rgb_00000.jpg /conference_room_0002/sync_depth_00000.png 518.8579 -/dining_room_0034/rgb_00077.jpg /dining_room_0034/sync_depth_00077.png 518.8579 -/playroom_0002/rgb_00134.jpg /playroom_0002/sync_depth_00134.png 518.8579 -/bathroom_0033/rgb_00044.jpg /bathroom_0033/sync_depth_00044.png 518.8579 -/study_0005/rgb_00000.jpg /study_0005/sync_depth_00000.png 518.8579 -/office_kitchen_0003/rgb_00073.jpg /office_kitchen_0003/sync_depth_00073.png 518.8579 -/bedroom_0062/rgb_00148.jpg /bedroom_0062/sync_depth_00148.png 518.8579 -/bookstore_0001g/rgb_00120.jpg /bookstore_0001g/sync_depth_00120.png 518.8579 -/classroom_0011/rgb_00034.jpg /classroom_0011/sync_depth_00034.png 518.8579 -/bedroom_0016/rgb_00106.jpg /bedroom_0016/sync_depth_00106.png 518.8579 -/kitchen_0019a/rgb_00268.jpg /kitchen_0019a/sync_depth_00268.png 518.8579 -/kitchen_0051/rgb_00335.jpg /kitchen_0051/sync_depth_00335.png 518.8579 -/kitchen_0029c/rgb_00121.jpg /kitchen_0029c/sync_depth_00121.png 518.8579 -/bedroom_0126/rgb_00015.jpg /bedroom_0126/sync_depth_00015.png 518.8579 -/kitchen_0029a/rgb_00027.jpg /kitchen_0029a/sync_depth_00027.png 518.8579 -/living_room_0004/rgb_00045.jpg /living_room_0004/sync_depth_00045.png 518.8579 -/living_room_0086b/rgb_00039.jpg /living_room_0086b/sync_depth_00039.png 518.8579 -/living_room_0035/rgb_00026.jpg /living_room_0035/sync_depth_00026.png 518.8579 -/kitchen_0049/rgb_00138.jpg /kitchen_0049/sync_depth_00138.png 518.8579 -/dining_room_0013/rgb_00168.jpg /dining_room_0013/sync_depth_00168.png 518.8579 -/home_office_0004/rgb_00087.jpg /home_office_0004/sync_depth_00087.png 518.8579 -/living_room_0037/rgb_00020.jpg /living_room_0037/sync_depth_00020.png 518.8579 -/furniture_store_0002b/rgb_00114.jpg /furniture_store_0002b/sync_depth_00114.png 518.8579 -/kitchen_0048/rgb_00109.jpg /kitchen_0048/sync_depth_00109.png 518.8579 -/bedroom_0019/rgb_00029.jpg /bedroom_0019/sync_depth_00029.png 518.8579 -/bedroom_0053/rgb_00099.jpg /bedroom_0053/sync_depth_00099.png 518.8579 -/living_room_0018/rgb_00180.jpg /living_room_0018/sync_depth_00180.png 518.8579 -/bedroom_0086/rgb_00015.jpg /bedroom_0086/sync_depth_00015.png 518.8579 -/study_0003/rgb_00064.jpg /study_0003/sync_depth_00064.png 518.8579 -/living_room_0029/rgb_00030.jpg /living_room_0029/sync_depth_00030.png 518.8579 -/playroom_0003/rgb_00212.jpg /playroom_0003/sync_depth_00212.png 518.8579 -/furniture_store_0001d/rgb_00288.jpg /furniture_store_0001d/sync_depth_00288.png 518.8579 -/bedroom_0129/rgb_00090.jpg /bedroom_0129/sync_depth_00090.png 518.8579 -/bedroom_0056a/rgb_00088.jpg /bedroom_0056a/sync_depth_00088.png 518.8579 -/living_room_0047a/rgb_00031.jpg /living_room_0047a/sync_depth_00031.png 518.8579 -/bedroom_0104/rgb_00112.jpg /bedroom_0104/sync_depth_00112.png 518.8579 -/office_0009/rgb_00043.jpg /office_0009/sync_depth_00043.png 518.8579 -/dining_room_0001b/rgb_00156.jpg /dining_room_0001b/sync_depth_00156.png 518.8579 -/living_room_0055/rgb_00087.jpg /living_room_0055/sync_depth_00087.png 518.8579 -/bathroom_0007/rgb_00073.jpg /bathroom_0007/sync_depth_00073.png 518.8579 -/living_room_0042a/rgb_00021.jpg /living_room_0042a/sync_depth_00021.png 518.8579 -/study_0004/rgb_00049.jpg /study_0004/sync_depth_00049.png 518.8579 -/bedroom_0039/rgb_00001.jpg /bedroom_0039/sync_depth_00001.png 518.8579 -/living_room_0022/rgb_00393.jpg /living_room_0022/sync_depth_00393.png 518.8579 -/bedroom_0124/rgb_00012.jpg /bedroom_0124/sync_depth_00012.png 518.8579 -/kitchen_0019a/rgb_00060.jpg /kitchen_0019a/sync_depth_00060.png 518.8579 -/home_storage_0001/rgb_00084.jpg /home_storage_0001/sync_depth_00084.png 518.8579 -/living_room_0067/rgb_00007.jpg /living_room_0067/sync_depth_00007.png 518.8579 -/office_0011/rgb_00102.jpg /office_0011/sync_depth_00102.png 518.8579 -/living_room_0004/rgb_00168.jpg /living_room_0004/sync_depth_00168.png 518.8579 -/bedroom_0038/rgb_00007.jpg /bedroom_0038/sync_depth_00007.png 518.8579 -/kitchen_0043/rgb_00170.jpg /kitchen_0043/sync_depth_00170.png 518.8579 -/bedroom_0071/rgb_00178.jpg /bedroom_0071/sync_depth_00178.png 518.8579 -/reception_room_0002/rgb_00062.jpg /reception_room_0002/sync_depth_00062.png 518.8579 -/study_0008/rgb_00015.jpg /study_0008/sync_depth_00015.png 518.8579 -/playroom_0003/rgb_00140.jpg /playroom_0003/sync_depth_00140.png 518.8579 -/kitchen_0006/rgb_00068.jpg /kitchen_0006/sync_depth_00068.png 518.8579 -/living_room_0086b/rgb_00047.jpg /living_room_0086b/sync_depth_00047.png 518.8579 -/dining_room_0031/rgb_00009.jpg /dining_room_0031/sync_depth_00009.png 518.8579 -/bedroom_0106/rgb_00065.jpg /bedroom_0106/sync_depth_00065.png 518.8579 -/kitchen_0019a/rgb_00173.jpg /kitchen_0019a/sync_depth_00173.png 518.8579 -/bedroom_0020/rgb_00073.jpg /bedroom_0020/sync_depth_00073.png 518.8579 -/dining_room_0029/rgb_00069.jpg /dining_room_0029/sync_depth_00069.png 518.8579 -/study_0004/rgb_00077.jpg /study_0004/sync_depth_00077.png 518.8579 -/bedroom_0060/rgb_00018.jpg /bedroom_0060/sync_depth_00018.png 518.8579 -/foyer_0002/rgb_00029.jpg /foyer_0002/sync_depth_00029.png 518.8579 -/reception_room_0001a/rgb_00052.jpg /reception_room_0001a/sync_depth_00052.png 518.8579 -/living_room_0063/rgb_00094.jpg /living_room_0063/sync_depth_00094.png 518.8579 -/kitchen_0041/rgb_00037.jpg /kitchen_0041/sync_depth_00037.png 518.8579 -/dining_room_0019/rgb_00068.jpg /dining_room_0019/sync_depth_00068.png 518.8579 -/study_0008/rgb_00035.jpg /study_0008/sync_depth_00035.png 518.8579 -/living_room_0067/rgb_00068.jpg /living_room_0067/sync_depth_00068.png 518.8579 -/home_office_0007/rgb_00056.jpg /home_office_0007/sync_depth_00056.png 518.8579 -/playroom_0003/rgb_00056.jpg /playroom_0003/sync_depth_00056.png 518.8579 -/bedroom_0016/rgb_00065.jpg /bedroom_0016/sync_depth_00065.png 518.8579 -/furniture_store_0002a/rgb_00089.jpg /furniture_store_0002a/sync_depth_00089.png 518.8579 -/bookstore_0001i/rgb_00085.jpg /bookstore_0001i/sync_depth_00085.png 518.8579 -/cafe_0001a/rgb_00012.jpg /cafe_0001a/sync_depth_00012.png 518.8579 -/furniture_store_0001e/rgb_00095.jpg /furniture_store_0001e/sync_depth_00095.png 518.8579 -/living_room_0035/rgb_00077.jpg /living_room_0035/sync_depth_00077.png 518.8579 -/student_lounge_0001/rgb_00128.jpg /student_lounge_0001/sync_depth_00128.png 518.8579 -/living_room_0022/rgb_00109.jpg /living_room_0022/sync_depth_00109.png 518.8579 -/living_room_0022/rgb_00423.jpg /living_room_0022/sync_depth_00423.png 518.8579 -/laundry_room_0001/rgb_00006.jpg /laundry_room_0001/sync_depth_00006.png 518.8579 -/kitchen_0049/rgb_00189.jpg /kitchen_0049/sync_depth_00189.png 518.8579 -/study_room_0005a/rgb_00056.jpg /study_room_0005a/sync_depth_00056.png 518.8579 -/kitchen_0049/rgb_00066.jpg /kitchen_0049/sync_depth_00066.png 518.8579 -/living_room_0062/rgb_00052.jpg /living_room_0062/sync_depth_00052.png 518.8579 -/bedroom_0029/rgb_00009.jpg /bedroom_0029/sync_depth_00009.png 518.8579 -/reception_room_0004/rgb_00040.jpg /reception_room_0004/sync_depth_00040.png 518.8579 -/dining_room_0033/rgb_00184.jpg /dining_room_0033/sync_depth_00184.png 518.8579 -/bookstore_0001g/rgb_00267.jpg /bookstore_0001g/sync_depth_00267.png 518.8579 -/bookstore_0001d/rgb_00085.jpg /bookstore_0001d/sync_depth_00085.png 518.8579 -/kitchen_0051/rgb_00268.jpg /kitchen_0051/sync_depth_00268.png 518.8579 -/living_room_0055/rgb_00082.jpg /living_room_0055/sync_depth_00082.png 518.8579 -/bedroom_0071/rgb_00020.jpg /bedroom_0071/sync_depth_00020.png 518.8579 -/home_office_0006/rgb_00138.jpg /home_office_0006/sync_depth_00138.png 518.8579 -/kitchen_0060/rgb_00059.jpg /kitchen_0060/sync_depth_00059.png 518.8579 -/nyu_office_1/rgb_00011.jpg /nyu_office_1/sync_depth_00011.png 518.8579 -/study_0008/rgb_00038.jpg /study_0008/sync_depth_00038.png 518.8579 -/basement_0001a/rgb_00109.jpg /basement_0001a/sync_depth_00109.png 518.8579 -/bedroom_0132/rgb_00016.jpg /bedroom_0132/sync_depth_00016.png 518.8579 -/study_0003/rgb_00083.jpg /study_0003/sync_depth_00083.png 518.8579 -/reception_room_0001a/rgb_00119.jpg /reception_room_0001a/sync_depth_00119.png 518.8579 -/dining_room_0016/rgb_00023.jpg /dining_room_0016/sync_depth_00023.png 518.8579 -/classroom_0010/rgb_00053.jpg /classroom_0010/sync_depth_00053.png 518.8579 -/cafe_0001a/rgb_00085.jpg /cafe_0001a/sync_depth_00085.png 518.8579 -/kitchen_0019a/rgb_00266.jpg /kitchen_0019a/sync_depth_00266.png 518.8579 -/kitchen_0052/rgb_00143.jpg /kitchen_0052/sync_depth_00143.png 518.8579 -/office_0006/rgb_00087.jpg /office_0006/sync_depth_00087.png 518.8579 -/kitchen_0059/rgb_00077.jpg /kitchen_0059/sync_depth_00077.png 518.8579 -/kitchen_0035b/rgb_00195.jpg /kitchen_0035b/sync_depth_00195.png 518.8579 -/cafe_0001c/rgb_00015.jpg /cafe_0001c/sync_depth_00015.png 518.8579 -/kitchen_0019a/rgb_00121.jpg /kitchen_0019a/sync_depth_00121.png 518.8579 -/bookstore_0001g/rgb_00066.jpg /bookstore_0001g/sync_depth_00066.png 518.8579 -/living_room_0020/rgb_00078.jpg /living_room_0020/sync_depth_00078.png 518.8579 -/bedroom_0017/rgb_00008.jpg /bedroom_0017/sync_depth_00008.png 518.8579 -/office_0018/rgb_00011.jpg /office_0018/sync_depth_00011.png 518.8579 -/conference_room_0001/rgb_00043.jpg /conference_room_0001/sync_depth_00043.png 518.8579 -/bedroom_0031/rgb_00038.jpg /bedroom_0031/sync_depth_00038.png 518.8579 -/living_room_0062/rgb_00203.jpg /living_room_0062/sync_depth_00203.png 518.8579 -/bedroom_0052/rgb_00055.jpg /bedroom_0052/sync_depth_00055.png 518.8579 -/living_room_0062/rgb_00048.jpg /living_room_0062/sync_depth_00048.png 518.8579 -/living_room_0022/rgb_00297.jpg /living_room_0022/sync_depth_00297.png 518.8579 -/dining_room_0024/rgb_00072.jpg /dining_room_0024/sync_depth_00072.png 518.8579 -/office_0026/rgb_00032.jpg /office_0026/sync_depth_00032.png 518.8579 -/home_office_0008/rgb_00091.jpg /home_office_0008/sync_depth_00091.png 518.8579 -/bookstore_0001h/rgb_00011.jpg /bookstore_0001h/sync_depth_00011.png 518.8579 -/dining_room_0014/rgb_00078.jpg /dining_room_0014/sync_depth_00078.png 518.8579 -/bathroom_0051/rgb_00047.jpg /bathroom_0051/sync_depth_00047.png 518.8579 -/bedroom_0045/rgb_00021.jpg /bedroom_0045/sync_depth_00021.png 518.8579 -/furniture_store_0002d/rgb_00052.jpg /furniture_store_0002d/sync_depth_00052.png 518.8579 -/kitchen_0035b/rgb_00324.jpg /kitchen_0035b/sync_depth_00324.png 518.8579 -/bedroom_0078/rgb_00006.jpg /bedroom_0078/sync_depth_00006.png 518.8579 -/living_room_0035/rgb_00043.jpg /living_room_0035/sync_depth_00043.png 518.8579 -/bookstore_0001d/rgb_00052.jpg /bookstore_0001d/sync_depth_00052.png 518.8579 -/furniture_store_0002b/rgb_00215.jpg /furniture_store_0002b/sync_depth_00215.png 518.8579 -/home_office_0004/rgb_00049.jpg /home_office_0004/sync_depth_00049.png 518.8579 -/kitchen_0019a/rgb_00074.jpg /kitchen_0019a/sync_depth_00074.png 518.8579 -/dining_room_0001b/rgb_00220.jpg /dining_room_0001b/sync_depth_00220.png 518.8579 -/bedroom_0034/rgb_00001.jpg /bedroom_0034/sync_depth_00001.png 518.8579 -/kitchen_0052/rgb_00162.jpg /kitchen_0052/sync_depth_00162.png 518.8579 -/home_office_0004/rgb_00016.jpg /home_office_0004/sync_depth_00016.png 518.8579 -/dining_room_0001b/rgb_00003.jpg /dining_room_0001b/sync_depth_00003.png 518.8579 -/living_room_0068/rgb_00019.jpg /living_room_0068/sync_depth_00019.png 518.8579 -/bedroom_0016/rgb_00126.jpg /bedroom_0016/sync_depth_00126.png 518.8579 -/bedroom_0047/rgb_00018.jpg /bedroom_0047/sync_depth_00018.png 518.8579 -/living_room_0083/rgb_00028.jpg /living_room_0083/sync_depth_00028.png 518.8579 -/home_office_0008/rgb_00086.jpg /home_office_0008/sync_depth_00086.png 518.8579 -/dining_room_0007/rgb_00171.jpg /dining_room_0007/sync_depth_00171.png 518.8579 -/kitchen_0028b/rgb_00017.jpg /kitchen_0028b/sync_depth_00017.png 518.8579 -/living_room_0019/rgb_00098.jpg /living_room_0019/sync_depth_00098.png 518.8579 -/kitchen_0060/rgb_00138.jpg /kitchen_0060/sync_depth_00138.png 518.8579 -/bathroom_0002/rgb_00006.jpg /bathroom_0002/sync_depth_00006.png 518.8579 -/bookstore_0001e/rgb_00212.jpg /bookstore_0001e/sync_depth_00212.png 518.8579 -/furniture_store_0002a/rgb_00177.jpg /furniture_store_0002a/sync_depth_00177.png 518.8579 -/bedroom_0062/rgb_00015.jpg /bedroom_0062/sync_depth_00015.png 518.8579 -/kitchen_0031/rgb_00038.jpg /kitchen_0031/sync_depth_00038.png 518.8579 -/living_room_0086a/rgb_00011.jpg /living_room_0086a/sync_depth_00011.png 518.8579 -/reception_room_0002/rgb_00075.jpg /reception_room_0002/sync_depth_00075.png 518.8579 -/indoor_balcony_0001/rgb_00012.jpg /indoor_balcony_0001/sync_depth_00012.png 518.8579 -/living_room_0055/rgb_00119.jpg /living_room_0055/sync_depth_00119.png 518.8579 -/bedroom_0065/rgb_00043.jpg /bedroom_0065/sync_depth_00043.png 518.8579 -/bedroom_0040/rgb_00024.jpg /bedroom_0040/sync_depth_00024.png 518.8579 -/living_room_0050/rgb_00001.jpg /living_room_0050/sync_depth_00001.png 518.8579 -/dining_room_0037/rgb_00029.jpg /dining_room_0037/sync_depth_00029.png 518.8579 -/bedroom_0063/rgb_00111.jpg /bedroom_0063/sync_depth_00111.png 518.8579 -/office_0026/rgb_00000.jpg /office_0026/sync_depth_00000.png 518.8579 -/dining_room_0001b/rgb_00202.jpg /dining_room_0001b/sync_depth_00202.png 518.8579 -/bedroom_0034/rgb_00008.jpg /bedroom_0034/sync_depth_00008.png 518.8579 -/bedroom_0051/rgb_00096.jpg /bedroom_0051/sync_depth_00096.png 518.8579 -/furniture_store_0002d/rgb_00030.jpg /furniture_store_0002d/sync_depth_00030.png 518.8579 -/kitchen_0017/rgb_00018.jpg /kitchen_0017/sync_depth_00018.png 518.8579 -/furniture_store_0001e/rgb_00023.jpg /furniture_store_0001e/sync_depth_00023.png 518.8579 -/bedroom_0025/rgb_00107.jpg /bedroom_0025/sync_depth_00107.png 518.8579 -/bedroom_0041/rgb_00061.jpg /bedroom_0041/sync_depth_00061.png 518.8579 -/kitchen_0035b/rgb_00311.jpg /kitchen_0035b/sync_depth_00311.png 518.8579 -/bedroom_0082/rgb_00010.jpg /bedroom_0082/sync_depth_00010.png 518.8579 -/kitchen_0043/rgb_00078.jpg /kitchen_0043/sync_depth_00078.png 518.8579 -/living_room_0010/rgb_00203.jpg /living_room_0010/sync_depth_00203.png 518.8579 -/dining_room_0031/rgb_00167.jpg /dining_room_0031/sync_depth_00167.png 518.8579 -/bathroom_0011/rgb_00034.jpg /bathroom_0011/sync_depth_00034.png 518.8579 -/classroom_0010/rgb_00006.jpg /classroom_0010/sync_depth_00006.png 518.8579 -/cafe_0001c/rgb_00039.jpg /cafe_0001c/sync_depth_00039.png 518.8579 -/bedroom_0097/rgb_00064.jpg /bedroom_0097/sync_depth_00064.png 518.8579 -/living_room_0078/rgb_00120.jpg /living_room_0078/sync_depth_00120.png 518.8579 -/home_office_0005/rgb_00057.jpg /home_office_0005/sync_depth_00057.png 518.8579 -/dining_room_0024/rgb_00093.jpg /dining_room_0024/sync_depth_00093.png 518.8579 -/living_room_0068/rgb_00037.jpg /living_room_0068/sync_depth_00037.png 518.8579 -/bedroom_0124/rgb_00007.jpg /bedroom_0124/sync_depth_00007.png 518.8579 -/office_0012/rgb_00008.jpg /office_0012/sync_depth_00008.png 518.8579 -/reception_room_0002/rgb_00110.jpg /reception_room_0002/sync_depth_00110.png 518.8579 -/bedroom_0096/rgb_00094.jpg /bedroom_0096/sync_depth_00094.png 518.8579 -/bedroom_0130/rgb_00060.jpg /bedroom_0130/sync_depth_00060.png 518.8579 -/study_room_0005a/rgb_00040.jpg /study_room_0005a/sync_depth_00040.png 518.8579 -/kitchen_0043/rgb_00158.jpg /kitchen_0043/sync_depth_00158.png 518.8579 -/living_room_0058/rgb_00096.jpg /living_room_0058/sync_depth_00096.png 518.8579 -/excercise_room_0001/rgb_00117.jpg /excercise_room_0001/sync_depth_00117.png 518.8579 -/cafe_0001a/rgb_00029.jpg /cafe_0001a/sync_depth_00029.png 518.8579 -/bedroom_0047/rgb_00006.jpg /bedroom_0047/sync_depth_00006.png 518.8579 -/bedroom_0086/rgb_00031.jpg /bedroom_0086/sync_depth_00031.png 518.8579 -/furniture_store_0001d/rgb_00182.jpg /furniture_store_0001d/sync_depth_00182.png 518.8579 -/home_storage_0001/rgb_00062.jpg /home_storage_0001/sync_depth_00062.png 518.8579 -/bathroom_0033/rgb_00020.jpg /bathroom_0033/sync_depth_00020.png 518.8579 -/living_room_0011/rgb_00135.jpg /living_room_0011/sync_depth_00135.png 518.8579 -/bookstore_0001f/rgb_00053.jpg /bookstore_0001f/sync_depth_00053.png 518.8579 -/bedroom_0026/rgb_00047.jpg /bedroom_0026/sync_depth_00047.png 518.8579 -/living_room_0047b/rgb_00000.jpg /living_room_0047b/sync_depth_00000.png 518.8579 -/indoor_balcony_0001/rgb_00014.jpg /indoor_balcony_0001/sync_depth_00014.png 518.8579 -/classroom_0012/rgb_00032.jpg /classroom_0012/sync_depth_00032.png 518.8579 -/dining_room_0014/rgb_00012.jpg /dining_room_0014/sync_depth_00012.png 518.8579 -/furniture_store_0001c/rgb_00011.jpg /furniture_store_0001c/sync_depth_00011.png 518.8579 -/kitchen_0045a/rgb_00093.jpg /kitchen_0045a/sync_depth_00093.png 518.8579 -/nyu_office_1/rgb_00087.jpg /nyu_office_1/sync_depth_00087.png 518.8579 -/bathroom_0039/rgb_00051.jpg /bathroom_0039/sync_depth_00051.png 518.8579 -/bedroom_0120/rgb_00061.jpg /bedroom_0120/sync_depth_00061.png 518.8579 -/bedroom_0072/rgb_00101.jpg /bedroom_0072/sync_depth_00101.png 518.8579 -/kitchen_0028a/rgb_00154.jpg /kitchen_0028a/sync_depth_00154.png 518.8579 -/dining_room_0031/rgb_00039.jpg /dining_room_0031/sync_depth_00039.png 518.8579 -/classroom_0011/rgb_00036.jpg /classroom_0011/sync_depth_00036.png 518.8579 -/furniture_store_0002a/rgb_00182.jpg /furniture_store_0002a/sync_depth_00182.png 518.8579 -/kitchen_0033/rgb_00023.jpg /kitchen_0033/sync_depth_00023.png 518.8579 -/bathroom_0049/rgb_00055.jpg /bathroom_0049/sync_depth_00055.png 518.8579 -/bedroom_0052/rgb_00154.jpg /bedroom_0052/sync_depth_00154.png 518.8579 -/bedroom_0136/rgb_00146.jpg /bedroom_0136/sync_depth_00146.png 518.8579 -/living_room_0047a/rgb_00054.jpg /living_room_0047a/sync_depth_00054.png 518.8579 -/bathroom_0028/rgb_00100.jpg /bathroom_0028/sync_depth_00100.png 518.8579 -/living_room_0067/rgb_00039.jpg /living_room_0067/sync_depth_00039.png 518.8579 -/dining_room_0029/rgb_00072.jpg /dining_room_0029/sync_depth_00072.png 518.8579 -/kitchen_0011a/rgb_00043.jpg /kitchen_0011a/sync_depth_00043.png 518.8579 -/bedroom_0078/rgb_00156.jpg /bedroom_0078/sync_depth_00156.png 518.8579 -/living_room_0086a/rgb_00015.jpg /living_room_0086a/sync_depth_00015.png 518.8579 -/kitchen_0029c/rgb_00076.jpg /kitchen_0029c/sync_depth_00076.png 518.8579 -/bedroom_0004/rgb_00034.jpg /bedroom_0004/sync_depth_00034.png 518.8579 -/bedroom_0136/rgb_00073.jpg /bedroom_0136/sync_depth_00073.png 518.8579 -/living_room_0005/rgb_00023.jpg /living_room_0005/sync_depth_00023.png 518.8579 -/kitchen_0031/rgb_00013.jpg /kitchen_0031/sync_depth_00013.png 518.8579 -/basement_0001b/rgb_00003.jpg /basement_0001b/sync_depth_00003.png 518.8579 -/dining_room_0008/rgb_00068.jpg /dining_room_0008/sync_depth_00068.png 518.8579 -/bookstore_0001g/rgb_00024.jpg /bookstore_0001g/sync_depth_00024.png 518.8579 -/living_room_0032/rgb_00005.jpg /living_room_0032/sync_depth_00005.png 518.8579 -/living_room_0029/rgb_00065.jpg /living_room_0029/sync_depth_00065.png 518.8579 -/kitchen_0051/rgb_00039.jpg /kitchen_0051/sync_depth_00039.png 518.8579 -/bedroom_0104/rgb_00062.jpg /bedroom_0104/sync_depth_00062.png 518.8579 -/basement_0001a/rgb_00098.jpg /basement_0001a/sync_depth_00098.png 518.8579 -/kitchen_0045a/rgb_00191.jpg /kitchen_0045a/sync_depth_00191.png 518.8579 -/living_room_0019/rgb_00048.jpg /living_room_0019/sync_depth_00048.png 518.8579 -/living_room_0063/rgb_00145.jpg /living_room_0063/sync_depth_00145.png 518.8579 -/bookstore_0001j/rgb_00318.jpg /bookstore_0001j/sync_depth_00318.png 518.8579 -/bedroom_0078/rgb_00058.jpg /bedroom_0078/sync_depth_00058.png 518.8579 -/kitchen_0059/rgb_00046.jpg /kitchen_0059/sync_depth_00046.png 518.8579 -/living_room_0004/rgb_00139.jpg /living_room_0004/sync_depth_00139.png 518.8579 -/home_office_0011/rgb_00001.jpg /home_office_0011/sync_depth_00001.png 518.8579 -/bedroom_0025/rgb_00067.jpg /bedroom_0025/sync_depth_00067.png 518.8579 -/bedroom_0097/rgb_00050.jpg /bedroom_0097/sync_depth_00050.png 518.8579 -/office_kitchen_0001b/rgb_00024.jpg /office_kitchen_0001b/sync_depth_00024.png 518.8579 -/bookstore_0001f/rgb_00323.jpg /bookstore_0001f/sync_depth_00323.png 518.8579 -/furniture_store_0001e/rgb_00043.jpg /furniture_store_0001e/sync_depth_00043.png 518.8579 -/home_storage_0001/rgb_00156.jpg /home_storage_0001/sync_depth_00156.png 518.8579 -/bedroom_0004/rgb_00085.jpg /bedroom_0004/sync_depth_00085.png 518.8579 -/bedroom_0016/rgb_00164.jpg /bedroom_0016/sync_depth_00164.png 518.8579 -/dining_room_0024/rgb_00028.jpg /dining_room_0024/sync_depth_00028.png 518.8579 -/kitchen_0048/rgb_00164.jpg /kitchen_0048/sync_depth_00164.png 518.8579 -/nyu_office_1/rgb_00062.jpg /nyu_office_1/sync_depth_00062.png 518.8579 -/dining_room_0034/rgb_00127.jpg /dining_room_0034/sync_depth_00127.png 518.8579 -/bookstore_0001g/rgb_00207.jpg /bookstore_0001g/sync_depth_00207.png 518.8579 -/dinette_0001/rgb_00098.jpg /dinette_0001/sync_depth_00098.png 518.8579 -/conference_room_0001/rgb_00134.jpg /conference_room_0001/sync_depth_00134.png 518.8579 -/bedroom_0094/rgb_00032.jpg /bedroom_0094/sync_depth_00032.png 518.8579 -/dining_room_0016/rgb_00039.jpg /dining_room_0016/sync_depth_00039.png 518.8579 -/living_room_0010/rgb_00181.jpg /living_room_0010/sync_depth_00181.png 518.8579 -/home_office_0005/rgb_00137.jpg /home_office_0005/sync_depth_00137.png 518.8579 -/bedroom_0125a/rgb_00003.jpg /bedroom_0125a/sync_depth_00003.png 518.8579 -/office_0006/rgb_00017.jpg /office_0006/sync_depth_00017.png 518.8579 -/bedroom_0012/rgb_00056.jpg /bedroom_0012/sync_depth_00056.png 518.8579 -/bedroom_0076a/rgb_00028.jpg /bedroom_0076a/sync_depth_00028.png 518.8579 -/living_room_0046b/rgb_00030.jpg /living_room_0046b/sync_depth_00030.png 518.8579 -/bedroom_0012/rgb_00037.jpg /bedroom_0012/sync_depth_00037.png 518.8579 -/living_room_0022/rgb_00237.jpg /living_room_0022/sync_depth_00237.png 518.8579 -/bedroom_0031/rgb_00027.jpg /bedroom_0031/sync_depth_00027.png 518.8579 -/kitchen_0060/rgb_00031.jpg /kitchen_0060/sync_depth_00031.png 518.8579 -/bedroom_0021/rgb_00072.jpg /bedroom_0021/sync_depth_00072.png 518.8579 -/dining_room_0010/rgb_00056.jpg /dining_room_0010/sync_depth_00056.png 518.8579 -/kitchen_0051/rgb_00152.jpg /kitchen_0051/sync_depth_00152.png 518.8579 -/student_lounge_0001/rgb_00116.jpg /student_lounge_0001/sync_depth_00116.png 518.8579 -/bedroom_0019/rgb_00163.jpg /bedroom_0019/sync_depth_00163.png 518.8579 -/furniture_store_0002a/rgb_00010.jpg /furniture_store_0002a/sync_depth_00010.png 518.8579 -/kitchen_0035b/rgb_00133.jpg /kitchen_0035b/sync_depth_00133.png 518.8579 -/kitchen_0035b/rgb_00107.jpg /kitchen_0035b/sync_depth_00107.png 518.8579 -/bedroom_0019/rgb_00141.jpg /bedroom_0019/sync_depth_00141.png 518.8579 -/dining_room_0012/rgb_00008.jpg /dining_room_0012/sync_depth_00008.png 518.8579 -/dining_room_0023/rgb_00107.jpg /dining_room_0023/sync_depth_00107.png 518.8579 -/living_room_0022/rgb_00271.jpg /living_room_0022/sync_depth_00271.png 518.8579 -/home_office_0005/rgb_00131.jpg /home_office_0005/sync_depth_00131.png 518.8579 -/reception_room_0001b/rgb_00035.jpg /reception_room_0001b/sync_depth_00035.png 518.8579 -/reception_room_0001b/rgb_00109.jpg /reception_room_0001b/sync_depth_00109.png 518.8579 -/dining_room_0001b/rgb_00064.jpg /dining_room_0001b/sync_depth_00064.png 518.8579 -/kitchen_0033/rgb_00138.jpg /kitchen_0033/sync_depth_00138.png 518.8579 -/home_office_0007/rgb_00023.jpg /home_office_0007/sync_depth_00023.png 518.8579 -/bedroom_0015/rgb_00097.jpg /bedroom_0015/sync_depth_00097.png 518.8579 -/bedroom_0012/rgb_00058.jpg /bedroom_0012/sync_depth_00058.png 518.8579 -/living_room_0062/rgb_00051.jpg /living_room_0062/sync_depth_00051.png 518.8579 -/bathroom_0007/rgb_00002.jpg /bathroom_0007/sync_depth_00002.png 518.8579 -/bedroom_0051/rgb_00010.jpg /bedroom_0051/sync_depth_00010.png 518.8579 -/dining_room_0001b/rgb_00088.jpg /dining_room_0001b/sync_depth_00088.png 518.8579 -/furniture_store_0002b/rgb_00056.jpg /furniture_store_0002b/sync_depth_00056.png 518.8579 -/living_room_0004/rgb_00072.jpg /living_room_0004/sync_depth_00072.png 518.8579 -/home_office_0007/rgb_00015.jpg /home_office_0007/sync_depth_00015.png 518.8579 -/bedroom_0113/rgb_00113.jpg /bedroom_0113/sync_depth_00113.png 518.8579 -/kitchen_0035b/rgb_00136.jpg /kitchen_0035b/sync_depth_00136.png 518.8579 -/study_room_0005b/rgb_00025.jpg /study_room_0005b/sync_depth_00025.png 518.8579 -/living_room_0069a/rgb_00055.jpg /living_room_0069a/sync_depth_00055.png 518.8579 -/living_room_0071/rgb_00043.jpg /living_room_0071/sync_depth_00043.png 518.8579 -/bedroom_0004/rgb_00040.jpg /bedroom_0004/sync_depth_00040.png 518.8579 -/dining_room_0010/rgb_00064.jpg /dining_room_0010/sync_depth_00064.png 518.8579 -/dining_room_0034/rgb_00067.jpg /dining_room_0034/sync_depth_00067.png 518.8579 -/living_room_0040/rgb_00084.jpg /living_room_0040/sync_depth_00084.png 518.8579 -/kitchen_0050/rgb_00058.jpg /kitchen_0050/sync_depth_00058.png 518.8579 -/bedroom_0053/rgb_00082.jpg /bedroom_0053/sync_depth_00082.png 518.8579 -/furniture_store_0002b/rgb_00244.jpg /furniture_store_0002b/sync_depth_00244.png 518.8579 -/kitchen_0060/rgb_00181.jpg /kitchen_0060/sync_depth_00181.png 518.8579 -/kitchen_0059/rgb_00009.jpg /kitchen_0059/sync_depth_00009.png 518.8579 -/living_room_0078/rgb_00076.jpg /living_room_0078/sync_depth_00076.png 518.8579 -/dining_room_0031/rgb_00137.jpg /dining_room_0031/sync_depth_00137.png 518.8579 -/bedroom_0125b/rgb_00084.jpg /bedroom_0125b/sync_depth_00084.png 518.8579 -/bookstore_0001f/rgb_00122.jpg /bookstore_0001f/sync_depth_00122.png 518.8579 -/dining_room_0031/rgb_00057.jpg /dining_room_0031/sync_depth_00057.png 518.8579 -/living_room_0068/rgb_00079.jpg /living_room_0068/sync_depth_00079.png 518.8579 -/kitchen_0029b/rgb_00026.jpg /kitchen_0029b/sync_depth_00026.png 518.8579 -/kitchen_0052/rgb_00146.jpg /kitchen_0052/sync_depth_00146.png 518.8579 -/dining_room_0031/rgb_00242.jpg /dining_room_0031/sync_depth_00242.png 518.8579 -/bedroom_0080/rgb_00065.jpg /bedroom_0080/sync_depth_00065.png 518.8579 -/dinette_0001/rgb_00099.jpg /dinette_0001/sync_depth_00099.png 518.8579 -/bookstore_0001d/rgb_00084.jpg /bookstore_0001d/sync_depth_00084.png 518.8579 -/living_room_0062/rgb_00094.jpg /living_room_0062/sync_depth_00094.png 518.8579 -/kitchen_0033/rgb_00061.jpg /kitchen_0033/sync_depth_00061.png 518.8579 -/living_room_0042b/rgb_00004.jpg /living_room_0042b/sync_depth_00004.png 518.8579 -/office_0003/rgb_00020.jpg /office_0003/sync_depth_00020.png 518.8579 -/dining_room_0013/rgb_00071.jpg /dining_room_0013/sync_depth_00071.png 518.8579 -/bedroom_0106/rgb_00103.jpg /bedroom_0106/sync_depth_00103.png 518.8579 -/classroom_0006/rgb_00002.jpg /classroom_0006/sync_depth_00002.png 518.8579 -/dining_room_0023/rgb_00121.jpg /dining_room_0023/sync_depth_00121.png 518.8579 -/kitchen_0047/rgb_00009.jpg /kitchen_0047/sync_depth_00009.png 518.8579 -/bedroom_0052/rgb_00030.jpg /bedroom_0052/sync_depth_00030.png 518.8579 -/nyu_office_1/rgb_00065.jpg /nyu_office_1/sync_depth_00065.png 518.8579 -/dining_room_0031/rgb_00108.jpg /dining_room_0031/sync_depth_00108.png 518.8579 -/basement_0001a/rgb_00115.jpg /basement_0001a/sync_depth_00115.png 518.8579 -/classroom_0011/rgb_00011.jpg /classroom_0011/sync_depth_00011.png 518.8579 -/classroom_0006/rgb_00087.jpg /classroom_0006/sync_depth_00087.png 518.8579 -/dining_room_0033/rgb_00118.jpg /dining_room_0033/sync_depth_00118.png 518.8579 -/kitchen_0035b/rgb_00037.jpg /kitchen_0035b/sync_depth_00037.png 518.8579 -/kitchen_0043/rgb_00125.jpg /kitchen_0043/sync_depth_00125.png 518.8579 -/furniture_store_0002a/rgb_00086.jpg /furniture_store_0002a/sync_depth_00086.png 518.8579 -/bathroom_0028/rgb_00133.jpg /bathroom_0028/sync_depth_00133.png 518.8579 -/bedroom_0076a/rgb_00024.jpg /bedroom_0076a/sync_depth_00024.png 518.8579 -/office_0026/rgb_00134.jpg /office_0026/sync_depth_00134.png 518.8579 -/living_room_0058/rgb_00138.jpg /living_room_0058/sync_depth_00138.png 518.8579 -/bookstore_0001d/rgb_00155.jpg /bookstore_0001d/sync_depth_00155.png 518.8579 -/bedroom_0069/rgb_00008.jpg /bedroom_0069/sync_depth_00008.png 518.8579 -/nyu_office_0/rgb_00349.jpg /nyu_office_0/sync_depth_00349.png 518.8579 -/bathroom_0014a/rgb_00064.jpg /bathroom_0014a/sync_depth_00064.png 518.8579 -/bedroom_0062/rgb_00007.jpg /bedroom_0062/sync_depth_00007.png 518.8579 -/kitchen_0029b/rgb_00049.jpg /kitchen_0029b/sync_depth_00049.png 518.8579 -/study_room_0005b/rgb_00027.jpg /study_room_0005b/sync_depth_00027.png 518.8579 -/bedroom_0136/rgb_00016.jpg /bedroom_0136/sync_depth_00016.png 518.8579 -/kitchen_0051/rgb_00158.jpg /kitchen_0051/sync_depth_00158.png 518.8579 -/bedroom_0071/rgb_00181.jpg /bedroom_0071/sync_depth_00181.png 518.8579 -/bedroom_0042/rgb_00045.jpg /bedroom_0042/sync_depth_00045.png 518.8579 -/office_0026/rgb_00051.jpg /office_0026/sync_depth_00051.png 518.8579 -/bedroom_0017/rgb_00141.jpg /bedroom_0017/sync_depth_00141.png 518.8579 -/bedroom_0100/rgb_00068.jpg /bedroom_0100/sync_depth_00068.png 518.8579 -/bedroom_0028/rgb_00043.jpg /bedroom_0028/sync_depth_00043.png 518.8579 -/bookstore_0001f/rgb_00077.jpg /bookstore_0001f/sync_depth_00077.png 518.8579 -/bedroom_0004/rgb_00018.jpg /bedroom_0004/sync_depth_00018.png 518.8579 -/kitchen_0028a/rgb_00106.jpg /kitchen_0028a/sync_depth_00106.png 518.8579 -/bathroom_0006/rgb_00056.jpg /bathroom_0006/sync_depth_00056.png 518.8579 -/kitchen_0011a/rgb_00033.jpg /kitchen_0011a/sync_depth_00033.png 518.8579 -/living_room_0085/rgb_00061.jpg /living_room_0085/sync_depth_00061.png 518.8579 -/living_room_0035/rgb_00016.jpg /living_room_0035/sync_depth_00016.png 518.8579 -/living_room_0046b/rgb_00112.jpg /living_room_0046b/sync_depth_00112.png 518.8579 -/living_room_0019/rgb_00050.jpg /living_room_0019/sync_depth_00050.png 518.8579 -/office_kitchen_0003/rgb_00042.jpg /office_kitchen_0003/sync_depth_00042.png 518.8579 -/office_0012/rgb_00078.jpg /office_0012/sync_depth_00078.png 518.8579 -/kitchen_0052/rgb_00094.jpg /kitchen_0052/sync_depth_00094.png 518.8579 -/conference_room_0001/rgb_00037.jpg /conference_room_0001/sync_depth_00037.png 518.8579 -/living_room_0019/rgb_00167.jpg /living_room_0019/sync_depth_00167.png 518.8579 -/furniture_store_0001d/rgb_00156.jpg /furniture_store_0001d/sync_depth_00156.png 518.8579 -/office_kitchen_0003/rgb_00004.jpg /office_kitchen_0003/sync_depth_00004.png 518.8579 -/bedroom_0071/rgb_00129.jpg /bedroom_0071/sync_depth_00129.png 518.8579 -/kitchen_0003/rgb_00151.jpg /kitchen_0003/sync_depth_00151.png 518.8579 -/bedroom_0076a/rgb_00241.jpg /bedroom_0076a/sync_depth_00241.png 518.8579 -/office_0012/rgb_00106.jpg /office_0012/sync_depth_00106.png 518.8579 -/bedroom_0076a/rgb_00264.jpg /bedroom_0076a/sync_depth_00264.png 518.8579 -/dining_room_0012/rgb_00012.jpg /dining_room_0012/sync_depth_00012.png 518.8579 -/bedroom_0076a/rgb_00188.jpg /bedroom_0076a/sync_depth_00188.png 518.8579 -/living_room_0018/rgb_00145.jpg /living_room_0018/sync_depth_00145.png 518.8579 -/kitchen_0029c/rgb_00143.jpg /kitchen_0029c/sync_depth_00143.png 518.8579 -/bedroom_0071/rgb_00136.jpg /bedroom_0071/sync_depth_00136.png 518.8579 -/classroom_0006/rgb_00194.jpg /classroom_0006/sync_depth_00194.png 518.8579 -/dining_room_0001b/rgb_00085.jpg /dining_room_0001b/sync_depth_00085.png 518.8579 -/office_0024/rgb_00087.jpg /office_0024/sync_depth_00087.png 518.8579 -/kitchen_0045b/rgb_00112.jpg /kitchen_0045b/sync_depth_00112.png 518.8579 -/dining_room_0031/rgb_00267.jpg /dining_room_0031/sync_depth_00267.png 518.8579 -/living_room_0005/rgb_00151.jpg /living_room_0005/sync_depth_00151.png 518.8579 -/bedroom_0056a/rgb_00086.jpg /bedroom_0056a/sync_depth_00086.png 518.8579 -/living_room_0018/rgb_00184.jpg /living_room_0018/sync_depth_00184.png 518.8579 -/bathroom_0007/rgb_00057.jpg /bathroom_0007/sync_depth_00057.png 518.8579 -/living_room_0063/rgb_00135.jpg /living_room_0063/sync_depth_00135.png 518.8579 -/kitchen_0028b/rgb_00076.jpg /kitchen_0028b/sync_depth_00076.png 518.8579 -/kitchen_0008/rgb_00013.jpg /kitchen_0008/sync_depth_00013.png 518.8579 -/playroom_0003/rgb_00028.jpg /playroom_0003/sync_depth_00028.png 518.8579 -/living_room_0033/rgb_00049.jpg /living_room_0033/sync_depth_00049.png 518.8579 -/basement_0001a/rgb_00120.jpg /basement_0001a/sync_depth_00120.png 518.8579 -/bedroom_0051/rgb_00007.jpg /bedroom_0051/sync_depth_00007.png 518.8579 -/living_room_0018/rgb_00151.jpg /living_room_0018/sync_depth_00151.png 518.8579 -/living_room_0022/rgb_00175.jpg /living_room_0022/sync_depth_00175.png 518.8579 -/bedroom_0100/rgb_00052.jpg /bedroom_0100/sync_depth_00052.png 518.8579 -/office_0019/rgb_00056.jpg /office_0019/sync_depth_00056.png 518.8579 -/kitchen_0045a/rgb_00008.jpg /kitchen_0045a/sync_depth_00008.png 518.8579 -/furniture_store_0002b/rgb_00199.jpg /furniture_store_0002b/sync_depth_00199.png 518.8579 -/living_room_0012/rgb_00066.jpg /living_room_0012/sync_depth_00066.png 518.8579 -/dining_room_0023/rgb_00086.jpg /dining_room_0023/sync_depth_00086.png 518.8579 -/kitchen_0003/rgb_00087.jpg /kitchen_0003/sync_depth_00087.png 518.8579 -/conference_room_0001/rgb_00059.jpg /conference_room_0001/sync_depth_00059.png 518.8579 -/dining_room_0013/rgb_00036.jpg /dining_room_0013/sync_depth_00036.png 518.8579 -/dining_room_0019/rgb_00167.jpg /dining_room_0019/sync_depth_00167.png 518.8579 -/dining_room_0034/rgb_00228.jpg /dining_room_0034/sync_depth_00228.png 518.8579 -/bookstore_0001i/rgb_00035.jpg /bookstore_0001i/sync_depth_00035.png 518.8579 -/living_room_0063/rgb_00101.jpg /living_room_0063/sync_depth_00101.png 518.8579 -/living_room_0069a/rgb_00008.jpg /living_room_0069a/sync_depth_00008.png 518.8579 -/dining_room_0024/rgb_00008.jpg /dining_room_0024/sync_depth_00008.png 518.8579 -/nyu_office_0/rgb_00120.jpg /nyu_office_0/sync_depth_00120.png 518.8579 -/bedroom_0034/rgb_00116.jpg /bedroom_0034/sync_depth_00116.png 518.8579 -/classroom_0006/rgb_00184.jpg /classroom_0006/sync_depth_00184.png 518.8579 -/office_0025/rgb_00022.jpg /office_0025/sync_depth_00022.png 518.8579 -/home_office_0006/rgb_00089.jpg /home_office_0006/sync_depth_00089.png 518.8579 -/kitchen_0053/rgb_00080.jpg /kitchen_0053/sync_depth_00080.png 518.8579 -/reception_room_0001b/rgb_00023.jpg /reception_room_0001b/sync_depth_00023.png 518.8579 -/dining_room_0013/rgb_00096.jpg /dining_room_0013/sync_depth_00096.png 518.8579 -/living_room_0029/rgb_00010.jpg /living_room_0029/sync_depth_00010.png 518.8579 -/furniture_store_0002a/rgb_00031.jpg /furniture_store_0002a/sync_depth_00031.png 518.8579 -/bedroom_0041/rgb_00002.jpg /bedroom_0041/sync_depth_00002.png 518.8579 -/bedroom_0033/rgb_00013.jpg /bedroom_0033/sync_depth_00013.png 518.8579 -/study_0006/rgb_00015.jpg /study_0006/sync_depth_00015.png 518.8579 -/classroom_0005/rgb_00019.jpg /classroom_0005/sync_depth_00019.png 518.8579 -/bedroom_0038/rgb_00008.jpg /bedroom_0038/sync_depth_00008.png 518.8579 -/office_0026/rgb_00022.jpg /office_0026/sync_depth_00022.png 518.8579 -/bedroom_0071/rgb_00050.jpg /bedroom_0071/sync_depth_00050.png 518.8579 -/dining_room_0014/rgb_00046.jpg /dining_room_0014/sync_depth_00046.png 518.8579 -/bedroom_0106/rgb_00001.jpg /bedroom_0106/sync_depth_00001.png 518.8579 -/bedroom_0120/rgb_00084.jpg /bedroom_0120/sync_depth_00084.png 518.8579 -/bedroom_0080/rgb_00013.jpg /bedroom_0080/sync_depth_00013.png 518.8579 -/bathroom_0056/rgb_00039.jpg /bathroom_0056/sync_depth_00039.png 518.8579 -/bedroom_0010/rgb_00000.jpg /bedroom_0010/sync_depth_00000.png 518.8579 -/office_0004/rgb_00005.jpg /office_0004/sync_depth_00005.png 518.8579 -/living_room_0055/rgb_00133.jpg /living_room_0055/sync_depth_00133.png 518.8579 -/printer_room_0001/rgb_00043.jpg /printer_room_0001/sync_depth_00043.png 518.8579 -/kitchen_0019b/rgb_00004.jpg /kitchen_0019b/sync_depth_00004.png 518.8579 -/living_room_0022/rgb_00255.jpg /living_room_0022/sync_depth_00255.png 518.8579 -/kitchen_0029c/rgb_00092.jpg /kitchen_0029c/sync_depth_00092.png 518.8579 -/bathroom_0049/rgb_00011.jpg /bathroom_0049/sync_depth_00011.png 518.8579 -/living_room_0055/rgb_00069.jpg /living_room_0055/sync_depth_00069.png 518.8579 -/living_room_0062/rgb_00207.jpg /living_room_0062/sync_depth_00207.png 518.8579 -/bedroom_0004/rgb_00015.jpg /bedroom_0004/sync_depth_00015.png 518.8579 -/dining_room_0029/rgb_00054.jpg /dining_room_0029/sync_depth_00054.png 518.8579 -/living_room_0047b/rgb_00006.jpg /living_room_0047b/sync_depth_00006.png 518.8579 -/reception_room_0001a/rgb_00099.jpg /reception_room_0001a/sync_depth_00099.png 518.8579 -/reception_room_0001a/rgb_00081.jpg /reception_room_0001a/sync_depth_00081.png 518.8579 -/dining_room_0013/rgb_00059.jpg /dining_room_0013/sync_depth_00059.png 518.8579 -/furniture_store_0002c/rgb_00062.jpg /furniture_store_0002c/sync_depth_00062.png 518.8579 -/cafe_0001a/rgb_00076.jpg /cafe_0001a/sync_depth_00076.png 518.8579 -/kitchen_0011a/rgb_00050.jpg /kitchen_0011a/sync_depth_00050.png 518.8579 -/dining_room_0012/rgb_00190.jpg /dining_room_0012/sync_depth_00190.png 518.8579 -/basement_0001a/rgb_00032.jpg /basement_0001a/sync_depth_00032.png 518.8579 -/nyu_office_0/rgb_00385.jpg /nyu_office_0/sync_depth_00385.png 518.8579 -/living_room_0046b/rgb_00014.jpg /living_room_0046b/sync_depth_00014.png 518.8579 -/dining_room_0015/rgb_00207.jpg /dining_room_0015/sync_depth_00207.png 518.8579 -/furniture_store_0002a/rgb_00346.jpg /furniture_store_0002a/sync_depth_00346.png 518.8579 -/dining_room_0023/rgb_00001.jpg /dining_room_0023/sync_depth_00001.png 518.8579 -/student_lounge_0001/rgb_00115.jpg /student_lounge_0001/sync_depth_00115.png 518.8579 -/reception_room_0004/rgb_00075.jpg /reception_room_0004/sync_depth_00075.png 518.8579 -/dining_room_0010/rgb_00113.jpg /dining_room_0010/sync_depth_00113.png 518.8579 -/bathroom_0028/rgb_00122.jpg /bathroom_0028/sync_depth_00122.png 518.8579 -/home_office_0006/rgb_00147.jpg /home_office_0006/sync_depth_00147.png 518.8579 -/living_room_0068/rgb_00109.jpg /living_room_0068/sync_depth_00109.png 518.8579 -/reception_room_0002/rgb_00039.jpg /reception_room_0002/sync_depth_00039.png 518.8579 -/bedroom_0082/rgb_00046.jpg /bedroom_0082/sync_depth_00046.png 518.8579 -/bookstore_0001j/rgb_00070.jpg /bookstore_0001j/sync_depth_00070.png 518.8579 -/bookstore_0001i/rgb_00003.jpg /bookstore_0001i/sync_depth_00003.png 518.8579 -/kitchen_0011b/rgb_00056.jpg /kitchen_0011b/sync_depth_00056.png 518.8579 -/study_room_0004/rgb_00171.jpg /study_room_0004/sync_depth_00171.png 518.8579 -/bedroom_0010/rgb_00048.jpg /bedroom_0010/sync_depth_00048.png 518.8579 -/dining_room_0024/rgb_00140.jpg /dining_room_0024/sync_depth_00140.png 518.8579 -/living_room_0069b/rgb_00024.jpg /living_room_0069b/sync_depth_00024.png 518.8579 -/furniture_store_0002a/rgb_00140.jpg /furniture_store_0002a/sync_depth_00140.png 518.8579 -/living_room_0010/rgb_00058.jpg /living_room_0010/sync_depth_00058.png 518.8579 -/living_room_0069a/rgb_00064.jpg /living_room_0069a/sync_depth_00064.png 518.8579 -/furniture_store_0002b/rgb_00046.jpg /furniture_store_0002b/sync_depth_00046.png 518.8579 -/bedroom_0051/rgb_00119.jpg /bedroom_0051/sync_depth_00119.png 518.8579 -/kitchen_0047/rgb_00069.jpg /kitchen_0047/sync_depth_00069.png 518.8579 -/dining_room_0031/rgb_00031.jpg /dining_room_0031/sync_depth_00031.png 518.8579 -/office_0024/rgb_00029.jpg /office_0024/sync_depth_00029.png 518.8579 -/furniture_store_0002c/rgb_00016.jpg /furniture_store_0002c/sync_depth_00016.png 518.8579 -/kitchen_0016/rgb_00116.jpg /kitchen_0016/sync_depth_00116.png 518.8579 -/kitchen_0050/rgb_00176.jpg /kitchen_0050/sync_depth_00176.png 518.8579 -/living_room_0020/rgb_00064.jpg /living_room_0020/sync_depth_00064.png 518.8579 -/classroom_0003/rgb_00094.jpg /classroom_0003/sync_depth_00094.png 518.8579 -/conference_room_0002/rgb_00052.jpg /conference_room_0002/sync_depth_00052.png 518.8579 -/living_room_0005/rgb_00090.jpg /living_room_0005/sync_depth_00090.png 518.8579 -/bathroom_0023/rgb_00010.jpg /bathroom_0023/sync_depth_00010.png 518.8579 -/home_office_0011/rgb_00036.jpg /home_office_0011/sync_depth_00036.png 518.8579 -/office_0004/rgb_00042.jpg /office_0004/sync_depth_00042.png 518.8579 -/bedroom_0017/rgb_00066.jpg /bedroom_0017/sync_depth_00066.png 518.8579 -/bedroom_0047/rgb_00033.jpg /bedroom_0047/sync_depth_00033.png 518.8579 -/bedroom_0056a/rgb_00077.jpg /bedroom_0056a/sync_depth_00077.png 518.8579 -/bedroom_0106/rgb_00010.jpg /bedroom_0106/sync_depth_00010.png 518.8579 -/dining_room_0013/rgb_00137.jpg /dining_room_0013/sync_depth_00137.png 518.8579 -/bedroom_0010/rgb_00084.jpg /bedroom_0010/sync_depth_00084.png 518.8579 -/bedroom_0028/rgb_00009.jpg /bedroom_0028/sync_depth_00009.png 518.8579 -/living_room_0038/rgb_00078.jpg /living_room_0038/sync_depth_00078.png 518.8579 -/classroom_0022/rgb_00016.jpg /classroom_0022/sync_depth_00016.png 518.8579 -/living_room_0047a/rgb_00010.jpg /living_room_0047a/sync_depth_00010.png 518.8579 -/bookstore_0001j/rgb_00086.jpg /bookstore_0001j/sync_depth_00086.png 518.8579 -/furniture_store_0001d/rgb_00111.jpg /furniture_store_0001d/sync_depth_00111.png 518.8579 -/bedroom_0060/rgb_00046.jpg /bedroom_0060/sync_depth_00046.png 518.8579 -/kitchen_0011a/rgb_00002.jpg /kitchen_0011a/sync_depth_00002.png 518.8579 -/kitchen_0043/rgb_00077.jpg /kitchen_0043/sync_depth_00077.png 518.8579 -/home_storage_0001/rgb_00042.jpg /home_storage_0001/sync_depth_00042.png 518.8579 -/bedroom_0062/rgb_00045.jpg /bedroom_0062/sync_depth_00045.png 518.8579 -/furniture_store_0002a/rgb_00067.jpg /furniture_store_0002a/sync_depth_00067.png 518.8579 -/reception_room_0002/rgb_00072.jpg /reception_room_0002/sync_depth_00072.png 518.8579 -/bedroom_0126/rgb_00050.jpg /bedroom_0126/sync_depth_00050.png 518.8579 -/living_room_0040/rgb_00001.jpg /living_room_0040/sync_depth_00001.png 518.8579 -/bedroom_0016/rgb_00057.jpg /bedroom_0016/sync_depth_00057.png 518.8579 -/classroom_0010/rgb_00037.jpg /classroom_0010/sync_depth_00037.png 518.8579 -/dining_room_0013/rgb_00057.jpg /dining_room_0013/sync_depth_00057.png 518.8579 -/living_room_0040/rgb_00116.jpg /living_room_0040/sync_depth_00116.png 518.8579 -/furniture_store_0002b/rgb_00012.jpg /furniture_store_0002b/sync_depth_00012.png 518.8579 -/kitchen_0028a/rgb_00132.jpg /kitchen_0028a/sync_depth_00132.png 518.8579 -/living_room_0055/rgb_00002.jpg /living_room_0055/sync_depth_00002.png 518.8579 -/bedroom_0016/rgb_00019.jpg /bedroom_0016/sync_depth_00019.png 518.8579 -/dining_room_0012/rgb_00030.jpg /dining_room_0012/sync_depth_00030.png 518.8579 -/office_0011/rgb_00053.jpg /office_0011/sync_depth_00053.png 518.8579 -/office_0011/rgb_00076.jpg /office_0011/sync_depth_00076.png 518.8579 -/nyu_office_0/rgb_00292.jpg /nyu_office_0/sync_depth_00292.png 518.8579 -/office_0023/rgb_00028.jpg /office_0023/sync_depth_00028.png 518.8579 -/kitchen_0019a/rgb_00057.jpg /kitchen_0019a/sync_depth_00057.png 518.8579 -/dining_room_0033/rgb_00143.jpg /dining_room_0033/sync_depth_00143.png 518.8579 -/bedroom_0021/rgb_00069.jpg /bedroom_0021/sync_depth_00069.png 518.8579 -/living_room_0063/rgb_00024.jpg /living_room_0063/sync_depth_00024.png 518.8579 -/bedroom_0042/rgb_00016.jpg /bedroom_0042/sync_depth_00016.png 518.8579 -/classroom_0018/rgb_00025.jpg /classroom_0018/sync_depth_00025.png 518.8579 -/bedroom_0052/rgb_00189.jpg /bedroom_0052/sync_depth_00189.png 518.8579 -/dining_room_0023/rgb_00153.jpg /dining_room_0023/sync_depth_00153.png 518.8579 -/office_0021/rgb_00040.jpg /office_0021/sync_depth_00040.png 518.8579 -/living_room_0082/rgb_00037.jpg /living_room_0082/sync_depth_00037.png 518.8579 -/study_room_0004/rgb_00122.jpg /study_room_0004/sync_depth_00122.png 518.8579 -/classroom_0010/rgb_00061.jpg /classroom_0010/sync_depth_00061.png 518.8579 -/living_room_0011/rgb_00132.jpg /living_room_0011/sync_depth_00132.png 518.8579 -/living_room_0019/rgb_00222.jpg /living_room_0019/sync_depth_00222.png 518.8579 -/bedroom_0004/rgb_00161.jpg /bedroom_0004/sync_depth_00161.png 518.8579 -/kitchen_0060/rgb_00075.jpg /kitchen_0060/sync_depth_00075.png 518.8579 -/bedroom_0129/rgb_00083.jpg /bedroom_0129/sync_depth_00083.png 518.8579 -/home_office_0005/rgb_00055.jpg /home_office_0005/sync_depth_00055.png 518.8579 -/furniture_store_0002a/rgb_00120.jpg /furniture_store_0002a/sync_depth_00120.png 518.8579 -/living_room_0040/rgb_00266.jpg /living_room_0040/sync_depth_00266.png 518.8579 -/bedroom_0038/rgb_00010.jpg /bedroom_0038/sync_depth_00010.png 518.8579 -/student_lounge_0001/rgb_00102.jpg /student_lounge_0001/sync_depth_00102.png 518.8579 -/kitchen_0045a/rgb_00079.jpg /kitchen_0045a/sync_depth_00079.png 518.8579 -/living_room_0039/rgb_00148.jpg /living_room_0039/sync_depth_00148.png 518.8579 -/living_room_0012/rgb_00146.jpg /living_room_0012/sync_depth_00146.png 518.8579 -/office_0024/rgb_00042.jpg /office_0024/sync_depth_00042.png 518.8579 -/dining_room_0024/rgb_00034.jpg /dining_room_0024/sync_depth_00034.png 518.8579 -/kitchen_0043/rgb_00075.jpg /kitchen_0043/sync_depth_00075.png 518.8579 -/home_office_0006/rgb_00100.jpg /home_office_0006/sync_depth_00100.png 518.8579 -/office_0021/rgb_00049.jpg /office_0021/sync_depth_00049.png 518.8579 -/dining_room_0019/rgb_00055.jpg /dining_room_0019/sync_depth_00055.png 518.8579 -/living_room_0018/rgb_00216.jpg /living_room_0018/sync_depth_00216.png 518.8579 -/bedroom_0051/rgb_00058.jpg /bedroom_0051/sync_depth_00058.png 518.8579 -/dining_room_0029/rgb_00045.jpg /dining_room_0029/sync_depth_00045.png 518.8579 -/office_kitchen_0003/rgb_00035.jpg /office_kitchen_0003/sync_depth_00035.png 518.8579 -/living_room_0005/rgb_00112.jpg /living_room_0005/sync_depth_00112.png 518.8579 -/home_office_0011/rgb_00070.jpg /home_office_0011/sync_depth_00070.png 518.8579 -/playroom_0002/rgb_00154.jpg /playroom_0002/sync_depth_00154.png 518.8579 -/bedroom_0096/rgb_00026.jpg /bedroom_0096/sync_depth_00026.png 518.8579 -/office_kitchen_0001b/rgb_00049.jpg /office_kitchen_0001b/sync_depth_00049.png 518.8579 -/reception_room_0001a/rgb_00084.jpg /reception_room_0001a/sync_depth_00084.png 518.8579 -/kitchen_0051/rgb_00046.jpg /kitchen_0051/sync_depth_00046.png 518.8579 -/bathroom_0056/rgb_00048.jpg /bathroom_0056/sync_depth_00048.png 518.8579 -/kitchen_0043/rgb_00071.jpg /kitchen_0043/sync_depth_00071.png 518.8579 -/kitchen_0059/rgb_00016.jpg /kitchen_0059/sync_depth_00016.png 518.8579 -/bookstore_0001e/rgb_00099.jpg /bookstore_0001e/sync_depth_00099.png 518.8579 -/bedroom_0106/rgb_00150.jpg /bedroom_0106/sync_depth_00150.png 518.8579 -/dining_room_0037/rgb_00113.jpg /dining_room_0037/sync_depth_00113.png 518.8579 -/bedroom_0056a/rgb_00061.jpg /bedroom_0056a/sync_depth_00061.png 518.8579 -/kitchen_0048/rgb_00271.jpg /kitchen_0048/sync_depth_00271.png 518.8579 -/bathroom_0010/rgb_00027.jpg /bathroom_0010/sync_depth_00027.png 518.8579 -/dining_room_0015/rgb_00086.jpg /dining_room_0015/sync_depth_00086.png 518.8579 -/dining_room_0007/rgb_00164.jpg /dining_room_0007/sync_depth_00164.png 518.8579 -/study_room_0004/rgb_00014.jpg /study_room_0004/sync_depth_00014.png 518.8579 -/living_room_0029/rgb_00096.jpg /living_room_0029/sync_depth_00096.png 518.8579 -/dining_room_0013/rgb_00103.jpg /dining_room_0013/sync_depth_00103.png 518.8579 -/bedroom_0078/rgb_00056.jpg /bedroom_0078/sync_depth_00056.png 518.8579 -/bathroom_0053/rgb_00006.jpg /bathroom_0053/sync_depth_00006.png 518.8579 -/living_room_0069a/rgb_00068.jpg /living_room_0069a/sync_depth_00068.png 518.8579 -/kitchen_0053/rgb_00006.jpg /kitchen_0053/sync_depth_00006.png 518.8579 -/office_0026/rgb_00159.jpg /office_0026/sync_depth_00159.png 518.8579 -/conference_room_0002/rgb_00041.jpg /conference_room_0002/sync_depth_00041.png 518.8579 -/reception_room_0001b/rgb_00086.jpg /reception_room_0001b/sync_depth_00086.png 518.8579 -/kitchen_0043/rgb_00053.jpg /kitchen_0043/sync_depth_00053.png 518.8579 -/living_room_0046b/rgb_00119.jpg /living_room_0046b/sync_depth_00119.png 518.8579 -/conference_room_0001/rgb_00101.jpg /conference_room_0001/sync_depth_00101.png 518.8579 -/furniture_store_0001d/rgb_00037.jpg /furniture_store_0001d/sync_depth_00037.png 518.8579 -/bedroom_0069/rgb_00089.jpg /bedroom_0069/sync_depth_00089.png 518.8579 -/dining_room_0008/rgb_00084.jpg /dining_room_0008/sync_depth_00084.png 518.8579 -/bookstore_0001f/rgb_00511.jpg /bookstore_0001f/sync_depth_00511.png 518.8579 -/nyu_office_0/rgb_00054.jpg /nyu_office_0/sync_depth_00054.png 518.8579 -/living_room_0071/rgb_00040.jpg /living_room_0071/sync_depth_00040.png 518.8579 -/cafe_0001b/rgb_00063.jpg /cafe_0001b/sync_depth_00063.png 518.8579 -/kitchen_0053/rgb_00234.jpg /kitchen_0053/sync_depth_00234.png 518.8579 -/dining_room_0019/rgb_00170.jpg /dining_room_0019/sync_depth_00170.png 518.8579 -/kitchen_0019a/rgb_00154.jpg /kitchen_0019a/sync_depth_00154.png 518.8579 -/kitchen_0029c/rgb_00047.jpg /kitchen_0029c/sync_depth_00047.png 518.8579 -/living_room_0058/rgb_00107.jpg /living_room_0058/sync_depth_00107.png 518.8579 -/dining_room_0012/rgb_00120.jpg /dining_room_0012/sync_depth_00120.png 518.8579 -/living_room_0033/rgb_00011.jpg /living_room_0033/sync_depth_00011.png 518.8579 -/bedroom_0140/rgb_00044.jpg /bedroom_0140/sync_depth_00044.png 518.8579 -/home_office_0005/rgb_00112.jpg /home_office_0005/sync_depth_00112.png 518.8579 -/basement_0001a/rgb_00139.jpg /basement_0001a/sync_depth_00139.png 518.8579 -/living_room_0010/rgb_00188.jpg /living_room_0010/sync_depth_00188.png 518.8579 -/bathroom_0001/rgb_00006.jpg /bathroom_0001/sync_depth_00006.png 518.8579 -/bedroom_0078/rgb_00014.jpg /bedroom_0078/sync_depth_00014.png 518.8579 -/bedroom_0106/rgb_00025.jpg /bedroom_0106/sync_depth_00025.png 518.8579 -/dining_room_0015/rgb_00153.jpg /dining_room_0015/sync_depth_00153.png 518.8579 -/bedroom_0012/rgb_00000.jpg /bedroom_0012/sync_depth_00000.png 518.8579 -/bedroom_0079/rgb_00016.jpg /bedroom_0079/sync_depth_00016.png 518.8579 -/kitchen_0047/rgb_00060.jpg /kitchen_0047/sync_depth_00060.png 518.8579 -/dining_room_0029/rgb_00057.jpg /dining_room_0029/sync_depth_00057.png 518.8579 -/home_office_0008/rgb_00154.jpg /home_office_0008/sync_depth_00154.png 518.8579 -/reception_room_0004/rgb_00069.jpg /reception_room_0004/sync_depth_00069.png 518.8579 -/cafe_0001c/rgb_00004.jpg /cafe_0001c/sync_depth_00004.png 518.8579 -/living_room_0033/rgb_00022.jpg /living_room_0033/sync_depth_00022.png 518.8579 -/kitchen_0052/rgb_00059.jpg /kitchen_0052/sync_depth_00059.png 518.8579 -/bathroom_0055/rgb_00043.jpg /bathroom_0055/sync_depth_00043.png 518.8579 -/office_0009/rgb_00086.jpg /office_0009/sync_depth_00086.png 518.8579 -/study_0003/rgb_00030.jpg /study_0003/sync_depth_00030.png 518.8579 -/kitchen_0019a/rgb_00061.jpg /kitchen_0019a/sync_depth_00061.png 518.8579 -/kitchen_0029c/rgb_00124.jpg /kitchen_0029c/sync_depth_00124.png 518.8579 -/bedroom_0078/rgb_00163.jpg /bedroom_0078/sync_depth_00163.png 518.8579 -/bedroom_0074/rgb_00058.jpg /bedroom_0074/sync_depth_00058.png 518.8579 -/kitchen_0051/rgb_00037.jpg /kitchen_0051/sync_depth_00037.png 518.8579 -/kitchen_0016/rgb_00064.jpg /kitchen_0016/sync_depth_00064.png 518.8579 -/living_room_0040/rgb_00190.jpg /living_room_0040/sync_depth_00190.png 518.8579 -/bookstore_0001d/rgb_00106.jpg /bookstore_0001d/sync_depth_00106.png 518.8579 -/bedroom_0125b/rgb_00043.jpg /bedroom_0125b/sync_depth_00043.png 518.8579 -/dining_room_0012/rgb_00085.jpg /dining_room_0012/sync_depth_00085.png 518.8579 -/bedroom_0016/rgb_00221.jpg /bedroom_0016/sync_depth_00221.png 518.8579 -/kitchen_0003/rgb_00042.jpg /kitchen_0003/sync_depth_00042.png 518.8579 -/bedroom_0033/rgb_00115.jpg /bedroom_0033/sync_depth_00115.png 518.8579 -/dining_room_0002/rgb_00016.jpg /dining_room_0002/sync_depth_00016.png 518.8579 -/kitchen_0041/rgb_00011.jpg /kitchen_0041/sync_depth_00011.png 518.8579 -/living_room_0069b/rgb_00000.jpg /living_room_0069b/sync_depth_00000.png 518.8579 -/dining_room_0023/rgb_00064.jpg /dining_room_0023/sync_depth_00064.png 518.8579 -/bedroom_0015/rgb_00029.jpg /bedroom_0015/sync_depth_00029.png 518.8579 -/bedroom_0016/rgb_00142.jpg /bedroom_0016/sync_depth_00142.png 518.8579 -/kitchen_0059/rgb_00018.jpg /kitchen_0059/sync_depth_00018.png 518.8579 -/living_room_0047b/rgb_00155.jpg /living_room_0047b/sync_depth_00155.png 518.8579 -/dining_room_0019/rgb_00086.jpg /dining_room_0019/sync_depth_00086.png 518.8579 -/bookstore_0001f/rgb_00246.jpg /bookstore_0001f/sync_depth_00246.png 518.8579 -/bedroom_0086/rgb_00055.jpg /bedroom_0086/sync_depth_00055.png 518.8579 -/furniture_store_0002b/rgb_00068.jpg /furniture_store_0002b/sync_depth_00068.png 518.8579 -/kitchen_0035b/rgb_00066.jpg /kitchen_0035b/sync_depth_00066.png 518.8579 -/furniture_store_0002c/rgb_00038.jpg /furniture_store_0002c/sync_depth_00038.png 518.8579 -/bedroom_0017/rgb_00063.jpg /bedroom_0017/sync_depth_00063.png 518.8579 -/dining_room_0024/rgb_00047.jpg /dining_room_0024/sync_depth_00047.png 518.8579 -/bathroom_0005/rgb_00048.jpg /bathroom_0005/sync_depth_00048.png 518.8579 -/office_0024/rgb_00052.jpg /office_0024/sync_depth_00052.png 518.8579 -/furniture_store_0002b/rgb_00077.jpg /furniture_store_0002b/sync_depth_00077.png 518.8579 -/living_room_0022/rgb_00132.jpg /living_room_0022/sync_depth_00132.png 518.8579 -/kitchen_0028a/rgb_00109.jpg /kitchen_0028a/sync_depth_00109.png 518.8579 -/office_0023/rgb_00020.jpg /office_0023/sync_depth_00020.png 518.8579 -/bedroom_0053/rgb_00013.jpg /bedroom_0053/sync_depth_00013.png 518.8579 -/living_room_0029/rgb_00118.jpg /living_room_0029/sync_depth_00118.png 518.8579 -/kitchen_0053/rgb_00103.jpg /kitchen_0053/sync_depth_00103.png 518.8579 -/dining_room_0031/rgb_00193.jpg /dining_room_0031/sync_depth_00193.png 518.8579 -/office_0021/rgb_00044.jpg /office_0021/sync_depth_00044.png 518.8579 -/classroom_0010/rgb_00073.jpg /classroom_0010/sync_depth_00073.png 518.8579 -/bedroom_0071/rgb_00065.jpg /bedroom_0071/sync_depth_00065.png 518.8579 -/bathroom_0007/rgb_00082.jpg /bathroom_0007/sync_depth_00082.png 518.8579 -/student_lounge_0001/rgb_00083.jpg /student_lounge_0001/sync_depth_00083.png 518.8579 -/bathroom_0048/rgb_00054.jpg /bathroom_0048/sync_depth_00054.png 518.8579 -/dining_room_0037/rgb_00043.jpg /dining_room_0037/sync_depth_00043.png 518.8579 -/classroom_0003/rgb_00035.jpg /classroom_0003/sync_depth_00035.png 518.8579 -/bathroom_0041/rgb_00000.jpg /bathroom_0041/sync_depth_00000.png 518.8579 -/living_room_0020/rgb_00058.jpg /living_room_0020/sync_depth_00058.png 518.8579 -/home_office_0004/rgb_00052.jpg /home_office_0004/sync_depth_00052.png 518.8579 -/living_room_0020/rgb_00122.jpg /living_room_0020/sync_depth_00122.png 518.8579 -/bookstore_0001h/rgb_00038.jpg /bookstore_0001h/sync_depth_00038.png 518.8579 -/bedroom_0076a/rgb_00163.jpg /bedroom_0076a/sync_depth_00163.png 518.8579 -/kitchen_0051/rgb_00181.jpg /kitchen_0051/sync_depth_00181.png 518.8579 -/bookstore_0001h/rgb_00081.jpg /bookstore_0001h/sync_depth_00081.png 518.8579 -/kitchen_0041/rgb_00014.jpg /kitchen_0041/sync_depth_00014.png 518.8579 -/bedroom_0060/rgb_00060.jpg /bedroom_0060/sync_depth_00060.png 518.8579 -/indoor_balcony_0001/rgb_00007.jpg /indoor_balcony_0001/sync_depth_00007.png 518.8579 -/furniture_store_0001d/rgb_00072.jpg /furniture_store_0001d/sync_depth_00072.png 518.8579 -/bedroom_0076a/rgb_00206.jpg /bedroom_0076a/sync_depth_00206.png 518.8579 -/dining_room_0012/rgb_00108.jpg /dining_room_0012/sync_depth_00108.png 518.8579 -/living_room_0010/rgb_00213.jpg /living_room_0010/sync_depth_00213.png 518.8579 -/living_room_0011/rgb_00042.jpg /living_room_0011/sync_depth_00042.png 518.8579 -/bedroom_0120/rgb_00019.jpg /bedroom_0120/sync_depth_00019.png 518.8579 -/bathroom_0005/rgb_00041.jpg /bathroom_0005/sync_depth_00041.png 518.8579 -/living_room_0050/rgb_00248.jpg /living_room_0050/sync_depth_00248.png 518.8579 -/bathroom_0005/rgb_00013.jpg /bathroom_0005/sync_depth_00013.png 518.8579 -/dining_room_0028/rgb_00042.jpg /dining_room_0028/sync_depth_00042.png 518.8579 -/living_room_0040/rgb_00026.jpg /living_room_0040/sync_depth_00026.png 518.8579 -/living_room_0058/rgb_00155.jpg /living_room_0058/sync_depth_00155.png 518.8579 -/bedroom_0052/rgb_00139.jpg /bedroom_0052/sync_depth_00139.png 518.8579 -/living_room_0004/rgb_00048.jpg /living_room_0004/sync_depth_00048.png 518.8579 -/furniture_store_0002a/rgb_00359.jpg /furniture_store_0002a/sync_depth_00359.png 518.8579 -/nyu_office_0/rgb_00295.jpg /nyu_office_0/sync_depth_00295.png 518.8579 -/bedroom_0072/rgb_00040.jpg /bedroom_0072/sync_depth_00040.png 518.8579 -/bedroom_0026/rgb_00073.jpg /bedroom_0026/sync_depth_00073.png 518.8579 -/bedroom_0034/rgb_00049.jpg /bedroom_0034/sync_depth_00049.png 518.8579 -/bathroom_0010/rgb_00049.jpg /bathroom_0010/sync_depth_00049.png 518.8579 -/study_room_0005a/rgb_00028.jpg /study_room_0005a/sync_depth_00028.png 518.8579 -/dining_room_0015/rgb_00276.jpg /dining_room_0015/sync_depth_00276.png 518.8579 -/kitchen_0052/rgb_00057.jpg /kitchen_0052/sync_depth_00057.png 518.8579 -/dining_room_0014/rgb_00074.jpg /dining_room_0014/sync_depth_00074.png 518.8579 -/dining_room_0031/rgb_00070.jpg /dining_room_0031/sync_depth_00070.png 518.8579 -/kitchen_0011a/rgb_00124.jpg /kitchen_0011a/sync_depth_00124.png 518.8579 -/nyu_office_0/rgb_00418.jpg /nyu_office_0/sync_depth_00418.png 518.8579 -/living_room_0040/rgb_00281.jpg /living_room_0040/sync_depth_00281.png 518.8579 -/home_office_0007/rgb_00008.jpg /home_office_0007/sync_depth_00008.png 518.8579 -/dining_room_0029/rgb_00137.jpg /dining_room_0029/sync_depth_00137.png 518.8579 -/bedroom_0004/rgb_00114.jpg /bedroom_0004/sync_depth_00114.png 518.8579 -/living_room_0069a/rgb_00112.jpg /living_room_0069a/sync_depth_00112.png 518.8579 -/dining_room_0034/rgb_00031.jpg /dining_room_0034/sync_depth_00031.png 518.8579 -/bathroom_0034/rgb_00016.jpg /bathroom_0034/sync_depth_00016.png 518.8579 -/living_room_0063/rgb_00012.jpg /living_room_0063/sync_depth_00012.png 518.8579 -/bedroom_0056b/rgb_00003.jpg /bedroom_0056b/sync_depth_00003.png 518.8579 -/computer_lab_0002/rgb_00016.jpg /computer_lab_0002/sync_depth_00016.png 518.8579 -/bookstore_0001i/rgb_00001.jpg /bookstore_0001i/sync_depth_00001.png 518.8579 -/living_room_0012/rgb_00059.jpg /living_room_0012/sync_depth_00059.png 518.8579 -/living_room_0019/rgb_00183.jpg /living_room_0019/sync_depth_00183.png 518.8579 -/bedroom_0062/rgb_00064.jpg /bedroom_0062/sync_depth_00064.png 518.8579 -/kitchen_0011a/rgb_00040.jpg /kitchen_0011a/sync_depth_00040.png 518.8579 -/living_room_0063/rgb_00056.jpg /living_room_0063/sync_depth_00056.png 518.8579 -/study_0004/rgb_00036.jpg /study_0004/sync_depth_00036.png 518.8579 -/bedroom_0051/rgb_00176.jpg /bedroom_0051/sync_depth_00176.png 518.8579 -/furniture_store_0002b/rgb_00194.jpg /furniture_store_0002b/sync_depth_00194.png 518.8579 -/bathroom_0045a/rgb_00003.jpg /bathroom_0045a/sync_depth_00003.png 518.8579 -/study_room_0005b/rgb_00011.jpg /study_room_0005b/sync_depth_00011.png 518.8579 -/playroom_0002/rgb_00075.jpg /playroom_0002/sync_depth_00075.png 518.8579 -/bedroom_0066/rgb_00054.jpg /bedroom_0066/sync_depth_00054.png 518.8579 -/living_room_0062/rgb_00177.jpg /living_room_0062/sync_depth_00177.png 518.8579 -/dinette_0001/rgb_00072.jpg /dinette_0001/sync_depth_00072.png 518.8579 -/living_room_0004/rgb_00133.jpg /living_room_0004/sync_depth_00133.png 518.8579 -/bedroom_0096/rgb_00019.jpg /bedroom_0096/sync_depth_00019.png 518.8579 -/bathroom_0033/rgb_00031.jpg /bathroom_0033/sync_depth_00031.png 518.8579 -/furniture_store_0001f/rgb_00023.jpg /furniture_store_0001f/sync_depth_00023.png 518.8579 -/kitchen_0059/rgb_00054.jpg /kitchen_0059/sync_depth_00054.png 518.8579 -/bathroom_0054/rgb_00026.jpg /bathroom_0054/sync_depth_00026.png 518.8579 -/playroom_0002/rgb_00040.jpg /playroom_0002/sync_depth_00040.png 518.8579 -/kitchen_0017/rgb_00074.jpg /kitchen_0017/sync_depth_00074.png 518.8579 -/office_0004/rgb_00038.jpg /office_0004/sync_depth_00038.png 518.8579 -/bedroom_0052/rgb_00052.jpg /bedroom_0052/sync_depth_00052.png 518.8579 -/living_room_0005/rgb_00119.jpg /living_room_0005/sync_depth_00119.png 518.8579 -/living_room_0010/rgb_00093.jpg /living_room_0010/sync_depth_00093.png 518.8579 -/living_room_0069a/rgb_00042.jpg /living_room_0069a/sync_depth_00042.png 518.8579 -/bedroom_0096/rgb_00093.jpg /bedroom_0096/sync_depth_00093.png 518.8579 -/living_room_0055/rgb_00065.jpg /living_room_0055/sync_depth_00065.png 518.8579 -/bathroom_0056/rgb_00044.jpg /bathroom_0056/sync_depth_00044.png 518.8579 -/kitchen_0045a/rgb_00027.jpg /kitchen_0045a/sync_depth_00027.png 518.8579 -/living_room_0004/rgb_00146.jpg /living_room_0004/sync_depth_00146.png 518.8579 -/kitchen_0035b/rgb_00169.jpg /kitchen_0035b/sync_depth_00169.png 518.8579 -/bedroom_0025/rgb_00132.jpg /bedroom_0025/sync_depth_00132.png 518.8579 -/bookstore_0001d/rgb_00162.jpg /bookstore_0001d/sync_depth_00162.png 518.8579 -/bathroom_0001/rgb_00016.jpg /bathroom_0001/sync_depth_00016.png 518.8579 -/bedroom_0040/rgb_00021.jpg /bedroom_0040/sync_depth_00021.png 518.8579 -/kitchen_0060/rgb_00141.jpg /kitchen_0060/sync_depth_00141.png 518.8579 -/bedroom_0076a/rgb_00021.jpg /bedroom_0076a/sync_depth_00021.png 518.8579 -/living_room_0018/rgb_00116.jpg /living_room_0018/sync_depth_00116.png 518.8579 -/kitchen_0049/rgb_00074.jpg /kitchen_0049/sync_depth_00074.png 518.8579 -/nyu_office_0/rgb_00384.jpg /nyu_office_0/sync_depth_00384.png 518.8579 -/living_room_0011/rgb_00062.jpg /living_room_0011/sync_depth_00062.png 518.8579 -/bathroom_0033/rgb_00014.jpg /bathroom_0033/sync_depth_00014.png 518.8579 -/bathroom_0055/rgb_00017.jpg /bathroom_0055/sync_depth_00017.png 518.8579 -/bedroom_0097/rgb_00062.jpg /bedroom_0097/sync_depth_00062.png 518.8579 -/home_office_0004/rgb_00041.jpg /home_office_0004/sync_depth_00041.png 518.8579 -/bedroom_0021/rgb_00057.jpg /bedroom_0021/sync_depth_00057.png 518.8579 -/kitchen_0049/rgb_00150.jpg /kitchen_0049/sync_depth_00150.png 518.8579 -/student_lounge_0001/rgb_00014.jpg /student_lounge_0001/sync_depth_00014.png 518.8579 -/living_room_0011/rgb_00071.jpg /living_room_0011/sync_depth_00071.png 518.8579 -/study_room_0004/rgb_00008.jpg /study_room_0004/sync_depth_00008.png 518.8579 -/kitchen_0028a/rgb_00033.jpg /kitchen_0028a/sync_depth_00033.png 518.8579 -/kitchen_0017/rgb_00101.jpg /kitchen_0017/sync_depth_00101.png 518.8579 -/living_room_0039/rgb_00098.jpg /living_room_0039/sync_depth_00098.png 518.8579 -/furniture_store_0002b/rgb_00176.jpg /furniture_store_0002b/sync_depth_00176.png 518.8579 -/bedroom_0041/rgb_00044.jpg /bedroom_0041/sync_depth_00044.png 518.8579 -/dining_room_0033/rgb_00067.jpg /dining_room_0033/sync_depth_00067.png 518.8579 -/playroom_0002/rgb_00012.jpg /playroom_0002/sync_depth_00012.png 518.8579 -/living_room_0020/rgb_00152.jpg /living_room_0020/sync_depth_00152.png 518.8579 -/bathroom_0028/rgb_00053.jpg /bathroom_0028/sync_depth_00053.png 518.8579 -/basement_0001a/rgb_00066.jpg /basement_0001a/sync_depth_00066.png 518.8579 -/kitchen_0028a/rgb_00200.jpg /kitchen_0028a/sync_depth_00200.png 518.8579 -/basement_0001a/rgb_00096.jpg /basement_0001a/sync_depth_00096.png 518.8579 -/furniture_store_0001d/rgb_00073.jpg /furniture_store_0001d/sync_depth_00073.png 518.8579 -/bathroom_0041/rgb_00059.jpg /bathroom_0041/sync_depth_00059.png 518.8579 -/study_room_0005b/rgb_00015.jpg /study_room_0005b/sync_depth_00015.png 518.8579 -/furniture_store_0001b/rgb_00088.jpg /furniture_store_0001b/sync_depth_00088.png 518.8579 -/bedroom_0026/rgb_00072.jpg /bedroom_0026/sync_depth_00072.png 518.8579 -/living_room_0047b/rgb_00123.jpg /living_room_0047b/sync_depth_00123.png 518.8579 -/bedroom_0125a/rgb_00030.jpg /bedroom_0125a/sync_depth_00030.png 518.8579 -/kitchen_0010/rgb_00070.jpg /kitchen_0010/sync_depth_00070.png 518.8579 -/kitchen_0051/rgb_00010.jpg /kitchen_0051/sync_depth_00010.png 518.8579 -/bookstore_0001e/rgb_00073.jpg /bookstore_0001e/sync_depth_00073.png 518.8579 -/kitchen_0028a/rgb_00051.jpg /kitchen_0028a/sync_depth_00051.png 518.8579 -/dining_room_0033/rgb_00014.jpg /dining_room_0033/sync_depth_00014.png 518.8579 -/kitchen_0011b/rgb_00083.jpg /kitchen_0011b/sync_depth_00083.png 518.8579 -/dining_room_0028/rgb_00120.jpg /dining_room_0028/sync_depth_00120.png 518.8579 -/living_room_0069b/rgb_00049.jpg /living_room_0069b/sync_depth_00049.png 518.8579 -/office_0009/rgb_00054.jpg /office_0009/sync_depth_00054.png 518.8579 -/kitchen_0051/rgb_00343.jpg /kitchen_0051/sync_depth_00343.png 518.8579 -/study_room_0004/rgb_00063.jpg /study_room_0004/sync_depth_00063.png 518.8579 -/furniture_store_0001d/rgb_00255.jpg /furniture_store_0001d/sync_depth_00255.png 518.8579 -/bedroom_0012/rgb_00028.jpg /bedroom_0012/sync_depth_00028.png 518.8579 -/dining_room_0023/rgb_00030.jpg /dining_room_0023/sync_depth_00030.png 518.8579 -/nyu_office_0/rgb_00139.jpg /nyu_office_0/sync_depth_00139.png 518.8579 -/bedroom_0072/rgb_00096.jpg /bedroom_0072/sync_depth_00096.png 518.8579 -/bedroom_0025/rgb_00083.jpg /bedroom_0025/sync_depth_00083.png 518.8579 -/bookstore_0001f/rgb_00292.jpg /bookstore_0001f/sync_depth_00292.png 518.8579 -/living_room_0018/rgb_00148.jpg /living_room_0018/sync_depth_00148.png 518.8579 -/dining_room_0007/rgb_00060.jpg /dining_room_0007/sync_depth_00060.png 518.8579 -/office_kitchen_0003/rgb_00110.jpg /office_kitchen_0003/sync_depth_00110.png 518.8579 -/bathroom_0051/rgb_00055.jpg /bathroom_0051/sync_depth_00055.png 518.8579 -/playroom_0006/rgb_00098.jpg /playroom_0006/sync_depth_00098.png 518.8579 -/kitchen_0043/rgb_00019.jpg /kitchen_0043/sync_depth_00019.png 518.8579 -/home_office_0013/rgb_00084.jpg /home_office_0013/sync_depth_00084.png 518.8579 -/kitchen_0048/rgb_00150.jpg /kitchen_0048/sync_depth_00150.png 518.8579 -/study_0003/rgb_00102.jpg /study_0003/sync_depth_00102.png 518.8579 -/playroom_0004/rgb_00078.jpg /playroom_0004/sync_depth_00078.png 518.8579 -/living_room_0069a/rgb_00105.jpg /living_room_0069a/sync_depth_00105.png 518.8579 -/kitchen_0045a/rgb_00056.jpg /kitchen_0045a/sync_depth_00056.png 518.8579 -/dinette_0001/rgb_00056.jpg /dinette_0001/sync_depth_00056.png 518.8579 -/reception_room_0001b/rgb_00046.jpg /reception_room_0001b/sync_depth_00046.png 518.8579 -/playroom_0004/rgb_00015.jpg /playroom_0004/sync_depth_00015.png 518.8579 -/home_office_0006/rgb_00185.jpg /home_office_0006/sync_depth_00185.png 518.8579 -/kitchen_0048/rgb_00116.jpg /kitchen_0048/sync_depth_00116.png 518.8579 -/kitchen_0028b/rgb_00026.jpg /kitchen_0028b/sync_depth_00026.png 518.8579 -/bookstore_0001i/rgb_00163.jpg /bookstore_0001i/sync_depth_00163.png 518.8579 -/living_room_0040/rgb_00194.jpg /living_room_0040/sync_depth_00194.png 518.8579 -/bedroom_0076a/rgb_00047.jpg /bedroom_0076a/sync_depth_00047.png 518.8579 -/bedroom_0016/rgb_00145.jpg /bedroom_0016/sync_depth_00145.png 518.8579 -/kitchen_0059/rgb_00093.jpg /kitchen_0059/sync_depth_00093.png 518.8579 -/bedroom_0074/rgb_00114.jpg /bedroom_0074/sync_depth_00114.png 518.8579 -/bookstore_0001j/rgb_00141.jpg /bookstore_0001j/sync_depth_00141.png 518.8579 -/living_room_0050/rgb_00014.jpg /living_room_0050/sync_depth_00014.png 518.8579 -/dining_room_0016/rgb_00155.jpg /dining_room_0016/sync_depth_00155.png 518.8579 -/bathroom_0042/rgb_00047.jpg /bathroom_0042/sync_depth_00047.png 518.8579 -/kitchen_0050/rgb_00071.jpg /kitchen_0050/sync_depth_00071.png 518.8579 -/living_room_0012/rgb_00122.jpg /living_room_0012/sync_depth_00122.png 518.8579 -/bedroom_0069/rgb_00032.jpg /bedroom_0069/sync_depth_00032.png 518.8579 -/office_0021/rgb_00063.jpg /office_0021/sync_depth_00063.png 518.8579 -/bedroom_0072/rgb_00156.jpg /bedroom_0072/sync_depth_00156.png 518.8579 -/kitchen_0048/rgb_00042.jpg /kitchen_0048/sync_depth_00042.png 518.8579 -/living_room_0022/rgb_00278.jpg /living_room_0022/sync_depth_00278.png 518.8579 -/bedroom_0052/rgb_00119.jpg /bedroom_0052/sync_depth_00119.png 518.8579 -/dining_room_0037/rgb_00166.jpg /dining_room_0037/sync_depth_00166.png 518.8579 -/dining_room_0033/rgb_00198.jpg /dining_room_0033/sync_depth_00198.png 518.8579 -/living_room_0004/rgb_00123.jpg /living_room_0004/sync_depth_00123.png 518.8579 -/kitchen_0050/rgb_00142.jpg /kitchen_0050/sync_depth_00142.png 518.8579 -/bedroom_0072/rgb_00079.jpg /bedroom_0072/sync_depth_00079.png 518.8579 -/bookstore_0001g/rgb_00105.jpg /bookstore_0001g/sync_depth_00105.png 518.8579 -/office_0009/rgb_00041.jpg /office_0009/sync_depth_00041.png 518.8579 -/living_room_0022/rgb_00320.jpg /living_room_0022/sync_depth_00320.png 518.8579 -/furniture_store_0002b/rgb_00157.jpg /furniture_store_0002b/sync_depth_00157.png 518.8579 -/dining_room_0013/rgb_00046.jpg /dining_room_0013/sync_depth_00046.png 518.8579 -/living_room_0042a/rgb_00004.jpg /living_room_0042a/sync_depth_00004.png 518.8579 -/basement_0001b/rgb_00019.jpg /basement_0001b/sync_depth_00019.png 518.8579 -/kitchen_0052/rgb_00073.jpg /kitchen_0052/sync_depth_00073.png 518.8579 -/kitchen_0019a/rgb_00269.jpg /kitchen_0019a/sync_depth_00269.png 518.8579 -/playroom_0003/rgb_00125.jpg /playroom_0003/sync_depth_00125.png 518.8579 -/dining_room_0033/rgb_00048.jpg /dining_room_0033/sync_depth_00048.png 518.8579 -/bathroom_0028/rgb_00177.jpg /bathroom_0028/sync_depth_00177.png 518.8579 -/dining_room_0007/rgb_00085.jpg /dining_room_0007/sync_depth_00085.png 518.8579 -/living_room_0047a/rgb_00061.jpg /living_room_0047a/sync_depth_00061.png 518.8579 -/bedroom_0130/rgb_00068.jpg /bedroom_0130/sync_depth_00068.png 518.8579 -/office_0026/rgb_00168.jpg /office_0026/sync_depth_00168.png 518.8579 -/bathroom_0048/rgb_00057.jpg /bathroom_0048/sync_depth_00057.png 518.8579 -/living_room_0039/rgb_00137.jpg /living_room_0039/sync_depth_00137.png 518.8579 -/dining_room_0016/rgb_00073.jpg /dining_room_0016/sync_depth_00073.png 518.8579 -/kitchen_0031/rgb_00139.jpg /kitchen_0031/sync_depth_00139.png 518.8579 -/home_storage_0001/rgb_00087.jpg /home_storage_0001/sync_depth_00087.png 518.8579 -/living_room_0011/rgb_00083.jpg /living_room_0011/sync_depth_00083.png 518.8579 -/office_kitchen_0001a/rgb_00046.jpg /office_kitchen_0001a/sync_depth_00046.png 518.8579 -/bedroom_0021/rgb_00034.jpg /bedroom_0021/sync_depth_00034.png 518.8579 -/bedroom_0017/rgb_00031.jpg /bedroom_0017/sync_depth_00031.png 518.8579 -/office_0026/rgb_00017.jpg /office_0026/sync_depth_00017.png 518.8579 -/bedroom_0028/rgb_00056.jpg /bedroom_0028/sync_depth_00056.png 518.8579 -/living_room_0040/rgb_00234.jpg /living_room_0040/sync_depth_00234.png 518.8579 -/bedroom_0026/rgb_00128.jpg /bedroom_0026/sync_depth_00128.png 518.8579 -/bedroom_0080/rgb_00071.jpg /bedroom_0080/sync_depth_00071.png 518.8579 -/living_room_0035/rgb_00038.jpg /living_room_0035/sync_depth_00038.png 518.8579 -/bedroom_0136/rgb_00131.jpg /bedroom_0136/sync_depth_00131.png 518.8579 -/nyu_office_1/rgb_00023.jpg /nyu_office_1/sync_depth_00023.png 518.8579 -/bedroom_0050/rgb_00095.jpg /bedroom_0050/sync_depth_00095.png 518.8579 -/furniture_store_0002a/rgb_00007.jpg /furniture_store_0002a/sync_depth_00007.png 518.8579 -/kitchen_0047/rgb_00024.jpg /kitchen_0047/sync_depth_00024.png 518.8579 -/kitchen_0052/rgb_00058.jpg /kitchen_0052/sync_depth_00058.png 518.8579 -/home_office_0008/rgb_00055.jpg /home_office_0008/sync_depth_00055.png 518.8579 -/bedroom_0062/rgb_00004.jpg /bedroom_0062/sync_depth_00004.png 518.8579 -/bathroom_0019/rgb_00020.jpg /bathroom_0019/sync_depth_00020.png 518.8579 -/playroom_0003/rgb_00143.jpg /playroom_0003/sync_depth_00143.png 518.8579 -/study_0003/rgb_00024.jpg /study_0003/sync_depth_00024.png 518.8579 -/furniture_store_0002b/rgb_00263.jpg /furniture_store_0002b/sync_depth_00263.png 518.8579 -/living_room_0039/rgb_00172.jpg /living_room_0039/sync_depth_00172.png 518.8579 -/bedroom_0086/rgb_00050.jpg /bedroom_0086/sync_depth_00050.png 518.8579 -/bathroom_0019/rgb_00050.jpg /bathroom_0019/sync_depth_00050.png 518.8579 -/dining_room_0004/rgb_00106.jpg /dining_room_0004/sync_depth_00106.png 518.8579 -/living_room_0086b/rgb_00012.jpg /living_room_0086b/sync_depth_00012.png 518.8579 -/bedroom_0140/rgb_00180.jpg /bedroom_0140/sync_depth_00180.png 518.8579 -/bedroom_0016/rgb_00182.jpg /bedroom_0016/sync_depth_00182.png 518.8579 -/office_0009/rgb_00037.jpg /office_0009/sync_depth_00037.png 518.8579 -/office_0026/rgb_00163.jpg /office_0026/sync_depth_00163.png 518.8579 -/study_0003/rgb_00012.jpg /study_0003/sync_depth_00012.png 518.8579 -/bedroom_0063/rgb_00054.jpg /bedroom_0063/sync_depth_00054.png 518.8579 -/living_room_0069a/rgb_00057.jpg /living_room_0069a/sync_depth_00057.png 518.8579 -/reception_room_0002/rgb_00111.jpg /reception_room_0002/sync_depth_00111.png 518.8579 -/living_room_0022/rgb_00138.jpg /living_room_0022/sync_depth_00138.png 518.8579 -/living_room_0085/rgb_00019.jpg /living_room_0085/sync_depth_00019.png 518.8579 -/living_room_0022/rgb_00234.jpg /living_room_0022/sync_depth_00234.png 518.8579 -/kitchen_0053/rgb_00069.jpg /kitchen_0053/sync_depth_00069.png 518.8579 -/kitchen_0048/rgb_00096.jpg /kitchen_0048/sync_depth_00096.png 518.8579 -/dining_room_0007/rgb_00125.jpg /dining_room_0007/sync_depth_00125.png 518.8579 -/living_room_0046b/rgb_00097.jpg /living_room_0046b/sync_depth_00097.png 518.8579 -/kitchen_0050/rgb_00213.jpg /kitchen_0050/sync_depth_00213.png 518.8579 -/living_room_0047a/rgb_00057.jpg /living_room_0047a/sync_depth_00057.png 518.8579 -/bathroom_0028/rgb_00174.jpg /bathroom_0028/sync_depth_00174.png 518.8579 -/kitchen_0019a/rgb_00109.jpg /kitchen_0019a/sync_depth_00109.png 518.8579 -/kitchen_0031/rgb_00143.jpg /kitchen_0031/sync_depth_00143.png 518.8579 -/bedroom_0063/rgb_00101.jpg /bedroom_0063/sync_depth_00101.png 518.8579 -/kitchen_0043/rgb_00139.jpg /kitchen_0043/sync_depth_00139.png 518.8579 -/kitchen_0035b/rgb_00174.jpg /kitchen_0035b/sync_depth_00174.png 518.8579 -/bedroom_0034/rgb_00039.jpg /bedroom_0034/sync_depth_00039.png 518.8579 -/bookstore_0001f/rgb_00317.jpg /bookstore_0001f/sync_depth_00317.png 518.8579 -/nyu_office_0/rgb_00417.jpg /nyu_office_0/sync_depth_00417.png 518.8579 -/furniture_store_0002a/rgb_00362.jpg /furniture_store_0002a/sync_depth_00362.png 518.8579 -/nyu_office_0/rgb_00263.jpg /nyu_office_0/sync_depth_00263.png 518.8579 -/office_kitchen_0003/rgb_00055.jpg /office_kitchen_0003/sync_depth_00055.png 518.8579 -/bedroom_0078/rgb_00113.jpg /bedroom_0078/sync_depth_00113.png 518.8579 -/bedroom_0140/rgb_00120.jpg /bedroom_0140/sync_depth_00120.png 518.8579 -/office_0004/rgb_00099.jpg /office_0004/sync_depth_00099.png 518.8579 -/living_room_0047b/rgb_00179.jpg /living_room_0047b/sync_depth_00179.png 518.8579 -/printer_room_0001/rgb_00078.jpg /printer_room_0001/sync_depth_00078.png 518.8579 -/dining_room_0015/rgb_00157.jpg /dining_room_0015/sync_depth_00157.png 518.8579 -/living_room_0078/rgb_00085.jpg /living_room_0078/sync_depth_00085.png 518.8579 -/living_room_0040/rgb_00144.jpg /living_room_0040/sync_depth_00144.png 518.8579 -/living_room_0022/rgb_00156.jpg /living_room_0022/sync_depth_00156.png 518.8579 -/bedroom_0076a/rgb_00035.jpg /bedroom_0076a/sync_depth_00035.png 518.8579 -/bookstore_0001e/rgb_00200.jpg /bookstore_0001e/sync_depth_00200.png 518.8579 -/kitchen_0011a/rgb_00031.jpg /kitchen_0011a/sync_depth_00031.png 518.8579 -/conference_room_0001/rgb_00133.jpg /conference_room_0001/sync_depth_00133.png 518.8579 -/bedroom_0140/rgb_00030.jpg /bedroom_0140/sync_depth_00030.png 518.8579 -/bedroom_0106/rgb_00042.jpg /bedroom_0106/sync_depth_00042.png 518.8579 -/living_room_0086a/rgb_00017.jpg /living_room_0086a/sync_depth_00017.png 518.8579 -/computer_lab_0002/rgb_00050.jpg /computer_lab_0002/sync_depth_00050.png 518.8579 -/furniture_store_0001d/rgb_00059.jpg /furniture_store_0001d/sync_depth_00059.png 518.8579 -/office_0012/rgb_00094.jpg /office_0012/sync_depth_00094.png 518.8579 -/bedroom_0136/rgb_00078.jpg /bedroom_0136/sync_depth_00078.png 518.8579 -/classroom_0004/rgb_00074.jpg /classroom_0004/sync_depth_00074.png 518.8579 -/living_room_0010/rgb_00140.jpg /living_room_0010/sync_depth_00140.png 518.8579 -/bedroom_0019/rgb_00061.jpg /bedroom_0019/sync_depth_00061.png 518.8579 -/bedroom_0129/rgb_00048.jpg /bedroom_0129/sync_depth_00048.png 518.8579 -/living_room_0047b/rgb_00104.jpg /living_room_0047b/sync_depth_00104.png 518.8579 -/kitchen_0033/rgb_00128.jpg /kitchen_0033/sync_depth_00128.png 518.8579 -/home_office_0008/rgb_00043.jpg /home_office_0008/sync_depth_00043.png 518.8579 -/bedroom_0017/rgb_00098.jpg /bedroom_0017/sync_depth_00098.png 518.8579 -/bookstore_0001f/rgb_00023.jpg /bookstore_0001f/sync_depth_00023.png 518.8579 -/living_room_0004/rgb_00037.jpg /living_room_0004/sync_depth_00037.png 518.8579 -/bookstore_0001i/rgb_00021.jpg /bookstore_0001i/sync_depth_00021.png 518.8579 -/study_room_0004/rgb_00216.jpg /study_room_0004/sync_depth_00216.png 518.8579 -/kitchen_0053/rgb_00159.jpg /kitchen_0053/sync_depth_00159.png 518.8579 -/nyu_office_1/rgb_00097.jpg /nyu_office_1/sync_depth_00097.png 518.8579 -/bookstore_0001f/rgb_00490.jpg /bookstore_0001f/sync_depth_00490.png 518.8579 -/office_kitchen_0001a/rgb_00039.jpg /office_kitchen_0001a/sync_depth_00039.png 518.8579 -/dining_room_0013/rgb_00022.jpg /dining_room_0013/sync_depth_00022.png 518.8579 -/reception_room_0004/rgb_00039.jpg /reception_room_0004/sync_depth_00039.png 518.8579 -/bookstore_0001d/rgb_00219.jpg /bookstore_0001d/sync_depth_00219.png 518.8579 -/bedroom_0090/rgb_00020.jpg /bedroom_0090/sync_depth_00020.png 518.8579 -/kitchen_0037/rgb_00005.jpg /kitchen_0037/sync_depth_00005.png 518.8579 -/kitchen_0053/rgb_00204.jpg /kitchen_0053/sync_depth_00204.png 518.8579 -/bedroom_0076a/rgb_00245.jpg /bedroom_0076a/sync_depth_00245.png 518.8579 -/playroom_0006/rgb_00035.jpg /playroom_0006/sync_depth_00035.png 518.8579 -/living_room_0050/rgb_00259.jpg /living_room_0050/sync_depth_00259.png 518.8579 -/kitchen_0035b/rgb_00158.jpg /kitchen_0035b/sync_depth_00158.png 518.8579 -/bathroom_0049/rgb_00035.jpg /bathroom_0049/sync_depth_00035.png 518.8579 -/classroom_0012/rgb_00019.jpg /classroom_0012/sync_depth_00019.png 518.8579 -/bedroom_0052/rgb_00016.jpg /bedroom_0052/sync_depth_00016.png 518.8579 -/bathroom_0007/rgb_00061.jpg /bathroom_0007/sync_depth_00061.png 518.8579 -/bedroom_0028/rgb_00073.jpg /bedroom_0028/sync_depth_00073.png 518.8579 -/dining_room_0016/rgb_00093.jpg /dining_room_0016/sync_depth_00093.png 518.8579 -/reception_room_0002/rgb_00074.jpg /reception_room_0002/sync_depth_00074.png 518.8579 -/bedroom_0106/rgb_00149.jpg /bedroom_0106/sync_depth_00149.png 518.8579 -/kitchen_0033/rgb_00113.jpg /kitchen_0033/sync_depth_00113.png 518.8579 -/cafe_0001c/rgb_00097.jpg /cafe_0001c/sync_depth_00097.png 518.8579 -/bedroom_0051/rgb_00144.jpg /bedroom_0051/sync_depth_00144.png 518.8579 -/furniture_store_0002b/rgb_00253.jpg /furniture_store_0002b/sync_depth_00253.png 518.8579 -/office_0026/rgb_00004.jpg /office_0026/sync_depth_00004.png 518.8579 -/living_room_0035/rgb_00001.jpg /living_room_0035/sync_depth_00001.png 518.8579 -/bedroom_0010/rgb_00087.jpg /bedroom_0010/sync_depth_00087.png 518.8579 -/living_room_0068/rgb_00107.jpg /living_room_0068/sync_depth_00107.png 518.8579 -/furniture_store_0002a/rgb_00389.jpg /furniture_store_0002a/sync_depth_00389.png 518.8579 -/home_storage_0001/rgb_00135.jpg /home_storage_0001/sync_depth_00135.png 518.8579 -/dining_room_0023/rgb_00077.jpg /dining_room_0023/sync_depth_00077.png 518.8579 -/living_room_0039/rgb_00077.jpg /living_room_0039/sync_depth_00077.png 518.8579 -/living_room_0018/rgb_00000.jpg /living_room_0018/sync_depth_00000.png 518.8579 -/living_room_0050/rgb_00238.jpg /living_room_0050/sync_depth_00238.png 518.8579 -/bedroom_0125b/rgb_00069.jpg /bedroom_0125b/sync_depth_00069.png 518.8579 -/bathroom_0028/rgb_00101.jpg /bathroom_0028/sync_depth_00101.png 518.8579 -/living_room_0069a/rgb_00043.jpg /living_room_0069a/sync_depth_00043.png 518.8579 -/bedroom_0063/rgb_00118.jpg /bedroom_0063/sync_depth_00118.png 518.8579 -/dining_room_0012/rgb_00129.jpg /dining_room_0012/sync_depth_00129.png 518.8579 -/living_room_0070/rgb_00001.jpg /living_room_0070/sync_depth_00001.png 518.8579 -/bedroom_0071/rgb_00075.jpg /bedroom_0071/sync_depth_00075.png 518.8579 -/bedroom_0066/rgb_00022.jpg /bedroom_0066/sync_depth_00022.png 518.8579 -/bedroom_0072/rgb_00054.jpg /bedroom_0072/sync_depth_00054.png 518.8579 -/bedroom_0140/rgb_00069.jpg /bedroom_0140/sync_depth_00069.png 518.8579 -/bedroom_0051/rgb_00170.jpg /bedroom_0051/sync_depth_00170.png 518.8579 -/furniture_store_0002a/rgb_00108.jpg /furniture_store_0002a/sync_depth_00108.png 518.8579 -/bedroom_0071/rgb_00133.jpg /bedroom_0071/sync_depth_00133.png 518.8579 -/living_room_0010/rgb_00078.jpg /living_room_0010/sync_depth_00078.png 518.8579 -/bedroom_0140/rgb_00110.jpg /bedroom_0140/sync_depth_00110.png 518.8579 -/dining_room_0019/rgb_00046.jpg /dining_room_0019/sync_depth_00046.png 518.8579 -/living_room_0022/rgb_00046.jpg /living_room_0022/sync_depth_00046.png 518.8579 -/bedroom_0056a/rgb_00029.jpg /bedroom_0056a/sync_depth_00029.png 518.8579 -/home_office_0005/rgb_00102.jpg /home_office_0005/sync_depth_00102.png 518.8579 -/bedroom_0016/rgb_00148.jpg /bedroom_0016/sync_depth_00148.png 518.8579 -/furniture_store_0001b/rgb_00016.jpg /furniture_store_0001b/sync_depth_00016.png 518.8579 -/living_room_0062/rgb_00059.jpg /living_room_0062/sync_depth_00059.png 518.8579 -/bathroom_0041/rgb_00082.jpg /bathroom_0041/sync_depth_00082.png 518.8579 -/living_room_0069b/rgb_00015.jpg /living_room_0069b/sync_depth_00015.png 518.8579 -/office_0024/rgb_00057.jpg /office_0024/sync_depth_00057.png 518.8579 -/playroom_0003/rgb_00179.jpg /playroom_0003/sync_depth_00179.png 518.8579 -/dining_room_0019/rgb_00109.jpg /dining_room_0019/sync_depth_00109.png 518.8579 -/kitchen_0053/rgb_00221.jpg /kitchen_0053/sync_depth_00221.png 518.8579 -/study_0006/rgb_00007.jpg /study_0006/sync_depth_00007.png 518.8579 -/living_room_0078/rgb_00035.jpg /living_room_0078/sync_depth_00035.png 518.8579 -/furniture_store_0002b/rgb_00152.jpg /furniture_store_0002b/sync_depth_00152.png 518.8579 -/dining_room_0019/rgb_00171.jpg /dining_room_0019/sync_depth_00171.png 518.8579 -/bedroom_0057/rgb_00015.jpg /bedroom_0057/sync_depth_00015.png 518.8579 -/bookstore_0001g/rgb_00211.jpg /bookstore_0001g/sync_depth_00211.png 518.8579 -/bedroom_0042/rgb_00037.jpg /bedroom_0042/sync_depth_00037.png 518.8579 -/bedroom_0047/rgb_00056.jpg /bedroom_0047/sync_depth_00056.png 518.8579 -/bedroom_0086/rgb_00131.jpg /bedroom_0086/sync_depth_00131.png 518.8579 -/bookstore_0001g/rgb_00150.jpg /bookstore_0001g/sync_depth_00150.png 518.8579 -/bathroom_0055/rgb_00042.jpg /bathroom_0055/sync_depth_00042.png 518.8579 -/furniture_store_0002b/rgb_00144.jpg /furniture_store_0002b/sync_depth_00144.png 518.8579 -/playroom_0004/rgb_00048.jpg /playroom_0004/sync_depth_00048.png 518.8579 -/bedroom_0047/rgb_00028.jpg /bedroom_0047/sync_depth_00028.png 518.8579 -/bookstore_0001j/rgb_00183.jpg /bookstore_0001j/sync_depth_00183.png 518.8579 -/kitchen_0043/rgb_00136.jpg /kitchen_0043/sync_depth_00136.png 518.8579 -/kitchen_0051/rgb_00097.jpg /kitchen_0051/sync_depth_00097.png 518.8579 -/classroom_0010/rgb_00002.jpg /classroom_0010/sync_depth_00002.png 518.8579 -/bedroom_0051/rgb_00017.jpg /bedroom_0051/sync_depth_00017.png 518.8579 -/living_room_0046a/rgb_00034.jpg /living_room_0046a/sync_depth_00034.png 518.8579 -/bedroom_0004/rgb_00131.jpg /bedroom_0004/sync_depth_00131.png 518.8579 -/bathroom_0033/rgb_00012.jpg /bathroom_0033/sync_depth_00012.png 518.8579 -/bedroom_0125a/rgb_00026.jpg /bedroom_0125a/sync_depth_00026.png 518.8579 -/bedroom_0033/rgb_00007.jpg /bedroom_0033/sync_depth_00007.png 518.8579 -/office_0012/rgb_00046.jpg /office_0012/sync_depth_00046.png 518.8579 -/kitchen_0028a/rgb_00080.jpg /kitchen_0028a/sync_depth_00080.png 518.8579 -/bedroom_0096/rgb_00062.jpg /bedroom_0096/sync_depth_00062.png 518.8579 -/kitchen_0035b/rgb_00030.jpg /kitchen_0035b/sync_depth_00030.png 518.8579 -/bedroom_0072/rgb_00009.jpg /bedroom_0072/sync_depth_00009.png 518.8579 -/bathroom_0034/rgb_00083.jpg /bathroom_0034/sync_depth_00083.png 518.8579 -/nyu_office_1/rgb_00052.jpg /nyu_office_1/sync_depth_00052.png 518.8579 -/living_room_0047b/rgb_00018.jpg /living_room_0047b/sync_depth_00018.png 518.8579 -/kitchen_0045a/rgb_00007.jpg /kitchen_0045a/sync_depth_00007.png 518.8579 -/bookstore_0001e/rgb_00206.jpg /bookstore_0001e/sync_depth_00206.png 518.8579 -/kitchen_0031/rgb_00198.jpg /kitchen_0031/sync_depth_00198.png 518.8579 -/office_kitchen_0003/rgb_00048.jpg /office_kitchen_0003/sync_depth_00048.png 518.8579 -/living_room_0035/rgb_00067.jpg /living_room_0035/sync_depth_00067.png 518.8579 -/kitchen_0019a/rgb_00272.jpg /kitchen_0019a/sync_depth_00272.png 518.8579 -/living_room_0012/rgb_00143.jpg /living_room_0012/sync_depth_00143.png 518.8579 -/kitchen_0045a/rgb_00101.jpg /kitchen_0045a/sync_depth_00101.png 518.8579 -/study_room_0005b/rgb_00022.jpg /study_room_0005b/sync_depth_00022.png 518.8579 -/bookstore_0001d/rgb_00198.jpg /bookstore_0001d/sync_depth_00198.png 518.8579 -/playroom_0003/rgb_00200.jpg /playroom_0003/sync_depth_00200.png 518.8579 -/dining_room_0034/rgb_00210.jpg /dining_room_0034/sync_depth_00210.png 518.8579 -/bedroom_0016/rgb_00014.jpg /bedroom_0016/sync_depth_00014.png 518.8579 -/study_0003/rgb_00010.jpg /study_0003/sync_depth_00010.png 518.8579 -/living_room_0083/rgb_00034.jpg /living_room_0083/sync_depth_00034.png 518.8579 -/living_room_0042b/rgb_00088.jpg /living_room_0042b/sync_depth_00088.png 518.8579 -/furniture_store_0001d/rgb_00159.jpg /furniture_store_0001d/sync_depth_00159.png 518.8579 -/dining_room_0031/rgb_00352.jpg /dining_room_0031/sync_depth_00352.png 518.8579 -/bedroom_0020/rgb_00097.jpg /bedroom_0020/sync_depth_00097.png 518.8579 -/living_room_0040/rgb_00164.jpg /living_room_0040/sync_depth_00164.png 518.8579 -/bedroom_0066/rgb_00011.jpg /bedroom_0066/sync_depth_00011.png 518.8579 -/office_0004/rgb_00046.jpg /office_0004/sync_depth_00046.png 518.8579 -/bathroom_0010/rgb_00000.jpg /bathroom_0010/sync_depth_00000.png 518.8579 -/living_room_0070/rgb_00072.jpg /living_room_0070/sync_depth_00072.png 518.8579 -/bookstore_0001d/rgb_00125.jpg /bookstore_0001d/sync_depth_00125.png 518.8579 -/classroom_0006/rgb_00067.jpg /classroom_0006/sync_depth_00067.png 518.8579 -/living_room_0039/rgb_00015.jpg /living_room_0039/sync_depth_00015.png 518.8579 -/cafe_0001a/rgb_00034.jpg /cafe_0001a/sync_depth_00034.png 518.8579 -/living_room_0046a/rgb_00103.jpg /living_room_0046a/sync_depth_00103.png 518.8579 -/kitchen_0033/rgb_00165.jpg /kitchen_0033/sync_depth_00165.png 518.8579 -/home_office_0011/rgb_00065.jpg /home_office_0011/sync_depth_00065.png 518.8579 -/bedroom_0041/rgb_00064.jpg /bedroom_0041/sync_depth_00064.png 518.8579 -/kitchen_0048/rgb_00147.jpg /kitchen_0048/sync_depth_00147.png 518.8579 -/bookstore_0001j/rgb_00127.jpg /bookstore_0001j/sync_depth_00127.png 518.8579 -/living_room_0069a/rgb_00099.jpg /living_room_0069a/sync_depth_00099.png 518.8579 -/playroom_0002/rgb_00141.jpg /playroom_0002/sync_depth_00141.png 518.8579 -/living_room_0037/rgb_00044.jpg /living_room_0037/sync_depth_00044.png 518.8579 -/office_0004/rgb_00030.jpg /office_0004/sync_depth_00030.png 518.8579 -/dining_room_0029/rgb_00053.jpg /dining_room_0029/sync_depth_00053.png 518.8579 -/living_room_0058/rgb_00059.jpg /living_room_0058/sync_depth_00059.png 518.8579 -/bedroom_0033/rgb_00032.jpg /bedroom_0033/sync_depth_00032.png 518.8579 -/living_room_0038/rgb_00081.jpg /living_room_0038/sync_depth_00081.png 518.8579 -/furniture_store_0002a/rgb_00092.jpg /furniture_store_0002a/sync_depth_00092.png 518.8579 -/bedroom_0080/rgb_00003.jpg /bedroom_0080/sync_depth_00003.png 518.8579 -/kitchen_0033/rgb_00142.jpg /kitchen_0033/sync_depth_00142.png 518.8579 -/bedroom_0066/rgb_00041.jpg /bedroom_0066/sync_depth_00041.png 518.8579 -/dining_room_0001b/rgb_00180.jpg /dining_room_0001b/sync_depth_00180.png 518.8579 -/kitchen_0003/rgb_00038.jpg /kitchen_0003/sync_depth_00038.png 518.8579 -/living_room_0058/rgb_00123.jpg /living_room_0058/sync_depth_00123.png 518.8579 -/bookstore_0001i/rgb_00029.jpg /bookstore_0001i/sync_depth_00029.png 518.8579 -/study_0003/rgb_00057.jpg /study_0003/sync_depth_00057.png 518.8579 -/bedroom_0015/rgb_00020.jpg /bedroom_0015/sync_depth_00020.png 518.8579 -/living_room_0018/rgb_00133.jpg /living_room_0018/sync_depth_00133.png 518.8579 -/dining_room_0014/rgb_00077.jpg /dining_room_0014/sync_depth_00077.png 518.8579 -/dining_room_0037/rgb_00161.jpg /dining_room_0037/sync_depth_00161.png 518.8579 -/dining_room_0028/rgb_00141.jpg /dining_room_0028/sync_depth_00141.png 518.8579 -/living_room_0029/rgb_00115.jpg /living_room_0029/sync_depth_00115.png 518.8579 -/dining_room_0013/rgb_00162.jpg /dining_room_0013/sync_depth_00162.png 518.8579 -/bathroom_0041/rgb_00012.jpg /bathroom_0041/sync_depth_00012.png 518.8579 -/cafe_0001c/rgb_00098.jpg /cafe_0001c/sync_depth_00098.png 518.8579 -/bookstore_0001e/rgb_00101.jpg /bookstore_0001e/sync_depth_00101.png 518.8579 -/nyu_office_1/rgb_00081.jpg /nyu_office_1/sync_depth_00081.png 518.8579 -/living_room_0019/rgb_00127.jpg /living_room_0019/sync_depth_00127.png 518.8579 -/furniture_store_0002a/rgb_00236.jpg /furniture_store_0002a/sync_depth_00236.png 518.8579 -/dining_room_0033/rgb_00078.jpg /dining_room_0033/sync_depth_00078.png 518.8579 -/dining_room_0031/rgb_00112.jpg /dining_room_0031/sync_depth_00112.png 518.8579 -/living_room_0005/rgb_00022.jpg /living_room_0005/sync_depth_00022.png 518.8579 -/office_0021/rgb_00053.jpg /office_0021/sync_depth_00053.png 518.8579 -/bathroom_0013/rgb_00035.jpg /bathroom_0013/sync_depth_00035.png 518.8579 -/dining_room_0008/rgb_00152.jpg /dining_room_0008/sync_depth_00152.png 518.8579 -/kitchen_0049/rgb_00078.jpg /kitchen_0049/sync_depth_00078.png 518.8579 -/bedroom_0097/rgb_00033.jpg /bedroom_0097/sync_depth_00033.png 518.8579 -/basement_0001a/rgb_00117.jpg /basement_0001a/sync_depth_00117.png 518.8579 -/cafe_0001c/rgb_00101.jpg /cafe_0001c/sync_depth_00101.png 518.8579 -/living_room_0046b/rgb_00078.jpg /living_room_0046b/sync_depth_00078.png 518.8579 -/dining_room_0023/rgb_00160.jpg /dining_room_0023/sync_depth_00160.png 518.8579 -/living_room_0022/rgb_00403.jpg /living_room_0022/sync_depth_00403.png 518.8579 -/reception_room_0002/rgb_00159.jpg /reception_room_0002/sync_depth_00159.png 518.8579 -/bookstore_0001d/rgb_00313.jpg /bookstore_0001d/sync_depth_00313.png 518.8579 -/nyu_office_0/rgb_00438.jpg /nyu_office_0/sync_depth_00438.png 518.8579 -/bookstore_0001d/rgb_00090.jpg /bookstore_0001d/sync_depth_00090.png 518.8579 -/dining_room_0004/rgb_00088.jpg /dining_room_0004/sync_depth_00088.png 518.8579 -/kitchen_0028b/rgb_00037.jpg /kitchen_0028b/sync_depth_00037.png 518.8579 -/cafe_0001c/rgb_00069.jpg /cafe_0001c/sync_depth_00069.png 518.8579 -/bookstore_0001g/rgb_00072.jpg /bookstore_0001g/sync_depth_00072.png 518.8579 -/bathroom_0028/rgb_00015.jpg /bathroom_0028/sync_depth_00015.png 518.8579 -/dining_room_0019/rgb_00029.jpg /dining_room_0019/sync_depth_00029.png 518.8579 -/bedroom_0052/rgb_00155.jpg /bedroom_0052/sync_depth_00155.png 518.8579 -/office_kitchen_0003/rgb_00065.jpg /office_kitchen_0003/sync_depth_00065.png 518.8579 -/bedroom_0107/rgb_00014.jpg /bedroom_0107/sync_depth_00014.png 518.8579 -/bookstore_0001g/rgb_00269.jpg /bookstore_0001g/sync_depth_00269.png 518.8579 -/living_room_0022/rgb_00151.jpg /living_room_0022/sync_depth_00151.png 518.8579 -/bedroom_0019/rgb_00105.jpg /bedroom_0019/sync_depth_00105.png 518.8579 -/bedroom_0125b/rgb_00040.jpg /bedroom_0125b/sync_depth_00040.png 518.8579 -/living_room_0062/rgb_00017.jpg /living_room_0062/sync_depth_00017.png 518.8579 -/living_room_0068/rgb_00062.jpg /living_room_0068/sync_depth_00062.png 518.8579 -/kitchen_0059/rgb_00032.jpg /kitchen_0059/sync_depth_00032.png 518.8579 -/bedroom_0072/rgb_00176.jpg /bedroom_0072/sync_depth_00176.png 518.8579 -/dining_room_0031/rgb_00229.jpg /dining_room_0031/sync_depth_00229.png 518.8579 -/kitchen_0047/rgb_00026.jpg /kitchen_0047/sync_depth_00026.png 518.8579 -/classroom_0010/rgb_00025.jpg /classroom_0010/sync_depth_00025.png 518.8579 -/living_room_0019/rgb_00223.jpg /living_room_0019/sync_depth_00223.png 518.8579 -/kitchen_0031/rgb_00004.jpg /kitchen_0031/sync_depth_00004.png 518.8579 -/study_0005/rgb_00014.jpg /study_0005/sync_depth_00014.png 518.8579 -/bathroom_0002/rgb_00012.jpg /bathroom_0002/sync_depth_00012.png 518.8579 -/bedroom_0034/rgb_00056.jpg /bedroom_0034/sync_depth_00056.png 518.8579 -/home_storage_0001/rgb_00114.jpg /home_storage_0001/sync_depth_00114.png 518.8579 -/bedroom_0025/rgb_00051.jpg /bedroom_0025/sync_depth_00051.png 518.8579 -/bedroom_0017/rgb_00111.jpg /bedroom_0017/sync_depth_00111.png 518.8579 -/living_room_0033/rgb_00033.jpg /living_room_0033/sync_depth_00033.png 518.8579 -/kitchen_0029c/rgb_00104.jpg /kitchen_0029c/sync_depth_00104.png 518.8579 -/bathroom_0056/rgb_00054.jpg /bathroom_0056/sync_depth_00054.png 518.8579 -/living_room_0050/rgb_00175.jpg /living_room_0050/sync_depth_00175.png 518.8579 -/bedroom_0081/rgb_00017.jpg /bedroom_0081/sync_depth_00017.png 518.8579 -/bedroom_0136/rgb_00071.jpg /bedroom_0136/sync_depth_00071.png 518.8579 -/student_lounge_0001/rgb_00233.jpg /student_lounge_0001/sync_depth_00233.png 518.8579 -/bedroom_0031/rgb_00021.jpg /bedroom_0031/sync_depth_00021.png 518.8579 -/furniture_store_0001c/rgb_00008.jpg /furniture_store_0001c/sync_depth_00008.png 518.8579 -/kitchen_0060/rgb_00015.jpg /kitchen_0060/sync_depth_00015.png 518.8579 -/bathroom_0019/rgb_00084.jpg /bathroom_0019/sync_depth_00084.png 518.8579 -/kitchen_0048/rgb_00020.jpg /kitchen_0048/sync_depth_00020.png 518.8579 -/living_room_0069a/rgb_00014.jpg /living_room_0069a/sync_depth_00014.png 518.8579 -/bedroom_0104/rgb_00004.jpg /bedroom_0104/sync_depth_00004.png 518.8579 -/dining_room_0014/rgb_00024.jpg /dining_room_0014/sync_depth_00024.png 518.8579 -/dining_room_0033/rgb_00183.jpg /dining_room_0033/sync_depth_00183.png 518.8579 -/bathroom_0019/rgb_00044.jpg /bathroom_0019/sync_depth_00044.png 518.8579 -/bedroom_0080/rgb_00070.jpg /bedroom_0080/sync_depth_00070.png 518.8579 -/bookstore_0001j/rgb_00106.jpg /bookstore_0001j/sync_depth_00106.png 518.8579 -/dining_room_0024/rgb_00136.jpg /dining_room_0024/sync_depth_00136.png 518.8579 -/kitchen_0048/rgb_00186.jpg /kitchen_0048/sync_depth_00186.png 518.8579 -/living_room_0069b/rgb_00071.jpg /living_room_0069b/sync_depth_00071.png 518.8579 -/basement_0001b/rgb_00034.jpg /basement_0001b/sync_depth_00034.png 518.8579 -/study_0003/rgb_00106.jpg /study_0003/sync_depth_00106.png 518.8579 -/furniture_store_0001d/rgb_00162.jpg /furniture_store_0001d/sync_depth_00162.png 518.8579 -/living_room_0033/rgb_00040.jpg /living_room_0033/sync_depth_00040.png 518.8579 -/reception_room_0002/rgb_00090.jpg /reception_room_0002/sync_depth_00090.png 518.8579 -/bookstore_0001e/rgb_00083.jpg /bookstore_0001e/sync_depth_00083.png 518.8579 -/living_room_0050/rgb_00104.jpg /living_room_0050/sync_depth_00104.png 518.8579 -/nyu_office_0/rgb_00069.jpg /nyu_office_0/sync_depth_00069.png 518.8579 -/bedroom_0130/rgb_00055.jpg /bedroom_0130/sync_depth_00055.png 518.8579 -/living_room_0040/rgb_00251.jpg /living_room_0040/sync_depth_00251.png 518.8579 -/home_office_0006/rgb_00043.jpg /home_office_0006/sync_depth_00043.png 518.8579 -/living_room_0047b/rgb_00026.jpg /living_room_0047b/sync_depth_00026.png 518.8579 -/kitchen_0043/rgb_00216.jpg /kitchen_0043/sync_depth_00216.png 518.8579 -/living_room_0062/rgb_00222.jpg /living_room_0062/sync_depth_00222.png 518.8579 -/bedroom_0019/rgb_00137.jpg /bedroom_0019/sync_depth_00137.png 518.8579 -/bedroom_0051/rgb_00090.jpg /bedroom_0051/sync_depth_00090.png 518.8579 -/bookstore_0001g/rgb_00220.jpg /bookstore_0001g/sync_depth_00220.png 518.8579 -/living_room_0019/rgb_00092.jpg /living_room_0019/sync_depth_00092.png 518.8579 -/furniture_store_0002c/rgb_00057.jpg /furniture_store_0002c/sync_depth_00057.png 518.8579 -/living_room_0047a/rgb_00017.jpg /living_room_0047a/sync_depth_00017.png 518.8579 -/office_0026/rgb_00175.jpg /office_0026/sync_depth_00175.png 518.8579 -/bathroom_0034/rgb_00075.jpg /bathroom_0034/sync_depth_00075.png 518.8579 -/living_room_0042a/rgb_00001.jpg /living_room_0042a/sync_depth_00001.png 518.8579 -/bedroom_0140/rgb_00055.jpg /bedroom_0140/sync_depth_00055.png 518.8579 -/bookstore_0001i/rgb_00073.jpg /bookstore_0001i/sync_depth_00073.png 518.8579 -/bathroom_0006/rgb_00037.jpg /bathroom_0006/sync_depth_00037.png 518.8579 -/dining_room_0004/rgb_00044.jpg /dining_room_0004/sync_depth_00044.png 518.8579 -/bedroom_0040/rgb_00041.jpg /bedroom_0040/sync_depth_00041.png 518.8579 -/classroom_0018/rgb_00034.jpg /classroom_0018/sync_depth_00034.png 518.8579 -/classroom_0003/rgb_00071.jpg /classroom_0003/sync_depth_00071.png 518.8579 -/computer_lab_0002/rgb_00013.jpg /computer_lab_0002/sync_depth_00013.png 518.8579 -/office_0011/rgb_00128.jpg /office_0011/sync_depth_00128.png 518.8579 -/bedroom_0029/rgb_00008.jpg /bedroom_0029/sync_depth_00008.png 518.8579 -/bathroom_0034/rgb_00077.jpg /bathroom_0034/sync_depth_00077.png 518.8579 -/playroom_0003/rgb_00214.jpg /playroom_0003/sync_depth_00214.png 518.8579 -/dining_room_0001b/rgb_00067.jpg /dining_room_0001b/sync_depth_00067.png 518.8579 -/furniture_store_0002d/rgb_00002.jpg /furniture_store_0002d/sync_depth_00002.png 518.8579 -/kitchen_0019a/rgb_00004.jpg /kitchen_0019a/sync_depth_00004.png 518.8579 -/dining_room_0016/rgb_00158.jpg /dining_room_0016/sync_depth_00158.png 518.8579 -/bookstore_0001d/rgb_00107.jpg /bookstore_0001d/sync_depth_00107.png 518.8579 -/kitchen_0035b/rgb_00193.jpg /kitchen_0035b/sync_depth_00193.png 518.8579 -/living_room_0042b/rgb_00069.jpg /living_room_0042b/sync_depth_00069.png 518.8579 -/dining_room_0031/rgb_00279.jpg /dining_room_0031/sync_depth_00279.png 518.8579 -/living_room_0040/rgb_00296.jpg /living_room_0040/sync_depth_00296.png 518.8579 -/living_room_0010/rgb_00164.jpg /living_room_0010/sync_depth_00164.png 518.8579 -/kitchen_0051/rgb_00318.jpg /kitchen_0051/sync_depth_00318.png 518.8579 -/bedroom_0038/rgb_00002.jpg /bedroom_0038/sync_depth_00002.png 518.8579 -/living_room_0035/rgb_00106.jpg /living_room_0035/sync_depth_00106.png 518.8579 -/dining_room_0028/rgb_00027.jpg /dining_room_0028/sync_depth_00027.png 518.8579 -/dining_room_0033/rgb_00164.jpg /dining_room_0033/sync_depth_00164.png 518.8579 -/dining_room_0024/rgb_00159.jpg /dining_room_0024/sync_depth_00159.png 518.8579 -/dining_room_0010/rgb_00044.jpg /dining_room_0010/sync_depth_00044.png 518.8579 -/living_room_0068/rgb_00055.jpg /living_room_0068/sync_depth_00055.png 518.8579 -/dining_room_0023/rgb_00000.jpg /dining_room_0023/sync_depth_00000.png 518.8579 -/kitchen_0031/rgb_00072.jpg /kitchen_0031/sync_depth_00072.png 518.8579 -/bedroom_0074/rgb_00071.jpg /bedroom_0074/sync_depth_00071.png 518.8579 -/bathroom_0050/rgb_00000.jpg /bathroom_0050/sync_depth_00000.png 518.8579 -/home_office_0006/rgb_00121.jpg /home_office_0006/sync_depth_00121.png 518.8579 -/bookstore_0001f/rgb_00378.jpg /bookstore_0001f/sync_depth_00378.png 518.8579 -/dining_room_0034/rgb_00193.jpg /dining_room_0034/sync_depth_00193.png 518.8579 -/classroom_0022/rgb_00053.jpg /classroom_0022/sync_depth_00053.png 518.8579 -/bookstore_0001j/rgb_00166.jpg /bookstore_0001j/sync_depth_00166.png 518.8579 -/living_room_0047b/rgb_00011.jpg /living_room_0047b/sync_depth_00011.png 518.8579 -/kitchen_0011a/rgb_00079.jpg /kitchen_0011a/sync_depth_00079.png 518.8579 -/dining_room_0024/rgb_00176.jpg /dining_room_0024/sync_depth_00176.png 518.8579 -/living_room_0020/rgb_00196.jpg /living_room_0020/sync_depth_00196.png 518.8579 -/bedroom_0052/rgb_00150.jpg /bedroom_0052/sync_depth_00150.png 518.8579 -/bathroom_0041/rgb_00086.jpg /bathroom_0041/sync_depth_00086.png 518.8579 -/living_room_0040/rgb_00132.jpg /living_room_0040/sync_depth_00132.png 518.8579 -/bedroom_0066/rgb_00007.jpg /bedroom_0066/sync_depth_00007.png 518.8579 -/office_0024/rgb_00107.jpg /office_0024/sync_depth_00107.png 518.8579 -/dining_room_0004/rgb_00090.jpg /dining_room_0004/sync_depth_00090.png 518.8579 -/kitchen_0035b/rgb_00145.jpg /kitchen_0035b/sync_depth_00145.png 518.8579 -/bookstore_0001f/rgb_00326.jpg /bookstore_0001f/sync_depth_00326.png 518.8579 -/study_0003/rgb_00093.jpg /study_0003/sync_depth_00093.png 518.8579 -/dining_room_0019/rgb_00026.jpg /dining_room_0019/sync_depth_00026.png 518.8579 -/office_0011/rgb_00130.jpg /office_0011/sync_depth_00130.png 518.8579 -/bedroom_0065/rgb_00025.jpg /bedroom_0065/sync_depth_00025.png 518.8579 -/kitchen_0011a/rgb_00024.jpg /kitchen_0011a/sync_depth_00024.png 518.8579 -/bathroom_0006/rgb_00009.jpg /bathroom_0006/sync_depth_00009.png 518.8579 -/bedroom_0028/rgb_00074.jpg /bedroom_0028/sync_depth_00074.png 518.8579 -/dining_room_0031/rgb_00116.jpg /dining_room_0031/sync_depth_00116.png 518.8579 -/dining_room_0031/rgb_00333.jpg /dining_room_0031/sync_depth_00333.png 518.8579 -/dining_room_0034/rgb_00066.jpg /dining_room_0034/sync_depth_00066.png 518.8579 -/living_room_0058/rgb_00085.jpg /living_room_0058/sync_depth_00085.png 518.8579 -/kitchen_0031/rgb_00192.jpg /kitchen_0031/sync_depth_00192.png 518.8579 -/furniture_store_0002b/rgb_00034.jpg /furniture_store_0002b/sync_depth_00034.png 518.8579 -/dining_room_0008/rgb_00132.jpg /dining_room_0008/sync_depth_00132.png 518.8579 -/kitchen_0043/rgb_00005.jpg /kitchen_0043/sync_depth_00005.png 518.8579 -/bedroom_0113/rgb_00063.jpg /bedroom_0113/sync_depth_00063.png 518.8579 -/living_room_0019/rgb_00234.jpg /living_room_0019/sync_depth_00234.png 518.8579 -/bookstore_0001d/rgb_00330.jpg /bookstore_0001d/sync_depth_00330.png 518.8579 -/kitchen_0019b/rgb_00043.jpg /kitchen_0019b/sync_depth_00043.png 518.8579 -/bedroom_0066/rgb_00000.jpg /bedroom_0066/sync_depth_00000.png 518.8579 -/bathroom_0049/rgb_00041.jpg /bathroom_0049/sync_depth_00041.png 518.8579 -/bedroom_0033/rgb_00125.jpg /bedroom_0033/sync_depth_00125.png 518.8579 -/bedroom_0072/rgb_00179.jpg /bedroom_0072/sync_depth_00179.png 518.8579 -/foyer_0002/rgb_00018.jpg /foyer_0002/sync_depth_00018.png 518.8579 -/living_room_0012/rgb_00014.jpg /living_room_0012/sync_depth_00014.png 518.8579 -/kitchen_0045b/rgb_00001.jpg /kitchen_0045b/sync_depth_00001.png 518.8579 -/bedroom_0052/rgb_00132.jpg /bedroom_0052/sync_depth_00132.png 518.8579 -/kitchen_0016/rgb_00029.jpg /kitchen_0016/sync_depth_00029.png 518.8579 -/reception_room_0002/rgb_00020.jpg /reception_room_0002/sync_depth_00020.png 518.8579 -/kitchen_0052/rgb_00071.jpg /kitchen_0052/sync_depth_00071.png 518.8579 -/home_office_0008/rgb_00049.jpg /home_office_0008/sync_depth_00049.png 518.8579 -/bookstore_0001i/rgb_00149.jpg /bookstore_0001i/sync_depth_00149.png 518.8579 -/basement_0001a/rgb_00048.jpg /basement_0001a/sync_depth_00048.png 518.8579 -/bedroom_0051/rgb_00158.jpg /bedroom_0051/sync_depth_00158.png 518.8579 -/bathroom_0019/rgb_00040.jpg /bathroom_0019/sync_depth_00040.png 518.8579 -/kitchen_0052/rgb_00052.jpg /kitchen_0052/sync_depth_00052.png 518.8579 -/bedroom_0051/rgb_00036.jpg /bedroom_0051/sync_depth_00036.png 518.8579 -/kitchen_0052/rgb_00129.jpg /kitchen_0052/sync_depth_00129.png 518.8579 -/living_room_0035/rgb_00086.jpg /living_room_0035/sync_depth_00086.png 518.8579 -/living_room_0010/rgb_00165.jpg /living_room_0010/sync_depth_00165.png 518.8579 -/playroom_0006/rgb_00069.jpg /playroom_0006/sync_depth_00069.png 518.8579 -/dining_room_0012/rgb_00047.jpg /dining_room_0012/sync_depth_00047.png 518.8579 -/dining_room_0001b/rgb_00161.jpg /dining_room_0001b/sync_depth_00161.png 518.8579 -/kitchen_0016/rgb_00041.jpg /kitchen_0016/sync_depth_00041.png 518.8579 -/bathroom_0013/rgb_00038.jpg /bathroom_0013/sync_depth_00038.png 518.8579 -/office_0011/rgb_00050.jpg /office_0011/sync_depth_00050.png 518.8579 -/dining_room_0007/rgb_00040.jpg /dining_room_0007/sync_depth_00040.png 518.8579 -/bedroom_0004/rgb_00045.jpg /bedroom_0004/sync_depth_00045.png 518.8579 -/bookstore_0001f/rgb_00482.jpg /bookstore_0001f/sync_depth_00482.png 518.8579 -/bathroom_0030/rgb_00023.jpg /bathroom_0030/sync_depth_00023.png 518.8579 -/bedroom_0020/rgb_00017.jpg /bedroom_0020/sync_depth_00017.png 518.8579 -/reception_room_0004/rgb_00071.jpg /reception_room_0004/sync_depth_00071.png 518.8579 -/bedroom_0076a/rgb_00190.jpg /bedroom_0076a/sync_depth_00190.png 518.8579 -/dining_room_0013/rgb_00035.jpg /dining_room_0013/sync_depth_00035.png 518.8579 -/living_room_0050/rgb_00169.jpg /living_room_0050/sync_depth_00169.png 518.8579 -/foyer_0002/rgb_00052.jpg /foyer_0002/sync_depth_00052.png 518.8579 -/bedroom_0052/rgb_00161.jpg /bedroom_0052/sync_depth_00161.png 518.8579 -/bookstore_0001i/rgb_00157.jpg /bookstore_0001i/sync_depth_00157.png 518.8579 -/basement_0001b/rgb_00040.jpg /basement_0001b/sync_depth_00040.png 518.8579 -/bedroom_0072/rgb_00037.jpg /bedroom_0072/sync_depth_00037.png 518.8579 -/kitchen_0045b/rgb_00080.jpg /kitchen_0045b/sync_depth_00080.png 518.8579 -/playroom_0002/rgb_00086.jpg /playroom_0002/sync_depth_00086.png 518.8579 -/bedroom_0050/rgb_00154.jpg /bedroom_0050/sync_depth_00154.png 518.8579 -/kitchen_0028a/rgb_00105.jpg /kitchen_0028a/sync_depth_00105.png 518.8579 -/office_kitchen_0003/rgb_00100.jpg /office_kitchen_0003/sync_depth_00100.png 518.8579 -/bedroom_0029/rgb_00056.jpg /bedroom_0029/sync_depth_00056.png 518.8579 -/living_room_0022/rgb_00106.jpg /living_room_0022/sync_depth_00106.png 518.8579 -/bedroom_0026/rgb_00076.jpg /bedroom_0026/sync_depth_00076.png 518.8579 -/living_room_0047b/rgb_00023.jpg /living_room_0047b/sync_depth_00023.png 518.8579 -/nyu_office_0/rgb_00328.jpg /nyu_office_0/sync_depth_00328.png 518.8579 -/bedroom_0069/rgb_00064.jpg /bedroom_0069/sync_depth_00064.png 518.8579 -/bookstore_0001f/rgb_00338.jpg /bookstore_0001f/sync_depth_00338.png 518.8579 -/dining_room_0016/rgb_00043.jpg /dining_room_0016/sync_depth_00043.png 518.8579 -/furniture_store_0002b/rgb_00008.jpg /furniture_store_0002b/sync_depth_00008.png 518.8579 -/kitchen_0019a/rgb_00255.jpg /kitchen_0019a/sync_depth_00255.png 518.8579 -/bookstore_0001g/rgb_00146.jpg /bookstore_0001g/sync_depth_00146.png 518.8579 -/dining_room_0015/rgb_00083.jpg /dining_room_0015/sync_depth_00083.png 518.8579 -/living_room_0012/rgb_00078.jpg /living_room_0012/sync_depth_00078.png 518.8579 -/bedroom_0019/rgb_00037.jpg /bedroom_0019/sync_depth_00037.png 518.8579 -/kitchen_0045b/rgb_00053.jpg /kitchen_0045b/sync_depth_00053.png 518.8579 -/study_0005/rgb_00013.jpg /study_0005/sync_depth_00013.png 518.8579 -/living_room_0070/rgb_00061.jpg /living_room_0070/sync_depth_00061.png 518.8579 -/living_room_0040/rgb_00123.jpg /living_room_0040/sync_depth_00123.png 518.8579 -/dining_room_0010/rgb_00067.jpg /dining_room_0010/sync_depth_00067.png 518.8579 -/dining_room_0033/rgb_00119.jpg /dining_room_0033/sync_depth_00119.png 518.8579 -/home_office_0004/rgb_00116.jpg /home_office_0004/sync_depth_00116.png 518.8579 -/dining_room_0015/rgb_00045.jpg /dining_room_0015/sync_depth_00045.png 518.8579 -/bedroom_0113/rgb_00073.jpg /bedroom_0113/sync_depth_00073.png 518.8579 -/reception_room_0001a/rgb_00109.jpg /reception_room_0001a/sync_depth_00109.png 518.8579 -/kitchen_0035a/rgb_00032.jpg /kitchen_0035a/sync_depth_00032.png 518.8579 -/dining_room_0004/rgb_00100.jpg /dining_room_0004/sync_depth_00100.png 518.8579 -/office_0009/rgb_00047.jpg /office_0009/sync_depth_00047.png 518.8579 -/bedroom_0033/rgb_00140.jpg /bedroom_0033/sync_depth_00140.png 518.8579 -/bedroom_0072/rgb_00108.jpg /bedroom_0072/sync_depth_00108.png 518.8579 -/bookstore_0001f/rgb_00030.jpg /bookstore_0001f/sync_depth_00030.png 518.8579 -/kitchen_0011a/rgb_00018.jpg /kitchen_0011a/sync_depth_00018.png 518.8579 -/bedroom_0020/rgb_00064.jpg /bedroom_0020/sync_depth_00064.png 518.8579 -/dining_room_0001b/rgb_00209.jpg /dining_room_0001b/sync_depth_00209.png 518.8579 -/kitchen_0043/rgb_00254.jpg /kitchen_0043/sync_depth_00254.png 518.8579 -/living_room_0055/rgb_00138.jpg /living_room_0055/sync_depth_00138.png 518.8579 -/living_room_0047b/rgb_00135.jpg /living_room_0047b/sync_depth_00135.png 518.8579 -/reception_room_0001a/rgb_00094.jpg /reception_room_0001a/sync_depth_00094.png 518.8579 -/dining_room_0010/rgb_00075.jpg /dining_room_0010/sync_depth_00075.png 518.8579 -/office_0012/rgb_00042.jpg /office_0012/sync_depth_00042.png 518.8579 -/dining_room_0031/rgb_00332.jpg /dining_room_0031/sync_depth_00332.png 518.8579 -/office_0026/rgb_00099.jpg /office_0026/sync_depth_00099.png 518.8579 -/kitchen_0060/rgb_00117.jpg /kitchen_0060/sync_depth_00117.png 518.8579 -/bedroom_0016/rgb_00100.jpg /bedroom_0016/sync_depth_00100.png 518.8579 -/living_room_0019/rgb_00043.jpg /living_room_0019/sync_depth_00043.png 518.8579 -/bookstore_0001f/rgb_00339.jpg /bookstore_0001f/sync_depth_00339.png 518.8579 -/kitchen_0051/rgb_00307.jpg /kitchen_0051/sync_depth_00307.png 518.8579 -/kitchen_0019a/rgb_00064.jpg /kitchen_0019a/sync_depth_00064.png 518.8579 -/bedroom_0021/rgb_00118.jpg /bedroom_0021/sync_depth_00118.png 518.8579 -/office_0024/rgb_00100.jpg /office_0024/sync_depth_00100.png 518.8579 -/living_room_0010/rgb_00091.jpg /living_room_0010/sync_depth_00091.png 518.8579 -/bathroom_0028/rgb_00011.jpg /bathroom_0028/sync_depth_00011.png 518.8579 -/dining_room_0016/rgb_00033.jpg /dining_room_0016/sync_depth_00033.png 518.8579 -/bedroom_0138/rgb_00028.jpg /bedroom_0138/sync_depth_00028.png 518.8579 -/living_room_0020/rgb_00008.jpg /living_room_0020/sync_depth_00008.png 518.8579 -/living_room_0005/rgb_00105.jpg /living_room_0005/sync_depth_00105.png 518.8579 -/dining_room_0012/rgb_00072.jpg /dining_room_0012/sync_depth_00072.png 518.8579 -/living_room_0029/rgb_00001.jpg /living_room_0029/sync_depth_00001.png 518.8579 -/kitchen_0059/rgb_00027.jpg /kitchen_0059/sync_depth_00027.png 518.8579 -/home_office_0008/rgb_00006.jpg /home_office_0008/sync_depth_00006.png 518.8579 -/living_room_0086a/rgb_00033.jpg /living_room_0086a/sync_depth_00033.png 518.8579 -/excercise_room_0001/rgb_00113.jpg /excercise_room_0001/sync_depth_00113.png 518.8579 -/nyu_office_0/rgb_00288.jpg /nyu_office_0/sync_depth_00288.png 518.8579 -/furniture_store_0002b/rgb_00205.jpg /furniture_store_0002b/sync_depth_00205.png 518.8579 -/bedroom_0062/rgb_00012.jpg /bedroom_0062/sync_depth_00012.png 518.8579 -/kitchen_0043/rgb_00103.jpg /kitchen_0043/sync_depth_00103.png 518.8579 -/bedroom_0019/rgb_00109.jpg /bedroom_0019/sync_depth_00109.png 518.8579 -/bedroom_0129/rgb_00006.jpg /bedroom_0129/sync_depth_00006.png 518.8579 -/bedroom_0029/rgb_00018.jpg /bedroom_0029/sync_depth_00018.png 518.8579 -/living_room_0078/rgb_00073.jpg /living_room_0078/sync_depth_00073.png 518.8579 -/bathroom_0041/rgb_00085.jpg /bathroom_0041/sync_depth_00085.png 518.8579 -/bedroom_0066/rgb_00048.jpg /bedroom_0066/sync_depth_00048.png 518.8579 -/excercise_room_0001/rgb_00114.jpg /excercise_room_0001/sync_depth_00114.png 518.8579 -/study_0006/rgb_00019.jpg /study_0006/sync_depth_00019.png 518.8579 -/playroom_0004/rgb_00124.jpg /playroom_0004/sync_depth_00124.png 518.8579 -/office_kitchen_0003/rgb_00077.jpg /office_kitchen_0003/sync_depth_00077.png 518.8579 -/bedroom_0069/rgb_00123.jpg /bedroom_0069/sync_depth_00123.png 518.8579 -/dining_room_0031/rgb_00402.jpg /dining_room_0031/sync_depth_00402.png 518.8579 -/bookstore_0001e/rgb_00131.jpg /bookstore_0001e/sync_depth_00131.png 518.8579 -/dining_room_0001b/rgb_00044.jpg /dining_room_0001b/sync_depth_00044.png 518.8579 -/kitchen_0053/rgb_00240.jpg /kitchen_0053/sync_depth_00240.png 518.8579 -/office_kitchen_0001a/rgb_00009.jpg /office_kitchen_0001a/sync_depth_00009.png 518.8579 -/playroom_0003/rgb_00041.jpg /playroom_0003/sync_depth_00041.png 518.8579 -/living_room_0029/rgb_00112.jpg /living_room_0029/sync_depth_00112.png 518.8579 -/bedroom_0019/rgb_00114.jpg /bedroom_0019/sync_depth_00114.png 518.8579 -/living_room_0083/rgb_00024.jpg /living_room_0083/sync_depth_00024.png 518.8579 -/living_room_0018/rgb_00190.jpg /living_room_0018/sync_depth_00190.png 518.8579 -/bathroom_0039/rgb_00011.jpg /bathroom_0039/sync_depth_00011.png 518.8579 -/living_room_0019/rgb_00231.jpg /living_room_0019/sync_depth_00231.png 518.8579 -/study_room_0005a/rgb_00045.jpg /study_room_0005a/sync_depth_00045.png 518.8579 -/home_office_0008/rgb_00061.jpg /home_office_0008/sync_depth_00061.png 518.8579 -/nyu_office_0/rgb_00091.jpg /nyu_office_0/sync_depth_00091.png 518.8579 -/bedroom_0063/rgb_00079.jpg /bedroom_0063/sync_depth_00079.png 518.8579 -/bedroom_0010/rgb_00121.jpg /bedroom_0010/sync_depth_00121.png 518.8579 -/living_room_0019/rgb_00196.jpg /living_room_0019/sync_depth_00196.png 518.8579 -/bathroom_0013/rgb_00032.jpg /bathroom_0013/sync_depth_00032.png 518.8579 -/kitchen_0045b/rgb_00060.jpg /kitchen_0045b/sync_depth_00060.png 518.8579 -/home_office_0004/rgb_00160.jpg /home_office_0004/sync_depth_00160.png 518.8579 -/bedroom_0107/rgb_00008.jpg /bedroom_0107/sync_depth_00008.png 518.8579 -/living_room_0019/rgb_00099.jpg /living_room_0019/sync_depth_00099.png 518.8579 -/bedroom_0063/rgb_00089.jpg /bedroom_0063/sync_depth_00089.png 518.8579 -/dining_room_0033/rgb_00081.jpg /dining_room_0033/sync_depth_00081.png 518.8579 -/home_office_0013/rgb_00022.jpg /home_office_0013/sync_depth_00022.png 518.8579 -/bedroom_0025/rgb_00059.jpg /bedroom_0025/sync_depth_00059.png 518.8579 -/home_office_0008/rgb_00073.jpg /home_office_0008/sync_depth_00073.png 518.8579 -/living_room_0012/rgb_00175.jpg /living_room_0012/sync_depth_00175.png 518.8579 -/bedroom_0050/rgb_00192.jpg /bedroom_0050/sync_depth_00192.png 518.8579 -/bathroom_0034/rgb_00052.jpg /bathroom_0034/sync_depth_00052.png 518.8579 -/dining_room_0023/rgb_00052.jpg /dining_room_0023/sync_depth_00052.png 518.8579 -/kitchen_0028a/rgb_00148.jpg /kitchen_0028a/sync_depth_00148.png 518.8579 -/dining_room_0037/rgb_00125.jpg /dining_room_0037/sync_depth_00125.png 518.8579 -/dining_room_0001b/rgb_00183.jpg /dining_room_0001b/sync_depth_00183.png 518.8579 -/bedroom_0016/rgb_00134.jpg /bedroom_0016/sync_depth_00134.png 518.8579 -/bathroom_0056/rgb_00030.jpg /bathroom_0056/sync_depth_00030.png 518.8579 -/kitchen_0059/rgb_00058.jpg /kitchen_0059/sync_depth_00058.png 518.8579 -/kitchen_0045a/rgb_00070.jpg /kitchen_0045a/sync_depth_00070.png 518.8579 -/bookstore_0001e/rgb_00013.jpg /bookstore_0001e/sync_depth_00013.png 518.8579 -/living_room_0018/rgb_00171.jpg /living_room_0018/sync_depth_00171.png 518.8579 -/bedroom_0051/rgb_00052.jpg /bedroom_0051/sync_depth_00052.png 518.8579 -/dining_room_0024/rgb_00109.jpg /dining_room_0024/sync_depth_00109.png 518.8579 -/bedroom_0136/rgb_00102.jpg /bedroom_0136/sync_depth_00102.png 518.8579 -/living_room_0010/rgb_00206.jpg /living_room_0010/sync_depth_00206.png 518.8579 -/living_room_0018/rgb_00191.jpg /living_room_0018/sync_depth_00191.png 518.8579 -/bedroom_0071/rgb_00004.jpg /bedroom_0071/sync_depth_00004.png 518.8579 -/kitchen_0052/rgb_00055.jpg /kitchen_0052/sync_depth_00055.png 518.8579 -/furniture_store_0001d/rgb_00254.jpg /furniture_store_0001d/sync_depth_00254.png 518.8579 -/kitchen_0043/rgb_00128.jpg /kitchen_0043/sync_depth_00128.png 518.8579 -/bedroom_0052/rgb_00115.jpg /bedroom_0052/sync_depth_00115.png 518.8579 -/kitchen_0011a/rgb_00069.jpg /kitchen_0011a/sync_depth_00069.png 518.8579 -/dining_room_0008/rgb_00145.jpg /dining_room_0008/sync_depth_00145.png 518.8579 -/kitchen_0048/rgb_00044.jpg /kitchen_0048/sync_depth_00044.png 518.8579 -/bedroom_0051/rgb_00080.jpg /bedroom_0051/sync_depth_00080.png 518.8579 -/classroom_0018/rgb_00015.jpg /classroom_0018/sync_depth_00015.png 518.8579 -/living_room_0029/rgb_00119.jpg /living_room_0029/sync_depth_00119.png 518.8579 -/dining_room_0037/rgb_00057.jpg /dining_room_0037/sync_depth_00057.png 518.8579 -/study_room_0004/rgb_00047.jpg /study_room_0004/sync_depth_00047.png 518.8579 -/kitchen_0050/rgb_00186.jpg /kitchen_0050/sync_depth_00186.png 518.8579 -/living_room_0004/rgb_00008.jpg /living_room_0004/sync_depth_00008.png 518.8579 -/living_room_0050/rgb_00275.jpg /living_room_0050/sync_depth_00275.png 518.8579 -/kitchen_0011a/rgb_00142.jpg /kitchen_0011a/sync_depth_00142.png 518.8579 -/living_room_0010/rgb_00148.jpg /living_room_0010/sync_depth_00148.png 518.8579 -/dining_room_0015/rgb_00147.jpg /dining_room_0015/sync_depth_00147.png 518.8579 -/bedroom_0012/rgb_00021.jpg /bedroom_0012/sync_depth_00021.png 518.8579 -/kitchen_0048/rgb_00261.jpg /kitchen_0048/sync_depth_00261.png 518.8579 -/kitchen_0033/rgb_00043.jpg /kitchen_0033/sync_depth_00043.png 518.8579 -/dining_room_0007/rgb_00145.jpg /dining_room_0007/sync_depth_00145.png 518.8579 -/living_room_0082/rgb_00055.jpg /living_room_0082/sync_depth_00055.png 518.8579 -/living_room_0071/rgb_00009.jpg /living_room_0071/sync_depth_00009.png 518.8579 -/furniture_store_0001a/rgb_00004.jpg /furniture_store_0001a/sync_depth_00004.png 518.8579 -/furniture_store_0001d/rgb_00129.jpg /furniture_store_0001d/sync_depth_00129.png 518.8579 -/bathroom_0055/rgb_00028.jpg /bathroom_0055/sync_depth_00028.png 518.8579 -/living_room_0022/rgb_00128.jpg /living_room_0022/sync_depth_00128.png 518.8579 -/bedroom_0042/rgb_00049.jpg /bedroom_0042/sync_depth_00049.png 518.8579 -/bedroom_0100/rgb_00062.jpg /bedroom_0100/sync_depth_00062.png 518.8579 -/living_room_0040/rgb_00072.jpg /living_room_0040/sync_depth_00072.png 518.8579 -/bathroom_0019/rgb_00066.jpg /bathroom_0019/sync_depth_00066.png 518.8579 -/bedroom_0072/rgb_00060.jpg /bedroom_0072/sync_depth_00060.png 518.8579 -/kitchen_0051/rgb_00321.jpg /kitchen_0051/sync_depth_00321.png 518.8579 -/bedroom_0033/rgb_00018.jpg /bedroom_0033/sync_depth_00018.png 518.8579 -/kitchen_0033/rgb_00019.jpg /kitchen_0033/sync_depth_00019.png 518.8579 -/living_room_0010/rgb_00236.jpg /living_room_0010/sync_depth_00236.png 518.8579 -/dining_room_0015/rgb_00144.jpg /dining_room_0015/sync_depth_00144.png 518.8579 -/living_room_0069b/rgb_00022.jpg /living_room_0069b/sync_depth_00022.png 518.8579 -/home_office_0008/rgb_00074.jpg /home_office_0008/sync_depth_00074.png 518.8579 -/dining_room_0029/rgb_00124.jpg /dining_room_0029/sync_depth_00124.png 518.8579 -/office_0006/rgb_00122.jpg /office_0006/sync_depth_00122.png 518.8579 -/office_0026/rgb_00190.jpg /office_0026/sync_depth_00190.png 518.8579 -/kitchen_0041/rgb_00009.jpg /kitchen_0041/sync_depth_00009.png 518.8579 -/bedroom_0053/rgb_00018.jpg /bedroom_0053/sync_depth_00018.png 518.8579 -/dining_room_0023/rgb_00147.jpg /dining_room_0023/sync_depth_00147.png 518.8579 -/bookstore_0001d/rgb_00081.jpg /bookstore_0001d/sync_depth_00081.png 518.8579 -/bedroom_0059/rgb_00041.jpg /bedroom_0059/sync_depth_00041.png 518.8579 -/bookstore_0001f/rgb_00268.jpg /bookstore_0001f/sync_depth_00268.png 518.8579 -/living_room_0005/rgb_00077.jpg /living_room_0005/sync_depth_00077.png 518.8579 -/bedroom_0076a/rgb_00177.jpg /bedroom_0076a/sync_depth_00177.png 518.8579 -/kitchen_0051/rgb_00338.jpg /kitchen_0051/sync_depth_00338.png 518.8579 -/kitchen_0053/rgb_00154.jpg /kitchen_0053/sync_depth_00154.png 518.8579 -/kitchen_0003/rgb_00109.jpg /kitchen_0003/sync_depth_00109.png 518.8579 -/bedroom_0057/rgb_00027.jpg /bedroom_0057/sync_depth_00027.png 518.8579 -/playroom_0003/rgb_00178.jpg /playroom_0003/sync_depth_00178.png 518.8579 -/kitchen_0053/rgb_00186.jpg /kitchen_0053/sync_depth_00186.png 518.8579 -/study_0008/rgb_00021.jpg /study_0008/sync_depth_00021.png 518.8579 -/dining_room_0001b/rgb_00041.jpg /dining_room_0001b/sync_depth_00041.png 518.8579 -/bathroom_0056/rgb_00036.jpg /bathroom_0056/sync_depth_00036.png 518.8579 -/bedroom_0076a/rgb_00110.jpg /bedroom_0076a/sync_depth_00110.png 518.8579 -/living_room_0071/rgb_00049.jpg /living_room_0071/sync_depth_00049.png 518.8579 -/furniture_store_0002a/rgb_00421.jpg /furniture_store_0002a/sync_depth_00421.png 518.8579 -/living_room_0046a/rgb_00021.jpg /living_room_0046a/sync_depth_00021.png 518.8579 -/dining_room_0001b/rgb_00000.jpg /dining_room_0001b/sync_depth_00000.png 518.8579 -/office_0004/rgb_00071.jpg /office_0004/sync_depth_00071.png 518.8579 -/bedroom_0029/rgb_00019.jpg /bedroom_0029/sync_depth_00019.png 518.8579 -/kitchen_0047/rgb_00002.jpg /kitchen_0047/sync_depth_00002.png 518.8579 -/printer_room_0001/rgb_00049.jpg /printer_room_0001/sync_depth_00049.png 518.8579 -/furniture_store_0002b/rgb_00059.jpg /furniture_store_0002b/sync_depth_00059.png 518.8579 -/bedroom_0120/rgb_00030.jpg /bedroom_0120/sync_depth_00030.png 518.8579 -/bookstore_0001g/rgb_00028.jpg /bookstore_0001g/sync_depth_00028.png 518.8579 -/bedroom_0021/rgb_00041.jpg /bedroom_0021/sync_depth_00041.png 518.8579 -/dining_room_0034/rgb_00108.jpg /dining_room_0034/sync_depth_00108.png 518.8579 -/living_room_0050/rgb_00110.jpg /living_room_0050/sync_depth_00110.png 518.8579 -/kitchen_0048/rgb_00183.jpg /kitchen_0048/sync_depth_00183.png 518.8579 -/living_room_0019/rgb_00238.jpg /living_room_0019/sync_depth_00238.png 518.8579 -/nyu_office_0/rgb_00274.jpg /nyu_office_0/sync_depth_00274.png 518.8579 -/bedroom_0090/rgb_00024.jpg /bedroom_0090/sync_depth_00024.png 518.8579 -/bookstore_0001i/rgb_00032.jpg /bookstore_0001i/sync_depth_00032.png 518.8579 -/nyu_office_0/rgb_00357.jpg /nyu_office_0/sync_depth_00357.png 518.8579 -/living_room_0086a/rgb_00055.jpg /living_room_0086a/sync_depth_00055.png 518.8579 -/living_room_0011/rgb_00128.jpg /living_room_0011/sync_depth_00128.png 518.8579 -/kitchen_0019a/rgb_00164.jpg /kitchen_0019a/sync_depth_00164.png 518.8579 -/laundry_room_0001/rgb_00034.jpg /laundry_room_0001/sync_depth_00034.png 518.8579 -/bookstore_0001i/rgb_00006.jpg /bookstore_0001i/sync_depth_00006.png 518.8579 -/bathroom_0028/rgb_00010.jpg /bathroom_0028/sync_depth_00010.png 518.8579 -/kitchen_0028a/rgb_00168.jpg /kitchen_0028a/sync_depth_00168.png 518.8579 -/bedroom_0053/rgb_00053.jpg /bedroom_0053/sync_depth_00053.png 518.8579 -/dining_room_0034/rgb_00223.jpg /dining_room_0034/sync_depth_00223.png 518.8579 -/classroom_0011/rgb_00002.jpg /classroom_0011/sync_depth_00002.png 518.8579 -/furniture_store_0002a/rgb_00315.jpg /furniture_store_0002a/sync_depth_00315.png 518.8579 -/dining_room_0013/rgb_00042.jpg /dining_room_0013/sync_depth_00042.png 518.8579 -/dining_room_0004/rgb_00119.jpg /dining_room_0004/sync_depth_00119.png 518.8579 -/playroom_0002/rgb_00076.jpg /playroom_0002/sync_depth_00076.png 518.8579 -/cafe_0001b/rgb_00017.jpg /cafe_0001b/sync_depth_00017.png 518.8579 -/bookstore_0001e/rgb_00202.jpg /bookstore_0001e/sync_depth_00202.png 518.8579 -/kitchen_0043/rgb_00069.jpg /kitchen_0043/sync_depth_00069.png 518.8579 -/bedroom_0014/rgb_00015.jpg /bedroom_0014/sync_depth_00015.png 518.8579 -/dining_room_0012/rgb_00201.jpg /dining_room_0012/sync_depth_00201.png 518.8579 -/living_room_0020/rgb_00186.jpg /living_room_0020/sync_depth_00186.png 518.8579 -/living_room_0011/rgb_00138.jpg /living_room_0011/sync_depth_00138.png 518.8579 -/kitchen_0029c/rgb_00165.jpg /kitchen_0029c/sync_depth_00165.png 518.8579 -/bedroom_0078/rgb_00103.jpg /bedroom_0078/sync_depth_00103.png 518.8579 -/bedroom_0050/rgb_00170.jpg /bedroom_0050/sync_depth_00170.png 518.8579 -/kitchen_0010/rgb_00057.jpg /kitchen_0010/sync_depth_00057.png 518.8579 -/bedroom_0059/rgb_00048.jpg /bedroom_0059/sync_depth_00048.png 518.8579 -/classroom_0004/rgb_00003.jpg /classroom_0004/sync_depth_00003.png 518.8579 -/dining_room_0033/rgb_00017.jpg /dining_room_0033/sync_depth_00017.png 518.8579 -/bedroom_0126/rgb_00022.jpg /bedroom_0126/sync_depth_00022.png 518.8579 -/kitchen_0048/rgb_00228.jpg /kitchen_0048/sync_depth_00228.png 518.8579 -/student_lounge_0001/rgb_00140.jpg /student_lounge_0001/sync_depth_00140.png 518.8579 -/kitchen_0049/rgb_00015.jpg /kitchen_0049/sync_depth_00015.png 518.8579 -/kitchen_0010/rgb_00110.jpg /kitchen_0010/sync_depth_00110.png 518.8579 -/bedroom_0074/rgb_00039.jpg /bedroom_0074/sync_depth_00039.png 518.8579 -/kitchen_0033/rgb_00046.jpg /kitchen_0033/sync_depth_00046.png 518.8579 -/bedroom_0053/rgb_00063.jpg /bedroom_0053/sync_depth_00063.png 518.8579 -/dinette_0001/rgb_00000.jpg /dinette_0001/sync_depth_00000.png 518.8579 -/bookstore_0001d/rgb_00163.jpg /bookstore_0001d/sync_depth_00163.png 518.8579 -/kitchen_0029a/rgb_00012.jpg /kitchen_0029a/sync_depth_00012.png 518.8579 -/furniture_store_0002a/rgb_00223.jpg /furniture_store_0002a/sync_depth_00223.png 518.8579 -/bedroom_0020/rgb_00091.jpg /bedroom_0020/sync_depth_00091.png 518.8579 -/nyu_office_1/rgb_00043.jpg /nyu_office_1/sync_depth_00043.png 518.8579 -/excercise_room_0001/rgb_00055.jpg /excercise_room_0001/sync_depth_00055.png 518.8579 -/living_room_0038/rgb_00022.jpg /living_room_0038/sync_depth_00022.png 518.8579 -/reception_room_0001a/rgb_00067.jpg /reception_room_0001a/sync_depth_00067.png 518.8579 -/dining_room_0019/rgb_00094.jpg /dining_room_0019/sync_depth_00094.png 518.8579 -/living_room_0040/rgb_00058.jpg /living_room_0040/sync_depth_00058.png 518.8579 -/bedroom_0017/rgb_00034.jpg /bedroom_0017/sync_depth_00034.png 518.8579 -/office_0006/rgb_00170.jpg /office_0006/sync_depth_00170.png 518.8579 -/office_0012/rgb_00000.jpg /office_0012/sync_depth_00000.png 518.8579 -/dining_room_0034/rgb_00134.jpg /dining_room_0034/sync_depth_00134.png 518.8579 -/bedroom_0014/rgb_00046.jpg /bedroom_0014/sync_depth_00046.png 518.8579 -/dining_room_0007/rgb_00061.jpg /dining_room_0007/sync_depth_00061.png 518.8579 -/living_room_0019/rgb_00104.jpg /living_room_0019/sync_depth_00104.png 518.8579 -/kitchen_0037/rgb_00082.jpg /kitchen_0037/sync_depth_00082.png 518.8579 -/living_room_0058/rgb_00119.jpg /living_room_0058/sync_depth_00119.png 518.8579 -/kitchen_0003/rgb_00094.jpg /kitchen_0003/sync_depth_00094.png 518.8579 -/dining_room_0012/rgb_00063.jpg /dining_room_0012/sync_depth_00063.png 518.8579 -/reception_room_0002/rgb_00079.jpg /reception_room_0002/sync_depth_00079.png 518.8579 -/bedroom_0107/rgb_00002.jpg /bedroom_0107/sync_depth_00002.png 518.8579 -/kitchen_0008/rgb_00051.jpg /kitchen_0008/sync_depth_00051.png 518.8579 -/bedroom_0010/rgb_00115.jpg /bedroom_0010/sync_depth_00115.png 518.8579 -/kitchen_0045a/rgb_00187.jpg /kitchen_0045a/sync_depth_00187.png 518.8579 -/study_room_0004/rgb_00207.jpg /study_room_0004/sync_depth_00207.png 518.8579 -/bedroom_0019/rgb_00016.jpg /bedroom_0019/sync_depth_00016.png 518.8579 -/dining_room_0002/rgb_00005.jpg /dining_room_0002/sync_depth_00005.png 518.8579 -/kitchen_0037/rgb_00036.jpg /kitchen_0037/sync_depth_00036.png 518.8579 -/playroom_0003/rgb_00147.jpg /playroom_0003/sync_depth_00147.png 518.8579 -/dining_room_0016/rgb_00046.jpg /dining_room_0016/sync_depth_00046.png 518.8579 -/living_room_0042a/rgb_00015.jpg /living_room_0042a/sync_depth_00015.png 518.8579 -/bedroom_0039/rgb_00025.jpg /bedroom_0039/sync_depth_00025.png 518.8579 -/bookstore_0001d/rgb_00264.jpg /bookstore_0001d/sync_depth_00264.png 518.8579 -/home_office_0004/rgb_00080.jpg /home_office_0004/sync_depth_00080.png 518.8579 -/kitchen_0011a/rgb_00046.jpg /kitchen_0011a/sync_depth_00046.png 518.8579 -/living_room_0071/rgb_00016.jpg /living_room_0071/sync_depth_00016.png 518.8579 -/bookstore_0001j/rgb_00084.jpg /bookstore_0001j/sync_depth_00084.png 518.8579 -/furniture_store_0002d/rgb_00036.jpg /furniture_store_0002d/sync_depth_00036.png 518.8579 -/kitchen_0048/rgb_00013.jpg /kitchen_0048/sync_depth_00013.png 518.8579 -/laundry_room_0001/rgb_00003.jpg /laundry_room_0001/sync_depth_00003.png 518.8579 -/living_room_0004/rgb_00118.jpg /living_room_0004/sync_depth_00118.png 518.8579 -/bedroom_0012/rgb_00078.jpg /bedroom_0012/sync_depth_00078.png 518.8579 -/dining_room_0019/rgb_00165.jpg /dining_room_0019/sync_depth_00165.png 518.8579 -/kitchen_0049/rgb_00069.jpg /kitchen_0049/sync_depth_00069.png 518.8579 -/bathroom_0011/rgb_00001.jpg /bathroom_0011/sync_depth_00001.png 518.8579 -/dining_room_0016/rgb_00055.jpg /dining_room_0016/sync_depth_00055.png 518.8579 -/home_office_0008/rgb_00070.jpg /home_office_0008/sync_depth_00070.png 518.8579 -/bedroom_0051/rgb_00097.jpg /bedroom_0051/sync_depth_00097.png 518.8579 -/kitchen_0052/rgb_00090.jpg /kitchen_0052/sync_depth_00090.png 518.8579 -/bathroom_0013/rgb_00003.jpg /bathroom_0013/sync_depth_00003.png 518.8579 -/bedroom_0026/rgb_00077.jpg /bedroom_0026/sync_depth_00077.png 518.8579 -/kitchen_0035b/rgb_00083.jpg /kitchen_0035b/sync_depth_00083.png 518.8579 -/study_room_0005a/rgb_00018.jpg /study_room_0005a/sync_depth_00018.png 518.8579 -/nyu_office_0/rgb_00317.jpg /nyu_office_0/sync_depth_00317.png 518.8579 -/student_lounge_0001/rgb_00020.jpg /student_lounge_0001/sync_depth_00020.png 518.8579 -/bedroom_0136/rgb_00121.jpg /bedroom_0136/sync_depth_00121.png 518.8579 -/home_office_0011/rgb_00048.jpg /home_office_0011/sync_depth_00048.png 518.8579 -/living_room_0042b/rgb_00040.jpg /living_room_0042b/sync_depth_00040.png 518.8579 -/kitchen_0011b/rgb_00073.jpg /kitchen_0011b/sync_depth_00073.png 518.8579 -/home_office_0007/rgb_00042.jpg /home_office_0007/sync_depth_00042.png 518.8579 -/living_room_0058/rgb_00145.jpg /living_room_0058/sync_depth_00145.png 518.8579 -/kitchen_0029b/rgb_00017.jpg /kitchen_0029b/sync_depth_00017.png 518.8579 -/bedroom_0016/rgb_00199.jpg /bedroom_0016/sync_depth_00199.png 518.8579 -/dining_room_0015/rgb_00050.jpg /dining_room_0015/sync_depth_00050.png 518.8579 -/kitchen_0052/rgb_00033.jpg /kitchen_0052/sync_depth_00033.png 518.8579 -/furniture_store_0002c/rgb_00071.jpg /furniture_store_0002c/sync_depth_00071.png 518.8579 -/dining_room_0016/rgb_00182.jpg /dining_room_0016/sync_depth_00182.png 518.8579 -/bathroom_0045a/rgb_00027.jpg /bathroom_0045a/sync_depth_00027.png 518.8579 -/dining_room_0031/rgb_00406.jpg /dining_room_0031/sync_depth_00406.png 518.8579 -/nyu_office_0/rgb_00104.jpg /nyu_office_0/sync_depth_00104.png 518.8579 -/living_room_0082/rgb_00046.jpg /living_room_0082/sync_depth_00046.png 518.8579 -/living_room_0012/rgb_00188.jpg /living_room_0012/sync_depth_00188.png 518.8579 -/bedroom_0062/rgb_00082.jpg /bedroom_0062/sync_depth_00082.png 518.8579 -/bathroom_0033/rgb_00042.jpg /bathroom_0033/sync_depth_00042.png 518.8579 -/living_room_0040/rgb_00081.jpg /living_room_0040/sync_depth_00081.png 518.8579 -/dining_room_0001b/rgb_00022.jpg /dining_room_0001b/sync_depth_00022.png 518.8579 -/living_room_0046b/rgb_00041.jpg /living_room_0046b/sync_depth_00041.png 518.8579 -/basement_0001b/rgb_00016.jpg /basement_0001b/sync_depth_00016.png 518.8579 -/office_kitchen_0003/rgb_00070.jpg /office_kitchen_0003/sync_depth_00070.png 518.8579 -/living_room_0067/rgb_00061.jpg /living_room_0067/sync_depth_00061.png 518.8579 -/dining_room_0008/rgb_00115.jpg /dining_room_0008/sync_depth_00115.png 518.8579 -/bookstore_0001f/rgb_00059.jpg /bookstore_0001f/sync_depth_00059.png 518.8579 -/bedroom_0031/rgb_00047.jpg /bedroom_0031/sync_depth_00047.png 518.8579 -/dining_room_0023/rgb_00071.jpg /dining_room_0023/sync_depth_00071.png 518.8579 -/bedroom_0016/rgb_00073.jpg /bedroom_0016/sync_depth_00073.png 518.8579 -/kitchen_0011b/rgb_00037.jpg /kitchen_0011b/sync_depth_00037.png 518.8579 -/living_room_0062/rgb_00125.jpg /living_room_0062/sync_depth_00125.png 518.8579 -/kitchen_0037/rgb_00095.jpg /kitchen_0037/sync_depth_00095.png 518.8579 -/kitchen_0041/rgb_00003.jpg /kitchen_0041/sync_depth_00003.png 518.8579 -/bedroom_0012/rgb_00013.jpg /bedroom_0012/sync_depth_00013.png 518.8579 -/dining_room_0033/rgb_00030.jpg /dining_room_0033/sync_depth_00030.png 518.8579 -/dining_room_0013/rgb_00121.jpg /dining_room_0013/sync_depth_00121.png 518.8579 -/furniture_store_0002a/rgb_00037.jpg /furniture_store_0002a/sync_depth_00037.png 518.8579 -/living_room_0046a/rgb_00040.jpg /living_room_0046a/sync_depth_00040.png 518.8579 -/furniture_store_0001d/rgb_00133.jpg /furniture_store_0001d/sync_depth_00133.png 518.8579 -/bedroom_0100/rgb_00048.jpg /bedroom_0100/sync_depth_00048.png 518.8579 -/bedroom_0031/rgb_00015.jpg /bedroom_0031/sync_depth_00015.png 518.8579 -/living_room_0086a/rgb_00018.jpg /living_room_0086a/sync_depth_00018.png 518.8579 -/home_office_0008/rgb_00059.jpg /home_office_0008/sync_depth_00059.png 518.8579 -/home_office_0011/rgb_00025.jpg /home_office_0011/sync_depth_00025.png 518.8579 -/classroom_0018/rgb_00011.jpg /classroom_0018/sync_depth_00011.png 518.8579 -/kitchen_0028b/rgb_00023.jpg /kitchen_0028b/sync_depth_00023.png 518.8579 -/bathroom_0035/rgb_00002.jpg /bathroom_0035/sync_depth_00002.png 518.8579 -/dining_room_0014/rgb_00058.jpg /dining_room_0014/sync_depth_00058.png 518.8579 -/bedroom_0056a/rgb_00114.jpg /bedroom_0056a/sync_depth_00114.png 518.8579 -/furniture_store_0002a/rgb_00121.jpg /furniture_store_0002a/sync_depth_00121.png 518.8579 -/bathroom_0024/rgb_00023.jpg /bathroom_0024/sync_depth_00023.png 518.8579 -/bathroom_0007/rgb_00085.jpg /bathroom_0007/sync_depth_00085.png 518.8579 -/kitchen_0045a/rgb_00120.jpg /kitchen_0045a/sync_depth_00120.png 518.8579 -/living_room_0067/rgb_00052.jpg /living_room_0067/sync_depth_00052.png 518.8579 -/home_office_0004/rgb_00062.jpg /home_office_0004/sync_depth_00062.png 518.8579 -/home_office_0006/rgb_00080.jpg /home_office_0006/sync_depth_00080.png 518.8579 -/kitchen_0011b/rgb_00077.jpg /kitchen_0011b/sync_depth_00077.png 518.8579 -/home_office_0005/rgb_00071.jpg /home_office_0005/sync_depth_00071.png 518.8579 -/bedroom_0079/rgb_00000.jpg /bedroom_0079/sync_depth_00000.png 518.8579 -/kitchen_0035b/rgb_00252.jpg /kitchen_0035b/sync_depth_00252.png 518.8579 -/kitchen_0035b/rgb_00291.jpg /kitchen_0035b/sync_depth_00291.png 518.8579 -/kitchen_0048/rgb_00045.jpg /kitchen_0048/sync_depth_00045.png 518.8579 -/living_room_0047b/rgb_00095.jpg /living_room_0047b/sync_depth_00095.png 518.8579 -/classroom_0022/rgb_00023.jpg /classroom_0022/sync_depth_00023.png 518.8579 -/foyer_0002/rgb_00009.jpg /foyer_0002/sync_depth_00009.png 518.8579 -/living_room_0086a/rgb_00069.jpg /living_room_0086a/sync_depth_00069.png 518.8579 -/living_room_0086b/rgb_00032.jpg /living_room_0086b/sync_depth_00032.png 518.8579 -/dining_room_0031/rgb_00028.jpg /dining_room_0031/sync_depth_00028.png 518.8579 -/dining_room_0037/rgb_00042.jpg /dining_room_0037/sync_depth_00042.png 518.8579 -/bedroom_0078/rgb_00072.jpg /bedroom_0078/sync_depth_00072.png 518.8579 -/kitchen_0060/rgb_00155.jpg /kitchen_0060/sync_depth_00155.png 518.8579 -/living_room_0050/rgb_00019.jpg /living_room_0050/sync_depth_00019.png 518.8579 -/bookstore_0001g/rgb_00165.jpg /bookstore_0001g/sync_depth_00165.png 518.8579 -/bedroom_0057/rgb_00012.jpg /bedroom_0057/sync_depth_00012.png 518.8579 -/bedroom_0079/rgb_00001.jpg /bedroom_0079/sync_depth_00001.png 518.8579 -/bookstore_0001e/rgb_00063.jpg /bookstore_0001e/sync_depth_00063.png 518.8579 -/bedroom_0074/rgb_00072.jpg /bedroom_0074/sync_depth_00072.png 518.8579 -/classroom_0011/rgb_00072.jpg /classroom_0011/sync_depth_00072.png 518.8579 -/living_room_0038/rgb_00025.jpg /living_room_0038/sync_depth_00025.png 518.8579 -/kitchen_0029c/rgb_00101.jpg /kitchen_0029c/sync_depth_00101.png 518.8579 -/bookstore_0001f/rgb_00114.jpg /bookstore_0001f/sync_depth_00114.png 518.8579 -/bookstore_0001e/rgb_00064.jpg /bookstore_0001e/sync_depth_00064.png 518.8579 -/dining_room_0015/rgb_00212.jpg /dining_room_0015/sync_depth_00212.png 518.8579 -/kitchen_0010/rgb_00061.jpg /kitchen_0010/sync_depth_00061.png 518.8579 -/bookstore_0001f/rgb_00517.jpg /bookstore_0001f/sync_depth_00517.png 518.8579 -/office_0009/rgb_00011.jpg /office_0009/sync_depth_00011.png 518.8579 -/bedroom_0094/rgb_00038.jpg /bedroom_0094/sync_depth_00038.png 518.8579 -/kitchen_0047/rgb_00042.jpg /kitchen_0047/sync_depth_00042.png 518.8579 -/living_room_0012/rgb_00194.jpg /living_room_0012/sync_depth_00194.png 518.8579 -/basement_0001b/rgb_00035.jpg /basement_0001b/sync_depth_00035.png 518.8579 -/living_room_0004/rgb_00069.jpg /living_room_0004/sync_depth_00069.png 518.8579 -/bedroom_0015/rgb_00094.jpg /bedroom_0015/sync_depth_00094.png 518.8579 -/dining_room_0012/rgb_00037.jpg /dining_room_0012/sync_depth_00037.png 518.8579 -/kitchen_0017/rgb_00062.jpg /kitchen_0017/sync_depth_00062.png 518.8579 -/dining_room_0015/rgb_00004.jpg /dining_room_0015/sync_depth_00004.png 518.8579 -/bathroom_0010/rgb_00019.jpg /bathroom_0010/sync_depth_00019.png 518.8579 -/kitchen_0051/rgb_00194.jpg /kitchen_0051/sync_depth_00194.png 518.8579 -/kitchen_0017/rgb_00039.jpg /kitchen_0017/sync_depth_00039.png 518.8579 -/bedroom_0136/rgb_00035.jpg /bedroom_0136/sync_depth_00035.png 518.8579 -/bedroom_0012/rgb_00076.jpg /bedroom_0012/sync_depth_00076.png 518.8579 -/bedroom_0096/rgb_00082.jpg /bedroom_0096/sync_depth_00082.png 518.8579 -/classroom_0006/rgb_00043.jpg /classroom_0006/sync_depth_00043.png 518.8579 -/office_0006/rgb_00058.jpg /office_0006/sync_depth_00058.png 518.8579 -/dining_room_0033/rgb_00008.jpg /dining_room_0033/sync_depth_00008.png 518.8579 -/living_room_0078/rgb_00067.jpg /living_room_0078/sync_depth_00067.png 518.8579 -/bedroom_0107/rgb_00030.jpg /bedroom_0107/sync_depth_00030.png 518.8579 -/dining_room_0008/rgb_00151.jpg /dining_room_0008/sync_depth_00151.png 518.8579 -/dining_room_0015/rgb_00224.jpg /dining_room_0015/sync_depth_00224.png 518.8579 -/reception_room_0001b/rgb_00015.jpg /reception_room_0001b/sync_depth_00015.png 518.8579 -/cafe_0001c/rgb_00082.jpg /cafe_0001c/sync_depth_00082.png 518.8579 -/living_room_0042b/rgb_00066.jpg /living_room_0042b/sync_depth_00066.png 518.8579 -/furniture_store_0001d/rgb_00008.jpg /furniture_store_0001d/sync_depth_00008.png 518.8579 -/dining_room_0001b/rgb_00069.jpg /dining_room_0001b/sync_depth_00069.png 518.8579 -/bedroom_0118/rgb_00016.jpg /bedroom_0118/sync_depth_00016.png 518.8579 -/dining_room_0034/rgb_00188.jpg /dining_room_0034/sync_depth_00188.png 518.8579 -/furniture_store_0001b/rgb_00060.jpg /furniture_store_0001b/sync_depth_00060.png 518.8579 -/bathroom_0001/rgb_00013.jpg /bathroom_0001/sync_depth_00013.png 518.8579 -/classroom_0005/rgb_00018.jpg /classroom_0005/sync_depth_00018.png 518.8579 -/dining_room_0023/rgb_00169.jpg /dining_room_0023/sync_depth_00169.png 518.8579 -/furniture_store_0001c/rgb_00015.jpg /furniture_store_0001c/sync_depth_00015.png 518.8579 -/kitchen_0051/rgb_00001.jpg /kitchen_0051/sync_depth_00001.png 518.8579 -/playroom_0004/rgb_00052.jpg /playroom_0004/sync_depth_00052.png 518.8579 -/bedroom_0020/rgb_00074.jpg /bedroom_0020/sync_depth_00074.png 518.8579 -/living_room_0042b/rgb_00023.jpg /living_room_0042b/sync_depth_00023.png 518.8579 -/bedroom_0016/rgb_00153.jpg /bedroom_0016/sync_depth_00153.png 518.8579 -/bedroom_0035/rgb_00021.jpg /bedroom_0035/sync_depth_00021.png 518.8579 -/bedroom_0063/rgb_00059.jpg /bedroom_0063/sync_depth_00059.png 518.8579 -/dining_room_0033/rgb_00105.jpg /dining_room_0033/sync_depth_00105.png 518.8579 -/computer_lab_0002/rgb_00011.jpg /computer_lab_0002/sync_depth_00011.png 518.8579 -/kitchen_0053/rgb_00169.jpg /kitchen_0053/sync_depth_00169.png 518.8579 -/home_office_0013/rgb_00071.jpg /home_office_0013/sync_depth_00071.png 518.8579 -/bookstore_0001d/rgb_00359.jpg /bookstore_0001d/sync_depth_00359.png 518.8579 -/dining_room_0016/rgb_00090.jpg /dining_room_0016/sync_depth_00090.png 518.8579 -/dining_room_0028/rgb_00100.jpg /dining_room_0028/sync_depth_00100.png 518.8579 -/bookstore_0001d/rgb_00265.jpg /bookstore_0001d/sync_depth_00265.png 518.8579 -/office_0009/rgb_00056.jpg /office_0009/sync_depth_00056.png 518.8579 -/playroom_0002/rgb_00150.jpg /playroom_0002/sync_depth_00150.png 518.8579 -/kitchen_0029b/rgb_00008.jpg /kitchen_0029b/sync_depth_00008.png 518.8579 -/dining_room_0012/rgb_00208.jpg /dining_room_0012/sync_depth_00208.png 518.8579 -/nyu_office_0/rgb_00131.jpg /nyu_office_0/sync_depth_00131.png 518.8579 -/reception_room_0001b/rgb_00097.jpg /reception_room_0001b/sync_depth_00097.png 518.8579 -/study_0004/rgb_00041.jpg /study_0004/sync_depth_00041.png 518.8579 -/bedroom_0035/rgb_00035.jpg /bedroom_0035/sync_depth_00035.png 518.8579 -/bedroom_0052/rgb_00008.jpg /bedroom_0052/sync_depth_00008.png 518.8579 -/dining_room_0029/rgb_00063.jpg /dining_room_0029/sync_depth_00063.png 518.8579 -/kitchen_0051/rgb_00072.jpg /kitchen_0051/sync_depth_00072.png 518.8579 -/living_room_0055/rgb_00094.jpg /living_room_0055/sync_depth_00094.png 518.8579 -/living_room_0038/rgb_00066.jpg /living_room_0038/sync_depth_00066.png 518.8579 -/living_room_0012/rgb_00033.jpg /living_room_0012/sync_depth_00033.png 518.8579 -/student_lounge_0001/rgb_00195.jpg /student_lounge_0001/sync_depth_00195.png 518.8579 -/dining_room_0031/rgb_00092.jpg /dining_room_0031/sync_depth_00092.png 518.8579 -/nyu_office_0/rgb_00228.jpg /nyu_office_0/sync_depth_00228.png 518.8579 -/dining_room_0031/rgb_00111.jpg /dining_room_0031/sync_depth_00111.png 518.8579 -/bookstore_0001j/rgb_00160.jpg /bookstore_0001j/sync_depth_00160.png 518.8579 -/furniture_store_0002a/rgb_00420.jpg /furniture_store_0002a/sync_depth_00420.png 518.8579 -/furniture_store_0002b/rgb_00094.jpg /furniture_store_0002b/sync_depth_00094.png 518.8579 -/bathroom_0041/rgb_00063.jpg /bathroom_0041/sync_depth_00063.png 518.8579 -/kitchen_0033/rgb_00154.jpg /kitchen_0033/sync_depth_00154.png 518.8579 -/bedroom_0047/rgb_00037.jpg /bedroom_0047/sync_depth_00037.png 518.8579 -/classroom_0012/rgb_00003.jpg /classroom_0012/sync_depth_00003.png 518.8579 -/bookstore_0001f/rgb_00311.jpg /bookstore_0001f/sync_depth_00311.png 518.8579 -/bedroom_0136/rgb_00017.jpg /bedroom_0136/sync_depth_00017.png 518.8579 -/nyu_office_0/rgb_00325.jpg /nyu_office_0/sync_depth_00325.png 518.8579 -/kitchen_0010/rgb_00005.jpg /kitchen_0010/sync_depth_00005.png 518.8579 -/living_room_0067/rgb_00026.jpg /living_room_0067/sync_depth_00026.png 518.8579 -/playroom_0004/rgb_00130.jpg /playroom_0004/sync_depth_00130.png 518.8579 -/living_room_0037/rgb_00053.jpg /living_room_0037/sync_depth_00053.png 518.8579 -/classroom_0003/rgb_00046.jpg /classroom_0003/sync_depth_00046.png 518.8579 -/study_0003/rgb_00058.jpg /study_0003/sync_depth_00058.png 518.8579 -/dining_room_0015/rgb_00019.jpg /dining_room_0015/sync_depth_00019.png 518.8579 -/playroom_0004/rgb_00116.jpg /playroom_0004/sync_depth_00116.png 518.8579 -/study_0003/rgb_00059.jpg /study_0003/sync_depth_00059.png 518.8579 -/office_kitchen_0003/rgb_00078.jpg /office_kitchen_0003/sync_depth_00078.png 518.8579 -/living_room_0062/rgb_00036.jpg /living_room_0062/sync_depth_00036.png 518.8579 -/bedroom_0065/rgb_00037.jpg /bedroom_0065/sync_depth_00037.png 518.8579 -/dining_room_0033/rgb_00062.jpg /dining_room_0033/sync_depth_00062.png 518.8579 -/living_room_0039/rgb_00193.jpg /living_room_0039/sync_depth_00193.png 518.8579 -/living_room_0069b/rgb_00054.jpg /living_room_0069b/sync_depth_00054.png 518.8579 -/kitchen_0050/rgb_00116.jpg /kitchen_0050/sync_depth_00116.png 518.8579 -/living_room_0062/rgb_00057.jpg /living_room_0062/sync_depth_00057.png 518.8579 -/bedroom_0040/rgb_00048.jpg /bedroom_0040/sync_depth_00048.png 518.8579 -/kitchen_0019b/rgb_00030.jpg /kitchen_0019b/sync_depth_00030.png 518.8579 -/kitchen_0019a/rgb_00183.jpg /kitchen_0019a/sync_depth_00183.png 518.8579 -/home_office_0004/rgb_00067.jpg /home_office_0004/sync_depth_00067.png 518.8579 -/student_lounge_0001/rgb_00144.jpg /student_lounge_0001/sync_depth_00144.png 518.8579 -/playroom_0006/rgb_00115.jpg /playroom_0006/sync_depth_00115.png 518.8579 -/nyu_office_0/rgb_00362.jpg /nyu_office_0/sync_depth_00362.png 518.8579 -/kitchen_0045a/rgb_00203.jpg /kitchen_0045a/sync_depth_00203.png 518.8579 -/bedroom_0138/rgb_00092.jpg /bedroom_0138/sync_depth_00092.png 518.8579 -/bedroom_0136/rgb_00125.jpg /bedroom_0136/sync_depth_00125.png 518.8579 -/living_room_0032/rgb_00034.jpg /living_room_0032/sync_depth_00034.png 518.8579 -/kitchen_0019a/rgb_00115.jpg /kitchen_0019a/sync_depth_00115.png 518.8579 -/home_office_0004/rgb_00093.jpg /home_office_0004/sync_depth_00093.png 518.8579 -/bathroom_0014a/rgb_00067.jpg /bathroom_0014a/sync_depth_00067.png 518.8579 -/bedroom_0072/rgb_00012.jpg /bedroom_0072/sync_depth_00012.png 518.8579 -/dining_room_0034/rgb_00196.jpg /dining_room_0034/sync_depth_00196.png 518.8579 -/furniture_store_0002a/rgb_00198.jpg /furniture_store_0002a/sync_depth_00198.png 518.8579 -/kitchen_0011a/rgb_00085.jpg /kitchen_0011a/sync_depth_00085.png 518.8579 -/bedroom_0072/rgb_00095.jpg /bedroom_0072/sync_depth_00095.png 518.8579 -/furniture_store_0001d/rgb_00171.jpg /furniture_store_0001d/sync_depth_00171.png 518.8579 -/living_room_0033/rgb_00070.jpg /living_room_0033/sync_depth_00070.png 518.8579 -/bedroom_0026/rgb_00107.jpg /bedroom_0026/sync_depth_00107.png 518.8579 -/bedroom_0004/rgb_00156.jpg /bedroom_0004/sync_depth_00156.png 518.8579 -/bedroom_0126/rgb_00042.jpg /bedroom_0126/sync_depth_00042.png 518.8579 -/office_0018/rgb_00022.jpg /office_0018/sync_depth_00022.png 518.8579 -/living_room_0010/rgb_00204.jpg /living_room_0010/sync_depth_00204.png 518.8579 -/bathroom_0019/rgb_00069.jpg /bathroom_0019/sync_depth_00069.png 518.8579 -/dining_room_0010/rgb_00013.jpg /dining_room_0010/sync_depth_00013.png 518.8579 -/dining_room_0013/rgb_00041.jpg /dining_room_0013/sync_depth_00041.png 518.8579 -/living_room_0047b/rgb_00088.jpg /living_room_0047b/sync_depth_00088.png 518.8579 -/bedroom_0138/rgb_00027.jpg /bedroom_0138/sync_depth_00027.png 518.8579 -/dining_room_0013/rgb_00164.jpg /dining_room_0013/sync_depth_00164.png 518.8579 -/kitchen_0045b/rgb_00147.jpg /kitchen_0045b/sync_depth_00147.png 518.8579 -/nyu_office_0/rgb_00341.jpg /nyu_office_0/sync_depth_00341.png 518.8579 -/nyu_office_0/rgb_00282.jpg /nyu_office_0/sync_depth_00282.png 518.8579 -/basement_0001b/rgb_00027.jpg /basement_0001b/sync_depth_00027.png 518.8579 -/dining_room_0013/rgb_00139.jpg /dining_room_0013/sync_depth_00139.png 518.8579 -/nyu_office_0/rgb_00186.jpg /nyu_office_0/sync_depth_00186.png 518.8579 -/kitchen_0051/rgb_00282.jpg /kitchen_0051/sync_depth_00282.png 518.8579 -/classroom_0016/rgb_00000.jpg /classroom_0016/sync_depth_00000.png 518.8579 -/bathroom_0007/rgb_00063.jpg /bathroom_0007/sync_depth_00063.png 518.8579 -/bedroom_0045/rgb_00020.jpg /bedroom_0045/sync_depth_00020.png 518.8579 -/basement_0001a/rgb_00038.jpg /basement_0001a/sync_depth_00038.png 518.8579 -/bedroom_0016/rgb_00038.jpg /bedroom_0016/sync_depth_00038.png 518.8579 -/office_kitchen_0003/rgb_00131.jpg /office_kitchen_0003/sync_depth_00131.png 518.8579 -/bedroom_0056a/rgb_00064.jpg /bedroom_0056a/sync_depth_00064.png 518.8579 -/bedroom_0052/rgb_00001.jpg /bedroom_0052/sync_depth_00001.png 518.8579 -/dining_room_0004/rgb_00047.jpg /dining_room_0004/sync_depth_00047.png 518.8579 -/home_office_0007/rgb_00012.jpg /home_office_0007/sync_depth_00012.png 518.8579 -/bedroom_0106/rgb_00002.jpg /bedroom_0106/sync_depth_00002.png 518.8579 -/bookstore_0001d/rgb_00098.jpg /bookstore_0001d/sync_depth_00098.png 518.8579 -/bedroom_0104/rgb_00015.jpg /bedroom_0104/sync_depth_00015.png 518.8579 -/study_0004/rgb_00083.jpg /study_0004/sync_depth_00083.png 518.8579 -/kitchen_0035b/rgb_00105.jpg /kitchen_0035b/sync_depth_00105.png 518.8579 -/study_room_0004/rgb_00092.jpg /study_room_0004/sync_depth_00092.png 518.8579 -/nyu_office_0/rgb_00427.jpg /nyu_office_0/sync_depth_00427.png 518.8579 -/office_kitchen_0003/rgb_00024.jpg /office_kitchen_0003/sync_depth_00024.png 518.8579 -/bedroom_0028/rgb_00048.jpg /bedroom_0028/sync_depth_00048.png 518.8579 -/bedroom_0059/rgb_00068.jpg /bedroom_0059/sync_depth_00068.png 518.8579 -/office_0003/rgb_00047.jpg /office_0003/sync_depth_00047.png 518.8579 -/dining_room_0008/rgb_00177.jpg /dining_room_0008/sync_depth_00177.png 518.8579 -/foyer_0002/rgb_00015.jpg /foyer_0002/sync_depth_00015.png 518.8579 -/living_room_0039/rgb_00021.jpg /living_room_0039/sync_depth_00021.png 518.8579 -/bedroom_0026/rgb_00057.jpg /bedroom_0026/sync_depth_00057.png 518.8579 -/bathroom_0053/rgb_00017.jpg /bathroom_0053/sync_depth_00017.png 518.8579 -/bathroom_0045a/rgb_00063.jpg /bathroom_0045a/sync_depth_00063.png 518.8579 -/study_room_0004/rgb_00072.jpg /study_room_0004/sync_depth_00072.png 518.8579 -/dining_room_0007/rgb_00216.jpg /dining_room_0007/sync_depth_00216.png 518.8579 -/living_room_0050/rgb_00153.jpg /living_room_0050/sync_depth_00153.png 518.8579 -/kitchen_0028b/rgb_00016.jpg /kitchen_0028b/sync_depth_00016.png 518.8579 -/living_room_0062/rgb_00170.jpg /living_room_0062/sync_depth_00170.png 518.8579 -/bathroom_0005/rgb_00035.jpg /bathroom_0005/sync_depth_00035.png 518.8579 -/furniture_store_0002a/rgb_00321.jpg /furniture_store_0002a/sync_depth_00321.png 518.8579 -/dining_room_0004/rgb_00028.jpg /dining_room_0004/sync_depth_00028.png 518.8579 -/cafe_0001c/rgb_00053.jpg /cafe_0001c/sync_depth_00053.png 518.8579 -/kitchen_0035b/rgb_00076.jpg /kitchen_0035b/sync_depth_00076.png 518.8579 -/office_0006/rgb_00004.jpg /office_0006/sync_depth_00004.png 518.8579 -/living_room_0047a/rgb_00025.jpg /living_room_0047a/sync_depth_00025.png 518.8579 -/bedroom_0094/rgb_00021.jpg /bedroom_0094/sync_depth_00021.png 518.8579 -/living_room_0050/rgb_00213.jpg /living_room_0050/sync_depth_00213.png 518.8579 -/home_office_0013/rgb_00069.jpg /home_office_0013/sync_depth_00069.png 518.8579 -/living_room_0042b/rgb_00012.jpg /living_room_0042b/sync_depth_00012.png 518.8579 -/bedroom_0051/rgb_00137.jpg /bedroom_0051/sync_depth_00137.png 518.8579 -/furniture_store_0001d/rgb_00251.jpg /furniture_store_0001d/sync_depth_00251.png 518.8579 -/home_storage_0001/rgb_00052.jpg /home_storage_0001/sync_depth_00052.png 518.8579 -/study_0004/rgb_00068.jpg /study_0004/sync_depth_00068.png 518.8579 -/dining_room_0033/rgb_00061.jpg /dining_room_0033/sync_depth_00061.png 518.8579 -/bedroom_0015/rgb_00102.jpg /bedroom_0015/sync_depth_00102.png 518.8579 -/home_office_0008/rgb_00116.jpg /home_office_0008/sync_depth_00116.png 518.8579 -/kitchen_0049/rgb_00193.jpg /kitchen_0049/sync_depth_00193.png 518.8579 -/bedroom_0021/rgb_00026.jpg /bedroom_0021/sync_depth_00026.png 518.8579 -/bedroom_0053/rgb_00035.jpg /bedroom_0053/sync_depth_00035.png 518.8579 -/kitchen_0011a/rgb_00097.jpg /kitchen_0011a/sync_depth_00097.png 518.8579 -/furniture_store_0002a/rgb_00046.jpg /furniture_store_0002a/sync_depth_00046.png 518.8579 -/bedroom_0072/rgb_00093.jpg /bedroom_0072/sync_depth_00093.png 518.8579 -/playroom_0006/rgb_00050.jpg /playroom_0006/sync_depth_00050.png 518.8579 -/bedroom_0113/rgb_00089.jpg /bedroom_0113/sync_depth_00089.png 518.8579 -/living_room_0058/rgb_00213.jpg /living_room_0058/sync_depth_00213.png 518.8579 -/kitchen_0043/rgb_00256.jpg /kitchen_0043/sync_depth_00256.png 518.8579 -/living_room_0070/rgb_00035.jpg /living_room_0070/sync_depth_00035.png 518.8579 -/kitchen_0029b/rgb_00027.jpg /kitchen_0029b/sync_depth_00027.png 518.8579 -/nyu_office_0/rgb_00391.jpg /nyu_office_0/sync_depth_00391.png 518.8579 -/living_room_0047a/rgb_00038.jpg /living_room_0047a/sync_depth_00038.png 518.8579 -/bedroom_0063/rgb_00125.jpg /bedroom_0063/sync_depth_00125.png 518.8579 -/dining_room_0015/rgb_00041.jpg /dining_room_0015/sync_depth_00041.png 518.8579 -/bookstore_0001g/rgb_00037.jpg /bookstore_0001g/sync_depth_00037.png 518.8579 -/kitchen_0029c/rgb_00102.jpg /kitchen_0029c/sync_depth_00102.png 518.8579 -/bedroom_0040/rgb_00085.jpg /bedroom_0040/sync_depth_00085.png 518.8579 -/dining_room_0028/rgb_00079.jpg /dining_room_0028/sync_depth_00079.png 518.8579 -/office_0011/rgb_00170.jpg /office_0011/sync_depth_00170.png 518.8579 -/furniture_store_0002a/rgb_00013.jpg /furniture_store_0002a/sync_depth_00013.png 518.8579 -/living_room_0067/rgb_00065.jpg /living_room_0067/sync_depth_00065.png 518.8579 -/bathroom_0028/rgb_00020.jpg /bathroom_0028/sync_depth_00020.png 518.8579 -/classroom_0011/rgb_00056.jpg /classroom_0011/sync_depth_00056.png 518.8579 -/bedroom_0056a/rgb_00098.jpg /bedroom_0056a/sync_depth_00098.png 518.8579 -/dining_room_0037/rgb_00074.jpg /dining_room_0037/sync_depth_00074.png 518.8579 -/basement_0001a/rgb_00151.jpg /basement_0001a/sync_depth_00151.png 518.8579 -/kitchen_0060/rgb_00142.jpg /kitchen_0060/sync_depth_00142.png 518.8579 -/dining_room_0008/rgb_00036.jpg /dining_room_0008/sync_depth_00036.png 518.8579 -/bookstore_0001f/rgb_00010.jpg /bookstore_0001f/sync_depth_00010.png 518.8579 -/furniture_store_0002a/rgb_00265.jpg /furniture_store_0002a/sync_depth_00265.png 518.8579 -/classroom_0016/rgb_00034.jpg /classroom_0016/sync_depth_00034.png 518.8579 -/bedroom_0051/rgb_00054.jpg /bedroom_0051/sync_depth_00054.png 518.8579 -/kitchen_0045b/rgb_00109.jpg /kitchen_0045b/sync_depth_00109.png 518.8579 -/home_office_0004/rgb_00141.jpg /home_office_0004/sync_depth_00141.png 518.8579 -/bedroom_0025/rgb_00121.jpg /bedroom_0025/sync_depth_00121.png 518.8579 -/dining_room_0037/rgb_00138.jpg /dining_room_0037/sync_depth_00138.png 518.8579 -/living_room_0029/rgb_00029.jpg /living_room_0029/sync_depth_00029.png 518.8579 -/playroom_0006/rgb_00043.jpg /playroom_0006/sync_depth_00043.png 518.8579 -/study_0004/rgb_00087.jpg /study_0004/sync_depth_00087.png 518.8579 -/kitchen_0031/rgb_00028.jpg /kitchen_0031/sync_depth_00028.png 518.8579 -/playroom_0003/rgb_00157.jpg /playroom_0003/sync_depth_00157.png 518.8579 -/bedroom_0039/rgb_00031.jpg /bedroom_0039/sync_depth_00031.png 518.8579 -/dining_room_0012/rgb_00049.jpg /dining_room_0012/sync_depth_00049.png 518.8579 -/bedroom_0047/rgb_00048.jpg /bedroom_0047/sync_depth_00048.png 518.8579 -/furniture_store_0002b/rgb_00170.jpg /furniture_store_0002b/sync_depth_00170.png 518.8579 -/living_room_0022/rgb_00018.jpg /living_room_0022/sync_depth_00018.png 518.8579 -/basement_0001a/rgb_00104.jpg /basement_0001a/sync_depth_00104.png 518.8579 -/bedroom_0015/rgb_00023.jpg /bedroom_0015/sync_depth_00023.png 518.8579 -/kitchen_0047/rgb_00071.jpg /kitchen_0047/sync_depth_00071.png 518.8579 -/kitchen_0047/rgb_00113.jpg /kitchen_0047/sync_depth_00113.png 518.8579 -/bookstore_0001d/rgb_00227.jpg /bookstore_0001d/sync_depth_00227.png 518.8579 -/kitchen_0045a/rgb_00029.jpg /kitchen_0045a/sync_depth_00029.png 518.8579 -/dining_room_0019/rgb_00059.jpg /dining_room_0019/sync_depth_00059.png 518.8579 -/bedroom_0004/rgb_00001.jpg /bedroom_0004/sync_depth_00001.png 518.8579 -/kitchen_0011a/rgb_00074.jpg /kitchen_0011a/sync_depth_00074.png 518.8579 -/living_room_0029/rgb_00078.jpg /living_room_0029/sync_depth_00078.png 518.8579 -/bedroom_0120/rgb_00073.jpg /bedroom_0120/sync_depth_00073.png 518.8579 -/dining_room_0013/rgb_00194.jpg /dining_room_0013/sync_depth_00194.png 518.8579 -/bedroom_0026/rgb_00127.jpg /bedroom_0026/sync_depth_00127.png 518.8579 -/bedroom_0029/rgb_00003.jpg /bedroom_0029/sync_depth_00003.png 518.8579 -/kitchen_0011a/rgb_00139.jpg /kitchen_0011a/sync_depth_00139.png 518.8579 -/furniture_store_0002b/rgb_00224.jpg /furniture_store_0002b/sync_depth_00224.png 518.8579 -/bedroom_0076a/rgb_00265.jpg /bedroom_0076a/sync_depth_00265.png 518.8579 -/bedroom_0026/rgb_00041.jpg /bedroom_0026/sync_depth_00041.png 518.8579 -/living_room_0067/rgb_00083.jpg /living_room_0067/sync_depth_00083.png 518.8579 -/classroom_0012/rgb_00001.jpg /classroom_0012/sync_depth_00001.png 518.8579 -/living_room_0069a/rgb_00012.jpg /living_room_0069a/sync_depth_00012.png 518.8579 -/bedroom_0010/rgb_00046.jpg /bedroom_0010/sync_depth_00046.png 518.8579 -/bedroom_0107/rgb_00049.jpg /bedroom_0107/sync_depth_00049.png 518.8579 -/kitchen_0047/rgb_00108.jpg /kitchen_0047/sync_depth_00108.png 518.8579 -/dining_room_0037/rgb_00086.jpg /dining_room_0037/sync_depth_00086.png 518.8579 -/home_office_0006/rgb_00010.jpg /home_office_0006/sync_depth_00010.png 518.8579 -/dining_room_0033/rgb_00158.jpg /dining_room_0033/sync_depth_00158.png 518.8579 -/home_office_0008/rgb_00148.jpg /home_office_0008/sync_depth_00148.png 518.8579 -/indoor_balcony_0001/rgb_00035.jpg /indoor_balcony_0001/sync_depth_00035.png 518.8579 -/bookstore_0001f/rgb_00476.jpg /bookstore_0001f/sync_depth_00476.png 518.8579 -/dining_room_0024/rgb_00161.jpg /dining_room_0024/sync_depth_00161.png 518.8579 -/classroom_0005/rgb_00002.jpg /classroom_0005/sync_depth_00002.png 518.8579 -/bedroom_0062/rgb_00150.jpg /bedroom_0062/sync_depth_00150.png 518.8579 -/kitchen_0035b/rgb_00094.jpg /kitchen_0035b/sync_depth_00094.png 518.8579 -/study_room_0005a/rgb_00000.jpg /study_room_0005a/sync_depth_00000.png 518.8579 -/home_office_0006/rgb_00160.jpg /home_office_0006/sync_depth_00160.png 518.8579 -/bookstore_0001g/rgb_00245.jpg /bookstore_0001g/sync_depth_00245.png 518.8579 -/dinette_0001/rgb_00047.jpg /dinette_0001/sync_depth_00047.png 518.8579 -/study_0003/rgb_00004.jpg /study_0003/sync_depth_00004.png 518.8579 -/bedroom_0094/rgb_00023.jpg /bedroom_0094/sync_depth_00023.png 518.8579 -/bedroom_0138/rgb_00037.jpg /bedroom_0138/sync_depth_00037.png 518.8579 -/home_office_0006/rgb_00036.jpg /home_office_0006/sync_depth_00036.png 518.8579 -/bedroom_0078/rgb_00110.jpg /bedroom_0078/sync_depth_00110.png 518.8579 -/living_room_0039/rgb_00006.jpg /living_room_0039/sync_depth_00006.png 518.8579 -/dining_room_0024/rgb_00080.jpg /dining_room_0024/sync_depth_00080.png 518.8579 -/living_room_0040/rgb_00042.jpg /living_room_0040/sync_depth_00042.png 518.8579 -/kitchen_0053/rgb_00164.jpg /kitchen_0053/sync_depth_00164.png 518.8579 -/living_room_0050/rgb_00264.jpg /living_room_0050/sync_depth_00264.png 518.8579 -/nyu_office_0/rgb_00388.jpg /nyu_office_0/sync_depth_00388.png 518.8579 -/kitchen_0060/rgb_00030.jpg /kitchen_0060/sync_depth_00030.png 518.8579 -/furniture_store_0001d/rgb_00145.jpg /furniture_store_0001d/sync_depth_00145.png 518.8579 -/bedroom_0071/rgb_00076.jpg /bedroom_0071/sync_depth_00076.png 518.8579 -/bookstore_0001d/rgb_00213.jpg /bookstore_0001d/sync_depth_00213.png 518.8579 -/classroom_0022/rgb_00099.jpg /classroom_0022/sync_depth_00099.png 518.8579 -/bookstore_0001f/rgb_00477.jpg /bookstore_0001f/sync_depth_00477.png 518.8579 -/student_lounge_0001/rgb_00262.jpg /student_lounge_0001/sync_depth_00262.png 518.8579 -/bookstore_0001f/rgb_00460.jpg /bookstore_0001f/sync_depth_00460.png 518.8579 -/bedroom_0120/rgb_00087.jpg /bedroom_0120/sync_depth_00087.png 518.8579 -/bathroom_0055/rgb_00040.jpg /bathroom_0055/sync_depth_00040.png 518.8579 -/furniture_store_0001d/rgb_00274.jpg /furniture_store_0001d/sync_depth_00274.png 518.8579 -/kitchen_0017/rgb_00095.jpg /kitchen_0017/sync_depth_00095.png 518.8579 -/kitchen_0003/rgb_00049.jpg /kitchen_0003/sync_depth_00049.png 518.8579 -/office_0011/rgb_00045.jpg /office_0011/sync_depth_00045.png 518.8579 -/bedroom_0026/rgb_00092.jpg /bedroom_0026/sync_depth_00092.png 518.8579 -/bedroom_0086/rgb_00046.jpg /bedroom_0086/sync_depth_00046.png 518.8579 -/living_room_0068/rgb_00063.jpg /living_room_0068/sync_depth_00063.png 518.8579 -/living_room_0020/rgb_00134.jpg /living_room_0020/sync_depth_00134.png 518.8579 -/bedroom_0012/rgb_00012.jpg /bedroom_0012/sync_depth_00012.png 518.8579 -/home_office_0007/rgb_00024.jpg /home_office_0007/sync_depth_00024.png 518.8579 -/kitchen_0035b/rgb_00007.jpg /kitchen_0035b/sync_depth_00007.png 518.8579 -/living_room_0047a/rgb_00006.jpg /living_room_0047a/sync_depth_00006.png 518.8579 -/living_room_0062/rgb_00106.jpg /living_room_0062/sync_depth_00106.png 518.8579 -/cafe_0001a/rgb_00066.jpg /cafe_0001a/sync_depth_00066.png 518.8579 -/study_room_0004/rgb_00075.jpg /study_room_0004/sync_depth_00075.png 518.8579 -/furniture_store_0001d/rgb_00081.jpg /furniture_store_0001d/sync_depth_00081.png 518.8579 -/bookstore_0001d/rgb_00062.jpg /bookstore_0001d/sync_depth_00062.png 518.8579 -/living_room_0067/rgb_00035.jpg /living_room_0067/sync_depth_00035.png 518.8579 -/dining_room_0007/rgb_00079.jpg /dining_room_0007/sync_depth_00079.png 518.8579 -/bookstore_0001f/rgb_00197.jpg /bookstore_0001f/sync_depth_00197.png 518.8579 -/bedroom_0012/rgb_00003.jpg /bedroom_0012/sync_depth_00003.png 518.8579 -/kitchen_0028a/rgb_00118.jpg /kitchen_0028a/sync_depth_00118.png 518.8579 -/living_room_0039/rgb_00186.jpg /living_room_0039/sync_depth_00186.png 518.8579 -/furniture_store_0002a/rgb_00191.jpg /furniture_store_0002a/sync_depth_00191.png 518.8579 -/kitchen_0060/rgb_00158.jpg /kitchen_0060/sync_depth_00158.png 518.8579 -/home_office_0006/rgb_00122.jpg /home_office_0006/sync_depth_00122.png 518.8579 -/furniture_store_0002a/rgb_00062.jpg /furniture_store_0002a/sync_depth_00062.png 518.8579 -/living_room_0083/rgb_00009.jpg /living_room_0083/sync_depth_00009.png 518.8579 -/bedroom_0028/rgb_00070.jpg /bedroom_0028/sync_depth_00070.png 518.8579 -/bathroom_0034/rgb_00036.jpg /bathroom_0034/sync_depth_00036.png 518.8579 -/bedroom_0016/rgb_00116.jpg /bedroom_0016/sync_depth_00116.png 518.8579 -/bedroom_0136/rgb_00128.jpg /bedroom_0136/sync_depth_00128.png 518.8579 -/furniture_store_0002c/rgb_00051.jpg /furniture_store_0002c/sync_depth_00051.png 518.8579 -/bedroom_0050/rgb_00153.jpg /bedroom_0050/sync_depth_00153.png 518.8579 -/furniture_store_0001d/rgb_00155.jpg /furniture_store_0001d/sync_depth_00155.png 518.8579 -/kitchen_0043/rgb_00247.jpg /kitchen_0043/sync_depth_00247.png 518.8579 -/furniture_store_0002a/rgb_00178.jpg /furniture_store_0002a/sync_depth_00178.png 518.8579 -/kitchen_0050/rgb_00145.jpg /kitchen_0050/sync_depth_00145.png 518.8579 -/living_room_0047b/rgb_00144.jpg /living_room_0047b/sync_depth_00144.png 518.8579 -/living_room_0085/rgb_00033.jpg /living_room_0085/sync_depth_00033.png 518.8579 -/bedroom_0076a/rgb_00162.jpg /bedroom_0076a/sync_depth_00162.png 518.8579 -/kitchen_0031/rgb_00205.jpg /kitchen_0031/sync_depth_00205.png 518.8579 -/home_office_0006/rgb_00166.jpg /home_office_0006/sync_depth_00166.png 518.8579 -/kitchen_0060/rgb_00103.jpg /kitchen_0060/sync_depth_00103.png 518.8579 -/furniture_store_0001d/rgb_00220.jpg /furniture_store_0001d/sync_depth_00220.png 518.8579 -/bookstore_0001g/rgb_00054.jpg /bookstore_0001g/sync_depth_00054.png 518.8579 -/bathroom_0057/rgb_00000.jpg /bathroom_0057/sync_depth_00000.png 518.8579 -/kitchen_0035b/rgb_00276.jpg /kitchen_0035b/sync_depth_00276.png 518.8579 -/bookstore_0001e/rgb_00190.jpg /bookstore_0001e/sync_depth_00190.png 518.8579 -/bathroom_0028/rgb_00117.jpg /bathroom_0028/sync_depth_00117.png 518.8579 -/living_room_0063/rgb_00116.jpg /living_room_0063/sync_depth_00116.png 518.8579 -/office_0023/rgb_00038.jpg /office_0023/sync_depth_00038.png 518.8579 -/kitchen_0060/rgb_00092.jpg /kitchen_0060/sync_depth_00092.png 518.8579 -/dining_room_0015/rgb_00051.jpg /dining_room_0015/sync_depth_00051.png 518.8579 -/bedroom_0021/rgb_00093.jpg /bedroom_0021/sync_depth_00093.png 518.8579 -/living_room_0058/rgb_00069.jpg /living_room_0058/sync_depth_00069.png 518.8579 -/office_0009/rgb_00018.jpg /office_0009/sync_depth_00018.png 518.8579 -/office_kitchen_0003/rgb_00064.jpg /office_kitchen_0003/sync_depth_00064.png 518.8579 -/furniture_store_0002a/rgb_00019.jpg /furniture_store_0002a/sync_depth_00019.png 518.8579 -/dining_room_0004/rgb_00000.jpg /dining_room_0004/sync_depth_00000.png 518.8579 -/reception_room_0002/rgb_00059.jpg /reception_room_0002/sync_depth_00059.png 518.8579 -/bathroom_0045a/rgb_00046.jpg /bathroom_0045a/sync_depth_00046.png 518.8579 -/nyu_office_0/rgb_00123.jpg /nyu_office_0/sync_depth_00123.png 518.8579 -/dining_room_0037/rgb_00052.jpg /dining_room_0037/sync_depth_00052.png 518.8579 -/bedroom_0040/rgb_00028.jpg /bedroom_0040/sync_depth_00028.png 518.8579 -/living_room_0058/rgb_00008.jpg /living_room_0058/sync_depth_00008.png 518.8579 -/furniture_store_0002a/rgb_00060.jpg /furniture_store_0002a/sync_depth_00060.png 518.8579 -/living_room_0012/rgb_00024.jpg /living_room_0012/sync_depth_00024.png 518.8579 -/kitchen_0031/rgb_00211.jpg /kitchen_0031/sync_depth_00211.png 518.8579 -/dining_room_0034/rgb_00120.jpg /dining_room_0034/sync_depth_00120.png 518.8579 -/study_room_0004/rgb_00023.jpg /study_room_0004/sync_depth_00023.png 518.8579 -/kitchen_0019b/rgb_00024.jpg /kitchen_0019b/sync_depth_00024.png 518.8579 -/conference_room_0001/rgb_00007.jpg /conference_room_0001/sync_depth_00007.png 518.8579 -/office_kitchen_0001b/rgb_00018.jpg /office_kitchen_0001b/sync_depth_00018.png 518.8579 -/office_0024/rgb_00006.jpg /office_0024/sync_depth_00006.png 518.8579 -/living_room_0058/rgb_00189.jpg /living_room_0058/sync_depth_00189.png 518.8579 -/bedroom_0004/rgb_00177.jpg /bedroom_0004/sync_depth_00177.png 518.8579 -/dining_room_0007/rgb_00209.jpg /dining_room_0007/sync_depth_00209.png 518.8579 -/living_room_0004/rgb_00171.jpg /living_room_0004/sync_depth_00171.png 518.8579 -/furniture_store_0002c/rgb_00076.jpg /furniture_store_0002c/sync_depth_00076.png 518.8579 -/bedroom_0066/rgb_00027.jpg /bedroom_0066/sync_depth_00027.png 518.8579 -/nyu_office_0/rgb_00251.jpg /nyu_office_0/sync_depth_00251.png 518.8579 -/bedroom_0079/rgb_00031.jpg /bedroom_0079/sync_depth_00031.png 518.8579 -/living_room_0022/rgb_00055.jpg /living_room_0022/sync_depth_00055.png 518.8579 -/bedroom_0041/rgb_00070.jpg /bedroom_0041/sync_depth_00070.png 518.8579 -/furniture_store_0001b/rgb_00076.jpg /furniture_store_0001b/sync_depth_00076.png 518.8579 -/home_office_0004/rgb_00173.jpg /home_office_0004/sync_depth_00173.png 518.8579 -/living_room_0050/rgb_00158.jpg /living_room_0050/sync_depth_00158.png 518.8579 -/nyu_office_0/rgb_00000.jpg /nyu_office_0/sync_depth_00000.png 518.8579 -/study_room_0005a/rgb_00048.jpg /study_room_0005a/sync_depth_00048.png 518.8579 -/kitchen_0028a/rgb_00042.jpg /kitchen_0028a/sync_depth_00042.png 518.8579 -/bedroom_0016/rgb_00207.jpg /bedroom_0016/sync_depth_00207.png 518.8579 -/bedroom_0136/rgb_00043.jpg /bedroom_0136/sync_depth_00043.png 518.8579 -/basement_0001b/rgb_00005.jpg /basement_0001b/sync_depth_00005.png 518.8579 -/bedroom_0138/rgb_00067.jpg /bedroom_0138/sync_depth_00067.png 518.8579 -/kitchen_0016/rgb_00014.jpg /kitchen_0016/sync_depth_00014.png 518.8579 -/dinette_0001/rgb_00032.jpg /dinette_0001/sync_depth_00032.png 518.8579 -/basement_0001a/rgb_00163.jpg /basement_0001a/sync_depth_00163.png 518.8579 -/living_room_0046b/rgb_00054.jpg /living_room_0046b/sync_depth_00054.png 518.8579 -/living_room_0058/rgb_00247.jpg /living_room_0058/sync_depth_00247.png 518.8579 -/living_room_0020/rgb_00161.jpg /living_room_0020/sync_depth_00161.png 518.8579 -/dining_room_0015/rgb_00151.jpg /dining_room_0015/sync_depth_00151.png 518.8579 -/living_room_0068/rgb_00058.jpg /living_room_0068/sync_depth_00058.png 518.8579 -/furniture_store_0001f/rgb_00014.jpg /furniture_store_0001f/sync_depth_00014.png 518.8579 -/living_room_0012/rgb_00050.jpg /living_room_0012/sync_depth_00050.png 518.8579 -/bedroom_0016/rgb_00186.jpg /bedroom_0016/sync_depth_00186.png 518.8579 -/living_room_0040/rgb_00258.jpg /living_room_0040/sync_depth_00258.png 518.8579 -/living_room_0005/rgb_00032.jpg /living_room_0005/sync_depth_00032.png 518.8579 -/office_0018/rgb_00029.jpg /office_0018/sync_depth_00029.png 518.8579 -/kitchen_0003/rgb_00158.jpg /kitchen_0003/sync_depth_00158.png 518.8579 -/kitchen_0048/rgb_00054.jpg /kitchen_0048/sync_depth_00054.png 518.8579 -/living_room_0050/rgb_00049.jpg /living_room_0050/sync_depth_00049.png 518.8579 -/bathroom_0034/rgb_00003.jpg /bathroom_0034/sync_depth_00003.png 518.8579 -/living_room_0020/rgb_00164.jpg /living_room_0020/sync_depth_00164.png 518.8579 -/living_room_0035/rgb_00022.jpg /living_room_0035/sync_depth_00022.png 518.8579 -/kitchen_0035b/rgb_00168.jpg /kitchen_0035b/sync_depth_00168.png 518.8579 -/kitchen_0049/rgb_00094.jpg /kitchen_0049/sync_depth_00094.png 518.8579 -/home_office_0008/rgb_00025.jpg /home_office_0008/sync_depth_00025.png 518.8579 -/bathroom_0056/rgb_00023.jpg /bathroom_0056/sync_depth_00023.png 518.8579 -/kitchen_0033/rgb_00103.jpg /kitchen_0033/sync_depth_00103.png 518.8579 -/living_room_0083/rgb_00003.jpg /living_room_0083/sync_depth_00003.png 518.8579 -/bookstore_0001g/rgb_00254.jpg /bookstore_0001g/sync_depth_00254.png 518.8579 -/living_room_0047b/rgb_00103.jpg /living_room_0047b/sync_depth_00103.png 518.8579 -/bookstore_0001f/rgb_00480.jpg /bookstore_0001f/sync_depth_00480.png 518.8579 -/reception_room_0004/rgb_00022.jpg /reception_room_0004/sync_depth_00022.png 518.8579 -/living_room_0068/rgb_00000.jpg /living_room_0068/sync_depth_00000.png 518.8579 -/kitchen_0019a/rgb_00084.jpg /kitchen_0019a/sync_depth_00084.png 518.8579 -/dining_room_0013/rgb_00025.jpg /dining_room_0013/sync_depth_00025.png 518.8579 -/kitchen_0045b/rgb_00056.jpg /kitchen_0045b/sync_depth_00056.png 518.8579 -/bedroom_0051/rgb_00142.jpg /bedroom_0051/sync_depth_00142.png 518.8579 -/kitchen_0043/rgb_00045.jpg /kitchen_0043/sync_depth_00045.png 518.8579 -/living_room_0022/rgb_00298.jpg /living_room_0022/sync_depth_00298.png 518.8579 -/bedroom_0060/rgb_00084.jpg /bedroom_0060/sync_depth_00084.png 518.8579 -/bookstore_0001e/rgb_00213.jpg /bookstore_0001e/sync_depth_00213.png 518.8579 -/living_room_0022/rgb_00310.jpg /living_room_0022/sync_depth_00310.png 518.8579 -/bedroom_0004/rgb_00050.jpg /bedroom_0004/sync_depth_00050.png 518.8579 -/living_room_0055/rgb_00039.jpg /living_room_0055/sync_depth_00039.png 518.8579 -/dining_room_0008/rgb_00109.jpg /dining_room_0008/sync_depth_00109.png 518.8579 -/bedroom_0051/rgb_00174.jpg /bedroom_0051/sync_depth_00174.png 518.8579 -/dining_room_0013/rgb_00062.jpg /dining_room_0013/sync_depth_00062.png 518.8579 -/classroom_0016/rgb_00022.jpg /classroom_0016/sync_depth_00022.png 518.8579 -/dining_room_0010/rgb_00059.jpg /dining_room_0010/sync_depth_00059.png 518.8579 -/bedroom_0086/rgb_00011.jpg /bedroom_0086/sync_depth_00011.png 518.8579 -/office_0025/rgb_00020.jpg /office_0025/sync_depth_00020.png 518.8579 -/bathroom_0006/rgb_00026.jpg /bathroom_0006/sync_depth_00026.png 518.8579 -/dining_room_0015/rgb_00124.jpg /dining_room_0015/sync_depth_00124.png 518.8579 -/kitchen_0047/rgb_00072.jpg /kitchen_0047/sync_depth_00072.png 518.8579 -/living_room_0010/rgb_00107.jpg /living_room_0010/sync_depth_00107.png 518.8579 -/office_0021/rgb_00055.jpg /office_0021/sync_depth_00055.png 518.8579 -/furniture_store_0002c/rgb_00044.jpg /furniture_store_0002c/sync_depth_00044.png 518.8579 -/cafe_0001a/rgb_00044.jpg /cafe_0001a/sync_depth_00044.png 518.8579 -/home_office_0013/rgb_00090.jpg /home_office_0013/sync_depth_00090.png 518.8579 -/bedroom_0065/rgb_00027.jpg /bedroom_0065/sync_depth_00027.png 518.8579 -/kitchen_0019a/rgb_00052.jpg /kitchen_0019a/sync_depth_00052.png 518.8579 -/cafe_0001b/rgb_00030.jpg /cafe_0001b/sync_depth_00030.png 518.8579 -/bedroom_0096/rgb_00036.jpg /bedroom_0096/sync_depth_00036.png 518.8579 -/bookstore_0001g/rgb_00018.jpg /bookstore_0001g/sync_depth_00018.png 518.8579 -/dining_room_0024/rgb_00143.jpg /dining_room_0024/sync_depth_00143.png 518.8579 -/dining_room_0008/rgb_00055.jpg /dining_room_0008/sync_depth_00055.png 518.8579 -/dining_room_0016/rgb_00100.jpg /dining_room_0016/sync_depth_00100.png 518.8579 -/classroom_0004/rgb_00000.jpg /classroom_0004/sync_depth_00000.png 518.8579 -/bedroom_0052/rgb_00210.jpg /bedroom_0052/sync_depth_00210.png 518.8579 -/conference_room_0002/rgb_00026.jpg /conference_room_0002/sync_depth_00026.png 518.8579 -/bedroom_0071/rgb_00120.jpg /bedroom_0071/sync_depth_00120.png 518.8579 -/dining_room_0019/rgb_00054.jpg /dining_room_0019/sync_depth_00054.png 518.8579 -/living_room_0070/rgb_00025.jpg /living_room_0070/sync_depth_00025.png 518.8579 -/bedroom_0062/rgb_00115.jpg /bedroom_0062/sync_depth_00115.png 518.8579 -/living_room_0010/rgb_00023.jpg /living_room_0010/sync_depth_00023.png 518.8579 -/kitchen_0029c/rgb_00060.jpg /kitchen_0029c/sync_depth_00060.png 518.8579 -/living_room_0012/rgb_00184.jpg /living_room_0012/sync_depth_00184.png 518.8579 -/furniture_store_0002b/rgb_00106.jpg /furniture_store_0002b/sync_depth_00106.png 518.8579 -/kitchen_0031/rgb_00021.jpg /kitchen_0031/sync_depth_00021.png 518.8579 -/dining_room_0033/rgb_00019.jpg /dining_room_0033/sync_depth_00019.png 518.8579 -/kitchen_0003/rgb_00091.jpg /kitchen_0003/sync_depth_00091.png 518.8579 -/bathroom_0028/rgb_00167.jpg /bathroom_0028/sync_depth_00167.png 518.8579 -/living_room_0037/rgb_00005.jpg /living_room_0037/sync_depth_00005.png 518.8579 -/bathroom_0041/rgb_00023.jpg /bathroom_0041/sync_depth_00023.png 518.8579 -/bedroom_0004/rgb_00178.jpg /bedroom_0004/sync_depth_00178.png 518.8579 -/dining_room_0029/rgb_00104.jpg /dining_room_0029/sync_depth_00104.png 518.8579 -/bedroom_0136/rgb_00089.jpg /bedroom_0136/sync_depth_00089.png 518.8579 -/furniture_store_0002a/rgb_00417.jpg /furniture_store_0002a/sync_depth_00417.png 518.8579 -/living_room_0058/rgb_00053.jpg /living_room_0058/sync_depth_00053.png 518.8579 -/bathroom_0014a/rgb_00073.jpg /bathroom_0014a/sync_depth_00073.png 518.8579 -/playroom_0003/rgb_00035.jpg /playroom_0003/sync_depth_00035.png 518.8579 -/reception_room_0002/rgb_00068.jpg /reception_room_0002/sync_depth_00068.png 518.8579 -/bookstore_0001e/rgb_00225.jpg /bookstore_0001e/sync_depth_00225.png 518.8579 -/bedroom_0042/rgb_00000.jpg /bedroom_0042/sync_depth_00000.png 518.8579 -/bedroom_0078/rgb_00097.jpg /bedroom_0078/sync_depth_00097.png 518.8579 -/playroom_0006/rgb_00101.jpg /playroom_0006/sync_depth_00101.png 518.8579 -/kitchen_0048/rgb_00080.jpg /kitchen_0048/sync_depth_00080.png 518.8579 -/bedroom_0125b/rgb_00017.jpg /bedroom_0125b/sync_depth_00017.png 518.8579 -/bathroom_0057/rgb_00010.jpg /bathroom_0057/sync_depth_00010.png 518.8579 -/living_room_0012/rgb_00037.jpg /living_room_0012/sync_depth_00037.png 518.8579 -/bedroom_0033/rgb_00077.jpg /bedroom_0033/sync_depth_00077.png 518.8579 -/furniture_store_0001b/rgb_00034.jpg /furniture_store_0001b/sync_depth_00034.png 518.8579 -/kitchen_0048/rgb_00145.jpg /kitchen_0048/sync_depth_00145.png 518.8579 -/kitchen_0010/rgb_00129.jpg /kitchen_0010/sync_depth_00129.png 518.8579 -/furniture_store_0001d/rgb_00115.jpg /furniture_store_0001d/sync_depth_00115.png 518.8579 -/living_room_0050/rgb_00265.jpg /living_room_0050/sync_depth_00265.png 518.8579 -/playroom_0003/rgb_00182.jpg /playroom_0003/sync_depth_00182.png 518.8579 -/living_room_0069a/rgb_00119.jpg /living_room_0069a/sync_depth_00119.png 518.8579 -/classroom_0006/rgb_00183.jpg /classroom_0006/sync_depth_00183.png 518.8579 -/dining_room_0007/rgb_00112.jpg /dining_room_0007/sync_depth_00112.png 518.8579 -/bedroom_0040/rgb_00037.jpg /bedroom_0040/sync_depth_00037.png 518.8579 -/dining_room_0010/rgb_00089.jpg /dining_room_0010/sync_depth_00089.png 518.8579 -/bedroom_0026/rgb_00117.jpg /bedroom_0026/sync_depth_00117.png 518.8579 -/dining_room_0008/rgb_00170.jpg /dining_room_0008/sync_depth_00170.png 518.8579 -/bedroom_0100/rgb_00065.jpg /bedroom_0100/sync_depth_00065.png 518.8579 -/office_kitchen_0003/rgb_00106.jpg /office_kitchen_0003/sync_depth_00106.png 518.8579 -/kitchen_0059/rgb_00000.jpg /kitchen_0059/sync_depth_00000.png 518.8579 -/bedroom_0076a/rgb_00152.jpg /bedroom_0076a/sync_depth_00152.png 518.8579 -/bathroom_0011/rgb_00015.jpg /bathroom_0011/sync_depth_00015.png 518.8579 -/living_room_0082/rgb_00069.jpg /living_room_0082/sync_depth_00069.png 518.8579 -/living_room_0047b/rgb_00050.jpg /living_room_0047b/sync_depth_00050.png 518.8579 -/living_room_0019/rgb_00102.jpg /living_room_0019/sync_depth_00102.png 518.8579 -/office_0006/rgb_00164.jpg /office_0006/sync_depth_00164.png 518.8579 -/laundry_room_0001/rgb_00057.jpg /laundry_room_0001/sync_depth_00057.png 518.8579 -/living_room_0039/rgb_00102.jpg /living_room_0039/sync_depth_00102.png 518.8579 -/office_kitchen_0003/rgb_00041.jpg /office_kitchen_0003/sync_depth_00041.png 518.8579 -/bedroom_0071/rgb_00135.jpg /bedroom_0071/sync_depth_00135.png 518.8579 -/indoor_balcony_0001/rgb_00029.jpg /indoor_balcony_0001/sync_depth_00029.png 518.8579 -/bedroom_0057/rgb_00013.jpg /bedroom_0057/sync_depth_00013.png 518.8579 -/kitchen_0060/rgb_00069.jpg /kitchen_0060/sync_depth_00069.png 518.8579 -/kitchen_0028a/rgb_00146.jpg /kitchen_0028a/sync_depth_00146.png 518.8579 -/living_room_0019/rgb_00120.jpg /living_room_0019/sync_depth_00120.png 518.8579 -/living_room_0039/rgb_00012.jpg /living_room_0039/sync_depth_00012.png 518.8579 -/office_0012/rgb_00038.jpg /office_0012/sync_depth_00038.png 518.8579 -/dining_room_0007/rgb_00174.jpg /dining_room_0007/sync_depth_00174.png 518.8579 -/living_room_0058/rgb_00157.jpg /living_room_0058/sync_depth_00157.png 518.8579 -/home_office_0006/rgb_00103.jpg /home_office_0006/sync_depth_00103.png 518.8579 -/living_room_0018/rgb_00149.jpg /living_room_0018/sync_depth_00149.png 518.8579 -/bedroom_0019/rgb_00147.jpg /bedroom_0019/sync_depth_00147.png 518.8579 -/living_room_0018/rgb_00056.jpg /living_room_0018/sync_depth_00056.png 518.8579 -/bedroom_0130/rgb_00001.jpg /bedroom_0130/sync_depth_00001.png 518.8579 -/office_0006/rgb_00038.jpg /office_0006/sync_depth_00038.png 518.8579 -/bedroom_0063/rgb_00012.jpg /bedroom_0063/sync_depth_00012.png 518.8579 -/bedroom_0074/rgb_00028.jpg /bedroom_0074/sync_depth_00028.png 518.8579 -/bedroom_0057/rgb_00018.jpg /bedroom_0057/sync_depth_00018.png 518.8579 -/dining_room_0031/rgb_00209.jpg /dining_room_0031/sync_depth_00209.png 518.8579 -/printer_room_0001/rgb_00041.jpg /printer_room_0001/sync_depth_00041.png 518.8579 -/bedroom_0074/rgb_00091.jpg /bedroom_0074/sync_depth_00091.png 518.8579 -/bedroom_0051/rgb_00043.jpg /bedroom_0051/sync_depth_00043.png 518.8579 -/home_office_0008/rgb_00048.jpg /home_office_0008/sync_depth_00048.png 518.8579 -/bedroom_0065/rgb_00006.jpg /bedroom_0065/sync_depth_00006.png 518.8579 -/bedroom_0138/rgb_00000.jpg /bedroom_0138/sync_depth_00000.png 518.8579 -/living_room_0071/rgb_00010.jpg /living_room_0071/sync_depth_00010.png 518.8579 -/living_room_0012/rgb_00191.jpg /living_room_0012/sync_depth_00191.png 518.8579 -/bookstore_0001j/rgb_00116.jpg /bookstore_0001j/sync_depth_00116.png 518.8579 -/office_0011/rgb_00022.jpg /office_0011/sync_depth_00022.png 518.8579 -/kitchen_0049/rgb_00104.jpg /kitchen_0049/sync_depth_00104.png 518.8579 -/kitchen_0045a/rgb_00109.jpg /kitchen_0045a/sync_depth_00109.png 518.8579 -/office_0021/rgb_00039.jpg /office_0021/sync_depth_00039.png 518.8579 -/bedroom_0053/rgb_00077.jpg /bedroom_0053/sync_depth_00077.png 518.8579 -/dining_room_0033/rgb_00187.jpg /dining_room_0033/sync_depth_00187.png 518.8579 -/living_room_0012/rgb_00204.jpg /living_room_0012/sync_depth_00204.png 518.8579 -/reception_room_0001b/rgb_00084.jpg /reception_room_0001b/sync_depth_00084.png 518.8579 -/furniture_store_0002b/rgb_00274.jpg /furniture_store_0002b/sync_depth_00274.png 518.8579 -/living_room_0020/rgb_00011.jpg /living_room_0020/sync_depth_00011.png 518.8579 -/kitchen_0053/rgb_00160.jpg /kitchen_0053/sync_depth_00160.png 518.8579 -/kitchen_0016/rgb_00011.jpg /kitchen_0016/sync_depth_00011.png 518.8579 -/kitchen_0049/rgb_00030.jpg /kitchen_0049/sync_depth_00030.png 518.8579 -/dining_room_0001b/rgb_00184.jpg /dining_room_0001b/sync_depth_00184.png 518.8579 -/living_room_0062/rgb_00100.jpg /living_room_0062/sync_depth_00100.png 518.8579 -/furniture_store_0002a/rgb_00312.jpg /furniture_store_0002a/sync_depth_00312.png 518.8579 -/dining_room_0019/rgb_00017.jpg /dining_room_0019/sync_depth_00017.png 518.8579 -/kitchen_0051/rgb_00270.jpg /kitchen_0051/sync_depth_00270.png 518.8579 -/living_room_0039/rgb_00101.jpg /living_room_0039/sync_depth_00101.png 518.8579 -/nyu_office_0/rgb_00322.jpg /nyu_office_0/sync_depth_00322.png 518.8579 -/bedroom_0014/rgb_00011.jpg /bedroom_0014/sync_depth_00011.png 518.8579 -/nyu_office_0/rgb_00314.jpg /nyu_office_0/sync_depth_00314.png 518.8579 -/bedroom_0041/rgb_00036.jpg /bedroom_0041/sync_depth_00036.png 518.8579 -/bookstore_0001i/rgb_00141.jpg /bookstore_0001i/sync_depth_00141.png 518.8579 -/bathroom_0056/rgb_00021.jpg /bathroom_0056/sync_depth_00021.png 518.8579 -/home_office_0005/rgb_00086.jpg /home_office_0005/sync_depth_00086.png 518.8579 -/home_office_0006/rgb_00140.jpg /home_office_0006/sync_depth_00140.png 518.8579 -/home_office_0006/rgb_00014.jpg /home_office_0006/sync_depth_00014.png 518.8579 -/bedroom_0080/rgb_00031.jpg /bedroom_0080/sync_depth_00031.png 518.8579 -/living_room_0058/rgb_00215.jpg /living_room_0058/sync_depth_00215.png 518.8579 -/bathroom_0028/rgb_00023.jpg /bathroom_0028/sync_depth_00023.png 518.8579 -/kitchen_0051/rgb_00085.jpg /kitchen_0051/sync_depth_00085.png 518.8579 -/dining_room_0034/rgb_00051.jpg /dining_room_0034/sync_depth_00051.png 518.8579 -/classroom_0004/rgb_00016.jpg /classroom_0004/sync_depth_00016.png 518.8579 -/dining_room_0012/rgb_00230.jpg /dining_room_0012/sync_depth_00230.png 518.8579 -/dining_room_0013/rgb_00201.jpg /dining_room_0013/sync_depth_00201.png 518.8579 -/bathroom_0035/rgb_00008.jpg /bathroom_0035/sync_depth_00008.png 518.8579 -/classroom_0003/rgb_00075.jpg /classroom_0003/sync_depth_00075.png 518.8579 -/bedroom_0059/rgb_00083.jpg /bedroom_0059/sync_depth_00083.png 518.8579 -/bathroom_0048/rgb_00041.jpg /bathroom_0048/sync_depth_00041.png 518.8579 -/living_room_0040/rgb_00161.jpg /living_room_0040/sync_depth_00161.png 518.8579 -/kitchen_0019b/rgb_00001.jpg /kitchen_0019b/sync_depth_00001.png 518.8579 -/living_room_0010/rgb_00177.jpg /living_room_0010/sync_depth_00177.png 518.8579 -/living_room_0012/rgb_00044.jpg /living_room_0012/sync_depth_00044.png 518.8579 -/living_room_0050/rgb_00210.jpg /living_room_0050/sync_depth_00210.png 518.8579 -/kitchen_0010/rgb_00080.jpg /kitchen_0010/sync_depth_00080.png 518.8579 -/kitchen_0051/rgb_00257.jpg /kitchen_0051/sync_depth_00257.png 518.8579 -/dining_room_0016/rgb_00078.jpg /dining_room_0016/sync_depth_00078.png 518.8579 -/bookstore_0001j/rgb_00112.jpg /bookstore_0001j/sync_depth_00112.png 518.8579 -/laundry_room_0001/rgb_00007.jpg /laundry_room_0001/sync_depth_00007.png 518.8579 -/furniture_store_0001e/rgb_00061.jpg /furniture_store_0001e/sync_depth_00061.png 518.8579 -/study_0008/rgb_00004.jpg /study_0008/sync_depth_00004.png 518.8579 -/bedroom_0050/rgb_00060.jpg /bedroom_0050/sync_depth_00060.png 518.8579 -/bedroom_0010/rgb_00078.jpg /bedroom_0010/sync_depth_00078.png 518.8579 -/bedroom_0059/rgb_00078.jpg /bedroom_0059/sync_depth_00078.png 518.8579 -/bedroom_0050/rgb_00001.jpg /bedroom_0050/sync_depth_00001.png 518.8579 -/kitchen_0047/rgb_00018.jpg /kitchen_0047/sync_depth_00018.png 518.8579 -/living_room_0050/rgb_00131.jpg /living_room_0050/sync_depth_00131.png 518.8579 -/kitchen_0049/rgb_00147.jpg /kitchen_0049/sync_depth_00147.png 518.8579 -/classroom_0022/rgb_00038.jpg /classroom_0022/sync_depth_00038.png 518.8579 -/conference_room_0001/rgb_00125.jpg /conference_room_0001/sync_depth_00125.png 518.8579 -/classroom_0004/rgb_00093.jpg /classroom_0004/sync_depth_00093.png 518.8579 -/bedroom_0025/rgb_00105.jpg /bedroom_0025/sync_depth_00105.png 518.8579 -/office_kitchen_0001a/rgb_00037.jpg /office_kitchen_0001a/sync_depth_00037.png 518.8579 -/playroom_0006/rgb_00131.jpg /playroom_0006/sync_depth_00131.png 518.8579 -/dining_room_0024/rgb_00088.jpg /dining_room_0024/sync_depth_00088.png 518.8579 -/kitchen_0053/rgb_00254.jpg /kitchen_0053/sync_depth_00254.png 518.8579 -/bedroom_0074/rgb_00104.jpg /bedroom_0074/sync_depth_00104.png 518.8579 -/bedroom_0034/rgb_00104.jpg /bedroom_0034/sync_depth_00104.png 518.8579 -/bedroom_0028/rgb_00044.jpg /bedroom_0028/sync_depth_00044.png 518.8579 -/home_office_0008/rgb_00103.jpg /home_office_0008/sync_depth_00103.png 518.8579 -/classroom_0011/rgb_00058.jpg /classroom_0011/sync_depth_00058.png 518.8579 -/dining_room_0014/rgb_00121.jpg /dining_room_0014/sync_depth_00121.png 518.8579 -/living_room_0058/rgb_00284.jpg /living_room_0058/sync_depth_00284.png 518.8579 -/bedroom_0057/rgb_00021.jpg /bedroom_0057/sync_depth_00021.png 518.8579 -/bedroom_0056b/rgb_00004.jpg /bedroom_0056b/sync_depth_00004.png 518.8579 -/dining_room_0028/rgb_00142.jpg /dining_room_0028/sync_depth_00142.png 518.8579 -/living_room_0063/rgb_00081.jpg /living_room_0063/sync_depth_00081.png 518.8579 -/living_room_0047b/rgb_00040.jpg /living_room_0047b/sync_depth_00040.png 518.8579 -/kitchen_0017/rgb_00090.jpg /kitchen_0017/sync_depth_00090.png 518.8579 -/playroom_0003/rgb_00156.jpg /playroom_0003/sync_depth_00156.png 518.8579 -/nyu_office_0/rgb_00397.jpg /nyu_office_0/sync_depth_00397.png 518.8579 -/furniture_store_0002b/rgb_00130.jpg /furniture_store_0002b/sync_depth_00130.png 518.8579 -/living_room_0086a/rgb_00045.jpg /living_room_0086a/sync_depth_00045.png 518.8579 -/office_0006/rgb_00083.jpg /office_0006/sync_depth_00083.png 518.8579 -/bookstore_0001f/rgb_00132.jpg /bookstore_0001f/sync_depth_00132.png 518.8579 -/bookstore_0001j/rgb_00246.jpg /bookstore_0001j/sync_depth_00246.png 518.8579 -/bedroom_0040/rgb_00020.jpg /bedroom_0040/sync_depth_00020.png 518.8579 -/living_room_0067/rgb_00054.jpg /living_room_0067/sync_depth_00054.png 518.8579 -/living_room_0046a/rgb_00058.jpg /living_room_0046a/sync_depth_00058.png 518.8579 -/dining_room_0024/rgb_00105.jpg /dining_room_0024/sync_depth_00105.png 518.8579 -/dining_room_0004/rgb_00066.jpg /dining_room_0004/sync_depth_00066.png 518.8579 -/bedroom_0034/rgb_00034.jpg /bedroom_0034/sync_depth_00034.png 518.8579 -/home_office_0004/rgb_00077.jpg /home_office_0004/sync_depth_00077.png 518.8579 -/living_room_0040/rgb_00329.jpg /living_room_0040/sync_depth_00329.png 518.8579 -/living_room_0033/rgb_00066.jpg /living_room_0033/sync_depth_00066.png 518.8579 -/kitchen_0048/rgb_00258.jpg /kitchen_0048/sync_depth_00258.png 518.8579 -/playroom_0002/rgb_00000.jpg /playroom_0002/sync_depth_00000.png 518.8579 -/home_office_0006/rgb_00177.jpg /home_office_0006/sync_depth_00177.png 518.8579 -/kitchen_0028b/rgb_00029.jpg /kitchen_0028b/sync_depth_00029.png 518.8579 -/cafe_0001a/rgb_00018.jpg /cafe_0001a/sync_depth_00018.png 518.8579 -/bedroom_0082/rgb_00044.jpg /bedroom_0082/sync_depth_00044.png 518.8579 -/dining_room_0034/rgb_00093.jpg /dining_room_0034/sync_depth_00093.png 518.8579 -/cafe_0001b/rgb_00049.jpg /cafe_0001b/sync_depth_00049.png 518.8579 -/living_room_0035/rgb_00041.jpg /living_room_0035/sync_depth_00041.png 518.8579 -/bedroom_0076a/rgb_00279.jpg /bedroom_0076a/sync_depth_00279.png 518.8579 -/bedroom_0120/rgb_00035.jpg /bedroom_0120/sync_depth_00035.png 518.8579 -/living_room_0039/rgb_00111.jpg /living_room_0039/sync_depth_00111.png 518.8579 -/furniture_store_0002c/rgb_00028.jpg /furniture_store_0002c/sync_depth_00028.png 518.8579 -/living_room_0010/rgb_00022.jpg /living_room_0010/sync_depth_00022.png 518.8579 -/dining_room_0033/rgb_00155.jpg /dining_room_0033/sync_depth_00155.png 518.8579 -/living_room_0019/rgb_00015.jpg /living_room_0019/sync_depth_00015.png 518.8579 -/bookstore_0001i/rgb_00040.jpg /bookstore_0001i/sync_depth_00040.png 518.8579 -/playroom_0002/rgb_00112.jpg /playroom_0002/sync_depth_00112.png 518.8579 -/bookstore_0001e/rgb_00009.jpg /bookstore_0001e/sync_depth_00009.png 518.8579 -/dining_room_0037/rgb_00163.jpg /dining_room_0037/sync_depth_00163.png 518.8579 -/cafe_0001c/rgb_00044.jpg /cafe_0001c/sync_depth_00044.png 518.8579 -/dining_room_0024/rgb_00044.jpg /dining_room_0024/sync_depth_00044.png 518.8579 -/office_0011/rgb_00061.jpg /office_0011/sync_depth_00061.png 518.8579 -/bedroom_0014/rgb_00002.jpg /bedroom_0014/sync_depth_00002.png 518.8579 -/bedroom_0025/rgb_00152.jpg /bedroom_0025/sync_depth_00152.png 518.8579 -/bedroom_0056a/rgb_00040.jpg /bedroom_0056a/sync_depth_00040.png 518.8579 -/bedroom_0080/rgb_00032.jpg /bedroom_0080/sync_depth_00032.png 518.8579 -/living_room_0029/rgb_00015.jpg /living_room_0029/sync_depth_00015.png 518.8579 -/dining_room_0031/rgb_00076.jpg /dining_room_0031/sync_depth_00076.png 518.8579 -/living_room_0011/rgb_00126.jpg /living_room_0011/sync_depth_00126.png 518.8579 -/furniture_store_0001d/rgb_00105.jpg /furniture_store_0001d/sync_depth_00105.png 518.8579 -/bedroom_0025/rgb_00154.jpg /bedroom_0025/sync_depth_00154.png 518.8579 -/indoor_balcony_0001/rgb_00039.jpg /indoor_balcony_0001/sync_depth_00039.png 518.8579 -/office_kitchen_0001b/rgb_00034.jpg /office_kitchen_0001b/sync_depth_00034.png 518.8579 -/living_room_0018/rgb_00095.jpg /living_room_0018/sync_depth_00095.png 518.8579 -/dining_room_0034/rgb_00013.jpg /dining_room_0034/sync_depth_00013.png 518.8579 -/furniture_store_0002d/rgb_00056.jpg /furniture_store_0002d/sync_depth_00056.png 518.8579 -/kitchen_0033/rgb_00036.jpg /kitchen_0033/sync_depth_00036.png 518.8579 -/cafe_0001c/rgb_00037.jpg /cafe_0001c/sync_depth_00037.png 518.8579 -/dining_room_0031/rgb_00345.jpg /dining_room_0031/sync_depth_00345.png 518.8579 -/bedroom_0097/rgb_00019.jpg /bedroom_0097/sync_depth_00019.png 518.8579 -/office_0011/rgb_00125.jpg /office_0011/sync_depth_00125.png 518.8579 -/bathroom_0034/rgb_00084.jpg /bathroom_0034/sync_depth_00084.png 518.8579 -/excercise_room_0001/rgb_00042.jpg /excercise_room_0001/sync_depth_00042.png 518.8579 -/dining_room_0001b/rgb_00165.jpg /dining_room_0001b/sync_depth_00165.png 518.8579 -/kitchen_0045a/rgb_00112.jpg /kitchen_0045a/sync_depth_00112.png 518.8579 -/living_room_0035/rgb_00020.jpg /living_room_0035/sync_depth_00020.png 518.8579 -/bookstore_0001f/rgb_00368.jpg /bookstore_0001f/sync_depth_00368.png 518.8579 -/dining_room_0012/rgb_00189.jpg /dining_room_0012/sync_depth_00189.png 518.8579 -/bathroom_0033/rgb_00028.jpg /bathroom_0033/sync_depth_00028.png 518.8579 -/bedroom_0021/rgb_00109.jpg /bedroom_0021/sync_depth_00109.png 518.8579 -/kitchen_0049/rgb_00008.jpg /kitchen_0049/sync_depth_00008.png 518.8579 -/bedroom_0130/rgb_00072.jpg /bedroom_0130/sync_depth_00072.png 518.8579 -/office_0019/rgb_00036.jpg /office_0019/sync_depth_00036.png 518.8579 -/home_office_0006/rgb_00017.jpg /home_office_0006/sync_depth_00017.png 518.8579 -/furniture_store_0002b/rgb_00250.jpg /furniture_store_0002b/sync_depth_00250.png 518.8579 -/kitchen_0019a/rgb_00008.jpg /kitchen_0019a/sync_depth_00008.png 518.8579 -/basement_0001a/rgb_00079.jpg /basement_0001a/sync_depth_00079.png 518.8579 -/bedroom_0047/rgb_00051.jpg /bedroom_0047/sync_depth_00051.png 518.8579 -/kitchen_0049/rgb_00039.jpg /kitchen_0049/sync_depth_00039.png 518.8579 -/bedroom_0072/rgb_00021.jpg /bedroom_0072/sync_depth_00021.png 518.8579 -/reception_room_0001b/rgb_00102.jpg /reception_room_0001b/sync_depth_00102.png 518.8579 -/kitchen_0043/rgb_00187.jpg /kitchen_0043/sync_depth_00187.png 518.8579 -/bedroom_0071/rgb_00138.jpg /bedroom_0071/sync_depth_00138.png 518.8579 -/bedroom_0021/rgb_00061.jpg /bedroom_0021/sync_depth_00061.png 518.8579 -/bedroom_0125b/rgb_00050.jpg /bedroom_0125b/sync_depth_00050.png 518.8579 -/bedroom_0138/rgb_00089.jpg /bedroom_0138/sync_depth_00089.png 518.8579 -/bathroom_0049/rgb_00045.jpg /bathroom_0049/sync_depth_00045.png 518.8579 -/living_room_0022/rgb_00061.jpg /living_room_0022/sync_depth_00061.png 518.8579 -/furniture_store_0002d/rgb_00007.jpg /furniture_store_0002d/sync_depth_00007.png 518.8579 -/office_0006/rgb_00158.jpg /office_0006/sync_depth_00158.png 518.8579 -/dining_room_0028/rgb_00153.jpg /dining_room_0028/sync_depth_00153.png 518.8579 -/dining_room_0028/rgb_00123.jpg /dining_room_0028/sync_depth_00123.png 518.8579 -/kitchen_0041/rgb_00035.jpg /kitchen_0041/sync_depth_00035.png 518.8579 -/classroom_0011/rgb_00024.jpg /classroom_0011/sync_depth_00024.png 518.8579 -/bedroom_0140/rgb_00065.jpg /bedroom_0140/sync_depth_00065.png 518.8579 -/dining_room_0010/rgb_00092.jpg /dining_room_0010/sync_depth_00092.png 518.8579 -/kitchen_0060/rgb_00024.jpg /kitchen_0060/sync_depth_00024.png 518.8579 -/bedroom_0063/rgb_00035.jpg /bedroom_0063/sync_depth_00035.png 518.8579 -/bookstore_0001f/rgb_00333.jpg /bookstore_0001f/sync_depth_00333.png 518.8579 -/kitchen_0019a/rgb_00188.jpg /kitchen_0019a/sync_depth_00188.png 518.8579 -/home_office_0013/rgb_00020.jpg /home_office_0013/sync_depth_00020.png 518.8579 -/living_room_0069b/rgb_00080.jpg /living_room_0069b/sync_depth_00080.png 518.8579 -/kitchen_0035b/rgb_00127.jpg /kitchen_0035b/sync_depth_00127.png 518.8579 -/bedroom_0053/rgb_00061.jpg /bedroom_0053/sync_depth_00061.png 518.8579 -/living_room_0020/rgb_00149.jpg /living_room_0020/sync_depth_00149.png 518.8579 -/playroom_0002/rgb_00160.jpg /playroom_0002/sync_depth_00160.png 518.8579 -/office_0006/rgb_00151.jpg /office_0006/sync_depth_00151.png 518.8579 -/bookstore_0001d/rgb_00273.jpg /bookstore_0001d/sync_depth_00273.png 518.8579 -/bedroom_0004/rgb_00047.jpg /bedroom_0004/sync_depth_00047.png 518.8579 -/dining_room_0004/rgb_00059.jpg /dining_room_0004/sync_depth_00059.png 518.8579 -/bathroom_0034/rgb_00074.jpg /bathroom_0034/sync_depth_00074.png 518.8579 -/kitchen_0035a/rgb_00013.jpg /kitchen_0035a/sync_depth_00013.png 518.8579 -/bookstore_0001d/rgb_00171.jpg /bookstore_0001d/sync_depth_00171.png 518.8579 -/living_room_0019/rgb_00172.jpg /living_room_0019/sync_depth_00172.png 518.8579 -/living_room_0068/rgb_00111.jpg /living_room_0068/sync_depth_00111.png 518.8579 -/kitchen_0045a/rgb_00170.jpg /kitchen_0045a/sync_depth_00170.png 518.8579 -/student_lounge_0001/rgb_00201.jpg /student_lounge_0001/sync_depth_00201.png 518.8579 -/living_room_0071/rgb_00006.jpg /living_room_0071/sync_depth_00006.png 518.8579 -/kitchen_0003/rgb_00155.jpg /kitchen_0003/sync_depth_00155.png 518.8579 -/bedroom_0040/rgb_00066.jpg /bedroom_0040/sync_depth_00066.png 518.8579 -/living_room_0039/rgb_00114.jpg /living_room_0039/sync_depth_00114.png 518.8579 -/bedroom_0086/rgb_00042.jpg /bedroom_0086/sync_depth_00042.png 518.8579 -/kitchen_0006/rgb_00048.jpg /kitchen_0006/sync_depth_00048.png 518.8579 -/bedroom_0136/rgb_00137.jpg /bedroom_0136/sync_depth_00137.png 518.8579 -/kitchen_0045a/rgb_00160.jpg /kitchen_0045a/sync_depth_00160.png 518.8579 -/furniture_store_0001d/rgb_00290.jpg /furniture_store_0001d/sync_depth_00290.png 518.8579 -/kitchen_0016/rgb_00086.jpg /kitchen_0016/sync_depth_00086.png 518.8579 -/bedroom_0021/rgb_00077.jpg /bedroom_0021/sync_depth_00077.png 518.8579 -/dining_room_0028/rgb_00062.jpg /dining_room_0028/sync_depth_00062.png 518.8579 -/dining_room_0029/rgb_00009.jpg /dining_room_0029/sync_depth_00009.png 518.8579 -/dining_room_0033/rgb_00172.jpg /dining_room_0033/sync_depth_00172.png 518.8579 -/living_room_0040/rgb_00322.jpg /living_room_0040/sync_depth_00322.png 518.8579 -/living_room_0020/rgb_00059.jpg /living_room_0020/sync_depth_00059.png 518.8579 -/bedroom_0106/rgb_00109.jpg /bedroom_0106/sync_depth_00109.png 518.8579 -/kitchen_0050/rgb_00004.jpg /kitchen_0050/sync_depth_00004.png 518.8579 -/bedroom_0010/rgb_00080.jpg /bedroom_0010/sync_depth_00080.png 518.8579 -/bedroom_0062/rgb_00124.jpg /bedroom_0062/sync_depth_00124.png 518.8579 -/living_room_0038/rgb_00006.jpg /living_room_0038/sync_depth_00006.png 518.8579 -/bathroom_0005/rgb_00034.jpg /bathroom_0005/sync_depth_00034.png 518.8579 -/bedroom_0096/rgb_00027.jpg /bedroom_0096/sync_depth_00027.png 518.8579 -/kitchen_0019a/rgb_00301.jpg /kitchen_0019a/sync_depth_00301.png 518.8579 -/bookstore_0001d/rgb_00299.jpg /bookstore_0001d/sync_depth_00299.png 518.8579 -/bedroom_0041/rgb_00008.jpg /bedroom_0041/sync_depth_00008.png 518.8579 -/nyu_office_0/rgb_00347.jpg /nyu_office_0/sync_depth_00347.png 518.8579 -/bookstore_0001g/rgb_00041.jpg /bookstore_0001g/sync_depth_00041.png 518.8579 -/study_room_0004/rgb_00059.jpg /study_room_0004/sync_depth_00059.png 518.8579 -/kitchen_0031/rgb_00178.jpg /kitchen_0031/sync_depth_00178.png 518.8579 -/bedroom_0104/rgb_00083.jpg /bedroom_0104/sync_depth_00083.png 518.8579 -/dining_room_0034/rgb_00145.jpg /dining_room_0034/sync_depth_00145.png 518.8579 -/conference_room_0001/rgb_00064.jpg /conference_room_0001/sync_depth_00064.png 518.8579 -/reception_room_0002/rgb_00015.jpg /reception_room_0002/sync_depth_00015.png 518.8579 -/kitchen_0017/rgb_00098.jpg /kitchen_0017/sync_depth_00098.png 518.8579 -/living_room_0004/rgb_00041.jpg /living_room_0004/sync_depth_00041.png 518.8579 -/living_room_0011/rgb_00039.jpg /living_room_0011/sync_depth_00039.png 518.8579 -/living_room_0070/rgb_00105.jpg /living_room_0070/sync_depth_00105.png 518.8579 -/office_kitchen_0001b/rgb_00064.jpg /office_kitchen_0001b/sync_depth_00064.png 518.8579 -/kitchen_0019a/rgb_00143.jpg /kitchen_0019a/sync_depth_00143.png 518.8579 -/bathroom_0051/rgb_00050.jpg /bathroom_0051/sync_depth_00050.png 518.8579 -/kitchen_0011a/rgb_00094.jpg /kitchen_0011a/sync_depth_00094.png 518.8579 -/dining_room_0037/rgb_00132.jpg /dining_room_0037/sync_depth_00132.png 518.8579 -/playroom_0004/rgb_00102.jpg /playroom_0004/sync_depth_00102.png 518.8579 -/kitchen_0049/rgb_00027.jpg /kitchen_0049/sync_depth_00027.png 518.8579 -/bookstore_0001g/rgb_00139.jpg /bookstore_0001g/sync_depth_00139.png 518.8579 -/bathroom_0007/rgb_00114.jpg /bathroom_0007/sync_depth_00114.png 518.8579 -/dining_room_0012/rgb_00023.jpg /dining_room_0012/sync_depth_00023.png 518.8579 -/furniture_store_0002a/rgb_00174.jpg /furniture_store_0002a/sync_depth_00174.png 518.8579 -/living_room_0022/rgb_00438.jpg /living_room_0022/sync_depth_00438.png 518.8579 -/living_room_0012/rgb_00071.jpg /living_room_0012/sync_depth_00071.png 518.8579 -/bookstore_0001h/rgb_00055.jpg /bookstore_0001h/sync_depth_00055.png 518.8579 -/bedroom_0021/rgb_00051.jpg /bedroom_0021/sync_depth_00051.png 518.8579 -/bathroom_0048/rgb_00058.jpg /bathroom_0048/sync_depth_00058.png 518.8579 -/living_room_0012/rgb_00090.jpg /living_room_0012/sync_depth_00090.png 518.8579 -/dining_room_0016/rgb_00128.jpg /dining_room_0016/sync_depth_00128.png 518.8579 -/playroom_0003/rgb_00054.jpg /playroom_0003/sync_depth_00054.png 518.8579 -/bathroom_0005/rgb_00025.jpg /bathroom_0005/sync_depth_00025.png 518.8579 -/living_room_0047a/rgb_00022.jpg /living_room_0047a/sync_depth_00022.png 518.8579 -/student_lounge_0001/rgb_00211.jpg /student_lounge_0001/sync_depth_00211.png 518.8579 -/dining_room_0013/rgb_00002.jpg /dining_room_0013/sync_depth_00002.png 518.8579 -/bookstore_0001j/rgb_00220.jpg /bookstore_0001j/sync_depth_00220.png 518.8579 -/dining_room_0004/rgb_00049.jpg /dining_room_0004/sync_depth_00049.png 518.8579 -/bedroom_0080/rgb_00035.jpg /bedroom_0080/sync_depth_00035.png 518.8579 -/bedroom_0039/rgb_00008.jpg /bedroom_0039/sync_depth_00008.png 518.8579 -/bookstore_0001d/rgb_00150.jpg /bookstore_0001d/sync_depth_00150.png 518.8579 -/living_room_0069b/rgb_00025.jpg /living_room_0069b/sync_depth_00025.png 518.8579 -/living_room_0058/rgb_00030.jpg /living_room_0058/sync_depth_00030.png 518.8579 -/bedroom_0029/rgb_00040.jpg /bedroom_0029/sync_depth_00040.png 518.8579 -/bedroom_0096/rgb_00016.jpg /bedroom_0096/sync_depth_00016.png 518.8579 -/nyu_office_0/rgb_00062.jpg /nyu_office_0/sync_depth_00062.png 518.8579 -/dining_room_0014/rgb_00043.jpg /dining_room_0014/sync_depth_00043.png 518.8579 -/classroom_0006/rgb_00062.jpg /classroom_0006/sync_depth_00062.png 518.8579 -/bedroom_0062/rgb_00054.jpg /bedroom_0062/sync_depth_00054.png 518.8579 -/dining_room_0016/rgb_00030.jpg /dining_room_0016/sync_depth_00030.png 518.8579 -/study_0004/rgb_00074.jpg /study_0004/sync_depth_00074.png 518.8579 -/home_office_0011/rgb_00071.jpg /home_office_0011/sync_depth_00071.png 518.8579 -/living_room_0005/rgb_00161.jpg /living_room_0005/sync_depth_00161.png 518.8579 -/bookstore_0001d/rgb_00286.jpg /bookstore_0001d/sync_depth_00286.png 518.8579 -/bookstore_0001d/rgb_00277.jpg /bookstore_0001d/sync_depth_00277.png 518.8579 -/office_kitchen_0001a/rgb_00082.jpg /office_kitchen_0001a/sync_depth_00082.png 518.8579 -/living_room_0069b/rgb_00011.jpg /living_room_0069b/sync_depth_00011.png 518.8579 -/office_kitchen_0001b/rgb_00008.jpg /office_kitchen_0001b/sync_depth_00008.png 518.8579 -/bedroom_0012/rgb_00040.jpg /bedroom_0012/sync_depth_00040.png 518.8579 -/bedroom_0072/rgb_00168.jpg /bedroom_0072/sync_depth_00168.png 518.8579 -/playroom_0003/rgb_00009.jpg /playroom_0003/sync_depth_00009.png 518.8579 -/bathroom_0042/rgb_00003.jpg /bathroom_0042/sync_depth_00003.png 518.8579 -/study_0006/rgb_00016.jpg /study_0006/sync_depth_00016.png 518.8579 -/furniture_store_0002a/rgb_00246.jpg /furniture_store_0002a/sync_depth_00246.png 518.8579 -/bookstore_0001g/rgb_00060.jpg /bookstore_0001g/sync_depth_00060.png 518.8579 -/furniture_store_0002a/rgb_00114.jpg /furniture_store_0002a/sync_depth_00114.png 518.8579 -/kitchen_0011a/rgb_00075.jpg /kitchen_0011a/sync_depth_00075.png 518.8579 -/living_room_0047b/rgb_00152.jpg /living_room_0047b/sync_depth_00152.png 518.8579 -/living_room_0086a/rgb_00032.jpg /living_room_0086a/sync_depth_00032.png 518.8579 -/dining_room_0004/rgb_00113.jpg /dining_room_0004/sync_depth_00113.png 518.8579 -/bedroom_0033/rgb_00164.jpg /bedroom_0033/sync_depth_00164.png 518.8579 -/living_room_0040/rgb_00307.jpg /living_room_0040/sync_depth_00307.png 518.8579 -/dining_room_0001b/rgb_00159.jpg /dining_room_0001b/sync_depth_00159.png 518.8579 -/bedroom_0104/rgb_00010.jpg /bedroom_0104/sync_depth_00010.png 518.8579 -/living_room_0022/rgb_00087.jpg /living_room_0022/sync_depth_00087.png 518.8579 -/bedroom_0034/rgb_00097.jpg /bedroom_0034/sync_depth_00097.png 518.8579 -/bedroom_0010/rgb_00070.jpg /bedroom_0010/sync_depth_00070.png 518.8579 -/playroom_0003/rgb_00025.jpg /playroom_0003/sync_depth_00025.png 518.8579 -/office_0004/rgb_00057.jpg /office_0004/sync_depth_00057.png 518.8579 -/living_room_0040/rgb_00181.jpg /living_room_0040/sync_depth_00181.png 518.8579 -/bathroom_0001/rgb_00001.jpg /bathroom_0001/sync_depth_00001.png 518.8579 -/kitchen_0010/rgb_00004.jpg /kitchen_0010/sync_depth_00004.png 518.8579 -/living_room_0022/rgb_00090.jpg /living_room_0022/sync_depth_00090.png 518.8579 -/classroom_0006/rgb_00125.jpg /classroom_0006/sync_depth_00125.png 518.8579 -/printer_room_0001/rgb_00007.jpg /printer_room_0001/sync_depth_00007.png 518.8579 -/bookstore_0001f/rgb_00252.jpg /bookstore_0001f/sync_depth_00252.png 518.8579 -/furniture_store_0001d/rgb_00179.jpg /furniture_store_0001d/sync_depth_00179.png 518.8579 -/living_room_0062/rgb_00216.jpg /living_room_0062/sync_depth_00216.png 518.8579 -/cafe_0001c/rgb_00047.jpg /cafe_0001c/sync_depth_00047.png 518.8579 -/reception_room_0001b/rgb_00073.jpg /reception_room_0001b/sync_depth_00073.png 518.8579 -/living_room_0069a/rgb_00030.jpg /living_room_0069a/sync_depth_00030.png 518.8579 -/kitchen_0045b/rgb_00070.jpg /kitchen_0045b/sync_depth_00070.png 518.8579 -/bedroom_0106/rgb_00143.jpg /bedroom_0106/sync_depth_00143.png 518.8579 -/living_room_0022/rgb_00170.jpg /living_room_0022/sync_depth_00170.png 518.8579 -/kitchen_0029c/rgb_00162.jpg /kitchen_0029c/sync_depth_00162.png 518.8579 -/office_0024/rgb_00067.jpg /office_0024/sync_depth_00067.png 518.8579 -/bedroom_0016/rgb_00054.jpg /bedroom_0016/sync_depth_00054.png 518.8579 -/bedroom_0025/rgb_00137.jpg /bedroom_0025/sync_depth_00137.png 518.8579 -/dining_room_0034/rgb_00082.jpg /dining_room_0034/sync_depth_00082.png 518.8579 -/kitchen_0011b/rgb_00021.jpg /kitchen_0011b/sync_depth_00021.png 518.8579 -/classroom_0006/rgb_00057.jpg /classroom_0006/sync_depth_00057.png 518.8579 -/bookstore_0001d/rgb_00243.jpg /bookstore_0001d/sync_depth_00243.png 518.8579 -/living_room_0082/rgb_00042.jpg /living_room_0082/sync_depth_00042.png 518.8579 -/living_room_0020/rgb_00188.jpg /living_room_0020/sync_depth_00188.png 518.8579 -/bedroom_0016/rgb_00078.jpg /bedroom_0016/sync_depth_00078.png 518.8579 -/playroom_0002/rgb_00089.jpg /playroom_0002/sync_depth_00089.png 518.8579 -/excercise_room_0001/rgb_00033.jpg /excercise_room_0001/sync_depth_00033.png 518.8579 -/cafe_0001a/rgb_00014.jpg /cafe_0001a/sync_depth_00014.png 518.8579 -/dining_room_0019/rgb_00067.jpg /dining_room_0019/sync_depth_00067.png 518.8579 -/dining_room_0013/rgb_00197.jpg /dining_room_0013/sync_depth_00197.png 518.8579 -/dining_room_0034/rgb_00191.jpg /dining_room_0034/sync_depth_00191.png 518.8579 -/bedroom_0041/rgb_00009.jpg /bedroom_0041/sync_depth_00009.png 518.8579 -/kitchen_0049/rgb_00209.jpg /kitchen_0049/sync_depth_00209.png 518.8579 -/bedroom_0028/rgb_00017.jpg /bedroom_0028/sync_depth_00017.png 518.8579 -/living_room_0012/rgb_00210.jpg /living_room_0012/sync_depth_00210.png 518.8579 -/bookstore_0001f/rgb_00319.jpg /bookstore_0001f/sync_depth_00319.png 518.8579 -/bedroom_0130/rgb_00093.jpg /bedroom_0130/sync_depth_00093.png 518.8579 -/kitchen_0053/rgb_00198.jpg /kitchen_0053/sync_depth_00198.png 518.8579 -/living_room_0018/rgb_00177.jpg /living_room_0018/sync_depth_00177.png 518.8579 -/dining_room_0014/rgb_00006.jpg /dining_room_0014/sync_depth_00006.png 518.8579 -/reception_room_0002/rgb_00000.jpg /reception_room_0002/sync_depth_00000.png 518.8579 -/dining_room_0024/rgb_00040.jpg /dining_room_0024/sync_depth_00040.png 518.8579 -/classroom_0016/rgb_00045.jpg /classroom_0016/sync_depth_00045.png 518.8579 -/kitchen_0053/rgb_00214.jpg /kitchen_0053/sync_depth_00214.png 518.8579 -/kitchen_0045b/rgb_00032.jpg /kitchen_0045b/sync_depth_00032.png 518.8579 -/office_0024/rgb_00048.jpg /office_0024/sync_depth_00048.png 518.8579 -/living_room_0058/rgb_00245.jpg /living_room_0058/sync_depth_00245.png 518.8579 -/bathroom_0005/rgb_00007.jpg /bathroom_0005/sync_depth_00007.png 518.8579 -/office_0004/rgb_00065.jpg /office_0004/sync_depth_00065.png 518.8579 -/living_room_0018/rgb_00024.jpg /living_room_0018/sync_depth_00024.png 518.8579 -/furniture_store_0001d/rgb_00178.jpg /furniture_store_0001d/sync_depth_00178.png 518.8579 -/dining_room_0013/rgb_00186.jpg /dining_room_0013/sync_depth_00186.png 518.8579 -/kitchen_0059/rgb_00033.jpg /kitchen_0059/sync_depth_00033.png 518.8579 -/bedroom_0125a/rgb_00032.jpg /bedroom_0125a/sync_depth_00032.png 518.8579 -/bedroom_0051/rgb_00105.jpg /bedroom_0051/sync_depth_00105.png 518.8579 -/study_0008/rgb_00058.jpg /study_0008/sync_depth_00058.png 518.8579 -/kitchen_0051/rgb_00145.jpg /kitchen_0051/sync_depth_00145.png 518.8579 -/bedroom_0078/rgb_00031.jpg /bedroom_0078/sync_depth_00031.png 518.8579 -/living_room_0010/rgb_00035.jpg /living_room_0010/sync_depth_00035.png 518.8579 -/bedroom_0065/rgb_00031.jpg /bedroom_0065/sync_depth_00031.png 518.8579 -/bathroom_0053/rgb_00051.jpg /bathroom_0053/sync_depth_00051.png 518.8579 -/living_room_0085/rgb_00056.jpg /living_room_0085/sync_depth_00056.png 518.8579 -/kitchen_0052/rgb_00000.jpg /kitchen_0052/sync_depth_00000.png 518.8579 -/bookstore_0001f/rgb_00216.jpg /bookstore_0001f/sync_depth_00216.png 518.8579 -/bedroom_0035/rgb_00030.jpg /bedroom_0035/sync_depth_00030.png 518.8579 -/classroom_0006/rgb_00065.jpg /classroom_0006/sync_depth_00065.png 518.8579 -/dining_room_0012/rgb_00107.jpg /dining_room_0012/sync_depth_00107.png 518.8579 -/indoor_balcony_0001/rgb_00047.jpg /indoor_balcony_0001/sync_depth_00047.png 518.8579 -/living_room_0012/rgb_00015.jpg /living_room_0012/sync_depth_00015.png 518.8579 -/bathroom_0055/rgb_00002.jpg /bathroom_0055/sync_depth_00002.png 518.8579 -/bookstore_0001f/rgb_00518.jpg /bookstore_0001f/sync_depth_00518.png 518.8579 -/bookstore_0001j/rgb_00140.jpg /bookstore_0001j/sync_depth_00140.png 518.8579 -/bedroom_0130/rgb_00039.jpg /bedroom_0130/sync_depth_00039.png 518.8579 -/furniture_store_0001e/rgb_00020.jpg /furniture_store_0001e/sync_depth_00020.png 518.8579 -/bathroom_0054/rgb_00007.jpg /bathroom_0054/sync_depth_00007.png 518.8579 -/living_room_0012/rgb_00110.jpg /living_room_0012/sync_depth_00110.png 518.8579 -/office_kitchen_0001b/rgb_00061.jpg /office_kitchen_0001b/sync_depth_00061.png 518.8579 -/bookstore_0001j/rgb_00039.jpg /bookstore_0001j/sync_depth_00039.png 518.8579 -/kitchen_0033/rgb_00097.jpg /kitchen_0033/sync_depth_00097.png 518.8579 -/bathroom_0039/rgb_00021.jpg /bathroom_0039/sync_depth_00021.png 518.8579 -/home_office_0008/rgb_00115.jpg /home_office_0008/sync_depth_00115.png 518.8579 -/kitchen_0043/rgb_00107.jpg /kitchen_0043/sync_depth_00107.png 518.8579 -/bedroom_0016/rgb_00059.jpg /bedroom_0016/sync_depth_00059.png 518.8579 -/kitchen_0053/rgb_00032.jpg /kitchen_0053/sync_depth_00032.png 518.8579 -/bookstore_0001e/rgb_00123.jpg /bookstore_0001e/sync_depth_00123.png 518.8579 -/living_room_0050/rgb_00035.jpg /living_room_0050/sync_depth_00035.png 518.8579 -/bedroom_0042/rgb_00051.jpg /bedroom_0042/sync_depth_00051.png 518.8579 -/dining_room_0024/rgb_00025.jpg /dining_room_0024/sync_depth_00025.png 518.8579 -/study_0004/rgb_00055.jpg /study_0004/sync_depth_00055.png 518.8579 -/dining_room_0012/rgb_00142.jpg /dining_room_0012/sync_depth_00142.png 518.8579 -/office_0006/rgb_00110.jpg /office_0006/sync_depth_00110.png 518.8579 -/conference_room_0001/rgb_00031.jpg /conference_room_0001/sync_depth_00031.png 518.8579 -/kitchen_0043/rgb_00050.jpg /kitchen_0043/sync_depth_00050.png 518.8579 -/bedroom_0034/rgb_00113.jpg /bedroom_0034/sync_depth_00113.png 518.8579 -/kitchen_0033/rgb_00197.jpg /kitchen_0033/sync_depth_00197.png 518.8579 -/nyu_office_0/rgb_00149.jpg /nyu_office_0/sync_depth_00149.png 518.8579 -/student_lounge_0001/rgb_00193.jpg /student_lounge_0001/sync_depth_00193.png 518.8579 -/bedroom_0138/rgb_00003.jpg /bedroom_0138/sync_depth_00003.png 518.8579 -/kitchen_0019a/rgb_00259.jpg /kitchen_0019a/sync_depth_00259.png 518.8579 -/bedroom_0097/rgb_00016.jpg /bedroom_0097/sync_depth_00016.png 518.8579 -/living_room_0050/rgb_00223.jpg /living_room_0050/sync_depth_00223.png 518.8579 -/kitchen_0059/rgb_00024.jpg /kitchen_0059/sync_depth_00024.png 518.8579 -/reception_room_0001b/rgb_00077.jpg /reception_room_0001b/sync_depth_00077.png 518.8579 -/furniture_store_0001b/rgb_00095.jpg /furniture_store_0001b/sync_depth_00095.png 518.8579 -/kitchen_0049/rgb_00110.jpg /kitchen_0049/sync_depth_00110.png 518.8579 -/furniture_store_0001d/rgb_00067.jpg /furniture_store_0001d/sync_depth_00067.png 518.8579 -/kitchen_0045a/rgb_00105.jpg /kitchen_0045a/sync_depth_00105.png 518.8579 -/bookstore_0001j/rgb_00143.jpg /bookstore_0001j/sync_depth_00143.png 518.8579 -/living_room_0069a/rgb_00011.jpg /living_room_0069a/sync_depth_00011.png 518.8579 -/bedroom_0056a/rgb_00032.jpg /bedroom_0056a/sync_depth_00032.png 518.8579 -/bedroom_0120/rgb_00002.jpg /bedroom_0120/sync_depth_00002.png 518.8579 -/bedroom_0053/rgb_00000.jpg /bedroom_0053/sync_depth_00000.png 518.8579 -/study_room_0004/rgb_00181.jpg /study_room_0004/sync_depth_00181.png 518.8579 -/kitchen_0031/rgb_00105.jpg /kitchen_0031/sync_depth_00105.png 518.8579 -/dining_room_0013/rgb_00045.jpg /dining_room_0013/sync_depth_00045.png 518.8579 -/dining_room_0023/rgb_00059.jpg /dining_room_0023/sync_depth_00059.png 518.8579 -/bedroom_0040/rgb_00059.jpg /bedroom_0040/sync_depth_00059.png 518.8579 -/living_room_0071/rgb_00013.jpg /living_room_0071/sync_depth_00013.png 518.8579 -/home_office_0004/rgb_00061.jpg /home_office_0004/sync_depth_00061.png 518.8579 -/kitchen_0019a/rgb_00116.jpg /kitchen_0019a/sync_depth_00116.png 518.8579 -/bedroom_0050/rgb_00177.jpg /bedroom_0050/sync_depth_00177.png 518.8579 -/bedroom_0080/rgb_00037.jpg /bedroom_0080/sync_depth_00037.png 518.8579 -/office_0009/rgb_00035.jpg /office_0009/sync_depth_00035.png 518.8579 -/office_0021/rgb_00018.jpg /office_0021/sync_depth_00018.png 518.8579 -/classroom_0018/rgb_00019.jpg /classroom_0018/sync_depth_00019.png 518.8579 -/bedroom_0051/rgb_00199.jpg /bedroom_0051/sync_depth_00199.png 518.8579 -/dining_room_0031/rgb_00177.jpg /dining_room_0031/sync_depth_00177.png 518.8579 -/home_office_0006/rgb_00168.jpg /home_office_0006/sync_depth_00168.png 518.8579 -/bedroom_0015/rgb_00086.jpg /bedroom_0015/sync_depth_00086.png 518.8579 -/living_room_0022/rgb_00411.jpg /living_room_0022/sync_depth_00411.png 518.8579 -/kitchen_0045a/rgb_00064.jpg /kitchen_0045a/sync_depth_00064.png 518.8579 -/office_0011/rgb_00013.jpg /office_0011/sync_depth_00013.png 518.8579 -/bathroom_0014a/rgb_00015.jpg /bathroom_0014a/sync_depth_00015.png 518.8579 -/study_room_0005b/rgb_00003.jpg /study_room_0005b/sync_depth_00003.png 518.8579 -/bookstore_0001e/rgb_00024.jpg /bookstore_0001e/sync_depth_00024.png 518.8579 -/classroom_0003/rgb_00004.jpg /classroom_0003/sync_depth_00004.png 518.8579 -/living_room_0022/rgb_00256.jpg /living_room_0022/sync_depth_00256.png 518.8579 -/bedroom_0056a/rgb_00105.jpg /bedroom_0056a/sync_depth_00105.png 518.8579 -/living_room_0022/rgb_00024.jpg /living_room_0022/sync_depth_00024.png 518.8579 -/dining_room_0037/rgb_00158.jpg /dining_room_0037/sync_depth_00158.png 518.8579 -/foyer_0002/rgb_00012.jpg /foyer_0002/sync_depth_00012.png 518.8579 -/kitchen_0043/rgb_00043.jpg /kitchen_0043/sync_depth_00043.png 518.8579 -/bedroom_0012/rgb_00060.jpg /bedroom_0012/sync_depth_00060.png 518.8579 -/office_0018/rgb_00035.jpg /office_0018/sync_depth_00035.png 518.8579 -/kitchen_0045b/rgb_00098.jpg /kitchen_0045b/sync_depth_00098.png 518.8579 -/living_room_0040/rgb_00145.jpg /living_room_0040/sync_depth_00145.png 518.8579 -/living_room_0010/rgb_00042.jpg /living_room_0010/sync_depth_00042.png 518.8579 -/furniture_store_0002a/rgb_00222.jpg /furniture_store_0002a/sync_depth_00222.png 518.8579 -/bedroom_0050/rgb_00180.jpg /bedroom_0050/sync_depth_00180.png 518.8579 -/kitchen_0035b/rgb_00019.jpg /kitchen_0035b/sync_depth_00019.png 518.8579 -/study_room_0004/rgb_00177.jpg /study_room_0004/sync_depth_00177.png 518.8579 -/playroom_0004/rgb_00119.jpg /playroom_0004/sync_depth_00119.png 518.8579 -/furniture_store_0001b/rgb_00085.jpg /furniture_store_0001b/sync_depth_00085.png 518.8579 -/classroom_0003/rgb_00041.jpg /classroom_0003/sync_depth_00041.png 518.8579 -/kitchen_0011a/rgb_00130.jpg /kitchen_0011a/sync_depth_00130.png 518.8579 -/bookstore_0001e/rgb_00025.jpg /bookstore_0001e/sync_depth_00025.png 518.8579 -/playroom_0002/rgb_00118.jpg /playroom_0002/sync_depth_00118.png 518.8579 -/bedroom_0067a/rgb_00023.jpg /bedroom_0067a/sync_depth_00023.png 518.8579 -/kitchen_0031/rgb_00010.jpg /kitchen_0031/sync_depth_00010.png 518.8579 -/kitchen_0033/rgb_00137.jpg /kitchen_0033/sync_depth_00137.png 518.8579 -/home_storage_0001/rgb_00065.jpg /home_storage_0001/sync_depth_00065.png 518.8579 -/study_0008/rgb_00025.jpg /study_0008/sync_depth_00025.png 518.8579 -/bedroom_0040/rgb_00064.jpg /bedroom_0040/sync_depth_00064.png 518.8579 -/bookstore_0001h/rgb_00022.jpg /bookstore_0001h/sync_depth_00022.png 518.8579 -/nyu_office_0/rgb_00133.jpg /nyu_office_0/sync_depth_00133.png 518.8579 -/home_storage_0001/rgb_00028.jpg /home_storage_0001/sync_depth_00028.png 518.8579 -/kitchen_0019a/rgb_00247.jpg /kitchen_0019a/sync_depth_00247.png 518.8579 -/dining_room_0034/rgb_00162.jpg /dining_room_0034/sync_depth_00162.png 518.8579 -/kitchen_0031/rgb_00214.jpg /kitchen_0031/sync_depth_00214.png 518.8579 -/living_room_0022/rgb_00004.jpg /living_room_0022/sync_depth_00004.png 518.8579 -/furniture_store_0001d/rgb_00095.jpg /furniture_store_0001d/sync_depth_00095.png 518.8579 -/living_room_0022/rgb_00136.jpg /living_room_0022/sync_depth_00136.png 518.8579 -/bedroom_0026/rgb_00143.jpg /bedroom_0026/sync_depth_00143.png 518.8579 -/living_room_0035/rgb_00081.jpg /living_room_0035/sync_depth_00081.png 518.8579 -/bathroom_0013/rgb_00071.jpg /bathroom_0013/sync_depth_00071.png 518.8579 -/kitchen_0028a/rgb_00140.jpg /kitchen_0028a/sync_depth_00140.png 518.8579 -/bedroom_0028/rgb_00014.jpg /bedroom_0028/sync_depth_00014.png 518.8579 -/living_room_0083/rgb_00052.jpg /living_room_0083/sync_depth_00052.png 518.8579 -/bedroom_0107/rgb_00023.jpg /bedroom_0107/sync_depth_00023.png 518.8579 -/furniture_store_0002b/rgb_00116.jpg /furniture_store_0002b/sync_depth_00116.png 518.8579 -/furniture_store_0001e/rgb_00010.jpg /furniture_store_0001e/sync_depth_00010.png 518.8579 -/living_room_0085/rgb_00007.jpg /living_room_0085/sync_depth_00007.png 518.8579 -/bedroom_0052/rgb_00153.jpg /bedroom_0052/sync_depth_00153.png 518.8579 -/furniture_store_0002b/rgb_00271.jpg /furniture_store_0002b/sync_depth_00271.png 518.8579 -/bookstore_0001f/rgb_00324.jpg /bookstore_0001f/sync_depth_00324.png 518.8579 -/nyu_office_0/rgb_00426.jpg /nyu_office_0/sync_depth_00426.png 518.8579 -/classroom_0018/rgb_00006.jpg /classroom_0018/sync_depth_00006.png 518.8579 -/bathroom_0030/rgb_00051.jpg /bathroom_0030/sync_depth_00051.png 518.8579 -/living_room_0022/rgb_00324.jpg /living_room_0022/sync_depth_00324.png 518.8579 -/cafe_0001a/rgb_00032.jpg /cafe_0001a/sync_depth_00032.png 518.8579 -/classroom_0011/rgb_00037.jpg /classroom_0011/sync_depth_00037.png 518.8579 -/classroom_0006/rgb_00105.jpg /classroom_0006/sync_depth_00105.png 518.8579 -/computer_lab_0002/rgb_00019.jpg /computer_lab_0002/sync_depth_00019.png 518.8579 -/home_office_0006/rgb_00023.jpg /home_office_0006/sync_depth_00023.png 518.8579 -/kitchen_0037/rgb_00069.jpg /kitchen_0037/sync_depth_00069.png 518.8579 -/bedroom_0021/rgb_00104.jpg /bedroom_0021/sync_depth_00104.png 518.8579 -/reception_room_0001b/rgb_00127.jpg /reception_room_0001b/sync_depth_00127.png 518.8579 -/bookstore_0001e/rgb_00204.jpg /bookstore_0001e/sync_depth_00204.png 518.8579 -/home_office_0006/rgb_00169.jpg /home_office_0006/sync_depth_00169.png 518.8579 -/kitchen_0045b/rgb_00063.jpg /kitchen_0045b/sync_depth_00063.png 518.8579 -/playroom_0006/rgb_00079.jpg /playroom_0006/sync_depth_00079.png 518.8579 -/laundry_room_0001/rgb_00067.jpg /laundry_room_0001/sync_depth_00067.png 518.8579 -/nyu_office_0/rgb_00289.jpg /nyu_office_0/sync_depth_00289.png 518.8579 -/living_room_0022/rgb_00300.jpg /living_room_0022/sync_depth_00300.png 518.8579 -/dining_room_0004/rgb_00036.jpg /dining_room_0004/sync_depth_00036.png 518.8579 -/kitchen_0019a/rgb_00141.jpg /kitchen_0019a/sync_depth_00141.png 518.8579 -/bedroom_0033/rgb_00133.jpg /bedroom_0033/sync_depth_00133.png 518.8579 -/study_0008/rgb_00012.jpg /study_0008/sync_depth_00012.png 518.8579 -/bedroom_0082/rgb_00007.jpg /bedroom_0082/sync_depth_00007.png 518.8579 -/dinette_0001/rgb_00035.jpg /dinette_0001/sync_depth_00035.png 518.8579 -/bedroom_0081/rgb_00046.jpg /bedroom_0081/sync_depth_00046.png 518.8579 -/home_storage_0001/rgb_00036.jpg /home_storage_0001/sync_depth_00036.png 518.8579 -/office_0003/rgb_00045.jpg /office_0003/sync_depth_00045.png 518.8579 -/dining_room_0001b/rgb_00210.jpg /dining_room_0001b/sync_depth_00210.png 518.8579 -/bathroom_0056/rgb_00015.jpg /bathroom_0056/sync_depth_00015.png 518.8579 -/office_0012/rgb_00033.jpg /office_0012/sync_depth_00033.png 518.8579 -/basement_0001a/rgb_00102.jpg /basement_0001a/sync_depth_00102.png 518.8579 -/bedroom_0072/rgb_00164.jpg /bedroom_0072/sync_depth_00164.png 518.8579 -/bedroom_0021/rgb_00064.jpg /bedroom_0021/sync_depth_00064.png 518.8579 -/bedroom_0074/rgb_00031.jpg /bedroom_0074/sync_depth_00031.png 518.8579 -/bedroom_0113/rgb_00045.jpg /bedroom_0113/sync_depth_00045.png 518.8579 -/home_office_0008/rgb_00118.jpg /home_office_0008/sync_depth_00118.png 518.8579 -/living_room_0020/rgb_00035.jpg /living_room_0020/sync_depth_00035.png 518.8579 -/bookstore_0001i/rgb_00010.jpg /bookstore_0001i/sync_depth_00010.png 518.8579 -/dining_room_0037/rgb_00032.jpg /dining_room_0037/sync_depth_00032.png 518.8579 -/kitchen_0016/rgb_00074.jpg /kitchen_0016/sync_depth_00074.png 518.8579 -/bathroom_0034/rgb_00021.jpg /bathroom_0034/sync_depth_00021.png 518.8579 -/student_lounge_0001/rgb_00228.jpg /student_lounge_0001/sync_depth_00228.png 518.8579 -/living_room_0022/rgb_00005.jpg /living_room_0022/sync_depth_00005.png 518.8579 -/bedroom_0031/rgb_00032.jpg /bedroom_0031/sync_depth_00032.png 518.8579 -/bedroom_0140/rgb_00136.jpg /bedroom_0140/sync_depth_00136.png 518.8579 -/home_office_0007/rgb_00062.jpg /home_office_0007/sync_depth_00062.png 518.8579 -/dining_room_0031/rgb_00158.jpg /dining_room_0031/sync_depth_00158.png 518.8579 -/bedroom_0086/rgb_00122.jpg /bedroom_0086/sync_depth_00122.png 518.8579 -/living_room_0038/rgb_00036.jpg /living_room_0038/sync_depth_00036.png 518.8579 -/bedroom_0019/rgb_00031.jpg /bedroom_0019/sync_depth_00031.png 518.8579 -/kitchen_0051/rgb_00251.jpg /kitchen_0051/sync_depth_00251.png 518.8579 -/dining_room_0008/rgb_00134.jpg /dining_room_0008/sync_depth_00134.png 518.8579 -/cafe_0001c/rgb_00103.jpg /cafe_0001c/sync_depth_00103.png 518.8579 -/dining_room_0031/rgb_00073.jpg /dining_room_0031/sync_depth_00073.png 518.8579 -/bedroom_0074/rgb_00062.jpg /bedroom_0074/sync_depth_00062.png 518.8579 -/kitchen_0048/rgb_00128.jpg /kitchen_0048/sync_depth_00128.png 518.8579 -/excercise_room_0001/rgb_00087.jpg /excercise_room_0001/sync_depth_00087.png 518.8579 -/dining_room_0031/rgb_00155.jpg /dining_room_0031/sync_depth_00155.png 518.8579 -/living_room_0040/rgb_00184.jpg /living_room_0040/sync_depth_00184.png 518.8579 -/nyu_office_0/rgb_00241.jpg /nyu_office_0/sync_depth_00241.png 518.8579 -/bedroom_0050/rgb_00160.jpg /bedroom_0050/sync_depth_00160.png 518.8579 -/bookstore_0001h/rgb_00142.jpg /bookstore_0001h/sync_depth_00142.png 518.8579 -/nyu_office_0/rgb_00250.jpg /nyu_office_0/sync_depth_00250.png 518.8579 -/reception_room_0002/rgb_00033.jpg /reception_room_0002/sync_depth_00033.png 518.8579 -/kitchen_0011a/rgb_00129.jpg /kitchen_0011a/sync_depth_00129.png 518.8579 -/bathroom_0019/rgb_00072.jpg /bathroom_0019/sync_depth_00072.png 518.8579 -/bathroom_0005/rgb_00046.jpg /bathroom_0005/sync_depth_00046.png 518.8579 -/bedroom_0031/rgb_00036.jpg /bedroom_0031/sync_depth_00036.png 518.8579 -/bedroom_0056a/rgb_00079.jpg /bedroom_0056a/sync_depth_00079.png 518.8579 -/study_0003/rgb_00065.jpg /study_0003/sync_depth_00065.png 518.8579 -/furniture_store_0002b/rgb_00072.jpg /furniture_store_0002b/sync_depth_00072.png 518.8579 -/dining_room_0031/rgb_00061.jpg /dining_room_0031/sync_depth_00061.png 518.8579 -/classroom_0003/rgb_00089.jpg /classroom_0003/sync_depth_00089.png 518.8579 -/dining_room_0019/rgb_00016.jpg /dining_room_0019/sync_depth_00016.png 518.8579 -/kitchen_0050/rgb_00094.jpg /kitchen_0050/sync_depth_00094.png 518.8579 -/home_office_0013/rgb_00085.jpg /home_office_0013/sync_depth_00085.png 518.8579 -/conference_room_0002/rgb_00050.jpg /conference_room_0002/sync_depth_00050.png 518.8579 -/bookstore_0001e/rgb_00193.jpg /bookstore_0001e/sync_depth_00193.png 518.8579 -/furniture_store_0002a/rgb_00350.jpg /furniture_store_0002a/sync_depth_00350.png 518.8579 -/dining_room_0031/rgb_00276.jpg /dining_room_0031/sync_depth_00276.png 518.8579 -/kitchen_0053/rgb_00157.jpg /kitchen_0053/sync_depth_00157.png 518.8579 -/dining_room_0012/rgb_00104.jpg /dining_room_0012/sync_depth_00104.png 518.8579 -/classroom_0016/rgb_00038.jpg /classroom_0016/sync_depth_00038.png 518.8579 -/bookstore_0001j/rgb_00164.jpg /bookstore_0001j/sync_depth_00164.png 518.8579 -/kitchen_0043/rgb_00265.jpg /kitchen_0043/sync_depth_00265.png 518.8579 -/kitchen_0003/rgb_00081.jpg /kitchen_0003/sync_depth_00081.png 518.8579 -/bedroom_0106/rgb_00030.jpg /bedroom_0106/sync_depth_00030.png 518.8579 -/living_room_0004/rgb_00173.jpg /living_room_0004/sync_depth_00173.png 518.8579 -/playroom_0003/rgb_00096.jpg /playroom_0003/sync_depth_00096.png 518.8579 -/living_room_0020/rgb_00206.jpg /living_room_0020/sync_depth_00206.png 518.8579 -/bedroom_0072/rgb_00045.jpg /bedroom_0072/sync_depth_00045.png 518.8579 -/home_office_0011/rgb_00035.jpg /home_office_0011/sync_depth_00035.png 518.8579 -/bookstore_0001i/rgb_00060.jpg /bookstore_0001i/sync_depth_00060.png 518.8579 -/bathroom_0042/rgb_00033.jpg /bathroom_0042/sync_depth_00033.png 518.8579 -/living_room_0020/rgb_00223.jpg /living_room_0020/sync_depth_00223.png 518.8579 -/living_room_0010/rgb_00000.jpg /living_room_0010/sync_depth_00000.png 518.8579 -/kitchen_0019a/rgb_00132.jpg /kitchen_0019a/sync_depth_00132.png 518.8579 -/kitchen_0019a/rgb_00138.jpg /kitchen_0019a/sync_depth_00138.png 518.8579 -/living_room_0063/rgb_00132.jpg /living_room_0063/sync_depth_00132.png 518.8579 -/office_0003/rgb_00064.jpg /office_0003/sync_depth_00064.png 518.8579 -/dining_room_0019/rgb_00147.jpg /dining_room_0019/sync_depth_00147.png 518.8579 -/living_room_0022/rgb_00103.jpg /living_room_0022/sync_depth_00103.png 518.8579 -/cafe_0001b/rgb_00002.jpg /cafe_0001b/sync_depth_00002.png 518.8579 -/bookstore_0001d/rgb_00242.jpg /bookstore_0001d/sync_depth_00242.png 518.8579 -/living_room_0047b/rgb_00085.jpg /living_room_0047b/sync_depth_00085.png 518.8579 -/bedroom_0025/rgb_00007.jpg /bedroom_0025/sync_depth_00007.png 518.8579 -/reception_room_0001b/rgb_00119.jpg /reception_room_0001b/sync_depth_00119.png 518.8579 -/home_storage_0001/rgb_00143.jpg /home_storage_0001/sync_depth_00143.png 518.8579 -/bedroom_0029/rgb_00031.jpg /bedroom_0029/sync_depth_00031.png 518.8579 -/office_0004/rgb_00020.jpg /office_0004/sync_depth_00020.png 518.8579 -/living_room_0010/rgb_00086.jpg /living_room_0010/sync_depth_00086.png 518.8579 -/classroom_0016/rgb_00050.jpg /classroom_0016/sync_depth_00050.png 518.8579 -/bedroom_0096/rgb_00043.jpg /bedroom_0096/sync_depth_00043.png 518.8579 -/office_kitchen_0001a/rgb_00008.jpg /office_kitchen_0001a/sync_depth_00008.png 518.8579 -/kitchen_0047/rgb_00082.jpg /kitchen_0047/sync_depth_00082.png 518.8579 -/bedroom_0098/rgb_00069.jpg /bedroom_0098/sync_depth_00069.png 518.8579 -/bedroom_0136/rgb_00064.jpg /bedroom_0136/sync_depth_00064.png 518.8579 -/bedroom_0096/rgb_00066.jpg /bedroom_0096/sync_depth_00066.png 518.8579 -/furniture_store_0001d/rgb_00107.jpg /furniture_store_0001d/sync_depth_00107.png 518.8579 -/bathroom_0048/rgb_00099.jpg /bathroom_0048/sync_depth_00099.png 518.8579 -/playroom_0006/rgb_00067.jpg /playroom_0006/sync_depth_00067.png 518.8579 -/home_office_0005/rgb_00027.jpg /home_office_0005/sync_depth_00027.png 518.8579 -/kitchen_0045a/rgb_00067.jpg /kitchen_0045a/sync_depth_00067.png 518.8579 -/living_room_0033/rgb_00037.jpg /living_room_0033/sync_depth_00037.png 518.8579 -/living_room_0004/rgb_00012.jpg /living_room_0004/sync_depth_00012.png 518.8579 -/classroom_0006/rgb_00093.jpg /classroom_0006/sync_depth_00093.png 518.8579 -/bedroom_0094/rgb_00042.jpg /bedroom_0094/sync_depth_00042.png 518.8579 -/bedroom_0021/rgb_00037.jpg /bedroom_0021/sync_depth_00037.png 518.8579 -/furniture_store_0001d/rgb_00285.jpg /furniture_store_0001d/sync_depth_00285.png 518.8579 -/dining_room_0029/rgb_00128.jpg /dining_room_0029/sync_depth_00128.png 518.8579 -/bedroom_0120/rgb_00011.jpg /bedroom_0120/sync_depth_00011.png 518.8579 -/bedroom_0033/rgb_00080.jpg /bedroom_0033/sync_depth_00080.png 518.8579 -/bookstore_0001j/rgb_00189.jpg /bookstore_0001j/sync_depth_00189.png 518.8579 -/bedroom_0016/rgb_00077.jpg /bedroom_0016/sync_depth_00077.png 518.8579 -/kitchen_0051/rgb_00232.jpg /kitchen_0051/sync_depth_00232.png 518.8579 -/dining_room_0004/rgb_00019.jpg /dining_room_0004/sync_depth_00019.png 518.8579 -/bedroom_0026/rgb_00151.jpg /bedroom_0026/sync_depth_00151.png 518.8579 -/bookstore_0001i/rgb_00022.jpg /bookstore_0001i/sync_depth_00022.png 518.8579 -/bookstore_0001j/rgb_00223.jpg /bookstore_0001j/sync_depth_00223.png 518.8579 -/bedroom_0053/rgb_00110.jpg /bedroom_0053/sync_depth_00110.png 518.8579 -/bedroom_0033/rgb_00000.jpg /bedroom_0033/sync_depth_00000.png 518.8579 -/dining_room_0024/rgb_00050.jpg /dining_room_0024/sync_depth_00050.png 518.8579 -/kitchen_0053/rgb_00074.jpg /kitchen_0053/sync_depth_00074.png 518.8579 -/living_room_0050/rgb_00281.jpg /living_room_0050/sync_depth_00281.png 518.8579 -/playroom_0004/rgb_00026.jpg /playroom_0004/sync_depth_00026.png 518.8579 -/kitchen_0045b/rgb_00137.jpg /kitchen_0045b/sync_depth_00137.png 518.8579 -/living_room_0018/rgb_00135.jpg /living_room_0018/sync_depth_00135.png 518.8579 -/furniture_store_0001d/rgb_00121.jpg /furniture_store_0001d/sync_depth_00121.png 518.8579 -/kitchen_0047/rgb_00088.jpg /kitchen_0047/sync_depth_00088.png 518.8579 -/dining_room_0031/rgb_00103.jpg /dining_room_0031/sync_depth_00103.png 518.8579 -/furniture_store_0002a/rgb_00101.jpg /furniture_store_0002a/sync_depth_00101.png 518.8579 -/bedroom_0076a/rgb_00243.jpg /bedroom_0076a/sync_depth_00243.png 518.8579 -/playroom_0003/rgb_00185.jpg /playroom_0003/sync_depth_00185.png 518.8579 -/kitchen_0003/rgb_00022.jpg /kitchen_0003/sync_depth_00022.png 518.8579 -/student_lounge_0001/rgb_00108.jpg /student_lounge_0001/sync_depth_00108.png 518.8579 -/bedroom_0059/rgb_00032.jpg /bedroom_0059/sync_depth_00032.png 518.8579 -/living_room_0070/rgb_00051.jpg /living_room_0070/sync_depth_00051.png 518.8579 -/kitchen_0017/rgb_00011.jpg /kitchen_0017/sync_depth_00011.png 518.8579 -/bedroom_0072/rgb_00137.jpg /bedroom_0072/sync_depth_00137.png 518.8579 -/bedroom_0130/rgb_00004.jpg /bedroom_0130/sync_depth_00004.png 518.8579 -/dining_room_0004/rgb_00060.jpg /dining_room_0004/sync_depth_00060.png 518.8579 -/dining_room_0024/rgb_00091.jpg /dining_room_0024/sync_depth_00091.png 518.8579 -/living_room_0020/rgb_00139.jpg /living_room_0020/sync_depth_00139.png 518.8579 -/kitchen_0041/rgb_00040.jpg /kitchen_0041/sync_depth_00040.png 518.8579 -/playroom_0003/rgb_00072.jpg /playroom_0003/sync_depth_00072.png 518.8579 -/reception_room_0001a/rgb_00074.jpg /reception_room_0001a/sync_depth_00074.png 518.8579 -/bedroom_0113/rgb_00028.jpg /bedroom_0113/sync_depth_00028.png 518.8579 -/cafe_0001c/rgb_00020.jpg /cafe_0001c/sync_depth_00020.png 518.8579 -/dining_room_0024/rgb_00003.jpg /dining_room_0024/sync_depth_00003.png 518.8579 -/kitchen_0043/rgb_00104.jpg /kitchen_0043/sync_depth_00104.png 518.8579 -/bedroom_0026/rgb_00099.jpg /bedroom_0026/sync_depth_00099.png 518.8579 -/basement_0001a/rgb_00200.jpg /basement_0001a/sync_depth_00200.png 518.8579 -/living_room_0086a/rgb_00078.jpg /living_room_0086a/sync_depth_00078.png 518.8579 -/bookstore_0001j/rgb_00297.jpg /bookstore_0001j/sync_depth_00297.png 518.8579 -/living_room_0012/rgb_00060.jpg /living_room_0012/sync_depth_00060.png 518.8579 -/bedroom_0062/rgb_00134.jpg /bedroom_0062/sync_depth_00134.png 518.8579 -/classroom_0004/rgb_00039.jpg /classroom_0004/sync_depth_00039.png 518.8579 -/furniture_store_0001d/rgb_00229.jpg /furniture_store_0001d/sync_depth_00229.png 518.8579 -/office_kitchen_0003/rgb_00105.jpg /office_kitchen_0003/sync_depth_00105.png 518.8579 -/classroom_0016/rgb_00020.jpg /classroom_0016/sync_depth_00020.png 518.8579 -/kitchen_0033/rgb_00058.jpg /kitchen_0033/sync_depth_00058.png 518.8579 -/bookstore_0001g/rgb_00057.jpg /bookstore_0001g/sync_depth_00057.png 518.8579 -/bedroom_0033/rgb_00137.jpg /bedroom_0033/sync_depth_00137.png 518.8579 -/living_room_0010/rgb_00080.jpg /living_room_0010/sync_depth_00080.png 518.8579 -/kitchen_0011b/rgb_00011.jpg /kitchen_0011b/sync_depth_00011.png 518.8579 -/furniture_store_0002d/rgb_00034.jpg /furniture_store_0002d/sync_depth_00034.png 518.8579 -/home_office_0004/rgb_00146.jpg /home_office_0004/sync_depth_00146.png 518.8579 -/kitchen_0016/rgb_00008.jpg /kitchen_0016/sync_depth_00008.png 518.8579 -/living_room_0018/rgb_00009.jpg /living_room_0018/sync_depth_00009.png 518.8579 -/kitchen_0043/rgb_00225.jpg /kitchen_0043/sync_depth_00225.png 518.8579 -/kitchen_0047/rgb_00085.jpg /kitchen_0047/sync_depth_00085.png 518.8579 -/office_0006/rgb_00033.jpg /office_0006/sync_depth_00033.png 518.8579 -/dining_room_0031/rgb_00029.jpg /dining_room_0031/sync_depth_00029.png 518.8579 -/kitchen_0035b/rgb_00069.jpg /kitchen_0035b/sync_depth_00069.png 518.8579 -/dining_room_0023/rgb_00156.jpg /dining_room_0023/sync_depth_00156.png 518.8579 -/furniture_store_0001c/rgb_00028.jpg /furniture_store_0001c/sync_depth_00028.png 518.8579 -/dining_room_0001b/rgb_00035.jpg /dining_room_0001b/sync_depth_00035.png 518.8579 -/basement_0001a/rgb_00157.jpg /basement_0001a/sync_depth_00157.png 518.8579 -/study_0008/rgb_00013.jpg /study_0008/sync_depth_00013.png 518.8579 -/bathroom_0041/rgb_00024.jpg /bathroom_0041/sync_depth_00024.png 518.8579 -/basement_0001a/rgb_00190.jpg /basement_0001a/sync_depth_00190.png 518.8579 -/study_0003/rgb_00039.jpg /study_0003/sync_depth_00039.png 518.8579 -/dining_room_0023/rgb_00165.jpg /dining_room_0023/sync_depth_00165.png 518.8579 -/kitchen_0048/rgb_00249.jpg /kitchen_0048/sync_depth_00249.png 518.8579 -/kitchen_0019a/rgb_00035.jpg /kitchen_0019a/sync_depth_00035.png 518.8579 -/student_lounge_0001/rgb_00002.jpg /student_lounge_0001/sync_depth_00002.png 518.8579 -/bedroom_0016/rgb_00147.jpg /bedroom_0016/sync_depth_00147.png 518.8579 -/home_office_0008/rgb_00102.jpg /home_office_0008/sync_depth_00102.png 518.8579 -/bedroom_0014/rgb_00060.jpg /bedroom_0014/sync_depth_00060.png 518.8579 -/dining_room_0007/rgb_00225.jpg /dining_room_0007/sync_depth_00225.png 518.8579 -/bedroom_0104/rgb_00008.jpg /bedroom_0104/sync_depth_00008.png 518.8579 -/reception_room_0002/rgb_00081.jpg /reception_room_0002/sync_depth_00081.png 518.8579 -/bedroom_0051/rgb_00206.jpg /bedroom_0051/sync_depth_00206.png 518.8579 -/living_room_0019/rgb_00213.jpg /living_room_0019/sync_depth_00213.png 518.8579 -/bathroom_0048/rgb_00020.jpg /bathroom_0048/sync_depth_00020.png 518.8579 -/bedroom_0051/rgb_00023.jpg /bedroom_0051/sync_depth_00023.png 518.8579 -/bookstore_0001f/rgb_00314.jpg /bookstore_0001f/sync_depth_00314.png 518.8579 -/bookstore_0001h/rgb_00003.jpg /bookstore_0001h/sync_depth_00003.png 518.8579 -/living_room_0020/rgb_00187.jpg /living_room_0020/sync_depth_00187.png 518.8579 -/home_office_0011/rgb_00042.jpg /home_office_0011/sync_depth_00042.png 518.8579 -/bedroom_0052/rgb_00195.jpg /bedroom_0052/sync_depth_00195.png 518.8579 -/living_room_0083/rgb_00055.jpg /living_room_0083/sync_depth_00055.png 518.8579 -/bedroom_0050/rgb_00182.jpg /bedroom_0050/sync_depth_00182.png 518.8579 -/conference_room_0001/rgb_00099.jpg /conference_room_0001/sync_depth_00099.png 518.8579 -/bookstore_0001h/rgb_00126.jpg /bookstore_0001h/sync_depth_00126.png 518.8579 -/bedroom_0100/rgb_00035.jpg /bedroom_0100/sync_depth_00035.png 518.8579 -/bedroom_0017/rgb_00003.jpg /bedroom_0017/sync_depth_00003.png 518.8579 -/classroom_0022/rgb_00095.jpg /classroom_0022/sync_depth_00095.png 518.8579 -/kitchen_0051/rgb_00259.jpg /kitchen_0051/sync_depth_00259.png 518.8579 -/office_0023/rgb_00014.jpg /office_0023/sync_depth_00014.png 518.8579 -/home_office_0005/rgb_00017.jpg /home_office_0005/sync_depth_00017.png 518.8579 -/living_room_0005/rgb_00030.jpg /living_room_0005/sync_depth_00030.png 518.8579 -/dining_room_0019/rgb_00019.jpg /dining_room_0019/sync_depth_00019.png 518.8579 -/bathroom_0051/rgb_00023.jpg /bathroom_0051/sync_depth_00023.png 518.8579 -/classroom_0022/rgb_00001.jpg /classroom_0022/sync_depth_00001.png 518.8579 -/bedroom_0124/rgb_00030.jpg /bedroom_0124/sync_depth_00030.png 518.8579 -/living_room_0069a/rgb_00032.jpg /living_room_0069a/sync_depth_00032.png 518.8579 -/bedroom_0025/rgb_00039.jpg /bedroom_0025/sync_depth_00039.png 518.8579 -/living_room_0083/rgb_00049.jpg /living_room_0083/sync_depth_00049.png 518.8579 -/living_room_0062/rgb_00103.jpg /living_room_0062/sync_depth_00103.png 518.8579 -/bedroom_0010/rgb_00033.jpg /bedroom_0010/sync_depth_00033.png 518.8579 -/bookstore_0001f/rgb_00397.jpg /bookstore_0001f/sync_depth_00397.png 518.8579 -/kitchen_0033/rgb_00177.jpg /kitchen_0033/sync_depth_00177.png 518.8579 -/bedroom_0094/rgb_00011.jpg /bedroom_0094/sync_depth_00011.png 518.8579 -/bedroom_0100/rgb_00057.jpg /bedroom_0100/sync_depth_00057.png 518.8579 -/reception_room_0001a/rgb_00065.jpg /reception_room_0001a/sync_depth_00065.png 518.8579 -/bedroom_0124/rgb_00019.jpg /bedroom_0124/sync_depth_00019.png 518.8579 -/bathroom_0014a/rgb_00008.jpg /bathroom_0014a/sync_depth_00008.png 518.8579 -/classroom_0011/rgb_00028.jpg /classroom_0011/sync_depth_00028.png 518.8579 -/kitchen_0033/rgb_00110.jpg /kitchen_0033/sync_depth_00110.png 518.8579 -/kitchen_0033/rgb_00003.jpg /kitchen_0033/sync_depth_00003.png 518.8579 -/bedroom_0113/rgb_00060.jpg /bedroom_0113/sync_depth_00060.png 518.8579 -/bedroom_0065/rgb_00014.jpg /bedroom_0065/sync_depth_00014.png 518.8579 -/kitchen_0010/rgb_00081.jpg /kitchen_0010/sync_depth_00081.png 518.8579 -/living_room_0011/rgb_00002.jpg /living_room_0011/sync_depth_00002.png 518.8579 -/bedroom_0016/rgb_00169.jpg /bedroom_0016/sync_depth_00169.png 518.8579 -/basement_0001a/rgb_00086.jpg /basement_0001a/sync_depth_00086.png 518.8579 -/furniture_store_0002c/rgb_00064.jpg /furniture_store_0002c/sync_depth_00064.png 518.8579 -/bedroom_0026/rgb_00001.jpg /bedroom_0026/sync_depth_00001.png 518.8579 -/living_room_0063/rgb_00087.jpg /living_room_0063/sync_depth_00087.png 518.8579 -/bedroom_0116/rgb_00007.jpg /bedroom_0116/sync_depth_00007.png 518.8579 -/kitchen_0037/rgb_00040.jpg /kitchen_0037/sync_depth_00040.png 518.8579 -/bathroom_0011/rgb_00040.jpg /bathroom_0011/sync_depth_00040.png 518.8579 -/classroom_0012/rgb_00051.jpg /classroom_0012/sync_depth_00051.png 518.8579 -/bedroom_0057/rgb_00033.jpg /bedroom_0057/sync_depth_00033.png 518.8579 -/living_room_0011/rgb_00087.jpg /living_room_0011/sync_depth_00087.png 518.8579 -/dining_room_0013/rgb_00172.jpg /dining_room_0013/sync_depth_00172.png 518.8579 -/bathroom_0034/rgb_00030.jpg /bathroom_0034/sync_depth_00030.png 518.8579 -/bedroom_0021/rgb_00083.jpg /bedroom_0021/sync_depth_00083.png 518.8579 -/bathroom_0039/rgb_00032.jpg /bathroom_0039/sync_depth_00032.png 518.8579 -/dining_room_0019/rgb_00137.jpg /dining_room_0019/sync_depth_00137.png 518.8579 -/bedroom_0140/rgb_00127.jpg /bedroom_0140/sync_depth_00127.png 518.8579 -/kitchen_0050/rgb_00126.jpg /kitchen_0050/sync_depth_00126.png 518.8579 -/reception_room_0004/rgb_00034.jpg /reception_room_0004/sync_depth_00034.png 518.8579 -/bedroom_0081/rgb_00042.jpg /bedroom_0081/sync_depth_00042.png 518.8579 -/dining_room_0037/rgb_00107.jpg /dining_room_0037/sync_depth_00107.png 518.8579 -/study_0004/rgb_00010.jpg /study_0004/sync_depth_00010.png 518.8579 -/classroom_0016/rgb_00067.jpg /classroom_0016/sync_depth_00067.png 518.8579 -/bedroom_0086/rgb_00104.jpg /bedroom_0086/sync_depth_00104.png 518.8579 -/dining_room_0016/rgb_00119.jpg /dining_room_0016/sync_depth_00119.png 518.8579 -/living_room_0082/rgb_00027.jpg /living_room_0082/sync_depth_00027.png 518.8579 -/home_office_0005/rgb_00096.jpg /home_office_0005/sync_depth_00096.png 518.8579 -/kitchen_0051/rgb_00066.jpg /kitchen_0051/sync_depth_00066.png 518.8579 -/dining_room_0001b/rgb_00115.jpg /dining_room_0001b/sync_depth_00115.png 518.8579 -/kitchen_0035b/rgb_00213.jpg /kitchen_0035b/sync_depth_00213.png 518.8579 -/bookstore_0001i/rgb_00137.jpg /bookstore_0001i/sync_depth_00137.png 518.8579 -/living_room_0029/rgb_00059.jpg /living_room_0029/sync_depth_00059.png 518.8579 -/living_room_0078/rgb_00019.jpg /living_room_0078/sync_depth_00019.png 518.8579 -/furniture_store_0001d/rgb_00248.jpg /furniture_store_0001d/sync_depth_00248.png 518.8579 -/bookstore_0001f/rgb_00029.jpg /bookstore_0001f/sync_depth_00029.png 518.8579 -/living_room_0020/rgb_00194.jpg /living_room_0020/sync_depth_00194.png 518.8579 -/bedroom_0012/rgb_00016.jpg /bedroom_0012/sync_depth_00016.png 518.8579 -/kitchen_0051/rgb_00293.jpg /kitchen_0051/sync_depth_00293.png 518.8579 -/basement_0001a/rgb_00141.jpg /basement_0001a/sync_depth_00141.png 518.8579 -/study_room_0005a/rgb_00021.jpg /study_room_0005a/sync_depth_00021.png 518.8579 -/bedroom_0012/rgb_00006.jpg /bedroom_0012/sync_depth_00006.png 518.8579 -/study_room_0004/rgb_00142.jpg /study_room_0004/sync_depth_00142.png 518.8579 -/dining_room_0023/rgb_00013.jpg /dining_room_0023/sync_depth_00013.png 518.8579 -/dining_room_0023/rgb_00014.jpg /dining_room_0023/sync_depth_00014.png 518.8579 -/bedroom_0028/rgb_00000.jpg /bedroom_0028/sync_depth_00000.png 518.8579 -/playroom_0003/rgb_00079.jpg /playroom_0003/sync_depth_00079.png 518.8579 -/kitchen_0050/rgb_00091.jpg /kitchen_0050/sync_depth_00091.png 518.8579 -/classroom_0010/rgb_00000.jpg /classroom_0010/sync_depth_00000.png 518.8579 -/dining_room_0008/rgb_00162.jpg /dining_room_0008/sync_depth_00162.png 518.8579 -/laundry_room_0001/rgb_00000.jpg /laundry_room_0001/sync_depth_00000.png 518.8579 -/office_0004/rgb_00086.jpg /office_0004/sync_depth_00086.png 518.8579 -/living_room_0019/rgb_00140.jpg /living_room_0019/sync_depth_00140.png 518.8579 -/dining_room_0015/rgb_00186.jpg /dining_room_0015/sync_depth_00186.png 518.8579 -/bedroom_0025/rgb_00033.jpg /bedroom_0025/sync_depth_00033.png 518.8579 -/furniture_store_0001a/rgb_00034.jpg /furniture_store_0001a/sync_depth_00034.png 518.8579 -/dining_room_0013/rgb_00048.jpg /dining_room_0013/sync_depth_00048.png 518.8579 -/living_room_0040/rgb_00250.jpg /living_room_0040/sync_depth_00250.png 518.8579 -/reception_room_0002/rgb_00136.jpg /reception_room_0002/sync_depth_00136.png 518.8579 -/bookstore_0001f/rgb_00040.jpg /bookstore_0001f/sync_depth_00040.png 518.8579 -/bathroom_0028/rgb_00130.jpg /bathroom_0028/sync_depth_00130.png 518.8579 -/dining_room_0015/rgb_00246.jpg /dining_room_0015/sync_depth_00246.png 518.8579 -/bedroom_0080/rgb_00027.jpg /bedroom_0080/sync_depth_00027.png 518.8579 -/kitchen_0048/rgb_00268.jpg /kitchen_0048/sync_depth_00268.png 518.8579 -/living_room_0058/rgb_00040.jpg /living_room_0058/sync_depth_00040.png 518.8579 -/bathroom_0007/rgb_00069.jpg /bathroom_0007/sync_depth_00069.png 518.8579 -/kitchen_0045b/rgb_00057.jpg /kitchen_0045b/sync_depth_00057.png 518.8579 -/basement_0001a/rgb_00186.jpg /basement_0001a/sync_depth_00186.png 518.8579 -/kitchen_0035b/rgb_00053.jpg /kitchen_0035b/sync_depth_00053.png 518.8579 -/furniture_store_0002a/rgb_00288.jpg /furniture_store_0002a/sync_depth_00288.png 518.8579 -/living_room_0029/rgb_00087.jpg /living_room_0029/sync_depth_00087.png 518.8579 -/kitchen_0052/rgb_00049.jpg /kitchen_0052/sync_depth_00049.png 518.8579 -/bedroom_0062/rgb_00159.jpg /bedroom_0062/sync_depth_00159.png 518.8579 -/kitchen_0035b/rgb_00059.jpg /kitchen_0035b/sync_depth_00059.png 518.8579 -/reception_room_0002/rgb_00107.jpg /reception_room_0002/sync_depth_00107.png 518.8579 -/living_room_0010/rgb_00152.jpg /living_room_0010/sync_depth_00152.png 518.8579 -/classroom_0004/rgb_00020.jpg /classroom_0004/sync_depth_00020.png 518.8579 -/kitchen_0033/rgb_00158.jpg /kitchen_0033/sync_depth_00158.png 518.8579 -/bathroom_0019/rgb_00076.jpg /bathroom_0019/sync_depth_00076.png 518.8579 -/living_room_0047b/rgb_00082.jpg /living_room_0047b/sync_depth_00082.png 518.8579 -/kitchen_0029c/rgb_00158.jpg /kitchen_0029c/sync_depth_00158.png 518.8579 -/home_office_0006/rgb_00126.jpg /home_office_0006/sync_depth_00126.png 518.8579 -/bedroom_0086/rgb_00065.jpg /bedroom_0086/sync_depth_00065.png 518.8579 -/living_room_0062/rgb_00058.jpg /living_room_0062/sync_depth_00058.png 518.8579 -/kitchen_0049/rgb_00037.jpg /kitchen_0049/sync_depth_00037.png 518.8579 -/kitchen_0011a/rgb_00135.jpg /kitchen_0011a/sync_depth_00135.png 518.8579 -/living_room_0029/rgb_00103.jpg /living_room_0029/sync_depth_00103.png 518.8579 -/bathroom_0028/rgb_00058.jpg /bathroom_0028/sync_depth_00058.png 518.8579 -/kitchen_0045a/rgb_00158.jpg /kitchen_0045a/sync_depth_00158.png 518.8579 -/living_room_0011/rgb_00129.jpg /living_room_0011/sync_depth_00129.png 518.8579 -/dining_room_0033/rgb_00186.jpg /dining_room_0033/sync_depth_00186.png 518.8579 -/living_room_0010/rgb_00223.jpg /living_room_0010/sync_depth_00223.png 518.8579 -/classroom_0003/rgb_00049.jpg /classroom_0003/sync_depth_00049.png 518.8579 -/student_lounge_0001/rgb_00264.jpg /student_lounge_0001/sync_depth_00264.png 518.8579 -/bedroom_0086/rgb_00125.jpg /bedroom_0086/sync_depth_00125.png 518.8579 -/kitchen_0043/rgb_00034.jpg /kitchen_0043/sync_depth_00034.png 518.8579 -/furniture_store_0002a/rgb_00111.jpg /furniture_store_0002a/sync_depth_00111.png 518.8579 -/living_room_0022/rgb_00269.jpg /living_room_0022/sync_depth_00269.png 518.8579 -/bookstore_0001d/rgb_00153.jpg /bookstore_0001d/sync_depth_00153.png 518.8579 -/living_room_0022/rgb_00017.jpg /living_room_0022/sync_depth_00017.png 518.8579 -/bathroom_0053/rgb_00056.jpg /bathroom_0053/sync_depth_00056.png 518.8579 -/nyu_office_1/rgb_00088.jpg /nyu_office_1/sync_depth_00088.png 518.8579 -/kitchen_0037/rgb_00075.jpg /kitchen_0037/sync_depth_00075.png 518.8579 -/dining_room_0004/rgb_00084.jpg /dining_room_0004/sync_depth_00084.png 518.8579 -/living_room_0050/rgb_00057.jpg /living_room_0050/sync_depth_00057.png 518.8579 -/living_room_0050/rgb_00270.jpg /living_room_0050/sync_depth_00270.png 518.8579 -/office_kitchen_0003/rgb_00107.jpg /office_kitchen_0003/sync_depth_00107.png 518.8579 -/office_0023/rgb_00037.jpg /office_0023/sync_depth_00037.png 518.8579 -/classroom_0006/rgb_00174.jpg /classroom_0006/sync_depth_00174.png 518.8579 -/furniture_store_0002b/rgb_00025.jpg /furniture_store_0002b/sync_depth_00025.png 518.8579 -/bedroom_0062/rgb_00076.jpg /bedroom_0062/sync_depth_00076.png 518.8579 -/living_room_0047b/rgb_00078.jpg /living_room_0047b/sync_depth_00078.png 518.8579 -/kitchen_0048/rgb_00189.jpg /kitchen_0048/sync_depth_00189.png 518.8579 -/student_lounge_0001/rgb_00196.jpg /student_lounge_0001/sync_depth_00196.png 518.8579 -/bathroom_0033/rgb_00057.jpg /bathroom_0033/sync_depth_00057.png 518.8579 -/office_kitchen_0001b/rgb_00005.jpg /office_kitchen_0001b/sync_depth_00005.png 518.8579 -/living_room_0022/rgb_00182.jpg /living_room_0022/sync_depth_00182.png 518.8579 -/dining_room_0019/rgb_00125.jpg /dining_room_0019/sync_depth_00125.png 518.8579 -/dining_room_0033/rgb_00181.jpg /dining_room_0033/sync_depth_00181.png 518.8579 -/classroom_0016/rgb_00048.jpg /classroom_0016/sync_depth_00048.png 518.8579 -/office_0024/rgb_00074.jpg /office_0024/sync_depth_00074.png 518.8579 -/living_room_0040/rgb_00015.jpg /living_room_0040/sync_depth_00015.png 518.8579 -/study_0008/rgb_00022.jpg /study_0008/sync_depth_00022.png 518.8579 -/kitchen_0031/rgb_00096.jpg /kitchen_0031/sync_depth_00096.png 518.8579 -/office_0025/rgb_00041.jpg /office_0025/sync_depth_00041.png 518.8579 -/dining_room_0031/rgb_00149.jpg /dining_room_0031/sync_depth_00149.png 518.8579 -/office_0018/rgb_00052.jpg /office_0018/sync_depth_00052.png 518.8579 -/furniture_store_0002b/rgb_00101.jpg /furniture_store_0002b/sync_depth_00101.png 518.8579 -/dining_room_0029/rgb_00085.jpg /dining_room_0029/sync_depth_00085.png 518.8579 -/nyu_office_1/rgb_00059.jpg /nyu_office_1/sync_depth_00059.png 518.8579 -/dining_room_0016/rgb_00084.jpg /dining_room_0016/sync_depth_00084.png 518.8579 -/office_0003/rgb_00057.jpg /office_0003/sync_depth_00057.png 518.8579 -/living_room_0047b/rgb_00116.jpg /living_room_0047b/sync_depth_00116.png 518.8579 -/study_0004/rgb_00080.jpg /study_0004/sync_depth_00080.png 518.8579 -/bathroom_0011/rgb_00031.jpg /bathroom_0011/sync_depth_00031.png 518.8579 -/bedroom_0076a/rgb_00104.jpg /bedroom_0076a/sync_depth_00104.png 518.8579 -/kitchen_0049/rgb_00123.jpg /kitchen_0049/sync_depth_00123.png 518.8579 -/bedroom_0056a/rgb_00051.jpg /bedroom_0056a/sync_depth_00051.png 518.8579 -/living_room_0012/rgb_00111.jpg /living_room_0012/sync_depth_00111.png 518.8579 -/living_room_0039/rgb_00143.jpg /living_room_0039/sync_depth_00143.png 518.8579 -/living_room_0078/rgb_00040.jpg /living_room_0078/sync_depth_00040.png 518.8579 -/bedroom_0050/rgb_00183.jpg /bedroom_0050/sync_depth_00183.png 518.8579 -/dining_room_0012/rgb_00017.jpg /dining_room_0012/sync_depth_00017.png 518.8579 -/bathroom_0028/rgb_00152.jpg /bathroom_0028/sync_depth_00152.png 518.8579 -/study_room_0004/rgb_00132.jpg /study_room_0004/sync_depth_00132.png 518.8579 -/dining_room_0010/rgb_00086.jpg /dining_room_0010/sync_depth_00086.png 518.8579 -/bedroom_0034/rgb_00126.jpg /bedroom_0034/sync_depth_00126.png 518.8579 -/bookstore_0001i/rgb_00079.jpg /bookstore_0001i/sync_depth_00079.png 518.8579 -/bedroom_0132/rgb_00038.jpg /bedroom_0132/sync_depth_00038.png 518.8579 -/home_storage_0001/rgb_00071.jpg /home_storage_0001/sync_depth_00071.png 518.8579 -/bedroom_0065/rgb_00005.jpg /bedroom_0065/sync_depth_00005.png 518.8579 -/nyu_office_0/rgb_00196.jpg /nyu_office_0/sync_depth_00196.png 518.8579 -/kitchen_0028b/rgb_00061.jpg /kitchen_0028b/sync_depth_00061.png 518.8579 -/office_kitchen_0003/rgb_00127.jpg /office_kitchen_0003/sync_depth_00127.png 518.8579 -/dining_room_0031/rgb_00371.jpg /dining_room_0031/sync_depth_00371.png 518.8579 -/bedroom_0072/rgb_00041.jpg /bedroom_0072/sync_depth_00041.png 518.8579 -/playroom_0003/rgb_00098.jpg /playroom_0003/sync_depth_00098.png 518.8579 -/living_room_0078/rgb_00124.jpg /living_room_0078/sync_depth_00124.png 518.8579 -/bedroom_0052/rgb_00080.jpg /bedroom_0052/sync_depth_00080.png 518.8579 -/bedroom_0028/rgb_00040.jpg /bedroom_0028/sync_depth_00040.png 518.8579 -/bedroom_0028/rgb_00071.jpg /bedroom_0028/sync_depth_00071.png 518.8579 -/dining_room_0013/rgb_00119.jpg /dining_room_0013/sync_depth_00119.png 518.8579 -/bedroom_0040/rgb_00054.jpg /bedroom_0040/sync_depth_00054.png 518.8579 -/living_room_0039/rgb_00149.jpg /living_room_0039/sync_depth_00149.png 518.8579 -/living_room_0055/rgb_00008.jpg /living_room_0055/sync_depth_00008.png 518.8579 -/bedroom_0072/rgb_00032.jpg /bedroom_0072/sync_depth_00032.png 518.8579 -/study_room_0004/rgb_00108.jpg /study_room_0004/sync_depth_00108.png 518.8579 -/bedroom_0078/rgb_00165.jpg /bedroom_0078/sync_depth_00165.png 518.8579 -/dining_room_0023/rgb_00043.jpg /dining_room_0023/sync_depth_00043.png 518.8579 -/basement_0001a/rgb_00130.jpg /basement_0001a/sync_depth_00130.png 518.8579 -/bedroom_0069/rgb_00120.jpg /bedroom_0069/sync_depth_00120.png 518.8579 -/dining_room_0019/rgb_00077.jpg /dining_room_0019/sync_depth_00077.png 518.8579 -/kitchen_0003/rgb_00074.jpg /kitchen_0003/sync_depth_00074.png 518.8579 -/bathroom_0007/rgb_00101.jpg /bathroom_0007/sync_depth_00101.png 518.8579 -/living_room_0039/rgb_00178.jpg /living_room_0039/sync_depth_00178.png 518.8579 -/bedroom_0031/rgb_00010.jpg /bedroom_0031/sync_depth_00010.png 518.8579 -/bookstore_0001j/rgb_00281.jpg /bookstore_0001j/sync_depth_00281.png 518.8579 -/furniture_store_0002c/rgb_00009.jpg /furniture_store_0002c/sync_depth_00009.png 518.8579 -/bathroom_0002/rgb_00000.jpg /bathroom_0002/sync_depth_00000.png 518.8579 -/bedroom_0014/rgb_00031.jpg /bedroom_0014/sync_depth_00031.png 518.8579 -/bedroom_0063/rgb_00040.jpg /bedroom_0063/sync_depth_00040.png 518.8579 -/bedroom_0071/rgb_00092.jpg /bedroom_0071/sync_depth_00092.png 518.8579 -/bookstore_0001f/rgb_00214.jpg /bookstore_0001f/sync_depth_00214.png 518.8579 -/kitchen_0019a/rgb_00214.jpg /kitchen_0019a/sync_depth_00214.png 518.8579 -/bathroom_0053/rgb_00014.jpg /bathroom_0053/sync_depth_00014.png 518.8579 -/bedroom_0106/rgb_00045.jpg /bedroom_0106/sync_depth_00045.png 518.8579 -/playroom_0006/rgb_00102.jpg /playroom_0006/sync_depth_00102.png 518.8579 -/bedroom_0029/rgb_00012.jpg /bedroom_0029/sync_depth_00012.png 518.8579 -/basement_0001a/rgb_00040.jpg /basement_0001a/sync_depth_00040.png 518.8579 -/dining_room_0013/rgb_00131.jpg /dining_room_0013/sync_depth_00131.png 518.8579 -/bedroom_0051/rgb_00109.jpg /bedroom_0051/sync_depth_00109.png 518.8579 -/dining_room_0013/rgb_00112.jpg /dining_room_0013/sync_depth_00112.png 518.8579 -/kitchen_0045a/rgb_00005.jpg /kitchen_0045a/sync_depth_00005.png 518.8579 -/dining_room_0004/rgb_00082.jpg /dining_room_0004/sync_depth_00082.png 518.8579 -/living_room_0010/rgb_00154.jpg /living_room_0010/sync_depth_00154.png 518.8579 -/living_room_0038/rgb_00050.jpg /living_room_0038/sync_depth_00050.png 518.8579 -/office_0024/rgb_00089.jpg /office_0024/sync_depth_00089.png 518.8579 -/living_room_0040/rgb_00228.jpg /living_room_0040/sync_depth_00228.png 518.8579 -/bedroom_0016/rgb_00022.jpg /bedroom_0016/sync_depth_00022.png 518.8579 -/living_room_0018/rgb_00154.jpg /living_room_0018/sync_depth_00154.png 518.8579 -/reception_room_0002/rgb_00050.jpg /reception_room_0002/sync_depth_00050.png 518.8579 -/bookstore_0001i/rgb_00098.jpg /bookstore_0001i/sync_depth_00098.png 518.8579 -/classroom_0004/rgb_00097.jpg /classroom_0004/sync_depth_00097.png 518.8579 -/bedroom_0035/rgb_00033.jpg /bedroom_0035/sync_depth_00033.png 518.8579 -/office_0024/rgb_00099.jpg /office_0024/sync_depth_00099.png 518.8579 -/classroom_0006/rgb_00068.jpg /classroom_0006/sync_depth_00068.png 518.8579 -/bookstore_0001i/rgb_00066.jpg /bookstore_0001i/sync_depth_00066.png 518.8579 -/office_0009/rgb_00006.jpg /office_0009/sync_depth_00006.png 518.8579 -/bedroom_0096/rgb_00037.jpg /bedroom_0096/sync_depth_00037.png 518.8579 -/living_room_0042b/rgb_00021.jpg /living_room_0042b/sync_depth_00021.png 518.8579 -/living_room_0063/rgb_00002.jpg /living_room_0063/sync_depth_00002.png 518.8579 -/living_room_0020/rgb_00110.jpg /living_room_0020/sync_depth_00110.png 518.8579 -/living_room_0012/rgb_00219.jpg /living_room_0012/sync_depth_00219.png 518.8579 -/bedroom_0113/rgb_00064.jpg /bedroom_0113/sync_depth_00064.png 518.8579 -/kitchen_0047/rgb_00130.jpg /kitchen_0047/sync_depth_00130.png 518.8579 -/home_storage_0001/rgb_00103.jpg /home_storage_0001/sync_depth_00103.png 518.8579 -/furniture_store_0001b/rgb_00069.jpg /furniture_store_0001b/sync_depth_00069.png 518.8579 -/dining_room_0031/rgb_00228.jpg /dining_room_0031/sync_depth_00228.png 518.8579 -/kitchen_0045b/rgb_00131.jpg /kitchen_0045b/sync_depth_00131.png 518.8579 -/office_0004/rgb_00048.jpg /office_0004/sync_depth_00048.png 518.8579 -/bathroom_0048/rgb_00027.jpg /bathroom_0048/sync_depth_00027.png 518.8579 -/bookstore_0001f/rgb_00435.jpg /bookstore_0001f/sync_depth_00435.png 518.8579 -/furniture_store_0001e/rgb_00041.jpg /furniture_store_0001e/sync_depth_00041.png 518.8579 -/classroom_0016/rgb_00076.jpg /classroom_0016/sync_depth_00076.png 518.8579 -/kitchen_0052/rgb_00155.jpg /kitchen_0052/sync_depth_00155.png 518.8579 -/kitchen_0035b/rgb_00254.jpg /kitchen_0035b/sync_depth_00254.png 518.8579 -/kitchen_0019a/rgb_00153.jpg /kitchen_0019a/sync_depth_00153.png 518.8579 -/kitchen_0011b/rgb_00007.jpg /kitchen_0011b/sync_depth_00007.png 518.8579 -/kitchen_0052/rgb_00128.jpg /kitchen_0052/sync_depth_00128.png 518.8579 -/cafe_0001b/rgb_00060.jpg /cafe_0001b/sync_depth_00060.png 518.8579 -/reception_room_0002/rgb_00124.jpg /reception_room_0002/sync_depth_00124.png 518.8579 -/bathroom_0054/rgb_00020.jpg /bathroom_0054/sync_depth_00020.png 518.8579 -/bookstore_0001f/rgb_00225.jpg /bookstore_0001f/sync_depth_00225.png 518.8579 -/living_room_0018/rgb_00042.jpg /living_room_0018/sync_depth_00042.png 518.8579 -/playroom_0002/rgb_00038.jpg /playroom_0002/sync_depth_00038.png 518.8579 -/bathroom_0006/rgb_00045.jpg /bathroom_0006/sync_depth_00045.png 518.8579 -/living_room_0050/rgb_00043.jpg /living_room_0050/sync_depth_00043.png 518.8579 -/living_room_0040/rgb_00074.jpg /living_room_0040/sync_depth_00074.png 518.8579 -/bookstore_0001f/rgb_00496.jpg /bookstore_0001f/sync_depth_00496.png 518.8579 -/kitchen_0051/rgb_00000.jpg /kitchen_0051/sync_depth_00000.png 518.8579 -/kitchen_0031/rgb_00153.jpg /kitchen_0031/sync_depth_00153.png 518.8579 -/bedroom_0086/rgb_00012.jpg /bedroom_0086/sync_depth_00012.png 518.8579 -/bedroom_0125a/rgb_00023.jpg /bedroom_0125a/sync_depth_00023.png 518.8579 -/bedroom_0071/rgb_00021.jpg /bedroom_0071/sync_depth_00021.png 518.8579 -/living_room_0039/rgb_00167.jpg /living_room_0039/sync_depth_00167.png 518.8579 -/reception_room_0002/rgb_00005.jpg /reception_room_0002/sync_depth_00005.png 518.8579 -/study_0003/rgb_00077.jpg /study_0003/sync_depth_00077.png 518.8579 -/living_room_0012/rgb_00021.jpg /living_room_0012/sync_depth_00021.png 518.8579 -/bedroom_0059/rgb_00055.jpg /bedroom_0059/sync_depth_00055.png 518.8579 -/classroom_0011/rgb_00060.jpg /classroom_0011/sync_depth_00060.png 518.8579 -/office_0024/rgb_00014.jpg /office_0024/sync_depth_00014.png 518.8579 -/bathroom_0028/rgb_00095.jpg /bathroom_0028/sync_depth_00095.png 518.8579 -/bookstore_0001f/rgb_00045.jpg /bookstore_0001f/sync_depth_00045.png 518.8579 -/living_room_0086b/rgb_00036.jpg /living_room_0086b/sync_depth_00036.png 518.8579 -/furniture_store_0002a/rgb_00235.jpg /furniture_store_0002a/sync_depth_00235.png 518.8579 -/living_room_0022/rgb_00010.jpg /living_room_0022/sync_depth_00010.png 518.8579 -/dinette_0001/rgb_00083.jpg /dinette_0001/sync_depth_00083.png 518.8579 -/living_room_0005/rgb_00099.jpg /living_room_0005/sync_depth_00099.png 518.8579 -/bedroom_0104/rgb_00067.jpg /bedroom_0104/sync_depth_00067.png 518.8579 -/bedroom_0051/rgb_00070.jpg /bedroom_0051/sync_depth_00070.png 518.8579 -/kitchen_0033/rgb_00030.jpg /kitchen_0033/sync_depth_00030.png 518.8579 -/dining_room_0031/rgb_00308.jpg /dining_room_0031/sync_depth_00308.png 518.8579 -/kitchen_0045a/rgb_00083.jpg /kitchen_0045a/sync_depth_00083.png 518.8579 -/bedroom_0016/rgb_00196.jpg /bedroom_0016/sync_depth_00196.png 518.8579 -/bedroom_0074/rgb_00111.jpg /bedroom_0074/sync_depth_00111.png 518.8579 -/nyu_office_0/rgb_00190.jpg /nyu_office_0/sync_depth_00190.png 518.8579 -/bathroom_0048/rgb_00055.jpg /bathroom_0048/sync_depth_00055.png 518.8579 -/kitchen_0035b/rgb_00155.jpg /kitchen_0035b/sync_depth_00155.png 518.8579 -/bedroom_0126/rgb_00028.jpg /bedroom_0126/sync_depth_00028.png 518.8579 -/dining_room_0007/rgb_00044.jpg /dining_room_0007/sync_depth_00044.png 518.8579 -/living_room_0035/rgb_00057.jpg /living_room_0035/sync_depth_00057.png 518.8579 -/bedroom_0072/rgb_00086.jpg /bedroom_0072/sync_depth_00086.png 518.8579 -/living_room_0012/rgb_00047.jpg /living_room_0012/sync_depth_00047.png 518.8579 -/nyu_office_0/rgb_00304.jpg /nyu_office_0/sync_depth_00304.png 518.8579 -/kitchen_0053/rgb_00117.jpg /kitchen_0053/sync_depth_00117.png 518.8579 -/living_room_0038/rgb_00019.jpg /living_room_0038/sync_depth_00019.png 518.8579 -/bathroom_0005/rgb_00016.jpg /bathroom_0005/sync_depth_00016.png 518.8579 -/dining_room_0012/rgb_00071.jpg /dining_room_0012/sync_depth_00071.png 518.8579 -/dining_room_0031/rgb_00083.jpg /dining_room_0031/sync_depth_00083.png 518.8579 -/bedroom_0040/rgb_00080.jpg /bedroom_0040/sync_depth_00080.png 518.8579 -/living_room_0062/rgb_00022.jpg /living_room_0062/sync_depth_00022.png 518.8579 -/bedroom_0052/rgb_00204.jpg /bedroom_0052/sync_depth_00204.png 518.8579 -/living_room_0039/rgb_00162.jpg /living_room_0039/sync_depth_00162.png 518.8579 -/bookstore_0001f/rgb_00499.jpg /bookstore_0001f/sync_depth_00499.png 518.8579 -/cafe_0001b/rgb_00012.jpg /cafe_0001b/sync_depth_00012.png 518.8579 -/bathroom_0028/rgb_00072.jpg /bathroom_0028/sync_depth_00072.png 518.8579 -/bookstore_0001f/rgb_00087.jpg /bookstore_0001f/sync_depth_00087.png 518.8579 -/furniture_store_0001e/rgb_00007.jpg /furniture_store_0001e/sync_depth_00007.png 518.8579 -/kitchen_0035b/rgb_00184.jpg /kitchen_0035b/sync_depth_00184.png 518.8579 -/bedroom_0056a/rgb_00096.jpg /bedroom_0056a/sync_depth_00096.png 518.8579 -/bookstore_0001d/rgb_00329.jpg /bookstore_0001d/sync_depth_00329.png 518.8579 -/bedroom_0020/rgb_00071.jpg /bedroom_0020/sync_depth_00071.png 518.8579 -/kitchen_0010/rgb_00123.jpg /kitchen_0010/sync_depth_00123.png 518.8579 -/bedroom_0104/rgb_00064.jpg /bedroom_0104/sync_depth_00064.png 518.8579 -/bedroom_0094/rgb_00004.jpg /bedroom_0094/sync_depth_00004.png 518.8579 -/home_office_0013/rgb_00028.jpg /home_office_0013/sync_depth_00028.png 518.8579 -/living_room_0047a/rgb_00020.jpg /living_room_0047a/sync_depth_00020.png 518.8579 -/kitchen_0029c/rgb_00041.jpg /kitchen_0029c/sync_depth_00041.png 518.8579 -/kitchen_0048/rgb_00039.jpg /kitchen_0048/sync_depth_00039.png 518.8579 -/dining_room_0001b/rgb_00191.jpg /dining_room_0001b/sync_depth_00191.png 518.8579 -/kitchen_0060/rgb_00008.jpg /kitchen_0060/sync_depth_00008.png 518.8579 -/kitchen_0033/rgb_00011.jpg /kitchen_0033/sync_depth_00011.png 518.8579 -/office_0011/rgb_00166.jpg /office_0011/sync_depth_00166.png 518.8579 -/living_room_0058/rgb_00177.jpg /living_room_0058/sync_depth_00177.png 518.8579 -/bathroom_0041/rgb_00011.jpg /bathroom_0041/sync_depth_00011.png 518.8579 -/bedroom_0126/rgb_00012.jpg /bedroom_0126/sync_depth_00012.png 518.8579 -/kitchen_0053/rgb_00009.jpg /kitchen_0053/sync_depth_00009.png 518.8579 -/dining_room_0008/rgb_00198.jpg /dining_room_0008/sync_depth_00198.png 518.8579 -/study_0008/rgb_00046.jpg /study_0008/sync_depth_00046.png 518.8579 -/living_room_0020/rgb_00105.jpg /living_room_0020/sync_depth_00105.png 518.8579 -/kitchen_0011a/rgb_00133.jpg /kitchen_0011a/sync_depth_00133.png 518.8579 -/bedroom_0056a/rgb_00108.jpg /bedroom_0056a/sync_depth_00108.png 518.8579 -/dining_room_0031/rgb_00138.jpg /dining_room_0031/sync_depth_00138.png 518.8579 -/living_room_0040/rgb_00012.jpg /living_room_0040/sync_depth_00012.png 518.8579 -/bedroom_0072/rgb_00123.jpg /bedroom_0072/sync_depth_00123.png 518.8579 -/bookstore_0001h/rgb_00097.jpg /bookstore_0001h/sync_depth_00097.png 518.8579 -/kitchen_0047/rgb_00078.jpg /kitchen_0047/sync_depth_00078.png 518.8579 -/bookstore_0001f/rgb_00184.jpg /bookstore_0001f/sync_depth_00184.png 518.8579 -/bedroom_0038/rgb_00015.jpg /bedroom_0038/sync_depth_00015.png 518.8579 -/study_room_0004/rgb_00170.jpg /study_room_0004/sync_depth_00170.png 518.8579 -/conference_room_0001/rgb_00018.jpg /conference_room_0001/sync_depth_00018.png 518.8579 -/bedroom_0094/rgb_00014.jpg /bedroom_0094/sync_depth_00014.png 518.8579 -/furniture_store_0001d/rgb_00022.jpg /furniture_store_0001d/sync_depth_00022.png 518.8579 -/living_room_0010/rgb_00115.jpg /living_room_0010/sync_depth_00115.png 518.8579 -/dining_room_0024/rgb_00018.jpg /dining_room_0024/sync_depth_00018.png 518.8579 -/living_room_0020/rgb_00022.jpg /living_room_0020/sync_depth_00022.png 518.8579 -/bedroom_0031/rgb_00000.jpg /bedroom_0031/sync_depth_00000.png 518.8579 -/bedroom_0063/rgb_00124.jpg /bedroom_0063/sync_depth_00124.png 518.8579 -/bathroom_0053/rgb_00053.jpg /bathroom_0053/sync_depth_00053.png 518.8579 -/living_room_0022/rgb_00291.jpg /living_room_0022/sync_depth_00291.png 518.8579 -/bedroom_0050/rgb_00062.jpg /bedroom_0050/sync_depth_00062.png 518.8579 -/living_room_0004/rgb_00035.jpg /living_room_0004/sync_depth_00035.png 518.8579 -/kitchen_0016/rgb_00087.jpg /kitchen_0016/sync_depth_00087.png 518.8579 -/reception_room_0002/rgb_00123.jpg /reception_room_0002/sync_depth_00123.png 518.8579 -/bedroom_0140/rgb_00166.jpg /bedroom_0140/sync_depth_00166.png 518.8579 -/living_room_0040/rgb_00310.jpg /living_room_0040/sync_depth_00310.png 518.8579 -/classroom_0022/rgb_00079.jpg /classroom_0022/sync_depth_00079.png 518.8579 -/furniture_store_0001a/rgb_00040.jpg /furniture_store_0001a/sync_depth_00040.png 518.8579 -/bedroom_0004/rgb_00080.jpg /bedroom_0004/sync_depth_00080.png 518.8579 -/living_room_0020/rgb_00212.jpg /living_room_0020/sync_depth_00212.png 518.8579 -/living_room_0012/rgb_00223.jpg /living_room_0012/sync_depth_00223.png 518.8579 -/bedroom_0098/rgb_00076.jpg /bedroom_0098/sync_depth_00076.png 518.8579 -/living_room_0019/rgb_00123.jpg /living_room_0019/sync_depth_00123.png 518.8579 -/kitchen_0051/rgb_00356.jpg /kitchen_0051/sync_depth_00356.png 518.8579 -/kitchen_0053/rgb_00037.jpg /kitchen_0053/sync_depth_00037.png 518.8579 -/kitchen_0029c/rgb_00120.jpg /kitchen_0029c/sync_depth_00120.png 518.8579 -/furniture_store_0002b/rgb_00154.jpg /furniture_store_0002b/sync_depth_00154.png 518.8579 -/furniture_store_0002b/rgb_00248.jpg /furniture_store_0002b/sync_depth_00248.png 518.8579 -/furniture_store_0001d/rgb_00091.jpg /furniture_store_0001d/sync_depth_00091.png 518.8579 -/bedroom_0062/rgb_00098.jpg /bedroom_0062/sync_depth_00098.png 518.8579 -/furniture_store_0001d/rgb_00222.jpg /furniture_store_0001d/sync_depth_00222.png 518.8579 -/bookstore_0001d/rgb_00298.jpg /bookstore_0001d/sync_depth_00298.png 518.8579 -/living_room_0022/rgb_00326.jpg /living_room_0022/sync_depth_00326.png 518.8579 -/bedroom_0051/rgb_00187.jpg /bedroom_0051/sync_depth_00187.png 518.8579 -/kitchen_0010/rgb_00084.jpg /kitchen_0010/sync_depth_00084.png 518.8579 -/bedroom_0104/rgb_00032.jpg /bedroom_0104/sync_depth_00032.png 518.8579 -/office_0012/rgb_00087.jpg /office_0012/sync_depth_00087.png 518.8579 -/bedroom_0017/rgb_00148.jpg /bedroom_0017/sync_depth_00148.png 518.8579 -/kitchen_0043/rgb_00202.jpg /kitchen_0043/sync_depth_00202.png 518.8579 -/dining_room_0007/rgb_00105.jpg /dining_room_0007/sync_depth_00105.png 518.8579 -/kitchen_0053/rgb_00255.jpg /kitchen_0053/sync_depth_00255.png 518.8579 -/dining_room_0008/rgb_00087.jpg /dining_room_0008/sync_depth_00087.png 518.8579 -/bathroom_0011/rgb_00011.jpg /bathroom_0011/sync_depth_00011.png 518.8579 -/kitchen_0047/rgb_00044.jpg /kitchen_0047/sync_depth_00044.png 518.8579 -/bedroom_0016/rgb_00033.jpg /bedroom_0016/sync_depth_00033.png 518.8579 -/kitchen_0043/rgb_00048.jpg /kitchen_0043/sync_depth_00048.png 518.8579 -/bedroom_0017/rgb_00127.jpg /bedroom_0017/sync_depth_00127.png 518.8579 -/bookstore_0001g/rgb_00051.jpg /bookstore_0001g/sync_depth_00051.png 518.8579 -/bedroom_0026/rgb_00025.jpg /bedroom_0026/sync_depth_00025.png 518.8579 -/living_room_0018/rgb_00146.jpg /living_room_0018/sync_depth_00146.png 518.8579 -/playroom_0002/rgb_00028.jpg /playroom_0002/sync_depth_00028.png 518.8579 -/bedroom_0014/rgb_00005.jpg /bedroom_0014/sync_depth_00005.png 518.8579 -/furniture_store_0002b/rgb_00028.jpg /furniture_store_0002b/sync_depth_00028.png 518.8579 -/bedroom_0062/rgb_00031.jpg /bedroom_0062/sync_depth_00031.png 518.8579 -/furniture_store_0002d/rgb_00020.jpg /furniture_store_0002d/sync_depth_00020.png 518.8579 -/reception_room_0002/rgb_00126.jpg /reception_room_0002/sync_depth_00126.png 518.8579 -/bookstore_0001i/rgb_00125.jpg /bookstore_0001i/sync_depth_00125.png 518.8579 -/living_room_0040/rgb_00149.jpg /living_room_0040/sync_depth_00149.png 518.8579 -/bathroom_0030/rgb_00009.jpg /bathroom_0030/sync_depth_00009.png 518.8579 -/bookstore_0001h/rgb_00009.jpg /bookstore_0001h/sync_depth_00009.png 518.8579 -/dining_room_0001b/rgb_00053.jpg /dining_room_0001b/sync_depth_00053.png 518.8579 -/office_0004/rgb_00078.jpg /office_0004/sync_depth_00078.png 518.8579 -/living_room_0086a/rgb_00001.jpg /living_room_0086a/sync_depth_00001.png 518.8579 -/kitchen_0050/rgb_00100.jpg /kitchen_0050/sync_depth_00100.png 518.8579 -/bathroom_0028/rgb_00165.jpg /bathroom_0028/sync_depth_00165.png 518.8579 -/living_room_0069b/rgb_00042.jpg /living_room_0069b/sync_depth_00042.png 518.8579 -/bedroom_0066/rgb_00015.jpg /bedroom_0066/sync_depth_00015.png 518.8579 -/kitchen_0043/rgb_00101.jpg /kitchen_0043/sync_depth_00101.png 518.8579 -/furniture_store_0002a/rgb_00033.jpg /furniture_store_0002a/sync_depth_00033.png 518.8579 -/kitchen_0053/rgb_00201.jpg /kitchen_0053/sync_depth_00201.png 518.8579 -/reception_room_0004/rgb_00014.jpg /reception_room_0004/sync_depth_00014.png 518.8579 -/dining_room_0015/rgb_00100.jpg /dining_room_0015/sync_depth_00100.png 518.8579 -/living_room_0022/rgb_00263.jpg /living_room_0022/sync_depth_00263.png 518.8579 -/living_room_0004/rgb_00016.jpg /living_room_0004/sync_depth_00016.png 518.8579 -/bedroom_0124/rgb_00002.jpg /bedroom_0124/sync_depth_00002.png 518.8579 -/kitchen_0019a/rgb_00073.jpg /kitchen_0019a/sync_depth_00073.png 518.8579 -/living_room_0083/rgb_00092.jpg /living_room_0083/sync_depth_00092.png 518.8579 -/kitchen_0051/rgb_00289.jpg /kitchen_0051/sync_depth_00289.png 518.8579 -/bathroom_0054/rgb_00009.jpg /bathroom_0054/sync_depth_00009.png 518.8579 -/office_0026/rgb_00010.jpg /office_0026/sync_depth_00010.png 518.8579 -/living_room_0069a/rgb_00124.jpg /living_room_0069a/sync_depth_00124.png 518.8579 -/kitchen_0047/rgb_00100.jpg /kitchen_0047/sync_depth_00100.png 518.8579 -/office_0011/rgb_00060.jpg /office_0011/sync_depth_00060.png 518.8579 -/kitchen_0019a/rgb_00178.jpg /kitchen_0019a/sync_depth_00178.png 518.8579 -/bedroom_0107/rgb_00036.jpg /bedroom_0107/sync_depth_00036.png 518.8579 -/bedroom_0017/rgb_00044.jpg /bedroom_0017/sync_depth_00044.png 518.8579 -/bedroom_0130/rgb_00023.jpg /bedroom_0130/sync_depth_00023.png 518.8579 -/living_room_0050/rgb_00261.jpg /living_room_0050/sync_depth_00261.png 518.8579 -/furniture_store_0001e/rgb_00092.jpg /furniture_store_0001e/sync_depth_00092.png 518.8579 -/bedroom_0025/rgb_00096.jpg /bedroom_0025/sync_depth_00096.png 518.8579 -/dining_room_0007/rgb_00172.jpg /dining_room_0007/sync_depth_00172.png 518.8579 -/dining_room_0001b/rgb_00112.jpg /dining_room_0001b/sync_depth_00112.png 518.8579 -/living_room_0005/rgb_00080.jpg /living_room_0005/sync_depth_00080.png 518.8579 -/classroom_0004/rgb_00008.jpg /classroom_0004/sync_depth_00008.png 518.8579 -/living_room_0040/rgb_00053.jpg /living_room_0040/sync_depth_00053.png 518.8579 -/kitchen_0053/rgb_00119.jpg /kitchen_0053/sync_depth_00119.png 518.8579 -/bedroom_0052/rgb_00090.jpg /bedroom_0052/sync_depth_00090.png 518.8579 -/kitchen_0049/rgb_00222.jpg /kitchen_0049/sync_depth_00222.png 518.8579 -/dining_room_0013/rgb_00154.jpg /dining_room_0013/sync_depth_00154.png 518.8579 -/kitchen_0048/rgb_00247.jpg /kitchen_0048/sync_depth_00247.png 518.8579 -/living_room_0040/rgb_00287.jpg /living_room_0040/sync_depth_00287.png 518.8579 -/office_0024/rgb_00071.jpg /office_0024/sync_depth_00071.png 518.8579 -/cafe_0001c/rgb_00050.jpg /cafe_0001c/sync_depth_00050.png 518.8579 -/living_room_0039/rgb_00112.jpg /living_room_0039/sync_depth_00112.png 518.8579 -/dining_room_0019/rgb_00145.jpg /dining_room_0019/sync_depth_00145.png 518.8579 -/home_office_0007/rgb_00036.jpg /home_office_0007/sync_depth_00036.png 518.8579 -/kitchen_0045b/rgb_00015.jpg /kitchen_0045b/sync_depth_00015.png 518.8579 -/playroom_0004/rgb_00017.jpg /playroom_0004/sync_depth_00017.png 518.8579 -/bedroom_0067a/rgb_00042.jpg /bedroom_0067a/sync_depth_00042.png 518.8579 -/office_0024/rgb_00116.jpg /office_0024/sync_depth_00116.png 518.8579 -/bedroom_0138/rgb_00048.jpg /bedroom_0138/sync_depth_00048.png 518.8579 -/living_room_0050/rgb_00255.jpg /living_room_0050/sync_depth_00255.png 518.8579 -/bookstore_0001f/rgb_00380.jpg /bookstore_0001f/sync_depth_00380.png 518.8579 -/bedroom_0050/rgb_00122.jpg /bedroom_0050/sync_depth_00122.png 518.8579 -/office_0023/rgb_00008.jpg /office_0023/sync_depth_00008.png 518.8579 -/living_room_0046a/rgb_00005.jpg /living_room_0046a/sync_depth_00005.png 518.8579 -/living_room_0019/rgb_00139.jpg /living_room_0019/sync_depth_00139.png 518.8579 -/bedroom_0052/rgb_00131.jpg /bedroom_0052/sync_depth_00131.png 518.8579 -/living_room_0040/rgb_00098.jpg /living_room_0040/sync_depth_00098.png 518.8579 -/bedroom_0056b/rgb_00045.jpg /bedroom_0056b/sync_depth_00045.png 518.8579 -/kitchen_0006/rgb_00080.jpg /kitchen_0006/sync_depth_00080.png 518.8579 -/kitchen_0037/rgb_00018.jpg /kitchen_0037/sync_depth_00018.png 518.8579 -/bedroom_0125b/rgb_00074.jpg /bedroom_0125b/sync_depth_00074.png 518.8579 -/living_room_0040/rgb_00016.jpg /living_room_0040/sync_depth_00016.png 518.8579 -/bedroom_0051/rgb_00071.jpg /bedroom_0051/sync_depth_00071.png 518.8579 -/bathroom_0034/rgb_00049.jpg /bathroom_0034/sync_depth_00049.png 518.8579 -/computer_lab_0002/rgb_00004.jpg /computer_lab_0002/sync_depth_00004.png 518.8579 -/bathroom_0002/rgb_00009.jpg /bathroom_0002/sync_depth_00009.png 518.8579 -/living_room_0010/rgb_00048.jpg /living_room_0010/sync_depth_00048.png 518.8579 -/living_room_0063/rgb_00059.jpg /living_room_0063/sync_depth_00059.png 518.8579 -/office_0012/rgb_00032.jpg /office_0012/sync_depth_00032.png 518.8579 -/living_room_0035/rgb_00105.jpg /living_room_0035/sync_depth_00105.png 518.8579 -/living_room_0050/rgb_00127.jpg /living_room_0050/sync_depth_00127.png 518.8579 -/kitchen_0045a/rgb_00151.jpg /kitchen_0045a/sync_depth_00151.png 518.8579 -/dining_room_0033/rgb_00051.jpg /dining_room_0033/sync_depth_00051.png 518.8579 -/dining_room_0031/rgb_00100.jpg /dining_room_0031/sync_depth_00100.png 518.8579 -/bedroom_0016/rgb_00096.jpg /bedroom_0016/sync_depth_00096.png 518.8579 -/living_room_0012/rgb_00075.jpg /living_room_0012/sync_depth_00075.png 518.8579 -/bedroom_0076a/rgb_00130.jpg /bedroom_0076a/sync_depth_00130.png 518.8579 -/office_0021/rgb_00046.jpg /office_0021/sync_depth_00046.png 518.8579 -/dining_room_0024/rgb_00048.jpg /dining_room_0024/sync_depth_00048.png 518.8579 -/bathroom_0028/rgb_00059.jpg /bathroom_0028/sync_depth_00059.png 518.8579 -/playroom_0006/rgb_00059.jpg /playroom_0006/sync_depth_00059.png 518.8579 -/bedroom_0086/rgb_00052.jpg /bedroom_0086/sync_depth_00052.png 518.8579 -/bedroom_0016/rgb_00131.jpg /bedroom_0016/sync_depth_00131.png 518.8579 -/bedroom_0071/rgb_00155.jpg /bedroom_0071/sync_depth_00155.png 518.8579 -/bathroom_0042/rgb_00038.jpg /bathroom_0042/sync_depth_00038.png 518.8579 -/bookstore_0001d/rgb_00020.jpg /bookstore_0001d/sync_depth_00020.png 518.8579 -/bedroom_0031/rgb_00045.jpg /bedroom_0031/sync_depth_00045.png 518.8579 -/bookstore_0001f/rgb_00345.jpg /bookstore_0001f/sync_depth_00345.png 518.8579 -/cafe_0001c/rgb_00000.jpg /cafe_0001c/sync_depth_00000.png 518.8579 -/student_lounge_0001/rgb_00071.jpg /student_lounge_0001/sync_depth_00071.png 518.8579 -/living_room_0038/rgb_00104.jpg /living_room_0038/sync_depth_00104.png 518.8579 -/excercise_room_0001/rgb_00050.jpg /excercise_room_0001/sync_depth_00050.png 518.8579 -/bedroom_0040/rgb_00000.jpg /bedroom_0040/sync_depth_00000.png 518.8579 -/bedroom_0052/rgb_00118.jpg /bedroom_0052/sync_depth_00118.png 518.8579 -/dining_room_0033/rgb_00170.jpg /dining_room_0033/sync_depth_00170.png 518.8579 -/office_0026/rgb_00143.jpg /office_0026/sync_depth_00143.png 518.8579 -/bedroom_0051/rgb_00118.jpg /bedroom_0051/sync_depth_00118.png 518.8579 -/dining_room_0031/rgb_00074.jpg /dining_room_0031/sync_depth_00074.png 518.8579 -/office_0019/rgb_00054.jpg /office_0019/sync_depth_00054.png 518.8579 -/dining_room_0008/rgb_00197.jpg /dining_room_0008/sync_depth_00197.png 518.8579 -/bedroom_0104/rgb_00046.jpg /bedroom_0104/sync_depth_00046.png 518.8579 -/playroom_0003/rgb_00067.jpg /playroom_0003/sync_depth_00067.png 518.8579 -/study_0003/rgb_00074.jpg /study_0003/sync_depth_00074.png 518.8579 -/basement_0001a/rgb_00043.jpg /basement_0001a/sync_depth_00043.png 518.8579 -/bedroom_0020/rgb_00077.jpg /bedroom_0020/sync_depth_00077.png 518.8579 -/study_0003/rgb_00087.jpg /study_0003/sync_depth_00087.png 518.8579 -/bedroom_0069/rgb_00079.jpg /bedroom_0069/sync_depth_00079.png 518.8579 -/furniture_store_0001d/rgb_00104.jpg /furniture_store_0001d/sync_depth_00104.png 518.8579 -/bookstore_0001e/rgb_00139.jpg /bookstore_0001e/sync_depth_00139.png 518.8579 -/dining_room_0028/rgb_00072.jpg /dining_room_0028/sync_depth_00072.png 518.8579 -/dining_room_0031/rgb_00102.jpg /dining_room_0031/sync_depth_00102.png 518.8579 -/living_room_0055/rgb_00127.jpg /living_room_0055/sync_depth_00127.png 518.8579 -/dining_room_0028/rgb_00008.jpg /dining_room_0028/sync_depth_00008.png 518.8579 -/living_room_0020/rgb_00017.jpg /living_room_0020/sync_depth_00017.png 518.8579 -/furniture_store_0002a/rgb_00081.jpg /furniture_store_0002a/sync_depth_00081.png 518.8579 -/living_room_0019/rgb_00178.jpg /living_room_0019/sync_depth_00178.png 518.8579 -/bedroom_0113/rgb_00083.jpg /bedroom_0113/sync_depth_00083.png 518.8579 -/bathroom_0019/rgb_00023.jpg /bathroom_0019/sync_depth_00023.png 518.8579 -/kitchen_0028a/rgb_00064.jpg /kitchen_0028a/sync_depth_00064.png 518.8579 -/kitchen_0035b/rgb_00312.jpg /kitchen_0035b/sync_depth_00312.png 518.8579 -/conference_room_0001/rgb_00137.jpg /conference_room_0001/sync_depth_00137.png 518.8579 -/bedroom_0072/rgb_00121.jpg /bedroom_0072/sync_depth_00121.png 518.8579 -/bookstore_0001d/rgb_00136.jpg /bookstore_0001d/sync_depth_00136.png 518.8579 -/bedroom_0028/rgb_00007.jpg /bedroom_0028/sync_depth_00007.png 518.8579 -/bedroom_0098/rgb_00055.jpg /bedroom_0098/sync_depth_00055.png 518.8579 -/living_room_0070/rgb_00011.jpg /living_room_0070/sync_depth_00011.png 518.8579 -/living_room_0020/rgb_00174.jpg /living_room_0020/sync_depth_00174.png 518.8579 -/study_room_0005b/rgb_00033.jpg /study_room_0005b/sync_depth_00033.png 518.8579 -/bedroom_0098/rgb_00000.jpg /bedroom_0098/sync_depth_00000.png 518.8579 -/bedroom_0019/rgb_00098.jpg /bedroom_0019/sync_depth_00098.png 518.8579 -/living_room_0010/rgb_00135.jpg /living_room_0010/sync_depth_00135.png 518.8579 -/bedroom_0136/rgb_00074.jpg /bedroom_0136/sync_depth_00074.png 518.8579 -/bathroom_0028/rgb_00021.jpg /bathroom_0028/sync_depth_00021.png 518.8579 -/kitchen_0035b/rgb_00115.jpg /kitchen_0035b/sync_depth_00115.png 518.8579 -/kitchen_0045b/rgb_00076.jpg /kitchen_0045b/sync_depth_00076.png 518.8579 -/basement_0001b/rgb_00017.jpg /basement_0001b/sync_depth_00017.png 518.8579 -/kitchen_0043/rgb_00210.jpg /kitchen_0043/sync_depth_00210.png 518.8579 -/student_lounge_0001/rgb_00214.jpg /student_lounge_0001/sync_depth_00214.png 518.8579 -/kitchen_0052/rgb_00139.jpg /kitchen_0052/sync_depth_00139.png 518.8579 -/classroom_0010/rgb_00033.jpg /classroom_0010/sync_depth_00033.png 518.8579 -/living_room_0012/rgb_00011.jpg /living_room_0012/sync_depth_00011.png 518.8579 -/living_room_0004/rgb_00151.jpg /living_room_0004/sync_depth_00151.png 518.8579 -/kitchen_0033/rgb_00183.jpg /kitchen_0033/sync_depth_00183.png 518.8579 -/kitchen_0031/rgb_00007.jpg /kitchen_0031/sync_depth_00007.png 518.8579 -/bedroom_0080/rgb_00017.jpg /bedroom_0080/sync_depth_00017.png 518.8579 -/bedroom_0125a/rgb_00033.jpg /bedroom_0125a/sync_depth_00033.png 518.8579 -/bedroom_0021/rgb_00088.jpg /bedroom_0021/sync_depth_00088.png 518.8579 -/bedroom_0098/rgb_00078.jpg /bedroom_0098/sync_depth_00078.png 518.8579 -/bedroom_0053/rgb_00044.jpg /bedroom_0053/sync_depth_00044.png 518.8579 -/bookstore_0001e/rgb_00010.jpg /bookstore_0001e/sync_depth_00010.png 518.8579 -/classroom_0012/rgb_00036.jpg /classroom_0012/sync_depth_00036.png 518.8579 -/home_office_0006/rgb_00182.jpg /home_office_0006/sync_depth_00182.png 518.8579 -/nyu_office_0/rgb_00192.jpg /nyu_office_0/sync_depth_00192.png 518.8579 -/dining_room_0008/rgb_00070.jpg /dining_room_0008/sync_depth_00070.png 518.8579 -/dining_room_0007/rgb_00191.jpg /dining_room_0007/sync_depth_00191.png 518.8579 -/bookstore_0001f/rgb_00016.jpg /bookstore_0001f/sync_depth_00016.png 518.8579 -/kitchen_0035b/rgb_00120.jpg /kitchen_0035b/sync_depth_00120.png 518.8579 -/living_room_0058/rgb_00061.jpg /living_room_0058/sync_depth_00061.png 518.8579 -/office_0006/rgb_00073.jpg /office_0006/sync_depth_00073.png 518.8579 -/living_room_0039/rgb_00184.jpg /living_room_0039/sync_depth_00184.png 518.8579 -/dining_room_0014/rgb_00021.jpg /dining_room_0014/sync_depth_00021.png 518.8579 -/playroom_0003/rgb_00040.jpg /playroom_0003/sync_depth_00040.png 518.8579 -/furniture_store_0002d/rgb_00010.jpg /furniture_store_0002d/sync_depth_00010.png 518.8579 -/dining_room_0033/rgb_00148.jpg /dining_room_0033/sync_depth_00148.png 518.8579 -/kitchen_0050/rgb_00025.jpg /kitchen_0050/sync_depth_00025.png 518.8579 -/basement_0001b/rgb_00025.jpg /basement_0001b/sync_depth_00025.png 518.8579 -/dining_room_0023/rgb_00058.jpg /dining_room_0023/sync_depth_00058.png 518.8579 -/dining_room_0019/rgb_00110.jpg /dining_room_0019/sync_depth_00110.png 518.8579 -/kitchen_0047/rgb_00034.jpg /kitchen_0047/sync_depth_00034.png 518.8579 -/classroom_0006/rgb_00080.jpg /classroom_0006/sync_depth_00080.png 518.8579 -/kitchen_0003/rgb_00107.jpg /kitchen_0003/sync_depth_00107.png 518.8579 -/bedroom_0140/rgb_00116.jpg /bedroom_0140/sync_depth_00116.png 518.8579 -/bedroom_0050/rgb_00040.jpg /bedroom_0050/sync_depth_00040.png 518.8579 -/bathroom_0033/rgb_00053.jpg /bathroom_0033/sync_depth_00053.png 518.8579 -/living_room_0067/rgb_00055.jpg /living_room_0067/sync_depth_00055.png 518.8579 -/bathroom_0011/rgb_00046.jpg /bathroom_0011/sync_depth_00046.png 518.8579 -/classroom_0003/rgb_00096.jpg /classroom_0003/sync_depth_00096.png 518.8579 -/living_room_0033/rgb_00021.jpg /living_room_0033/sync_depth_00021.png 518.8579 -/bedroom_0033/rgb_00009.jpg /bedroom_0033/sync_depth_00009.png 518.8579 -/kitchen_0051/rgb_00246.jpg /kitchen_0051/sync_depth_00246.png 518.8579 -/bedroom_0072/rgb_00142.jpg /bedroom_0072/sync_depth_00142.png 518.8579 -/living_room_0078/rgb_00061.jpg /living_room_0078/sync_depth_00061.png 518.8579 -/living_room_0035/rgb_00045.jpg /living_room_0035/sync_depth_00045.png 518.8579 -/furniture_store_0002b/rgb_00162.jpg /furniture_store_0002b/sync_depth_00162.png 518.8579 -/living_room_0067/rgb_00043.jpg /living_room_0067/sync_depth_00043.png 518.8579 -/home_office_0004/rgb_00132.jpg /home_office_0004/sync_depth_00132.png 518.8579 -/bedroom_0076a/rgb_00073.jpg /bedroom_0076a/sync_depth_00073.png 518.8579 -/bathroom_0010/rgb_00006.jpg /bathroom_0010/sync_depth_00006.png 518.8579 -/bedroom_0020/rgb_00033.jpg /bedroom_0020/sync_depth_00033.png 518.8579 -/furniture_store_0001c/rgb_00025.jpg /furniture_store_0001c/sync_depth_00025.png 518.8579 -/office_0012/rgb_00026.jpg /office_0012/sync_depth_00026.png 518.8579 -/reception_room_0002/rgb_00129.jpg /reception_room_0002/sync_depth_00129.png 518.8579 -/bedroom_0104/rgb_00051.jpg /bedroom_0104/sync_depth_00051.png 518.8579 -/dining_room_0034/rgb_00180.jpg /dining_room_0034/sync_depth_00180.png 518.8579 -/living_room_0029/rgb_00017.jpg /living_room_0029/sync_depth_00017.png 518.8579 -/classroom_0010/rgb_00013.jpg /classroom_0010/sync_depth_00013.png 518.8579 -/playroom_0003/rgb_00101.jpg /playroom_0003/sync_depth_00101.png 518.8579 -/living_room_0082/rgb_00021.jpg /living_room_0082/sync_depth_00021.png 518.8579 -/bedroom_0074/rgb_00128.jpg /bedroom_0074/sync_depth_00128.png 518.8579 -/kitchen_0006/rgb_00050.jpg /kitchen_0006/sync_depth_00050.png 518.8579 -/bedroom_0014/rgb_00059.jpg /bedroom_0014/sync_depth_00059.png 518.8579 -/kitchen_0045a/rgb_00190.jpg /kitchen_0045a/sync_depth_00190.png 518.8579 -/office_0026/rgb_00071.jpg /office_0026/sync_depth_00071.png 518.8579 -/study_0003/rgb_00070.jpg /study_0003/sync_depth_00070.png 518.8579 -/bedroom_0072/rgb_00182.jpg /bedroom_0072/sync_depth_00182.png 518.8579 -/home_office_0013/rgb_00025.jpg /home_office_0013/sync_depth_00025.png 518.8579 -/bedroom_0096/rgb_00087.jpg /bedroom_0096/sync_depth_00087.png 518.8579 -/bedroom_0071/rgb_00189.jpg /bedroom_0071/sync_depth_00189.png 518.8579 -/living_room_0020/rgb_00162.jpg /living_room_0020/sync_depth_00162.png 518.8579 -/bedroom_0047/rgb_00021.jpg /bedroom_0047/sync_depth_00021.png 518.8579 -/nyu_office_1/rgb_00101.jpg /nyu_office_1/sync_depth_00101.png 518.8579 -/kitchen_0045a/rgb_00013.jpg /kitchen_0045a/sync_depth_00013.png 518.8579 -/kitchen_0049/rgb_00111.jpg /kitchen_0049/sync_depth_00111.png 518.8579 -/printer_room_0001/rgb_00075.jpg /printer_room_0001/sync_depth_00075.png 518.8579 -/bedroom_0056a/rgb_00011.jpg /bedroom_0056a/sync_depth_00011.png 518.8579 -/bookstore_0001e/rgb_00191.jpg /bookstore_0001e/sync_depth_00191.png 518.8579 -/bathroom_0048/rgb_00039.jpg /bathroom_0048/sync_depth_00039.png 518.8579 -/bedroom_0016/rgb_00189.jpg /bedroom_0016/sync_depth_00189.png 518.8579 -/kitchen_0017/rgb_00012.jpg /kitchen_0017/sync_depth_00012.png 518.8579 -/dining_room_0031/rgb_00324.jpg /dining_room_0031/sync_depth_00324.png 518.8579 -/kitchen_0043/rgb_00242.jpg /kitchen_0043/sync_depth_00242.png 518.8579 -/living_room_0029/rgb_00080.jpg /living_room_0029/sync_depth_00080.png 518.8579 -/home_office_0005/rgb_00094.jpg /home_office_0005/sync_depth_00094.png 518.8579 -/bedroom_0051/rgb_00022.jpg /bedroom_0051/sync_depth_00022.png 518.8579 -/bedroom_0136/rgb_00033.jpg /bedroom_0136/sync_depth_00033.png 518.8579 -/classroom_0022/rgb_00102.jpg /classroom_0022/sync_depth_00102.png 518.8579 -/bookstore_0001j/rgb_00146.jpg /bookstore_0001j/sync_depth_00146.png 518.8579 -/dining_room_0015/rgb_00009.jpg /dining_room_0015/sync_depth_00009.png 518.8579 -/kitchen_0033/rgb_00077.jpg /kitchen_0033/sync_depth_00077.png 518.8579 -/dining_room_0028/rgb_00018.jpg /dining_room_0028/sync_depth_00018.png 518.8579 -/living_room_0038/rgb_00069.jpg /living_room_0038/sync_depth_00069.png 518.8579 -/classroom_0006/rgb_00059.jpg /classroom_0006/sync_depth_00059.png 518.8579 -/bedroom_0072/rgb_00175.jpg /bedroom_0072/sync_depth_00175.png 518.8579 -/nyu_office_1/rgb_00046.jpg /nyu_office_1/sync_depth_00046.png 518.8579 -/living_room_0050/rgb_00129.jpg /living_room_0050/sync_depth_00129.png 518.8579 -/bedroom_0080/rgb_00016.jpg /bedroom_0080/sync_depth_00016.png 518.8579 -/bathroom_0053/rgb_00036.jpg /bathroom_0053/sync_depth_00036.png 518.8579 -/living_room_0047b/rgb_00126.jpg /living_room_0047b/sync_depth_00126.png 518.8579 -/bedroom_0012/rgb_00067.jpg /bedroom_0012/sync_depth_00067.png 518.8579 -/indoor_balcony_0001/rgb_00011.jpg /indoor_balcony_0001/sync_depth_00011.png 518.8579 -/furniture_store_0001d/rgb_00174.jpg /furniture_store_0001d/sync_depth_00174.png 518.8579 -/bookstore_0001f/rgb_00329.jpg /bookstore_0001f/sync_depth_00329.png 518.8579 -/kitchen_0003/rgb_00003.jpg /kitchen_0003/sync_depth_00003.png 518.8579 -/furniture_store_0001a/rgb_00022.jpg /furniture_store_0001a/sync_depth_00022.png 518.8579 -/kitchen_0003/rgb_00116.jpg /kitchen_0003/sync_depth_00116.png 518.8579 -/bedroom_0136/rgb_00139.jpg /bedroom_0136/sync_depth_00139.png 518.8579 -/dining_room_0023/rgb_00038.jpg /dining_room_0023/sync_depth_00038.png 518.8579 -/bedroom_0078/rgb_00062.jpg /bedroom_0078/sync_depth_00062.png 518.8579 -/bathroom_0016/rgb_00034.jpg /bathroom_0016/sync_depth_00034.png 518.8579 -/kitchen_0041/rgb_00007.jpg /kitchen_0041/sync_depth_00007.png 518.8579 -/living_room_0047b/rgb_00147.jpg /living_room_0047b/sync_depth_00147.png 518.8579 -/living_room_0050/rgb_00279.jpg /living_room_0050/sync_depth_00279.png 518.8579 -/bedroom_0136/rgb_00163.jpg /bedroom_0136/sync_depth_00163.png 518.8579 -/living_room_0022/rgb_00119.jpg /living_room_0022/sync_depth_00119.png 518.8579 -/office_0012/rgb_00049.jpg /office_0012/sync_depth_00049.png 518.8579 -/living_room_0042b/rgb_00015.jpg /living_room_0042b/sync_depth_00015.png 518.8579 -/office_0024/rgb_00118.jpg /office_0024/sync_depth_00118.png 518.8579 -/living_room_0071/rgb_00030.jpg /living_room_0071/sync_depth_00030.png 518.8579 -/dining_room_0001b/rgb_00079.jpg /dining_room_0001b/sync_depth_00079.png 518.8579 -/bedroom_0113/rgb_00017.jpg /bedroom_0113/sync_depth_00017.png 518.8579 -/living_room_0042b/rgb_00098.jpg /living_room_0042b/sync_depth_00098.png 518.8579 -/bookstore_0001j/rgb_00032.jpg /bookstore_0001j/sync_depth_00032.png 518.8579 -/bedroom_0138/rgb_00101.jpg /bedroom_0138/sync_depth_00101.png 518.8579 -/dining_room_0031/rgb_00339.jpg /dining_room_0031/sync_depth_00339.png 518.8579 -/bookstore_0001i/rgb_00111.jpg /bookstore_0001i/sync_depth_00111.png 518.8579 -/kitchen_0008/rgb_00016.jpg /kitchen_0008/sync_depth_00016.png 518.8579 -/home_office_0008/rgb_00150.jpg /home_office_0008/sync_depth_00150.png 518.8579 -/bathroom_0039/rgb_00012.jpg /bathroom_0039/sync_depth_00012.png 518.8579 -/kitchen_0035b/rgb_00283.jpg /kitchen_0035b/sync_depth_00283.png 518.8579 -/kitchen_0029c/rgb_00095.jpg /kitchen_0029c/sync_depth_00095.png 518.8579 -/living_room_0067/rgb_00027.jpg /living_room_0067/sync_depth_00027.png 518.8579 -/bookstore_0001j/rgb_00098.jpg /bookstore_0001j/sync_depth_00098.png 518.8579 -/home_office_0004/rgb_00174.jpg /home_office_0004/sync_depth_00174.png 518.8579 -/classroom_0012/rgb_00013.jpg /classroom_0012/sync_depth_00013.png 518.8579 -/home_office_0008/rgb_00163.jpg /home_office_0008/sync_depth_00163.png 518.8579 -/living_room_0012/rgb_00106.jpg /living_room_0012/sync_depth_00106.png 518.8579 -/kitchen_0051/rgb_00320.jpg /kitchen_0051/sync_depth_00320.png 518.8579 -/home_office_0008/rgb_00122.jpg /home_office_0008/sync_depth_00122.png 518.8579 -/bedroom_0125b/rgb_00053.jpg /bedroom_0125b/sync_depth_00053.png 518.8579 -/kitchen_0050/rgb_00160.jpg /kitchen_0050/sync_depth_00160.png 518.8579 -/living_room_0005/rgb_00042.jpg /living_room_0005/sync_depth_00042.png 518.8579 -/classroom_0006/rgb_00051.jpg /classroom_0006/sync_depth_00051.png 518.8579 -/kitchen_0019a/rgb_00283.jpg /kitchen_0019a/sync_depth_00283.png 518.8579 -/bedroom_0090/rgb_00018.jpg /bedroom_0090/sync_depth_00018.png 518.8579 -/kitchen_0019a/rgb_00019.jpg /kitchen_0019a/sync_depth_00019.png 518.8579 -/classroom_0006/rgb_00167.jpg /classroom_0006/sync_depth_00167.png 518.8579 -/playroom_0006/rgb_00121.jpg /playroom_0006/sync_depth_00121.png 518.8579 -/living_room_0022/rgb_00356.jpg /living_room_0022/sync_depth_00356.png 518.8579 -/bedroom_0126/rgb_00049.jpg /bedroom_0126/sync_depth_00049.png 518.8579 -/dining_room_0013/rgb_00090.jpg /dining_room_0013/sync_depth_00090.png 518.8579 -/living_room_0078/rgb_00112.jpg /living_room_0078/sync_depth_00112.png 518.8579 -/bedroom_0136/rgb_00014.jpg /bedroom_0136/sync_depth_00014.png 518.8579 -/bathroom_0028/rgb_00123.jpg /bathroom_0028/sync_depth_00123.png 518.8579 -/basement_0001b/rgb_00006.jpg /basement_0001b/sync_depth_00006.png 518.8579 -/living_room_0022/rgb_00249.jpg /living_room_0022/sync_depth_00249.png 518.8579 -/bedroom_0041/rgb_00034.jpg /bedroom_0041/sync_depth_00034.png 518.8579 -/bathroom_0045a/rgb_00022.jpg /bathroom_0045a/sync_depth_00022.png 518.8579 -/dining_room_0037/rgb_00041.jpg /dining_room_0037/sync_depth_00041.png 518.8579 -/furniture_store_0002a/rgb_00241.jpg /furniture_store_0002a/sync_depth_00241.png 518.8579 -/reception_room_0001a/rgb_00112.jpg /reception_room_0001a/sync_depth_00112.png 518.8579 -/office_0011/rgb_00096.jpg /office_0011/sync_depth_00096.png 518.8579 -/bookstore_0001g/rgb_00272.jpg /bookstore_0001g/sync_depth_00272.png 518.8579 -/bedroom_0140/rgb_00050.jpg /bedroom_0140/sync_depth_00050.png 518.8579 -/dining_room_0010/rgb_00015.jpg /dining_room_0010/sync_depth_00015.png 518.8579 -/bedroom_0063/rgb_00136.jpg /bedroom_0063/sync_depth_00136.png 518.8579 -/basement_0001b/rgb_00028.jpg /basement_0001b/sync_depth_00028.png 518.8579 -/bathroom_0049/rgb_00046.jpg /bathroom_0049/sync_depth_00046.png 518.8579 -/office_0003/rgb_00068.jpg /office_0003/sync_depth_00068.png 518.8579 -/living_room_0018/rgb_00158.jpg /living_room_0018/sync_depth_00158.png 518.8579 -/bedroom_0020/rgb_00001.jpg /bedroom_0020/sync_depth_00001.png 518.8579 -/bedroom_0016/rgb_00045.jpg /bedroom_0016/sync_depth_00045.png 518.8579 -/kitchen_0050/rgb_00103.jpg /kitchen_0050/sync_depth_00103.png 518.8579 -/office_0003/rgb_00000.jpg /office_0003/sync_depth_00000.png 518.8579 -/kitchen_0006/rgb_00029.jpg /kitchen_0006/sync_depth_00029.png 518.8579 -/living_room_0004/rgb_00093.jpg /living_room_0004/sync_depth_00093.png 518.8579 -/bedroom_0125b/rgb_00075.jpg /bedroom_0125b/sync_depth_00075.png 518.8579 -/bedroom_0090/rgb_00015.jpg /bedroom_0090/sync_depth_00015.png 518.8579 -/kitchen_0028a/rgb_00184.jpg /kitchen_0028a/sync_depth_00184.png 518.8579 -/office_0026/rgb_00049.jpg /office_0026/sync_depth_00049.png 518.8579 -/bathroom_0005/rgb_00040.jpg /bathroom_0005/sync_depth_00040.png 518.8579 -/playroom_0003/rgb_00032.jpg /playroom_0003/sync_depth_00032.png 518.8579 -/dining_room_0034/rgb_00089.jpg /dining_room_0034/sync_depth_00089.png 518.8579 -/home_office_0006/rgb_00155.jpg /home_office_0006/sync_depth_00155.png 518.8579 -/living_room_0068/rgb_00027.jpg /living_room_0068/sync_depth_00027.png 518.8579 -/bathroom_0042/rgb_00036.jpg /bathroom_0042/sync_depth_00036.png 518.8579 -/bedroom_0118/rgb_00006.jpg /bedroom_0118/sync_depth_00006.png 518.8579 -/kitchen_0035b/rgb_00102.jpg /kitchen_0035b/sync_depth_00102.png 518.8579 -/kitchen_0037/rgb_00100.jpg /kitchen_0037/sync_depth_00100.png 518.8579 -/kitchen_0035b/rgb_00328.jpg /kitchen_0035b/sync_depth_00328.png 518.8579 -/office_kitchen_0001b/rgb_00047.jpg /office_kitchen_0001b/sync_depth_00047.png 518.8579 -/dining_room_0033/rgb_00191.jpg /dining_room_0033/sync_depth_00191.png 518.8579 -/nyu_office_0/rgb_00398.jpg /nyu_office_0/sync_depth_00398.png 518.8579 -/living_room_0029/rgb_00099.jpg /living_room_0029/sync_depth_00099.png 518.8579 -/bedroom_0072/rgb_00075.jpg /bedroom_0072/sync_depth_00075.png 518.8579 -/conference_room_0001/rgb_00142.jpg /conference_room_0001/sync_depth_00142.png 518.8579 -/kitchen_0029c/rgb_00075.jpg /kitchen_0029c/sync_depth_00075.png 518.8579 -/dining_room_0012/rgb_00221.jpg /dining_room_0012/sync_depth_00221.png 518.8579 -/dining_room_0015/rgb_00007.jpg /dining_room_0015/sync_depth_00007.png 518.8579 -/student_lounge_0001/rgb_00011.jpg /student_lounge_0001/sync_depth_00011.png 518.8579 -/living_room_0005/rgb_00146.jpg /living_room_0005/sync_depth_00146.png 518.8579 -/bedroom_0056a/rgb_00060.jpg /bedroom_0056a/sync_depth_00060.png 518.8579 -/living_room_0058/rgb_00094.jpg /living_room_0058/sync_depth_00094.png 518.8579 -/bathroom_0049/rgb_00054.jpg /bathroom_0049/sync_depth_00054.png 518.8579 -/living_room_0022/rgb_00231.jpg /living_room_0022/sync_depth_00231.png 518.8579 -/living_room_0019/rgb_00012.jpg /living_room_0019/sync_depth_00012.png 518.8579 -/bathroom_0049/rgb_00032.jpg /bathroom_0049/sync_depth_00032.png 518.8579 -/office_0004/rgb_00096.jpg /office_0004/sync_depth_00096.png 518.8579 -/dining_room_0015/rgb_00189.jpg /dining_room_0015/sync_depth_00189.png 518.8579 -/bedroom_0052/rgb_00038.jpg /bedroom_0052/sync_depth_00038.png 518.8579 -/study_0003/rgb_00045.jpg /study_0003/sync_depth_00045.png 518.8579 -/bedroom_0028/rgb_00020.jpg /bedroom_0028/sync_depth_00020.png 518.8579 -/reception_room_0002/rgb_00133.jpg /reception_room_0002/sync_depth_00133.png 518.8579 -/bedroom_0014/rgb_00042.jpg /bedroom_0014/sync_depth_00042.png 518.8579 -/living_room_0050/rgb_00165.jpg /living_room_0050/sync_depth_00165.png 518.8579 -/bedroom_0078/rgb_00008.jpg /bedroom_0078/sync_depth_00008.png 518.8579 -/office_0018/rgb_00009.jpg /office_0018/sync_depth_00009.png 518.8579 -/computer_lab_0002/rgb_00029.jpg /computer_lab_0002/sync_depth_00029.png 518.8579 -/bedroom_0052/rgb_00147.jpg /bedroom_0052/sync_depth_00147.png 518.8579 -/kitchen_0059/rgb_00086.jpg /kitchen_0059/sync_depth_00086.png 518.8579 -/bedroom_0129/rgb_00064.jpg /bedroom_0129/sync_depth_00064.png 518.8579 -/kitchen_0035b/rgb_00101.jpg /kitchen_0035b/sync_depth_00101.png 518.8579 -/living_room_0046a/rgb_00039.jpg /living_room_0046a/sync_depth_00039.png 518.8579 -/furniture_store_0002a/rgb_00025.jpg /furniture_store_0002a/sync_depth_00025.png 518.8579 -/dining_room_0019/rgb_00144.jpg /dining_room_0019/sync_depth_00144.png 518.8579 -/living_room_0039/rgb_00092.jpg /living_room_0039/sync_depth_00092.png 518.8579 -/office_0026/rgb_00150.jpg /office_0026/sync_depth_00150.png 518.8579 -/kitchen_0052/rgb_00107.jpg /kitchen_0052/sync_depth_00107.png 518.8579 -/office_0021/rgb_00073.jpg /office_0021/sync_depth_00073.png 518.8579 -/living_room_0019/rgb_00035.jpg /living_room_0019/sync_depth_00035.png 518.8579 -/bedroom_0136/rgb_00097.jpg /bedroom_0136/sync_depth_00097.png 518.8579 -/kitchen_0029b/rgb_00013.jpg /kitchen_0029b/sync_depth_00013.png 518.8579 -/kitchen_0043/rgb_00003.jpg /kitchen_0043/sync_depth_00003.png 518.8579 -/kitchen_0048/rgb_00083.jpg /kitchen_0048/sync_depth_00083.png 518.8579 -/bathroom_0041/rgb_00054.jpg /bathroom_0041/sync_depth_00054.png 518.8579 -/study_room_0005b/rgb_00093.jpg /study_room_0005b/sync_depth_00093.png 518.8579 -/dining_room_0016/rgb_00109.jpg /dining_room_0016/sync_depth_00109.png 518.8579 -/student_lounge_0001/rgb_00259.jpg /student_lounge_0001/sync_depth_00259.png 518.8579 -/bathroom_0055/rgb_00000.jpg /bathroom_0055/sync_depth_00000.png 518.8579 -/office_0021/rgb_00011.jpg /office_0021/sync_depth_00011.png 518.8579 -/conference_room_0002/rgb_00049.jpg /conference_room_0002/sync_depth_00049.png 518.8579 -/bedroom_0100/rgb_00058.jpg /bedroom_0100/sync_depth_00058.png 518.8579 -/bedroom_0057/rgb_00030.jpg /bedroom_0057/sync_depth_00030.png 518.8579 -/living_room_0011/rgb_00078.jpg /living_room_0011/sync_depth_00078.png 518.8579 -/kitchen_0031/rgb_00043.jpg /kitchen_0031/sync_depth_00043.png 518.8579 -/bedroom_0012/rgb_00031.jpg /bedroom_0012/sync_depth_00031.png 518.8579 -/kitchen_0029a/rgb_00013.jpg /kitchen_0029a/sync_depth_00013.png 518.8579 -/bedroom_0034/rgb_00046.jpg /bedroom_0034/sync_depth_00046.png 518.8579 -/kitchen_0029c/rgb_00117.jpg /kitchen_0029c/sync_depth_00117.png 518.8579 -/living_room_0078/rgb_00021.jpg /living_room_0078/sync_depth_00021.png 518.8579 -/living_room_0032/rgb_00016.jpg /living_room_0032/sync_depth_00016.png 518.8579 -/bedroom_0059/rgb_00057.jpg /bedroom_0059/sync_depth_00057.png 518.8579 -/office_0006/rgb_00094.jpg /office_0006/sync_depth_00094.png 518.8579 -/kitchen_0028a/rgb_00194.jpg /kitchen_0028a/sync_depth_00194.png 518.8579 -/living_room_0005/rgb_00128.jpg /living_room_0005/sync_depth_00128.png 518.8579 -/office_0006/rgb_00089.jpg /office_0006/sync_depth_00089.png 518.8579 -/living_room_0062/rgb_00005.jpg /living_room_0062/sync_depth_00005.png 518.8579 -/student_lounge_0001/rgb_00252.jpg /student_lounge_0001/sync_depth_00252.png 518.8579 -/bedroom_0026/rgb_00032.jpg /bedroom_0026/sync_depth_00032.png 518.8579 -/bathroom_0053/rgb_00005.jpg /bathroom_0053/sync_depth_00005.png 518.8579 -/bedroom_0033/rgb_00144.jpg /bedroom_0033/sync_depth_00144.png 518.8579 -/bedroom_0029/rgb_00064.jpg /bedroom_0029/sync_depth_00064.png 518.8579 -/bookstore_0001g/rgb_00130.jpg /bookstore_0001g/sync_depth_00130.png 518.8579 -/bathroom_0014a/rgb_00012.jpg /bathroom_0014a/sync_depth_00012.png 518.8579 -/bedroom_0067a/rgb_00045.jpg /bedroom_0067a/sync_depth_00045.png 518.8579 -/dining_room_0004/rgb_00117.jpg /dining_room_0004/sync_depth_00117.png 518.8579 -/kitchen_0003/rgb_00110.jpg /kitchen_0003/sync_depth_00110.png 518.8579 -/bedroom_0096/rgb_00078.jpg /bedroom_0096/sync_depth_00078.png 518.8579 -/dining_room_0037/rgb_00176.jpg /dining_room_0037/sync_depth_00176.png 518.8579 -/living_room_0019/rgb_00145.jpg /living_room_0019/sync_depth_00145.png 518.8579 -/bookstore_0001i/rgb_00150.jpg /bookstore_0001i/sync_depth_00150.png 518.8579 -/bathroom_0057/rgb_00020.jpg /bathroom_0057/sync_depth_00020.png 518.8579 -/bathroom_0056/rgb_00003.jpg /bathroom_0056/sync_depth_00003.png 518.8579 -/kitchen_0017/rgb_00068.jpg /kitchen_0017/sync_depth_00068.png 518.8579 -/living_room_0020/rgb_00090.jpg /living_room_0020/sync_depth_00090.png 518.8579 -/home_office_0013/rgb_00062.jpg /home_office_0013/sync_depth_00062.png 518.8579 -/office_0011/rgb_00043.jpg /office_0011/sync_depth_00043.png 518.8579 -/dining_room_0015/rgb_00034.jpg /dining_room_0015/sync_depth_00034.png 518.8579 -/bedroom_0051/rgb_00086.jpg /bedroom_0051/sync_depth_00086.png 518.8579 -/furniture_store_0002b/rgb_00165.jpg /furniture_store_0002b/sync_depth_00165.png 518.8579 -/bathroom_0019/rgb_00075.jpg /bathroom_0019/sync_depth_00075.png 518.8579 -/basement_0001a/rgb_00180.jpg /basement_0001a/sync_depth_00180.png 518.8579 -/bathroom_0024/rgb_00053.jpg /bathroom_0024/sync_depth_00053.png 518.8579 -/bathroom_0028/rgb_00008.jpg /bathroom_0028/sync_depth_00008.png 518.8579 -/dining_room_0037/rgb_00110.jpg /dining_room_0037/sync_depth_00110.png 518.8579 -/living_room_0058/rgb_00176.jpg /living_room_0058/sync_depth_00176.png 518.8579 -/office_0011/rgb_00163.jpg /office_0011/sync_depth_00163.png 518.8579 -/dining_room_0013/rgb_00020.jpg /dining_room_0013/sync_depth_00020.png 518.8579 -/kitchen_0003/rgb_00102.jpg /kitchen_0003/sync_depth_00102.png 518.8579 -/bedroom_0026/rgb_00038.jpg /bedroom_0026/sync_depth_00038.png 518.8579 -/bathroom_0011/rgb_00010.jpg /bathroom_0011/sync_depth_00010.png 518.8579 -/dining_room_0029/rgb_00038.jpg /dining_room_0029/sync_depth_00038.png 518.8579 -/bedroom_0059/rgb_00089.jpg /bedroom_0059/sync_depth_00089.png 518.8579 -/bedroom_0017/rgb_00156.jpg /bedroom_0017/sync_depth_00156.png 518.8579 -/bathroom_0001/rgb_00007.jpg /bathroom_0001/sync_depth_00007.png 518.8579 -/bedroom_0106/rgb_00041.jpg /bedroom_0106/sync_depth_00041.png 518.8579 -/office_kitchen_0001b/rgb_00063.jpg /office_kitchen_0001b/sync_depth_00063.png 518.8579 -/bedroom_0020/rgb_00038.jpg /bedroom_0020/sync_depth_00038.png 518.8579 -/office_kitchen_0003/rgb_00124.jpg /office_kitchen_0003/sync_depth_00124.png 518.8579 -/dining_room_0012/rgb_00217.jpg /dining_room_0012/sync_depth_00217.png 518.8579 -/bedroom_0050/rgb_00007.jpg /bedroom_0050/sync_depth_00007.png 518.8579 -/study_room_0004/rgb_00161.jpg /study_room_0004/sync_depth_00161.png 518.8579 -/dining_room_0007/rgb_00102.jpg /dining_room_0007/sync_depth_00102.png 518.8579 -/kitchen_0060/rgb_00065.jpg /kitchen_0060/sync_depth_00065.png 518.8579 -/nyu_office_0/rgb_00063.jpg /nyu_office_0/sync_depth_00063.png 518.8579 -/kitchen_0047/rgb_00052.jpg /kitchen_0047/sync_depth_00052.png 518.8579 -/living_room_0022/rgb_00180.jpg /living_room_0022/sync_depth_00180.png 518.8579 -/bedroom_0051/rgb_00189.jpg /bedroom_0051/sync_depth_00189.png 518.8579 -/bedroom_0017/rgb_00040.jpg /bedroom_0017/sync_depth_00040.png 518.8579 -/home_office_0005/rgb_00022.jpg /home_office_0005/sync_depth_00022.png 518.8579 -/dining_room_0012/rgb_00167.jpg /dining_room_0012/sync_depth_00167.png 518.8579 -/dining_room_0007/rgb_00234.jpg /dining_room_0007/sync_depth_00234.png 518.8579 -/office_0018/rgb_00006.jpg /office_0018/sync_depth_00006.png 518.8579 -/dining_room_0024/rgb_00104.jpg /dining_room_0024/sync_depth_00104.png 518.8579 -/bedroom_0125b/rgb_00063.jpg /bedroom_0125b/sync_depth_00063.png 518.8579 -/home_storage_0001/rgb_00150.jpg /home_storage_0001/sync_depth_00150.png 518.8579 -/living_room_0029/rgb_00055.jpg /living_room_0029/sync_depth_00055.png 518.8579 -/dining_room_0013/rgb_00009.jpg /dining_room_0013/sync_depth_00009.png 518.8579 -/dining_room_0015/rgb_00199.jpg /dining_room_0015/sync_depth_00199.png 518.8579 -/bathroom_0049/rgb_00018.jpg /bathroom_0049/sync_depth_00018.png 518.8579 -/office_0025/rgb_00013.jpg /office_0025/sync_depth_00013.png 518.8579 -/bedroom_0071/rgb_00122.jpg /bedroom_0071/sync_depth_00122.png 518.8579 -/bedroom_0019/rgb_00069.jpg /bedroom_0019/sync_depth_00069.png 518.8579 -/bedroom_0025/rgb_00042.jpg /bedroom_0025/sync_depth_00042.png 518.8579 -/living_room_0029/rgb_00039.jpg /living_room_0029/sync_depth_00039.png 518.8579 -/dining_room_0019/rgb_00036.jpg /dining_room_0019/sync_depth_00036.png 518.8579 -/bookstore_0001i/rgb_00130.jpg /bookstore_0001i/sync_depth_00130.png 518.8579 -/living_room_0069b/rgb_00067.jpg /living_room_0069b/sync_depth_00067.png 518.8579 -/kitchen_0060/rgb_00002.jpg /kitchen_0060/sync_depth_00002.png 518.8579 -/office_0012/rgb_00055.jpg /office_0012/sync_depth_00055.png 518.8579 -/playroom_0003/rgb_00075.jpg /playroom_0003/sync_depth_00075.png 518.8579 -/dining_room_0034/rgb_00143.jpg /dining_room_0034/sync_depth_00143.png 518.8579 -/living_room_0039/rgb_00010.jpg /living_room_0039/sync_depth_00010.png 518.8579 -/bathroom_0010/rgb_00010.jpg /bathroom_0010/sync_depth_00010.png 518.8579 -/kitchen_0051/rgb_00337.jpg /kitchen_0051/sync_depth_00337.png 518.8579 -/living_room_0035/rgb_00035.jpg /living_room_0035/sync_depth_00035.png 518.8579 -/study_0004/rgb_00046.jpg /study_0004/sync_depth_00046.png 518.8579 -/bookstore_0001d/rgb_00113.jpg /bookstore_0001d/sync_depth_00113.png 518.8579 -/dining_room_0007/rgb_00025.jpg /dining_room_0007/sync_depth_00025.png 518.8579 -/bedroom_0017/rgb_00124.jpg /bedroom_0017/sync_depth_00124.png 518.8579 -/bedroom_0125b/rgb_00088.jpg /bedroom_0125b/sync_depth_00088.png 518.8579 -/living_room_0018/rgb_00012.jpg /living_room_0018/sync_depth_00012.png 518.8579 -/living_room_0046b/rgb_00115.jpg /living_room_0046b/sync_depth_00115.png 518.8579 -/kitchen_0060/rgb_00074.jpg /kitchen_0060/sync_depth_00074.png 518.8579 -/playroom_0004/rgb_00001.jpg /playroom_0004/sync_depth_00001.png 518.8579 -/bathroom_0033/rgb_00054.jpg /bathroom_0033/sync_depth_00054.png 518.8579 -/bedroom_0017/rgb_00117.jpg /bedroom_0017/sync_depth_00117.png 518.8579 -/home_office_0006/rgb_00146.jpg /home_office_0006/sync_depth_00146.png 518.8579 -/bedroom_0116/rgb_00004.jpg /bedroom_0116/sync_depth_00004.png 518.8579 -/furniture_store_0001d/rgb_00150.jpg /furniture_store_0001d/sync_depth_00150.png 518.8579 -/living_room_0047b/rgb_00157.jpg /living_room_0047b/sync_depth_00157.png 518.8579 -/kitchen_0035b/rgb_00014.jpg /kitchen_0035b/sync_depth_00014.png 518.8579 -/kitchen_0048/rgb_00193.jpg /kitchen_0048/sync_depth_00193.png 518.8579 -/bathroom_0005/rgb_00011.jpg /bathroom_0005/sync_depth_00011.png 518.8579 -/basement_0001a/rgb_00167.jpg /basement_0001a/sync_depth_00167.png 518.8579 -/living_room_0082/rgb_00022.jpg /living_room_0082/sync_depth_00022.png 518.8579 -/living_room_0035/rgb_00094.jpg /living_room_0035/sync_depth_00094.png 518.8579 -/nyu_office_1/rgb_00008.jpg /nyu_office_1/sync_depth_00008.png 518.8579 -/basement_0001a/rgb_00105.jpg /basement_0001a/sync_depth_00105.png 518.8579 -/dining_room_0019/rgb_00139.jpg /dining_room_0019/sync_depth_00139.png 518.8579 -/kitchen_0028a/rgb_00177.jpg /kitchen_0028a/sync_depth_00177.png 518.8579 -/classroom_0005/rgb_00024.jpg /classroom_0005/sync_depth_00024.png 518.8579 -/bathroom_0028/rgb_00176.jpg /bathroom_0028/sync_depth_00176.png 518.8579 -/bedroom_0106/rgb_00115.jpg /bedroom_0106/sync_depth_00115.png 518.8579 -/bedroom_0031/rgb_00018.jpg /bedroom_0031/sync_depth_00018.png 518.8579 -/bathroom_0056/rgb_00008.jpg /bathroom_0056/sync_depth_00008.png 518.8579 -/furniture_store_0002a/rgb_00038.jpg /furniture_store_0002a/sync_depth_00038.png 518.8579 -/bedroom_0080/rgb_00057.jpg /bedroom_0080/sync_depth_00057.png 518.8579 -/living_room_0010/rgb_00046.jpg /living_room_0010/sync_depth_00046.png 518.8579 -/nyu_office_0/rgb_00111.jpg /nyu_office_0/sync_depth_00111.png 518.8579 -/furniture_store_0002b/rgb_00256.jpg /furniture_store_0002b/sync_depth_00256.png 518.8579 -/office_0012/rgb_00023.jpg /office_0012/sync_depth_00023.png 518.8579 -/dining_room_0016/rgb_00148.jpg /dining_room_0016/sync_depth_00148.png 518.8579 -/living_room_0047a/rgb_00048.jpg /living_room_0047a/sync_depth_00048.png 518.8579 -/bedroom_0015/rgb_00046.jpg /bedroom_0015/sync_depth_00046.png 518.8579 -/dining_room_0001b/rgb_00186.jpg /dining_room_0001b/sync_depth_00186.png 518.8579 -/bookstore_0001f/rgb_00431.jpg /bookstore_0001f/sync_depth_00431.png 518.8579 -/kitchen_0019a/rgb_00253.jpg /kitchen_0019a/sync_depth_00253.png 518.8579 -/dining_room_0004/rgb_00116.jpg /dining_room_0004/sync_depth_00116.png 518.8579 -/bathroom_0014a/rgb_00061.jpg /bathroom_0014a/sync_depth_00061.png 518.8579 -/living_room_0020/rgb_00083.jpg /living_room_0020/sync_depth_00083.png 518.8579 -/bedroom_0069/rgb_00026.jpg /bedroom_0069/sync_depth_00026.png 518.8579 -/furniture_store_0001a/rgb_00041.jpg /furniture_store_0001a/sync_depth_00041.png 518.8579 -/reception_room_0004/rgb_00058.jpg /reception_room_0004/sync_depth_00058.png 518.8579 -/bedroom_0034/rgb_00128.jpg /bedroom_0034/sync_depth_00128.png 518.8579 -/dining_room_0016/rgb_00026.jpg /dining_room_0016/sync_depth_00026.png 518.8579 -/home_office_0011/rgb_00023.jpg /home_office_0011/sync_depth_00023.png 518.8579 -/bedroom_0019/rgb_00013.jpg /bedroom_0019/sync_depth_00013.png 518.8579 -/kitchen_0019a/rgb_00160.jpg /kitchen_0019a/sync_depth_00160.png 518.8579 -/bedroom_0062/rgb_00153.jpg /bedroom_0062/sync_depth_00153.png 518.8579 -/furniture_store_0001d/rgb_00193.jpg /furniture_store_0001d/sync_depth_00193.png 518.8579 -/bedroom_0019/rgb_00158.jpg /bedroom_0019/sync_depth_00158.png 518.8579 -/kitchen_0035b/rgb_00124.jpg /kitchen_0035b/sync_depth_00124.png 518.8579 -/living_room_0058/rgb_00104.jpg /living_room_0058/sync_depth_00104.png 518.8579 -/living_room_0067/rgb_00030.jpg /living_room_0067/sync_depth_00030.png 518.8579 -/living_room_0070/rgb_00073.jpg /living_room_0070/sync_depth_00073.png 518.8579 -/bedroom_0052/rgb_00193.jpg /bedroom_0052/sync_depth_00193.png 518.8579 -/basement_0001b/rgb_00023.jpg /basement_0001b/sync_depth_00023.png 518.8579 -/bedroom_0136/rgb_00054.jpg /bedroom_0136/sync_depth_00054.png 518.8579 -/bedroom_0125b/rgb_00079.jpg /bedroom_0125b/sync_depth_00079.png 518.8579 -/bookstore_0001h/rgb_00102.jpg /bookstore_0001h/sync_depth_00102.png 518.8579 -/reception_room_0001b/rgb_00041.jpg /reception_room_0001b/sync_depth_00041.png 518.8579 -/kitchen_0028a/rgb_00086.jpg /kitchen_0028a/sync_depth_00086.png 518.8579 -/bedroom_0138/rgb_00045.jpg /bedroom_0138/sync_depth_00045.png 518.8579 -/bathroom_0030/rgb_00047.jpg /bathroom_0030/sync_depth_00047.png 518.8579 -/bathroom_0034/rgb_00051.jpg /bathroom_0034/sync_depth_00051.png 518.8579 -/living_room_0062/rgb_00129.jpg /living_room_0062/sync_depth_00129.png 518.8579 -/kitchen_0048/rgb_00170.jpg /kitchen_0048/sync_depth_00170.png 518.8579 -/bedroom_0078/rgb_00085.jpg /bedroom_0078/sync_depth_00085.png 518.8579 -/dining_room_0031/rgb_00323.jpg /dining_room_0031/sync_depth_00323.png 518.8579 -/bedroom_0034/rgb_00117.jpg /bedroom_0034/sync_depth_00117.png 518.8579 -/kitchen_0047/rgb_00151.jpg /kitchen_0047/sync_depth_00151.png 518.8579 -/living_room_0037/rgb_00041.jpg /living_room_0037/sync_depth_00041.png 518.8579 -/home_office_0004/rgb_00046.jpg /home_office_0004/sync_depth_00046.png 518.8579 -/playroom_0002/rgb_00117.jpg /playroom_0002/sync_depth_00117.png 518.8579 -/home_office_0008/rgb_00169.jpg /home_office_0008/sync_depth_00169.png 518.8579 -/kitchen_0011a/rgb_00056.jpg /kitchen_0011a/sync_depth_00056.png 518.8579 -/living_room_0068/rgb_00033.jpg /living_room_0068/sync_depth_00033.png 518.8579 -/living_room_0040/rgb_00202.jpg /living_room_0040/sync_depth_00202.png 518.8579 -/dining_room_0015/rgb_00042.jpg /dining_room_0015/sync_depth_00042.png 518.8579 -/dining_room_0015/rgb_00188.jpg /dining_room_0015/sync_depth_00188.png 518.8579 -/kitchen_0029c/rgb_00096.jpg /kitchen_0029c/sync_depth_00096.png 518.8579 -/bathroom_0049/rgb_00000.jpg /bathroom_0049/sync_depth_00000.png 518.8579 -/living_room_0039/rgb_00192.jpg /living_room_0039/sync_depth_00192.png 518.8579 -/classroom_0012/rgb_00027.jpg /classroom_0012/sync_depth_00027.png 518.8579 -/classroom_0022/rgb_00060.jpg /classroom_0022/sync_depth_00060.png 518.8579 -/bedroom_0015/rgb_00084.jpg /bedroom_0015/sync_depth_00084.png 518.8579 -/bedroom_0104/rgb_00118.jpg /bedroom_0104/sync_depth_00118.png 518.8579 -/bedroom_0097/rgb_00010.jpg /bedroom_0097/sync_depth_00010.png 518.8579 -/bedroom_0062/rgb_00112.jpg /bedroom_0062/sync_depth_00112.png 518.8579 -/bedroom_0063/rgb_00083.jpg /bedroom_0063/sync_depth_00083.png 518.8579 -/kitchen_0031/rgb_00054.jpg /kitchen_0031/sync_depth_00054.png 518.8579 -/bathroom_0028/rgb_00082.jpg /bathroom_0028/sync_depth_00082.png 518.8579 -/dining_room_0013/rgb_00019.jpg /dining_room_0013/sync_depth_00019.png 518.8579 -/bookstore_0001h/rgb_00071.jpg /bookstore_0001h/sync_depth_00071.png 518.8579 -/bookstore_0001d/rgb_00116.jpg /bookstore_0001d/sync_depth_00116.png 518.8579 -/playroom_0003/rgb_00091.jpg /playroom_0003/sync_depth_00091.png 518.8579 -/bedroom_0067b/rgb_00031.jpg /bedroom_0067b/sync_depth_00031.png 518.8579 -/kitchen_0043/rgb_00180.jpg /kitchen_0043/sync_depth_00180.png 518.8579 -/living_room_0042b/rgb_00044.jpg /living_room_0042b/sync_depth_00044.png 518.8579 -/living_room_0083/rgb_00094.jpg /living_room_0083/sync_depth_00094.png 518.8579 -/bedroom_0016/rgb_00161.jpg /bedroom_0016/sync_depth_00161.png 518.8579 -/bedroom_0136/rgb_00052.jpg /bedroom_0136/sync_depth_00052.png 518.8579 -/office_0025/rgb_00008.jpg /office_0025/sync_depth_00008.png 518.8579 -/dining_room_0024/rgb_00149.jpg /dining_room_0024/sync_depth_00149.png 518.8579 -/home_office_0008/rgb_00138.jpg /home_office_0008/sync_depth_00138.png 518.8579 -/dining_room_0023/rgb_00023.jpg /dining_room_0023/sync_depth_00023.png 518.8579 -/dining_room_0001b/rgb_00101.jpg /dining_room_0001b/sync_depth_00101.png 518.8579 -/bedroom_0026/rgb_00120.jpg /bedroom_0026/sync_depth_00120.png 518.8579 -/kitchen_0029c/rgb_00085.jpg /kitchen_0029c/sync_depth_00085.png 518.8579 -/office_0011/rgb_00034.jpg /office_0011/sync_depth_00034.png 518.8579 -/kitchen_0010/rgb_00103.jpg /kitchen_0010/sync_depth_00103.png 518.8579 -/bedroom_0026/rgb_00070.jpg /bedroom_0026/sync_depth_00070.png 518.8579 -/bedroom_0076a/rgb_00187.jpg /bedroom_0076a/sync_depth_00187.png 518.8579 -/dining_room_0016/rgb_00210.jpg /dining_room_0016/sync_depth_00210.png 518.8579 -/classroom_0018/rgb_00004.jpg /classroom_0018/sync_depth_00004.png 518.8579 -/living_room_0022/rgb_00377.jpg /living_room_0022/sync_depth_00377.png 518.8579 -/bedroom_0125b/rgb_00030.jpg /bedroom_0125b/sync_depth_00030.png 518.8579 -/bathroom_0013/rgb_00051.jpg /bathroom_0013/sync_depth_00051.png 518.8579 -/bathroom_0056/rgb_00045.jpg /bathroom_0056/sync_depth_00045.png 518.8579 -/bedroom_0020/rgb_00065.jpg /bedroom_0020/sync_depth_00065.png 518.8579 -/kitchen_0051/rgb_00188.jpg /kitchen_0051/sync_depth_00188.png 518.8579 -/kitchen_0035b/rgb_00175.jpg /kitchen_0035b/sync_depth_00175.png 518.8579 -/bookstore_0001e/rgb_00226.jpg /bookstore_0001e/sync_depth_00226.png 518.8579 -/furniture_store_0002c/rgb_00054.jpg /furniture_store_0002c/sync_depth_00054.png 518.8579 -/bedroom_0051/rgb_00185.jpg /bedroom_0051/sync_depth_00185.png 518.8579 -/furniture_store_0001d/rgb_00034.jpg /furniture_store_0001d/sync_depth_00034.png 518.8579 -/nyu_office_1/rgb_00095.jpg /nyu_office_1/sync_depth_00095.png 518.8579 -/bathroom_0055/rgb_00012.jpg /bathroom_0055/sync_depth_00012.png 518.8579 -/bedroom_0079/rgb_00022.jpg /bedroom_0079/sync_depth_00022.png 518.8579 -/bookstore_0001j/rgb_00204.jpg /bookstore_0001j/sync_depth_00204.png 518.8579 -/bedroom_0026/rgb_00059.jpg /bedroom_0026/sync_depth_00059.png 518.8579 -/dining_room_0019/rgb_00173.jpg /dining_room_0019/sync_depth_00173.png 518.8579 -/bedroom_0039/rgb_00033.jpg /bedroom_0039/sync_depth_00033.png 518.8579 -/office_0006/rgb_00107.jpg /office_0006/sync_depth_00107.png 518.8579 -/kitchen_0053/rgb_00182.jpg /kitchen_0053/sync_depth_00182.png 518.8579 -/bedroom_0140/rgb_00153.jpg /bedroom_0140/sync_depth_00153.png 518.8579 -/bedroom_0136/rgb_00008.jpg /bedroom_0136/sync_depth_00008.png 518.8579 -/dining_room_0016/rgb_00134.jpg /dining_room_0016/sync_depth_00134.png 518.8579 -/bedroom_0016/rgb_00138.jpg /bedroom_0016/sync_depth_00138.png 518.8579 -/bookstore_0001g/rgb_00158.jpg /bookstore_0001g/sync_depth_00158.png 518.8579 -/bedroom_0081/rgb_00001.jpg /bedroom_0081/sync_depth_00001.png 518.8579 -/living_room_0012/rgb_00123.jpg /living_room_0012/sync_depth_00123.png 518.8579 -/classroom_0011/rgb_00066.jpg /classroom_0011/sync_depth_00066.png 518.8579 -/living_room_0086b/rgb_00018.jpg /living_room_0086b/sync_depth_00018.png 518.8579 -/kitchen_0051/rgb_00220.jpg /kitchen_0051/sync_depth_00220.png 518.8579 -/office_0026/rgb_00194.jpg /office_0026/sync_depth_00194.png 518.8579 -/bathroom_0030/rgb_00008.jpg /bathroom_0030/sync_depth_00008.png 518.8579 -/dining_room_0037/rgb_00100.jpg /dining_room_0037/sync_depth_00100.png 518.8579 -/living_room_0022/rgb_00144.jpg /living_room_0022/sync_depth_00144.png 518.8579 -/bookstore_0001e/rgb_00121.jpg /bookstore_0001e/sync_depth_00121.png 518.8579 -/kitchen_0060/rgb_00027.jpg /kitchen_0060/sync_depth_00027.png 518.8579 -/bedroom_0028/rgb_00065.jpg /bedroom_0028/sync_depth_00065.png 518.8579 -/dining_room_0034/rgb_00152.jpg /dining_room_0034/sync_depth_00152.png 518.8579 -/bedroom_0019/rgb_00086.jpg /bedroom_0019/sync_depth_00086.png 518.8579 -/bookstore_0001j/rgb_00041.jpg /bookstore_0001j/sync_depth_00041.png 518.8579 -/bathroom_0019/rgb_00017.jpg /bathroom_0019/sync_depth_00017.png 518.8579 -/living_room_0022/rgb_00437.jpg /living_room_0022/sync_depth_00437.png 518.8579 -/playroom_0004/rgb_00024.jpg /playroom_0004/sync_depth_00024.png 518.8579 -/dining_room_0001b/rgb_00145.jpg /dining_room_0001b/sync_depth_00145.png 518.8579 -/bookstore_0001h/rgb_00007.jpg /bookstore_0001h/sync_depth_00007.png 518.8579 -/living_room_0005/rgb_00000.jpg /living_room_0005/sync_depth_00000.png 518.8579 -/basement_0001b/rgb_00029.jpg /basement_0001b/sync_depth_00029.png 518.8579 -/bookstore_0001g/rgb_00046.jpg /bookstore_0001g/sync_depth_00046.png 518.8579 -/dining_room_0031/rgb_00144.jpg /dining_room_0031/sync_depth_00144.png 518.8579 -/foyer_0002/rgb_00024.jpg /foyer_0002/sync_depth_00024.png 518.8579 -/kitchen_0052/rgb_00086.jpg /kitchen_0052/sync_depth_00086.png 518.8579 -/bedroom_0053/rgb_00045.jpg /bedroom_0053/sync_depth_00045.png 518.8579 -/living_room_0022/rgb_00303.jpg /living_room_0022/sync_depth_00303.png 518.8579 -/kitchen_0019a/rgb_00298.jpg /kitchen_0019a/sync_depth_00298.png 518.8579 -/bedroom_0078/rgb_00066.jpg /bedroom_0078/sync_depth_00066.png 518.8579 -/bathroom_0006/rgb_00063.jpg /bathroom_0006/sync_depth_00063.png 518.8579 -/nyu_office_1/rgb_00020.jpg /nyu_office_1/sync_depth_00020.png 518.8579 -/study_0003/rgb_00011.jpg /study_0003/sync_depth_00011.png 518.8579 -/conference_room_0001/rgb_00003.jpg /conference_room_0001/sync_depth_00003.png 518.8579 -/bedroom_0113/rgb_00040.jpg /bedroom_0113/sync_depth_00040.png 518.8579 -/nyu_office_0/rgb_00072.jpg /nyu_office_0/sync_depth_00072.png 518.8579 -/classroom_0006/rgb_00097.jpg /classroom_0006/sync_depth_00097.png 518.8579 -/office_0012/rgb_00099.jpg /office_0012/sync_depth_00099.png 518.8579 -/bedroom_0120/rgb_00049.jpg /bedroom_0120/sync_depth_00049.png 518.8579 -/living_room_0039/rgb_00161.jpg /living_room_0039/sync_depth_00161.png 518.8579 -/dining_room_0012/rgb_00161.jpg /dining_room_0012/sync_depth_00161.png 518.8579 -/kitchen_0043/rgb_00148.jpg /kitchen_0043/sync_depth_00148.png 518.8579 -/dining_room_0007/rgb_00206.jpg /dining_room_0007/sync_depth_00206.png 518.8579 -/living_room_0050/rgb_00155.jpg /living_room_0050/sync_depth_00155.png 518.8579 -/bedroom_0062/rgb_00121.jpg /bedroom_0062/sync_depth_00121.png 518.8579 -/classroom_0005/rgb_00010.jpg /classroom_0005/sync_depth_00010.png 518.8579 -/bedroom_0029/rgb_00061.jpg /bedroom_0029/sync_depth_00061.png 518.8579 -/kitchen_0031/rgb_00206.jpg /kitchen_0031/sync_depth_00206.png 518.8579 -/conference_room_0001/rgb_00107.jpg /conference_room_0001/sync_depth_00107.png 518.8579 -/bookstore_0001h/rgb_00176.jpg /bookstore_0001h/sync_depth_00176.png 518.8579 -/bedroom_0076a/rgb_00184.jpg /bedroom_0076a/sync_depth_00184.png 518.8579 -/kitchen_0037/rgb_00092.jpg /kitchen_0037/sync_depth_00092.png 518.8579 -/bedroom_0086/rgb_00022.jpg /bedroom_0086/sync_depth_00022.png 518.8579 -/office_0009/rgb_00085.jpg /office_0009/sync_depth_00085.png 518.8579 -/bathroom_0002/rgb_00029.jpg /bathroom_0002/sync_depth_00029.png 518.8579 -/bookstore_0001d/rgb_00066.jpg /bookstore_0001d/sync_depth_00066.png 518.8579 -/bedroom_0060/rgb_00030.jpg /bedroom_0060/sync_depth_00030.png 518.8579 -/home_storage_0001/rgb_00126.jpg /home_storage_0001/sync_depth_00126.png 518.8579 -/bedroom_0034/rgb_00031.jpg /bedroom_0034/sync_depth_00031.png 518.8579 -/playroom_0004/rgb_00097.jpg /playroom_0004/sync_depth_00097.png 518.8579 -/living_room_0047b/rgb_00159.jpg /living_room_0047b/sync_depth_00159.png 518.8579 -/dining_room_0013/rgb_00011.jpg /dining_room_0013/sync_depth_00011.png 518.8579 -/living_room_0069b/rgb_00038.jpg /living_room_0069b/sync_depth_00038.png 518.8579 -/living_room_0038/rgb_00084.jpg /living_room_0038/sync_depth_00084.png 518.8579 -/living_room_0062/rgb_00099.jpg /living_room_0062/sync_depth_00099.png 518.8579 -/bookstore_0001j/rgb_00182.jpg /bookstore_0001j/sync_depth_00182.png 518.8579 -/bedroom_0020/rgb_00062.jpg /bedroom_0020/sync_depth_00062.png 518.8579 -/bedroom_0086/rgb_00062.jpg /bedroom_0086/sync_depth_00062.png 518.8579 -/living_room_0022/rgb_00114.jpg /living_room_0022/sync_depth_00114.png 518.8579 -/home_office_0008/rgb_00141.jpg /home_office_0008/sync_depth_00141.png 518.8579 -/cafe_0001c/rgb_00084.jpg /cafe_0001c/sync_depth_00084.png 518.8579 -/bedroom_0025/rgb_00046.jpg /bedroom_0025/sync_depth_00046.png 518.8579 -/bookstore_0001f/rgb_00012.jpg /bookstore_0001f/sync_depth_00012.png 518.8579 -/living_room_0086a/rgb_00014.jpg /living_room_0086a/sync_depth_00014.png 518.8579 -/living_room_0042b/rgb_00026.jpg /living_room_0042b/sync_depth_00026.png 518.8579 -/dining_room_0007/rgb_00034.jpg /dining_room_0007/sync_depth_00034.png 518.8579 -/furniture_store_0001d/rgb_00153.jpg /furniture_store_0001d/sync_depth_00153.png 518.8579 -/living_room_0046a/rgb_00002.jpg /living_room_0046a/sync_depth_00002.png 518.8579 -/kitchen_0010/rgb_00051.jpg /kitchen_0010/sync_depth_00051.png 518.8579 -/dining_room_0031/rgb_00343.jpg /dining_room_0031/sync_depth_00343.png 518.8579 -/bedroom_0076a/rgb_00211.jpg /bedroom_0076a/sync_depth_00211.png 518.8579 -/student_lounge_0001/rgb_00215.jpg /student_lounge_0001/sync_depth_00215.png 518.8579 -/study_room_0004/rgb_00012.jpg /study_room_0004/sync_depth_00012.png 518.8579 -/dining_room_0034/rgb_00056.jpg /dining_room_0034/sync_depth_00056.png 518.8579 -/playroom_0002/rgb_00123.jpg /playroom_0002/sync_depth_00123.png 518.8579 -/bookstore_0001f/rgb_00393.jpg /bookstore_0001f/sync_depth_00393.png 518.8579 -/study_room_0005b/rgb_00000.jpg /study_room_0005b/sync_depth_00000.png 518.8579 -/dining_room_0031/rgb_00045.jpg /dining_room_0031/sync_depth_00045.png 518.8579 -/dining_room_0015/rgb_00164.jpg /dining_room_0015/sync_depth_00164.png 518.8579 -/study_0008/rgb_00032.jpg /study_0008/sync_depth_00032.png 518.8579 -/kitchen_0029c/rgb_00159.jpg /kitchen_0029c/sync_depth_00159.png 518.8579 -/living_room_0082/rgb_00059.jpg /living_room_0082/sync_depth_00059.png 518.8579 -/dining_room_0023/rgb_00105.jpg /dining_room_0023/sync_depth_00105.png 518.8579 -/office_0011/rgb_00047.jpg /office_0011/sync_depth_00047.png 518.8579 -/study_0004/rgb_00045.jpg /study_0004/sync_depth_00045.png 518.8579 -/living_room_0004/rgb_00091.jpg /living_room_0004/sync_depth_00091.png 518.8579 -/kitchen_0035b/rgb_00178.jpg /kitchen_0035b/sync_depth_00178.png 518.8579 -/living_room_0055/rgb_00111.jpg /living_room_0055/sync_depth_00111.png 518.8579 -/bedroom_0100/rgb_00014.jpg /bedroom_0100/sync_depth_00014.png 518.8579 -/bedroom_0021/rgb_00063.jpg /bedroom_0021/sync_depth_00063.png 518.8579 -/basement_0001a/rgb_00077.jpg /basement_0001a/sync_depth_00077.png 518.8579 -/bedroom_0078/rgb_00117.jpg /bedroom_0078/sync_depth_00117.png 518.8579 -/home_office_0004/rgb_00165.jpg /home_office_0004/sync_depth_00165.png 518.8579 -/classroom_0006/rgb_00011.jpg /classroom_0006/sync_depth_00011.png 518.8579 -/bathroom_0013/rgb_00047.jpg /bathroom_0013/sync_depth_00047.png 518.8579 -/dining_room_0034/rgb_00167.jpg /dining_room_0034/sync_depth_00167.png 518.8579 -/bedroom_0104/rgb_00070.jpg /bedroom_0104/sync_depth_00070.png 518.8579 -/bedroom_0125b/rgb_00062.jpg /bedroom_0125b/sync_depth_00062.png 518.8579 -/living_room_0063/rgb_00082.jpg /living_room_0063/sync_depth_00082.png 518.8579 -/bedroom_0016/rgb_00039.jpg /bedroom_0016/sync_depth_00039.png 518.8579 -/bedroom_0025/rgb_00134.jpg /bedroom_0025/sync_depth_00134.png 518.8579 -/home_office_0006/rgb_00049.jpg /home_office_0006/sync_depth_00049.png 518.8579 -/furniture_store_0001c/rgb_00005.jpg /furniture_store_0001c/sync_depth_00005.png 518.8579 -/kitchen_0028a/rgb_00192.jpg /kitchen_0028a/sync_depth_00192.png 518.8579 -/bedroom_0082/rgb_00059.jpg /bedroom_0082/sync_depth_00059.png 518.8579 -/kitchen_0017/rgb_00008.jpg /kitchen_0017/sync_depth_00008.png 518.8579 -/bedroom_0076a/rgb_00063.jpg /bedroom_0076a/sync_depth_00063.png 518.8579 -/dining_room_0013/rgb_00000.jpg /dining_room_0013/sync_depth_00000.png 518.8579 -/bedroom_0029/rgb_00028.jpg /bedroom_0029/sync_depth_00028.png 518.8579 -/bookstore_0001g/rgb_00140.jpg /bookstore_0001g/sync_depth_00140.png 518.8579 -/classroom_0012/rgb_00033.jpg /classroom_0012/sync_depth_00033.png 518.8579 -/bookstore_0001d/rgb_00288.jpg /bookstore_0001d/sync_depth_00288.png 518.8579 -/bathroom_0034/rgb_00025.jpg /bathroom_0034/sync_depth_00025.png 518.8579 -/kitchen_0048/rgb_00215.jpg /kitchen_0048/sync_depth_00215.png 518.8579 -/bookstore_0001f/rgb_00098.jpg /bookstore_0001f/sync_depth_00098.png 518.8579 -/nyu_office_1/rgb_00004.jpg /nyu_office_1/sync_depth_00004.png 518.8579 -/kitchen_0053/rgb_00112.jpg /kitchen_0053/sync_depth_00112.png 518.8579 -/dining_room_0007/rgb_00067.jpg /dining_room_0007/sync_depth_00067.png 518.8579 -/office_0003/rgb_00003.jpg /office_0003/sync_depth_00003.png 518.8579 -/bathroom_0024/rgb_00056.jpg /bathroom_0024/sync_depth_00056.png 518.8579 -/dining_room_0008/rgb_00146.jpg /dining_room_0008/sync_depth_00146.png 518.8579 -/bedroom_0028/rgb_00026.jpg /bedroom_0028/sync_depth_00026.png 518.8579 -/basement_0001a/rgb_00045.jpg /basement_0001a/sync_depth_00045.png 518.8579 -/dining_room_0037/rgb_00073.jpg /dining_room_0037/sync_depth_00073.png 518.8579 -/bedroom_0014/rgb_00013.jpg /bedroom_0014/sync_depth_00013.png 518.8579 -/living_room_0050/rgb_00184.jpg /living_room_0050/sync_depth_00184.png 518.8579 -/bedroom_0051/rgb_00039.jpg /bedroom_0051/sync_depth_00039.png 518.8579 -/kitchen_0035b/rgb_00150.jpg /kitchen_0035b/sync_depth_00150.png 518.8579 -/bookstore_0001e/rgb_00000.jpg /bookstore_0001e/sync_depth_00000.png 518.8579 -/bedroom_0060/rgb_00085.jpg /bedroom_0060/sync_depth_00085.png 518.8579 -/bedroom_0059/rgb_00027.jpg /bedroom_0059/sync_depth_00027.png 518.8579 -/living_room_0058/rgb_00258.jpg /living_room_0058/sync_depth_00258.png 518.8579 -/living_room_0011/rgb_00131.jpg /living_room_0011/sync_depth_00131.png 518.8579 -/study_room_0005b/rgb_00059.jpg /study_room_0005b/sync_depth_00059.png 518.8579 -/nyu_office_0/rgb_00035.jpg /nyu_office_0/sync_depth_00035.png 518.8579 -/dining_room_0024/rgb_00085.jpg /dining_room_0024/sync_depth_00085.png 518.8579 -/kitchen_0045a/rgb_00123.jpg /kitchen_0045a/sync_depth_00123.png 518.8579 -/furniture_store_0001f/rgb_00004.jpg /furniture_store_0001f/sync_depth_00004.png 518.8579 -/kitchen_0008/rgb_00022.jpg /kitchen_0008/sync_depth_00022.png 518.8579 -/living_room_0022/rgb_00185.jpg /living_room_0022/sync_depth_00185.png 518.8579 -/kitchen_0028b/rgb_00040.jpg /kitchen_0028b/sync_depth_00040.png 518.8579 -/bedroom_0120/rgb_00015.jpg /bedroom_0120/sync_depth_00015.png 518.8579 -/bookstore_0001f/rgb_00495.jpg /bookstore_0001f/sync_depth_00495.png 518.8579 -/office_0024/rgb_00106.jpg /office_0024/sync_depth_00106.png 518.8579 -/home_office_0007/rgb_00030.jpg /home_office_0007/sync_depth_00030.png 518.8579 -/living_room_0020/rgb_00203.jpg /living_room_0020/sync_depth_00203.png 518.8579 -/bedroom_0097/rgb_00036.jpg /bedroom_0097/sync_depth_00036.png 518.8579 -/living_room_0010/rgb_00059.jpg /living_room_0010/sync_depth_00059.png 518.8579 -/playroom_0006/rgb_00054.jpg /playroom_0006/sync_depth_00054.png 518.8579 -/dining_room_0012/rgb_00056.jpg /dining_room_0012/sync_depth_00056.png 518.8579 -/student_lounge_0001/rgb_00208.jpg /student_lounge_0001/sync_depth_00208.png 518.8579 -/living_room_0012/rgb_00104.jpg /living_room_0012/sync_depth_00104.png 518.8579 -/conference_room_0002/rgb_00024.jpg /conference_room_0002/sync_depth_00024.png 518.8579 -/office_kitchen_0003/rgb_00010.jpg /office_kitchen_0003/sync_depth_00010.png 518.8579 -/office_0012/rgb_00062.jpg /office_0012/sync_depth_00062.png 518.8579 -/living_room_0012/rgb_00207.jpg /living_room_0012/sync_depth_00207.png 518.8579 -/living_room_0040/rgb_00065.jpg /living_room_0040/sync_depth_00065.png 518.8579 -/living_room_0070/rgb_00037.jpg /living_room_0070/sync_depth_00037.png 518.8579 -/cafe_0001c/rgb_00055.jpg /cafe_0001c/sync_depth_00055.png 518.8579 -/bedroom_0016/rgb_00080.jpg /bedroom_0016/sync_depth_00080.png 518.8579 -/living_room_0018/rgb_00124.jpg /living_room_0018/sync_depth_00124.png 518.8579 -/dining_room_0012/rgb_00033.jpg /dining_room_0012/sync_depth_00033.png 518.8579 -/bedroom_0051/rgb_00087.jpg /bedroom_0051/sync_depth_00087.png 518.8579 -/living_room_0010/rgb_00139.jpg /living_room_0010/sync_depth_00139.png 518.8579 -/kitchen_0031/rgb_00067.jpg /kitchen_0031/sync_depth_00067.png 518.8579 -/bedroom_0059/rgb_00029.jpg /bedroom_0059/sync_depth_00029.png 518.8579 -/bedroom_0076a/rgb_00227.jpg /bedroom_0076a/sync_depth_00227.png 518.8579 -/living_room_0040/rgb_00068.jpg /living_room_0040/sync_depth_00068.png 518.8579 -/living_room_0040/rgb_00071.jpg /living_room_0040/sync_depth_00071.png 518.8579 -/kitchen_0051/rgb_00227.jpg /kitchen_0051/sync_depth_00227.png 518.8579 -/bookstore_0001f/rgb_00512.jpg /bookstore_0001f/sync_depth_00512.png 518.8579 -/kitchen_0048/rgb_00093.jpg /kitchen_0048/sync_depth_00093.png 518.8579 -/office_0021/rgb_00000.jpg /office_0021/sync_depth_00000.png 518.8579 -/bedroom_0017/rgb_00030.jpg /bedroom_0017/sync_depth_00030.png 518.8579 -/dining_room_0031/rgb_00208.jpg /dining_room_0031/sync_depth_00208.png 518.8579 -/furniture_store_0002b/rgb_00078.jpg /furniture_store_0002b/sync_depth_00078.png 518.8579 -/bedroom_0118/rgb_00002.jpg /bedroom_0118/sync_depth_00002.png 518.8579 -/living_room_0040/rgb_00066.jpg /living_room_0040/sync_depth_00066.png 518.8579 -/bedroom_0081/rgb_00027.jpg /bedroom_0081/sync_depth_00027.png 518.8579 -/bookstore_0001g/rgb_00111.jpg /bookstore_0001g/sync_depth_00111.png 518.8579 -/dining_room_0016/rgb_00102.jpg /dining_room_0016/sync_depth_00102.png 518.8579 -/bedroom_0120/rgb_00067.jpg /bedroom_0120/sync_depth_00067.png 518.8579 -/living_room_0078/rgb_00137.jpg /living_room_0078/sync_depth_00137.png 518.8579 -/kitchen_0019a/rgb_00263.jpg /kitchen_0019a/sync_depth_00263.png 518.8579 -/kitchen_0008/rgb_00032.jpg /kitchen_0008/sync_depth_00032.png 518.8579 -/bedroom_0033/rgb_00079.jpg /bedroom_0033/sync_depth_00079.png 518.8579 -/bedroom_0034/rgb_00101.jpg /bedroom_0034/sync_depth_00101.png 518.8579 -/student_lounge_0001/rgb_00124.jpg /student_lounge_0001/sync_depth_00124.png 518.8579 -/living_room_0040/rgb_00183.jpg /living_room_0040/sync_depth_00183.png 518.8579 -/furniture_store_0002a/rgb_00388.jpg /furniture_store_0002a/sync_depth_00388.png 518.8579 -/living_room_0058/rgb_00033.jpg /living_room_0058/sync_depth_00033.png 518.8579 -/living_room_0063/rgb_00126.jpg /living_room_0063/sync_depth_00126.png 518.8579 -/laundry_room_0001/rgb_00063.jpg /laundry_room_0001/sync_depth_00063.png 518.8579 -/dining_room_0029/rgb_00015.jpg /dining_room_0029/sync_depth_00015.png 518.8579 -/living_room_0010/rgb_00220.jpg /living_room_0010/sync_depth_00220.png 518.8579 -/office_0006/rgb_00016.jpg /office_0006/sync_depth_00016.png 518.8579 -/furniture_store_0002a/rgb_00225.jpg /furniture_store_0002a/sync_depth_00225.png 518.8579 -/kitchen_0008/rgb_00011.jpg /kitchen_0008/sync_depth_00011.png 518.8579 -/bedroom_0106/rgb_00017.jpg /bedroom_0106/sync_depth_00017.png 518.8579 -/living_room_0062/rgb_00002.jpg /living_room_0062/sync_depth_00002.png 518.8579 -/dining_room_0029/rgb_00118.jpg /dining_room_0029/sync_depth_00118.png 518.8579 -/furniture_store_0001b/rgb_00024.jpg /furniture_store_0001b/sync_depth_00024.png 518.8579 -/reception_room_0002/rgb_00003.jpg /reception_room_0002/sync_depth_00003.png 518.8579 -/bedroom_0140/rgb_00123.jpg /bedroom_0140/sync_depth_00123.png 518.8579 -/nyu_office_0/rgb_00165.jpg /nyu_office_0/sync_depth_00165.png 518.8579 -/bookstore_0001j/rgb_00298.jpg /bookstore_0001j/sync_depth_00298.png 518.8579 -/bedroom_0104/rgb_00048.jpg /bedroom_0104/sync_depth_00048.png 518.8579 -/dining_room_0014/rgb_00090.jpg /dining_room_0014/sync_depth_00090.png 518.8579 -/kitchen_0051/rgb_00036.jpg /kitchen_0051/sync_depth_00036.png 518.8579 -/dining_room_0031/rgb_00232.jpg /dining_room_0031/sync_depth_00232.png 518.8579 -/living_room_0012/rgb_00174.jpg /living_room_0012/sync_depth_00174.png 518.8579 -/classroom_0022/rgb_00098.jpg /classroom_0022/sync_depth_00098.png 518.8579 -/bedroom_0096/rgb_00085.jpg /bedroom_0096/sync_depth_00085.png 518.8579 -/bathroom_0028/rgb_00161.jpg /bathroom_0028/sync_depth_00161.png 518.8579 -/furniture_store_0002b/rgb_00262.jpg /furniture_store_0002b/sync_depth_00262.png 518.8579 -/kitchen_0003/rgb_00043.jpg /kitchen_0003/sync_depth_00043.png 518.8579 -/bedroom_0016/rgb_00061.jpg /bedroom_0016/sync_depth_00061.png 518.8579 -/bookstore_0001d/rgb_00301.jpg /bookstore_0001d/sync_depth_00301.png 518.8579 -/dining_room_0012/rgb_00141.jpg /dining_room_0012/sync_depth_00141.png 518.8579 -/bedroom_0081/rgb_00007.jpg /bedroom_0081/sync_depth_00007.png 518.8579 -/playroom_0003/rgb_00149.jpg /playroom_0003/sync_depth_00149.png 518.8579 -/kitchen_0048/rgb_00048.jpg /kitchen_0048/sync_depth_00048.png 518.8579 -/bathroom_0045a/rgb_00054.jpg /bathroom_0045a/sync_depth_00054.png 518.8579 -/bedroom_0017/rgb_00014.jpg /bedroom_0017/sync_depth_00014.png 518.8579 -/office_kitchen_0001b/rgb_00011.jpg /office_kitchen_0001b/sync_depth_00011.png 518.8579 -/living_room_0046b/rgb_00048.jpg /living_room_0046b/sync_depth_00048.png 518.8579 -/bedroom_0076a/rgb_00226.jpg /bedroom_0076a/sync_depth_00226.png 518.8579 -/living_room_0063/rgb_00068.jpg /living_room_0063/sync_depth_00068.png 518.8579 -/bedroom_0016/rgb_00132.jpg /bedroom_0016/sync_depth_00132.png 518.8579 -/living_room_0062/rgb_00070.jpg /living_room_0062/sync_depth_00070.png 518.8579 -/bathroom_0024/rgb_00044.jpg /bathroom_0024/sync_depth_00044.png 518.8579 -/bedroom_0021/rgb_00028.jpg /bedroom_0021/sync_depth_00028.png 518.8579 -/home_office_0008/rgb_00064.jpg /home_office_0008/sync_depth_00064.png 518.8579 -/bathroom_0028/rgb_00097.jpg /bathroom_0028/sync_depth_00097.png 518.8579 -/bedroom_0014/rgb_00028.jpg /bedroom_0014/sync_depth_00028.png 518.8579 -/living_room_0035/rgb_00083.jpg /living_room_0035/sync_depth_00083.png 518.8579 -/living_room_0068/rgb_00082.jpg /living_room_0068/sync_depth_00082.png 518.8579 -/dining_room_0014/rgb_00045.jpg /dining_room_0014/sync_depth_00045.png 518.8579 -/playroom_0006/rgb_00143.jpg /playroom_0006/sync_depth_00143.png 518.8579 -/bathroom_0011/rgb_00027.jpg /bathroom_0011/sync_depth_00027.png 518.8579 -/dining_room_0001b/rgb_00077.jpg /dining_room_0001b/sync_depth_00077.png 518.8579 -/kitchen_0028a/rgb_00025.jpg /kitchen_0028a/sync_depth_00025.png 518.8579 -/classroom_0006/rgb_00131.jpg /classroom_0006/sync_depth_00131.png 518.8579 -/home_office_0004/rgb_00149.jpg /home_office_0004/sync_depth_00149.png 518.8579 -/dining_room_0037/rgb_00153.jpg /dining_room_0037/sync_depth_00153.png 518.8579 -/study_0008/rgb_00052.jpg /study_0008/sync_depth_00052.png 518.8579 -/bedroom_0113/rgb_00096.jpg /bedroom_0113/sync_depth_00096.png 518.8579 -/living_room_0067/rgb_00057.jpg /living_room_0067/sync_depth_00057.png 518.8579 -/kitchen_0035b/rgb_00159.jpg /kitchen_0035b/sync_depth_00159.png 518.8579 -/bedroom_0019/rgb_00085.jpg /bedroom_0019/sync_depth_00085.png 518.8579 -/office_0006/rgb_00126.jpg /office_0006/sync_depth_00126.png 518.8579 -/bathroom_0016/rgb_00002.jpg /bathroom_0016/sync_depth_00002.png 518.8579 -/dining_room_0014/rgb_00068.jpg /dining_room_0014/sync_depth_00068.png 518.8579 -/kitchen_0051/rgb_00087.jpg /kitchen_0051/sync_depth_00087.png 518.8579 -/living_room_0063/rgb_00152.jpg /living_room_0063/sync_depth_00152.png 518.8579 -/dining_room_0013/rgb_00016.jpg /dining_room_0013/sync_depth_00016.png 518.8579 -/bathroom_0014a/rgb_00028.jpg /bathroom_0014a/sync_depth_00028.png 518.8579 -/dining_room_0034/rgb_00086.jpg /dining_room_0034/sync_depth_00086.png 518.8579 -/kitchen_0019b/rgb_00025.jpg /kitchen_0019b/sync_depth_00025.png 518.8579 -/kitchen_0050/rgb_00134.jpg /kitchen_0050/sync_depth_00134.png 518.8579 -/bedroom_0015/rgb_00057.jpg /bedroom_0015/sync_depth_00057.png 518.8579 -/kitchen_0006/rgb_00000.jpg /kitchen_0006/sync_depth_00000.png 518.8579 -/bedroom_0096/rgb_00023.jpg /bedroom_0096/sync_depth_00023.png 518.8579 -/kitchen_0043/rgb_00008.jpg /kitchen_0043/sync_depth_00008.png 518.8579 -/office_0011/rgb_00009.jpg /office_0011/sync_depth_00009.png 518.8579 -/living_room_0022/rgb_00110.jpg /living_room_0022/sync_depth_00110.png 518.8579 -/bedroom_0016/rgb_00058.jpg /bedroom_0016/sync_depth_00058.png 518.8579 -/office_0012/rgb_00081.jpg /office_0012/sync_depth_00081.png 518.8579 -/bedroom_0118/rgb_00015.jpg /bedroom_0118/sync_depth_00015.png 518.8579 -/kitchen_0051/rgb_00222.jpg /kitchen_0051/sync_depth_00222.png 518.8579 -/dining_room_0008/rgb_00200.jpg /dining_room_0008/sync_depth_00200.png 518.8579 -/living_room_0019/rgb_00038.jpg /living_room_0019/sync_depth_00038.png 518.8579 -/study_room_0004/rgb_00095.jpg /study_room_0004/sync_depth_00095.png 518.8579 -/living_room_0058/rgb_00266.jpg /living_room_0058/sync_depth_00266.png 518.8579 -/bedroom_0059/rgb_00096.jpg /bedroom_0059/sync_depth_00096.png 518.8579 -/bathroom_0041/rgb_00083.jpg /bathroom_0041/sync_depth_00083.png 518.8579 -/bathroom_0041/rgb_00021.jpg /bathroom_0041/sync_depth_00021.png 518.8579 -/living_room_0046b/rgb_00055.jpg /living_room_0046b/sync_depth_00055.png 518.8579 -/living_room_0004/rgb_00044.jpg /living_room_0004/sync_depth_00044.png 518.8579 -/living_room_0082/rgb_00040.jpg /living_room_0082/sync_depth_00040.png 518.8579 -/dining_room_0023/rgb_00185.jpg /dining_room_0023/sync_depth_00185.png 518.8579 -/dining_room_0034/rgb_00064.jpg /dining_room_0034/sync_depth_00064.png 518.8579 -/reception_room_0004/rgb_00000.jpg /reception_room_0004/sync_depth_00000.png 518.8579 -/office_0004/rgb_00033.jpg /office_0004/sync_depth_00033.png 518.8579 -/living_room_0086a/rgb_00068.jpg /living_room_0086a/sync_depth_00068.png 518.8579 -/home_office_0004/rgb_00105.jpg /home_office_0004/sync_depth_00105.png 518.8579 -/living_room_0022/rgb_00062.jpg /living_room_0022/sync_depth_00062.png 518.8579 -/living_room_0019/rgb_00148.jpg /living_room_0019/sync_depth_00148.png 518.8579 -/office_0021/rgb_00008.jpg /office_0021/sync_depth_00008.png 518.8579 -/dining_room_0010/rgb_00000.jpg /dining_room_0010/sync_depth_00000.png 518.8579 -/living_room_0040/rgb_00293.jpg /living_room_0040/sync_depth_00293.png 518.8579 -/kitchen_0010/rgb_00007.jpg /kitchen_0010/sync_depth_00007.png 518.8579 -/kitchen_0003/rgb_00039.jpg /kitchen_0003/sync_depth_00039.png 518.8579 -/furniture_store_0002a/rgb_00082.jpg /furniture_store_0002a/sync_depth_00082.png 518.8579 -/bedroom_0020/rgb_00051.jpg /bedroom_0020/sync_depth_00051.png 518.8579 -/kitchen_0035b/rgb_00292.jpg /kitchen_0035b/sync_depth_00292.png 518.8579 -/bedroom_0094/rgb_00030.jpg /bedroom_0094/sync_depth_00030.png 518.8579 -/bedroom_0071/rgb_00090.jpg /bedroom_0071/sync_depth_00090.png 518.8579 -/living_room_0067/rgb_00029.jpg /living_room_0067/sync_depth_00029.png 518.8579 -/bedroom_0016/rgb_00195.jpg /bedroom_0016/sync_depth_00195.png 518.8579 -/living_room_0050/rgb_00120.jpg /living_room_0050/sync_depth_00120.png 518.8579 -/bedroom_0059/rgb_00081.jpg /bedroom_0059/sync_depth_00081.png 518.8579 -/bathroom_0048/rgb_00003.jpg /bathroom_0048/sync_depth_00003.png 518.8579 -/kitchen_0053/rgb_00224.jpg /kitchen_0053/sync_depth_00224.png 518.8579 -/kitchen_0048/rgb_00196.jpg /kitchen_0048/sync_depth_00196.png 518.8579 -/kitchen_0019a/rgb_00281.jpg /kitchen_0019a/sync_depth_00281.png 518.8579 -/bedroom_0136/rgb_00105.jpg /bedroom_0136/sync_depth_00105.png 518.8579 -/living_room_0037/rgb_00008.jpg /living_room_0037/sync_depth_00008.png 518.8579 -/bedroom_0026/rgb_00009.jpg /bedroom_0026/sync_depth_00009.png 518.8579 -/dining_room_0034/rgb_00156.jpg /dining_room_0034/sync_depth_00156.png 518.8579 -/bedroom_0104/rgb_00065.jpg /bedroom_0104/sync_depth_00065.png 518.8579 -/bedroom_0004/rgb_00162.jpg /bedroom_0004/sync_depth_00162.png 518.8579 -/nyu_office_1/rgb_00076.jpg /nyu_office_1/sync_depth_00076.png 518.8579 -/living_room_0037/rgb_00030.jpg /living_room_0037/sync_depth_00030.png 518.8579 -/living_room_0078/rgb_00101.jpg /living_room_0078/sync_depth_00101.png 518.8579 -/bedroom_0025/rgb_00029.jpg /bedroom_0025/sync_depth_00029.png 518.8579 -/furniture_store_0002a/rgb_00124.jpg /furniture_store_0002a/sync_depth_00124.png 518.8579 -/living_room_0047b/rgb_00004.jpg /living_room_0047b/sync_depth_00004.png 518.8579 -/bedroom_0016/rgb_00084.jpg /bedroom_0016/sync_depth_00084.png 518.8579 -/bookstore_0001d/rgb_00011.jpg /bookstore_0001d/sync_depth_00011.png 518.8579 -/bedroom_0072/rgb_00109.jpg /bedroom_0072/sync_depth_00109.png 518.8579 -/kitchen_0059/rgb_00089.jpg /kitchen_0059/sync_depth_00089.png 518.8579 -/bedroom_0052/rgb_00020.jpg /bedroom_0052/sync_depth_00020.png 518.8579 -/living_room_0078/rgb_00025.jpg /living_room_0078/sync_depth_00025.png 518.8579 -/bedroom_0074/rgb_00079.jpg /bedroom_0074/sync_depth_00079.png 518.8579 -/living_room_0022/rgb_00080.jpg /living_room_0022/sync_depth_00080.png 518.8579 -/furniture_store_0002b/rgb_00050.jpg /furniture_store_0002b/sync_depth_00050.png 518.8579 -/bathroom_0055/rgb_00031.jpg /bathroom_0055/sync_depth_00031.png 518.8579 -/kitchen_0060/rgb_00001.jpg /kitchen_0060/sync_depth_00001.png 518.8579 -/bedroom_0060/rgb_00078.jpg /bedroom_0060/sync_depth_00078.png 518.8579 -/living_room_0004/rgb_00034.jpg /living_room_0004/sync_depth_00034.png 518.8579 -/bedroom_0017/rgb_00139.jpg /bedroom_0017/sync_depth_00139.png 518.8579 -/bedroom_0031/rgb_00001.jpg /bedroom_0031/sync_depth_00001.png 518.8579 -/reception_room_0004/rgb_00027.jpg /reception_room_0004/sync_depth_00027.png 518.8579 -/bedroom_0039/rgb_00018.jpg /bedroom_0039/sync_depth_00018.png 518.8579 -/bedroom_0031/rgb_00009.jpg /bedroom_0031/sync_depth_00009.png 518.8579 -/bookstore_0001e/rgb_00007.jpg /bookstore_0001e/sync_depth_00007.png 518.8579 -/bedroom_0040/rgb_00086.jpg /bedroom_0040/sync_depth_00086.png 518.8579 -/office_0026/rgb_00059.jpg /office_0026/sync_depth_00059.png 518.8579 -/kitchen_0037/rgb_00030.jpg /kitchen_0037/sync_depth_00030.png 518.8579 -/kitchen_0052/rgb_00166.jpg /kitchen_0052/sync_depth_00166.png 518.8579 -/printer_room_0001/rgb_00057.jpg /printer_room_0001/sync_depth_00057.png 518.8579 -/reception_room_0001b/rgb_00033.jpg /reception_room_0001b/sync_depth_00033.png 518.8579 -/bedroom_0051/rgb_00035.jpg /bedroom_0051/sync_depth_00035.png 518.8579 -/bedroom_0074/rgb_00120.jpg /bedroom_0074/sync_depth_00120.png 518.8579 -/kitchen_0045a/rgb_00018.jpg /kitchen_0045a/sync_depth_00018.png 518.8579 -/bedroom_0066/rgb_00031.jpg /bedroom_0066/sync_depth_00031.png 518.8579 -/bedroom_0080/rgb_00025.jpg /bedroom_0080/sync_depth_00025.png 518.8579 -/playroom_0003/rgb_00073.jpg /playroom_0003/sync_depth_00073.png 518.8579 -/living_room_0039/rgb_00009.jpg /living_room_0039/sync_depth_00009.png 518.8579 -/bathroom_0023/rgb_00012.jpg /bathroom_0023/sync_depth_00012.png 518.8579 -/classroom_0006/rgb_00107.jpg /classroom_0006/sync_depth_00107.png 518.8579 -/kitchen_0051/rgb_00296.jpg /kitchen_0051/sync_depth_00296.png 518.8579 -/living_room_0012/rgb_00197.jpg /living_room_0012/sync_depth_00197.png 518.8579 -/dining_room_0013/rgb_00156.jpg /dining_room_0013/sync_depth_00156.png 518.8579 -/home_office_0004/rgb_00091.jpg /home_office_0004/sync_depth_00091.png 518.8579 -/classroom_0003/rgb_00061.jpg /classroom_0003/sync_depth_00061.png 518.8579 -/office_kitchen_0001b/rgb_00042.jpg /office_kitchen_0001b/sync_depth_00042.png 518.8579 -/kitchen_0035b/rgb_00040.jpg /kitchen_0035b/sync_depth_00040.png 518.8579 -/dining_room_0037/rgb_00170.jpg /dining_room_0037/sync_depth_00170.png 518.8579 -/kitchen_0035b/rgb_00236.jpg /kitchen_0035b/sync_depth_00236.png 518.8579 -/bookstore_0001j/rgb_00067.jpg /bookstore_0001j/sync_depth_00067.png 518.8579 -/bookstore_0001h/rgb_00109.jpg /bookstore_0001h/sync_depth_00109.png 518.8579 -/kitchen_0037/rgb_00117.jpg /kitchen_0037/sync_depth_00117.png 518.8579 -/bathroom_0028/rgb_00136.jpg /bathroom_0028/sync_depth_00136.png 518.8579 -/kitchen_0033/rgb_00184.jpg /kitchen_0033/sync_depth_00184.png 518.8579 -/kitchen_0050/rgb_00174.jpg /kitchen_0050/sync_depth_00174.png 518.8579 -/kitchen_0048/rgb_00090.jpg /kitchen_0048/sync_depth_00090.png 518.8579 -/dining_room_0019/rgb_00138.jpg /dining_room_0019/sync_depth_00138.png 518.8579 -/playroom_0006/rgb_00107.jpg /playroom_0006/sync_depth_00107.png 518.8579 -/bookstore_0001f/rgb_00161.jpg /bookstore_0001f/sync_depth_00161.png 518.8579 -/bedroom_0071/rgb_00039.jpg /bedroom_0071/sync_depth_00039.png 518.8579 -/bedroom_0071/rgb_00161.jpg /bedroom_0071/sync_depth_00161.png 518.8579 -/bedroom_0126/rgb_00052.jpg /bedroom_0126/sync_depth_00052.png 518.8579 -/kitchen_0028a/rgb_00162.jpg /kitchen_0028a/sync_depth_00162.png 518.8579 -/classroom_0004/rgb_00087.jpg /classroom_0004/sync_depth_00087.png 518.8579 -/bedroom_0138/rgb_00015.jpg /bedroom_0138/sync_depth_00015.png 518.8579 -/bathroom_0049/rgb_00060.jpg /bathroom_0049/sync_depth_00060.png 518.8579 -/bathroom_0051/rgb_00004.jpg /bathroom_0051/sync_depth_00004.png 518.8579 -/kitchen_0051/rgb_00310.jpg /kitchen_0051/sync_depth_00310.png 518.8579 -/bedroom_0113/rgb_00038.jpg /bedroom_0113/sync_depth_00038.png 518.8579 -/living_room_0042b/rgb_00095.jpg /living_room_0042b/sync_depth_00095.png 518.8579 -/classroom_0016/rgb_00070.jpg /classroom_0016/sync_depth_00070.png 518.8579 -/kitchen_0035b/rgb_00245.jpg /kitchen_0035b/sync_depth_00245.png 518.8579 -/playroom_0002/rgb_00115.jpg /playroom_0002/sync_depth_00115.png 518.8579 -/kitchen_0019a/rgb_00044.jpg /kitchen_0019a/sync_depth_00044.png 518.8579 -/furniture_store_0002b/rgb_00110.jpg /furniture_store_0002b/sync_depth_00110.png 518.8579 -/office_0021/rgb_00013.jpg /office_0021/sync_depth_00013.png 518.8579 -/living_room_0004/rgb_00088.jpg /living_room_0004/sync_depth_00088.png 518.8579 -/bathroom_0030/rgb_00050.jpg /bathroom_0030/sync_depth_00050.png 518.8579 -/bookstore_0001d/rgb_00005.jpg /bookstore_0001d/sync_depth_00005.png 518.8579 -/living_room_0004/rgb_00029.jpg /living_room_0004/sync_depth_00029.png 518.8579 -/bedroom_0017/rgb_00052.jpg /bedroom_0017/sync_depth_00052.png 518.8579 -/living_room_0039/rgb_00057.jpg /living_room_0039/sync_depth_00057.png 518.8579 -/bathroom_0033/rgb_00023.jpg /bathroom_0033/sync_depth_00023.png 518.8579 -/bathroom_0005/rgb_00006.jpg /bathroom_0005/sync_depth_00006.png 518.8579 -/living_room_0062/rgb_00192.jpg /living_room_0062/sync_depth_00192.png 518.8579 -/kitchen_0049/rgb_00202.jpg /kitchen_0049/sync_depth_00202.png 518.8579 -/kitchen_0037/rgb_00016.jpg /kitchen_0037/sync_depth_00016.png 518.8579 -/cafe_0001a/rgb_00072.jpg /cafe_0001a/sync_depth_00072.png 518.8579 -/kitchen_0019a/rgb_00140.jpg /kitchen_0019a/sync_depth_00140.png 518.8579 -/living_room_0040/rgb_00316.jpg /living_room_0040/sync_depth_00316.png 518.8579 -/dining_room_0016/rgb_00187.jpg /dining_room_0016/sync_depth_00187.png 518.8579 -/kitchen_0010/rgb_00054.jpg /kitchen_0010/sync_depth_00054.png 518.8579 -/bookstore_0001d/rgb_00032.jpg /bookstore_0001d/sync_depth_00032.png 518.8579 -/living_room_0071/rgb_00037.jpg /living_room_0071/sync_depth_00037.png 518.8579 -/furniture_store_0001d/rgb_00117.jpg /furniture_store_0001d/sync_depth_00117.png 518.8579 -/living_room_0086a/rgb_00030.jpg /living_room_0086a/sync_depth_00030.png 518.8579 -/bedroom_0029/rgb_00046.jpg /bedroom_0029/sync_depth_00046.png 518.8579 -/living_room_0063/rgb_00047.jpg /living_room_0063/sync_depth_00047.png 518.8579 -/bathroom_0028/rgb_00039.jpg /bathroom_0028/sync_depth_00039.png 518.8579 -/bedroom_0062/rgb_00108.jpg /bedroom_0062/sync_depth_00108.png 518.8579 -/bedroom_0071/rgb_00094.jpg /bedroom_0071/sync_depth_00094.png 518.8579 -/cafe_0001b/rgb_00021.jpg /cafe_0001b/sync_depth_00021.png 518.8579 -/kitchen_0051/rgb_00235.jpg /kitchen_0051/sync_depth_00235.png 518.8579 -/living_room_0050/rgb_00130.jpg /living_room_0050/sync_depth_00130.png 518.8579 -/living_room_0082/rgb_00008.jpg /living_room_0082/sync_depth_00008.png 518.8579 -/dining_room_0031/rgb_00368.jpg /dining_room_0031/sync_depth_00368.png 518.8579 -/dining_room_0024/rgb_00051.jpg /dining_room_0024/sync_depth_00051.png 518.8579 -/conference_room_0002/rgb_00047.jpg /conference_room_0002/sync_depth_00047.png 518.8579 -/bathroom_0039/rgb_00075.jpg /bathroom_0039/sync_depth_00075.png 518.8579 -/kitchen_0033/rgb_00172.jpg /kitchen_0033/sync_depth_00172.png 518.8579 -/living_room_0010/rgb_00116.jpg /living_room_0010/sync_depth_00116.png 518.8579 -/reception_room_0001a/rgb_00107.jpg /reception_room_0001a/sync_depth_00107.png 518.8579 -/bedroom_0074/rgb_00022.jpg /bedroom_0074/sync_depth_00022.png 518.8579 -/dinette_0001/rgb_00051.jpg /dinette_0001/sync_depth_00051.png 518.8579 -/kitchen_0051/rgb_00314.jpg /kitchen_0051/sync_depth_00314.png 518.8579 -/bedroom_0140/rgb_00122.jpg /bedroom_0140/sync_depth_00122.png 518.8579 -/dining_room_0012/rgb_00100.jpg /dining_room_0012/sync_depth_00100.png 518.8579 -/bathroom_0016/rgb_00000.jpg /bathroom_0016/sync_depth_00000.png 518.8579 -/classroom_0004/rgb_00005.jpg /classroom_0004/sync_depth_00005.png 518.8579 -/dining_room_0033/rgb_00159.jpg /dining_room_0033/sync_depth_00159.png 518.8579 -/bedroom_0126/rgb_00036.jpg /bedroom_0126/sync_depth_00036.png 518.8579 -/living_room_0038/rgb_00024.jpg /living_room_0038/sync_depth_00024.png 518.8579 -/playroom_0006/rgb_00099.jpg /playroom_0006/sync_depth_00099.png 518.8579 -/bathroom_0005/rgb_00001.jpg /bathroom_0005/sync_depth_00001.png 518.8579 -/living_room_0018/rgb_00046.jpg /living_room_0018/sync_depth_00046.png 518.8579 -/living_room_0055/rgb_00108.jpg /living_room_0055/sync_depth_00108.png 518.8579 -/bedroom_0063/rgb_00022.jpg /bedroom_0063/sync_depth_00022.png 518.8579 -/reception_room_0001b/rgb_00115.jpg /reception_room_0001b/sync_depth_00115.png 518.8579 -/living_room_0005/rgb_00087.jpg /living_room_0005/sync_depth_00087.png 518.8579 -/kitchen_0011a/rgb_00114.jpg /kitchen_0011a/sync_depth_00114.png 518.8579 -/bookstore_0001d/rgb_00007.jpg /bookstore_0001d/sync_depth_00007.png 518.8579 -/living_room_0047a/rgb_00032.jpg /living_room_0047a/sync_depth_00032.png 518.8579 -/dining_room_0008/rgb_00083.jpg /dining_room_0008/sync_depth_00083.png 518.8579 -/bathroom_0048/rgb_00083.jpg /bathroom_0048/sync_depth_00083.png 518.8579 -/bedroom_0140/rgb_00158.jpg /bedroom_0140/sync_depth_00158.png 518.8579 -/dining_room_0037/rgb_00089.jpg /dining_room_0037/sync_depth_00089.png 518.8579 -/kitchen_0006/rgb_00044.jpg /kitchen_0006/sync_depth_00044.png 518.8579 -/bedroom_0052/rgb_00007.jpg /bedroom_0052/sync_depth_00007.png 518.8579 -/bedroom_0076a/rgb_00117.jpg /bedroom_0076a/sync_depth_00117.png 518.8579 -/excercise_room_0001/rgb_00065.jpg /excercise_room_0001/sync_depth_00065.png 518.8579 -/bedroom_0026/rgb_00004.jpg /bedroom_0026/sync_depth_00004.png 518.8579 -/living_room_0038/rgb_00037.jpg /living_room_0038/sync_depth_00037.png 518.8579 -/classroom_0006/rgb_00013.jpg /classroom_0006/sync_depth_00013.png 518.8579 -/office_0018/rgb_00041.jpg /office_0018/sync_depth_00041.png 518.8579 -/kitchen_0043/rgb_00234.jpg /kitchen_0043/sync_depth_00234.png 518.8579 -/bedroom_0053/rgb_00104.jpg /bedroom_0053/sync_depth_00104.png 518.8579 -/nyu_office_0/rgb_00222.jpg /nyu_office_0/sync_depth_00222.png 518.8579 -/bookstore_0001f/rgb_00451.jpg /bookstore_0001f/sync_depth_00451.png 518.8579 -/study_room_0004/rgb_00120.jpg /study_room_0004/sync_depth_00120.png 518.8579 -/home_storage_0001/rgb_00012.jpg /home_storage_0001/sync_depth_00012.png 518.8579 -/living_room_0083/rgb_00104.jpg /living_room_0083/sync_depth_00104.png 518.8579 -/bedroom_0019/rgb_00152.jpg /bedroom_0019/sync_depth_00152.png 518.8579 -/kitchen_0045a/rgb_00164.jpg /kitchen_0045a/sync_depth_00164.png 518.8579 -/kitchen_0016/rgb_00096.jpg /kitchen_0016/sync_depth_00096.png 518.8579 -/reception_room_0002/rgb_00101.jpg /reception_room_0002/sync_depth_00101.png 518.8579 -/bedroom_0080/rgb_00053.jpg /bedroom_0080/sync_depth_00053.png 518.8579 -/playroom_0003/rgb_00043.jpg /playroom_0003/sync_depth_00043.png 518.8579 -/dining_room_0029/rgb_00111.jpg /dining_room_0029/sync_depth_00111.png 518.8579 -/dining_room_0004/rgb_00013.jpg /dining_room_0004/sync_depth_00013.png 518.8579 -/basement_0001b/rgb_00041.jpg /basement_0001b/sync_depth_00041.png 518.8579 -/bedroom_0034/rgb_00027.jpg /bedroom_0034/sync_depth_00027.png 518.8579 -/kitchen_0049/rgb_00183.jpg /kitchen_0049/sync_depth_00183.png 518.8579 -/living_room_0046b/rgb_00020.jpg /living_room_0046b/sync_depth_00020.png 518.8579 -/nyu_office_0/rgb_00336.jpg /nyu_office_0/sync_depth_00336.png 518.8579 -/bedroom_0120/rgb_00052.jpg /bedroom_0120/sync_depth_00052.png 518.8579 -/kitchen_0051/rgb_00242.jpg /kitchen_0051/sync_depth_00242.png 518.8579 -/bookstore_0001j/rgb_00096.jpg /bookstore_0001j/sync_depth_00096.png 518.8579 -/bedroom_0067a/rgb_00000.jpg /bedroom_0067a/sync_depth_00000.png 518.8579 -/kitchen_0045a/rgb_00041.jpg /kitchen_0045a/sync_depth_00041.png 518.8579 -/study_room_0005b/rgb_00073.jpg /study_room_0005b/sync_depth_00073.png 518.8579 -/living_room_0055/rgb_00058.jpg /living_room_0055/sync_depth_00058.png 518.8579 -/bedroom_0053/rgb_00096.jpg /bedroom_0053/sync_depth_00096.png 518.8579 -/kitchen_0031/rgb_00208.jpg /kitchen_0031/sync_depth_00208.png 518.8579 -/bedroom_0038/rgb_00012.jpg /bedroom_0038/sync_depth_00012.png 518.8579 -/dining_room_0008/rgb_00089.jpg /dining_room_0008/sync_depth_00089.png 518.8579 -/bookstore_0001i/rgb_00044.jpg /bookstore_0001i/sync_depth_00044.png 518.8579 -/bedroom_0069/rgb_00022.jpg /bedroom_0069/sync_depth_00022.png 518.8579 -/kitchen_0035b/rgb_00261.jpg /kitchen_0035b/sync_depth_00261.png 518.8579 -/living_room_0039/rgb_00073.jpg /living_room_0039/sync_depth_00073.png 518.8579 -/bedroom_0081/rgb_00045.jpg /bedroom_0081/sync_depth_00045.png 518.8579 -/bookstore_0001j/rgb_00230.jpg /bookstore_0001j/sync_depth_00230.png 518.8579 -/kitchen_0010/rgb_00090.jpg /kitchen_0010/sync_depth_00090.png 518.8579 -/dining_room_0037/rgb_00157.jpg /dining_room_0037/sync_depth_00157.png 518.8579 -/living_room_0062/rgb_00131.jpg /living_room_0062/sync_depth_00131.png 518.8579 -/living_room_0035/rgb_00102.jpg /living_room_0035/sync_depth_00102.png 518.8579 -/bedroom_0034/rgb_00055.jpg /bedroom_0034/sync_depth_00055.png 518.8579 -/laundry_room_0001/rgb_00016.jpg /laundry_room_0001/sync_depth_00016.png 518.8579 -/living_room_0050/rgb_00081.jpg /living_room_0050/sync_depth_00081.png 518.8579 -/office_0026/rgb_00074.jpg /office_0026/sync_depth_00074.png 518.8579 -/kitchen_0047/rgb_00063.jpg /kitchen_0047/sync_depth_00063.png 518.8579 -/kitchen_0052/rgb_00064.jpg /kitchen_0052/sync_depth_00064.png 518.8579 -/living_room_0012/rgb_00042.jpg /living_room_0012/sync_depth_00042.png 518.8579 -/office_0011/rgb_00056.jpg /office_0011/sync_depth_00056.png 518.8579 -/kitchen_0031/rgb_00133.jpg /kitchen_0031/sync_depth_00133.png 518.8579 -/office_kitchen_0003/rgb_00103.jpg /office_kitchen_0003/sync_depth_00103.png 518.8579 -/living_room_0050/rgb_00076.jpg /living_room_0050/sync_depth_00076.png 518.8579 -/kitchen_0019a/rgb_00289.jpg /kitchen_0019a/sync_depth_00289.png 518.8579 -/bookstore_0001f/rgb_00158.jpg /bookstore_0001f/sync_depth_00158.png 518.8579 -/dining_room_0034/rgb_00101.jpg /dining_room_0034/sync_depth_00101.png 518.8579 -/classroom_0016/rgb_00043.jpg /classroom_0016/sync_depth_00043.png 518.8579 -/bathroom_0057/rgb_00003.jpg /bathroom_0057/sync_depth_00003.png 518.8579 -/dining_room_0015/rgb_00067.jpg /dining_room_0015/sync_depth_00067.png 518.8579 -/office_0012/rgb_00045.jpg /office_0012/sync_depth_00045.png 518.8579 -/kitchen_0037/rgb_00109.jpg /kitchen_0037/sync_depth_00109.png 518.8579 -/classroom_0022/rgb_00045.jpg /classroom_0022/sync_depth_00045.png 518.8579 -/dining_room_0013/rgb_00006.jpg /dining_room_0013/sync_depth_00006.png 518.8579 -/playroom_0006/rgb_00130.jpg /playroom_0006/sync_depth_00130.png 518.8579 -/basement_0001a/rgb_00082.jpg /basement_0001a/sync_depth_00082.png 518.8579 -/kitchen_0043/rgb_00081.jpg /kitchen_0043/sync_depth_00081.png 518.8579 -/conference_room_0002/rgb_00046.jpg /conference_room_0002/sync_depth_00046.png 518.8579 -/dining_room_0004/rgb_00085.jpg /dining_room_0004/sync_depth_00085.png 518.8579 -/excercise_room_0001/rgb_00106.jpg /excercise_room_0001/sync_depth_00106.png 518.8579 -/living_room_0046b/rgb_00093.jpg /living_room_0046b/sync_depth_00093.png 518.8579 -/living_room_0018/rgb_00020.jpg /living_room_0018/sync_depth_00020.png 518.8579 -/dining_room_0007/rgb_00154.jpg /dining_room_0007/sync_depth_00154.png 518.8579 -/living_room_0042b/rgb_00070.jpg /living_room_0042b/sync_depth_00070.png 518.8579 -/bathroom_0016/rgb_00027.jpg /bathroom_0016/sync_depth_00027.png 518.8579 -/bathroom_0041/rgb_00051.jpg /bathroom_0041/sync_depth_00051.png 518.8579 -/office_0006/rgb_00128.jpg /office_0006/sync_depth_00128.png 518.8579 -/dining_room_0007/rgb_00095.jpg /dining_room_0007/sync_depth_00095.png 518.8579 -/reception_room_0004/rgb_00056.jpg /reception_room_0004/sync_depth_00056.png 518.8579 -/dining_room_0013/rgb_00099.jpg /dining_room_0013/sync_depth_00099.png 518.8579 -/bedroom_0076a/rgb_00014.jpg /bedroom_0076a/sync_depth_00014.png 518.8579 -/kitchen_0028a/rgb_00009.jpg /kitchen_0028a/sync_depth_00009.png 518.8579 -/living_room_0046b/rgb_00109.jpg /living_room_0046b/sync_depth_00109.png 518.8579 -/bedroom_0129/rgb_00055.jpg /bedroom_0129/sync_depth_00055.png 518.8579 -/bookstore_0001d/rgb_00039.jpg /bookstore_0001d/sync_depth_00039.png 518.8579 -/bathroom_0005/rgb_00022.jpg /bathroom_0005/sync_depth_00022.png 518.8579 -/bedroom_0120/rgb_00041.jpg /bedroom_0120/sync_depth_00041.png 518.8579 -/bedroom_0098/rgb_00012.jpg /bedroom_0098/sync_depth_00012.png 518.8579 -/dining_room_0013/rgb_00107.jpg /dining_room_0013/sync_depth_00107.png 518.8579 -/bookstore_0001h/rgb_00032.jpg /bookstore_0001h/sync_depth_00032.png 518.8579 -/dining_room_0013/rgb_00159.jpg /dining_room_0013/sync_depth_00159.png 518.8579 -/living_room_0069b/rgb_00081.jpg /living_room_0069b/sync_depth_00081.png 518.8579 -/bathroom_0013/rgb_00025.jpg /bathroom_0013/sync_depth_00025.png 518.8579 -/office_0023/rgb_00022.jpg /office_0023/sync_depth_00022.png 518.8579 -/kitchen_0045a/rgb_00099.jpg /kitchen_0045a/sync_depth_00099.png 518.8579 -/bedroom_0052/rgb_00107.jpg /bedroom_0052/sync_depth_00107.png 518.8579 -/bedroom_0060/rgb_00079.jpg /bedroom_0060/sync_depth_00079.png 518.8579 -/bedroom_0050/rgb_00097.jpg /bedroom_0050/sync_depth_00097.png 518.8579 -/dining_room_0031/rgb_00044.jpg /dining_room_0031/sync_depth_00044.png 518.8579 -/kitchen_0051/rgb_00139.jpg /kitchen_0051/sync_depth_00139.png 518.8579 -/living_room_0085/rgb_00029.jpg /living_room_0085/sync_depth_00029.png 518.8579 -/dining_room_0012/rgb_00088.jpg /dining_room_0012/sync_depth_00088.png 518.8579 -/playroom_0004/rgb_00070.jpg /playroom_0004/sync_depth_00070.png 518.8579 -/cafe_0001c/rgb_00068.jpg /cafe_0001c/sync_depth_00068.png 518.8579 -/bedroom_0090/rgb_00010.jpg /bedroom_0090/sync_depth_00010.png 518.8579 -/study_room_0004/rgb_00200.jpg /study_room_0004/sync_depth_00200.png 518.8579 -/bedroom_0050/rgb_00081.jpg /bedroom_0050/sync_depth_00081.png 518.8579 -/bedroom_0076a/rgb_00085.jpg /bedroom_0076a/sync_depth_00085.png 518.8579 -/bedroom_0056b/rgb_00017.jpg /bedroom_0056b/sync_depth_00017.png 518.8579 -/bookstore_0001g/rgb_00083.jpg /bookstore_0001g/sync_depth_00083.png 518.8579 -/bedroom_0004/rgb_00095.jpg /bedroom_0004/sync_depth_00095.png 518.8579 -/furniture_store_0002b/rgb_00065.jpg /furniture_store_0002b/sync_depth_00065.png 518.8579 -/bedroom_0041/rgb_00040.jpg /bedroom_0041/sync_depth_00040.png 518.8579 -/dining_room_0028/rgb_00003.jpg /dining_room_0028/sync_depth_00003.png 518.8579 -/bookstore_0001d/rgb_00080.jpg /bookstore_0001d/sync_depth_00080.png 518.8579 -/kitchen_0017/rgb_00107.jpg /kitchen_0017/sync_depth_00107.png 518.8579 -/furniture_store_0001d/rgb_00057.jpg /furniture_store_0001d/sync_depth_00057.png 518.8579 -/playroom_0003/rgb_00166.jpg /playroom_0003/sync_depth_00166.png 518.8579 -/kitchen_0045a/rgb_00061.jpg /kitchen_0045a/sync_depth_00061.png 518.8579 -/dining_room_0016/rgb_00118.jpg /dining_room_0016/sync_depth_00118.png 518.8579 -/living_room_0029/rgb_00073.jpg /living_room_0029/sync_depth_00073.png 518.8579 -/kitchen_0043/rgb_00168.jpg /kitchen_0043/sync_depth_00168.png 518.8579 -/office_0023/rgb_00049.jpg /office_0023/sync_depth_00049.png 518.8579 -/office_0003/rgb_00065.jpg /office_0003/sync_depth_00065.png 518.8579 -/bedroom_0051/rgb_00212.jpg /bedroom_0051/sync_depth_00212.png 518.8579 -/living_room_0022/rgb_00265.jpg /living_room_0022/sync_depth_00265.png 518.8579 -/study_0003/rgb_00018.jpg /study_0003/sync_depth_00018.png 518.8579 -/bedroom_0050/rgb_00174.jpg /bedroom_0050/sync_depth_00174.png 518.8579 -/kitchen_0019a/rgb_00028.jpg /kitchen_0019a/sync_depth_00028.png 518.8579 -/bookstore_0001j/rgb_00265.jpg /bookstore_0001j/sync_depth_00265.png 518.8579 -/bedroom_0098/rgb_00037.jpg /bedroom_0098/sync_depth_00037.png 518.8579 -/dining_room_0029/rgb_00130.jpg /dining_room_0029/sync_depth_00130.png 518.8579 -/bedroom_0060/rgb_00036.jpg /bedroom_0060/sync_depth_00036.png 518.8579 -/bedroom_0138/rgb_00051.jpg /bedroom_0138/sync_depth_00051.png 518.8579 -/bedroom_0086/rgb_00090.jpg /bedroom_0086/sync_depth_00090.png 518.8579 -/home_office_0005/rgb_00041.jpg /home_office_0005/sync_depth_00041.png 518.8579 -/kitchen_0010/rgb_00013.jpg /kitchen_0010/sync_depth_00013.png 518.8579 -/classroom_0004/rgb_00090.jpg /classroom_0004/sync_depth_00090.png 518.8579 -/living_room_0078/rgb_00146.jpg /living_room_0078/sync_depth_00146.png 518.8579 -/kitchen_0050/rgb_00032.jpg /kitchen_0050/sync_depth_00032.png 518.8579 -/living_room_0058/rgb_00240.jpg /living_room_0058/sync_depth_00240.png 518.8579 -/dining_room_0001b/rgb_00194.jpg /dining_room_0001b/sync_depth_00194.png 518.8579 -/dining_room_0001b/rgb_00130.jpg /dining_room_0001b/sync_depth_00130.png 518.8579 -/kitchen_0035b/rgb_00013.jpg /kitchen_0035b/sync_depth_00013.png 518.8579 -/dining_room_0028/rgb_00030.jpg /dining_room_0028/sync_depth_00030.png 518.8579 -/living_room_0083/rgb_00012.jpg /living_room_0083/sync_depth_00012.png 518.8579 -/dining_room_0013/rgb_00078.jpg /dining_room_0013/sync_depth_00078.png 518.8579 -/kitchen_0033/rgb_00174.jpg /kitchen_0033/sync_depth_00174.png 518.8579 -/study_room_0004/rgb_00062.jpg /study_room_0004/sync_depth_00062.png 518.8579 -/dining_room_0028/rgb_00133.jpg /dining_room_0028/sync_depth_00133.png 518.8579 -/living_room_0005/rgb_00026.jpg /living_room_0005/sync_depth_00026.png 518.8579 -/dining_room_0031/rgb_00213.jpg /dining_room_0031/sync_depth_00213.png 518.8579 -/kitchen_0059/rgb_00074.jpg /kitchen_0059/sync_depth_00074.png 518.8579 -/living_room_0070/rgb_00108.jpg /living_room_0070/sync_depth_00108.png 518.8579 -/living_room_0047b/rgb_00079.jpg /living_room_0047b/sync_depth_00079.png 518.8579 -/bedroom_0100/rgb_00029.jpg /bedroom_0100/sync_depth_00029.png 518.8579 -/kitchen_0052/rgb_00042.jpg /kitchen_0052/sync_depth_00042.png 518.8579 -/bedroom_0050/rgb_00065.jpg /bedroom_0050/sync_depth_00065.png 518.8579 -/living_room_0040/rgb_00315.jpg /living_room_0040/sync_depth_00315.png 518.8579 -/living_room_0068/rgb_00049.jpg /living_room_0068/sync_depth_00049.png 518.8579 -/bedroom_0034/rgb_00019.jpg /bedroom_0034/sync_depth_00019.png 518.8579 -/kitchen_0028a/rgb_00126.jpg /kitchen_0028a/sync_depth_00126.png 518.8579 -/classroom_0022/rgb_00051.jpg /classroom_0022/sync_depth_00051.png 518.8579 -/kitchen_0003/rgb_00007.jpg /kitchen_0003/sync_depth_00007.png 518.8579 -/dining_room_0029/rgb_00019.jpg /dining_room_0029/sync_depth_00019.png 518.8579 -/living_room_0022/rgb_00194.jpg /living_room_0022/sync_depth_00194.png 518.8579 -/living_room_0040/rgb_00080.jpg /living_room_0040/sync_depth_00080.png 518.8579 -/furniture_store_0001e/rgb_00053.jpg /furniture_store_0001e/sync_depth_00053.png 518.8579 -/bedroom_0138/rgb_00082.jpg /bedroom_0138/sync_depth_00082.png 518.8579 -/living_room_0046a/rgb_00008.jpg /living_room_0046a/sync_depth_00008.png 518.8579 -/dining_room_0016/rgb_00016.jpg /dining_room_0016/sync_depth_00016.png 518.8579 -/office_0006/rgb_00159.jpg /office_0006/sync_depth_00159.png 518.8579 -/living_room_0070/rgb_00003.jpg /living_room_0070/sync_depth_00003.png 518.8579 -/kitchen_0050/rgb_00148.jpg /kitchen_0050/sync_depth_00148.png 518.8579 -/bathroom_0005/rgb_00015.jpg /bathroom_0005/sync_depth_00015.png 518.8579 -/classroom_0011/rgb_00055.jpg /classroom_0011/sync_depth_00055.png 518.8579 -/living_room_0040/rgb_00254.jpg /living_room_0040/sync_depth_00254.png 518.8579 -/kitchen_0035b/rgb_00156.jpg /kitchen_0035b/sync_depth_00156.png 518.8579 -/kitchen_0051/rgb_00185.jpg /kitchen_0051/sync_depth_00185.png 518.8579 -/living_room_0083/rgb_00001.jpg /living_room_0083/sync_depth_00001.png 518.8579 -/dining_room_0028/rgb_00050.jpg /dining_room_0028/sync_depth_00050.png 518.8579 -/kitchen_0031/rgb_00035.jpg /kitchen_0031/sync_depth_00035.png 518.8579 -/living_room_0046b/rgb_00106.jpg /living_room_0046b/sync_depth_00106.png 518.8579 -/bathroom_0051/rgb_00005.jpg /bathroom_0051/sync_depth_00005.png 518.8579 -/living_room_0069a/rgb_00071.jpg /living_room_0069a/sync_depth_00071.png 518.8579 -/kitchen_0053/rgb_00180.jpg /kitchen_0053/sync_depth_00180.png 518.8579 -/bedroom_0021/rgb_00025.jpg /bedroom_0021/sync_depth_00025.png 518.8579 -/bookstore_0001f/rgb_00400.jpg /bookstore_0001f/sync_depth_00400.png 518.8579 -/kitchen_0035b/rgb_00222.jpg /kitchen_0035b/sync_depth_00222.png 518.8579 -/bedroom_0028/rgb_00050.jpg /bedroom_0028/sync_depth_00050.png 518.8579 -/bedroom_0140/rgb_00049.jpg /bedroom_0140/sync_depth_00049.png 518.8579 -/bedroom_0124/rgb_00011.jpg /bedroom_0124/sync_depth_00011.png 518.8579 -/study_0006/rgb_00021.jpg /study_0006/sync_depth_00021.png 518.8579 -/living_room_0022/rgb_00400.jpg /living_room_0022/sync_depth_00400.png 518.8579 -/bedroom_0106/rgb_00033.jpg /bedroom_0106/sync_depth_00033.png 518.8579 -/kitchen_0050/rgb_00043.jpg /kitchen_0050/sync_depth_00043.png 518.8579 -/home_office_0008/rgb_00155.jpg /home_office_0008/sync_depth_00155.png 518.8579 -/home_office_0006/rgb_00041.jpg /home_office_0006/sync_depth_00041.png 518.8579 -/bedroom_0097/rgb_00035.jpg /bedroom_0097/sync_depth_00035.png 518.8579 -/living_room_0040/rgb_00078.jpg /living_room_0040/sync_depth_00078.png 518.8579 -/living_room_0040/rgb_00176.jpg /living_room_0040/sync_depth_00176.png 518.8579 -/playroom_0006/rgb_00109.jpg /playroom_0006/sync_depth_00109.png 518.8579 -/living_room_0020/rgb_00246.jpg /living_room_0020/sync_depth_00246.png 518.8579 -/bookstore_0001d/rgb_00119.jpg /bookstore_0001d/sync_depth_00119.png 518.8579 -/bedroom_0106/rgb_00094.jpg /bedroom_0106/sync_depth_00094.png 518.8579 -/bedroom_0072/rgb_00080.jpg /bedroom_0072/sync_depth_00080.png 518.8579 -/classroom_0018/rgb_00012.jpg /classroom_0018/sync_depth_00012.png 518.8579 -/living_room_0040/rgb_00106.jpg /living_room_0040/sync_depth_00106.png 518.8579 -/bathroom_0039/rgb_00004.jpg /bathroom_0039/sync_depth_00004.png 518.8579 -/office_0026/rgb_00156.jpg /office_0026/sync_depth_00156.png 518.8579 -/dining_room_0037/rgb_00000.jpg /dining_room_0037/sync_depth_00000.png 518.8579 -/furniture_store_0001d/rgb_00083.jpg /furniture_store_0001d/sync_depth_00083.png 518.8579 -/bedroom_0015/rgb_00005.jpg /bedroom_0015/sync_depth_00005.png 518.8579 -/furniture_store_0002a/rgb_00262.jpg /furniture_store_0002a/sync_depth_00262.png 518.8579 -/kitchen_0048/rgb_00030.jpg /kitchen_0048/sync_depth_00030.png 518.8579 -/kitchen_0010/rgb_00024.jpg /kitchen_0010/sync_depth_00024.png 518.8579 -/home_office_0013/rgb_00088.jpg /home_office_0013/sync_depth_00088.png 518.8579 -/kitchen_0059/rgb_00021.jpg /kitchen_0059/sync_depth_00021.png 518.8579 -/furniture_store_0001d/rgb_00056.jpg /furniture_store_0001d/sync_depth_00056.png 518.8579 -/dining_room_0008/rgb_00052.jpg /dining_room_0008/sync_depth_00052.png 518.8579 -/bedroom_0082/rgb_00036.jpg /bedroom_0082/sync_depth_00036.png 518.8579 -/furniture_store_0002a/rgb_00018.jpg /furniture_store_0002a/sync_depth_00018.png 518.8579 -/bedroom_0029/rgb_00073.jpg /bedroom_0029/sync_depth_00073.png 518.8579 -/bedroom_0059/rgb_00005.jpg /bedroom_0059/sync_depth_00005.png 518.8579 -/dining_room_0015/rgb_00058.jpg /dining_room_0015/sync_depth_00058.png 518.8579 -/bedroom_0051/rgb_00166.jpg /bedroom_0051/sync_depth_00166.png 518.8579 -/kitchen_0019a/rgb_00026.jpg /kitchen_0019a/sync_depth_00026.png 518.8579 -/dining_room_0007/rgb_00199.jpg /dining_room_0007/sync_depth_00199.png 518.8579 -/cafe_0001c/rgb_00043.jpg /cafe_0001c/sync_depth_00043.png 518.8579 -/living_room_0058/rgb_00250.jpg /living_room_0058/sync_depth_00250.png 518.8579 -/kitchen_0010/rgb_00018.jpg /kitchen_0010/sync_depth_00018.png 518.8579 -/office_0012/rgb_00051.jpg /office_0012/sync_depth_00051.png 518.8579 -/living_room_0047a/rgb_00050.jpg /living_room_0047a/sync_depth_00050.png 518.8579 -/dining_room_0001b/rgb_00057.jpg /dining_room_0001b/sync_depth_00057.png 518.8579 -/bedroom_0016/rgb_00089.jpg /bedroom_0016/sync_depth_00089.png 518.8579 -/bookstore_0001j/rgb_00242.jpg /bookstore_0001j/sync_depth_00242.png 518.8579 -/living_room_0046a/rgb_00087.jpg /living_room_0046a/sync_depth_00087.png 518.8579 -/dining_room_0033/rgb_00023.jpg /dining_room_0033/sync_depth_00023.png 518.8579 -/living_room_0050/rgb_00190.jpg /living_room_0050/sync_depth_00190.png 518.8579 -/classroom_0016/rgb_00029.jpg /classroom_0016/sync_depth_00029.png 518.8579 -/bathroom_0013/rgb_00048.jpg /bathroom_0013/sync_depth_00048.png 518.8579 -/bathroom_0014a/rgb_00081.jpg /bathroom_0014a/sync_depth_00081.png 518.8579 -/bookstore_0001d/rgb_00354.jpg /bookstore_0001d/sync_depth_00354.png 518.8579 -/bedroom_0074/rgb_00002.jpg /bedroom_0074/sync_depth_00002.png 518.8579 -/office_0004/rgb_00035.jpg /office_0004/sync_depth_00035.png 518.8579 -/dining_room_0034/rgb_00032.jpg /dining_room_0034/sync_depth_00032.png 518.8579 -/bedroom_0100/rgb_00020.jpg /bedroom_0100/sync_depth_00020.png 518.8579 -/dining_room_0028/rgb_00150.jpg /dining_room_0028/sync_depth_00150.png 518.8579 -/classroom_0006/rgb_00102.jpg /classroom_0006/sync_depth_00102.png 518.8579 -/dining_room_0023/rgb_00080.jpg /dining_room_0023/sync_depth_00080.png 518.8579 -/home_office_0008/rgb_00041.jpg /home_office_0008/sync_depth_00041.png 518.8579 -/kitchen_0048/rgb_00132.jpg /kitchen_0048/sync_depth_00132.png 518.8579 -/dining_room_0034/rgb_00209.jpg /dining_room_0034/sync_depth_00209.png 518.8579 -/dining_room_0019/rgb_00052.jpg /dining_room_0019/sync_depth_00052.png 518.8579 -/bathroom_0055/rgb_00024.jpg /bathroom_0055/sync_depth_00024.png 518.8579 -/bedroom_0140/rgb_00154.jpg /bedroom_0140/sync_depth_00154.png 518.8579 -/home_office_0005/rgb_00090.jpg /home_office_0005/sync_depth_00090.png 518.8579 -/study_0004/rgb_00003.jpg /study_0004/sync_depth_00003.png 518.8579 -/dining_room_0029/rgb_00108.jpg /dining_room_0029/sync_depth_00108.png 518.8579 -/dining_room_0012/rgb_00215.jpg /dining_room_0012/sync_depth_00215.png 518.8579 -/bedroom_0080/rgb_00009.jpg /bedroom_0080/sync_depth_00009.png 518.8579 -/home_office_0013/rgb_00027.jpg /home_office_0013/sync_depth_00027.png 518.8579 -/reception_room_0004/rgb_00030.jpg /reception_room_0004/sync_depth_00030.png 518.8579 -/bedroom_0053/rgb_00054.jpg /bedroom_0053/sync_depth_00054.png 518.8579 -/bedroom_0076a/rgb_00281.jpg /bedroom_0076a/sync_depth_00281.png 518.8579 -/bookstore_0001j/rgb_00192.jpg /bookstore_0001j/sync_depth_00192.png 518.8579 -/dining_room_0037/rgb_00080.jpg /dining_room_0037/sync_depth_00080.png 518.8579 -/bookstore_0001d/rgb_00239.jpg /bookstore_0001d/sync_depth_00239.png 518.8579 -/kitchen_0050/rgb_00086.jpg /kitchen_0050/sync_depth_00086.png 518.8579 -/bathroom_0041/rgb_00009.jpg /bathroom_0041/sync_depth_00009.png 518.8579 -/living_room_0018/rgb_00110.jpg /living_room_0018/sync_depth_00110.png 518.8579 -/bookstore_0001f/rgb_00090.jpg /bookstore_0001f/sync_depth_00090.png 518.8579 -/bedroom_0014/rgb_00047.jpg /bedroom_0014/sync_depth_00047.png 518.8579 -/bedroom_0140/rgb_00033.jpg /bedroom_0140/sync_depth_00033.png 518.8579 -/basement_0001a/rgb_00160.jpg /basement_0001a/sync_depth_00160.png 518.8579 -/bedroom_0076a/rgb_00008.jpg /bedroom_0076a/sync_depth_00008.png 518.8579 -/office_0024/rgb_00086.jpg /office_0024/sync_depth_00086.png 518.8579 -/bedroom_0051/rgb_00001.jpg /bedroom_0051/sync_depth_00001.png 518.8579 -/living_room_0037/rgb_00032.jpg /living_room_0037/sync_depth_00032.png 518.8579 -/living_room_0037/rgb_00056.jpg /living_room_0037/sync_depth_00056.png 518.8579 -/kitchen_0010/rgb_00033.jpg /kitchen_0010/sync_depth_00033.png 518.8579 -/living_room_0040/rgb_00142.jpg /living_room_0040/sync_depth_00142.png 518.8579 -/bedroom_0113/rgb_00056.jpg /bedroom_0113/sync_depth_00056.png 518.8579 -/classroom_0006/rgb_00181.jpg /classroom_0006/sync_depth_00181.png 518.8579 -/bookstore_0001e/rgb_00093.jpg /bookstore_0001e/sync_depth_00093.png 518.8579 -/kitchen_0035b/rgb_00203.jpg /kitchen_0035b/sync_depth_00203.png 518.8579 -/bookstore_0001d/rgb_00017.jpg /bookstore_0001d/sync_depth_00017.png 518.8579 -/nyu_office_0/rgb_00085.jpg /nyu_office_0/sync_depth_00085.png 518.8579 -/bathroom_0048/rgb_00077.jpg /bathroom_0048/sync_depth_00077.png 518.8579 -/nyu_office_0/rgb_00183.jpg /nyu_office_0/sync_depth_00183.png 518.8579 -/bookstore_0001i/rgb_00061.jpg /bookstore_0001i/sync_depth_00061.png 518.8579 -/bedroom_0130/rgb_00081.jpg /bedroom_0130/sync_depth_00081.png 518.8579 -/dining_room_0010/rgb_00009.jpg /dining_room_0010/sync_depth_00009.png 518.8579 -/furniture_store_0002b/rgb_00219.jpg /furniture_store_0002b/sync_depth_00219.png 518.8579 -/basement_0001a/rgb_00125.jpg /basement_0001a/sync_depth_00125.png 518.8579 -/living_room_0040/rgb_00122.jpg /living_room_0040/sync_depth_00122.png 518.8579 -/bedroom_0098/rgb_00052.jpg /bedroom_0098/sync_depth_00052.png 518.8579 -/furniture_store_0002a/rgb_00411.jpg /furniture_store_0002a/sync_depth_00411.png 518.8579 -/bookstore_0001d/rgb_00255.jpg /bookstore_0001d/sync_depth_00255.png 518.8579 -/bedroom_0138/rgb_00102.jpg /bedroom_0138/sync_depth_00102.png 518.8579 -/living_room_0029/rgb_00043.jpg /living_room_0029/sync_depth_00043.png 518.8579 -/living_room_0040/rgb_00197.jpg /living_room_0040/sync_depth_00197.png 518.8579 -/office_0011/rgb_00085.jpg /office_0011/sync_depth_00085.png 518.8579 -/bathroom_0055/rgb_00048.jpg /bathroom_0055/sync_depth_00048.png 518.8579 -/kitchen_0047/rgb_00012.jpg /kitchen_0047/sync_depth_00012.png 518.8579 -/home_office_0008/rgb_00110.jpg /home_office_0008/sync_depth_00110.png 518.8579 -/bedroom_0020/rgb_00005.jpg /bedroom_0020/sync_depth_00005.png 518.8579 -/living_room_0042b/rgb_00038.jpg /living_room_0042b/sync_depth_00038.png 518.8579 -/student_lounge_0001/rgb_00089.jpg /student_lounge_0001/sync_depth_00089.png 518.8579 -/bedroom_0034/rgb_00062.jpg /bedroom_0034/sync_depth_00062.png 518.8579 -/kitchen_0029c/rgb_00018.jpg /kitchen_0029c/sync_depth_00018.png 518.8579 -/kitchen_0011a/rgb_00068.jpg /kitchen_0011a/sync_depth_00068.png 518.8579 -/bedroom_0034/rgb_00040.jpg /bedroom_0034/sync_depth_00040.png 518.8579 -/bedroom_0019/rgb_00123.jpg /bedroom_0019/sync_depth_00123.png 518.8579 -/bedroom_0124/rgb_00033.jpg /bedroom_0124/sync_depth_00033.png 518.8579 -/conference_room_0002/rgb_00015.jpg /conference_room_0002/sync_depth_00015.png 518.8579 -/printer_room_0001/rgb_00062.jpg /printer_room_0001/sync_depth_00062.png 518.8579 -/living_room_0070/rgb_00004.jpg /living_room_0070/sync_depth_00004.png 518.8579 -/bedroom_0136/rgb_00142.jpg /bedroom_0136/sync_depth_00142.png 518.8579 -/bathroom_0055/rgb_00009.jpg /bathroom_0055/sync_depth_00009.png 518.8579 -/bedroom_0015/rgb_00019.jpg /bedroom_0015/sync_depth_00019.png 518.8579 -/dining_room_0007/rgb_00063.jpg /dining_room_0007/sync_depth_00063.png 518.8579 -/student_lounge_0001/rgb_00188.jpg /student_lounge_0001/sync_depth_00188.png 518.8579 -/furniture_store_0001e/rgb_00034.jpg /furniture_store_0001e/sync_depth_00034.png 518.8579 -/kitchen_0031/rgb_00104.jpg /kitchen_0031/sync_depth_00104.png 518.8579 -/office_0009/rgb_00066.jpg /office_0009/sync_depth_00066.png 518.8579 -/bathroom_0028/rgb_00085.jpg /bathroom_0028/sync_depth_00085.png 518.8579 -/office_kitchen_0003/rgb_00080.jpg /office_kitchen_0003/sync_depth_00080.png 518.8579 -/bedroom_0041/rgb_00076.jpg /bedroom_0041/sync_depth_00076.png 518.8579 -/kitchen_0052/rgb_00165.jpg /kitchen_0052/sync_depth_00165.png 518.8579 -/bookstore_0001f/rgb_00021.jpg /bookstore_0001f/sync_depth_00021.png 518.8579 -/bookstore_0001f/rgb_00444.jpg /bookstore_0001f/sync_depth_00444.png 518.8579 -/living_room_0039/rgb_00133.jpg /living_room_0039/sync_depth_00133.png 518.8579 -/living_room_0011/rgb_00025.jpg /living_room_0011/sync_depth_00025.png 518.8579 -/bedroom_0067a/rgb_00032.jpg /bedroom_0067a/sync_depth_00032.png 518.8579 -/dining_room_0008/rgb_00064.jpg /dining_room_0008/sync_depth_00064.png 518.8579 -/kitchen_0051/rgb_00177.jpg /kitchen_0051/sync_depth_00177.png 518.8579 -/bedroom_0020/rgb_00094.jpg /bedroom_0020/sync_depth_00094.png 518.8579 -/living_room_0038/rgb_00094.jpg /living_room_0038/sync_depth_00094.png 518.8579 -/bathroom_0013/rgb_00050.jpg /bathroom_0013/sync_depth_00050.png 518.8579 -/classroom_0016/rgb_00047.jpg /classroom_0016/sync_depth_00047.png 518.8579 -/bedroom_0052/rgb_00054.jpg /bedroom_0052/sync_depth_00054.png 518.8579 -/study_0003/rgb_00062.jpg /study_0003/sync_depth_00062.png 518.8579 -/bathroom_0011/rgb_00012.jpg /bathroom_0011/sync_depth_00012.png 518.8579 -/office_0026/rgb_00105.jpg /office_0026/sync_depth_00105.png 518.8579 -/bedroom_0126/rgb_00009.jpg /bedroom_0126/sync_depth_00009.png 518.8579 -/bedroom_0074/rgb_00040.jpg /bedroom_0074/sync_depth_00040.png 518.8579 -/bookstore_0001e/rgb_00222.jpg /bookstore_0001e/sync_depth_00222.png 518.8579 -/living_room_0022/rgb_00142.jpg /living_room_0022/sync_depth_00142.png 518.8579 -/living_room_0005/rgb_00029.jpg /living_room_0005/sync_depth_00029.png 518.8579 -/living_room_0005/rgb_00054.jpg /living_room_0005/sync_depth_00054.png 518.8579 -/printer_room_0001/rgb_00024.jpg /printer_room_0001/sync_depth_00024.png 518.8579 -/kitchen_0049/rgb_00135.jpg /kitchen_0049/sync_depth_00135.png 518.8579 -/furniture_store_0001d/rgb_00223.jpg /furniture_store_0001d/sync_depth_00223.png 518.8579 -/bedroom_0017/rgb_00106.jpg /bedroom_0017/sync_depth_00106.png 518.8579 -/dining_room_0016/rgb_00103.jpg /dining_room_0016/sync_depth_00103.png 518.8579 -/excercise_room_0001/rgb_00101.jpg /excercise_room_0001/sync_depth_00101.png 518.8579 -/living_room_0010/rgb_00109.jpg /living_room_0010/sync_depth_00109.png 518.8579 -/bedroom_0056a/rgb_00015.jpg /bedroom_0056a/sync_depth_00015.png 518.8579 -/dining_room_0024/rgb_00070.jpg /dining_room_0024/sync_depth_00070.png 518.8579 -/playroom_0002/rgb_00099.jpg /playroom_0002/sync_depth_00099.png 518.8579 -/classroom_0006/rgb_00112.jpg /classroom_0006/sync_depth_00112.png 518.8579 -/furniture_store_0002c/rgb_00077.jpg /furniture_store_0002c/sync_depth_00077.png 518.8579 -/bedroom_0125a/rgb_00021.jpg /bedroom_0125a/sync_depth_00021.png 518.8579 -/living_room_0070/rgb_00044.jpg /living_room_0070/sync_depth_00044.png 518.8579 -/bedroom_0017/rgb_00084.jpg /bedroom_0017/sync_depth_00084.png 518.8579 -/living_room_0029/rgb_00048.jpg /living_room_0029/sync_depth_00048.png 518.8579 -/furniture_store_0001c/rgb_00022.jpg /furniture_store_0001c/sync_depth_00022.png 518.8579 -/living_room_0086b/rgb_00006.jpg /living_room_0086b/sync_depth_00006.png 518.8579 -/bedroom_0074/rgb_00123.jpg /bedroom_0074/sync_depth_00123.png 518.8579 -/office_0011/rgb_00169.jpg /office_0011/sync_depth_00169.png 518.8579 -/kitchen_0048/rgb_00038.jpg /kitchen_0048/sync_depth_00038.png 518.8579 -/bedroom_0060/rgb_00090.jpg /bedroom_0060/sync_depth_00090.png 518.8579 -/home_office_0008/rgb_00003.jpg /home_office_0008/sync_depth_00003.png 518.8579 -/living_room_0012/rgb_00107.jpg /living_room_0012/sync_depth_00107.png 518.8579 -/kitchen_0047/rgb_00058.jpg /kitchen_0047/sync_depth_00058.png 518.8579 -/bedroom_0140/rgb_00053.jpg /bedroom_0140/sync_depth_00053.png 518.8579 -/living_room_0011/rgb_00103.jpg /living_room_0011/sync_depth_00103.png 518.8579 -/bedroom_0069/rgb_00056.jpg /bedroom_0069/sync_depth_00056.png 518.8579 -/student_lounge_0001/rgb_00023.jpg /student_lounge_0001/sync_depth_00023.png 518.8579 -/living_room_0046a/rgb_00101.jpg /living_room_0046a/sync_depth_00101.png 518.8579 -/living_room_0012/rgb_00095.jpg /living_room_0012/sync_depth_00095.png 518.8579 -/bookstore_0001i/rgb_00051.jpg /bookstore_0001i/sync_depth_00051.png 518.8579 -/home_office_0004/rgb_00102.jpg /home_office_0004/sync_depth_00102.png 518.8579 -/bookstore_0001d/rgb_00056.jpg /bookstore_0001d/sync_depth_00056.png 518.8579 -/kitchen_0051/rgb_00132.jpg /kitchen_0051/sync_depth_00132.png 518.8579 -/nyu_office_0/rgb_00041.jpg /nyu_office_0/sync_depth_00041.png 518.8579 -/playroom_0004/rgb_00033.jpg /playroom_0004/sync_depth_00033.png 518.8579 -/living_room_0038/rgb_00118.jpg /living_room_0038/sync_depth_00118.png 518.8579 -/bookstore_0001g/rgb_00019.jpg /bookstore_0001g/sync_depth_00019.png 518.8579 -/living_room_0010/rgb_00070.jpg /living_room_0010/sync_depth_00070.png 518.8579 -/bathroom_0039/rgb_00068.jpg /bathroom_0039/sync_depth_00068.png 518.8579 -/bathroom_0013/rgb_00044.jpg /bathroom_0013/sync_depth_00044.png 518.8579 -/study_room_0005b/rgb_00004.jpg /study_room_0005b/sync_depth_00004.png 518.8579 -/office_0025/rgb_00014.jpg /office_0025/sync_depth_00014.png 518.8579 -/living_room_0010/rgb_00014.jpg /living_room_0010/sync_depth_00014.png 518.8579 -/dining_room_0033/rgb_00165.jpg /dining_room_0033/sync_depth_00165.png 518.8579 -/bedroom_0052/rgb_00041.jpg /bedroom_0052/sync_depth_00041.png 518.8579 -/furniture_store_0001b/rgb_00086.jpg /furniture_store_0001b/sync_depth_00086.png 518.8579 -/bedroom_0014/rgb_00008.jpg /bedroom_0014/sync_depth_00008.png 518.8579 -/kitchen_0043/rgb_00037.jpg /kitchen_0043/sync_depth_00037.png 518.8579 -/bedroom_0096/rgb_00039.jpg /bedroom_0096/sync_depth_00039.png 518.8579 -/bedroom_0026/rgb_00034.jpg /bedroom_0026/sync_depth_00034.png 518.8579 -/bathroom_0048/rgb_00046.jpg /bathroom_0048/sync_depth_00046.png 518.8579 -/living_room_0058/rgb_00052.jpg /living_room_0058/sync_depth_00052.png 518.8579 -/living_room_0020/rgb_00119.jpg /living_room_0020/sync_depth_00119.png 518.8579 -/nyu_office_0/rgb_00102.jpg /nyu_office_0/sync_depth_00102.png 518.8579 -/living_room_0063/rgb_00111.jpg /living_room_0063/sync_depth_00111.png 518.8579 -/bedroom_0063/rgb_00140.jpg /bedroom_0063/sync_depth_00140.png 518.8579 -/kitchen_0029c/rgb_00009.jpg /kitchen_0029c/sync_depth_00009.png 518.8579 -/bookstore_0001h/rgb_00067.jpg /bookstore_0001h/sync_depth_00067.png 518.8579 -/bathroom_0048/rgb_00045.jpg /bathroom_0048/sync_depth_00045.png 518.8579 -/dinette_0001/rgb_00060.jpg /dinette_0001/sync_depth_00060.png 518.8579 -/basement_0001a/rgb_00127.jpg /basement_0001a/sync_depth_00127.png 518.8579 -/kitchen_0017/rgb_00081.jpg /kitchen_0017/sync_depth_00081.png 518.8579 -/living_room_0039/rgb_00109.jpg /living_room_0039/sync_depth_00109.png 518.8579 -/kitchen_0047/rgb_00144.jpg /kitchen_0047/sync_depth_00144.png 518.8579 -/nyu_office_0/rgb_00134.jpg /nyu_office_0/sync_depth_00134.png 518.8579 -/kitchen_0047/rgb_00062.jpg /kitchen_0047/sync_depth_00062.png 518.8579 -/bedroom_0063/rgb_00018.jpg /bedroom_0063/sync_depth_00018.png 518.8579 -/bedroom_0038/rgb_00001.jpg /bedroom_0038/sync_depth_00001.png 518.8579 -/classroom_0022/rgb_00013.jpg /classroom_0022/sync_depth_00013.png 518.8579 -/bathroom_0056/rgb_00011.jpg /bathroom_0056/sync_depth_00011.png 518.8579 -/bookstore_0001d/rgb_00238.jpg /bookstore_0001d/sync_depth_00238.png 518.8579 -/kitchen_0053/rgb_00249.jpg /kitchen_0053/sync_depth_00249.png 518.8579 -/living_room_0047a/rgb_00068.jpg /living_room_0047a/sync_depth_00068.png 518.8579 -/furniture_store_0002d/rgb_00015.jpg /furniture_store_0002d/sync_depth_00015.png 518.8579 -/bookstore_0001g/rgb_00044.jpg /bookstore_0001g/sync_depth_00044.png 518.8579 -/living_room_0055/rgb_00078.jpg /living_room_0055/sync_depth_00078.png 518.8579 -/kitchen_0043/rgb_00030.jpg /kitchen_0043/sync_depth_00030.png 518.8579 -/living_room_0018/rgb_00123.jpg /living_room_0018/sync_depth_00123.png 518.8579 -/bedroom_0017/rgb_00072.jpg /bedroom_0017/sync_depth_00072.png 518.8579 -/kitchen_0016/rgb_00118.jpg /kitchen_0016/sync_depth_00118.png 518.8579 -/living_room_0071/rgb_00025.jpg /living_room_0071/sync_depth_00025.png 518.8579 -/office_0026/rgb_00110.jpg /office_0026/sync_depth_00110.png 518.8579 -/bedroom_0062/rgb_00050.jpg /bedroom_0062/sync_depth_00050.png 518.8579 -/dining_room_0019/rgb_00113.jpg /dining_room_0019/sync_depth_00113.png 518.8579 -/living_room_0058/rgb_00106.jpg /living_room_0058/sync_depth_00106.png 518.8579 -/study_room_0004/rgb_00205.jpg /study_room_0004/sync_depth_00205.png 518.8579 -/dining_room_0023/rgb_00033.jpg /dining_room_0023/sync_depth_00033.png 518.8579 -/classroom_0012/rgb_00011.jpg /classroom_0012/sync_depth_00011.png 518.8579 -/kitchen_0019a/rgb_00189.jpg /kitchen_0019a/sync_depth_00189.png 518.8579 -/kitchen_0019a/rgb_00125.jpg /kitchen_0019a/sync_depth_00125.png 518.8579 -/bookstore_0001f/rgb_00479.jpg /bookstore_0001f/sync_depth_00479.png 518.8579 -/living_room_0011/rgb_00077.jpg /living_room_0011/sync_depth_00077.png 518.8579 -/living_room_0004/rgb_00148.jpg /living_room_0004/sync_depth_00148.png 518.8579 -/nyu_office_0/rgb_00076.jpg /nyu_office_0/sync_depth_00076.png 518.8579 -/office_0024/rgb_00055.jpg /office_0024/sync_depth_00055.png 518.8579 -/bedroom_0065/rgb_00016.jpg /bedroom_0065/sync_depth_00016.png 518.8579 -/bedroom_0026/rgb_00149.jpg /bedroom_0026/sync_depth_00149.png 518.8579 -/kitchen_0037/rgb_00044.jpg /kitchen_0037/sync_depth_00044.png 518.8579 -/bedroom_0094/rgb_00039.jpg /bedroom_0094/sync_depth_00039.png 518.8579 -/bedroom_0063/rgb_00007.jpg /bedroom_0063/sync_depth_00007.png 518.8579 -/office_0012/rgb_00077.jpg /office_0012/sync_depth_00077.png 518.8579 -/bedroom_0016/rgb_00102.jpg /bedroom_0016/sync_depth_00102.png 518.8579 -/office_0024/rgb_00113.jpg /office_0024/sync_depth_00113.png 518.8579 -/kitchen_0043/rgb_00021.jpg /kitchen_0043/sync_depth_00021.png 518.8579 -/kitchen_0048/rgb_00156.jpg /kitchen_0048/sync_depth_00156.png 518.8579 -/bedroom_0071/rgb_00107.jpg /bedroom_0071/sync_depth_00107.png 518.8579 -/reception_room_0002/rgb_00117.jpg /reception_room_0002/sync_depth_00117.png 518.8579 -/dining_room_0008/rgb_00164.jpg /dining_room_0008/sync_depth_00164.png 518.8579 -/office_0023/rgb_00043.jpg /office_0023/sync_depth_00043.png 518.8579 -/kitchen_0047/rgb_00127.jpg /kitchen_0047/sync_depth_00127.png 518.8579 -/classroom_0003/rgb_00054.jpg /classroom_0003/sync_depth_00054.png 518.8579 -/bathroom_0007/rgb_00053.jpg /bathroom_0007/sync_depth_00053.png 518.8579 -/kitchen_0045a/rgb_00177.jpg /kitchen_0045a/sync_depth_00177.png 518.8579 -/bathroom_0002/rgb_00033.jpg /bathroom_0002/sync_depth_00033.png 518.8579 -/bedroom_0107/rgb_00016.jpg /bedroom_0107/sync_depth_00016.png 518.8579 -/kitchen_0045a/rgb_00174.jpg /kitchen_0045a/sync_depth_00174.png 518.8579 -/kitchen_0051/rgb_00017.jpg /kitchen_0051/sync_depth_00017.png 518.8579 -/furniture_store_0002a/rgb_00197.jpg /furniture_store_0002a/sync_depth_00197.png 518.8579 -/bookstore_0001j/rgb_00231.jpg /bookstore_0001j/sync_depth_00231.png 518.8579 -/living_room_0022/rgb_00078.jpg /living_room_0022/sync_depth_00078.png 518.8579 -/bedroom_0138/rgb_00088.jpg /bedroom_0138/sync_depth_00088.png 518.8579 -/living_room_0032/rgb_00035.jpg /living_room_0032/sync_depth_00035.png 518.8579 -/dining_room_0012/rgb_00028.jpg /dining_room_0012/sync_depth_00028.png 518.8579 -/bedroom_0039/rgb_00002.jpg /bedroom_0039/sync_depth_00002.png 518.8579 -/bookstore_0001e/rgb_00040.jpg /bookstore_0001e/sync_depth_00040.png 518.8579 -/student_lounge_0001/rgb_00265.jpg /student_lounge_0001/sync_depth_00265.png 518.8579 -/kitchen_0045b/rgb_00092.jpg /kitchen_0045b/sync_depth_00092.png 518.8579 -/bedroom_0094/rgb_00012.jpg /bedroom_0094/sync_depth_00012.png 518.8579 -/kitchen_0041/rgb_00006.jpg /kitchen_0041/sync_depth_00006.png 518.8579 -/cafe_0001c/rgb_00056.jpg /cafe_0001c/sync_depth_00056.png 518.8579 -/classroom_0016/rgb_00080.jpg /classroom_0016/sync_depth_00080.png 518.8579 -/classroom_0003/rgb_00084.jpg /classroom_0003/sync_depth_00084.png 518.8579 -/office_0011/rgb_00160.jpg /office_0011/sync_depth_00160.png 518.8579 -/reception_room_0004/rgb_00003.jpg /reception_room_0004/sync_depth_00003.png 518.8579 -/bedroom_0010/rgb_00058.jpg /bedroom_0010/sync_depth_00058.png 518.8579 -/bedroom_0120/rgb_00029.jpg /bedroom_0120/sync_depth_00029.png 518.8579 -/home_office_0008/rgb_00068.jpg /home_office_0008/sync_depth_00068.png 518.8579 -/bedroom_0042/rgb_00009.jpg /bedroom_0042/sync_depth_00009.png 518.8579 -/living_room_0022/rgb_00396.jpg /living_room_0022/sync_depth_00396.png 518.8579 -/living_room_0039/rgb_00045.jpg /living_room_0039/sync_depth_00045.png 518.8579 -/basement_0001b/rgb_00046.jpg /basement_0001b/sync_depth_00046.png 518.8579 -/home_office_0005/rgb_00105.jpg /home_office_0005/sync_depth_00105.png 518.8579 -/kitchen_0045b/rgb_00086.jpg /kitchen_0045b/sync_depth_00086.png 518.8579 -/bedroom_0140/rgb_00081.jpg /bedroom_0140/sync_depth_00081.png 518.8579 -/dining_room_0004/rgb_00079.jpg /dining_room_0004/sync_depth_00079.png 518.8579 -/dinette_0001/rgb_00061.jpg /dinette_0001/sync_depth_00061.png 518.8579 -/living_room_0058/rgb_00013.jpg /living_room_0058/sync_depth_00013.png 518.8579 -/bedroom_0113/rgb_00098.jpg /bedroom_0113/sync_depth_00098.png 518.8579 -/living_room_0058/rgb_00113.jpg /living_room_0058/sync_depth_00113.png 518.8579 -/living_room_0050/rgb_00236.jpg /living_room_0050/sync_depth_00236.png 518.8579 -/living_room_0046b/rgb_00059.jpg /living_room_0046b/sync_depth_00059.png 518.8579 -/living_room_0062/rgb_00071.jpg /living_room_0062/sync_depth_00071.png 518.8579 -/playroom_0002/rgb_00139.jpg /playroom_0002/sync_depth_00139.png 518.8579 -/furniture_store_0002d/rgb_00059.jpg /furniture_store_0002d/sync_depth_00059.png 518.8579 -/kitchen_0008/rgb_00041.jpg /kitchen_0008/sync_depth_00041.png 518.8579 -/bedroom_0125b/rgb_00056.jpg /bedroom_0125b/sync_depth_00056.png 518.8579 -/classroom_0011/rgb_00069.jpg /classroom_0011/sync_depth_00069.png 518.8579 -/living_room_0005/rgb_00137.jpg /living_room_0005/sync_depth_00137.png 518.8579 -/living_room_0018/rgb_00052.jpg /living_room_0018/sync_depth_00052.png 518.8579 -/kitchen_0031/rgb_00019.jpg /kitchen_0031/sync_depth_00019.png 518.8579 -/living_room_0035/rgb_00000.jpg /living_room_0035/sync_depth_00000.png 518.8579 -/furniture_store_0002b/rgb_00222.jpg /furniture_store_0002b/sync_depth_00222.png 518.8579 -/dining_room_0028/rgb_00028.jpg /dining_room_0028/sync_depth_00028.png 518.8579 -/bedroom_0097/rgb_00044.jpg /bedroom_0097/sync_depth_00044.png 518.8579 -/bookstore_0001f/rgb_00203.jpg /bookstore_0001f/sync_depth_00203.png 518.8579 -/living_room_0005/rgb_00155.jpg /living_room_0005/sync_depth_00155.png 518.8579 -/bedroom_0019/rgb_00070.jpg /bedroom_0019/sync_depth_00070.png 518.8579 -/kitchen_0019a/rgb_00180.jpg /kitchen_0019a/sync_depth_00180.png 518.8579 -/dining_room_0019/rgb_00089.jpg /dining_room_0019/sync_depth_00089.png 518.8579 -/classroom_0022/rgb_00080.jpg /classroom_0022/sync_depth_00080.png 518.8579 -/kitchen_0050/rgb_00065.jpg /kitchen_0050/sync_depth_00065.png 518.8579 -/bathroom_0028/rgb_00047.jpg /bathroom_0028/sync_depth_00047.png 518.8579 -/living_room_0022/rgb_00148.jpg /living_room_0022/sync_depth_00148.png 518.8579 -/living_room_0038/rgb_00047.jpg /living_room_0038/sync_depth_00047.png 518.8579 -/dining_room_0033/rgb_00041.jpg /dining_room_0033/sync_depth_00041.png 518.8579 -/living_room_0039/rgb_00175.jpg /living_room_0039/sync_depth_00175.png 518.8579 -/living_room_0040/rgb_00334.jpg /living_room_0040/sync_depth_00334.png 518.8579 -/bedroom_0020/rgb_00035.jpg /bedroom_0020/sync_depth_00035.png 518.8579 -/kitchen_0050/rgb_00157.jpg /kitchen_0050/sync_depth_00157.png 518.8579 -/bedroom_0004/rgb_00048.jpg /bedroom_0004/sync_depth_00048.png 518.8579 -/office_0021/rgb_00069.jpg /office_0021/sync_depth_00069.png 518.8579 -/bedroom_0050/rgb_00069.jpg /bedroom_0050/sync_depth_00069.png 518.8579 -/kitchen_0028a/rgb_00188.jpg /kitchen_0028a/sync_depth_00188.png 518.8579 -/dining_room_0007/rgb_00220.jpg /dining_room_0007/sync_depth_00220.png 518.8579 -/student_lounge_0001/rgb_00047.jpg /student_lounge_0001/sync_depth_00047.png 518.8579 -/playroom_0003/rgb_00189.jpg /playroom_0003/sync_depth_00189.png 518.8579 -/furniture_store_0001b/rgb_00013.jpg /furniture_store_0001b/sync_depth_00013.png 518.8579 -/bedroom_0062/rgb_00016.jpg /bedroom_0062/sync_depth_00016.png 518.8579 -/kitchen_0029c/rgb_00063.jpg /kitchen_0029c/sync_depth_00063.png 518.8579 -/nyu_office_0/rgb_00046.jpg /nyu_office_0/sync_depth_00046.png 518.8579 -/bookstore_0001d/rgb_00021.jpg /bookstore_0001d/sync_depth_00021.png 518.8579 -/playroom_0006/rgb_00077.jpg /playroom_0006/sync_depth_00077.png 518.8579 -/dining_room_0023/rgb_00073.jpg /dining_room_0023/sync_depth_00073.png 518.8579 -/bathroom_0034/rgb_00048.jpg /bathroom_0034/sync_depth_00048.png 518.8579 -/kitchen_0035b/rgb_00085.jpg /kitchen_0035b/sync_depth_00085.png 518.8579 -/home_office_0006/rgb_00048.jpg /home_office_0006/sync_depth_00048.png 518.8579 -/kitchen_0031/rgb_00022.jpg /kitchen_0031/sync_depth_00022.png 518.8579 -/kitchen_0051/rgb_00245.jpg /kitchen_0051/sync_depth_00245.png 518.8579 -/living_room_0018/rgb_00106.jpg /living_room_0018/sync_depth_00106.png 518.8579 -/living_room_0012/rgb_00127.jpg /living_room_0012/sync_depth_00127.png 518.8579 -/furniture_store_0002d/rgb_00065.jpg /furniture_store_0002d/sync_depth_00065.png 518.8579 -/living_room_0069b/rgb_00030.jpg /living_room_0069b/sync_depth_00030.png 518.8579 -/furniture_store_0002b/rgb_00160.jpg /furniture_store_0002b/sync_depth_00160.png 518.8579 -/living_room_0047b/rgb_00058.jpg /living_room_0047b/sync_depth_00058.png 518.8579 -/living_room_0086b/rgb_00010.jpg /living_room_0086b/sync_depth_00010.png 518.8579 -/bedroom_0060/rgb_00001.jpg /bedroom_0060/sync_depth_00001.png 518.8579 -/kitchen_0010/rgb_00115.jpg /kitchen_0010/sync_depth_00115.png 518.8579 -/nyu_office_0/rgb_00067.jpg /nyu_office_0/sync_depth_00067.png 518.8579 -/bookstore_0001d/rgb_00132.jpg /bookstore_0001d/sync_depth_00132.png 518.8579 -/study_0004/rgb_00024.jpg /study_0004/sync_depth_00024.png 518.8579 -/bedroom_0140/rgb_00138.jpg /bedroom_0140/sync_depth_00138.png 518.8579 -/classroom_0010/rgb_00003.jpg /classroom_0010/sync_depth_00003.png 518.8579 -/kitchen_0011a/rgb_00044.jpg /kitchen_0011a/sync_depth_00044.png 518.8579 -/kitchen_0051/rgb_00149.jpg /kitchen_0051/sync_depth_00149.png 518.8579 -/bookstore_0001f/rgb_00179.jpg /bookstore_0001f/sync_depth_00179.png 518.8579 -/kitchen_0050/rgb_00192.jpg /kitchen_0050/sync_depth_00192.png 518.8579 -/dining_room_0016/rgb_00106.jpg /dining_room_0016/sync_depth_00106.png 518.8579 -/bookstore_0001h/rgb_00128.jpg /bookstore_0001h/sync_depth_00128.png 518.8579 -/kitchen_0053/rgb_00172.jpg /kitchen_0053/sync_depth_00172.png 518.8579 -/bedroom_0034/rgb_00005.jpg /bedroom_0034/sync_depth_00005.png 518.8579 -/furniture_store_0002a/rgb_00043.jpg /furniture_store_0002a/sync_depth_00043.png 518.8579 -/bedroom_0104/rgb_00091.jpg /bedroom_0104/sync_depth_00091.png 518.8579 -/living_room_0050/rgb_00251.jpg /living_room_0050/sync_depth_00251.png 518.8579 -/living_room_0010/rgb_00243.jpg /living_room_0010/sync_depth_00243.png 518.8579 -/office_kitchen_0003/rgb_00058.jpg /office_kitchen_0003/sync_depth_00058.png 518.8579 -/bookstore_0001h/rgb_00121.jpg /bookstore_0001h/sync_depth_00121.png 518.8579 -/bedroom_0130/rgb_00075.jpg /bedroom_0130/sync_depth_00075.png 518.8579 -/furniture_store_0002b/rgb_00113.jpg /furniture_store_0002b/sync_depth_00113.png 518.8579 -/living_room_0011/rgb_00045.jpg /living_room_0011/sync_depth_00045.png 518.8579 -/bathroom_0045a/rgb_00055.jpg /bathroom_0045a/sync_depth_00055.png 518.8579 -/dining_room_0014/rgb_00099.jpg /dining_room_0014/sync_depth_00099.png 518.8579 -/kitchen_0019a/rgb_00217.jpg /kitchen_0019a/sync_depth_00217.png 518.8579 -/bathroom_0049/rgb_00025.jpg /bathroom_0049/sync_depth_00025.png 518.8579 -/furniture_store_0002a/rgb_00407.jpg /furniture_store_0002a/sync_depth_00407.png 518.8579 -/living_room_0010/rgb_00052.jpg /living_room_0010/sync_depth_00052.png 518.8579 -/classroom_0018/rgb_00046.jpg /classroom_0018/sync_depth_00046.png 518.8579 -/living_room_0019/rgb_00125.jpg /living_room_0019/sync_depth_00125.png 518.8579 -/kitchen_0052/rgb_00110.jpg /kitchen_0052/sync_depth_00110.png 518.8579 -/furniture_store_0002b/rgb_00212.jpg /furniture_store_0002b/sync_depth_00212.png 518.8579 -/bedroom_0051/rgb_00045.jpg /bedroom_0051/sync_depth_00045.png 518.8579 -/living_room_0019/rgb_00027.jpg /living_room_0019/sync_depth_00027.png 518.8579 -/kitchen_0050/rgb_00057.jpg /kitchen_0050/sync_depth_00057.png 518.8579 -/bookstore_0001j/rgb_00226.jpg /bookstore_0001j/sync_depth_00226.png 518.8579 -/bookstore_0001f/rgb_00416.jpg /bookstore_0001f/sync_depth_00416.png 518.8579 -/bedroom_0096/rgb_00030.jpg /bedroom_0096/sync_depth_00030.png 518.8579 -/bedroom_0138/rgb_00054.jpg /bedroom_0138/sync_depth_00054.png 518.8579 -/bedroom_0010/rgb_00086.jpg /bedroom_0010/sync_depth_00086.png 518.8579 -/kitchen_0043/rgb_00066.jpg /kitchen_0043/sync_depth_00066.png 518.8579 -/bedroom_0140/rgb_00010.jpg /bedroom_0140/sync_depth_00010.png 518.8579 -/bedroom_0074/rgb_00020.jpg /bedroom_0074/sync_depth_00020.png 518.8579 -/dining_room_0019/rgb_00135.jpg /dining_room_0019/sync_depth_00135.png 518.8579 -/dining_room_0028/rgb_00047.jpg /dining_room_0028/sync_depth_00047.png 518.8579 -/furniture_store_0001c/rgb_00002.jpg /furniture_store_0001c/sync_depth_00002.png 518.8579 -/office_0006/rgb_00043.jpg /office_0006/sync_depth_00043.png 518.8579 -/dining_room_0029/rgb_00095.jpg /dining_room_0029/sync_depth_00095.png 518.8579 -/kitchen_0045a/rgb_00089.jpg /kitchen_0045a/sync_depth_00089.png 518.8579 -/bedroom_0129/rgb_00073.jpg /bedroom_0129/sync_depth_00073.png 518.8579 -/living_room_0020/rgb_00041.jpg /living_room_0020/sync_depth_00041.png 518.8579 -/kitchen_0029c/rgb_00031.jpg /kitchen_0029c/sync_depth_00031.png 518.8579 -/dining_room_0031/rgb_00340.jpg /dining_room_0031/sync_depth_00340.png 518.8579 -/bookstore_0001e/rgb_00037.jpg /bookstore_0001e/sync_depth_00037.png 518.8579 -/kitchen_0047/rgb_00039.jpg /kitchen_0047/sync_depth_00039.png 518.8579 -/conference_room_0002/rgb_00002.jpg /conference_room_0002/sync_depth_00002.png 518.8579 -/living_room_0020/rgb_00245.jpg /living_room_0020/sync_depth_00245.png 518.8579 -/home_office_0011/rgb_00052.jpg /home_office_0011/sync_depth_00052.png 518.8579 -/furniture_store_0001a/rgb_00019.jpg /furniture_store_0001a/sync_depth_00019.png 518.8579 -/kitchen_0050/rgb_00017.jpg /kitchen_0050/sync_depth_00017.png 518.8579 -/dining_room_0031/rgb_00055.jpg /dining_room_0031/sync_depth_00055.png 518.8579 -/conference_room_0001/rgb_00092.jpg /conference_room_0001/sync_depth_00092.png 518.8579 -/office_kitchen_0003/rgb_00039.jpg /office_kitchen_0003/sync_depth_00039.png 518.8579 -/study_room_0004/rgb_00208.jpg /study_room_0004/sync_depth_00208.png 518.8579 -/kitchen_0019b/rgb_00034.jpg /kitchen_0019b/sync_depth_00034.png 518.8579 -/dining_room_0013/rgb_00113.jpg /dining_room_0013/sync_depth_00113.png 518.8579 -/bookstore_0001j/rgb_00026.jpg /bookstore_0001j/sync_depth_00026.png 518.8579 -/bedroom_0065/rgb_00029.jpg /bedroom_0065/sync_depth_00029.png 518.8579 -/bedroom_0017/rgb_00157.jpg /bedroom_0017/sync_depth_00157.png 518.8579 -/bedroom_0017/rgb_00043.jpg /bedroom_0017/sync_depth_00043.png 518.8579 -/bedroom_0106/rgb_00147.jpg /bedroom_0106/sync_depth_00147.png 518.8579 -/living_room_0086b/rgb_00001.jpg /living_room_0086b/sync_depth_00001.png 518.8579 -/home_office_0005/rgb_00048.jpg /home_office_0005/sync_depth_00048.png 518.8579 -/bookstore_0001d/rgb_00133.jpg /bookstore_0001d/sync_depth_00133.png 518.8579 -/living_room_0050/rgb_00152.jpg /living_room_0050/sync_depth_00152.png 518.8579 -/bedroom_0053/rgb_00012.jpg /bedroom_0053/sync_depth_00012.png 518.8579 -/bathroom_0007/rgb_00080.jpg /bathroom_0007/sync_depth_00080.png 518.8579 -/office_kitchen_0001b/rgb_00002.jpg /office_kitchen_0001b/sync_depth_00002.png 518.8579 -/living_room_0086a/rgb_00054.jpg /living_room_0086a/sync_depth_00054.png 518.8579 -/dining_room_0023/rgb_00007.jpg /dining_room_0023/sync_depth_00007.png 518.8579 -/living_room_0019/rgb_00134.jpg /living_room_0019/sync_depth_00134.png 518.8579 -/living_room_0038/rgb_00015.jpg /living_room_0038/sync_depth_00015.png 518.8579 -/laundry_room_0001/rgb_00013.jpg /laundry_room_0001/sync_depth_00013.png 518.8579 -/kitchen_0003/rgb_00135.jpg /kitchen_0003/sync_depth_00135.png 518.8579 -/living_room_0047b/rgb_00010.jpg /living_room_0047b/sync_depth_00010.png 518.8579 -/bedroom_0052/rgb_00062.jpg /bedroom_0052/sync_depth_00062.png 518.8579 -/kitchen_0051/rgb_00114.jpg /kitchen_0051/sync_depth_00114.png 518.8579 -/reception_room_0004/rgb_00009.jpg /reception_room_0004/sync_depth_00009.png 518.8579 -/home_office_0005/rgb_00058.jpg /home_office_0005/sync_depth_00058.png 518.8579 -/bedroom_0040/rgb_00050.jpg /bedroom_0040/sync_depth_00050.png 518.8579 -/kitchen_0048/rgb_00029.jpg /kitchen_0048/sync_depth_00029.png 518.8579 -/bedroom_0071/rgb_00028.jpg /bedroom_0071/sync_depth_00028.png 518.8579 -/furniture_store_0001e/rgb_00089.jpg /furniture_store_0001e/sync_depth_00089.png 518.8579 -/kitchen_0019a/rgb_00215.jpg /kitchen_0019a/sync_depth_00215.png 518.8579 -/living_room_0012/rgb_00084.jpg /living_room_0012/sync_depth_00084.png 518.8579 -/classroom_0022/rgb_00010.jpg /classroom_0022/sync_depth_00010.png 518.8579 -/study_room_0005b/rgb_00065.jpg /study_room_0005b/sync_depth_00065.png 518.8579 -/classroom_0004/rgb_00006.jpg /classroom_0004/sync_depth_00006.png 518.8579 -/bedroom_0010/rgb_00030.jpg /bedroom_0010/sync_depth_00030.png 518.8579 -/bedroom_0021/rgb_00044.jpg /bedroom_0021/sync_depth_00044.png 518.8579 -/bedroom_0138/rgb_00076.jpg /bedroom_0138/sync_depth_00076.png 518.8579 -/office_kitchen_0001a/rgb_00060.jpg /office_kitchen_0001a/sync_depth_00060.png 518.8579 -/furniture_store_0002c/rgb_00050.jpg /furniture_store_0002c/sync_depth_00050.png 518.8579 -/office_0026/rgb_00141.jpg /office_0026/sync_depth_00141.png 518.8579 -/bedroom_0017/rgb_00154.jpg /bedroom_0017/sync_depth_00154.png 518.8579 -/furniture_store_0001d/rgb_00268.jpg /furniture_store_0001d/sync_depth_00268.png 518.8579 -/classroom_0003/rgb_00068.jpg /classroom_0003/sync_depth_00068.png 518.8579 -/bedroom_0076a/rgb_00091.jpg /bedroom_0076a/sync_depth_00091.png 518.8579 -/living_room_0033/rgb_00052.jpg /living_room_0033/sync_depth_00052.png 518.8579 -/living_room_0067/rgb_00064.jpg /living_room_0067/sync_depth_00064.png 518.8579 -/dining_room_0034/rgb_00088.jpg /dining_room_0034/sync_depth_00088.png 518.8579 -/kitchen_0045b/rgb_00139.jpg /kitchen_0045b/sync_depth_00139.png 518.8579 -/living_room_0018/rgb_00084.jpg /living_room_0018/sync_depth_00084.png 518.8579 -/dining_room_0013/rgb_00183.jpg /dining_room_0013/sync_depth_00183.png 518.8579 -/furniture_store_0002a/rgb_00193.jpg /furniture_store_0002a/sync_depth_00193.png 518.8579 -/furniture_store_0002a/rgb_00245.jpg /furniture_store_0002a/sync_depth_00245.png 518.8579 -/living_room_0010/rgb_00229.jpg /living_room_0010/sync_depth_00229.png 518.8579 -/classroom_0010/rgb_00058.jpg /classroom_0010/sync_depth_00058.png 518.8579 -/bookstore_0001h/rgb_00014.jpg /bookstore_0001h/sync_depth_00014.png 518.8579 -/living_room_0010/rgb_00232.jpg /living_room_0010/sync_depth_00232.png 518.8579 -/bedroom_0060/rgb_00049.jpg /bedroom_0060/sync_depth_00049.png 518.8579 -/home_office_0005/rgb_00049.jpg /home_office_0005/sync_depth_00049.png 518.8579 -/dining_room_0014/rgb_00026.jpg /dining_room_0014/sync_depth_00026.png 518.8579 -/living_room_0055/rgb_00116.jpg /living_room_0055/sync_depth_00116.png 518.8579 -/dining_room_0007/rgb_00161.jpg /dining_room_0007/sync_depth_00161.png 518.8579 -/bedroom_0021/rgb_00001.jpg /bedroom_0021/sync_depth_00001.png 518.8579 -/home_office_0011/rgb_00101.jpg /home_office_0011/sync_depth_00101.png 518.8579 -/dining_room_0008/rgb_00067.jpg /dining_room_0008/sync_depth_00067.png 518.8579 -/dining_room_0013/rgb_00191.jpg /dining_room_0013/sync_depth_00191.png 518.8579 -/home_office_0004/rgb_00007.jpg /home_office_0004/sync_depth_00007.png 518.8579 -/living_room_0018/rgb_00142.jpg /living_room_0018/sync_depth_00142.png 518.8579 -/kitchen_0043/rgb_00164.jpg /kitchen_0043/sync_depth_00164.png 518.8579 -/bedroom_0033/rgb_00043.jpg /bedroom_0033/sync_depth_00043.png 518.8579 -/bedroom_0113/rgb_00022.jpg /bedroom_0113/sync_depth_00022.png 518.8579 -/living_room_0040/rgb_00055.jpg /living_room_0040/sync_depth_00055.png 518.8579 -/bookstore_0001j/rgb_00249.jpg /bookstore_0001j/sync_depth_00249.png 518.8579 -/bookstore_0001j/rgb_00038.jpg /bookstore_0001j/sync_depth_00038.png 518.8579 -/bedroom_0076a/rgb_00027.jpg /bedroom_0076a/sync_depth_00027.png 518.8579 -/bedroom_0004/rgb_00073.jpg /bedroom_0004/sync_depth_00073.png 518.8579 -/living_room_0067/rgb_00022.jpg /living_room_0067/sync_depth_00022.png 518.8579 -/living_room_0086a/rgb_00046.jpg /living_room_0086a/sync_depth_00046.png 518.8579 -/bookstore_0001f/rgb_00469.jpg /bookstore_0001f/sync_depth_00469.png 518.8579 -/office_kitchen_0001a/rgb_00016.jpg /office_kitchen_0001a/sync_depth_00016.png 518.8579 -/living_room_0022/rgb_00088.jpg /living_room_0022/sync_depth_00088.png 518.8579 -/living_room_0058/rgb_00078.jpg /living_room_0058/sync_depth_00078.png 518.8579 -/bookstore_0001g/rgb_00243.jpg /bookstore_0001g/sync_depth_00243.png 518.8579 -/kitchen_0041/rgb_00017.jpg /kitchen_0041/sync_depth_00017.png 518.8579 -/kitchen_0019a/rgb_00250.jpg /kitchen_0019a/sync_depth_00250.png 518.8579 -/living_room_0042b/rgb_00056.jpg /living_room_0042b/sync_depth_00056.png 518.8579 -/dining_room_0019/rgb_00014.jpg /dining_room_0019/sync_depth_00014.png 518.8579 -/furniture_store_0002a/rgb_00188.jpg /furniture_store_0002a/sync_depth_00188.png 518.8579 -/nyu_office_0/rgb_00334.jpg /nyu_office_0/sync_depth_00334.png 518.8579 -/bedroom_0118/rgb_00000.jpg /bedroom_0118/sync_depth_00000.png 518.8579 -/living_room_0040/rgb_00317.jpg /living_room_0040/sync_depth_00317.png 518.8579 -/living_room_0069b/rgb_00064.jpg /living_room_0069b/sync_depth_00064.png 518.8579 -/bookstore_0001g/rgb_00185.jpg /bookstore_0001g/sync_depth_00185.png 518.8579 -/living_room_0067/rgb_00091.jpg /living_room_0067/sync_depth_00091.png 518.8579 -/bathroom_0035/rgb_00018.jpg /bathroom_0035/sync_depth_00018.png 518.8579 -/bedroom_0090/rgb_00006.jpg /bedroom_0090/sync_depth_00006.png 518.8579 -/living_room_0040/rgb_00013.jpg /living_room_0040/sync_depth_00013.png 518.8579 -/dining_room_0007/rgb_00231.jpg /dining_room_0007/sync_depth_00231.png 518.8579 -/office_0025/rgb_00040.jpg /office_0025/sync_depth_00040.png 518.8579 -/study_room_0004/rgb_00042.jpg /study_room_0004/sync_depth_00042.png 518.8579 -/bedroom_0015/rgb_00002.jpg /bedroom_0015/sync_depth_00002.png 518.8579 -/bookstore_0001f/rgb_00283.jpg /bookstore_0001f/sync_depth_00283.png 518.8579 -/bookstore_0001f/rgb_00307.jpg /bookstore_0001f/sync_depth_00307.png 518.8579 -/living_room_0018/rgb_00021.jpg /living_room_0018/sync_depth_00021.png 518.8579 -/living_room_0047b/rgb_00001.jpg /living_room_0047b/sync_depth_00001.png 518.8579 -/student_lounge_0001/rgb_00209.jpg /student_lounge_0001/sync_depth_00209.png 518.8579 -/kitchen_0019b/rgb_00018.jpg /kitchen_0019b/sync_depth_00018.png 518.8579 -/living_room_0020/rgb_00005.jpg /living_room_0020/sync_depth_00005.png 518.8579 -/living_room_0039/rgb_00067.jpg /living_room_0039/sync_depth_00067.png 518.8579 -/classroom_0006/rgb_00178.jpg /classroom_0006/sync_depth_00178.png 518.8579 -/kitchen_0031/rgb_00127.jpg /kitchen_0031/sync_depth_00127.png 518.8579 -/kitchen_0028a/rgb_00165.jpg /kitchen_0028a/sync_depth_00165.png 518.8579 -/kitchen_0051/rgb_00159.jpg /kitchen_0051/sync_depth_00159.png 518.8579 -/living_room_0010/rgb_00064.jpg /living_room_0010/sync_depth_00064.png 518.8579 -/bookstore_0001i/rgb_00045.jpg /bookstore_0001i/sync_depth_00045.png 518.8579 -/kitchen_0035a/rgb_00058.jpg /kitchen_0035a/sync_depth_00058.png 518.8579 -/dining_room_0012/rgb_00027.jpg /dining_room_0012/sync_depth_00027.png 518.8579 -/living_room_0067/rgb_00074.jpg /living_room_0067/sync_depth_00074.png 518.8579 -/bedroom_0138/rgb_00009.jpg /bedroom_0138/sync_depth_00009.png 518.8579 -/dining_room_0034/rgb_00053.jpg /dining_room_0034/sync_depth_00053.png 518.8579 -/living_room_0047b/rgb_00034.jpg /living_room_0047b/sync_depth_00034.png 518.8579 -/bookstore_0001d/rgb_00181.jpg /bookstore_0001d/sync_depth_00181.png 518.8579 -/bookstore_0001h/rgb_00083.jpg /bookstore_0001h/sync_depth_00083.png 518.8579 -/furniture_store_0001b/rgb_00051.jpg /furniture_store_0001b/sync_depth_00051.png 518.8579 -/bookstore_0001f/rgb_00458.jpg /bookstore_0001f/sync_depth_00458.png 518.8579 -/living_room_0063/rgb_00130.jpg /living_room_0063/sync_depth_00130.png 518.8579 -/bedroom_0047/rgb_00000.jpg /bedroom_0047/sync_depth_00000.png 518.8579 -/conference_room_0002/rgb_00011.jpg /conference_room_0002/sync_depth_00011.png 518.8579 -/living_room_0046b/rgb_00061.jpg /living_room_0046b/sync_depth_00061.png 518.8579 -/bedroom_0074/rgb_00049.jpg /bedroom_0074/sync_depth_00049.png 518.8579 -/kitchen_0008/rgb_00015.jpg /kitchen_0008/sync_depth_00015.png 518.8579 -/living_room_0018/rgb_00092.jpg /living_room_0018/sync_depth_00092.png 518.8579 -/playroom_0002/rgb_00092.jpg /playroom_0002/sync_depth_00092.png 518.8579 -/basement_0001a/rgb_00092.jpg /basement_0001a/sync_depth_00092.png 518.8579 -/living_room_0029/rgb_00038.jpg /living_room_0029/sync_depth_00038.png 518.8579 -/kitchen_0051/rgb_00190.jpg /kitchen_0051/sync_depth_00190.png 518.8579 -/bedroom_0138/rgb_00066.jpg /bedroom_0138/sync_depth_00066.png 518.8579 -/kitchen_0045b/rgb_00024.jpg /kitchen_0045b/sync_depth_00024.png 518.8579 -/kitchen_0049/rgb_00033.jpg /kitchen_0049/sync_depth_00033.png 518.8579 -/kitchen_0059/rgb_00006.jpg /kitchen_0059/sync_depth_00006.png 518.8579 -/student_lounge_0001/rgb_00060.jpg /student_lounge_0001/sync_depth_00060.png 518.8579 -/living_room_0058/rgb_00042.jpg /living_room_0058/sync_depth_00042.png 518.8579 -/bedroom_0025/rgb_00055.jpg /bedroom_0025/sync_depth_00055.png 518.8579 -/living_room_0069b/rgb_00012.jpg /living_room_0069b/sync_depth_00012.png 518.8579 -/office_0023/rgb_00035.jpg /office_0023/sync_depth_00035.png 518.8579 -/home_office_0006/rgb_00099.jpg /home_office_0006/sync_depth_00099.png 518.8579 -/bedroom_0052/rgb_00144.jpg /bedroom_0052/sync_depth_00144.png 518.8579 -/dining_room_0014/rgb_00097.jpg /dining_room_0014/sync_depth_00097.png 518.8579 -/living_room_0086a/rgb_00048.jpg /living_room_0086a/sync_depth_00048.png 518.8579 -/living_room_0035/rgb_00074.jpg /living_room_0035/sync_depth_00074.png 518.8579 -/foyer_0002/rgb_00003.jpg /foyer_0002/sync_depth_00003.png 518.8579 -/bedroom_0086/rgb_00010.jpg /bedroom_0086/sync_depth_00010.png 518.8579 -/bedroom_0066/rgb_00058.jpg /bedroom_0066/sync_depth_00058.png 518.8579 -/bedroom_0076a/rgb_00095.jpg /bedroom_0076a/sync_depth_00095.png 518.8579 -/living_room_0058/rgb_00114.jpg /living_room_0058/sync_depth_00114.png 518.8579 -/living_room_0058/rgb_00088.jpg /living_room_0058/sync_depth_00088.png 518.8579 -/office_0026/rgb_00041.jpg /office_0026/sync_depth_00041.png 518.8579 -/living_room_0050/rgb_00115.jpg /living_room_0050/sync_depth_00115.png 518.8579 -/living_room_0018/rgb_00059.jpg /living_room_0018/sync_depth_00059.png 518.8579 -/bedroom_0072/rgb_00083.jpg /bedroom_0072/sync_depth_00083.png 518.8579 -/bedroom_0071/rgb_00100.jpg /bedroom_0071/sync_depth_00100.png 518.8579 -/nyu_office_0/rgb_00189.jpg /nyu_office_0/sync_depth_00189.png 518.8579 -/bathroom_0019/rgb_00052.jpg /bathroom_0019/sync_depth_00052.png 518.8579 -/living_room_0068/rgb_00040.jpg /living_room_0068/sync_depth_00040.png 518.8579 -/kitchen_0037/rgb_00072.jpg /kitchen_0037/sync_depth_00072.png 518.8579 -/kitchen_0035b/rgb_00022.jpg /kitchen_0035b/sync_depth_00022.png 518.8579 -/living_room_0070/rgb_00070.jpg /living_room_0070/sync_depth_00070.png 518.8579 -/bedroom_0120/rgb_00032.jpg /bedroom_0120/sync_depth_00032.png 518.8579 -/living_room_0039/rgb_00158.jpg /living_room_0039/sync_depth_00158.png 518.8579 -/dining_room_0019/rgb_00013.jpg /dining_room_0019/sync_depth_00013.png 518.8579 -/bookstore_0001d/rgb_00061.jpg /bookstore_0001d/sync_depth_00061.png 518.8579 -/bookstore_0001f/rgb_00364.jpg /bookstore_0001f/sync_depth_00364.png 518.8579 -/bathroom_0024/rgb_00046.jpg /bathroom_0024/sync_depth_00046.png 518.8579 -/office_0006/rgb_00081.jpg /office_0006/sync_depth_00081.png 518.8579 -/kitchen_0031/rgb_00194.jpg /kitchen_0031/sync_depth_00194.png 518.8579 -/bedroom_0025/rgb_00081.jpg /bedroom_0025/sync_depth_00081.png 518.8579 -/office_kitchen_0001b/rgb_00036.jpg /office_kitchen_0001b/sync_depth_00036.png 518.8579 -/bedroom_0015/rgb_00048.jpg /bedroom_0015/sync_depth_00048.png 518.8579 -/living_room_0022/rgb_00069.jpg /living_room_0022/sync_depth_00069.png 518.8579 -/reception_room_0001a/rgb_00073.jpg /reception_room_0001a/sync_depth_00073.png 518.8579 -/living_room_0011/rgb_00057.jpg /living_room_0011/sync_depth_00057.png 518.8579 -/kitchen_0049/rgb_00145.jpg /kitchen_0049/sync_depth_00145.png 518.8579 -/dining_room_0007/rgb_00073.jpg /dining_room_0007/sync_depth_00073.png 518.8579 -/kitchen_0043/rgb_00009.jpg /kitchen_0043/sync_depth_00009.png 518.8579 -/basement_0001b/rgb_00000.jpg /basement_0001b/sync_depth_00000.png 518.8579 -/playroom_0003/rgb_00095.jpg /playroom_0003/sync_depth_00095.png 518.8579 -/bedroom_0094/rgb_00001.jpg /bedroom_0094/sync_depth_00001.png 518.8579 -/bedroom_0071/rgb_00171.jpg /bedroom_0071/sync_depth_00171.png 518.8579 -/dining_room_0001b/rgb_00219.jpg /dining_room_0001b/sync_depth_00219.png 518.8579 -/bookstore_0001d/rgb_00016.jpg /bookstore_0001d/sync_depth_00016.png 518.8579 -/dining_room_0031/rgb_00215.jpg /dining_room_0031/sync_depth_00215.png 518.8579 -/living_room_0050/rgb_00137.jpg /living_room_0050/sync_depth_00137.png 518.8579 -/kitchen_0051/rgb_00024.jpg /kitchen_0051/sync_depth_00024.png 518.8579 -/living_room_0040/rgb_00110.jpg /living_room_0040/sync_depth_00110.png 518.8579 -/dining_room_0023/rgb_00049.jpg /dining_room_0023/sync_depth_00049.png 518.8579 -/classroom_0016/rgb_00061.jpg /classroom_0016/sync_depth_00061.png 518.8579 -/bedroom_0017/rgb_00046.jpg /bedroom_0017/sync_depth_00046.png 518.8579 -/bathroom_0057/rgb_00025.jpg /bathroom_0057/sync_depth_00025.png 518.8579 -/bedroom_0080/rgb_00028.jpg /bedroom_0080/sync_depth_00028.png 518.8579 -/kitchen_0049/rgb_00075.jpg /kitchen_0049/sync_depth_00075.png 518.8579 -/living_room_0067/rgb_00014.jpg /living_room_0067/sync_depth_00014.png 518.8579 -/office_0019/rgb_00034.jpg /office_0019/sync_depth_00034.png 518.8579 -/kitchen_0019b/rgb_00037.jpg /kitchen_0019b/sync_depth_00037.png 518.8579 -/furniture_store_0001d/rgb_00047.jpg /furniture_store_0001d/sync_depth_00047.png 518.8579 -/reception_room_0004/rgb_00085.jpg /reception_room_0004/sync_depth_00085.png 518.8579 -/nyu_office_0/rgb_00060.jpg /nyu_office_0/sync_depth_00060.png 518.8579 -/furniture_store_0002b/rgb_00036.jpg /furniture_store_0002b/sync_depth_00036.png 518.8579 -/bedroom_0025/rgb_00103.jpg /bedroom_0025/sync_depth_00103.png 518.8579 -/dining_room_0004/rgb_00120.jpg /dining_room_0004/sync_depth_00120.png 518.8579 -/kitchen_0035b/rgb_00070.jpg /kitchen_0035b/sync_depth_00070.png 518.8579 -/dining_room_0013/rgb_00017.jpg /dining_room_0013/sync_depth_00017.png 518.8579 -/reception_room_0004/rgb_00081.jpg /reception_room_0004/sync_depth_00081.png 518.8579 -/office_kitchen_0001a/rgb_00043.jpg /office_kitchen_0001a/sync_depth_00043.png 518.8579 -/study_room_0004/rgb_00148.jpg /study_room_0004/sync_depth_00148.png 518.8579 -/bathroom_0055/rgb_00037.jpg /bathroom_0055/sync_depth_00037.png 518.8579 -/dining_room_0019/rgb_00156.jpg /dining_room_0019/sync_depth_00156.png 518.8579 -/printer_room_0001/rgb_00054.jpg /printer_room_0001/sync_depth_00054.png 518.8579 -/living_room_0018/rgb_00213.jpg /living_room_0018/sync_depth_00213.png 518.8579 -/bookstore_0001j/rgb_00013.jpg /bookstore_0001j/sync_depth_00013.png 518.8579 -/bathroom_0007/rgb_00123.jpg /bathroom_0007/sync_depth_00123.png 518.8579 -/study_room_0004/rgb_00186.jpg /study_room_0004/sync_depth_00186.png 518.8579 -/bedroom_0132/rgb_00027.jpg /bedroom_0132/sync_depth_00027.png 518.8579 -/playroom_0004/rgb_00100.jpg /playroom_0004/sync_depth_00100.png 518.8579 -/kitchen_0045b/rgb_00044.jpg /kitchen_0045b/sync_depth_00044.png 518.8579 -/living_room_0039/rgb_00174.jpg /living_room_0039/sync_depth_00174.png 518.8579 -/dining_room_0029/rgb_00136.jpg /dining_room_0029/sync_depth_00136.png 518.8579 -/furniture_store_0002b/rgb_00123.jpg /furniture_store_0002b/sync_depth_00123.png 518.8579 -/living_room_0046b/rgb_00074.jpg /living_room_0046b/sync_depth_00074.png 518.8579 -/bookstore_0001f/rgb_00342.jpg /bookstore_0001f/sync_depth_00342.png 518.8579 -/kitchen_0031/rgb_00069.jpg /kitchen_0031/sync_depth_00069.png 518.8579 -/bedroom_0017/rgb_00108.jpg /bedroom_0017/sync_depth_00108.png 518.8579 -/bedroom_0129/rgb_00046.jpg /bedroom_0129/sync_depth_00046.png 518.8579 -/furniture_store_0002b/rgb_00082.jpg /furniture_store_0002b/sync_depth_00082.png 518.8579 -/study_0004/rgb_00067.jpg /study_0004/sync_depth_00067.png 518.8579 -/dining_room_0028/rgb_00130.jpg /dining_room_0028/sync_depth_00130.png 518.8579 -/living_room_0047a/rgb_00009.jpg /living_room_0047a/sync_depth_00009.png 518.8579 -/bookstore_0001d/rgb_00144.jpg /bookstore_0001d/sync_depth_00144.png 518.8579 -/furniture_store_0002b/rgb_00200.jpg /furniture_store_0002b/sync_depth_00200.png 518.8579 -/furniture_store_0001b/rgb_00015.jpg /furniture_store_0001b/sync_depth_00015.png 518.8579 -/bedroom_0113/rgb_00020.jpg /bedroom_0113/sync_depth_00020.png 518.8579 -/playroom_0002/rgb_00067.jpg /playroom_0002/sync_depth_00067.png 518.8579 -/playroom_0002/rgb_00127.jpg /playroom_0002/sync_depth_00127.png 518.8579 -/furniture_store_0002a/rgb_00336.jpg /furniture_store_0002a/sync_depth_00336.png 518.8579 -/bedroom_0130/rgb_00074.jpg /bedroom_0130/sync_depth_00074.png 518.8579 -/living_room_0086a/rgb_00074.jpg /living_room_0086a/sync_depth_00074.png 518.8579 -/bathroom_0014a/rgb_00025.jpg /bathroom_0014a/sync_depth_00025.png 518.8579 -/office_0011/rgb_00012.jpg /office_0011/sync_depth_00012.png 518.8579 -/bookstore_0001h/rgb_00153.jpg /bookstore_0001h/sync_depth_00153.png 518.8579 -/living_room_0039/rgb_00091.jpg /living_room_0039/sync_depth_00091.png 518.8579 -/bedroom_0014/rgb_00012.jpg /bedroom_0014/sync_depth_00012.png 518.8579 -/dining_room_0007/rgb_00229.jpg /dining_room_0007/sync_depth_00229.png 518.8579 -/dining_room_0031/rgb_00099.jpg /dining_room_0031/sync_depth_00099.png 518.8579 -/bedroom_0034/rgb_00058.jpg /bedroom_0034/sync_depth_00058.png 518.8579 -/bathroom_0007/rgb_00102.jpg /bathroom_0007/sync_depth_00102.png 518.8579 -/kitchen_0045a/rgb_00043.jpg /kitchen_0045a/sync_depth_00043.png 518.8579 -/playroom_0004/rgb_00094.jpg /playroom_0004/sync_depth_00094.png 518.8579 -/bookstore_0001d/rgb_00209.jpg /bookstore_0001d/sync_depth_00209.png 518.8579 -/kitchen_0053/rgb_00003.jpg /kitchen_0053/sync_depth_00003.png 518.8579 -/living_room_0035/rgb_00096.jpg /living_room_0035/sync_depth_00096.png 518.8579 -/living_room_0004/rgb_00165.jpg /living_room_0004/sync_depth_00165.png 518.8579 -/bedroom_0019/rgb_00076.jpg /bedroom_0019/sync_depth_00076.png 518.8579 -/bedroom_0056b/rgb_00021.jpg /bedroom_0056b/sync_depth_00021.png 518.8579 -/living_room_0020/rgb_00209.jpg /living_room_0020/sync_depth_00209.png 518.8579 -/bathroom_0011/rgb_00039.jpg /bathroom_0011/sync_depth_00039.png 518.8579 -/kitchen_0048/rgb_00014.jpg /kitchen_0048/sync_depth_00014.png 518.8579 -/bedroom_0059/rgb_00075.jpg /bedroom_0059/sync_depth_00075.png 518.8579 -/bathroom_0013/rgb_00019.jpg /bathroom_0013/sync_depth_00019.png 518.8579 -/furniture_store_0001b/rgb_00063.jpg /furniture_store_0001b/sync_depth_00063.png 518.8579 -/dining_room_0007/rgb_00080.jpg /dining_room_0007/sync_depth_00080.png 518.8579 -/living_room_0050/rgb_00274.jpg /living_room_0050/sync_depth_00274.png 518.8579 -/living_room_0063/rgb_00166.jpg /living_room_0063/sync_depth_00166.png 518.8579 -/dining_room_0031/rgb_00048.jpg /dining_room_0031/sync_depth_00048.png 518.8579 -/home_office_0006/rgb_00188.jpg /home_office_0006/sync_depth_00188.png 518.8579 -/dining_room_0029/rgb_00091.jpg /dining_room_0029/sync_depth_00091.png 518.8579 -/printer_room_0001/rgb_00015.jpg /printer_room_0001/sync_depth_00015.png 518.8579 -/furniture_store_0001d/rgb_00264.jpg /furniture_store_0001d/sync_depth_00264.png 518.8579 -/dining_room_0008/rgb_00142.jpg /dining_room_0008/sync_depth_00142.png 518.8579 -/bedroom_0065/rgb_00023.jpg /bedroom_0065/sync_depth_00023.png 518.8579 -/bathroom_0007/rgb_00029.jpg /bathroom_0007/sync_depth_00029.png 518.8579 -/living_room_0006/rgb_00022.jpg /living_room_0006/sync_depth_00022.png 518.8579 -/living_room_0063/rgb_00136.jpg /living_room_0063/sync_depth_00136.png 518.8579 -/bedroom_0076a/rgb_00054.jpg /bedroom_0076a/sync_depth_00054.png 518.8579 -/bookstore_0001f/rgb_00061.jpg /bookstore_0001f/sync_depth_00061.png 518.8579 -/nyu_office_0/rgb_00200.jpg /nyu_office_0/sync_depth_00200.png 518.8579 -/bedroom_0078/rgb_00114.jpg /bedroom_0078/sync_depth_00114.png 518.8579 -/bedroom_0033/rgb_00143.jpg /bedroom_0033/sync_depth_00143.png 518.8579 -/kitchen_0060/rgb_00037.jpg /kitchen_0060/sync_depth_00037.png 518.8579 -/dining_room_0028/rgb_00116.jpg /dining_room_0028/sync_depth_00116.png 518.8579 -/cafe_0001c/rgb_00092.jpg /cafe_0001c/sync_depth_00092.png 518.8579 -/bedroom_0063/rgb_00133.jpg /bedroom_0063/sync_depth_00133.png 518.8579 -/living_room_0067/rgb_00086.jpg /living_room_0067/sync_depth_00086.png 518.8579 -/bedroom_0034/rgb_00018.jpg /bedroom_0034/sync_depth_00018.png 518.8579 -/home_office_0005/rgb_00011.jpg /home_office_0005/sync_depth_00011.png 518.8579 -/bedroom_0012/rgb_00075.jpg /bedroom_0012/sync_depth_00075.png 518.8579 -/dining_room_0015/rgb_00202.jpg /dining_room_0015/sync_depth_00202.png 518.8579 -/bathroom_0033/rgb_00002.jpg /bathroom_0033/sync_depth_00002.png 518.8579 -/bedroom_0016/rgb_00135.jpg /bedroom_0016/sync_depth_00135.png 518.8579 -/kitchen_0045b/rgb_00154.jpg /kitchen_0045b/sync_depth_00154.png 518.8579 -/bookstore_0001j/rgb_00170.jpg /bookstore_0001j/sync_depth_00170.png 518.8579 -/living_room_0022/rgb_00387.jpg /living_room_0022/sync_depth_00387.png 518.8579 -/kitchen_0049/rgb_00206.jpg /kitchen_0049/sync_depth_00206.png 518.8579 -/kitchen_0049/rgb_00182.jpg /kitchen_0049/sync_depth_00182.png 518.8579 -/classroom_0018/rgb_00022.jpg /classroom_0018/sync_depth_00022.png 518.8579 -/home_office_0007/rgb_00037.jpg /home_office_0007/sync_depth_00037.png 518.8579 -/dinette_0001/rgb_00007.jpg /dinette_0001/sync_depth_00007.png 518.8579 -/living_room_0022/rgb_00210.jpg /living_room_0022/sync_depth_00210.png 518.8579 -/living_room_0047b/rgb_00178.jpg /living_room_0047b/sync_depth_00178.png 518.8579 -/printer_room_0001/rgb_00026.jpg /printer_room_0001/sync_depth_00026.png 518.8579 -/bedroom_0106/rgb_00049.jpg /bedroom_0106/sync_depth_00049.png 518.8579 -/dining_room_0015/rgb_00038.jpg /dining_room_0015/sync_depth_00038.png 518.8579 -/bathroom_0010/rgb_00022.jpg /bathroom_0010/sync_depth_00022.png 518.8579 -/bedroom_0050/rgb_00024.jpg /bedroom_0050/sync_depth_00024.png 518.8579 -/living_room_0019/rgb_00124.jpg /living_room_0019/sync_depth_00124.png 518.8579 -/living_room_0018/rgb_00170.jpg /living_room_0018/sync_depth_00170.png 518.8579 -/bedroom_0056b/rgb_00038.jpg /bedroom_0056b/sync_depth_00038.png 518.8579 -/bedroom_0090/rgb_00030.jpg /bedroom_0090/sync_depth_00030.png 518.8579 -/dining_room_0012/rgb_00203.jpg /dining_room_0012/sync_depth_00203.png 518.8579 -/dining_room_0004/rgb_00011.jpg /dining_room_0004/sync_depth_00011.png 518.8579 -/living_room_0058/rgb_00000.jpg /living_room_0058/sync_depth_00000.png 518.8579 -/dining_room_0015/rgb_00026.jpg /dining_room_0015/sync_depth_00026.png 518.8579 -/furniture_store_0002a/rgb_00220.jpg /furniture_store_0002a/sync_depth_00220.png 518.8579 -/kitchen_0050/rgb_00196.jpg /kitchen_0050/sync_depth_00196.png 518.8579 -/kitchen_0047/rgb_00103.jpg /kitchen_0047/sync_depth_00103.png 518.8579 -/dining_room_0031/rgb_00405.jpg /dining_room_0031/sync_depth_00405.png 518.8579 -/bedroom_0052/rgb_00138.jpg /bedroom_0052/sync_depth_00138.png 518.8579 -/living_room_0083/rgb_00010.jpg /living_room_0083/sync_depth_00010.png 518.8579 -/home_office_0006/rgb_00134.jpg /home_office_0006/sync_depth_00134.png 518.8579 -/bedroom_0072/rgb_00044.jpg /bedroom_0072/sync_depth_00044.png 518.8579 -/living_room_0086b/rgb_00015.jpg /living_room_0086b/sync_depth_00015.png 518.8579 -/study_room_0005b/rgb_00078.jpg /study_room_0005b/sync_depth_00078.png 518.8579 -/dining_room_0014/rgb_00081.jpg /dining_room_0014/sync_depth_00081.png 518.8579 -/living_room_0047b/rgb_00146.jpg /living_room_0047b/sync_depth_00146.png 518.8579 -/playroom_0003/rgb_00024.jpg /playroom_0003/sync_depth_00024.png 518.8579 -/living_room_0070/rgb_00085.jpg /living_room_0070/sync_depth_00085.png 518.8579 -/bedroom_0071/rgb_00068.jpg /bedroom_0071/sync_depth_00068.png 518.8579 -/furniture_store_0002a/rgb_00012.jpg /furniture_store_0002a/sync_depth_00012.png 518.8579 -/office_0026/rgb_00139.jpg /office_0026/sync_depth_00139.png 518.8579 -/living_room_0050/rgb_00140.jpg /living_room_0050/sync_depth_00140.png 518.8579 -/conference_room_0001/rgb_00045.jpg /conference_room_0001/sync_depth_00045.png 518.8579 -/playroom_0004/rgb_00010.jpg /playroom_0004/sync_depth_00010.png 518.8579 -/bookstore_0001g/rgb_00025.jpg /bookstore_0001g/sync_depth_00025.png 518.8579 -/kitchen_0043/rgb_00259.jpg /kitchen_0043/sync_depth_00259.png 518.8579 -/living_room_0070/rgb_00009.jpg /living_room_0070/sync_depth_00009.png 518.8579 -/kitchen_0051/rgb_00032.jpg /kitchen_0051/sync_depth_00032.png 518.8579 -/bookstore_0001g/rgb_00263.jpg /bookstore_0001g/sync_depth_00263.png 518.8579 -/dining_room_0013/rgb_00013.jpg /dining_room_0013/sync_depth_00013.png 518.8579 -/bedroom_0069/rgb_00020.jpg /bedroom_0069/sync_depth_00020.png 518.8579 -/bedroom_0130/rgb_00062.jpg /bedroom_0130/sync_depth_00062.png 518.8579 -/dining_room_0001b/rgb_00164.jpg /dining_room_0001b/sync_depth_00164.png 518.8579 -/living_room_0010/rgb_00184.jpg /living_room_0010/sync_depth_00184.png 518.8579 -/bathroom_0057/rgb_00029.jpg /bathroom_0057/sync_depth_00029.png 518.8579 -/office_0024/rgb_00043.jpg /office_0024/sync_depth_00043.png 518.8579 -/dining_room_0019/rgb_00065.jpg /dining_room_0019/sync_depth_00065.png 518.8579 -/reception_room_0002/rgb_00056.jpg /reception_room_0002/sync_depth_00056.png 518.8579 -/dining_room_0024/rgb_00165.jpg /dining_room_0024/sync_depth_00165.png 518.8579 -/bedroom_0016/rgb_00016.jpg /bedroom_0016/sync_depth_00016.png 518.8579 -/living_room_0040/rgb_00087.jpg /living_room_0040/sync_depth_00087.png 518.8579 -/bathroom_0048/rgb_00091.jpg /bathroom_0048/sync_depth_00091.png 518.8579 -/dining_room_0024/rgb_00054.jpg /dining_room_0024/sync_depth_00054.png 518.8579 -/kitchen_0049/rgb_00113.jpg /kitchen_0049/sync_depth_00113.png 518.8579 -/living_room_0019/rgb_00243.jpg /living_room_0019/sync_depth_00243.png 518.8579 -/kitchen_0047/rgb_00148.jpg /kitchen_0047/sync_depth_00148.png 518.8579 -/kitchen_0043/rgb_00142.jpg /kitchen_0043/sync_depth_00142.png 518.8579 -/home_office_0011/rgb_00081.jpg /home_office_0011/sync_depth_00081.png 518.8579 -/bedroom_0050/rgb_00166.jpg /bedroom_0050/sync_depth_00166.png 518.8579 -/office_0018/rgb_00016.jpg /office_0018/sync_depth_00016.png 518.8579 -/kitchen_0050/rgb_00090.jpg /kitchen_0050/sync_depth_00090.png 518.8579 -/classroom_0003/rgb_00000.jpg /classroom_0003/sync_depth_00000.png 518.8579 -/bedroom_0129/rgb_00000.jpg /bedroom_0129/sync_depth_00000.png 518.8579 -/office_0011/rgb_00108.jpg /office_0011/sync_depth_00108.png 518.8579 -/kitchen_0029c/rgb_00073.jpg /kitchen_0029c/sync_depth_00073.png 518.8579 -/living_room_0004/rgb_00032.jpg /living_room_0004/sync_depth_00032.png 518.8579 -/kitchen_0028a/rgb_00164.jpg /kitchen_0028a/sync_depth_00164.png 518.8579 -/bedroom_0063/rgb_00086.jpg /bedroom_0063/sync_depth_00086.png 518.8579 -/dining_room_0001b/rgb_00114.jpg /dining_room_0001b/sync_depth_00114.png 518.8579 -/furniture_store_0002b/rgb_00266.jpg /furniture_store_0002b/sync_depth_00266.png 518.8579 -/living_room_0022/rgb_00112.jpg /living_room_0022/sync_depth_00112.png 518.8579 -/bedroom_0104/rgb_00054.jpg /bedroom_0104/sync_depth_00054.png 518.8579 -/bathroom_0028/rgb_00156.jpg /bathroom_0028/sync_depth_00156.png 518.8579 -/bathroom_0055/rgb_00008.jpg /bathroom_0055/sync_depth_00008.png 518.8579 -/home_office_0004/rgb_00159.jpg /home_office_0004/sync_depth_00159.png 518.8579 -/bedroom_0071/rgb_00030.jpg /bedroom_0071/sync_depth_00030.png 518.8579 -/kitchen_0060/rgb_00052.jpg /kitchen_0060/sync_depth_00052.png 518.8579 -/playroom_0003/rgb_00060.jpg /playroom_0003/sync_depth_00060.png 518.8579 -/dining_room_0031/rgb_00082.jpg /dining_room_0031/sync_depth_00082.png 518.8579 -/dining_room_0007/rgb_00077.jpg /dining_room_0007/sync_depth_00077.png 518.8579 -/bookstore_0001j/rgb_00274.jpg /bookstore_0001j/sync_depth_00274.png 518.8579 -/bedroom_0104/rgb_00012.jpg /bedroom_0104/sync_depth_00012.png 518.8579 -/living_room_0047b/rgb_00015.jpg /living_room_0047b/sync_depth_00015.png 518.8579 -/classroom_0010/rgb_00042.jpg /classroom_0010/sync_depth_00042.png 518.8579 -/home_storage_0001/rgb_00153.jpg /home_storage_0001/sync_depth_00153.png 518.8579 -/dining_room_0023/rgb_00055.jpg /dining_room_0023/sync_depth_00055.png 518.8579 -/living_room_0063/rgb_00142.jpg /living_room_0063/sync_depth_00142.png 518.8579 -/bookstore_0001h/rgb_00147.jpg /bookstore_0001h/sync_depth_00147.png 518.8579 -/bedroom_0012/rgb_00044.jpg /bedroom_0012/sync_depth_00044.png 518.8579 -/kitchen_0059/rgb_00083.jpg /kitchen_0059/sync_depth_00083.png 518.8579 -/dining_room_0004/rgb_00062.jpg /dining_room_0004/sync_depth_00062.png 518.8579 -/bookstore_0001f/rgb_00487.jpg /bookstore_0001f/sync_depth_00487.png 518.8579 -/home_storage_0001/rgb_00039.jpg /home_storage_0001/sync_depth_00039.png 518.8579 -/bedroom_0096/rgb_00046.jpg /bedroom_0096/sync_depth_00046.png 518.8579 -/kitchen_0003/rgb_00025.jpg /kitchen_0003/sync_depth_00025.png 518.8579 -/bedroom_0065/rgb_00000.jpg /bedroom_0065/sync_depth_00000.png 518.8579 -/dining_room_0012/rgb_00053.jpg /dining_room_0012/sync_depth_00053.png 518.8579 -/kitchen_0052/rgb_00011.jpg /kitchen_0052/sync_depth_00011.png 518.8579 -/living_room_0010/rgb_00216.jpg /living_room_0010/sync_depth_00216.png 518.8579 -/dining_room_0016/rgb_00176.jpg /dining_room_0016/sync_depth_00176.png 518.8579 -/living_room_0070/rgb_00032.jpg /living_room_0070/sync_depth_00032.png 518.8579 -/bookstore_0001h/rgb_00051.jpg /bookstore_0001h/sync_depth_00051.png 518.8579 -/bedroom_0090/rgb_00036.jpg /bedroom_0090/sync_depth_00036.png 518.8579 -/kitchen_0003/rgb_00097.jpg /kitchen_0003/sync_depth_00097.png 518.8579 -/furniture_store_0002d/rgb_00043.jpg /furniture_store_0002d/sync_depth_00043.png 518.8579 -/living_room_0040/rgb_00069.jpg /living_room_0040/sync_depth_00069.png 518.8579 -/dining_room_0031/rgb_00174.jpg /dining_room_0031/sync_depth_00174.png 518.8579 -/kitchen_0045b/rgb_00072.jpg /kitchen_0045b/sync_depth_00072.png 518.8579 -/living_room_0020/rgb_00143.jpg /living_room_0020/sync_depth_00143.png 518.8579 -/study_room_0004/rgb_00084.jpg /study_room_0004/sync_depth_00084.png 518.8579 -/bedroom_0052/rgb_00026.jpg /bedroom_0052/sync_depth_00026.png 518.8579 -/bookstore_0001f/rgb_00048.jpg /bookstore_0001f/sync_depth_00048.png 518.8579 -/classroom_0022/rgb_00035.jpg /classroom_0022/sync_depth_00035.png 518.8579 -/furniture_store_0001d/rgb_00089.jpg /furniture_store_0001d/sync_depth_00089.png 518.8579 -/bedroom_0062/rgb_00010.jpg /bedroom_0062/sync_depth_00010.png 518.8579 -/playroom_0003/rgb_00069.jpg /playroom_0003/sync_depth_00069.png 518.8579 -/living_room_0046b/rgb_00023.jpg /living_room_0046b/sync_depth_00023.png 518.8579 -/living_room_0033/rgb_00056.jpg /living_room_0033/sync_depth_00056.png 518.8579 -/bookstore_0001d/rgb_00344.jpg /bookstore_0001d/sync_depth_00344.png 518.8579 -/bedroom_0063/rgb_00117.jpg /bedroom_0063/sync_depth_00117.png 518.8579 -/furniture_store_0002a/rgb_00131.jpg /furniture_store_0002a/sync_depth_00131.png 518.8579 -/reception_room_0001a/rgb_00087.jpg /reception_room_0001a/sync_depth_00087.png 518.8579 -/playroom_0002/rgb_00124.jpg /playroom_0002/sync_depth_00124.png 518.8579 -/living_room_0083/rgb_00078.jpg /living_room_0083/sync_depth_00078.png 518.8579 -/kitchen_0035b/rgb_00056.jpg /kitchen_0035b/sync_depth_00056.png 518.8579 -/living_room_0019/rgb_00143.jpg /living_room_0019/sync_depth_00143.png 518.8579 -/bedroom_0125b/rgb_00025.jpg /bedroom_0125b/sync_depth_00025.png 518.8579 -/kitchen_0052/rgb_00023.jpg /kitchen_0052/sync_depth_00023.png 518.8579 -/bedroom_0010/rgb_00073.jpg /bedroom_0010/sync_depth_00073.png 518.8579 -/living_room_0050/rgb_00278.jpg /living_room_0050/sync_depth_00278.png 518.8579 -/dining_room_0012/rgb_00144.jpg /dining_room_0012/sync_depth_00144.png 518.8579 -/bedroom_0072/rgb_00000.jpg /bedroom_0072/sync_depth_00000.png 518.8579 -/kitchen_0051/rgb_00094.jpg /kitchen_0051/sync_depth_00094.png 518.8579 -/furniture_store_0001d/rgb_00246.jpg /furniture_store_0001d/sync_depth_00246.png 518.8579 -/bedroom_0041/rgb_00049.jpg /bedroom_0041/sync_depth_00049.png 518.8579 -/study_0003/rgb_00096.jpg /study_0003/sync_depth_00096.png 518.8579 -/kitchen_0053/rgb_00130.jpg /kitchen_0053/sync_depth_00130.png 518.8579 -/bedroom_0059/rgb_00021.jpg /bedroom_0059/sync_depth_00021.png 518.8579 -/bedroom_0052/rgb_00167.jpg /bedroom_0052/sync_depth_00167.png 518.8579 -/bedroom_0039/rgb_00007.jpg /bedroom_0039/sync_depth_00007.png 518.8579 -/bathroom_0042/rgb_00002.jpg /bathroom_0042/sync_depth_00002.png 518.8579 -/bedroom_0015/rgb_00087.jpg /bedroom_0015/sync_depth_00087.png 518.8579 -/living_room_0047b/rgb_00166.jpg /living_room_0047b/sync_depth_00166.png 518.8579 -/kitchen_0060/rgb_00135.jpg /kitchen_0060/sync_depth_00135.png 518.8579 -/bedroom_0071/rgb_00001.jpg /bedroom_0071/sync_depth_00001.png 518.8579 -/living_room_0020/rgb_00112.jpg /living_room_0020/sync_depth_00112.png 518.8579 -/living_room_0078/rgb_00053.jpg /living_room_0078/sync_depth_00053.png 518.8579 -/dining_room_0028/rgb_00043.jpg /dining_room_0028/sync_depth_00043.png 518.8579 -/bathroom_0053/rgb_00003.jpg /bathroom_0053/sync_depth_00003.png 518.8579 -/home_office_0008/rgb_00052.jpg /home_office_0008/sync_depth_00052.png 518.8579 -/living_room_0063/rgb_00030.jpg /living_room_0063/sync_depth_00030.png 518.8579 -/living_room_0022/rgb_00361.jpg /living_room_0022/sync_depth_00361.png 518.8579 -/kitchen_0049/rgb_00192.jpg /kitchen_0049/sync_depth_00192.png 518.8579 -/bedroom_0076a/rgb_00257.jpg /bedroom_0076a/sync_depth_00257.png 518.8579 -/bathroom_0028/rgb_00127.jpg /bathroom_0028/sync_depth_00127.png 518.8579 -/bedroom_0120/rgb_00013.jpg /bedroom_0120/sync_depth_00013.png 518.8579 -/office_0011/rgb_00031.jpg /office_0011/sync_depth_00031.png 518.8579 -/bedroom_0126/rgb_00059.jpg /bedroom_0126/sync_depth_00059.png 518.8579 -/furniture_store_0001d/rgb_00169.jpg /furniture_store_0001d/sync_depth_00169.png 518.8579 -/office_0012/rgb_00089.jpg /office_0012/sync_depth_00089.png 518.8579 -/living_room_0022/rgb_00173.jpg /living_room_0022/sync_depth_00173.png 518.8579 -/dining_room_0007/rgb_00175.jpg /dining_room_0007/sync_depth_00175.png 518.8579 -/kitchen_0050/rgb_00022.jpg /kitchen_0050/sync_depth_00022.png 518.8579 -/bedroom_0063/rgb_00021.jpg /bedroom_0063/sync_depth_00021.png 518.8579 -/office_0003/rgb_00025.jpg /office_0003/sync_depth_00025.png 518.8579 -/bedroom_0034/rgb_00025.jpg /bedroom_0034/sync_depth_00025.png 518.8579 -/dining_room_0002/rgb_00006.jpg /dining_room_0002/sync_depth_00006.png 518.8579 -/bedroom_0052/rgb_00207.jpg /bedroom_0052/sync_depth_00207.png 518.8579 -/home_office_0005/rgb_00119.jpg /home_office_0005/sync_depth_00119.png 518.8579 -/bedroom_0106/rgb_00075.jpg /bedroom_0106/sync_depth_00075.png 518.8579 -/conference_room_0002/rgb_00006.jpg /conference_room_0002/sync_depth_00006.png 518.8579 -/kitchen_0028a/rgb_00077.jpg /kitchen_0028a/sync_depth_00077.png 518.8579 -/kitchen_0053/rgb_00014.jpg /kitchen_0053/sync_depth_00014.png 518.8579 -/conference_room_0001/rgb_00096.jpg /conference_room_0001/sync_depth_00096.png 518.8579 -/living_room_0040/rgb_00242.jpg /living_room_0040/sync_depth_00242.png 518.8579 -/basement_0001a/rgb_00179.jpg /basement_0001a/sync_depth_00179.png 518.8579 -/bedroom_0017/rgb_00002.jpg /bedroom_0017/sync_depth_00002.png 518.8579 -/bookstore_0001d/rgb_00045.jpg /bookstore_0001d/sync_depth_00045.png 518.8579 -/study_0006/rgb_00005.jpg /study_0006/sync_depth_00005.png 518.8579 -/reception_room_0001b/rgb_00029.jpg /reception_room_0001b/sync_depth_00029.png 518.8579 -/bedroom_0113/rgb_00092.jpg /bedroom_0113/sync_depth_00092.png 518.8579 -/office_0025/rgb_00023.jpg /office_0025/sync_depth_00023.png 518.8579 -/bedroom_0140/rgb_00078.jpg /bedroom_0140/sync_depth_00078.png 518.8579 -/living_room_0022/rgb_00204.jpg /living_room_0022/sync_depth_00204.png 518.8579 -/classroom_0022/rgb_00007.jpg /classroom_0022/sync_depth_00007.png 518.8579 -/dining_room_0037/rgb_00175.jpg /dining_room_0037/sync_depth_00175.png 518.8579 -/kitchen_0003/rgb_00006.jpg /kitchen_0003/sync_depth_00006.png 518.8579 -/bedroom_0004/rgb_00104.jpg /bedroom_0004/sync_depth_00104.png 518.8579 -/kitchen_0045b/rgb_00043.jpg /kitchen_0045b/sync_depth_00043.png 518.8579 -/bedroom_0019/rgb_00057.jpg /bedroom_0019/sync_depth_00057.png 518.8579 -/kitchen_0051/rgb_00144.jpg /kitchen_0051/sync_depth_00144.png 518.8579 -/kitchen_0019a/rgb_00220.jpg /kitchen_0019a/sync_depth_00220.png 518.8579 -/dining_room_0015/rgb_00001.jpg /dining_room_0015/sync_depth_00001.png 518.8579 -/living_room_0018/rgb_00108.jpg /living_room_0018/sync_depth_00108.png 518.8579 -/office_0024/rgb_00081.jpg /office_0024/sync_depth_00081.png 518.8579 -/bedroom_0072/rgb_00027.jpg /bedroom_0072/sync_depth_00027.png 518.8579 -/bedroom_0074/rgb_00030.jpg /bedroom_0074/sync_depth_00030.png 518.8579 -/bedroom_0138/rgb_00083.jpg /bedroom_0138/sync_depth_00083.png 518.8579 -/living_room_0020/rgb_00013.jpg /living_room_0020/sync_depth_00013.png 518.8579 -/kitchen_0051/rgb_00104.jpg /kitchen_0051/sync_depth_00104.png 518.8579 -/dining_room_0007/rgb_00196.jpg /dining_room_0007/sync_depth_00196.png 518.8579 -/office_0021/rgb_00012.jpg /office_0021/sync_depth_00012.png 518.8579 -/bookstore_0001j/rgb_00252.jpg /bookstore_0001j/sync_depth_00252.png 518.8579 -/bookstore_0001f/rgb_00138.jpg /bookstore_0001f/sync_depth_00138.png 518.8579 -/computer_lab_0002/rgb_00012.jpg /computer_lab_0002/sync_depth_00012.png 518.8579 -/living_room_0058/rgb_00186.jpg /living_room_0058/sync_depth_00186.png 518.8579 -/kitchen_0045b/rgb_00088.jpg /kitchen_0045b/sync_depth_00088.png 518.8579 -/nyu_office_0/rgb_00199.jpg /nyu_office_0/sync_depth_00199.png 518.8579 -/bedroom_0097/rgb_00053.jpg /bedroom_0097/sync_depth_00053.png 518.8579 -/bedroom_0021/rgb_00038.jpg /bedroom_0021/sync_depth_00038.png 518.8579 -/bedroom_0014/rgb_00058.jpg /bedroom_0014/sync_depth_00058.png 518.8579 -/home_storage_0001/rgb_00066.jpg /home_storage_0001/sync_depth_00066.png 518.8579 -/bedroom_0100/rgb_00015.jpg /bedroom_0100/sync_depth_00015.png 518.8579 -/kitchen_0050/rgb_00010.jpg /kitchen_0050/sync_depth_00010.png 518.8579 -/kitchen_0031/rgb_00137.jpg /kitchen_0031/sync_depth_00137.png 518.8579 -/kitchen_0060/rgb_00167.jpg /kitchen_0060/sync_depth_00167.png 518.8579 -/classroom_0006/rgb_00070.jpg /classroom_0006/sync_depth_00070.png 518.8579 -/bedroom_0010/rgb_00083.jpg /bedroom_0010/sync_depth_00083.png 518.8579 -/bathroom_0011/rgb_00024.jpg /bathroom_0011/sync_depth_00024.png 518.8579 -/living_room_0083/rgb_00088.jpg /living_room_0083/sync_depth_00088.png 518.8579 -/bathroom_0014a/rgb_00037.jpg /bathroom_0014a/sync_depth_00037.png 518.8579 -/cafe_0001c/rgb_00066.jpg /cafe_0001c/sync_depth_00066.png 518.8579 -/bookstore_0001j/rgb_00247.jpg /bookstore_0001j/sync_depth_00247.png 518.8579 -/playroom_0003/rgb_00012.jpg /playroom_0003/sync_depth_00012.png 518.8579 -/dining_room_0031/rgb_00311.jpg /dining_room_0031/sync_depth_00311.png 518.8579 -/living_room_0083/rgb_00018.jpg /living_room_0083/sync_depth_00018.png 518.8579 -/bookstore_0001e/rgb_00223.jpg /bookstore_0001e/sync_depth_00223.png 518.8579 -/bedroom_0059/rgb_00011.jpg /bedroom_0059/sync_depth_00011.png 518.8579 -/dining_room_0023/rgb_00186.jpg /dining_room_0023/sync_depth_00186.png 518.8579 -/bookstore_0001g/rgb_00126.jpg /bookstore_0001g/sync_depth_00126.png 518.8579 -/furniture_store_0002d/rgb_00005.jpg /furniture_store_0002d/sync_depth_00005.png 518.8579 -/kitchen_0059/rgb_00055.jpg /kitchen_0059/sync_depth_00055.png 518.8579 -/bedroom_0040/rgb_00026.jpg /bedroom_0040/sync_depth_00026.png 518.8579 -/kitchen_0045a/rgb_00086.jpg /kitchen_0045a/sync_depth_00086.png 518.8579 -/kitchen_0011b/rgb_00059.jpg /kitchen_0011b/sync_depth_00059.png 518.8579 -/playroom_0003/rgb_00192.jpg /playroom_0003/sync_depth_00192.png 518.8579 -/living_room_0047a/rgb_00028.jpg /living_room_0047a/sync_depth_00028.png 518.8579 -/living_room_0046b/rgb_00039.jpg /living_room_0046b/sync_depth_00039.png 518.8579 -/bookstore_0001f/rgb_00383.jpg /bookstore_0001f/sync_depth_00383.png 518.8579 -/home_storage_0001/rgb_00159.jpg /home_storage_0001/sync_depth_00159.png 518.8579 -/bathroom_0055/rgb_00044.jpg /bathroom_0055/sync_depth_00044.png 518.8579 -/office_0024/rgb_00068.jpg /office_0024/sync_depth_00068.png 518.8579 -/kitchen_0049/rgb_00020.jpg /kitchen_0049/sync_depth_00020.png 518.8579 -/kitchen_0029c/rgb_00022.jpg /kitchen_0029c/sync_depth_00022.png 518.8579 -/living_room_0019/rgb_00019.jpg /living_room_0019/sync_depth_00019.png 518.8579 -/bathroom_0014a/rgb_00031.jpg /bathroom_0014a/sync_depth_00031.png 518.8579 -/living_room_0058/rgb_00161.jpg /living_room_0058/sync_depth_00161.png 518.8579 -/bedroom_0063/rgb_00016.jpg /bedroom_0063/sync_depth_00016.png 518.8579 -/bedroom_0086/rgb_00036.jpg /bedroom_0086/sync_depth_00036.png 518.8579 -/office_0024/rgb_00080.jpg /office_0024/sync_depth_00080.png 518.8579 -/office_0011/rgb_00025.jpg /office_0011/sync_depth_00025.png 518.8579 -/bedroom_0019/rgb_00150.jpg /bedroom_0019/sync_depth_00150.png 518.8579 -/reception_room_0004/rgb_00043.jpg /reception_room_0004/sync_depth_00043.png 518.8579 -/living_room_0037/rgb_00017.jpg /living_room_0037/sync_depth_00017.png 518.8579 -/kitchen_0051/rgb_00255.jpg /kitchen_0051/sync_depth_00255.png 518.8579 -/reception_room_0001b/rgb_00043.jpg /reception_room_0001b/sync_depth_00043.png 518.8579 -/furniture_store_0001d/rgb_00053.jpg /furniture_store_0001d/sync_depth_00053.png 518.8579 -/furniture_store_0002b/rgb_00177.jpg /furniture_store_0002b/sync_depth_00177.png 518.8579 -/dining_room_0013/rgb_00146.jpg /dining_room_0013/sync_depth_00146.png 518.8579 -/kitchen_0033/rgb_00198.jpg /kitchen_0033/sync_depth_00198.png 518.8579 -/dining_room_0031/rgb_00231.jpg /dining_room_0031/sync_depth_00231.png 518.8579 -/kitchen_0035b/rgb_00163.jpg /kitchen_0035b/sync_depth_00163.png 518.8579 -/bookstore_0001j/rgb_00029.jpg /bookstore_0001j/sync_depth_00029.png 518.8579 -/reception_room_0002/rgb_00049.jpg /reception_room_0002/sync_depth_00049.png 518.8579 -/bedroom_0069/rgb_00095.jpg /bedroom_0069/sync_depth_00095.png 518.8579 -/kitchen_0060/rgb_00071.jpg /kitchen_0060/sync_depth_00071.png 518.8579 -/bookstore_0001f/rgb_00483.jpg /bookstore_0001f/sync_depth_00483.png 518.8579 -/living_room_0039/rgb_00096.jpg /living_room_0039/sync_depth_00096.png 518.8579 -/kitchen_0035b/rgb_00309.jpg /kitchen_0035b/sync_depth_00309.png 518.8579 -/bathroom_0006/rgb_00033.jpg /bathroom_0006/sync_depth_00033.png 518.8579 -/living_room_0070/rgb_00098.jpg /living_room_0070/sync_depth_00098.png 518.8579 -/playroom_0004/rgb_00089.jpg /playroom_0004/sync_depth_00089.png 518.8579 -/office_kitchen_0003/rgb_00118.jpg /office_kitchen_0003/sync_depth_00118.png 518.8579 -/kitchen_0037/rgb_00037.jpg /kitchen_0037/sync_depth_00037.png 518.8579 -/kitchen_0019a/rgb_00218.jpg /kitchen_0019a/sync_depth_00218.png 518.8579 -/kitchen_0019a/rgb_00119.jpg /kitchen_0019a/sync_depth_00119.png 518.8579 -/dining_room_0037/rgb_00045.jpg /dining_room_0037/sync_depth_00045.png 518.8579 -/kitchen_0043/rgb_00262.jpg /kitchen_0043/sync_depth_00262.png 518.8579 -/office_0024/rgb_00073.jpg /office_0024/sync_depth_00073.png 518.8579 -/dining_room_0007/rgb_00002.jpg /dining_room_0007/sync_depth_00002.png 518.8579 -/bedroom_0056a/rgb_00019.jpg /bedroom_0056a/sync_depth_00019.png 518.8579 -/kitchen_0052/rgb_00156.jpg /kitchen_0052/sync_depth_00156.png 518.8579 -/bedroom_0062/rgb_00145.jpg /bedroom_0062/sync_depth_00145.png 518.8579 -/kitchen_0003/rgb_00016.jpg /kitchen_0003/sync_depth_00016.png 518.8579 -/dining_room_0007/rgb_00118.jpg /dining_room_0007/sync_depth_00118.png 518.8579 -/home_office_0006/rgb_00070.jpg /home_office_0006/sync_depth_00070.png 518.8579 -/classroom_0010/rgb_00031.jpg /classroom_0010/sync_depth_00031.png 518.8579 -/kitchen_0051/rgb_00126.jpg /kitchen_0051/sync_depth_00126.png 518.8579 -/home_office_0006/rgb_00173.jpg /home_office_0006/sync_depth_00173.png 518.8579 -/living_room_0050/rgb_00123.jpg /living_room_0050/sync_depth_00123.png 518.8579 -/printer_room_0001/rgb_00083.jpg /printer_room_0001/sync_depth_00083.png 518.8579 -/bedroom_0051/rgb_00089.jpg /bedroom_0051/sync_depth_00089.png 518.8579 -/office_kitchen_0003/rgb_00115.jpg /office_kitchen_0003/sync_depth_00115.png 518.8579 -/bedroom_0056a/rgb_00037.jpg /bedroom_0056a/sync_depth_00037.png 518.8579 -/bedroom_0113/rgb_00027.jpg /bedroom_0113/sync_depth_00027.png 518.8579 -/kitchen_0019a/rgb_00271.jpg /kitchen_0019a/sync_depth_00271.png 518.8579 -/office_0003/rgb_00067.jpg /office_0003/sync_depth_00067.png 518.8579 -/dining_room_0007/rgb_00190.jpg /dining_room_0007/sync_depth_00190.png 518.8579 -/kitchen_0010/rgb_00067.jpg /kitchen_0010/sync_depth_00067.png 518.8579 -/furniture_store_0001d/rgb_00227.jpg /furniture_store_0001d/sync_depth_00227.png 518.8579 -/bookstore_0001j/rgb_00186.jpg /bookstore_0001j/sync_depth_00186.png 518.8579 -/office_0026/rgb_00166.jpg /office_0026/sync_depth_00166.png 518.8579 -/living_room_0063/rgb_00003.jpg /living_room_0063/sync_depth_00003.png 518.8579 -/bookstore_0001f/rgb_00074.jpg /bookstore_0001f/sync_depth_00074.png 518.8579 -/bedroom_0010/rgb_00029.jpg /bedroom_0010/sync_depth_00029.png 518.8579 -/bookstore_0001h/rgb_00086.jpg /bookstore_0001h/sync_depth_00086.png 518.8579 -/bedroom_0074/rgb_00034.jpg /bedroom_0074/sync_depth_00034.png 518.8579 -/furniture_store_0002b/rgb_00235.jpg /furniture_store_0002b/sync_depth_00235.png 518.8579 -/living_room_0039/rgb_00088.jpg /living_room_0039/sync_depth_00088.png 518.8579 -/cafe_0001b/rgb_00015.jpg /cafe_0001b/sync_depth_00015.png 518.8579 -/dining_room_0034/rgb_00194.jpg /dining_room_0034/sync_depth_00194.png 518.8579 -/dining_room_0037/rgb_00145.jpg /dining_room_0037/sync_depth_00145.png 518.8579 -/bedroom_0004/rgb_00075.jpg /bedroom_0004/sync_depth_00075.png 518.8579 -/living_room_0062/rgb_00132.jpg /living_room_0062/sync_depth_00132.png 518.8579 -/bedroom_0138/rgb_00077.jpg /bedroom_0138/sync_depth_00077.png 518.8579 -/bedroom_0050/rgb_00111.jpg /bedroom_0050/sync_depth_00111.png 518.8579 -/living_room_0086a/rgb_00007.jpg /living_room_0086a/sync_depth_00007.png 518.8579 -/bookstore_0001i/rgb_00024.jpg /bookstore_0001i/sync_depth_00024.png 518.8579 -/dining_room_0019/rgb_00096.jpg /dining_room_0019/sync_depth_00096.png 518.8579 -/study_room_0005a/rgb_00023.jpg /study_room_0005a/sync_depth_00023.png 518.8579 -/bedroom_0017/rgb_00018.jpg /bedroom_0017/sync_depth_00018.png 518.8579 -/dining_room_0037/rgb_00039.jpg /dining_room_0037/sync_depth_00039.png 518.8579 -/living_room_0005/rgb_00005.jpg /living_room_0005/sync_depth_00005.png 518.8579 -/living_room_0032/rgb_00019.jpg /living_room_0032/sync_depth_00019.png 518.8579 -/dinette_0001/rgb_00034.jpg /dinette_0001/sync_depth_00034.png 518.8579 -/bedroom_0020/rgb_00058.jpg /bedroom_0020/sync_depth_00058.png 518.8579 -/bathroom_0055/rgb_00056.jpg /bathroom_0055/sync_depth_00056.png 518.8579 -/bedroom_0016/rgb_00198.jpg /bedroom_0016/sync_depth_00198.png 518.8579 -/student_lounge_0001/rgb_00016.jpg /student_lounge_0001/sync_depth_00016.png 518.8579 -/printer_room_0001/rgb_00033.jpg /printer_room_0001/sync_depth_00033.png 518.8579 -/kitchen_0041/rgb_00043.jpg /kitchen_0041/sync_depth_00043.png 518.8579 -/living_room_0012/rgb_00002.jpg /living_room_0012/sync_depth_00002.png 518.8579 -/cafe_0001c/rgb_00060.jpg /cafe_0001c/sync_depth_00060.png 518.8579 -/kitchen_0059/rgb_00003.jpg /kitchen_0059/sync_depth_00003.png 518.8579 -/kitchen_0003/rgb_00059.jpg /kitchen_0003/sync_depth_00059.png 518.8579 -/dining_room_0004/rgb_00092.jpg /dining_room_0004/sync_depth_00092.png 518.8579 -/living_room_0083/rgb_00084.jpg /living_room_0083/sync_depth_00084.png 518.8579 -/living_room_0004/rgb_00061.jpg /living_room_0004/sync_depth_00061.png 518.8579 -/reception_room_0001b/rgb_00071.jpg /reception_room_0001b/sync_depth_00071.png 518.8579 -/dining_room_0024/rgb_00067.jpg /dining_room_0024/sync_depth_00067.png 518.8579 -/bedroom_0076a/rgb_00086.jpg /bedroom_0076a/sync_depth_00086.png 518.8579 -/living_room_0058/rgb_00021.jpg /living_room_0058/sync_depth_00021.png 518.8579 -/living_room_0083/rgb_00011.jpg /living_room_0083/sync_depth_00011.png 518.8579 -/study_0004/rgb_00021.jpg /study_0004/sync_depth_00021.png 518.8579 -/bedroom_0016/rgb_00105.jpg /bedroom_0016/sync_depth_00105.png 518.8579 -/dining_room_0012/rgb_00015.jpg /dining_room_0012/sync_depth_00015.png 518.8579 -/living_room_0010/rgb_00073.jpg /living_room_0010/sync_depth_00073.png 518.8579 -/office_0006/rgb_00112.jpg /office_0006/sync_depth_00112.png 518.8579 -/bathroom_0016/rgb_00016.jpg /bathroom_0016/sync_depth_00016.png 518.8579 -/kitchen_0051/rgb_00093.jpg /kitchen_0051/sync_depth_00093.png 518.8579 -/living_room_0019/rgb_00007.jpg /living_room_0019/sync_depth_00007.png 518.8579 -/study_0003/rgb_00002.jpg /study_0003/sync_depth_00002.png 518.8579 -/living_room_0058/rgb_00171.jpg /living_room_0058/sync_depth_00171.png 518.8579 -/bedroom_0129/rgb_00038.jpg /bedroom_0129/sync_depth_00038.png 518.8579 -/living_room_0063/rgb_00122.jpg /living_room_0063/sync_depth_00122.png 518.8579 -/playroom_0003/rgb_00114.jpg /playroom_0003/sync_depth_00114.png 518.8579 -/bedroom_0065/rgb_00044.jpg /bedroom_0065/sync_depth_00044.png 518.8579 -/dining_room_0037/rgb_00134.jpg /dining_room_0037/sync_depth_00134.png 518.8579 -/bedroom_0033/rgb_00076.jpg /bedroom_0033/sync_depth_00076.png 518.8579 -/reception_room_0001a/rgb_00102.jpg /reception_room_0001a/sync_depth_00102.png 518.8579 -/dinette_0001/rgb_00088.jpg /dinette_0001/sync_depth_00088.png 518.8579 -/conference_room_0001/rgb_00121.jpg /conference_room_0001/sync_depth_00121.png 518.8579 -/dining_room_0023/rgb_00168.jpg /dining_room_0023/sync_depth_00168.png 518.8579 -/living_room_0020/rgb_00097.jpg /living_room_0020/sync_depth_00097.png 518.8579 -/living_room_0085/rgb_00035.jpg /living_room_0085/sync_depth_00035.png 518.8579 -/kitchen_0028a/rgb_00022.jpg /kitchen_0028a/sync_depth_00022.png 518.8579 -/playroom_0002/rgb_00013.jpg /playroom_0002/sync_depth_00013.png 518.8579 -/classroom_0012/rgb_00022.jpg /classroom_0012/sync_depth_00022.png 518.8579 -/student_lounge_0001/rgb_00180.jpg /student_lounge_0001/sync_depth_00180.png 518.8579 -/kitchen_0029c/rgb_00035.jpg /kitchen_0029c/sync_depth_00035.png 518.8579 -/bathroom_0011/rgb_00018.jpg /bathroom_0011/sync_depth_00018.png 518.8579 -/bookstore_0001h/rgb_00052.jpg /bookstore_0001h/sync_depth_00052.png 518.8579 -/bedroom_0080/rgb_00056.jpg /bedroom_0080/sync_depth_00056.png 518.8579 -/kitchen_0045b/rgb_00027.jpg /kitchen_0045b/sync_depth_00027.png 518.8579 -/student_lounge_0001/rgb_00143.jpg /student_lounge_0001/sync_depth_00143.png 518.8579 -/bedroom_0090/rgb_00001.jpg /bedroom_0090/sync_depth_00001.png 518.8579 -/office_0009/rgb_00023.jpg /office_0009/sync_depth_00023.png 518.8579 -/dining_room_0019/rgb_00131.jpg /dining_room_0019/sync_depth_00131.png 518.8579 -/kitchen_0003/rgb_00157.jpg /kitchen_0003/sync_depth_00157.png 518.8579 -/bedroom_0021/rgb_00105.jpg /bedroom_0021/sync_depth_00105.png 518.8579 -/living_room_0012/rgb_00072.jpg /living_room_0012/sync_depth_00072.png 518.8579 -/bedroom_0015/rgb_00036.jpg /bedroom_0015/sync_depth_00036.png 518.8579 -/furniture_store_0002a/rgb_00257.jpg /furniture_store_0002a/sync_depth_00257.png 518.8579 -/bedroom_0052/rgb_00169.jpg /bedroom_0052/sync_depth_00169.png 518.8579 -/living_room_0022/rgb_00058.jpg /living_room_0022/sync_depth_00058.png 518.8579 -/kitchen_0017/rgb_00046.jpg /kitchen_0017/sync_depth_00046.png 518.8579 -/dining_room_0031/rgb_00260.jpg /dining_room_0031/sync_depth_00260.png 518.8579 -/conference_room_0001/rgb_00140.jpg /conference_room_0001/sync_depth_00140.png 518.8579 -/bedroom_0015/rgb_00043.jpg /bedroom_0015/sync_depth_00043.png 518.8579 -/living_room_0050/rgb_00038.jpg /living_room_0050/sync_depth_00038.png 518.8579 -/furniture_store_0001a/rgb_00009.jpg /furniture_store_0001a/sync_depth_00009.png 518.8579 -/bookstore_0001d/rgb_00135.jpg /bookstore_0001d/sync_depth_00135.png 518.8579 -/living_room_0070/rgb_00079.jpg /living_room_0070/sync_depth_00079.png 518.8579 -/bedroom_0140/rgb_00008.jpg /bedroom_0140/sync_depth_00008.png 518.8579 -/kitchen_0049/rgb_00153.jpg /kitchen_0049/sync_depth_00153.png 518.8579 -/bedroom_0104/rgb_00036.jpg /bedroom_0104/sync_depth_00036.png 518.8579 -/dining_room_0013/rgb_00014.jpg /dining_room_0013/sync_depth_00014.png 518.8579 -/bedroom_0071/rgb_00018.jpg /bedroom_0071/sync_depth_00018.png 518.8579 -/dining_room_0016/rgb_00029.jpg /dining_room_0016/sync_depth_00029.png 518.8579 -/bedroom_0078/rgb_00069.jpg /bedroom_0078/sync_depth_00069.png 518.8579 -/office_0011/rgb_00024.jpg /office_0011/sync_depth_00024.png 518.8579 -/bedroom_0067b/rgb_00022.jpg /bedroom_0067b/sync_depth_00022.png 518.8579 -/bathroom_0010/rgb_00037.jpg /bathroom_0010/sync_depth_00037.png 518.8579 -/bedroom_0051/rgb_00139.jpg /bedroom_0051/sync_depth_00139.png 518.8579 -/home_office_0004/rgb_00176.jpg /home_office_0004/sync_depth_00176.png 518.8579 -/dining_room_0007/rgb_00008.jpg /dining_room_0007/sync_depth_00008.png 518.8579 -/foyer_0002/rgb_00046.jpg /foyer_0002/sync_depth_00046.png 518.8579 -/bedroom_0140/rgb_00075.jpg /bedroom_0140/sync_depth_00075.png 518.8579 -/kitchen_0043/rgb_00237.jpg /kitchen_0043/sync_depth_00237.png 518.8579 -/computer_lab_0002/rgb_00000.jpg /computer_lab_0002/sync_depth_00000.png 518.8579 -/living_room_0062/rgb_00064.jpg /living_room_0062/sync_depth_00064.png 518.8579 -/nyu_office_0/rgb_00235.jpg /nyu_office_0/sync_depth_00235.png 518.8579 -/excercise_room_0001/rgb_00092.jpg /excercise_room_0001/sync_depth_00092.png 518.8579 -/kitchen_0048/rgb_00256.jpg /kitchen_0048/sync_depth_00256.png 518.8579 -/kitchen_0048/rgb_00141.jpg /kitchen_0048/sync_depth_00141.png 518.8579 -/kitchen_0053/rgb_00034.jpg /kitchen_0053/sync_depth_00034.png 518.8579 -/living_room_0029/rgb_00089.jpg /living_room_0029/sync_depth_00089.png 518.8579 -/kitchen_0059/rgb_00051.jpg /kitchen_0059/sync_depth_00051.png 518.8579 -/bookstore_0001f/rgb_00001.jpg /bookstore_0001f/sync_depth_00001.png 518.8579 -/conference_room_0001/rgb_00032.jpg /conference_room_0001/sync_depth_00032.png 518.8579 -/bedroom_0140/rgb_00046.jpg /bedroom_0140/sync_depth_00046.png 518.8579 -/bedroom_0076a/rgb_00165.jpg /bedroom_0076a/sync_depth_00165.png 518.8579 -/home_office_0004/rgb_00081.jpg /home_office_0004/sync_depth_00081.png 518.8579 -/bedroom_0033/rgb_00131.jpg /bedroom_0033/sync_depth_00131.png 518.8579 -/bedroom_0066/rgb_00013.jpg /bedroom_0066/sync_depth_00013.png 518.8579 -/kitchen_0043/rgb_00133.jpg /kitchen_0043/sync_depth_00133.png 518.8579 -/bedroom_0120/rgb_00075.jpg /bedroom_0120/sync_depth_00075.png 518.8579 -/furniture_store_0001d/rgb_00197.jpg /furniture_store_0001d/sync_depth_00197.png 518.8579 -/bedroom_0017/rgb_00129.jpg /bedroom_0017/sync_depth_00129.png 518.8579 -/bookstore_0001g/rgb_00194.jpg /bookstore_0001g/sync_depth_00194.png 518.8579 -/dining_room_0012/rgb_00193.jpg /dining_room_0012/sync_depth_00193.png 518.8579 -/living_room_0063/rgb_00103.jpg /living_room_0063/sync_depth_00103.png 518.8579 -/living_room_0040/rgb_00284.jpg /living_room_0040/sync_depth_00284.png 518.8579 -/home_office_0008/rgb_00107.jpg /home_office_0008/sync_depth_00107.png 518.8579 -/office_0006/rgb_00150.jpg /office_0006/sync_depth_00150.png 518.8579 -/home_office_0005/rgb_00025.jpg /home_office_0005/sync_depth_00025.png 518.8579 -/bathroom_0030/rgb_00034.jpg /bathroom_0030/sync_depth_00034.png 518.8579 -/basement_0001a/rgb_00147.jpg /basement_0001a/sync_depth_00147.png 518.8579 -/bedroom_0019/rgb_00024.jpg /bedroom_0019/sync_depth_00024.png 518.8579 -/dining_room_0034/rgb_00137.jpg /dining_room_0034/sync_depth_00137.png 518.8579 -/kitchen_0043/rgb_00218.jpg /kitchen_0043/sync_depth_00218.png 518.8579 -/kitchen_0045a/rgb_00054.jpg /kitchen_0045a/sync_depth_00054.png 518.8579 -/dining_room_0031/rgb_00017.jpg /dining_room_0031/sync_depth_00017.png 518.8579 -/office_0004/rgb_00029.jpg /office_0004/sync_depth_00029.png 518.8579 -/living_room_0042a/rgb_00003.jpg /living_room_0042a/sync_depth_00003.png 518.8579 -/dining_room_0015/rgb_00233.jpg /dining_room_0015/sync_depth_00233.png 518.8579 -/classroom_0004/rgb_00081.jpg /classroom_0004/sync_depth_00081.png 518.8579 -/bedroom_0053/rgb_00088.jpg /bedroom_0053/sync_depth_00088.png 518.8579 -/dining_room_0037/rgb_00016.jpg /dining_room_0037/sync_depth_00016.png 518.8579 -/nyu_office_1/rgb_00005.jpg /nyu_office_1/sync_depth_00005.png 518.8579 -/bedroom_0076a/rgb_00131.jpg /bedroom_0076a/sync_depth_00131.png 518.8579 -/study_0003/rgb_00029.jpg /study_0003/sync_depth_00029.png 518.8579 -/bedroom_0080/rgb_00006.jpg /bedroom_0080/sync_depth_00006.png 518.8579 -/dining_room_0015/rgb_00016.jpg /dining_room_0015/sync_depth_00016.png 518.8579 -/kitchen_0048/rgb_00127.jpg /kitchen_0048/sync_depth_00127.png 518.8579 -/living_room_0086b/rgb_00017.jpg /living_room_0086b/sync_depth_00017.png 518.8579 -/dining_room_0033/rgb_00116.jpg /dining_room_0033/sync_depth_00116.png 518.8579 -/kitchen_0060/rgb_00023.jpg /kitchen_0060/sync_depth_00023.png 518.8579 -/bedroom_0050/rgb_00068.jpg /bedroom_0050/sync_depth_00068.png 518.8579 -/kitchen_0006/rgb_00051.jpg /kitchen_0006/sync_depth_00051.png 518.8579 -/bedroom_0047/rgb_00065.jpg /bedroom_0047/sync_depth_00065.png 518.8579 -/computer_lab_0002/rgb_00041.jpg /computer_lab_0002/sync_depth_00041.png 518.8579 -/living_room_0083/rgb_00100.jpg /living_room_0083/sync_depth_00100.png 518.8579 -/furniture_store_0002d/rgb_00028.jpg /furniture_store_0002d/sync_depth_00028.png 518.8579 -/kitchen_0043/rgb_00040.jpg /kitchen_0043/sync_depth_00040.png 518.8579 -/classroom_0006/rgb_00155.jpg /classroom_0006/sync_depth_00155.png 518.8579 -/kitchen_0051/rgb_00317.jpg /kitchen_0051/sync_depth_00317.png 518.8579 -/dining_room_0002/rgb_00012.jpg /dining_room_0002/sync_depth_00012.png 518.8579 -/bedroom_0072/rgb_00159.jpg /bedroom_0072/sync_depth_00159.png 518.8579 -/bookstore_0001f/rgb_00204.jpg /bookstore_0001f/sync_depth_00204.png 518.8579 -/kitchen_0050/rgb_00008.jpg /kitchen_0050/sync_depth_00008.png 518.8579 -/office_0012/rgb_00009.jpg /office_0012/sync_depth_00009.png 518.8579 -/kitchen_0028a/rgb_00055.jpg /kitchen_0028a/sync_depth_00055.png 518.8579 -/bedroom_0004/rgb_00189.jpg /bedroom_0004/sync_depth_00189.png 518.8579 -/bathroom_0053/rgb_00000.jpg /bathroom_0053/sync_depth_00000.png 518.8579 -/bedroom_0076a/rgb_00142.jpg /bedroom_0076a/sync_depth_00142.png 518.8579 -/home_office_0006/rgb_00162.jpg /home_office_0006/sync_depth_00162.png 518.8579 -/bathroom_0019/rgb_00030.jpg /bathroom_0019/sync_depth_00030.png 518.8579 -/kitchen_0035b/rgb_00239.jpg /kitchen_0035b/sync_depth_00239.png 518.8579 -/bookstore_0001f/rgb_00403.jpg /bookstore_0001f/sync_depth_00403.png 518.8579 -/living_room_0067/rgb_00025.jpg /living_room_0067/sync_depth_00025.png 518.8579 -/bedroom_0015/rgb_00062.jpg /bedroom_0015/sync_depth_00062.png 518.8579 -/bathroom_0045a/rgb_00064.jpg /bathroom_0045a/sync_depth_00064.png 518.8579 -/bedroom_0076a/rgb_00161.jpg /bedroom_0076a/sync_depth_00161.png 518.8579 -/reception_room_0002/rgb_00017.jpg /reception_room_0002/sync_depth_00017.png 518.8579 -/bedroom_0052/rgb_00094.jpg /bedroom_0052/sync_depth_00094.png 518.8579 -/study_room_0004/rgb_00111.jpg /study_room_0004/sync_depth_00111.png 518.8579 -/bathroom_0019/rgb_00094.jpg /bathroom_0019/sync_depth_00094.png 518.8579 -/living_room_0063/rgb_00040.jpg /living_room_0063/sync_depth_00040.png 518.8579 -/dining_room_0013/rgb_00126.jpg /dining_room_0013/sync_depth_00126.png 518.8579 -/living_room_0050/rgb_00021.jpg /living_room_0050/sync_depth_00021.png 518.8579 -/living_room_0010/rgb_00212.jpg /living_room_0010/sync_depth_00212.png 518.8579 -/bedroom_0015/rgb_00038.jpg /bedroom_0015/sync_depth_00038.png 518.8579 -/bedroom_0071/rgb_00164.jpg /bedroom_0071/sync_depth_00164.png 518.8579 -/bookstore_0001h/rgb_00064.jpg /bookstore_0001h/sync_depth_00064.png 518.8579 -/bedroom_0051/rgb_00121.jpg /bedroom_0051/sync_depth_00121.png 518.8579 -/bedroom_0052/rgb_00164.jpg /bedroom_0052/sync_depth_00164.png 518.8579 -/bedroom_0129/rgb_00041.jpg /bedroom_0129/sync_depth_00041.png 518.8579 -/kitchen_0028b/rgb_00032.jpg /kitchen_0028b/sync_depth_00032.png 518.8579 -/living_room_0050/rgb_00229.jpg /living_room_0050/sync_depth_00229.png 518.8579 -/bedroom_0072/rgb_00152.jpg /bedroom_0072/sync_depth_00152.png 518.8579 -/home_office_0006/rgb_00176.jpg /home_office_0006/sync_depth_00176.png 518.8579 -/bedroom_0078/rgb_00017.jpg /bedroom_0078/sync_depth_00017.png 518.8579 -/living_room_0062/rgb_00090.jpg /living_room_0062/sync_depth_00090.png 518.8579 -/furniture_store_0002d/rgb_00033.jpg /furniture_store_0002d/sync_depth_00033.png 518.8579 -/furniture_store_0001e/rgb_00073.jpg /furniture_store_0001e/sync_depth_00073.png 518.8579 -/kitchen_0052/rgb_00103.jpg /kitchen_0052/sync_depth_00103.png 518.8579 -/bedroom_0062/rgb_00018.jpg /bedroom_0062/sync_depth_00018.png 518.8579 -/kitchen_0060/rgb_00171.jpg /kitchen_0060/sync_depth_00171.png 518.8579 -/classroom_0016/rgb_00014.jpg /classroom_0016/sync_depth_00014.png 518.8579 -/bedroom_0031/rgb_00013.jpg /bedroom_0031/sync_depth_00013.png 518.8579 -/kitchen_0048/rgb_00036.jpg /kitchen_0048/sync_depth_00036.png 518.8579 -/living_room_0019/rgb_00072.jpg /living_room_0019/sync_depth_00072.png 518.8579 -/dining_room_0029/rgb_00133.jpg /dining_room_0029/sync_depth_00133.png 518.8579 -/kitchen_0003/rgb_00011.jpg /kitchen_0003/sync_depth_00011.png 518.8579 -/bedroom_0050/rgb_00004.jpg /bedroom_0050/sync_depth_00004.png 518.8579 -/cafe_0001b/rgb_00062.jpg /cafe_0001b/sync_depth_00062.png 518.8579 -/bathroom_0028/rgb_00094.jpg /bathroom_0028/sync_depth_00094.png 518.8579 -/living_room_0078/rgb_00096.jpg /living_room_0078/sync_depth_00096.png 518.8579 -/bedroom_0063/rgb_00072.jpg /bedroom_0063/sync_depth_00072.png 518.8579 -/bedroom_0026/rgb_00155.jpg /bedroom_0026/sync_depth_00155.png 518.8579 -/kitchen_0051/rgb_00276.jpg /kitchen_0051/sync_depth_00276.png 518.8579 -/bedroom_0010/rgb_00106.jpg /bedroom_0010/sync_depth_00106.png 518.8579 -/bookstore_0001h/rgb_00048.jpg /bookstore_0001h/sync_depth_00048.png 518.8579 -/furniture_store_0001a/rgb_00038.jpg /furniture_store_0001a/sync_depth_00038.png 518.8579 -/living_room_0010/rgb_00016.jpg /living_room_0010/sync_depth_00016.png 518.8579 -/bedroom_0067b/rgb_00015.jpg /bedroom_0067b/sync_depth_00015.png 518.8579 -/bathroom_0056/rgb_00024.jpg /bathroom_0056/sync_depth_00024.png 518.8579 -/kitchen_0052/rgb_00182.jpg /kitchen_0052/sync_depth_00182.png 518.8579 -/dining_room_0023/rgb_00068.jpg /dining_room_0023/sync_depth_00068.png 518.8579 -/bathroom_0034/rgb_00073.jpg /bathroom_0034/sync_depth_00073.png 518.8579 -/office_0019/rgb_00005.jpg /office_0019/sync_depth_00005.png 518.8579 -/bedroom_0140/rgb_00027.jpg /bedroom_0140/sync_depth_00027.png 518.8579 -/bookstore_0001e/rgb_00060.jpg /bookstore_0001e/sync_depth_00060.png 518.8579 -/living_room_0069a/rgb_00083.jpg /living_room_0069a/sync_depth_00083.png 518.8579 -/kitchen_0043/rgb_00042.jpg /kitchen_0043/sync_depth_00042.png 518.8579 -/bedroom_0140/rgb_00002.jpg /bedroom_0140/sync_depth_00002.png 518.8579 -/dining_room_0007/rgb_00165.jpg /dining_room_0007/sync_depth_00165.png 518.8579 -/office_0024/rgb_00059.jpg /office_0024/sync_depth_00059.png 518.8579 -/bathroom_0057/rgb_00001.jpg /bathroom_0057/sync_depth_00001.png 518.8579 -/bookstore_0001f/rgb_00390.jpg /bookstore_0001f/sync_depth_00390.png 518.8579 -/kitchen_0011b/rgb_00086.jpg /kitchen_0011b/sync_depth_00086.png 518.8579 -/living_room_0069a/rgb_00058.jpg /living_room_0069a/sync_depth_00058.png 518.8579 -/bedroom_0140/rgb_00024.jpg /bedroom_0140/sync_depth_00024.png 518.8579 -/cafe_0001a/rgb_00010.jpg /cafe_0001a/sync_depth_00010.png 518.8579 -/reception_room_0002/rgb_00130.jpg /reception_room_0002/sync_depth_00130.png 518.8579 -/kitchen_0053/rgb_00167.jpg /kitchen_0053/sync_depth_00167.png 518.8579 -/bedroom_0120/rgb_00027.jpg /bedroom_0120/sync_depth_00027.png 518.8579 -/furniture_store_0001e/rgb_00063.jpg /furniture_store_0001e/sync_depth_00063.png 518.8579 -/furniture_store_0002b/rgb_00247.jpg /furniture_store_0002b/sync_depth_00247.png 518.8579 -/nyu_office_0/rgb_00057.jpg /nyu_office_0/sync_depth_00057.png 518.8579 -/bookstore_0001d/rgb_00184.jpg /bookstore_0001d/sync_depth_00184.png 518.8579 -/bedroom_0017/rgb_00097.jpg /bedroom_0017/sync_depth_00097.png 518.8579 -/bedroom_0060/rgb_00095.jpg /bedroom_0060/sync_depth_00095.png 518.8579 -/dining_room_0014/rgb_00039.jpg /dining_room_0014/sync_depth_00039.png 518.8579 -/student_lounge_0001/rgb_00029.jpg /student_lounge_0001/sync_depth_00029.png 518.8579 -/bedroom_0074/rgb_00101.jpg /bedroom_0074/sync_depth_00101.png 518.8579 -/bedroom_0067b/rgb_00016.jpg /bedroom_0067b/sync_depth_00016.png 518.8579 -/classroom_0006/rgb_00071.jpg /classroom_0006/sync_depth_00071.png 518.8579 -/bedroom_0040/rgb_00079.jpg /bedroom_0040/sync_depth_00079.png 518.8579 -/living_room_0046a/rgb_00050.jpg /living_room_0046a/sync_depth_00050.png 518.8579 -/kitchen_0028b/rgb_00041.jpg /kitchen_0028b/sync_depth_00041.png 518.8579 -/bookstore_0001d/rgb_00304.jpg /bookstore_0001d/sync_depth_00304.png 518.8579 -/kitchen_0035b/rgb_00143.jpg /kitchen_0035b/sync_depth_00143.png 518.8579 -/living_room_0070/rgb_00096.jpg /living_room_0070/sync_depth_00096.png 518.8579 -/bathroom_0028/rgb_00149.jpg /bathroom_0028/sync_depth_00149.png 518.8579 -/living_room_0018/rgb_00174.jpg /living_room_0018/sync_depth_00174.png 518.8579 -/basement_0001a/rgb_00136.jpg /basement_0001a/sync_depth_00136.png 518.8579 -/office_0026/rgb_00182.jpg /office_0026/sync_depth_00182.png 518.8579 -/conference_room_0001/rgb_00143.jpg /conference_room_0001/sync_depth_00143.png 518.8579 -/reception_room_0002/rgb_00100.jpg /reception_room_0002/sync_depth_00100.png 518.8579 -/kitchen_0049/rgb_00190.jpg /kitchen_0049/sync_depth_00190.png 518.8579 -/living_room_0085/rgb_00026.jpg /living_room_0085/sync_depth_00026.png 518.8579 -/bookstore_0001g/rgb_00070.jpg /bookstore_0001g/sync_depth_00070.png 518.8579 -/kitchen_0051/rgb_00197.jpg /kitchen_0051/sync_depth_00197.png 518.8579 -/dining_room_0007/rgb_00204.jpg /dining_room_0007/sync_depth_00204.png 518.8579 -/bathroom_0010/rgb_00031.jpg /bathroom_0010/sync_depth_00031.png 518.8579 -/bookstore_0001d/rgb_00262.jpg /bookstore_0001d/sync_depth_00262.png 518.8579 -/bathroom_0055/rgb_00011.jpg /bathroom_0055/sync_depth_00011.png 518.8579 -/bookstore_0001d/rgb_00042.jpg /bookstore_0001d/sync_depth_00042.png 518.8579 -/kitchen_0031/rgb_00073.jpg /kitchen_0031/sync_depth_00073.png 518.8579 -/bathroom_0028/rgb_00110.jpg /bathroom_0028/sync_depth_00110.png 518.8579 -/classroom_0011/rgb_00070.jpg /classroom_0011/sync_depth_00070.png 518.8579 -/bedroom_0004/rgb_00196.jpg /bedroom_0004/sync_depth_00196.png 518.8579 -/living_room_0050/rgb_00008.jpg /living_room_0050/sync_depth_00008.png 518.8579 -/living_room_0039/rgb_00168.jpg /living_room_0039/sync_depth_00168.png 518.8579 -/kitchen_0031/rgb_00044.jpg /kitchen_0031/sync_depth_00044.png 518.8579 -/living_room_0040/rgb_00000.jpg /living_room_0040/sync_depth_00000.png 518.8579 -/bedroom_0071/rgb_00088.jpg /bedroom_0071/sync_depth_00088.png 518.8579 -/reception_room_0002/rgb_00088.jpg /reception_room_0002/sync_depth_00088.png 518.8579 -/bedroom_0026/rgb_00012.jpg /bedroom_0026/sync_depth_00012.png 518.8579 -/living_room_0069b/rgb_00013.jpg /living_room_0069b/sync_depth_00013.png 518.8579 -/nyu_office_0/rgb_00365.jpg /nyu_office_0/sync_depth_00365.png 518.8579 -/bookstore_0001f/rgb_00201.jpg /bookstore_0001f/sync_depth_00201.png 518.8579 -/kitchen_0003/rgb_00019.jpg /kitchen_0003/sync_depth_00019.png 518.8579 -/classroom_0004/rgb_00026.jpg /classroom_0004/sync_depth_00026.png 518.8579 -/home_storage_0001/rgb_00104.jpg /home_storage_0001/sync_depth_00104.png 518.8579 -/furniture_store_0001a/rgb_00046.jpg /furniture_store_0001a/sync_depth_00046.png 518.8579 -/basement_0001a/rgb_00150.jpg /basement_0001a/sync_depth_00150.png 518.8579 -/kitchen_0059/rgb_00042.jpg /kitchen_0059/sync_depth_00042.png 518.8579 -/nyu_office_0/rgb_00415.jpg /nyu_office_0/sync_depth_00415.png 518.8579 -/living_room_0010/rgb_00235.jpg /living_room_0010/sync_depth_00235.png 518.8579 -/bedroom_0107/rgb_00004.jpg /bedroom_0107/sync_depth_00004.png 518.8579 -/living_room_0035/rgb_00055.jpg /living_room_0035/sync_depth_00055.png 518.8579 -/bookstore_0001g/rgb_00266.jpg /bookstore_0001g/sync_depth_00266.png 518.8579 -/office_0026/rgb_00112.jpg /office_0026/sync_depth_00112.png 518.8579 -/kitchen_0052/rgb_00010.jpg /kitchen_0052/sync_depth_00010.png 518.8579 -/classroom_0003/rgb_00020.jpg /classroom_0003/sync_depth_00020.png 518.8579 -/living_room_0070/rgb_00050.jpg /living_room_0070/sync_depth_00050.png 518.8579 -/kitchen_0048/rgb_00253.jpg /kitchen_0048/sync_depth_00253.png 518.8579 -/kitchen_0029c/rgb_00123.jpg /kitchen_0029c/sync_depth_00123.png 518.8579 -/bathroom_0028/rgb_00079.jpg /bathroom_0028/sync_depth_00079.png 518.8579 -/living_room_0018/rgb_00053.jpg /living_room_0018/sync_depth_00053.png 518.8579 -/kitchen_0035b/rgb_00308.jpg /kitchen_0035b/sync_depth_00308.png 518.8579 -/study_0004/rgb_00012.jpg /study_0004/sync_depth_00012.png 518.8579 -/office_0011/rgb_00095.jpg /office_0011/sync_depth_00095.png 518.8579 -/bedroom_0140/rgb_00163.jpg /bedroom_0140/sync_depth_00163.png 518.8579 -/bedroom_0094/rgb_00035.jpg /bedroom_0094/sync_depth_00035.png 518.8579 -/bedroom_0019/rgb_00007.jpg /bedroom_0019/sync_depth_00007.png 518.8579 -/kitchen_0051/rgb_00179.jpg /kitchen_0051/sync_depth_00179.png 518.8579 -/dining_room_0034/rgb_00004.jpg /dining_room_0034/sync_depth_00004.png 518.8579 -/playroom_0003/rgb_00015.jpg /playroom_0003/sync_depth_00015.png 518.8579 -/dining_room_0028/rgb_00005.jpg /dining_room_0028/sync_depth_00005.png 518.8579 -/living_room_0062/rgb_00032.jpg /living_room_0062/sync_depth_00032.png 518.8579 -/home_office_0006/rgb_00011.jpg /home_office_0006/sync_depth_00011.png 518.8579 -/bathroom_0041/rgb_00029.jpg /bathroom_0041/sync_depth_00029.png 518.8579 -/bedroom_0025/rgb_00062.jpg /bedroom_0025/sync_depth_00062.png 518.8579 -/dining_room_0034/rgb_00070.jpg /dining_room_0034/sync_depth_00070.png 518.8579 -/dining_room_0034/rgb_00007.jpg /dining_room_0034/sync_depth_00007.png 518.8579 -/furniture_store_0002b/rgb_00229.jpg /furniture_store_0002b/sync_depth_00229.png 518.8579 -/bedroom_0129/rgb_00012.jpg /bedroom_0129/sync_depth_00012.png 518.8579 -/kitchen_0049/rgb_00186.jpg /kitchen_0049/sync_depth_00186.png 518.8579 -/home_office_0013/rgb_00030.jpg /home_office_0013/sync_depth_00030.png 518.8579 -/bedroom_0113/rgb_00067.jpg /bedroom_0113/sync_depth_00067.png 518.8579 -/bedroom_0016/rgb_00093.jpg /bedroom_0016/sync_depth_00093.png 518.8579 -/bedroom_0012/rgb_00052.jpg /bedroom_0012/sync_depth_00052.png 518.8579 -/bedroom_0126/rgb_00047.jpg /bedroom_0126/sync_depth_00047.png 518.8579 -/bedroom_0016/rgb_00210.jpg /bedroom_0016/sync_depth_00210.png 518.8579 -/bedroom_0076a/rgb_00198.jpg /bedroom_0076a/sync_depth_00198.png 518.8579 -/kitchen_0053/rgb_00084.jpg /kitchen_0053/sync_depth_00084.png 518.8579 -/living_room_0011/rgb_00075.jpg /living_room_0011/sync_depth_00075.png 518.8579 -/classroom_0012/rgb_00041.jpg /classroom_0012/sync_depth_00041.png 518.8579 -/bedroom_0019/rgb_00043.jpg /bedroom_0019/sync_depth_00043.png 518.8579 -/bedroom_0076a/rgb_00081.jpg /bedroom_0076a/sync_depth_00081.png 518.8579 -/living_room_0012/rgb_00172.jpg /living_room_0012/sync_depth_00172.png 518.8579 -/dining_room_0015/rgb_00211.jpg /dining_room_0015/sync_depth_00211.png 518.8579 -/bedroom_0138/rgb_00063.jpg /bedroom_0138/sync_depth_00063.png 518.8579 -/dining_room_0031/rgb_00095.jpg /dining_room_0031/sync_depth_00095.png 518.8579 -/kitchen_0017/rgb_00056.jpg /kitchen_0017/sync_depth_00056.png 518.8579 -/bedroom_0034/rgb_00068.jpg /bedroom_0034/sync_depth_00068.png 518.8579 -/living_room_0022/rgb_00339.jpg /living_room_0022/sync_depth_00339.png 518.8579 -/bedroom_0033/rgb_00063.jpg /bedroom_0033/sync_depth_00063.png 518.8579 -/bedroom_0125b/rgb_00068.jpg /bedroom_0125b/sync_depth_00068.png 518.8579 -/dining_room_0016/rgb_00112.jpg /dining_room_0016/sync_depth_00112.png 518.8579 -/dining_room_0023/rgb_00146.jpg /dining_room_0023/sync_depth_00146.png 518.8579 -/dining_room_0007/rgb_00120.jpg /dining_room_0007/sync_depth_00120.png 518.8579 -/kitchen_0035b/rgb_00226.jpg /kitchen_0035b/sync_depth_00226.png 518.8579 -/living_room_0046b/rgb_00113.jpg /living_room_0046b/sync_depth_00113.png 518.8579 -/bedroom_0052/rgb_00074.jpg /bedroom_0052/sync_depth_00074.png 518.8579 -/office_0019/rgb_00014.jpg /office_0019/sync_depth_00014.png 518.8579 -/classroom_0006/rgb_00128.jpg /classroom_0006/sync_depth_00128.png 518.8579 -/furniture_store_0002b/rgb_00135.jpg /furniture_store_0002b/sync_depth_00135.png 518.8579 -/bathroom_0013/rgb_00014.jpg /bathroom_0013/sync_depth_00014.png 518.8579 -/kitchen_0050/rgb_00049.jpg /kitchen_0050/sync_depth_00049.png 518.8579 -/dining_room_0031/rgb_00281.jpg /dining_room_0031/sync_depth_00281.png 518.8579 -/bedroom_0094/rgb_00044.jpg /bedroom_0094/sync_depth_00044.png 518.8579 -/bedroom_0104/rgb_00014.jpg /bedroom_0104/sync_depth_00014.png 518.8579 -/foyer_0002/rgb_00043.jpg /foyer_0002/sync_depth_00043.png 518.8579 -/bedroom_0072/rgb_00073.jpg /bedroom_0072/sync_depth_00073.png 518.8579 -/nyu_office_0/rgb_00005.jpg /nyu_office_0/sync_depth_00005.png 518.8579 -/home_office_0008/rgb_00135.jpg /home_office_0008/sync_depth_00135.png 518.8579 -/bedroom_0025/rgb_00145.jpg /bedroom_0025/sync_depth_00145.png 518.8579 -/bedroom_0059/rgb_00018.jpg /bedroom_0059/sync_depth_00018.png 518.8579 -/living_room_0042b/rgb_00048.jpg /living_room_0042b/sync_depth_00048.png 518.8579 -/kitchen_0053/rgb_00228.jpg /kitchen_0053/sync_depth_00228.png 518.8579 -/bedroom_0029/rgb_00050.jpg /bedroom_0029/sync_depth_00050.png 518.8579 -/living_room_0005/rgb_00135.jpg /living_room_0005/sync_depth_00135.png 518.8579 -/bedroom_0125b/rgb_00060.jpg /bedroom_0125b/sync_depth_00060.png 518.8579 -/living_room_0039/rgb_00117.jpg /living_room_0039/sync_depth_00117.png 518.8579 -/kitchen_0045b/rgb_00127.jpg /kitchen_0045b/sync_depth_00127.png 518.8579 -/classroom_0006/rgb_00036.jpg /classroom_0006/sync_depth_00036.png 518.8579 -/bathroom_0010/rgb_00025.jpg /bathroom_0010/sync_depth_00025.png 518.8579 -/kitchen_0031/rgb_00076.jpg /kitchen_0031/sync_depth_00076.png 518.8579 -/living_room_0035/rgb_00051.jpg /living_room_0035/sync_depth_00051.png 518.8579 -/kitchen_0048/rgb_00089.jpg /kitchen_0048/sync_depth_00089.png 518.8579 -/furniture_store_0002a/rgb_00314.jpg /furniture_store_0002a/sync_depth_00314.png 518.8579 -/bedroom_0113/rgb_00047.jpg /bedroom_0113/sync_depth_00047.png 518.8579 -/dining_room_0015/rgb_00242.jpg /dining_room_0015/sync_depth_00242.png 518.8579 -/bedroom_0020/rgb_00068.jpg /bedroom_0020/sync_depth_00068.png 518.8579 -/bathroom_0035/rgb_00001.jpg /bathroom_0035/sync_depth_00001.png 518.8579 -/kitchen_0010/rgb_00130.jpg /kitchen_0010/sync_depth_00130.png 518.8579 -/bedroom_0004/rgb_00099.jpg /bedroom_0004/sync_depth_00099.png 518.8579 -/bedroom_0017/rgb_00110.jpg /bedroom_0017/sync_depth_00110.png 518.8579 -/bedroom_0029/rgb_00034.jpg /bedroom_0029/sync_depth_00034.png 518.8579 -/home_storage_0001/rgb_00136.jpg /home_storage_0001/sync_depth_00136.png 518.8579 -/dining_room_0028/rgb_00053.jpg /dining_room_0028/sync_depth_00053.png 518.8579 -/living_room_0069b/rgb_00052.jpg /living_room_0069b/sync_depth_00052.png 518.8579 -/home_office_0006/rgb_00180.jpg /home_office_0006/sync_depth_00180.png 518.8579 -/classroom_0003/rgb_00007.jpg /classroom_0003/sync_depth_00007.png 518.8579 -/nyu_office_0/rgb_00014.jpg /nyu_office_0/sync_depth_00014.png 518.8579 -/living_room_0047a/rgb_00064.jpg /living_room_0047a/sync_depth_00064.png 518.8579 -/bedroom_0014/rgb_00003.jpg /bedroom_0014/sync_depth_00003.png 518.8579 -/dining_room_0033/rgb_00080.jpg /dining_room_0033/sync_depth_00080.png 518.8579 -/office_0003/rgb_00004.jpg /office_0003/sync_depth_00004.png 518.8579 -/dining_room_0012/rgb_00130.jpg /dining_room_0012/sync_depth_00130.png 518.8579 -/bedroom_0086/rgb_00027.jpg /bedroom_0086/sync_depth_00027.png 518.8579 -/office_0006/rgb_00011.jpg /office_0006/sync_depth_00011.png 518.8579 -/furniture_store_0002b/rgb_00100.jpg /furniture_store_0002b/sync_depth_00100.png 518.8579 -/living_room_0070/rgb_00089.jpg /living_room_0070/sync_depth_00089.png 518.8579 -/bedroom_0140/rgb_00085.jpg /bedroom_0140/sync_depth_00085.png 518.8579 -/bathroom_0048/rgb_00043.jpg /bathroom_0048/sync_depth_00043.png 518.8579 -/kitchen_0011a/rgb_00053.jpg /kitchen_0011a/sync_depth_00053.png 518.8579 -/kitchen_0050/rgb_00084.jpg /kitchen_0050/sync_depth_00084.png 518.8579 -/office_0012/rgb_00052.jpg /office_0012/sync_depth_00052.png 518.8579 -/living_room_0050/rgb_00114.jpg /living_room_0050/sync_depth_00114.png 518.8579 -/dining_room_0016/rgb_00089.jpg /dining_room_0016/sync_depth_00089.png 518.8579 -/bedroom_0098/rgb_00050.jpg /bedroom_0098/sync_depth_00050.png 518.8579 -/dining_room_0034/rgb_00197.jpg /dining_room_0034/sync_depth_00197.png 518.8579 -/bedroom_0067a/rgb_00011.jpg /bedroom_0067a/sync_depth_00011.png 518.8579 -/furniture_store_0002a/rgb_00252.jpg /furniture_store_0002a/sync_depth_00252.png 518.8579 -/nyu_office_0/rgb_00299.jpg /nyu_office_0/sync_depth_00299.png 518.8579 -/living_room_0046b/rgb_00122.jpg /living_room_0046b/sync_depth_00122.png 518.8579 -/kitchen_0029c/rgb_00130.jpg /kitchen_0029c/sync_depth_00130.png 518.8579 -/kitchen_0049/rgb_00199.jpg /kitchen_0049/sync_depth_00199.png 518.8579 -/bathroom_0039/rgb_00026.jpg /bathroom_0039/sync_depth_00026.png 518.8579 -/bathroom_0013/rgb_00007.jpg /bathroom_0013/sync_depth_00007.png 518.8579 -/bedroom_0096/rgb_00006.jpg /bedroom_0096/sync_depth_00006.png 518.8579 -/study_room_0005b/rgb_00061.jpg /study_room_0005b/sync_depth_00061.png 518.8579 -/home_office_0005/rgb_00046.jpg /home_office_0005/sync_depth_00046.png 518.8579 -/bedroom_0017/rgb_00100.jpg /bedroom_0017/sync_depth_00100.png 518.8579 -/reception_room_0004/rgb_00084.jpg /reception_room_0004/sync_depth_00084.png 518.8579 -/furniture_store_0002b/rgb_00080.jpg /furniture_store_0002b/sync_depth_00080.png 518.8579 -/bookstore_0001f/rgb_00043.jpg /bookstore_0001f/sync_depth_00043.png 518.8579 -/living_room_0047b/rgb_00053.jpg /living_room_0047b/sync_depth_00053.png 518.8579 -/bedroom_0026/rgb_00064.jpg /bedroom_0026/sync_depth_00064.png 518.8579 -/living_room_0005/rgb_00048.jpg /living_room_0005/sync_depth_00048.png 518.8579 -/dining_room_0034/rgb_00085.jpg /dining_room_0034/sync_depth_00085.png 518.8579 -/living_room_0040/rgb_00283.jpg /living_room_0040/sync_depth_00283.png 518.8579 -/office_0009/rgb_00000.jpg /office_0009/sync_depth_00000.png 518.8579 -/office_0021/rgb_00022.jpg /office_0021/sync_depth_00022.png 518.8579 -/kitchen_0019a/rgb_00023.jpg /kitchen_0019a/sync_depth_00023.png 518.8579 -/bedroom_0080/rgb_00044.jpg /bedroom_0080/sync_depth_00044.png 518.8579 -/living_room_0058/rgb_00205.jpg /living_room_0058/sync_depth_00205.png 518.8579 -/classroom_0006/rgb_00165.jpg /classroom_0006/sync_depth_00165.png 518.8579 -/living_room_0019/rgb_00002.jpg /living_room_0019/sync_depth_00002.png 518.8579 -/kitchen_0045b/rgb_00118.jpg /kitchen_0045b/sync_depth_00118.png 518.8579 -/living_room_0019/rgb_00060.jpg /living_room_0019/sync_depth_00060.png 518.8579 -/living_room_0069a/rgb_00077.jpg /living_room_0069a/sync_depth_00077.png 518.8579 -/living_room_0011/rgb_00121.jpg /living_room_0011/sync_depth_00121.png 518.8579 -/dining_room_0034/rgb_00043.jpg /dining_room_0034/sync_depth_00043.png 518.8579 -/living_room_0078/rgb_00016.jpg /living_room_0078/sync_depth_00016.png 518.8579 -/bedroom_0020/rgb_00023.jpg /bedroom_0020/sync_depth_00023.png 518.8579 -/dining_room_0001b/rgb_00099.jpg /dining_room_0001b/sync_depth_00099.png 518.8579 -/office_kitchen_0001a/rgb_00030.jpg /office_kitchen_0001a/sync_depth_00030.png 518.8579 -/study_room_0005b/rgb_00024.jpg /study_room_0005b/sync_depth_00024.png 518.8579 -/bedroom_0052/rgb_00096.jpg /bedroom_0052/sync_depth_00096.png 518.8579 -/playroom_0004/rgb_00039.jpg /playroom_0004/sync_depth_00039.png 518.8579 -/kitchen_0060/rgb_00172.jpg /kitchen_0060/sync_depth_00172.png 518.8579 -/bookstore_0001f/rgb_00071.jpg /bookstore_0001f/sync_depth_00071.png 518.8579 -/living_room_0047b/rgb_00181.jpg /living_room_0047b/sync_depth_00181.png 518.8579 -/home_office_0005/rgb_00084.jpg /home_office_0005/sync_depth_00084.png 518.8579 -/bathroom_0028/rgb_00024.jpg /bathroom_0028/sync_depth_00024.png 518.8579 -/bedroom_0081/rgb_00006.jpg /bedroom_0081/sync_depth_00006.png 518.8579 -/bedroom_0078/rgb_00130.jpg /bedroom_0078/sync_depth_00130.png 518.8579 -/study_0008/rgb_00040.jpg /study_0008/sync_depth_00040.png 518.8579 -/bedroom_0016/rgb_00151.jpg /bedroom_0016/sync_depth_00151.png 518.8579 -/bedroom_0067b/rgb_00030.jpg /bedroom_0067b/sync_depth_00030.png 518.8579 -/kitchen_0053/rgb_00046.jpg /kitchen_0053/sync_depth_00046.png 518.8579 -/bedroom_0041/rgb_00056.jpg /bedroom_0041/sync_depth_00056.png 518.8579 -/dining_room_0015/rgb_00272.jpg /dining_room_0015/sync_depth_00272.png 518.8579 -/living_room_0006/rgb_00023.jpg /living_room_0006/sync_depth_00023.png 518.8579 -/classroom_0010/rgb_00016.jpg /classroom_0010/sync_depth_00016.png 518.8579 -/bedroom_0086/rgb_00084.jpg /bedroom_0086/sync_depth_00084.png 518.8579 -/classroom_0012/rgb_00015.jpg /classroom_0012/sync_depth_00015.png 518.8579 -/furniture_store_0001d/rgb_00203.jpg /furniture_store_0001d/sync_depth_00203.png 518.8579 -/kitchen_0011b/rgb_00024.jpg /kitchen_0011b/sync_depth_00024.png 518.8579 -/nyu_office_0/rgb_00075.jpg /nyu_office_0/sync_depth_00075.png 518.8579 -/kitchen_0047/rgb_00142.jpg /kitchen_0047/sync_depth_00142.png 518.8579 -/kitchen_0049/rgb_00132.jpg /kitchen_0049/sync_depth_00132.png 518.8579 -/dinette_0001/rgb_00012.jpg /dinette_0001/sync_depth_00012.png 518.8579 -/bedroom_0042/rgb_00022.jpg /bedroom_0042/sync_depth_00022.png 518.8579 -/dining_room_0001b/rgb_00222.jpg /dining_room_0001b/sync_depth_00222.png 518.8579 -/classroom_0006/rgb_00006.jpg /classroom_0006/sync_depth_00006.png 518.8579 -/bedroom_0066/rgb_00040.jpg /bedroom_0066/sync_depth_00040.png 518.8579 -/kitchen_0051/rgb_00168.jpg /kitchen_0051/sync_depth_00168.png 518.8579 -/bedroom_0079/rgb_00019.jpg /bedroom_0079/sync_depth_00019.png 518.8579 -/living_room_0042a/rgb_00029.jpg /living_room_0042a/sync_depth_00029.png 518.8579 -/kitchen_0017/rgb_00110.jpg /kitchen_0017/sync_depth_00110.png 518.8579 -/bathroom_0010/rgb_00040.jpg /bathroom_0010/sync_depth_00040.png 518.8579 -/office_0006/rgb_00061.jpg /office_0006/sync_depth_00061.png 518.8579 -/kitchen_0019a/rgb_00127.jpg /kitchen_0019a/sync_depth_00127.png 518.8579 -/study_room_0004/rgb_00006.jpg /study_room_0004/sync_depth_00006.png 518.8579 -/bedroom_0136/rgb_00094.jpg /bedroom_0136/sync_depth_00094.png 518.8579 -/bookstore_0001f/rgb_00521.jpg /bookstore_0001f/sync_depth_00521.png 518.8579 -/bedroom_0078/rgb_00090.jpg /bedroom_0078/sync_depth_00090.png 518.8579 -/kitchen_0043/rgb_00018.jpg /kitchen_0043/sync_depth_00018.png 518.8579 -/kitchen_0045a/rgb_00031.jpg /kitchen_0045a/sync_depth_00031.png 518.8579 -/living_room_0012/rgb_00068.jpg /living_room_0012/sync_depth_00068.png 518.8579 -/living_room_0005/rgb_00132.jpg /living_room_0005/sync_depth_00132.png 518.8579 -/playroom_0003/rgb_00206.jpg /playroom_0003/sync_depth_00206.png 518.8579 -/classroom_0022/rgb_00093.jpg /classroom_0022/sync_depth_00093.png 518.8579 -/furniture_store_0002b/rgb_00006.jpg /furniture_store_0002b/sync_depth_00006.png 518.8579 -/bedroom_0098/rgb_00031.jpg /bedroom_0098/sync_depth_00031.png 518.8579 -/kitchen_0050/rgb_00068.jpg /kitchen_0050/sync_depth_00068.png 518.8579 -/study_0004/rgb_00039.jpg /study_0004/sync_depth_00039.png 518.8579 -/bedroom_0056b/rgb_00018.jpg /bedroom_0056b/sync_depth_00018.png 518.8579 -/living_room_0019/rgb_00109.jpg /living_room_0019/sync_depth_00109.png 518.8579 -/kitchen_0011a/rgb_00087.jpg /kitchen_0011a/sync_depth_00087.png 518.8579 -/bedroom_0066/rgb_00055.jpg /bedroom_0066/sync_depth_00055.png 518.8579 -/bedroom_0012/rgb_00025.jpg /bedroom_0012/sync_depth_00025.png 518.8579 -/living_room_0018/rgb_00034.jpg /living_room_0018/sync_depth_00034.png 518.8579 -/bedroom_0106/rgb_00083.jpg /bedroom_0106/sync_depth_00083.png 518.8579 -/study_room_0005b/rgb_00077.jpg /study_room_0005b/sync_depth_00077.png 518.8579 -/home_office_0008/rgb_00036.jpg /home_office_0008/sync_depth_00036.png 518.8579 -/dining_room_0034/rgb_00057.jpg /dining_room_0034/sync_depth_00057.png 518.8579 -/kitchen_0033/rgb_00009.jpg /kitchen_0033/sync_depth_00009.png 518.8579 -/dining_room_0024/rgb_00060.jpg /dining_room_0024/sync_depth_00060.png 518.8579 -/bookstore_0001g/rgb_00082.jpg /bookstore_0001g/sync_depth_00082.png 518.8579 -/playroom_0006/rgb_00125.jpg /playroom_0006/sync_depth_00125.png 518.8579 -/office_0024/rgb_00036.jpg /office_0024/sync_depth_00036.png 518.8579 -/furniture_store_0001d/rgb_00041.jpg /furniture_store_0001d/sync_depth_00041.png 518.8579 -/kitchen_0050/rgb_00110.jpg /kitchen_0050/sync_depth_00110.png 518.8579 -/bedroom_0076a/rgb_00274.jpg /bedroom_0076a/sync_depth_00274.png 518.8579 -/furniture_store_0002a/rgb_00401.jpg /furniture_store_0002a/sync_depth_00401.png 518.8579 -/bathroom_0007/rgb_00014.jpg /bathroom_0007/sync_depth_00014.png 518.8579 -/playroom_0003/rgb_00205.jpg /playroom_0003/sync_depth_00205.png 518.8579 -/living_room_0070/rgb_00047.jpg /living_room_0070/sync_depth_00047.png 518.8579 -/living_room_0078/rgb_00114.jpg /living_room_0078/sync_depth_00114.png 518.8579 -/bookstore_0001i/rgb_00088.jpg /bookstore_0001i/sync_depth_00088.png 518.8579 -/office_0004/rgb_00007.jpg /office_0004/sync_depth_00007.png 518.8579 -/dining_room_0034/rgb_00099.jpg /dining_room_0034/sync_depth_00099.png 518.8579 -/bathroom_0041/rgb_00088.jpg /bathroom_0041/sync_depth_00088.png 518.8579 -/living_room_0050/rgb_00094.jpg /living_room_0050/sync_depth_00094.png 518.8579 -/living_room_0022/rgb_00422.jpg /living_room_0022/sync_depth_00422.png 518.8579 -/bedroom_0039/rgb_00030.jpg /bedroom_0039/sync_depth_00030.png 518.8579 -/bedroom_0130/rgb_00088.jpg /bedroom_0130/sync_depth_00088.png 518.8579 -/kitchen_0029c/rgb_00061.jpg /kitchen_0029c/sync_depth_00061.png 518.8579 -/kitchen_0050/rgb_00099.jpg /kitchen_0050/sync_depth_00099.png 518.8579 -/kitchen_0028a/rgb_00013.jpg /kitchen_0028a/sync_depth_00013.png 518.8579 -/furniture_store_0001f/rgb_00005.jpg /furniture_store_0001f/sync_depth_00005.png 518.8579 -/bookstore_0001h/rgb_00020.jpg /bookstore_0001h/sync_depth_00020.png 518.8579 -/kitchen_0017/rgb_00088.jpg /kitchen_0017/sync_depth_00088.png 518.8579 -/classroom_0010/rgb_00050.jpg /classroom_0010/sync_depth_00050.png 518.8579 -/kitchen_0050/rgb_00038.jpg /kitchen_0050/sync_depth_00038.png 518.8579 -/living_room_0037/rgb_00019.jpg /living_room_0037/sync_depth_00019.png 518.8579 -/kitchen_0016/rgb_00090.jpg /kitchen_0016/sync_depth_00090.png 518.8579 -/kitchen_0047/rgb_00036.jpg /kitchen_0047/sync_depth_00036.png 518.8579 -/bookstore_0001g/rgb_00214.jpg /bookstore_0001g/sync_depth_00214.png 518.8579 -/bathroom_0034/rgb_00070.jpg /bathroom_0034/sync_depth_00070.png 518.8579 -/kitchen_0043/rgb_00135.jpg /kitchen_0043/sync_depth_00135.png 518.8579 -/bathroom_0007/rgb_00013.jpg /bathroom_0007/sync_depth_00013.png 518.8579 -/bedroom_0031/rgb_00025.jpg /bedroom_0031/sync_depth_00025.png 518.8579 -/furniture_store_0002a/rgb_00239.jpg /furniture_store_0002a/sync_depth_00239.png 518.8579 -/kitchen_0011b/rgb_00006.jpg /kitchen_0011b/sync_depth_00006.png 518.8579 -/office_kitchen_0003/rgb_00049.jpg /office_kitchen_0003/sync_depth_00049.png 518.8579 -/dining_room_0028/rgb_00085.jpg /dining_room_0028/sync_depth_00085.png 518.8579 -/dining_room_0015/rgb_00105.jpg /dining_room_0015/sync_depth_00105.png 518.8579 -/bookstore_0001j/rgb_00194.jpg /bookstore_0001j/sync_depth_00194.png 518.8579 -/dining_room_0031/rgb_00358.jpg /dining_room_0031/sync_depth_00358.png 518.8579 -/bedroom_0052/rgb_00163.jpg /bedroom_0052/sync_depth_00163.png 518.8579 -/kitchen_0043/rgb_00059.jpg /kitchen_0043/sync_depth_00059.png 518.8579 -/bedroom_0076a/rgb_00018.jpg /bedroom_0076a/sync_depth_00018.png 518.8579 -/living_room_0050/rgb_00083.jpg /living_room_0050/sync_depth_00083.png 518.8579 -/kitchen_0053/rgb_00015.jpg /kitchen_0053/sync_depth_00015.png 518.8579 -/kitchen_0051/rgb_00211.jpg /kitchen_0051/sync_depth_00211.png 518.8579 -/bookstore_0001j/rgb_00233.jpg /bookstore_0001j/sync_depth_00233.png 518.8579 -/bookstore_0001j/rgb_00294.jpg /bookstore_0001j/sync_depth_00294.png 518.8579 -/conference_room_0001/rgb_00093.jpg /conference_room_0001/sync_depth_00093.png 518.8579 -/nyu_office_0/rgb_00333.jpg /nyu_office_0/sync_depth_00333.png 518.8579 -/kitchen_0048/rgb_00021.jpg /kitchen_0048/sync_depth_00021.png 518.8579 -/furniture_store_0002b/rgb_00024.jpg /furniture_store_0002b/sync_depth_00024.png 518.8579 -/nyu_office_1/rgb_00085.jpg /nyu_office_1/sync_depth_00085.png 518.8579 -/home_office_0006/rgb_00065.jpg /home_office_0006/sync_depth_00065.png 518.8579 -/dining_room_0008/rgb_00112.jpg /dining_room_0008/sync_depth_00112.png 518.8579 -/living_room_0005/rgb_00149.jpg /living_room_0005/sync_depth_00149.png 518.8579 -/kitchen_0035b/rgb_00044.jpg /kitchen_0035b/sync_depth_00044.png 518.8579 -/bedroom_0060/rgb_00040.jpg /bedroom_0060/sync_depth_00040.png 518.8579 -/living_room_0033/rgb_00019.jpg /living_room_0033/sync_depth_00019.png 518.8579 -/dining_room_0010/rgb_00051.jpg /dining_room_0010/sync_depth_00051.png 518.8579 -/kitchen_0010/rgb_00011.jpg /kitchen_0010/sync_depth_00011.png 518.8579 -/kitchen_0049/rgb_00154.jpg /kitchen_0049/sync_depth_00154.png 518.8579 -/living_room_0070/rgb_00048.jpg /living_room_0070/sync_depth_00048.png 518.8579 -/living_room_0020/rgb_00232.jpg /living_room_0020/sync_depth_00232.png 518.8579 -/home_office_0013/rgb_00003.jpg /home_office_0013/sync_depth_00003.png 518.8579 -/living_room_0020/rgb_00061.jpg /living_room_0020/sync_depth_00061.png 518.8579 -/living_room_0029/rgb_00033.jpg /living_room_0029/sync_depth_00033.png 518.8579 -/bookstore_0001f/rgb_00271.jpg /bookstore_0001f/sync_depth_00271.png 518.8579 -/bedroom_0104/rgb_00077.jpg /bedroom_0104/sync_depth_00077.png 518.8579 -/bathroom_0039/rgb_00029.jpg /bathroom_0039/sync_depth_00029.png 518.8579 -/playroom_0003/rgb_00105.jpg /playroom_0003/sync_depth_00105.png 518.8579 -/dining_room_0001b/rgb_00095.jpg /dining_room_0001b/sync_depth_00095.png 518.8579 -/office_0024/rgb_00035.jpg /office_0024/sync_depth_00035.png 518.8579 -/classroom_0006/rgb_00195.jpg /classroom_0006/sync_depth_00195.png 518.8579 -/kitchen_0011b/rgb_00044.jpg /kitchen_0011b/sync_depth_00044.png 518.8579 -/bedroom_0063/rgb_00003.jpg /bedroom_0063/sync_depth_00003.png 518.8579 -/living_room_0046b/rgb_00116.jpg /living_room_0046b/sync_depth_00116.png 518.8579 -/office_0009/rgb_00001.jpg /office_0009/sync_depth_00001.png 518.8579 -/office_0026/rgb_00006.jpg /office_0026/sync_depth_00006.png 518.8579 -/living_room_0083/rgb_00097.jpg /living_room_0083/sync_depth_00097.png 518.8579 -/home_office_0004/rgb_00115.jpg /home_office_0004/sync_depth_00115.png 518.8579 -/bathroom_0051/rgb_00043.jpg /bathroom_0051/sync_depth_00043.png 518.8579 -/bookstore_0001g/rgb_00213.jpg /bookstore_0001g/sync_depth_00213.png 518.8579 -/living_room_0012/rgb_00138.jpg /living_room_0012/sync_depth_00138.png 518.8579 -/bathroom_0053/rgb_00047.jpg /bathroom_0053/sync_depth_00047.png 518.8579 -/bathroom_0033/rgb_00059.jpg /bathroom_0033/sync_depth_00059.png 518.8579 -/living_room_0071/rgb_00045.jpg /living_room_0071/sync_depth_00045.png 518.8579 -/dinette_0001/rgb_00031.jpg /dinette_0001/sync_depth_00031.png 518.8579 -/kitchen_0028a/rgb_00197.jpg /kitchen_0028a/sync_depth_00197.png 518.8579 -/home_office_0007/rgb_00057.jpg /home_office_0007/sync_depth_00057.png 518.8579 -/bedroom_0067a/rgb_00012.jpg /bedroom_0067a/sync_depth_00012.png 518.8579 -/dining_room_0007/rgb_00207.jpg /dining_room_0007/sync_depth_00207.png 518.8579 -/kitchen_0047/rgb_00119.jpg /kitchen_0047/sync_depth_00119.png 518.8579 -/student_lounge_0001/rgb_00058.jpg /student_lounge_0001/sync_depth_00058.png 518.8579 -/bedroom_0082/rgb_00043.jpg /bedroom_0082/sync_depth_00043.png 518.8579 -/living_room_0058/rgb_00112.jpg /living_room_0058/sync_depth_00112.png 518.8579 -/bathroom_0039/rgb_00042.jpg /bathroom_0039/sync_depth_00042.png 518.8579 -/living_room_0010/rgb_00118.jpg /living_room_0010/sync_depth_00118.png 518.8579 -/basement_0001b/rgb_00037.jpg /basement_0001b/sync_depth_00037.png 518.8579 -/bedroom_0039/rgb_00013.jpg /bedroom_0039/sync_depth_00013.png 518.8579 -/bedroom_0060/rgb_00009.jpg /bedroom_0060/sync_depth_00009.png 518.8579 -/bedroom_0125b/rgb_00019.jpg /bedroom_0125b/sync_depth_00019.png 518.8579 -/kitchen_0047/rgb_00090.jpg /kitchen_0047/sync_depth_00090.png 518.8579 -/excercise_room_0001/rgb_00011.jpg /excercise_room_0001/sync_depth_00011.png 518.8579 -/dining_room_0031/rgb_00105.jpg /dining_room_0031/sync_depth_00105.png 518.8579 -/bedroom_0015/rgb_00075.jpg /bedroom_0015/sync_depth_00075.png 518.8579 -/kitchen_0035b/rgb_00063.jpg /kitchen_0035b/sync_depth_00063.png 518.8579 -/student_lounge_0001/rgb_00106.jpg /student_lounge_0001/sync_depth_00106.png 518.8579 -/living_room_0046a/rgb_00082.jpg /living_room_0046a/sync_depth_00082.png 518.8579 -/bedroom_0074/rgb_00098.jpg /bedroom_0074/sync_depth_00098.png 518.8579 -/living_room_0010/rgb_00081.jpg /living_room_0010/sync_depth_00081.png 518.8579 -/bookstore_0001f/rgb_00033.jpg /bookstore_0001f/sync_depth_00033.png 518.8579 -/bookstore_0001j/rgb_00076.jpg /bookstore_0001j/sync_depth_00076.png 518.8579 -/bedroom_0136/rgb_00135.jpg /bedroom_0136/sync_depth_00135.png 518.8579 -/bathroom_0035/rgb_00005.jpg /bathroom_0035/sync_depth_00005.png 518.8579 -/bookstore_0001g/rgb_00108.jpg /bookstore_0001g/sync_depth_00108.png 518.8579 -/cafe_0001b/rgb_00059.jpg /cafe_0001b/sync_depth_00059.png 518.8579 -/kitchen_0016/rgb_00036.jpg /kitchen_0016/sync_depth_00036.png 518.8579 -/furniture_store_0002b/rgb_00141.jpg /furniture_store_0002b/sync_depth_00141.png 518.8579 -/bedroom_0125b/rgb_00078.jpg /bedroom_0125b/sync_depth_00078.png 518.8579 -/living_room_0042b/rgb_00083.jpg /living_room_0042b/sync_depth_00083.png 518.8579 -/bookstore_0001h/rgb_00105.jpg /bookstore_0001h/sync_depth_00105.png 518.8579 -/kitchen_0048/rgb_00264.jpg /kitchen_0048/sync_depth_00264.png 518.8579 -/living_room_0022/rgb_00290.jpg /living_room_0022/sync_depth_00290.png 518.8579 -/bedroom_0094/rgb_00029.jpg /bedroom_0094/sync_depth_00029.png 518.8579 -/bedroom_0067b/rgb_00025.jpg /bedroom_0067b/sync_depth_00025.png 518.8579 -/bedroom_0060/rgb_00092.jpg /bedroom_0060/sync_depth_00092.png 518.8579 -/excercise_room_0001/rgb_00119.jpg /excercise_room_0001/sync_depth_00119.png 518.8579 -/living_room_0019/rgb_00237.jpg /living_room_0019/sync_depth_00237.png 518.8579 -/bedroom_0082/rgb_00033.jpg /bedroom_0082/sync_depth_00033.png 518.8579 -/office_0003/rgb_00038.jpg /office_0003/sync_depth_00038.png 518.8579 -/kitchen_0010/rgb_00058.jpg /kitchen_0010/sync_depth_00058.png 518.8579 -/bedroom_0016/rgb_00183.jpg /bedroom_0016/sync_depth_00183.png 518.8579 -/playroom_0002/rgb_00001.jpg /playroom_0002/sync_depth_00001.png 518.8579 -/living_room_0062/rgb_00110.jpg /living_room_0062/sync_depth_00110.png 518.8579 -/furniture_store_0002a/rgb_00330.jpg /furniture_store_0002a/sync_depth_00330.png 518.8579 -/kitchen_0003/rgb_00112.jpg /kitchen_0003/sync_depth_00112.png 518.8579 -/dining_room_0034/rgb_00229.jpg /dining_room_0034/sync_depth_00229.png 518.8579 -/office_kitchen_0003/rgb_00015.jpg /office_kitchen_0003/sync_depth_00015.png 518.8579 -/dining_room_0008/rgb_00105.jpg /dining_room_0008/sync_depth_00105.png 518.8579 -/study_0003/rgb_00071.jpg /study_0003/sync_depth_00071.png 518.8579 -/kitchen_0037/rgb_00056.jpg /kitchen_0037/sync_depth_00056.png 518.8579 -/cafe_0001b/rgb_00007.jpg /cafe_0001b/sync_depth_00007.png 518.8579 -/living_room_0038/rgb_00106.jpg /living_room_0038/sync_depth_00106.png 518.8579 -/living_room_0010/rgb_00222.jpg /living_room_0010/sync_depth_00222.png 518.8579 -/kitchen_0045a/rgb_00025.jpg /kitchen_0045a/sync_depth_00025.png 518.8579 -/furniture_store_0001b/rgb_00002.jpg /furniture_store_0001b/sync_depth_00002.png 518.8579 -/living_room_0012/rgb_00193.jpg /living_room_0012/sync_depth_00193.png 518.8579 -/kitchen_0045b/rgb_00019.jpg /kitchen_0045b/sync_depth_00019.png 518.8579 -/bedroom_0034/rgb_00072.jpg /bedroom_0034/sync_depth_00072.png 518.8579 -/bedroom_0106/rgb_00020.jpg /bedroom_0106/sync_depth_00020.png 518.8579 -/bedroom_0056a/rgb_00104.jpg /bedroom_0056a/sync_depth_00104.png 518.8579 -/office_0026/rgb_00152.jpg /office_0026/sync_depth_00152.png 518.8579 -/living_room_0035/rgb_00070.jpg /living_room_0035/sync_depth_00070.png 518.8579 -/furniture_store_0002c/rgb_00045.jpg /furniture_store_0002c/sync_depth_00045.png 518.8579 -/bedroom_0010/rgb_00090.jpg /bedroom_0010/sync_depth_00090.png 518.8579 -/kitchen_0052/rgb_00097.jpg /kitchen_0052/sync_depth_00097.png 518.8579 -/bookstore_0001j/rgb_00283.jpg /bookstore_0001j/sync_depth_00283.png 518.8579 -/living_room_0022/rgb_00147.jpg /living_room_0022/sync_depth_00147.png 518.8579 -/classroom_0016/rgb_00003.jpg /classroom_0016/sync_depth_00003.png 518.8579 -/kitchen_0011a/rgb_00120.jpg /kitchen_0011a/sync_depth_00120.png 518.8579 -/dining_room_0033/rgb_00192.jpg /dining_room_0033/sync_depth_00192.png 518.8579 -/bookstore_0001j/rgb_00228.jpg /bookstore_0001j/sync_depth_00228.png 518.8579 -/dining_room_0016/rgb_00013.jpg /dining_room_0016/sync_depth_00013.png 518.8579 -/living_room_0019/rgb_00056.jpg /living_room_0019/sync_depth_00056.png 518.8579 -/bedroom_0017/rgb_00079.jpg /bedroom_0017/sync_depth_00079.png 518.8579 -/bathroom_0002/rgb_00002.jpg /bathroom_0002/sync_depth_00002.png 518.8579 -/living_room_0029/rgb_00003.jpg /living_room_0029/sync_depth_00003.png 518.8579 -/classroom_0005/rgb_00042.jpg /classroom_0005/sync_depth_00042.png 518.8579 -/kitchen_0059/rgb_00080.jpg /kitchen_0059/sync_depth_00080.png 518.8579 -/kitchen_0049/rgb_00122.jpg /kitchen_0049/sync_depth_00122.png 518.8579 -/living_room_0020/rgb_00167.jpg /living_room_0020/sync_depth_00167.png 518.8579 -/bedroom_0081/rgb_00013.jpg /bedroom_0081/sync_depth_00013.png 518.8579 -/bedroom_0052/rgb_00100.jpg /bedroom_0052/sync_depth_00100.png 518.8579 -/living_room_0070/rgb_00027.jpg /living_room_0070/sync_depth_00027.png 518.8579 -/bedroom_0019/rgb_00140.jpg /bedroom_0019/sync_depth_00140.png 518.8579 -/office_kitchen_0001a/rgb_00049.jpg /office_kitchen_0001a/sync_depth_00049.png 518.8579 -/bookstore_0001f/rgb_00200.jpg /bookstore_0001f/sync_depth_00200.png 518.8579 -/kitchen_0052/rgb_00001.jpg /kitchen_0052/sync_depth_00001.png 518.8579 -/living_room_0085/rgb_00032.jpg /living_room_0085/sync_depth_00032.png 518.8579 -/office_0011/rgb_00073.jpg /office_0011/sync_depth_00073.png 518.8579 -/bedroom_0026/rgb_00045.jpg /bedroom_0026/sync_depth_00045.png 518.8579 -/kitchen_0059/rgb_00029.jpg /kitchen_0059/sync_depth_00029.png 518.8579 -/home_office_0005/rgb_00110.jpg /home_office_0005/sync_depth_00110.png 518.8579 -/kitchen_0053/rgb_00123.jpg /kitchen_0053/sync_depth_00123.png 518.8579 -/bookstore_0001e/rgb_00134.jpg /bookstore_0001e/sync_depth_00134.png 518.8579 -/bedroom_0012/rgb_00049.jpg /bedroom_0012/sync_depth_00049.png 518.8579 -/study_room_0004/rgb_00143.jpg /study_room_0004/sync_depth_00143.png 518.8579 -/bedroom_0125a/rgb_00004.jpg /bedroom_0125a/sync_depth_00004.png 518.8579 -/bedroom_0069/rgb_00051.jpg /bedroom_0069/sync_depth_00051.png 518.8579 -/bedroom_0100/rgb_00012.jpg /bedroom_0100/sync_depth_00012.png 518.8579 -/dining_room_0029/rgb_00000.jpg /dining_room_0029/sync_depth_00000.png 518.8579 -/kitchen_0006/rgb_00040.jpg /kitchen_0006/sync_depth_00040.png 518.8579 -/bedroom_0052/rgb_00202.jpg /bedroom_0052/sync_depth_00202.png 518.8579 -/kitchen_0053/rgb_00176.jpg /kitchen_0053/sync_depth_00176.png 518.8579 -/bedroom_0033/rgb_00092.jpg /bedroom_0033/sync_depth_00092.png 518.8579 -/bedroom_0140/rgb_00148.jpg /bedroom_0140/sync_depth_00148.png 518.8579 -/bedroom_0072/rgb_00005.jpg /bedroom_0072/sync_depth_00005.png 518.8579 -/living_room_0012/rgb_00094.jpg /living_room_0012/sync_depth_00094.png 518.8579 -/living_room_0047a/rgb_00067.jpg /living_room_0047a/sync_depth_00067.png 518.8579 -/home_office_0005/rgb_00080.jpg /home_office_0005/sync_depth_00080.png 518.8579 -/living_room_0004/rgb_00101.jpg /living_room_0004/sync_depth_00101.png 518.8579 -/dining_room_0019/rgb_00151.jpg /dining_room_0019/sync_depth_00151.png 518.8579 -/bathroom_0054/rgb_00025.jpg /bathroom_0054/sync_depth_00025.png 518.8579 -/dining_room_0008/rgb_00184.jpg /dining_room_0008/sync_depth_00184.png 518.8579 -/living_room_0062/rgb_00023.jpg /living_room_0062/sync_depth_00023.png 518.8579 -/bedroom_0063/rgb_00043.jpg /bedroom_0063/sync_depth_00043.png 518.8579 -/living_room_0004/rgb_00070.jpg /living_room_0004/sync_depth_00070.png 518.8579 -/laundry_room_0001/rgb_00051.jpg /laundry_room_0001/sync_depth_00051.png 518.8579 -/bedroom_0130/rgb_00022.jpg /bedroom_0130/sync_depth_00022.png 518.8579 -/bathroom_0030/rgb_00024.jpg /bathroom_0030/sync_depth_00024.png 518.8579 -/furniture_store_0001f/rgb_00020.jpg /furniture_store_0001f/sync_depth_00020.png 518.8579 -/playroom_0002/rgb_00003.jpg /playroom_0002/sync_depth_00003.png 518.8579 -/bookstore_0001f/rgb_00493.jpg /bookstore_0001f/sync_depth_00493.png 518.8579 -/bedroom_0028/rgb_00061.jpg /bedroom_0028/sync_depth_00061.png 518.8579 -/bedroom_0072/rgb_00117.jpg /bedroom_0072/sync_depth_00117.png 518.8579 -/living_room_0020/rgb_00220.jpg /living_room_0020/sync_depth_00220.png 518.8579 -/bedroom_0057/rgb_00028.jpg /bedroom_0057/sync_depth_00028.png 518.8579 -/dining_room_0008/rgb_00140.jpg /dining_room_0008/sync_depth_00140.png 518.8579 -/dining_room_0029/rgb_00143.jpg /dining_room_0029/sync_depth_00143.png 518.8579 -/living_room_0058/rgb_00187.jpg /living_room_0058/sync_depth_00187.png 518.8579 -/bedroom_0017/rgb_00133.jpg /bedroom_0017/sync_depth_00133.png 518.8579 -/dining_room_0023/rgb_00019.jpg /dining_room_0023/sync_depth_00019.png 518.8579 -/bookstore_0001i/rgb_00070.jpg /bookstore_0001i/sync_depth_00070.png 518.8579 -/study_0006/rgb_00028.jpg /study_0006/sync_depth_00028.png 518.8579 -/bedroom_0025/rgb_00126.jpg /bedroom_0025/sync_depth_00126.png 518.8579 -/living_room_0078/rgb_00051.jpg /living_room_0078/sync_depth_00051.png 518.8579 -/living_room_0020/rgb_00016.jpg /living_room_0020/sync_depth_00016.png 518.8579 -/bathroom_0019/rgb_00036.jpg /bathroom_0019/sync_depth_00036.png 518.8579 -/living_room_0070/rgb_00041.jpg /living_room_0070/sync_depth_00041.png 518.8579 -/kitchen_0011a/rgb_00009.jpg /kitchen_0011a/sync_depth_00009.png 518.8579 -/living_room_0047a/rgb_00019.jpg /living_room_0047a/sync_depth_00019.png 518.8579 -/home_office_0005/rgb_00035.jpg /home_office_0005/sync_depth_00035.png 518.8579 -/bookstore_0001d/rgb_00200.jpg /bookstore_0001d/sync_depth_00200.png 518.8579 -/nyu_office_1/rgb_00079.jpg /nyu_office_1/sync_depth_00079.png 518.8579 -/bathroom_0056/rgb_00034.jpg /bathroom_0056/sync_depth_00034.png 518.8579 -/dining_room_0023/rgb_00041.jpg /dining_room_0023/sync_depth_00041.png 518.8579 -/kitchen_0048/rgb_00250.jpg /kitchen_0048/sync_depth_00250.png 518.8579 -/furniture_store_0001d/rgb_00233.jpg /furniture_store_0001d/sync_depth_00233.png 518.8579 -/living_room_0012/rgb_00100.jpg /living_room_0012/sync_depth_00100.png 518.8579 -/bedroom_0056b/rgb_00012.jpg /bedroom_0056b/sync_depth_00012.png 518.8579 -/kitchen_0006/rgb_00028.jpg /kitchen_0006/sync_depth_00028.png 518.8579 -/bedroom_0098/rgb_00061.jpg /bedroom_0098/sync_depth_00061.png 518.8579 -/bookstore_0001e/rgb_00145.jpg /bookstore_0001e/sync_depth_00145.png 518.8579 -/furniture_store_0001d/rgb_00113.jpg /furniture_store_0001d/sync_depth_00113.png 518.8579 -/bathroom_0049/rgb_00028.jpg /bathroom_0049/sync_depth_00028.png 518.8579 -/kitchen_0050/rgb_00039.jpg /kitchen_0050/sync_depth_00039.png 518.8579 -/study_room_0005b/rgb_00052.jpg /study_room_0005b/sync_depth_00052.png 518.8579 -/playroom_0006/rgb_00029.jpg /playroom_0006/sync_depth_00029.png 518.8579 -/bookstore_0001h/rgb_00010.jpg /bookstore_0001h/sync_depth_00010.png 518.8579 -/kitchen_0033/rgb_00149.jpg /kitchen_0033/sync_depth_00149.png 518.8579 -/kitchen_0047/rgb_00017.jpg /kitchen_0047/sync_depth_00017.png 518.8579 -/bookstore_0001f/rgb_00123.jpg /bookstore_0001f/sync_depth_00123.png 518.8579 -/bedroom_0071/rgb_00034.jpg /bedroom_0071/sync_depth_00034.png 518.8579 -/furniture_store_0002b/rgb_00265.jpg /furniture_store_0002b/sync_depth_00265.png 518.8579 -/kitchen_0019a/rgb_00260.jpg /kitchen_0019a/sync_depth_00260.png 518.8579 -/nyu_office_1/rgb_00002.jpg /nyu_office_1/sync_depth_00002.png 518.8579 -/home_office_0008/rgb_00166.jpg /home_office_0008/sync_depth_00166.png 518.8579 -/kitchen_0033/rgb_00126.jpg /kitchen_0033/sync_depth_00126.png 518.8579 -/dining_room_0001b/rgb_00154.jpg /dining_room_0001b/sync_depth_00154.png 518.8579 -/bookstore_0001h/rgb_00155.jpg /bookstore_0001h/sync_depth_00155.png 518.8579 -/bedroom_0086/rgb_00063.jpg /bedroom_0086/sync_depth_00063.png 518.8579 -/home_office_0004/rgb_00169.jpg /home_office_0004/sync_depth_00169.png 518.8579 -/kitchen_0028a/rgb_00112.jpg /kitchen_0028a/sync_depth_00112.png 518.8579 -/bedroom_0016/rgb_00107.jpg /bedroom_0016/sync_depth_00107.png 518.8579 -/bedroom_0033/rgb_00004.jpg /bedroom_0033/sync_depth_00004.png 518.8579 -/bedroom_0138/rgb_00011.jpg /bedroom_0138/sync_depth_00011.png 518.8579 -/bathroom_0010/rgb_00052.jpg /bathroom_0010/sync_depth_00052.png 518.8579 -/home_office_0006/rgb_00087.jpg /home_office_0006/sync_depth_00087.png 518.8579 -/nyu_office_0/rgb_00099.jpg /nyu_office_0/sync_depth_00099.png 518.8579 -/kitchen_0051/rgb_00223.jpg /kitchen_0051/sync_depth_00223.png 518.8579 -/living_room_0022/rgb_00367.jpg /living_room_0022/sync_depth_00367.png 518.8579 -/study_0003/rgb_00105.jpg /study_0003/sync_depth_00105.png 518.8579 -/dining_room_0016/rgb_00122.jpg /dining_room_0016/sync_depth_00122.png 518.8579 -/dining_room_0012/rgb_00173.jpg /dining_room_0012/sync_depth_00173.png 518.8579 -/living_room_0055/rgb_00066.jpg /living_room_0055/sync_depth_00066.png 518.8579 -/student_lounge_0001/rgb_00097.jpg /student_lounge_0001/sync_depth_00097.png 518.8579 -/home_office_0007/rgb_00011.jpg /home_office_0007/sync_depth_00011.png 518.8579 -/bedroom_0107/rgb_00017.jpg /bedroom_0107/sync_depth_00017.png 518.8579 -/kitchen_0035b/rgb_00108.jpg /kitchen_0035b/sync_depth_00108.png 518.8579 -/office_0011/rgb_00104.jpg /office_0011/sync_depth_00104.png 518.8579 -/office_0024/rgb_00128.jpg /office_0024/sync_depth_00128.png 518.8579 -/nyu_office_1/rgb_00012.jpg /nyu_office_1/sync_depth_00012.png 518.8579 -/bedroom_0069/rgb_00005.jpg /bedroom_0069/sync_depth_00005.png 518.8579 -/furniture_store_0001b/rgb_00092.jpg /furniture_store_0001b/sync_depth_00092.png 518.8579 -/home_office_0005/rgb_00019.jpg /home_office_0005/sync_depth_00019.png 518.8579 -/classroom_0004/rgb_00054.jpg /classroom_0004/sync_depth_00054.png 518.8579 -/living_room_0050/rgb_00005.jpg /living_room_0050/sync_depth_00005.png 518.8579 -/bookstore_0001h/rgb_00145.jpg /bookstore_0001h/sync_depth_00145.png 518.8579 -/furniture_store_0002b/rgb_00168.jpg /furniture_store_0002b/sync_depth_00168.png 518.8579 -/bathroom_0034/rgb_00064.jpg /bathroom_0034/sync_depth_00064.png 518.8579 -/dining_room_0033/rgb_00188.jpg /dining_room_0033/sync_depth_00188.png 518.8579 -/bedroom_0034/rgb_00094.jpg /bedroom_0034/sync_depth_00094.png 518.8579 -/kitchen_0049/rgb_00126.jpg /kitchen_0049/sync_depth_00126.png 518.8579 -/bookstore_0001d/rgb_00049.jpg /bookstore_0001d/sync_depth_00049.png 518.8579 -/bedroom_0074/rgb_00042.jpg /bedroom_0074/sync_depth_00042.png 518.8579 -/bedroom_0052/rgb_00036.jpg /bedroom_0052/sync_depth_00036.png 518.8579 -/living_room_0063/rgb_00058.jpg /living_room_0063/sync_depth_00058.png 518.8579 -/home_office_0004/rgb_00112.jpg /home_office_0004/sync_depth_00112.png 518.8579 -/bathroom_0033/rgb_00056.jpg /bathroom_0033/sync_depth_00056.png 518.8579 -/computer_lab_0002/rgb_00051.jpg /computer_lab_0002/sync_depth_00051.png 518.8579 -/bedroom_0050/rgb_00066.jpg /bedroom_0050/sync_depth_00066.png 518.8579 -/bathroom_0048/rgb_00016.jpg /bathroom_0048/sync_depth_00016.png 518.8579 -/conference_room_0001/rgb_00148.jpg /conference_room_0001/sync_depth_00148.png 518.8579 -/bedroom_0136/rgb_00057.jpg /bedroom_0136/sync_depth_00057.png 518.8579 -/bedroom_0039/rgb_00004.jpg /bedroom_0039/sync_depth_00004.png 518.8579 -/dining_room_0007/rgb_00047.jpg /dining_room_0007/sync_depth_00047.png 518.8579 -/living_room_0055/rgb_00103.jpg /living_room_0055/sync_depth_00103.png 518.8579 -/bookstore_0001f/rgb_00474.jpg /bookstore_0001f/sync_depth_00474.png 518.8579 -/living_room_0035/rgb_00093.jpg /living_room_0035/sync_depth_00093.png 518.8579 -/bedroom_0132/rgb_00029.jpg /bedroom_0132/sync_depth_00029.png 518.8579 -/student_lounge_0001/rgb_00048.jpg /student_lounge_0001/sync_depth_00048.png 518.8579 -/study_room_0004/rgb_00027.jpg /study_room_0004/sync_depth_00027.png 518.8579 -/cafe_0001c/rgb_00085.jpg /cafe_0001c/sync_depth_00085.png 518.8579 -/living_room_0019/rgb_00220.jpg /living_room_0019/sync_depth_00220.png 518.8579 -/reception_room_0004/rgb_00079.jpg /reception_room_0004/sync_depth_00079.png 518.8579 -/office_0018/rgb_00024.jpg /office_0018/sync_depth_00024.png 518.8579 -/living_room_0019/rgb_00013.jpg /living_room_0019/sync_depth_00013.png 518.8579 -/bookstore_0001h/rgb_00132.jpg /bookstore_0001h/sync_depth_00132.png 518.8579 -/living_room_0019/rgb_00073.jpg /living_room_0019/sync_depth_00073.png 518.8579 -/playroom_0004/rgb_00036.jpg /playroom_0004/sync_depth_00036.png 518.8579 -/reception_room_0004/rgb_00078.jpg /reception_room_0004/sync_depth_00078.png 518.8579 -/home_office_0007/rgb_00014.jpg /home_office_0007/sync_depth_00014.png 518.8579 -/kitchen_0045b/rgb_00144.jpg /kitchen_0045b/sync_depth_00144.png 518.8579 -/student_lounge_0001/rgb_00093.jpg /student_lounge_0001/sync_depth_00093.png 518.8579 -/kitchen_0019b/rgb_00028.jpg /kitchen_0019b/sync_depth_00028.png 518.8579 -/bookstore_0001e/rgb_00098.jpg /bookstore_0001e/sync_depth_00098.png 518.8579 -/bedroom_0116/rgb_00008.jpg /bedroom_0116/sync_depth_00008.png 518.8579 -/kitchen_0016/rgb_00032.jpg /kitchen_0016/sync_depth_00032.png 518.8579 -/bathroom_0051/rgb_00053.jpg /bathroom_0051/sync_depth_00053.png 518.8579 -/laundry_room_0001/rgb_00040.jpg /laundry_room_0001/sync_depth_00040.png 518.8579 -/bathroom_0019/rgb_00063.jpg /bathroom_0019/sync_depth_00063.png 518.8579 -/kitchen_0035b/rgb_00314.jpg /kitchen_0035b/sync_depth_00314.png 518.8579 -/home_office_0004/rgb_00113.jpg /home_office_0004/sync_depth_00113.png 518.8579 -/reception_room_0002/rgb_00169.jpg /reception_room_0002/sync_depth_00169.png 518.8579 -/office_0019/rgb_00060.jpg /office_0019/sync_depth_00060.png 518.8579 -/dining_room_0033/rgb_00011.jpg /dining_room_0033/sync_depth_00011.png 518.8579 -/bedroom_0069/rgb_00076.jpg /bedroom_0069/sync_depth_00076.png 518.8579 -/living_room_0047b/rgb_00084.jpg /living_room_0047b/sync_depth_00084.png 518.8579 -/bathroom_0051/rgb_00042.jpg /bathroom_0051/sync_depth_00042.png 518.8579 -/bedroom_0034/rgb_00079.jpg /bedroom_0034/sync_depth_00079.png 518.8579 -/bedroom_0129/rgb_00059.jpg /bedroom_0129/sync_depth_00059.png 518.8579 -/bedroom_0004/rgb_00167.jpg /bedroom_0004/sync_depth_00167.png 518.8579 -/student_lounge_0001/rgb_00018.jpg /student_lounge_0001/sync_depth_00018.png 518.8579 -/bedroom_0047/rgb_00014.jpg /bedroom_0047/sync_depth_00014.png 518.8579 -/furniture_store_0002c/rgb_00070.jpg /furniture_store_0002c/sync_depth_00070.png 518.8579 -/bedroom_0051/rgb_00183.jpg /bedroom_0051/sync_depth_00183.png 518.8579 -/reception_room_0001b/rgb_00018.jpg /reception_room_0001b/sync_depth_00018.png 518.8579 -/kitchen_0047/rgb_00049.jpg /kitchen_0047/sync_depth_00049.png 518.8579 -/kitchen_0019a/rgb_00102.jpg /kitchen_0019a/sync_depth_00102.png 518.8579 -/kitchen_0045b/rgb_00021.jpg /kitchen_0045b/sync_depth_00021.png 518.8579 -/bedroom_0016/rgb_00215.jpg /bedroom_0016/sync_depth_00215.png 518.8579 -/bedroom_0076a/rgb_00220.jpg /bedroom_0076a/sync_depth_00220.png 518.8579 -/bedroom_0053/rgb_00015.jpg /bedroom_0053/sync_depth_00015.png 518.8579 -/bookstore_0001i/rgb_00038.jpg /bookstore_0001i/sync_depth_00038.png 518.8579 -/bookstore_0001d/rgb_00347.jpg /bookstore_0001d/sync_depth_00347.png 518.8579 -/kitchen_0011a/rgb_00104.jpg /kitchen_0011a/sync_depth_00104.png 518.8579 -/dining_room_0029/rgb_00034.jpg /dining_room_0029/sync_depth_00034.png 518.8579 -/dining_room_0016/rgb_00206.jpg /dining_room_0016/sync_depth_00206.png 518.8579 -/kitchen_0043/rgb_00192.jpg /kitchen_0043/sync_depth_00192.png 518.8579 -/kitchen_0028a/rgb_00017.jpg /kitchen_0028a/sync_depth_00017.png 518.8579 -/bathroom_0053/rgb_00028.jpg /bathroom_0053/sync_depth_00028.png 518.8579 -/home_office_0004/rgb_00074.jpg /home_office_0004/sync_depth_00074.png 518.8579 -/dining_room_0037/rgb_00067.jpg /dining_room_0037/sync_depth_00067.png 518.8579 -/bedroom_0072/rgb_00185.jpg /bedroom_0072/sync_depth_00185.png 518.8579 -/furniture_store_0001b/rgb_00072.jpg /furniture_store_0001b/sync_depth_00072.png 518.8579 -/kitchen_0047/rgb_00097.jpg /kitchen_0047/sync_depth_00097.png 518.8579 -/bathroom_0033/rgb_00005.jpg /bathroom_0033/sync_depth_00005.png 518.8579 -/living_room_0038/rgb_00108.jpg /living_room_0038/sync_depth_00108.png 518.8579 -/living_room_0063/rgb_00160.jpg /living_room_0063/sync_depth_00160.png 518.8579 -/kitchen_0049/rgb_00090.jpg /kitchen_0049/sync_depth_00090.png 518.8579 -/kitchen_0010/rgb_00122.jpg /kitchen_0010/sync_depth_00122.png 518.8579 -/dining_room_0023/rgb_00096.jpg /dining_room_0023/sync_depth_00096.png 518.8579 -/dining_room_0015/rgb_00077.jpg /dining_room_0015/sync_depth_00077.png 518.8579 -/bathroom_0048/rgb_00105.jpg /bathroom_0048/sync_depth_00105.png 518.8579 -/dining_room_0034/rgb_00190.jpg /dining_room_0034/sync_depth_00190.png 518.8579 -/bathroom_0024/rgb_00050.jpg /bathroom_0024/sync_depth_00050.png 518.8579 -/reception_room_0002/rgb_00030.jpg /reception_room_0002/sync_depth_00030.png 518.8579 -/classroom_0010/rgb_00056.jpg /classroom_0010/sync_depth_00056.png 518.8579 -/living_room_0050/rgb_00268.jpg /living_room_0050/sync_depth_00268.png 518.8579 -/bedroom_0014/rgb_00025.jpg /bedroom_0014/sync_depth_00025.png 518.8579 -/dining_room_0008/rgb_00126.jpg /dining_room_0008/sync_depth_00126.png 518.8579 -/dining_room_0007/rgb_00133.jpg /dining_room_0007/sync_depth_00133.png 518.8579 -/bookstore_0001j/rgb_00138.jpg /bookstore_0001j/sync_depth_00138.png 518.8579 -/living_room_0042b/rgb_00060.jpg /living_room_0042b/sync_depth_00060.png 518.8579 -/bedroom_0041/rgb_00073.jpg /bedroom_0041/sync_depth_00073.png 518.8579 -/bathroom_0041/rgb_00047.jpg /bathroom_0041/sync_depth_00047.png 518.8579 -/study_room_0005a/rgb_00003.jpg /study_room_0005a/sync_depth_00003.png 518.8579 -/bedroom_0014/rgb_00066.jpg /bedroom_0014/sync_depth_00066.png 518.8579 -/dining_room_0033/rgb_00059.jpg /dining_room_0033/sync_depth_00059.png 518.8579 -/bookstore_0001j/rgb_00047.jpg /bookstore_0001j/sync_depth_00047.png 518.8579 -/living_room_0019/rgb_00053.jpg /living_room_0019/sync_depth_00053.png 518.8579 -/study_room_0005b/rgb_00087.jpg /study_room_0005b/sync_depth_00087.png 518.8579 -/living_room_0063/rgb_00110.jpg /living_room_0063/sync_depth_00110.png 518.8579 -/dining_room_0004/rgb_00031.jpg /dining_room_0004/sync_depth_00031.png 518.8579 -/bedroom_0051/rgb_00201.jpg /bedroom_0051/sync_depth_00201.png 518.8579 -/living_room_0058/rgb_00208.jpg /living_room_0058/sync_depth_00208.png 518.8579 -/kitchen_0052/rgb_00149.jpg /kitchen_0052/sync_depth_00149.png 518.8579 -/living_room_0019/rgb_00010.jpg /living_room_0019/sync_depth_00010.png 518.8579 -/bedroom_0069/rgb_00000.jpg /bedroom_0069/sync_depth_00000.png 518.8579 -/living_room_0022/rgb_00013.jpg /living_room_0022/sync_depth_00013.png 518.8579 -/dining_room_0037/rgb_00137.jpg /dining_room_0037/sync_depth_00137.png 518.8579 -/kitchen_0006/rgb_00076.jpg /kitchen_0006/sync_depth_00076.png 518.8579 -/living_room_0038/rgb_00056.jpg /living_room_0038/sync_depth_00056.png 518.8579 -/bedroom_0019/rgb_00112.jpg /bedroom_0019/sync_depth_00112.png 518.8579 -/bathroom_0013/rgb_00070.jpg /bathroom_0013/sync_depth_00070.png 518.8579 -/bedroom_0014/rgb_00016.jpg /bedroom_0014/sync_depth_00016.png 518.8579 -/bedroom_0125b/rgb_00085.jpg /bedroom_0125b/sync_depth_00085.png 518.8579 -/reception_room_0001b/rgb_00026.jpg /reception_room_0001b/sync_depth_00026.png 518.8579 -/home_office_0004/rgb_00048.jpg /home_office_0004/sync_depth_00048.png 518.8579 -/kitchen_0048/rgb_00201.jpg /kitchen_0048/sync_depth_00201.png 518.8579 -/kitchen_0045a/rgb_00091.jpg /kitchen_0045a/sync_depth_00091.png 518.8579 -/bedroom_0129/rgb_00075.jpg /bedroom_0129/sync_depth_00075.png 518.8579 -/bathroom_0042/rgb_00035.jpg /bathroom_0042/sync_depth_00035.png 518.8579 -/kitchen_0011a/rgb_00047.jpg /kitchen_0011a/sync_depth_00047.png 518.8579 -/kitchen_0017/rgb_00109.jpg /kitchen_0017/sync_depth_00109.png 518.8579 -/bedroom_0078/rgb_00146.jpg /bedroom_0078/sync_depth_00146.png 518.8579 -/student_lounge_0001/rgb_00109.jpg /student_lounge_0001/sync_depth_00109.png 518.8579 -/dining_room_0023/rgb_00006.jpg /dining_room_0023/sync_depth_00006.png 518.8579 -/conference_room_0001/rgb_00066.jpg /conference_room_0001/sync_depth_00066.png 518.8579 -/kitchen_0052/rgb_00045.jpg /kitchen_0052/sync_depth_00045.png 518.8579 -/furniture_store_0001d/rgb_00185.jpg /furniture_store_0001d/sync_depth_00185.png 518.8579 -/classroom_0022/rgb_00113.jpg /classroom_0022/sync_depth_00113.png 518.8579 -/living_room_0022/rgb_00169.jpg /living_room_0022/sync_depth_00169.png 518.8579 -/bedroom_0129/rgb_00081.jpg /bedroom_0129/sync_depth_00081.png 518.8579 -/home_office_0008/rgb_00145.jpg /home_office_0008/sync_depth_00145.png 518.8579 -/dining_room_0001b/rgb_00238.jpg /dining_room_0001b/sync_depth_00238.png 518.8579 -/furniture_store_0001d/rgb_00201.jpg /furniture_store_0001d/sync_depth_00201.png 518.8579 -/kitchen_0008/rgb_00021.jpg /kitchen_0008/sync_depth_00021.png 518.8579 -/living_room_0040/rgb_00107.jpg /living_room_0040/sync_depth_00107.png 518.8579 -/living_room_0039/rgb_00013.jpg /living_room_0039/sync_depth_00013.png 518.8579 -/kitchen_0049/rgb_00120.jpg /kitchen_0049/sync_depth_00120.png 518.8579 -/kitchen_0053/rgb_00078.jpg /kitchen_0053/sync_depth_00078.png 518.8579 -/bedroom_0062/rgb_00117.jpg /bedroom_0062/sync_depth_00117.png 518.8579 -/kitchen_0035b/rgb_00113.jpg /kitchen_0035b/sync_depth_00113.png 518.8579 -/bedroom_0016/rgb_00025.jpg /bedroom_0016/sync_depth_00025.png 518.8579 -/reception_room_0001b/rgb_00036.jpg /reception_room_0001b/sync_depth_00036.png 518.8579 -/reception_room_0002/rgb_00060.jpg /reception_room_0002/sync_depth_00060.png 518.8579 -/nyu_office_0/rgb_00436.jpg /nyu_office_0/sync_depth_00436.png 518.8579 -/dining_room_0015/rgb_00044.jpg /dining_room_0015/sync_depth_00044.png 518.8579 -/bedroom_0066/rgb_00006.jpg /bedroom_0066/sync_depth_00006.png 518.8579 -/bathroom_0019/rgb_00001.jpg /bathroom_0019/sync_depth_00001.png 518.8579 -/office_0024/rgb_00077.jpg /office_0024/sync_depth_00077.png 518.8579 -/furniture_store_0002a/rgb_00104.jpg /furniture_store_0002a/sync_depth_00104.png 518.8579 -/bookstore_0001i/rgb_00139.jpg /bookstore_0001i/sync_depth_00139.png 518.8579 -/dining_room_0023/rgb_00017.jpg /dining_room_0023/sync_depth_00017.png 518.8579 -/bathroom_0006/rgb_00051.jpg /bathroom_0006/sync_depth_00051.png 518.8579 -/bedroom_0012/rgb_00019.jpg /bedroom_0012/sync_depth_00019.png 518.8579 -/furniture_store_0001d/rgb_00270.jpg /furniture_store_0001d/sync_depth_00270.png 518.8579 -/bedroom_0081/rgb_00030.jpg /bedroom_0081/sync_depth_00030.png 518.8579 -/dining_room_0010/rgb_00104.jpg /dining_room_0010/sync_depth_00104.png 518.8579 -/dining_room_0014/rgb_00018.jpg /dining_room_0014/sync_depth_00018.png 518.8579 -/dining_room_0015/rgb_00000.jpg /dining_room_0015/sync_depth_00000.png 518.8579 -/bookstore_0001f/rgb_00301.jpg /bookstore_0001f/sync_depth_00301.png 518.8579 -/dining_room_0028/rgb_00138.jpg /dining_room_0028/sync_depth_00138.png 518.8579 -/bedroom_0020/rgb_00089.jpg /bedroom_0020/sync_depth_00089.png 518.8579 -/dining_room_0001b/rgb_00040.jpg /dining_room_0001b/sync_depth_00040.png 518.8579 -/home_office_0006/rgb_00039.jpg /home_office_0006/sync_depth_00039.png 518.8579 -/living_room_0010/rgb_00158.jpg /living_room_0010/sync_depth_00158.png 518.8579 -/study_room_0004/rgb_00052.jpg /study_room_0004/sync_depth_00052.png 518.8579 -/bookstore_0001i/rgb_00050.jpg /bookstore_0001i/sync_depth_00050.png 518.8579 -/living_room_0063/rgb_00023.jpg /living_room_0063/sync_depth_00023.png 518.8579 -/bookstore_0001f/rgb_00455.jpg /bookstore_0001f/sync_depth_00455.png 518.8579 -/bedroom_0042/rgb_00035.jpg /bedroom_0042/sync_depth_00035.png 518.8579 -/foyer_0002/rgb_00026.jpg /foyer_0002/sync_depth_00026.png 518.8579 -/bedroom_0076a/rgb_00124.jpg /bedroom_0076a/sync_depth_00124.png 518.8579 -/living_room_0078/rgb_00056.jpg /living_room_0078/sync_depth_00056.png 518.8579 -/bedroom_0136/rgb_00087.jpg /bedroom_0136/sync_depth_00087.png 518.8579 -/living_room_0068/rgb_00076.jpg /living_room_0068/sync_depth_00076.png 518.8579 -/home_office_0008/rgb_00093.jpg /home_office_0008/sync_depth_00093.png 518.8579 -/living_room_0062/rgb_00134.jpg /living_room_0062/sync_depth_00134.png 518.8579 -/dining_room_0012/rgb_00170.jpg /dining_room_0012/sync_depth_00170.png 518.8579 -/kitchen_0048/rgb_00106.jpg /kitchen_0048/sync_depth_00106.png 518.8579 -/kitchen_0011a/rgb_00144.jpg /kitchen_0011a/sync_depth_00144.png 518.8579 -/bedroom_0072/rgb_00064.jpg /bedroom_0072/sync_depth_00064.png 518.8579 -/bedroom_0096/rgb_00010.jpg /bedroom_0096/sync_depth_00010.png 518.8579 -/bedroom_0066/rgb_00051.jpg /bedroom_0066/sync_depth_00051.png 518.8579 -/living_room_0039/rgb_00128.jpg /living_room_0039/sync_depth_00128.png 518.8579 -/bathroom_0024/rgb_00004.jpg /bathroom_0024/sync_depth_00004.png 518.8579 -/bookstore_0001e/rgb_00095.jpg /bookstore_0001e/sync_depth_00095.png 518.8579 -/living_room_0040/rgb_00299.jpg /living_room_0040/sync_depth_00299.png 518.8579 -/bedroom_0069/rgb_00077.jpg /bedroom_0069/sync_depth_00077.png 518.8579 -/kitchen_0003/rgb_00054.jpg /kitchen_0003/sync_depth_00054.png 518.8579 -/dining_room_0031/rgb_00241.jpg /dining_room_0031/sync_depth_00241.png 518.8579 -/living_room_0067/rgb_00078.jpg /living_room_0067/sync_depth_00078.png 518.8579 -/dining_room_0015/rgb_00134.jpg /dining_room_0015/sync_depth_00134.png 518.8579 -/bedroom_0029/rgb_00053.jpg /bedroom_0029/sync_depth_00053.png 518.8579 -/nyu_office_0/rgb_00394.jpg /nyu_office_0/sync_depth_00394.png 518.8579 -/cafe_0001a/rgb_00023.jpg /cafe_0001a/sync_depth_00023.png 518.8579 -/bathroom_0028/rgb_00031.jpg /bathroom_0028/sync_depth_00031.png 518.8579 -/bedroom_0090/rgb_00023.jpg /bedroom_0090/sync_depth_00023.png 518.8579 -/home_office_0013/rgb_00026.jpg /home_office_0013/sync_depth_00026.png 518.8579 -/bedroom_0019/rgb_00153.jpg /bedroom_0019/sync_depth_00153.png 518.8579 -/kitchen_0053/rgb_00215.jpg /kitchen_0053/sync_depth_00215.png 518.8579 -/living_room_0029/rgb_00032.jpg /living_room_0029/sync_depth_00032.png 518.8579 -/office_0004/rgb_00080.jpg /office_0004/sync_depth_00080.png 518.8579 -/living_room_0019/rgb_00212.jpg /living_room_0019/sync_depth_00212.png 518.8579 -/living_room_0086a/rgb_00035.jpg /living_room_0086a/sync_depth_00035.png 518.8579 -/kitchen_0043/rgb_00082.jpg /kitchen_0043/sync_depth_00082.png 518.8579 -/kitchen_0051/rgb_00308.jpg /kitchen_0051/sync_depth_00308.png 518.8579 -/kitchen_0051/rgb_00049.jpg /kitchen_0051/sync_depth_00049.png 518.8579 -/kitchen_0053/rgb_00068.jpg /kitchen_0053/sync_depth_00068.png 518.8579 -/bedroom_0098/rgb_00053.jpg /bedroom_0098/sync_depth_00053.png 518.8579 -/living_room_0069b/rgb_00051.jpg /living_room_0069b/sync_depth_00051.png 518.8579 -/kitchen_0045b/rgb_00040.jpg /kitchen_0045b/sync_depth_00040.png 518.8579 -/nyu_office_0/rgb_00283.jpg /nyu_office_0/sync_depth_00283.png 518.8579 -/kitchen_0037/rgb_00112.jpg /kitchen_0037/sync_depth_00112.png 518.8579 -/kitchen_0028b/rgb_00071.jpg /kitchen_0028b/sync_depth_00071.png 518.8579 -/furniture_store_0002b/rgb_00275.jpg /furniture_store_0002b/sync_depth_00275.png 518.8579 -/office_kitchen_0001a/rgb_00074.jpg /office_kitchen_0001a/sync_depth_00074.png 518.8579 -/living_room_0055/rgb_00106.jpg /living_room_0055/sync_depth_00106.png 518.8579 -/bookstore_0001f/rgb_00280.jpg /bookstore_0001f/sync_depth_00280.png 518.8579 -/bathroom_0034/rgb_00042.jpg /bathroom_0034/sync_depth_00042.png 518.8579 -/foyer_0002/rgb_00040.jpg /foyer_0002/sync_depth_00040.png 518.8579 -/bookstore_0001d/rgb_00126.jpg /bookstore_0001d/sync_depth_00126.png 518.8579 -/laundry_room_0001/rgb_00025.jpg /laundry_room_0001/sync_depth_00025.png 518.8579 -/reception_room_0004/rgb_00036.jpg /reception_room_0004/sync_depth_00036.png 518.8579 -/kitchen_0052/rgb_00150.jpg /kitchen_0052/sync_depth_00150.png 518.8579 -/bedroom_0098/rgb_00040.jpg /bedroom_0098/sync_depth_00040.png 518.8579 -/bedroom_0086/rgb_00002.jpg /bedroom_0086/sync_depth_00002.png 518.8579 -/bedroom_0072/rgb_00115.jpg /bedroom_0072/sync_depth_00115.png 518.8579 -/bedroom_0060/rgb_00004.jpg /bedroom_0060/sync_depth_00004.png 518.8579 -/living_room_0046a/rgb_00012.jpg /living_room_0046a/sync_depth_00012.png 518.8579 -/bedroom_0010/rgb_00103.jpg /bedroom_0010/sync_depth_00103.png 518.8579 -/living_room_0039/rgb_00080.jpg /living_room_0039/sync_depth_00080.png 518.8579 -/laundry_room_0001/rgb_00055.jpg /laundry_room_0001/sync_depth_00055.png 518.8579 -/bedroom_0056a/rgb_00056.jpg /bedroom_0056a/sync_depth_00056.png 518.8579 -/dining_room_0001b/rgb_00048.jpg /dining_room_0001b/sync_depth_00048.png 518.8579 -/bookstore_0001d/rgb_00246.jpg /bookstore_0001d/sync_depth_00246.png 518.8579 -/bedroom_0051/rgb_00202.jpg /bedroom_0051/sync_depth_00202.png 518.8579 -/bathroom_0049/rgb_00064.jpg /bathroom_0049/sync_depth_00064.png 518.8579 -/home_office_0004/rgb_00038.jpg /home_office_0004/sync_depth_00038.png 518.8579 -/bedroom_0129/rgb_00087.jpg /bedroom_0129/sync_depth_00087.png 518.8579 -/furniture_store_0002b/rgb_00149.jpg /furniture_store_0002b/sync_depth_00149.png 518.8579 -/kitchen_0028a/rgb_00128.jpg /kitchen_0028a/sync_depth_00128.png 518.8579 -/living_room_0040/rgb_00100.jpg /living_room_0040/sync_depth_00100.png 518.8579 -/dining_room_0010/rgb_00088.jpg /dining_room_0010/sync_depth_00088.png 518.8579 -/home_office_0006/rgb_00107.jpg /home_office_0006/sync_depth_00107.png 518.8579 -/living_room_0012/rgb_00177.jpg /living_room_0012/sync_depth_00177.png 518.8579 -/dining_room_0012/rgb_00154.jpg /dining_room_0012/sync_depth_00154.png 518.8579 -/living_room_0046b/rgb_00087.jpg /living_room_0046b/sync_depth_00087.png 518.8579 -/bedroom_0051/rgb_00195.jpg /bedroom_0051/sync_depth_00195.png 518.8579 -/conference_room_0001/rgb_00057.jpg /conference_room_0001/sync_depth_00057.png 518.8579 -/bathroom_0034/rgb_00087.jpg /bathroom_0034/sync_depth_00087.png 518.8579 -/home_office_0011/rgb_00046.jpg /home_office_0011/sync_depth_00046.png 518.8579 -/bedroom_0062/rgb_00067.jpg /bedroom_0062/sync_depth_00067.png 518.8579 -/kitchen_0053/rgb_00091.jpg /kitchen_0053/sync_depth_00091.png 518.8579 -/living_room_0085/rgb_00043.jpg /living_room_0085/sync_depth_00043.png 518.8579 -/bedroom_0096/rgb_00079.jpg /bedroom_0096/sync_depth_00079.png 518.8579 -/living_room_0011/rgb_00018.jpg /living_room_0011/sync_depth_00018.png 518.8579 -/dining_room_0031/rgb_00254.jpg /dining_room_0031/sync_depth_00254.png 518.8579 -/bedroom_0062/rgb_00157.jpg /bedroom_0062/sync_depth_00157.png 518.8579 -/furniture_store_0002d/rgb_00011.jpg /furniture_store_0002d/sync_depth_00011.png 518.8579 -/kitchen_0033/rgb_00192.jpg /kitchen_0033/sync_depth_00192.png 518.8579 -/bookstore_0001d/rgb_00190.jpg /bookstore_0001d/sync_depth_00190.png 518.8579 -/bookstore_0001d/rgb_00267.jpg /bookstore_0001d/sync_depth_00267.png 518.8579 -/kitchen_0051/rgb_00096.jpg /kitchen_0051/sync_depth_00096.png 518.8579 -/living_room_0058/rgb_00032.jpg /living_room_0058/sync_depth_00032.png 518.8579 -/kitchen_0045a/rgb_00077.jpg /kitchen_0045a/sync_depth_00077.png 518.8579 -/kitchen_0049/rgb_00047.jpg /kitchen_0049/sync_depth_00047.png 518.8579 -/living_room_0029/rgb_00110.jpg /living_room_0029/sync_depth_00110.png 518.8579 -/bookstore_0001j/rgb_00137.jpg /bookstore_0001j/sync_depth_00137.png 518.8579 -/basement_0001a/rgb_00148.jpg /basement_0001a/sync_depth_00148.png 518.8579 -/furniture_store_0002b/rgb_00240.jpg /furniture_store_0002b/sync_depth_00240.png 518.8579 -/bathroom_0051/rgb_00039.jpg /bathroom_0051/sync_depth_00039.png 518.8579 -/living_room_0078/rgb_00099.jpg /living_room_0078/sync_depth_00099.png 518.8579 -/office_0006/rgb_00036.jpg /office_0006/sync_depth_00036.png 518.8579 -/bookstore_0001d/rgb_00317.jpg /bookstore_0001d/sync_depth_00317.png 518.8579 -/kitchen_0051/rgb_00048.jpg /kitchen_0051/sync_depth_00048.png 518.8579 -/kitchen_0035b/rgb_00001.jpg /kitchen_0035b/sync_depth_00001.png 518.8579 -/bedroom_0051/rgb_00222.jpg /bedroom_0051/sync_depth_00222.png 518.8579 -/bedroom_0012/rgb_00033.jpg /bedroom_0012/sync_depth_00033.png 518.8579 -/kitchen_0035b/rgb_00046.jpg /kitchen_0035b/sync_depth_00046.png 518.8579 -/reception_room_0002/rgb_00011.jpg /reception_room_0002/sync_depth_00011.png 518.8579 -/bookstore_0001i/rgb_00093.jpg /bookstore_0001i/sync_depth_00093.png 518.8579 -/living_room_0022/rgb_00074.jpg /living_room_0022/sync_depth_00074.png 518.8579 -/dining_room_0033/rgb_00009.jpg /dining_room_0033/sync_depth_00009.png 518.8579 -/living_room_0033/rgb_00058.jpg /living_room_0033/sync_depth_00058.png 518.8579 -/bookstore_0001j/rgb_00147.jpg /bookstore_0001j/sync_depth_00147.png 518.8579 -/bookstore_0001f/rgb_00194.jpg /bookstore_0001f/sync_depth_00194.png 518.8579 -/living_room_0058/rgb_00128.jpg /living_room_0058/sync_depth_00128.png 518.8579 -/bedroom_0019/rgb_00115.jpg /bedroom_0019/sync_depth_00115.png 518.8579 -/kitchen_0049/rgb_00171.jpg /kitchen_0049/sync_depth_00171.png 518.8579 -/home_office_0013/rgb_00053.jpg /home_office_0013/sync_depth_00053.png 518.8579 -/study_room_0005b/rgb_00006.jpg /study_room_0005b/sync_depth_00006.png 518.8579 -/bedroom_0016/rgb_00212.jpg /bedroom_0016/sync_depth_00212.png 518.8579 -/bookstore_0001f/rgb_00281.jpg /bookstore_0001f/sync_depth_00281.png 518.8579 -/bathroom_0039/rgb_00072.jpg /bathroom_0039/sync_depth_00072.png 518.8579 -/bedroom_0138/rgb_00064.jpg /bedroom_0138/sync_depth_00064.png 518.8579 -/kitchen_0052/rgb_00016.jpg /kitchen_0052/sync_depth_00016.png 518.8579 -/living_room_0040/rgb_00033.jpg /living_room_0040/sync_depth_00033.png 518.8579 -/living_room_0005/rgb_00091.jpg /living_room_0005/sync_depth_00091.png 518.8579 -/bedroom_0039/rgb_00024.jpg /bedroom_0039/sync_depth_00024.png 518.8579 -/office_0004/rgb_00097.jpg /office_0004/sync_depth_00097.png 518.8579 -/living_room_0050/rgb_00070.jpg /living_room_0050/sync_depth_00070.png 518.8579 -/bedroom_0132/rgb_00000.jpg /bedroom_0132/sync_depth_00000.png 518.8579 -/dining_room_0008/rgb_00022.jpg /dining_room_0008/sync_depth_00022.png 518.8579 -/living_room_0047b/rgb_00012.jpg /living_room_0047b/sync_depth_00012.png 518.8579 -/dining_room_0029/rgb_00013.jpg /dining_room_0029/sync_depth_00013.png 518.8579 -/classroom_0006/rgb_00033.jpg /classroom_0006/sync_depth_00033.png 518.8579 -/bedroom_0063/rgb_00115.jpg /bedroom_0063/sync_depth_00115.png 518.8579 -/furniture_store_0001d/rgb_00002.jpg /furniture_store_0001d/sync_depth_00002.png 518.8579 -/nyu_office_0/rgb_00164.jpg /nyu_office_0/sync_depth_00164.png 518.8579 -/bookstore_0001h/rgb_00134.jpg /bookstore_0001h/sync_depth_00134.png 518.8579 -/bathroom_0055/rgb_00057.jpg /bathroom_0055/sync_depth_00057.png 518.8579 -/living_room_0055/rgb_00145.jpg /living_room_0055/sync_depth_00145.png 518.8579 -/kitchen_0045a/rgb_00092.jpg /kitchen_0045a/sync_depth_00092.png 518.8579 -/living_room_0012/rgb_00034.jpg /living_room_0012/sync_depth_00034.png 518.8579 -/kitchen_0029b/rgb_00052.jpg /kitchen_0029b/sync_depth_00052.png 518.8579 -/dinette_0001/rgb_00066.jpg /dinette_0001/sync_depth_00066.png 518.8579 -/printer_room_0001/rgb_00005.jpg /printer_room_0001/sync_depth_00005.png 518.8579 -/home_office_0006/rgb_00110.jpg /home_office_0006/sync_depth_00110.png 518.8579 -/bedroom_0098/rgb_00046.jpg /bedroom_0098/sync_depth_00046.png 518.8579 -/bedroom_0051/rgb_00067.jpg /bedroom_0051/sync_depth_00067.png 518.8579 -/kitchen_0051/rgb_00077.jpg /kitchen_0051/sync_depth_00077.png 518.8579 -/office_0012/rgb_00097.jpg /office_0012/sync_depth_00097.png 518.8579 -/nyu_office_0/rgb_00407.jpg /nyu_office_0/sync_depth_00407.png 518.8579 -/bedroom_0020/rgb_00107.jpg /bedroom_0020/sync_depth_00107.png 518.8579 -/bedroom_0086/rgb_00100.jpg /bedroom_0086/sync_depth_00100.png 518.8579 -/bedroom_0015/rgb_00042.jpg /bedroom_0015/sync_depth_00042.png 518.8579 -/living_room_0047a/rgb_00029.jpg /living_room_0047a/sync_depth_00029.png 518.8579 -/bedroom_0138/rgb_00032.jpg /bedroom_0138/sync_depth_00032.png 518.8579 -/playroom_0004/rgb_00099.jpg /playroom_0004/sync_depth_00099.png 518.8579 -/dining_room_0014/rgb_00059.jpg /dining_room_0014/sync_depth_00059.png 518.8579 -/living_room_0012/rgb_00065.jpg /living_room_0012/sync_depth_00065.png 518.8579 -/bedroom_0004/rgb_00159.jpg /bedroom_0004/sync_depth_00159.png 518.8579 -/bathroom_0019/rgb_00002.jpg /bathroom_0019/sync_depth_00002.png 518.8579 -/dining_room_0033/rgb_00132.jpg /dining_room_0033/sync_depth_00132.png 518.8579 -/bedroom_0098/rgb_00059.jpg /bedroom_0098/sync_depth_00059.png 518.8579 -/living_room_0047a/rgb_00013.jpg /living_room_0047a/sync_depth_00013.png 518.8579 -/office_0006/rgb_00055.jpg /office_0006/sync_depth_00055.png 518.8579 -/kitchen_0029c/rgb_00145.jpg /kitchen_0029c/sync_depth_00145.png 518.8579 -/living_room_0039/rgb_00190.jpg /living_room_0039/sync_depth_00190.png 518.8579 -/bedroom_0140/rgb_00126.jpg /bedroom_0140/sync_depth_00126.png 518.8579 -/bedroom_0096/rgb_00009.jpg /bedroom_0096/sync_depth_00009.png 518.8579 -/bedroom_0004/rgb_00091.jpg /bedroom_0004/sync_depth_00091.png 518.8579 -/furniture_store_0001d/rgb_00207.jpg /furniture_store_0001d/sync_depth_00207.png 518.8579 -/bookstore_0001d/rgb_00182.jpg /bookstore_0001d/sync_depth_00182.png 518.8579 -/living_room_0083/rgb_00091.jpg /living_room_0083/sync_depth_00091.png 518.8579 -/kitchen_0029c/rgb_00105.jpg /kitchen_0029c/sync_depth_00105.png 518.8579 -/living_room_0058/rgb_00194.jpg /living_room_0058/sync_depth_00194.png 518.8579 -/living_room_0082/rgb_00052.jpg /living_room_0082/sync_depth_00052.png 518.8579 -/home_storage_0001/rgb_00116.jpg /home_storage_0001/sync_depth_00116.png 518.8579 -/bookstore_0001j/rgb_00042.jpg /bookstore_0001j/sync_depth_00042.png 518.8579 -/reception_room_0001b/rgb_00021.jpg /reception_room_0001b/sync_depth_00021.png 518.8579 -/office_0004/rgb_00022.jpg /office_0004/sync_depth_00022.png 518.8579 -/furniture_store_0002a/rgb_00069.jpg /furniture_store_0002a/sync_depth_00069.png 518.8579 -/student_lounge_0001/rgb_00179.jpg /student_lounge_0001/sync_depth_00179.png 518.8579 -/furniture_store_0002b/rgb_00218.jpg /furniture_store_0002b/sync_depth_00218.png 518.8579 -/living_room_0058/rgb_00225.jpg /living_room_0058/sync_depth_00225.png 518.8579 -/bedroom_0063/rgb_00076.jpg /bedroom_0063/sync_depth_00076.png 518.8579 -/office_0018/rgb_00007.jpg /office_0018/sync_depth_00007.png 518.8579 -/kitchen_0010/rgb_00027.jpg /kitchen_0010/sync_depth_00027.png 518.8579 -/kitchen_0052/rgb_00169.jpg /kitchen_0052/sync_depth_00169.png 518.8579 -/home_office_0013/rgb_00005.jpg /home_office_0013/sync_depth_00005.png 518.8579 -/bedroom_0019/rgb_00091.jpg /bedroom_0019/sync_depth_00091.png 518.8579 -/kitchen_0010/rgb_00071.jpg /kitchen_0010/sync_depth_00071.png 518.8579 -/bedroom_0050/rgb_00037.jpg /bedroom_0050/sync_depth_00037.png 518.8579 -/computer_lab_0002/rgb_00001.jpg /computer_lab_0002/sync_depth_00001.png 518.8579 -/dining_room_0031/rgb_00390.jpg /dining_room_0031/sync_depth_00390.png 518.8579 -/bookstore_0001j/rgb_00176.jpg /bookstore_0001j/sync_depth_00176.png 518.8579 -/living_room_0022/rgb_00043.jpg /living_room_0022/sync_depth_00043.png 518.8579 -/bathroom_0034/rgb_00029.jpg /bathroom_0034/sync_depth_00029.png 518.8579 -/dining_room_0024/rgb_00069.jpg /dining_room_0024/sync_depth_00069.png 518.8579 -/living_room_0040/rgb_00010.jpg /living_room_0040/sync_depth_00010.png 518.8579 -/bedroom_0010/rgb_00023.jpg /bedroom_0010/sync_depth_00023.png 518.8579 -/playroom_0004/rgb_00068.jpg /playroom_0004/sync_depth_00068.png 518.8579 -/bedroom_0004/rgb_00168.jpg /bedroom_0004/sync_depth_00168.png 518.8579 -/dinette_0001/rgb_00045.jpg /dinette_0001/sync_depth_00045.png 518.8579 -/study_room_0005b/rgb_00039.jpg /study_room_0005b/sync_depth_00039.png 518.8579 -/living_room_0050/rgb_00181.jpg /living_room_0050/sync_depth_00181.png 518.8579 -/living_room_0055/rgb_00101.jpg /living_room_0055/sync_depth_00101.png 518.8579 -/bedroom_0020/rgb_00046.jpg /bedroom_0020/sync_depth_00046.png 518.8579 -/bedroom_0010/rgb_00062.jpg /bedroom_0010/sync_depth_00062.png 518.8579 -/playroom_0006/rgb_00057.jpg /playroom_0006/sync_depth_00057.png 518.8579 -/dining_room_0034/rgb_00128.jpg /dining_room_0034/sync_depth_00128.png 518.8579 -/kitchen_0060/rgb_00163.jpg /kitchen_0060/sync_depth_00163.png 518.8579 -/bedroom_0066/rgb_00029.jpg /bedroom_0066/sync_depth_00029.png 518.8579 -/dining_room_0029/rgb_00093.jpg /dining_room_0029/sync_depth_00093.png 518.8579 -/nyu_office_0/rgb_00372.jpg /nyu_office_0/sync_depth_00372.png 518.8579 -/living_room_0020/rgb_00213.jpg /living_room_0020/sync_depth_00213.png 518.8579 -/bedroom_0098/rgb_00044.jpg /bedroom_0098/sync_depth_00044.png 518.8579 -/bookstore_0001h/rgb_00119.jpg /bookstore_0001h/sync_depth_00119.png 518.8579 -/bathroom_0045a/rgb_00051.jpg /bathroom_0045a/sync_depth_00051.png 518.8579 -/reception_room_0002/rgb_00076.jpg /reception_room_0002/sync_depth_00076.png 518.8579 -/dining_room_0001b/rgb_00237.jpg /dining_room_0001b/sync_depth_00237.png 518.8579 -/bathroom_0056/rgb_00014.jpg /bathroom_0056/sync_depth_00014.png 518.8579 -/dining_room_0029/rgb_00067.jpg /dining_room_0029/sync_depth_00067.png 518.8579 -/bedroom_0071/rgb_00058.jpg /bedroom_0071/sync_depth_00058.png 518.8579 -/bathroom_0016/rgb_00028.jpg /bathroom_0016/sync_depth_00028.png 518.8579 -/kitchen_0029a/rgb_00030.jpg /kitchen_0029a/sync_depth_00030.png 518.8579 -/furniture_store_0001b/rgb_00035.jpg /furniture_store_0001b/sync_depth_00035.png 518.8579 -/bedroom_0071/rgb_00111.jpg /bedroom_0071/sync_depth_00111.png 518.8579 -/bedroom_0056b/rgb_00032.jpg /bedroom_0056b/sync_depth_00032.png 518.8579 -/kitchen_0031/rgb_00157.jpg /kitchen_0031/sync_depth_00157.png 518.8579 -/kitchen_0045b/rgb_00151.jpg /kitchen_0045b/sync_depth_00151.png 518.8579 -/bathroom_0028/rgb_00158.jpg /bathroom_0028/sync_depth_00158.png 518.8579 -/bookstore_0001f/rgb_00470.jpg /bookstore_0001f/sync_depth_00470.png 518.8579 -/student_lounge_0001/rgb_00249.jpg /student_lounge_0001/sync_depth_00249.png 518.8579 -/dining_room_0033/rgb_00068.jpg /dining_room_0033/sync_depth_00068.png 518.8579 -/dinette_0001/rgb_00016.jpg /dinette_0001/sync_depth_00016.png 518.8579 -/bedroom_0012/rgb_00005.jpg /bedroom_0012/sync_depth_00005.png 518.8579 -/home_office_0013/rgb_00066.jpg /home_office_0013/sync_depth_00066.png 518.8579 -/office_0026/rgb_00169.jpg /office_0026/sync_depth_00169.png 518.8579 -/living_room_0058/rgb_00237.jpg /living_room_0058/sync_depth_00237.png 518.8579 -/home_office_0008/rgb_00164.jpg /home_office_0008/sync_depth_00164.png 518.8579 -/bookstore_0001f/rgb_00232.jpg /bookstore_0001f/sync_depth_00232.png 518.8579 -/bedroom_0050/rgb_00034.jpg /bedroom_0050/sync_depth_00034.png 518.8579 -/bedroom_0017/rgb_00012.jpg /bedroom_0017/sync_depth_00012.png 518.8579 -/dinette_0001/rgb_00022.jpg /dinette_0001/sync_depth_00022.png 518.8579 -/office_kitchen_0001a/rgb_00003.jpg /office_kitchen_0001a/sync_depth_00003.png 518.8579 -/living_room_0019/rgb_00171.jpg /living_room_0019/sync_depth_00171.png 518.8579 -/nyu_office_0/rgb_00298.jpg /nyu_office_0/sync_depth_00298.png 518.8579 -/bedroom_0025/rgb_00146.jpg /bedroom_0025/sync_depth_00146.png 518.8579 -/kitchen_0033/rgb_00008.jpg /kitchen_0033/sync_depth_00008.png 518.8579 -/bookstore_0001g/rgb_00038.jpg /bookstore_0001g/sync_depth_00038.png 518.8579 -/living_room_0050/rgb_00085.jpg /living_room_0050/sync_depth_00085.png 518.8579 -/dining_room_0012/rgb_00126.jpg /dining_room_0012/sync_depth_00126.png 518.8579 -/bathroom_0045a/rgb_00034.jpg /bathroom_0045a/sync_depth_00034.png 518.8579 -/bedroom_0021/rgb_00006.jpg /bedroom_0021/sync_depth_00006.png 518.8579 -/nyu_office_1/rgb_00100.jpg /nyu_office_1/sync_depth_00100.png 518.8579 -/bathroom_0048/rgb_00019.jpg /bathroom_0048/sync_depth_00019.png 518.8579 -/bathroom_0051/rgb_00002.jpg /bathroom_0051/sync_depth_00002.png 518.8579 -/living_room_0037/rgb_00061.jpg /living_room_0037/sync_depth_00061.png 518.8579 -/bathroom_0048/rgb_00026.jpg /bathroom_0048/sync_depth_00026.png 518.8579 -/study_room_0004/rgb_00213.jpg /study_room_0004/sync_depth_00213.png 518.8579 -/classroom_0022/rgb_00034.jpg /classroom_0022/sync_depth_00034.png 518.8579 -/office_0018/rgb_00013.jpg /office_0018/sync_depth_00013.png 518.8579 -/living_room_0046a/rgb_00081.jpg /living_room_0046a/sync_depth_00081.png 518.8579 -/bedroom_0033/rgb_00169.jpg /bedroom_0033/sync_depth_00169.png 518.8579 -/living_room_0022/rgb_00288.jpg /living_room_0022/sync_depth_00288.png 518.8579 -/dining_room_0031/rgb_00327.jpg /dining_room_0031/sync_depth_00327.png 518.8579 -/home_office_0004/rgb_00032.jpg /home_office_0004/sync_depth_00032.png 518.8579 -/bookstore_0001g/rgb_00136.jpg /bookstore_0001g/sync_depth_00136.png 518.8579 -/playroom_0004/rgb_00055.jpg /playroom_0004/sync_depth_00055.png 518.8579 -/study_0004/rgb_00030.jpg /study_0004/sync_depth_00030.png 518.8579 -/bookstore_0001h/rgb_00151.jpg /bookstore_0001h/sync_depth_00151.png 518.8579 -/nyu_office_0/rgb_00088.jpg /nyu_office_0/sync_depth_00088.png 518.8579 -/kitchen_0060/rgb_00063.jpg /kitchen_0060/sync_depth_00063.png 518.8579 -/living_room_0004/rgb_00038.jpg /living_room_0004/sync_depth_00038.png 518.8579 -/bathroom_0013/rgb_00022.jpg /bathroom_0013/sync_depth_00022.png 518.8579 -/nyu_office_0/rgb_00378.jpg /nyu_office_0/sync_depth_00378.png 518.8579 -/bedroom_0034/rgb_00092.jpg /bedroom_0034/sync_depth_00092.png 518.8579 -/furniture_store_0002a/rgb_00051.jpg /furniture_store_0002a/sync_depth_00051.png 518.8579 -/bedroom_0026/rgb_00089.jpg /bedroom_0026/sync_depth_00089.png 518.8579 -/living_room_0082/rgb_00063.jpg /living_room_0082/sync_depth_00063.png 518.8579 -/study_room_0004/rgb_00055.jpg /study_room_0004/sync_depth_00055.png 518.8579 -/bedroom_0129/rgb_00051.jpg /bedroom_0129/sync_depth_00051.png 518.8579 -/living_room_0018/rgb_00165.jpg /living_room_0018/sync_depth_00165.png 518.8579 -/office_0024/rgb_00039.jpg /office_0024/sync_depth_00039.png 518.8579 -/kitchen_0045a/rgb_00185.jpg /kitchen_0045a/sync_depth_00185.png 518.8579 -/bathroom_0033/rgb_00045.jpg /bathroom_0033/sync_depth_00045.png 518.8579 -/furniture_store_0001a/rgb_00029.jpg /furniture_store_0001a/sync_depth_00029.png 518.8579 -/dining_room_0037/rgb_00071.jpg /dining_room_0037/sync_depth_00071.png 518.8579 -/dining_room_0037/rgb_00099.jpg /dining_room_0037/sync_depth_00099.png 518.8579 -/office_0012/rgb_00035.jpg /office_0012/sync_depth_00035.png 518.8579 -/dining_room_0031/rgb_00068.jpg /dining_room_0031/sync_depth_00068.png 518.8579 -/kitchen_0052/rgb_00152.jpg /kitchen_0052/sync_depth_00152.png 518.8579 -/furniture_store_0001d/rgb_00110.jpg /furniture_store_0001d/sync_depth_00110.png 518.8579 -/kitchen_0060/rgb_00148.jpg /kitchen_0060/sync_depth_00148.png 518.8579 -/bedroom_0076a/rgb_00271.jpg /bedroom_0076a/sync_depth_00271.png 518.8579 -/kitchen_0011a/rgb_00006.jpg /kitchen_0011a/sync_depth_00006.png 518.8579 -/bedroom_0017/rgb_00085.jpg /bedroom_0017/sync_depth_00085.png 518.8579 -/dining_room_0015/rgb_00135.jpg /dining_room_0015/sync_depth_00135.png 518.8579 -/home_office_0006/rgb_00131.jpg /home_office_0006/sync_depth_00131.png 518.8579 -/living_room_0047b/rgb_00195.jpg /living_room_0047b/sync_depth_00195.png 518.8579 -/furniture_store_0002a/rgb_00353.jpg /furniture_store_0002a/sync_depth_00353.png 518.8579 -/kitchen_0051/rgb_00156.jpg /kitchen_0051/sync_depth_00156.png 518.8579 -/office_kitchen_0001a/rgb_00055.jpg /office_kitchen_0001a/sync_depth_00055.png 518.8579 -/bookstore_0001j/rgb_00157.jpg /bookstore_0001j/sync_depth_00157.png 518.8579 -/playroom_0002/rgb_00136.jpg /playroom_0002/sync_depth_00136.png 518.8579 -/living_room_0055/rgb_00018.jpg /living_room_0055/sync_depth_00018.png 518.8579 -/living_room_0058/rgb_00160.jpg /living_room_0058/sync_depth_00160.png 518.8579 -/reception_room_0002/rgb_00066.jpg /reception_room_0002/sync_depth_00066.png 518.8579 -/furniture_store_0002b/rgb_00081.jpg /furniture_store_0002b/sync_depth_00081.png 518.8579 -/office_0012/rgb_00070.jpg /office_0012/sync_depth_00070.png 518.8579 -/bedroom_0080/rgb_00050.jpg /bedroom_0080/sync_depth_00050.png 518.8579 -/bookstore_0001f/rgb_00147.jpg /bookstore_0001f/sync_depth_00147.png 518.8579 -/dining_room_0013/rgb_00080.jpg /dining_room_0013/sync_depth_00080.png 518.8579 -/bathroom_0028/rgb_00004.jpg /bathroom_0028/sync_depth_00004.png 518.8579 -/living_room_0040/rgb_00203.jpg /living_room_0040/sync_depth_00203.png 518.8579 -/kitchen_0035b/rgb_00038.jpg /kitchen_0035b/sync_depth_00038.png 518.8579 -/excercise_room_0001/rgb_00025.jpg /excercise_room_0001/sync_depth_00025.png 518.8579 -/bathroom_0013/rgb_00061.jpg /bathroom_0013/sync_depth_00061.png 518.8579 -/bathroom_0006/rgb_00059.jpg /bathroom_0006/sync_depth_00059.png 518.8579 -/living_room_0058/rgb_00196.jpg /living_room_0058/sync_depth_00196.png 518.8579 -/living_room_0068/rgb_00097.jpg /living_room_0068/sync_depth_00097.png 518.8579 -/dining_room_0028/rgb_00071.jpg /dining_room_0028/sync_depth_00071.png 518.8579 -/bedroom_0026/rgb_00007.jpg /bedroom_0026/sync_depth_00007.png 518.8579 -/classroom_0010/rgb_00055.jpg /classroom_0010/sync_depth_00055.png 518.8579 -/bedroom_0051/rgb_00134.jpg /bedroom_0051/sync_depth_00134.png 518.8579 -/bedroom_0016/rgb_00091.jpg /bedroom_0016/sync_depth_00091.png 518.8579 -/bedroom_0028/rgb_00016.jpg /bedroom_0028/sync_depth_00016.png 518.8579 -/bedroom_0060/rgb_00011.jpg /bedroom_0060/sync_depth_00011.png 518.8579 -/living_room_0004/rgb_00164.jpg /living_room_0004/sync_depth_00164.png 518.8579 -/cafe_0001c/rgb_00062.jpg /cafe_0001c/sync_depth_00062.png 518.8579 -/bedroom_0034/rgb_00012.jpg /bedroom_0034/sync_depth_00012.png 518.8579 -/dining_room_0015/rgb_00006.jpg /dining_room_0015/sync_depth_00006.png 518.8579 -/bedroom_0010/rgb_00003.jpg /bedroom_0010/sync_depth_00003.png 518.8579 -/home_office_0005/rgb_00002.jpg /home_office_0005/sync_depth_00002.png 518.8579 -/home_office_0013/rgb_00081.jpg /home_office_0013/sync_depth_00081.png 518.8579 -/kitchen_0048/rgb_00237.jpg /kitchen_0048/sync_depth_00237.png 518.8579 -/nyu_office_0/rgb_00387.jpg /nyu_office_0/sync_depth_00387.png 518.8579 -/bedroom_0078/rgb_00138.jpg /bedroom_0078/sync_depth_00138.png 518.8579 -/dining_room_0015/rgb_00160.jpg /dining_room_0015/sync_depth_00160.png 518.8579 -/kitchen_0037/rgb_00081.jpg /kitchen_0037/sync_depth_00081.png 518.8579 -/student_lounge_0001/rgb_00070.jpg /student_lounge_0001/sync_depth_00070.png 518.8579 -/dining_room_0016/rgb_00002.jpg /dining_room_0016/sync_depth_00002.png 518.8579 -/bedroom_0140/rgb_00151.jpg /bedroom_0140/sync_depth_00151.png 518.8579 -/bathroom_0007/rgb_00047.jpg /bathroom_0007/sync_depth_00047.png 518.8579 -/living_room_0050/rgb_00239.jpg /living_room_0050/sync_depth_00239.png 518.8579 -/bathroom_0039/rgb_00066.jpg /bathroom_0039/sync_depth_00066.png 518.8579 -/classroom_0010/rgb_00072.jpg /classroom_0010/sync_depth_00072.png 518.8579 -/living_room_0070/rgb_00095.jpg /living_room_0070/sync_depth_00095.png 518.8579 -/bedroom_0097/rgb_00058.jpg /bedroom_0097/sync_depth_00058.png 518.8579 -/bookstore_0001g/rgb_00193.jpg /bookstore_0001g/sync_depth_00193.png 518.8579 -/bathroom_0014a/rgb_00039.jpg /bathroom_0014a/sync_depth_00039.png 518.8579 -/furniture_store_0002a/rgb_00399.jpg /furniture_store_0002a/sync_depth_00399.png 518.8579 -/dining_room_0037/rgb_00002.jpg /dining_room_0037/sync_depth_00002.png 518.8579 -/home_storage_0001/rgb_00044.jpg /home_storage_0001/sync_depth_00044.png 518.8579 -/bathroom_0013/rgb_00037.jpg /bathroom_0013/sync_depth_00037.png 518.8579 -/furniture_store_0001e/rgb_00085.jpg /furniture_store_0001e/sync_depth_00085.png 518.8579 -/living_room_0005/rgb_00019.jpg /living_room_0005/sync_depth_00019.png 518.8579 -/kitchen_0011a/rgb_00117.jpg /kitchen_0011a/sync_depth_00117.png 518.8579 -/office_kitchen_0003/rgb_00007.jpg /office_kitchen_0003/sync_depth_00007.png 518.8579 -/bathroom_0042/rgb_00044.jpg /bathroom_0042/sync_depth_00044.png 518.8579 -/classroom_0003/rgb_00017.jpg /classroom_0003/sync_depth_00017.png 518.8579 -/kitchen_0045b/rgb_00150.jpg /kitchen_0045b/sync_depth_00150.png 518.8579 -/reception_room_0001b/rgb_00078.jpg /reception_room_0001b/sync_depth_00078.png 518.8579 -/bedroom_0016/rgb_00166.jpg /bedroom_0016/sync_depth_00166.png 518.8579 -/office_0024/rgb_00004.jpg /office_0024/sync_depth_00004.png 518.8579 -/bookstore_0001f/rgb_00168.jpg /bookstore_0001f/sync_depth_00168.png 518.8579 -/bedroom_0063/rgb_00009.jpg /bedroom_0063/sync_depth_00009.png 518.8579 -/home_office_0005/rgb_00099.jpg /home_office_0005/sync_depth_00099.png 518.8579 -/living_room_0018/rgb_00036.jpg /living_room_0018/sync_depth_00036.png 518.8579 -/bedroom_0016/rgb_00163.jpg /bedroom_0016/sync_depth_00163.png 518.8579 -/bedroom_0124/rgb_00022.jpg /bedroom_0124/sync_depth_00022.png 518.8579 -/living_room_0039/rgb_00054.jpg /living_room_0039/sync_depth_00054.png 518.8579 -/living_room_0005/rgb_00143.jpg /living_room_0005/sync_depth_00143.png 518.8579 -/bedroom_0104/rgb_00080.jpg /bedroom_0104/sync_depth_00080.png 518.8579 -/living_room_0022/rgb_00191.jpg /living_room_0022/sync_depth_00191.png 518.8579 -/furniture_store_0001e/rgb_00094.jpg /furniture_store_0001e/sync_depth_00094.png 518.8579 -/bedroom_0047/rgb_00036.jpg /bedroom_0047/sync_depth_00036.png 518.8579 -/living_room_0033/rgb_00003.jpg /living_room_0033/sync_depth_00003.png 518.8579 -/office_kitchen_0003/rgb_00054.jpg /office_kitchen_0003/sync_depth_00054.png 518.8579 -/study_0004/rgb_00011.jpg /study_0004/sync_depth_00011.png 518.8579 -/furniture_store_0001d/rgb_00063.jpg /furniture_store_0001d/sync_depth_00063.png 518.8579 -/living_room_0032/rgb_00037.jpg /living_room_0032/sync_depth_00037.png 518.8579 -/living_room_0086a/rgb_00063.jpg /living_room_0086a/sync_depth_00063.png 518.8579 -/dining_room_0008/rgb_00125.jpg /dining_room_0008/sync_depth_00125.png 518.8579 -/kitchen_0051/rgb_00174.jpg /kitchen_0051/sync_depth_00174.png 518.8579 -/bedroom_0076a/rgb_00139.jpg /bedroom_0076a/sync_depth_00139.png 518.8579 -/bathroom_0041/rgb_00066.jpg /bathroom_0041/sync_depth_00066.png 518.8579 -/bathroom_0039/rgb_00035.jpg /bathroom_0039/sync_depth_00035.png 518.8579 -/bedroom_0033/rgb_00127.jpg /bedroom_0033/sync_depth_00127.png 518.8579 -/kitchen_0051/rgb_00117.jpg /kitchen_0051/sync_depth_00117.png 518.8579 -/bedroom_0106/rgb_00068.jpg /bedroom_0106/sync_depth_00068.png 518.8579 -/bathroom_0041/rgb_00014.jpg /bathroom_0041/sync_depth_00014.png 518.8579 -/bedroom_0130/rgb_00017.jpg /bedroom_0130/sync_depth_00017.png 518.8579 -/bedroom_0074/rgb_00003.jpg /bedroom_0074/sync_depth_00003.png 518.8579 -/bookstore_0001f/rgb_00327.jpg /bookstore_0001f/sync_depth_00327.png 518.8579 -/bedroom_0019/rgb_00102.jpg /bedroom_0019/sync_depth_00102.png 518.8579 -/bathroom_0041/rgb_00026.jpg /bathroom_0041/sync_depth_00026.png 518.8579 -/dining_room_0034/rgb_00038.jpg /dining_room_0034/sync_depth_00038.png 518.8579 -/dining_room_0019/rgb_00162.jpg /dining_room_0019/sync_depth_00162.png 518.8579 -/living_room_0020/rgb_00190.jpg /living_room_0020/sync_depth_00190.png 518.8579 -/bedroom_0113/rgb_00051.jpg /bedroom_0113/sync_depth_00051.png 518.8579 -/living_room_0022/rgb_00199.jpg /living_room_0022/sync_depth_00199.png 518.8579 -/nyu_office_0/rgb_00124.jpg /nyu_office_0/sync_depth_00124.png 518.8579 -/living_room_0063/rgb_00154.jpg /living_room_0063/sync_depth_00154.png 518.8579 -/bathroom_0055/rgb_00036.jpg /bathroom_0055/sync_depth_00036.png 518.8579 -/living_room_0018/rgb_00063.jpg /living_room_0018/sync_depth_00063.png 518.8579 -/bedroom_0138/rgb_00104.jpg /bedroom_0138/sync_depth_00104.png 518.8579 -/home_office_0006/rgb_00165.jpg /home_office_0006/sync_depth_00165.png 518.8579 -/bedroom_0063/rgb_00066.jpg /bedroom_0063/sync_depth_00066.png 518.8579 -/living_room_0050/rgb_00191.jpg /living_room_0050/sync_depth_00191.png 518.8579 -/kitchen_0051/rgb_00043.jpg /kitchen_0051/sync_depth_00043.png 518.8579 -/kitchen_0033/rgb_00195.jpg /kitchen_0033/sync_depth_00195.png 518.8579 -/office_0004/rgb_00109.jpg /office_0004/sync_depth_00109.png 518.8579 -/playroom_0003/rgb_00010.jpg /playroom_0003/sync_depth_00010.png 518.8579 -/dining_room_0037/rgb_00030.jpg /dining_room_0037/sync_depth_00030.png 518.8579 -/living_room_0039/rgb_00018.jpg /living_room_0039/sync_depth_00018.png 518.8579 -/bookstore_0001h/rgb_00068.jpg /bookstore_0001h/sync_depth_00068.png 518.8579 -/bookstore_0001h/rgb_00046.jpg /bookstore_0001h/sync_depth_00046.png 518.8579 -/furniture_store_0001a/rgb_00049.jpg /furniture_store_0001a/sync_depth_00049.png 518.8579 -/living_room_0022/rgb_00392.jpg /living_room_0022/sync_depth_00392.png 518.8579 -/office_kitchen_0001a/rgb_00071.jpg /office_kitchen_0001a/sync_depth_00071.png 518.8579 -/living_room_0005/rgb_00078.jpg /living_room_0005/sync_depth_00078.png 518.8579 -/study_room_0004/rgb_00040.jpg /study_room_0004/sync_depth_00040.png 518.8579 -/kitchen_0045a/rgb_00050.jpg /kitchen_0045a/sync_depth_00050.png 518.8579 -/cafe_0001a/rgb_00001.jpg /cafe_0001a/sync_depth_00001.png 518.8579 -/living_room_0046b/rgb_00049.jpg /living_room_0046b/sync_depth_00049.png 518.8579 -/living_room_0022/rgb_00064.jpg /living_room_0022/sync_depth_00064.png 518.8579 -/kitchen_0052/rgb_00029.jpg /kitchen_0052/sync_depth_00029.png 518.8579 -/kitchen_0010/rgb_00012.jpg /kitchen_0010/sync_depth_00012.png 518.8579 -/dining_room_0031/rgb_00298.jpg /dining_room_0031/sync_depth_00298.png 518.8579 -/bedroom_0096/rgb_00076.jpg /bedroom_0096/sync_depth_00076.png 518.8579 -/living_room_0063/rgb_00014.jpg /living_room_0063/sync_depth_00014.png 518.8579 -/bedroom_0076a/rgb_00011.jpg /bedroom_0076a/sync_depth_00011.png 518.8579 -/laundry_room_0001/rgb_00022.jpg /laundry_room_0001/sync_depth_00022.png 518.8579 -/kitchen_0050/rgb_00135.jpg /kitchen_0050/sync_depth_00135.png 518.8579 -/excercise_room_0001/rgb_00097.jpg /excercise_room_0001/sync_depth_00097.png 518.8579 -/kitchen_0028b/rgb_00054.jpg /kitchen_0028b/sync_depth_00054.png 518.8579 -/dining_room_0031/rgb_00351.jpg /dining_room_0031/sync_depth_00351.png 518.8579 -/bedroom_0062/rgb_00044.jpg /bedroom_0062/sync_depth_00044.png 518.8579 -/bookstore_0001j/rgb_00268.jpg /bookstore_0001j/sync_depth_00268.png 518.8579 -/kitchen_0016/rgb_00097.jpg /kitchen_0016/sync_depth_00097.png 518.8579 -/living_room_0047b/rgb_00136.jpg /living_room_0047b/sync_depth_00136.png 518.8579 -/bookstore_0001j/rgb_00103.jpg /bookstore_0001j/sync_depth_00103.png 518.8579 -/bedroom_0079/rgb_00060.jpg /bedroom_0079/sync_depth_00060.png 518.8579 -/dining_room_0037/rgb_00128.jpg /dining_room_0037/sync_depth_00128.png 518.8579 -/playroom_0004/rgb_00057.jpg /playroom_0004/sync_depth_00057.png 518.8579 -/classroom_0006/rgb_00054.jpg /classroom_0006/sync_depth_00054.png 518.8579 -/dining_room_0002/rgb_00000.jpg /dining_room_0002/sync_depth_00000.png 518.8579 -/office_0026/rgb_00135.jpg /office_0026/sync_depth_00135.png 518.8579 -/bookstore_0001e/rgb_00035.jpg /bookstore_0001e/sync_depth_00035.png 518.8579 -/kitchen_0033/rgb_00013.jpg /kitchen_0033/sync_depth_00013.png 518.8579 -/bedroom_0136/rgb_00011.jpg /bedroom_0136/sync_depth_00011.png 518.8579 -/bathroom_0019/rgb_00085.jpg /bathroom_0019/sync_depth_00085.png 518.8579 -/office_0006/rgb_00096.jpg /office_0006/sync_depth_00096.png 518.8579 -/conference_room_0001/rgb_00104.jpg /conference_room_0001/sync_depth_00104.png 518.8579 -/bedroom_0132/rgb_00002.jpg /bedroom_0132/sync_depth_00002.png 518.8579 -/home_office_0005/rgb_00030.jpg /home_office_0005/sync_depth_00030.png 518.8579 -/bathroom_0051/rgb_00056.jpg /bathroom_0051/sync_depth_00056.png 518.8579 -/living_room_0070/rgb_00006.jpg /living_room_0070/sync_depth_00006.png 518.8579 -/living_room_0058/rgb_00056.jpg /living_room_0058/sync_depth_00056.png 518.8579 -/kitchen_0052/rgb_00078.jpg /kitchen_0052/sync_depth_00078.png 518.8579 -/living_room_0039/rgb_00001.jpg /living_room_0039/sync_depth_00001.png 518.8579 -/bookstore_0001g/rgb_00172.jpg /bookstore_0001g/sync_depth_00172.png 518.8579 -/classroom_0012/rgb_00010.jpg /classroom_0012/sync_depth_00010.png 518.8579 -/bedroom_0050/rgb_00092.jpg /bedroom_0050/sync_depth_00092.png 518.8579 -/kitchen_0052/rgb_00032.jpg /kitchen_0052/sync_depth_00032.png 518.8579 -/living_room_0005/rgb_00160.jpg /living_room_0005/sync_depth_00160.png 518.8579 -/kitchen_0045b/rgb_00114.jpg /kitchen_0045b/sync_depth_00114.png 518.8579 -/student_lounge_0001/rgb_00073.jpg /student_lounge_0001/sync_depth_00073.png 518.8579 -/bedroom_0056a/rgb_00099.jpg /bedroom_0056a/sync_depth_00099.png 518.8579 -/dining_room_0010/rgb_00005.jpg /dining_room_0010/sync_depth_00005.png 518.8579 -/kitchen_0045a/rgb_00048.jpg /kitchen_0045a/sync_depth_00048.png 518.8579 -/kitchen_0045a/rgb_00088.jpg /kitchen_0045a/sync_depth_00088.png 518.8579 -/dining_room_0028/rgb_00095.jpg /dining_room_0028/sync_depth_00095.png 518.8579 -/kitchen_0045b/rgb_00101.jpg /kitchen_0045b/sync_depth_00101.png 518.8579 -/kitchen_0033/rgb_00152.jpg /kitchen_0033/sync_depth_00152.png 518.8579 -/kitchen_0049/rgb_00097.jpg /kitchen_0049/sync_depth_00097.png 518.8579 -/cafe_0001b/rgb_00024.jpg /cafe_0001b/sync_depth_00024.png 518.8579 -/study_room_0005a/rgb_00033.jpg /study_room_0005a/sync_depth_00033.png 518.8579 -/dining_room_0008/rgb_00048.jpg /dining_room_0008/sync_depth_00048.png 518.8579 -/bathroom_0010/rgb_00055.jpg /bathroom_0010/sync_depth_00055.png 518.8579 -/living_room_0050/rgb_00288.jpg /living_room_0050/sync_depth_00288.png 518.8579 -/kitchen_0029c/rgb_00015.jpg /kitchen_0029c/sync_depth_00015.png 518.8579 -/living_room_0020/rgb_00184.jpg /living_room_0020/sync_depth_00184.png 518.8579 -/living_room_0040/rgb_00256.jpg /living_room_0040/sync_depth_00256.png 518.8579 -/kitchen_0050/rgb_00163.jpg /kitchen_0050/sync_depth_00163.png 518.8579 -/home_office_0006/rgb_00035.jpg /home_office_0006/sync_depth_00035.png 518.8579 -/dining_room_0007/rgb_00215.jpg /dining_room_0007/sync_depth_00215.png 518.8579 -/bedroom_0140/rgb_00167.jpg /bedroom_0140/sync_depth_00167.png 518.8579 -/kitchen_0051/rgb_00305.jpg /kitchen_0051/sync_depth_00305.png 518.8579 -/living_room_0069a/rgb_00106.jpg /living_room_0069a/sync_depth_00106.png 518.8579 -/nyu_office_0/rgb_00270.jpg /nyu_office_0/sync_depth_00270.png 518.8579 -/nyu_office_0/rgb_00232.jpg /nyu_office_0/sync_depth_00232.png 518.8579 -/bedroom_0120/rgb_00054.jpg /bedroom_0120/sync_depth_00054.png 518.8579 -/kitchen_0048/rgb_00252.jpg /kitchen_0048/sync_depth_00252.png 518.8579 -/dining_room_0001b/rgb_00215.jpg /dining_room_0001b/sync_depth_00215.png 518.8579 -/study_room_0005b/rgb_00036.jpg /study_room_0005b/sync_depth_00036.png 518.8579 -/dinette_0001/rgb_00010.jpg /dinette_0001/sync_depth_00010.png 518.8579 -/dining_room_0024/rgb_00053.jpg /dining_room_0024/sync_depth_00053.png 518.8579 -/classroom_0010/rgb_00011.jpg /classroom_0010/sync_depth_00011.png 518.8579 -/dining_room_0012/rgb_00136.jpg /dining_room_0012/sync_depth_00136.png 518.8579 -/reception_room_0001a/rgb_00097.jpg /reception_room_0001a/sync_depth_00097.png 518.8579 -/living_room_0022/rgb_00093.jpg /living_room_0022/sync_depth_00093.png 518.8579 -/dining_room_0024/rgb_00077.jpg /dining_room_0024/sync_depth_00077.png 518.8579 -/bookstore_0001e/rgb_00082.jpg /bookstore_0001e/sync_depth_00082.png 518.8579 -/dining_room_0004/rgb_00007.jpg /dining_room_0004/sync_depth_00007.png 518.8579 -/bedroom_0118/rgb_00031.jpg /bedroom_0118/sync_depth_00031.png 518.8579 -/bedroom_0076a/rgb_00017.jpg /bedroom_0076a/sync_depth_00017.png 518.8579 -/bedroom_0082/rgb_00001.jpg /bedroom_0082/sync_depth_00001.png 518.8579 -/office_0021/rgb_00027.jpg /office_0021/sync_depth_00027.png 518.8579 -/bedroom_0071/rgb_00010.jpg /bedroom_0071/sync_depth_00010.png 518.8579 -/furniture_store_0001d/rgb_00014.jpg /furniture_store_0001d/sync_depth_00014.png 518.8579 -/dining_room_0007/rgb_00237.jpg /dining_room_0007/sync_depth_00237.png 518.8579 -/dining_room_0034/rgb_00115.jpg /dining_room_0034/sync_depth_00115.png 518.8579 -/dining_room_0001b/rgb_00117.jpg /dining_room_0001b/sync_depth_00117.png 518.8579 -/home_office_0005/rgb_00125.jpg /home_office_0005/sync_depth_00125.png 518.8579 -/kitchen_0011b/rgb_00000.jpg /kitchen_0011b/sync_depth_00000.png 518.8579 -/home_office_0011/rgb_00084.jpg /home_office_0011/sync_depth_00084.png 518.8579 -/kitchen_0049/rgb_00107.jpg /kitchen_0049/sync_depth_00107.png 518.8579 -/bedroom_0126/rgb_00039.jpg /bedroom_0126/sync_depth_00039.png 518.8579 -/bedroom_0132/rgb_00043.jpg /bedroom_0132/sync_depth_00043.png 518.8579 -/classroom_0004/rgb_00048.jpg /classroom_0004/sync_depth_00048.png 518.8579 -/bathroom_0016/rgb_00032.jpg /bathroom_0016/sync_depth_00032.png 518.8579 -/bedroom_0050/rgb_00088.jpg /bedroom_0050/sync_depth_00088.png 518.8579 -/study_room_0004/rgb_00036.jpg /study_room_0004/sync_depth_00036.png 518.8579 -/furniture_store_0002a/rgb_00271.jpg /furniture_store_0002a/sync_depth_00271.png 518.8579 -/bedroom_0038/rgb_00017.jpg /bedroom_0038/sync_depth_00017.png 518.8579 -/furniture_store_0002a/rgb_00155.jpg /furniture_store_0002a/sync_depth_00155.png 518.8579 -/bedroom_0059/rgb_00033.jpg /bedroom_0059/sync_depth_00033.png 518.8579 -/living_room_0063/rgb_00060.jpg /living_room_0063/sync_depth_00060.png 518.8579 -/bedroom_0025/rgb_00071.jpg /bedroom_0025/sync_depth_00071.png 518.8579 -/bookstore_0001d/rgb_00197.jpg /bookstore_0001d/sync_depth_00197.png 518.8579 -/excercise_room_0001/rgb_00128.jpg /excercise_room_0001/sync_depth_00128.png 518.8579 -/living_room_0020/rgb_00043.jpg /living_room_0020/sync_depth_00043.png 518.8579 -/bookstore_0001g/rgb_00067.jpg /bookstore_0001g/sync_depth_00067.png 518.8579 -/dining_room_0013/rgb_00143.jpg /dining_room_0013/sync_depth_00143.png 518.8579 -/kitchen_0008/rgb_00007.jpg /kitchen_0008/sync_depth_00007.png 518.8579 -/dining_room_0029/rgb_00012.jpg /dining_room_0029/sync_depth_00012.png 518.8579 -/bedroom_0050/rgb_00076.jpg /bedroom_0050/sync_depth_00076.png 518.8579 -/kitchen_0041/rgb_00018.jpg /kitchen_0041/sync_depth_00018.png 518.8579 -/living_room_0068/rgb_00056.jpg /living_room_0068/sync_depth_00056.png 518.8579 -/bedroom_0051/rgb_00161.jpg /bedroom_0051/sync_depth_00161.png 518.8579 -/foyer_0002/rgb_00032.jpg /foyer_0002/sync_depth_00032.png 518.8579 -/dining_room_0033/rgb_00003.jpg /dining_room_0033/sync_depth_00003.png 518.8579 -/dining_room_0016/rgb_00113.jpg /dining_room_0016/sync_depth_00113.png 518.8579 -/living_room_0083/rgb_00101.jpg /living_room_0083/sync_depth_00101.png 518.8579 -/classroom_0005/rgb_00022.jpg /classroom_0005/sync_depth_00022.png 518.8579 -/living_room_0083/rgb_00017.jpg /living_room_0083/sync_depth_00017.png 518.8579 -/reception_room_0001a/rgb_00086.jpg /reception_room_0001a/sync_depth_00086.png 518.8579 -/kitchen_0016/rgb_00035.jpg /kitchen_0016/sync_depth_00035.png 518.8579 -/dining_room_0037/rgb_00025.jpg /dining_room_0037/sync_depth_00025.png 518.8579 -/living_room_0040/rgb_00059.jpg /living_room_0040/sync_depth_00059.png 518.8579 -/study_room_0004/rgb_00005.jpg /study_room_0004/sync_depth_00005.png 518.8579 -/playroom_0006/rgb_00038.jpg /playroom_0006/sync_depth_00038.png 518.8579 -/office_kitchen_0001b/rgb_00015.jpg /office_kitchen_0001b/sync_depth_00015.png 518.8579 -/bedroom_0097/rgb_00004.jpg /bedroom_0097/sync_depth_00004.png 518.8579 -/office_kitchen_0003/rgb_00036.jpg /office_kitchen_0003/sync_depth_00036.png 518.8579 -/kitchen_0051/rgb_00116.jpg /kitchen_0051/sync_depth_00116.png 518.8579 -/dining_room_0008/rgb_00118.jpg /dining_room_0008/sync_depth_00118.png 518.8579 -/home_storage_0001/rgb_00020.jpg /home_storage_0001/sync_depth_00020.png 518.8579 -/living_room_0063/rgb_00000.jpg /living_room_0063/sync_depth_00000.png 518.8579 -/living_room_0010/rgb_00026.jpg /living_room_0010/sync_depth_00026.png 518.8579 -/classroom_0010/rgb_00075.jpg /classroom_0010/sync_depth_00075.png 518.8579 -/bedroom_0060/rgb_00006.jpg /bedroom_0060/sync_depth_00006.png 518.8579 -/living_room_0042a/rgb_00009.jpg /living_room_0042a/sync_depth_00009.png 518.8579 -/playroom_0004/rgb_00065.jpg /playroom_0004/sync_depth_00065.png 518.8579 -/living_room_0038/rgb_00112.jpg /living_room_0038/sync_depth_00112.png 518.8579 -/bathroom_0049/rgb_00012.jpg /bathroom_0049/sync_depth_00012.png 518.8579 -/living_room_0022/rgb_00135.jpg /living_room_0022/sync_depth_00135.png 518.8579 -/kitchen_0028b/rgb_00035.jpg /kitchen_0028b/sync_depth_00035.png 518.8579 -/student_lounge_0001/rgb_00161.jpg /student_lounge_0001/sync_depth_00161.png 518.8579 -/bathroom_0053/rgb_00011.jpg /bathroom_0053/sync_depth_00011.png 518.8579 -/home_storage_0001/rgb_00031.jpg /home_storage_0001/sync_depth_00031.png 518.8579 -/living_room_0018/rgb_00164.jpg /living_room_0018/sync_depth_00164.png 518.8579 -/kitchen_0050/rgb_00013.jpg /kitchen_0050/sync_depth_00013.png 518.8579 -/living_room_0058/rgb_00026.jpg /living_room_0058/sync_depth_00026.png 518.8579 -/dining_room_0008/rgb_00020.jpg /dining_room_0008/sync_depth_00020.png 518.8579 -/bedroom_0052/rgb_00199.jpg /bedroom_0052/sync_depth_00199.png 518.8579 -/home_storage_0001/rgb_00017.jpg /home_storage_0001/sync_depth_00017.png 518.8579 -/kitchen_0028b/rgb_00073.jpg /kitchen_0028b/sync_depth_00073.png 518.8579 -/indoor_balcony_0001/rgb_00032.jpg /indoor_balcony_0001/sync_depth_00032.png 518.8579 -/bookstore_0001f/rgb_00088.jpg /bookstore_0001f/sync_depth_00088.png 518.8579 -/kitchen_0053/rgb_00138.jpg /kitchen_0053/sync_depth_00138.png 518.8579 -/bedroom_0051/rgb_00135.jpg /bedroom_0051/sync_depth_00135.png 518.8579 -/bathroom_0006/rgb_00047.jpg /bathroom_0006/sync_depth_00047.png 518.8579 -/kitchen_0035a/rgb_00017.jpg /kitchen_0035a/sync_depth_00017.png 518.8579 -/kitchen_0050/rgb_00023.jpg /kitchen_0050/sync_depth_00023.png 518.8579 -/kitchen_0048/rgb_00151.jpg /kitchen_0048/sync_depth_00151.png 518.8579 -/living_room_0050/rgb_00143.jpg /living_room_0050/sync_depth_00143.png 518.8579 -/kitchen_0060/rgb_00004.jpg /kitchen_0060/sync_depth_00004.png 518.8579 -/bedroom_0020/rgb_00004.jpg /bedroom_0020/sync_depth_00004.png 518.8579 -/furniture_store_0002b/rgb_00278.jpg /furniture_store_0002b/sync_depth_00278.png 518.8579 -/dining_room_0031/rgb_00273.jpg /dining_room_0031/sync_depth_00273.png 518.8579 -/bedroom_0069/rgb_00091.jpg /bedroom_0069/sync_depth_00091.png 518.8579 -/basement_0001a/rgb_00044.jpg /basement_0001a/sync_depth_00044.png 518.8579 -/living_room_0058/rgb_00152.jpg /living_room_0058/sync_depth_00152.png 518.8579 -/bookstore_0001f/rgb_00441.jpg /bookstore_0001f/sync_depth_00441.png 518.8579 -/bathroom_0041/rgb_00015.jpg /bathroom_0041/sync_depth_00015.png 518.8579 -/study_room_0004/rgb_00031.jpg /study_room_0004/sync_depth_00031.png 518.8579 -/bedroom_0079/rgb_00041.jpg /bedroom_0079/sync_depth_00041.png 518.8579 -/kitchen_0031/rgb_00095.jpg /kitchen_0031/sync_depth_00095.png 518.8579 -/nyu_office_1/rgb_00010.jpg /nyu_office_1/sync_depth_00010.png 518.8579 -/classroom_0004/rgb_00033.jpg /classroom_0004/sync_depth_00033.png 518.8579 -/dining_room_0023/rgb_00102.jpg /dining_room_0023/sync_depth_00102.png 518.8579 -/home_office_0007/rgb_00000.jpg /home_office_0007/sync_depth_00000.png 518.8579 -/living_room_0069b/rgb_00039.jpg /living_room_0069b/sync_depth_00039.png 518.8579 -/bedroom_0051/rgb_00160.jpg /bedroom_0051/sync_depth_00160.png 518.8579 -/office_0021/rgb_00056.jpg /office_0021/sync_depth_00056.png 518.8579 -/bookstore_0001f/rgb_00104.jpg /bookstore_0001f/sync_depth_00104.png 518.8579 -/home_office_0007/rgb_00034.jpg /home_office_0007/sync_depth_00034.png 518.8579 -/bedroom_0076a/rgb_00083.jpg /bedroom_0076a/sync_depth_00083.png 518.8579 -/kitchen_0017/rgb_00071.jpg /kitchen_0017/sync_depth_00071.png 518.8579 -/living_room_0078/rgb_00004.jpg /living_room_0078/sync_depth_00004.png 518.8579 -/classroom_0018/rgb_00018.jpg /classroom_0018/sync_depth_00018.png 518.8579 -/bedroom_0051/rgb_00147.jpg /bedroom_0051/sync_depth_00147.png 518.8579 -/dinette_0001/rgb_00050.jpg /dinette_0001/sync_depth_00050.png 518.8579 -/dining_room_0015/rgb_00159.jpg /dining_room_0015/sync_depth_00159.png 518.8579 -/living_room_0018/rgb_00023.jpg /living_room_0018/sync_depth_00023.png 518.8579 -/kitchen_0028a/rgb_00107.jpg /kitchen_0028a/sync_depth_00107.png 518.8579 -/bathroom_0045a/rgb_00016.jpg /bathroom_0045a/sync_depth_00016.png 518.8579 -/kitchen_0011b/rgb_00020.jpg /kitchen_0011b/sync_depth_00020.png 518.8579 -/nyu_office_0/rgb_00409.jpg /nyu_office_0/sync_depth_00409.png 518.8579 -/kitchen_0059/rgb_00041.jpg /kitchen_0059/sync_depth_00041.png 518.8579 -/kitchen_0011a/rgb_00027.jpg /kitchen_0011a/sync_depth_00027.png 518.8579 -/bedroom_0031/rgb_00024.jpg /bedroom_0031/sync_depth_00024.png 518.8579 -/kitchen_0011a/rgb_00095.jpg /kitchen_0011a/sync_depth_00095.png 518.8579 -/classroom_0006/rgb_00126.jpg /classroom_0006/sync_depth_00126.png 518.8579 -/dining_room_0033/rgb_00022.jpg /dining_room_0033/sync_depth_00022.png 518.8579 -/furniture_store_0001b/rgb_00064.jpg /furniture_store_0001b/sync_depth_00064.png 518.8579 -/kitchen_0011a/rgb_00119.jpg /kitchen_0011a/sync_depth_00119.png 518.8579 -/cafe_0001c/rgb_00049.jpg /cafe_0001c/sync_depth_00049.png 518.8579 -/living_room_0058/rgb_00046.jpg /living_room_0058/sync_depth_00046.png 518.8579 -/bathroom_0007/rgb_00092.jpg /bathroom_0007/sync_depth_00092.png 518.8579 -/living_room_0082/rgb_00064.jpg /living_room_0082/sync_depth_00064.png 518.8579 -/living_room_0062/rgb_00179.jpg /living_room_0062/sync_depth_00179.png 518.8579 -/classroom_0016/rgb_00035.jpg /classroom_0016/sync_depth_00035.png 518.8579 -/home_office_0005/rgb_00029.jpg /home_office_0005/sync_depth_00029.png 518.8579 -/dining_room_0007/rgb_00188.jpg /dining_room_0007/sync_depth_00188.png 518.8579 -/home_office_0006/rgb_00139.jpg /home_office_0006/sync_depth_00139.png 518.8579 -/bedroom_0076a/rgb_00134.jpg /bedroom_0076a/sync_depth_00134.png 518.8579 -/living_room_0046b/rgb_00024.jpg /living_room_0046b/sync_depth_00024.png 518.8579 -/kitchen_0031/rgb_00109.jpg /kitchen_0031/sync_depth_00109.png 518.8579 -/classroom_0006/rgb_00115.jpg /classroom_0006/sync_depth_00115.png 518.8579 -/bookstore_0001e/rgb_00045.jpg /bookstore_0001e/sync_depth_00045.png 518.8579 -/kitchen_0043/rgb_00123.jpg /kitchen_0043/sync_depth_00123.png 518.8579 -/nyu_office_0/rgb_00240.jpg /nyu_office_0/sync_depth_00240.png 518.8579 -/kitchen_0019a/rgb_00050.jpg /kitchen_0019a/sync_depth_00050.png 518.8579 -/kitchen_0050/rgb_00204.jpg /kitchen_0050/sync_depth_00204.png 518.8579 -/bedroom_0016/rgb_00029.jpg /bedroom_0016/sync_depth_00029.png 518.8579 -/bedroom_0113/rgb_00032.jpg /bedroom_0113/sync_depth_00032.png 518.8579 -/student_lounge_0001/rgb_00030.jpg /student_lounge_0001/sync_depth_00030.png 518.8579 -/kitchen_0028a/rgb_00087.jpg /kitchen_0028a/sync_depth_00087.png 518.8579 -/bookstore_0001h/rgb_00170.jpg /bookstore_0001h/sync_depth_00170.png 518.8579 -/dining_room_0029/rgb_00077.jpg /dining_room_0029/sync_depth_00077.png 518.8579 -/bedroom_0125b/rgb_00090.jpg /bedroom_0125b/sync_depth_00090.png 518.8579 -/kitchen_0045a/rgb_00063.jpg /kitchen_0045a/sync_depth_00063.png 518.8579 -/living_room_0069a/rgb_00046.jpg /living_room_0069a/sync_depth_00046.png 518.8579 -/living_room_0068/rgb_00006.jpg /living_room_0068/sync_depth_00006.png 518.8579 -/dining_room_0016/rgb_00068.jpg /dining_room_0016/sync_depth_00068.png 518.8579 -/furniture_store_0001b/rgb_00057.jpg /furniture_store_0001b/sync_depth_00057.png 518.8579 -/bookstore_0001j/rgb_00028.jpg /bookstore_0001j/sync_depth_00028.png 518.8579 -/bedroom_0076a/rgb_00168.jpg /bedroom_0076a/sync_depth_00168.png 518.8579 -/bookstore_0001d/rgb_00040.jpg /bookstore_0001d/sync_depth_00040.png 518.8579 -/dining_room_0013/rgb_00184.jpg /dining_room_0013/sync_depth_00184.png 518.8579 -/bookstore_0001d/rgb_00145.jpg /bookstore_0001d/sync_depth_00145.png 518.8579 -/living_room_0040/rgb_00032.jpg /living_room_0040/sync_depth_00032.png 518.8579 -/bookstore_0001f/rgb_00217.jpg /bookstore_0001f/sync_depth_00217.png 518.8579 -/dining_room_0007/rgb_00041.jpg /dining_room_0007/sync_depth_00041.png 518.8579 -/kitchen_0019a/rgb_00016.jpg /kitchen_0019a/sync_depth_00016.png 518.8579 -/study_room_0005a/rgb_00053.jpg /study_room_0005a/sync_depth_00053.png 518.8579 -/nyu_office_0/rgb_00097.jpg /nyu_office_0/sync_depth_00097.png 518.8579 -/nyu_office_1/rgb_00058.jpg /nyu_office_1/sync_depth_00058.png 518.8579 -/living_room_0050/rgb_00185.jpg /living_room_0050/sync_depth_00185.png 518.8579 -/living_room_0020/rgb_00218.jpg /living_room_0020/sync_depth_00218.png 518.8579 -/bedroom_0056b/rgb_00000.jpg /bedroom_0056b/sync_depth_00000.png 518.8579 -/living_room_0063/rgb_00027.jpg /living_room_0063/sync_depth_00027.png 518.8579 -/dining_room_0031/rgb_00235.jpg /dining_room_0031/sync_depth_00235.png 518.8579 -/nyu_office_0/rgb_00009.jpg /nyu_office_0/sync_depth_00009.png 518.8579 -/bedroom_0063/rgb_00041.jpg /bedroom_0063/sync_depth_00041.png 518.8579 -/bathroom_0056/rgb_00017.jpg /bathroom_0056/sync_depth_00017.png 518.8579 -/kitchen_0048/rgb_00084.jpg /kitchen_0048/sync_depth_00084.png 518.8579 -/playroom_0002/rgb_00130.jpg /playroom_0002/sync_depth_00130.png 518.8579 -/dining_room_0023/rgb_00137.jpg /dining_room_0023/sync_depth_00137.png 518.8579 -/bedroom_0079/rgb_00035.jpg /bedroom_0079/sync_depth_00035.png 518.8579 -/bedroom_0104/rgb_00038.jpg /bedroom_0104/sync_depth_00038.png 518.8579 -/kitchen_0047/rgb_00015.jpg /kitchen_0047/sync_depth_00015.png 518.8579 -/student_lounge_0001/rgb_00080.jpg /student_lounge_0001/sync_depth_00080.png 518.8579 -/excercise_room_0001/rgb_00072.jpg /excercise_room_0001/sync_depth_00072.png 518.8579 -/bedroom_0033/rgb_00149.jpg /bedroom_0033/sync_depth_00149.png 518.8579 -/dining_room_0028/rgb_00127.jpg /dining_room_0028/sync_depth_00127.png 518.8579 -/home_office_0005/rgb_00074.jpg /home_office_0005/sync_depth_00074.png 518.8579 -/kitchen_0016/rgb_00068.jpg /kitchen_0016/sync_depth_00068.png 518.8579 -/dining_room_0033/rgb_00129.jpg /dining_room_0033/sync_depth_00129.png 518.8579 -/office_kitchen_0003/rgb_00003.jpg /office_kitchen_0003/sync_depth_00003.png 518.8579 -/study_room_0005a/rgb_00047.jpg /study_room_0005a/sync_depth_00047.png 518.8579 -/kitchen_0003/rgb_00118.jpg /kitchen_0003/sync_depth_00118.png 518.8579 -/bookstore_0001f/rgb_00072.jpg /bookstore_0001f/sync_depth_00072.png 518.8579 -/kitchen_0045a/rgb_00015.jpg /kitchen_0045a/sync_depth_00015.png 518.8579 -/living_room_0068/rgb_00104.jpg /living_room_0068/sync_depth_00104.png 518.8579 -/bedroom_0004/rgb_00164.jpg /bedroom_0004/sync_depth_00164.png 518.8579 -/living_room_0071/rgb_00033.jpg /living_room_0071/sync_depth_00033.png 518.8579 -/dining_room_0024/rgb_00024.jpg /dining_room_0024/sync_depth_00024.png 518.8579 -/bedroom_0056a/rgb_00025.jpg /bedroom_0056a/sync_depth_00025.png 518.8579 -/bedroom_0040/rgb_00006.jpg /bedroom_0040/sync_depth_00006.png 518.8579 -/kitchen_0003/rgb_00010.jpg /kitchen_0003/sync_depth_00010.png 518.8579 -/kitchen_0010/rgb_00107.jpg /kitchen_0010/sync_depth_00107.png 518.8579 -/bedroom_0079/rgb_00051.jpg /bedroom_0079/sync_depth_00051.png 518.8579 -/dining_room_0012/rgb_00011.jpg /dining_room_0012/sync_depth_00011.png 518.8579 -/dining_room_0024/rgb_00092.jpg /dining_room_0024/sync_depth_00092.png 518.8579 -/kitchen_0051/rgb_00135.jpg /kitchen_0051/sync_depth_00135.png 518.8579 -/kitchen_0051/rgb_00110.jpg /kitchen_0051/sync_depth_00110.png 518.8579 -/bedroom_0097/rgb_00017.jpg /bedroom_0097/sync_depth_00017.png 518.8579 -/kitchen_0019a/rgb_00031.jpg /kitchen_0019a/sync_depth_00031.png 518.8579 -/living_room_0010/rgb_00033.jpg /living_room_0010/sync_depth_00033.png 518.8579 -/kitchen_0017/rgb_00085.jpg /kitchen_0017/sync_depth_00085.png 518.8579 -/living_room_0005/rgb_00094.jpg /living_room_0005/sync_depth_00094.png 518.8579 -/bedroom_0053/rgb_00095.jpg /bedroom_0053/sync_depth_00095.png 518.8579 -/living_room_0067/rgb_00002.jpg /living_room_0067/sync_depth_00002.png 518.8579 -/living_room_0020/rgb_00240.jpg /living_room_0020/sync_depth_00240.png 518.8579 -/foyer_0002/rgb_00047.jpg /foyer_0002/sync_depth_00047.png 518.8579 -/bathroom_0028/rgb_00007.jpg /bathroom_0028/sync_depth_00007.png 518.8579 -/living_room_0050/rgb_00207.jpg /living_room_0050/sync_depth_00207.png 518.8579 -/dining_room_0029/rgb_00079.jpg /dining_room_0029/sync_depth_00079.png 518.8579 -/printer_room_0001/rgb_00035.jpg /printer_room_0001/sync_depth_00035.png 518.8579 -/dining_room_0008/rgb_00019.jpg /dining_room_0008/sync_depth_00019.png 518.8579 -/kitchen_0051/rgb_00252.jpg /kitchen_0051/sync_depth_00252.png 518.8579 -/bedroom_0104/rgb_00109.jpg /bedroom_0104/sync_depth_00109.png 518.8579 -/dining_room_0031/rgb_00369.jpg /dining_room_0031/sync_depth_00369.png 518.8579 -/bedroom_0029/rgb_00044.jpg /bedroom_0029/sync_depth_00044.png 518.8579 -/kitchen_0033/rgb_00118.jpg /kitchen_0033/sync_depth_00118.png 518.8579 -/kitchen_0035b/rgb_00238.jpg /kitchen_0035b/sync_depth_00238.png 518.8579 -/bathroom_0041/rgb_00041.jpg /bathroom_0041/sync_depth_00041.png 518.8579 -/kitchen_0006/rgb_00025.jpg /kitchen_0006/sync_depth_00025.png 518.8579 -/dining_room_0034/rgb_00045.jpg /dining_room_0034/sync_depth_00045.png 518.8579 -/bedroom_0004/rgb_00123.jpg /bedroom_0004/sync_depth_00123.png 518.8579 -/furniture_store_0002a/rgb_00360.jpg /furniture_store_0002a/sync_depth_00360.png 518.8579 -/kitchen_0047/rgb_00133.jpg /kitchen_0047/sync_depth_00133.png 518.8579 -/home_office_0008/rgb_00087.jpg /home_office_0008/sync_depth_00087.png 518.8579 -/kitchen_0053/rgb_00058.jpg /kitchen_0053/sync_depth_00058.png 518.8579 -/bathroom_0042/rgb_00006.jpg /bathroom_0042/sync_depth_00006.png 518.8579 -/study_0003/rgb_00023.jpg /study_0003/sync_depth_00023.png 518.8579 -/furniture_store_0001d/rgb_00163.jpg /furniture_store_0001d/sync_depth_00163.png 518.8579 -/living_room_0039/rgb_00131.jpg /living_room_0039/sync_depth_00131.png 518.8579 -/office_0006/rgb_00070.jpg /office_0006/sync_depth_00070.png 518.8579 -/bathroom_0006/rgb_00039.jpg /bathroom_0006/sync_depth_00039.png 518.8579 -/living_room_0038/rgb_00039.jpg /living_room_0038/sync_depth_00039.png 518.8579 -/bedroom_0069/rgb_00104.jpg /bedroom_0069/sync_depth_00104.png 518.8579 -/bookstore_0001g/rgb_00236.jpg /bookstore_0001g/sync_depth_00236.png 518.8579 -/living_room_0020/rgb_00154.jpg /living_room_0020/sync_depth_00154.png 518.8579 -/bedroom_0052/rgb_00099.jpg /bedroom_0052/sync_depth_00099.png 518.8579 -/living_room_0063/rgb_00172.jpg /living_room_0063/sync_depth_00172.png 518.8579 -/living_room_0068/rgb_00078.jpg /living_room_0068/sync_depth_00078.png 518.8579 -/office_0011/rgb_00082.jpg /office_0011/sync_depth_00082.png 518.8579 -/bathroom_0007/rgb_00045.jpg /bathroom_0007/sync_depth_00045.png 518.8579 -/dining_room_0007/rgb_00016.jpg /dining_room_0007/sync_depth_00016.png 518.8579 -/living_room_0078/rgb_00142.jpg /living_room_0078/sync_depth_00142.png 518.8579 -/office_kitchen_0003/rgb_00121.jpg /office_kitchen_0003/sync_depth_00121.png 518.8579 -/kitchen_0051/rgb_00136.jpg /kitchen_0051/sync_depth_00136.png 518.8579 -/dining_room_0037/rgb_00150.jpg /dining_room_0037/sync_depth_00150.png 518.8579 -/living_room_0042b/rgb_00057.jpg /living_room_0042b/sync_depth_00057.png 518.8579 -/kitchen_0016/rgb_00048.jpg /kitchen_0016/sync_depth_00048.png 518.8579 -/playroom_0004/rgb_00045.jpg /playroom_0004/sync_depth_00045.png 518.8579 -/nyu_office_0/rgb_00375.jpg /nyu_office_0/sync_depth_00375.png 518.8579 -/dining_room_0037/rgb_00070.jpg /dining_room_0037/sync_depth_00070.png 518.8579 -/kitchen_0060/rgb_00026.jpg /kitchen_0060/sync_depth_00026.png 518.8579 -/laundry_room_0001/rgb_00012.jpg /laundry_room_0001/sync_depth_00012.png 518.8579 -/bedroom_0060/rgb_00104.jpg /bedroom_0060/sync_depth_00104.png 518.8579 -/bookstore_0001j/rgb_00023.jpg /bookstore_0001j/sync_depth_00023.png 518.8579 -/furniture_store_0002a/rgb_00079.jpg /furniture_store_0002a/sync_depth_00079.png 518.8579 -/dining_room_0024/rgb_00063.jpg /dining_room_0024/sync_depth_00063.png 518.8579 -/bedroom_0034/rgb_00065.jpg /bedroom_0034/sync_depth_00065.png 518.8579 -/bedroom_0138/rgb_00080.jpg /bedroom_0138/sync_depth_00080.png 518.8579 -/kitchen_0059/rgb_00065.jpg /kitchen_0059/sync_depth_00065.png 518.8579 -/living_room_0040/rgb_00138.jpg /living_room_0040/sync_depth_00138.png 518.8579 -/kitchen_0050/rgb_00187.jpg /kitchen_0050/sync_depth_00187.png 518.8579 -/dining_room_0014/rgb_00055.jpg /dining_room_0014/sync_depth_00055.png 518.8579 -/nyu_office_1/rgb_00037.jpg /nyu_office_1/sync_depth_00037.png 518.8579 -/kitchen_0049/rgb_00049.jpg /kitchen_0049/sync_depth_00049.png 518.8579 -/bedroom_0029/rgb_00000.jpg /bedroom_0029/sync_depth_00000.png 518.8579 -/kitchen_0043/rgb_00072.jpg /kitchen_0043/sync_depth_00072.png 518.8579 -/study_0006/rgb_00033.jpg /study_0006/sync_depth_00033.png 518.8579 -/kitchen_0028b/rgb_00010.jpg /kitchen_0028b/sync_depth_00010.png 518.8579 -/dining_room_0034/rgb_00220.jpg /dining_room_0034/sync_depth_00220.png 518.8579 -/living_room_0040/rgb_00093.jpg /living_room_0040/sync_depth_00093.png 518.8579 -/playroom_0003/rgb_00201.jpg /playroom_0003/sync_depth_00201.png 518.8579 -/bedroom_0098/rgb_00047.jpg /bedroom_0098/sync_depth_00047.png 518.8579 -/living_room_0038/rgb_00120.jpg /living_room_0038/sync_depth_00120.png 518.8579 -/dining_room_0024/rgb_00005.jpg /dining_room_0024/sync_depth_00005.png 518.8579 -/kitchen_0048/rgb_00167.jpg /kitchen_0048/sync_depth_00167.png 518.8579 -/kitchen_0035b/rgb_00166.jpg /kitchen_0035b/sync_depth_00166.png 518.8579 -/bedroom_0067a/rgb_00044.jpg /bedroom_0067a/sync_depth_00044.png 518.8579 -/living_room_0040/rgb_00050.jpg /living_room_0040/sync_depth_00050.png 518.8579 -/living_room_0020/rgb_00094.jpg /living_room_0020/sync_depth_00094.png 518.8579 -/kitchen_0048/rgb_00124.jpg /kitchen_0048/sync_depth_00124.png 518.8579 -/dining_room_0037/rgb_00049.jpg /dining_room_0037/sync_depth_00049.png 518.8579 -/kitchen_0029b/rgb_00059.jpg /kitchen_0029b/sync_depth_00059.png 518.8579 -/office_0012/rgb_00013.jpg /office_0012/sync_depth_00013.png 518.8579 -/furniture_store_0001d/rgb_00044.jpg /furniture_store_0001d/sync_depth_00044.png 518.8579 -/bedroom_0067b/rgb_00018.jpg /bedroom_0067b/sync_depth_00018.png 518.8579 -/bedroom_0056a/rgb_00038.jpg /bedroom_0056a/sync_depth_00038.png 518.8579 -/office_0019/rgb_00039.jpg /office_0019/sync_depth_00039.png 518.8579 -/living_room_0083/rgb_00106.jpg /living_room_0083/sync_depth_00106.png 518.8579 -/dining_room_0031/rgb_00008.jpg /dining_room_0031/sync_depth_00008.png 518.8579 -/dining_room_0034/rgb_00024.jpg /dining_room_0034/sync_depth_00024.png 518.8579 -/living_room_0004/rgb_00076.jpg /living_room_0004/sync_depth_00076.png 518.8579 -/living_room_0069b/rgb_00073.jpg /living_room_0069b/sync_depth_00073.png 518.8579 -/dining_room_0031/rgb_00357.jpg /dining_room_0031/sync_depth_00357.png 518.8579 -/kitchen_0006/rgb_00034.jpg /kitchen_0006/sync_depth_00034.png 518.8579 -/furniture_store_0001d/rgb_00001.jpg /furniture_store_0001d/sync_depth_00001.png 518.8579 -/living_room_0047b/rgb_00020.jpg /living_room_0047b/sync_depth_00020.png 518.8579 -/kitchen_0043/rgb_00228.jpg /kitchen_0043/sync_depth_00228.png 518.8579 -/nyu_office_0/rgb_00108.jpg /nyu_office_0/sync_depth_00108.png 518.8579 -/kitchen_0037/rgb_00065.jpg /kitchen_0037/sync_depth_00065.png 518.8579 -/living_room_0078/rgb_00018.jpg /living_room_0078/sync_depth_00018.png 518.8579 -/living_room_0078/rgb_00044.jpg /living_room_0078/sync_depth_00044.png 518.8579 -/classroom_0016/rgb_00023.jpg /classroom_0016/sync_depth_00023.png 518.8579 -/bathroom_0030/rgb_00036.jpg /bathroom_0030/sync_depth_00036.png 518.8579 -/home_office_0007/rgb_00009.jpg /home_office_0007/sync_depth_00009.png 518.8579 -/living_room_0055/rgb_00004.jpg /living_room_0055/sync_depth_00004.png 518.8579 -/laundry_room_0001/rgb_00024.jpg /laundry_room_0001/sync_depth_00024.png 518.8579 -/bedroom_0021/rgb_00029.jpg /bedroom_0021/sync_depth_00029.png 518.8579 -/living_room_0022/rgb_00224.jpg /living_room_0022/sync_depth_00224.png 518.8579 -/living_room_0083/rgb_00059.jpg /living_room_0083/sync_depth_00059.png 518.8579 -/bookstore_0001j/rgb_00061.jpg /bookstore_0001j/sync_depth_00061.png 518.8579 -/living_room_0083/rgb_00042.jpg /living_room_0083/sync_depth_00042.png 518.8579 -/dinette_0001/rgb_00082.jpg /dinette_0001/sync_depth_00082.png 518.8579 -/home_office_0006/rgb_00141.jpg /home_office_0006/sync_depth_00141.png 518.8579 -/living_room_0011/rgb_00049.jpg /living_room_0011/sync_depth_00049.png 518.8579 -/dining_room_0031/rgb_00015.jpg /dining_room_0031/sync_depth_00015.png 518.8579 -/study_room_0004/rgb_00074.jpg /study_room_0004/sync_depth_00074.png 518.8579 -/home_office_0006/rgb_00054.jpg /home_office_0006/sync_depth_00054.png 518.8579 -/office_0011/rgb_00152.jpg /office_0011/sync_depth_00152.png 518.8579 -/bedroom_0033/rgb_00111.jpg /bedroom_0033/sync_depth_00111.png 518.8579 -/bedroom_0016/rgb_00141.jpg /bedroom_0016/sync_depth_00141.png 518.8579 -/living_room_0042b/rgb_00051.jpg /living_room_0042b/sync_depth_00051.png 518.8579 -/kitchen_0050/rgb_00203.jpg /kitchen_0050/sync_depth_00203.png 518.8579 -/dining_room_0033/rgb_00086.jpg /dining_room_0033/sync_depth_00086.png 518.8579 -/living_room_0078/rgb_00109.jpg /living_room_0078/sync_depth_00109.png 518.8579 -/kitchen_0052/rgb_00007.jpg /kitchen_0052/sync_depth_00007.png 518.8579 -/bedroom_0136/rgb_00041.jpg /bedroom_0136/sync_depth_00041.png 518.8579 -/living_room_0022/rgb_00378.jpg /living_room_0022/sync_depth_00378.png 518.8579 -/student_lounge_0001/rgb_00202.jpg /student_lounge_0001/sync_depth_00202.png 518.8579 -/bedroom_0120/rgb_00070.jpg /bedroom_0120/sync_depth_00070.png 518.8579 -/bookstore_0001i/rgb_00067.jpg /bookstore_0001i/sync_depth_00067.png 518.8579 -/bedroom_0050/rgb_00078.jpg /bedroom_0050/sync_depth_00078.png 518.8579 -/dining_room_0015/rgb_00028.jpg /dining_room_0015/sync_depth_00028.png 518.8579 -/dining_room_0002/rgb_00015.jpg /dining_room_0002/sync_depth_00015.png 518.8579 -/living_room_0032/rgb_00040.jpg /living_room_0032/sync_depth_00040.png 518.8579 -/bathroom_0007/rgb_00027.jpg /bathroom_0007/sync_depth_00027.png 518.8579 -/bathroom_0007/rgb_00088.jpg /bathroom_0007/sync_depth_00088.png 518.8579 -/kitchen_0051/rgb_00210.jpg /kitchen_0051/sync_depth_00210.png 518.8579 -/bathroom_0048/rgb_00065.jpg /bathroom_0048/sync_depth_00065.png 518.8579 -/dining_room_0012/rgb_00018.jpg /dining_room_0012/sync_depth_00018.png 518.8579 -/bedroom_0039/rgb_00019.jpg /bedroom_0039/sync_depth_00019.png 518.8579 -/conference_room_0001/rgb_00006.jpg /conference_room_0001/sync_depth_00006.png 518.8579 -/classroom_0010/rgb_00036.jpg /classroom_0010/sync_depth_00036.png 518.8579 -/bedroom_0132/rgb_00017.jpg /bedroom_0132/sync_depth_00017.png 518.8579 -/kitchen_0035b/rgb_00286.jpg /kitchen_0035b/sync_depth_00286.png 518.8579 -/dining_room_0024/rgb_00057.jpg /dining_room_0024/sync_depth_00057.png 518.8579 -/living_room_0010/rgb_00190.jpg /living_room_0010/sync_depth_00190.png 518.8579 -/kitchen_0035b/rgb_00099.jpg /kitchen_0035b/sync_depth_00099.png 518.8579 -/living_room_0010/rgb_00226.jpg /living_room_0010/sync_depth_00226.png 518.8579 -/kitchen_0053/rgb_00202.jpg /kitchen_0053/sync_depth_00202.png 518.8579 -/office_0009/rgb_00088.jpg /office_0009/sync_depth_00088.png 518.8579 -/kitchen_0053/rgb_00211.jpg /kitchen_0053/sync_depth_00211.png 518.8579 -/dining_room_0033/rgb_00154.jpg /dining_room_0033/sync_depth_00154.png 518.8579 -/kitchen_0049/rgb_00198.jpg /kitchen_0049/sync_depth_00198.png 518.8579 -/bedroom_0076a/rgb_00040.jpg /bedroom_0076a/sync_depth_00040.png 518.8579 -/conference_room_0002/rgb_00003.jpg /conference_room_0002/sync_depth_00003.png 518.8579 -/living_room_0050/rgb_00136.jpg /living_room_0050/sync_depth_00136.png 518.8579 -/dining_room_0037/rgb_00084.jpg /dining_room_0037/sync_depth_00084.png 518.8579 -/bedroom_0060/rgb_00037.jpg /bedroom_0060/sync_depth_00037.png 518.8579 -/dining_room_0001b/rgb_00158.jpg /dining_room_0001b/sync_depth_00158.png 518.8579 -/kitchen_0035b/rgb_00095.jpg /kitchen_0035b/sync_depth_00095.png 518.8579 -/living_room_0019/rgb_00037.jpg /living_room_0019/sync_depth_00037.png 518.8579 -/bedroom_0120/rgb_00025.jpg /bedroom_0120/sync_depth_00025.png 518.8579 -/living_room_0004/rgb_00086.jpg /living_room_0004/sync_depth_00086.png 518.8579 -/dining_room_0029/rgb_00083.jpg /dining_room_0029/sync_depth_00083.png 518.8579 -/bedroom_0012/rgb_00063.jpg /bedroom_0012/sync_depth_00063.png 518.8579 -/office_0006/rgb_00155.jpg /office_0006/sync_depth_00155.png 518.8579 -/bedroom_0062/rgb_00154.jpg /bedroom_0062/sync_depth_00154.png 518.8579 -/indoor_balcony_0001/rgb_00009.jpg /indoor_balcony_0001/sync_depth_00009.png 518.8579 -/bedroom_0025/rgb_00091.jpg /bedroom_0025/sync_depth_00091.png 518.8579 -/dining_room_0012/rgb_00039.jpg /dining_room_0012/sync_depth_00039.png 518.8579 -/living_room_0012/rgb_00103.jpg /living_room_0012/sync_depth_00103.png 518.8579 -/playroom_0003/rgb_00117.jpg /playroom_0003/sync_depth_00117.png 518.8579 -/home_office_0005/rgb_00116.jpg /home_office_0005/sync_depth_00116.png 518.8579 -/bookstore_0001e/rgb_00142.jpg /bookstore_0001e/sync_depth_00142.png 518.8579 -/living_room_0039/rgb_00085.jpg /living_room_0039/sync_depth_00085.png 518.8579 -/dining_room_0010/rgb_00029.jpg /dining_room_0010/sync_depth_00029.png 518.8579 -/bookstore_0001f/rgb_00377.jpg /bookstore_0001f/sync_depth_00377.png 518.8579 -/dining_room_0007/rgb_00187.jpg /dining_room_0007/sync_depth_00187.png 518.8579 -/bedroom_0096/rgb_00058.jpg /bedroom_0096/sync_depth_00058.png 518.8579 -/furniture_store_0002a/rgb_00261.jpg /furniture_store_0002a/sync_depth_00261.png 518.8579 -/bathroom_0042/rgb_00022.jpg /bathroom_0042/sync_depth_00022.png 518.8579 -/living_room_0055/rgb_00139.jpg /living_room_0055/sync_depth_00139.png 518.8579 -/furniture_store_0001d/rgb_00213.jpg /furniture_store_0001d/sync_depth_00213.png 518.8579 -/furniture_store_0002b/rgb_00085.jpg /furniture_store_0002b/sync_depth_00085.png 518.8579 -/kitchen_0019a/rgb_00277.jpg /kitchen_0019a/sync_depth_00277.png 518.8579 -/living_room_0004/rgb_00024.jpg /living_room_0004/sync_depth_00024.png 518.8579 -/bedroom_0129/rgb_00003.jpg /bedroom_0129/sync_depth_00003.png 518.8579 -/living_room_0011/rgb_00033.jpg /living_room_0011/sync_depth_00033.png 518.8579 -/home_office_0006/rgb_00057.jpg /home_office_0006/sync_depth_00057.png 518.8579 -/dining_room_0024/rgb_00175.jpg /dining_room_0024/sync_depth_00175.png 518.8579 -/office_0026/rgb_00070.jpg /office_0026/sync_depth_00070.png 518.8579 -/study_0008/rgb_00006.jpg /study_0008/sync_depth_00006.png 518.8579 -/bedroom_0012/rgb_00011.jpg /bedroom_0012/sync_depth_00011.png 518.8579 -/bedroom_0040/rgb_00008.jpg /bedroom_0040/sync_depth_00008.png 518.8579 -/living_room_0029/rgb_00113.jpg /living_room_0029/sync_depth_00113.png 518.8579 -/kitchen_0028a/rgb_00151.jpg /kitchen_0028a/sync_depth_00151.png 518.8579 -/kitchen_0053/rgb_00142.jpg /kitchen_0053/sync_depth_00142.png 518.8579 -/home_office_0011/rgb_00014.jpg /home_office_0011/sync_depth_00014.png 518.8579 -/bedroom_0017/rgb_00142.jpg /bedroom_0017/sync_depth_00142.png 518.8579 -/dining_room_0008/rgb_00013.jpg /dining_room_0008/sync_depth_00013.png 518.8579 -/dining_room_0001b/rgb_00002.jpg /dining_room_0001b/sync_depth_00002.png 518.8579 -/bathroom_0028/rgb_00040.jpg /bathroom_0028/sync_depth_00040.png 518.8579 -/living_room_0035/rgb_00010.jpg /living_room_0035/sync_depth_00010.png 518.8579 -/office_0009/rgb_00050.jpg /office_0009/sync_depth_00050.png 518.8579 -/bathroom_0007/rgb_00031.jpg /bathroom_0007/sync_depth_00031.png 518.8579 -/dining_room_0004/rgb_00114.jpg /dining_room_0004/sync_depth_00114.png 518.8579 -/playroom_0003/rgb_00208.jpg /playroom_0003/sync_depth_00208.png 518.8579 -/bedroom_0025/rgb_00148.jpg /bedroom_0025/sync_depth_00148.png 518.8579 -/kitchen_0045b/rgb_00104.jpg /kitchen_0045b/sync_depth_00104.png 518.8579 -/living_room_0022/rgb_00272.jpg /living_room_0022/sync_depth_00272.png 518.8579 -/office_0011/rgb_00118.jpg /office_0011/sync_depth_00118.png 518.8579 -/office_0024/rgb_00033.jpg /office_0024/sync_depth_00033.png 518.8579 -/living_room_0082/rgb_00067.jpg /living_room_0082/sync_depth_00067.png 518.8579 -/office_0024/rgb_00093.jpg /office_0024/sync_depth_00093.png 518.8579 -/bedroom_0042/rgb_00048.jpg /bedroom_0042/sync_depth_00048.png 518.8579 -/dining_room_0007/rgb_00180.jpg /dining_room_0007/sync_depth_00180.png 518.8579 -/classroom_0022/rgb_00083.jpg /classroom_0022/sync_depth_00083.png 518.8579 -/bedroom_0033/rgb_00031.jpg /bedroom_0033/sync_depth_00031.png 518.8579 -/bookstore_0001f/rgb_00085.jpg /bookstore_0001f/sync_depth_00085.png 518.8579 -/dining_room_0004/rgb_00003.jpg /dining_room_0004/sync_depth_00003.png 518.8579 -/laundry_room_0001/rgb_00041.jpg /laundry_room_0001/sync_depth_00041.png 518.8579 -/kitchen_0019a/rgb_00148.jpg /kitchen_0019a/sync_depth_00148.png 518.8579 -/living_room_0062/rgb_00084.jpg /living_room_0062/sync_depth_00084.png 518.8579 -/bathroom_0030/rgb_00030.jpg /bathroom_0030/sync_depth_00030.png 518.8579 -/living_room_0063/rgb_00088.jpg /living_room_0063/sync_depth_00088.png 518.8579 -/living_room_0019/rgb_00197.jpg /living_room_0019/sync_depth_00197.png 518.8579 -/living_room_0058/rgb_00221.jpg /living_room_0058/sync_depth_00221.png 518.8579 -/bedroom_0136/rgb_00065.jpg /bedroom_0136/sync_depth_00065.png 518.8579 -/living_room_0004/rgb_00050.jpg /living_room_0004/sync_depth_00050.png 518.8579 -/bedroom_0057/rgb_00042.jpg /bedroom_0057/sync_depth_00042.png 518.8579 -/living_room_0040/rgb_00291.jpg /living_room_0040/sync_depth_00291.png 518.8579 -/dining_room_0007/rgb_00104.jpg /dining_room_0007/sync_depth_00104.png 518.8579 -/dining_room_0023/rgb_00061.jpg /dining_room_0023/sync_depth_00061.png 518.8579 -/dining_room_0007/rgb_00013.jpg /dining_room_0007/sync_depth_00013.png 518.8579 -/office_0011/rgb_00120.jpg /office_0011/sync_depth_00120.png 518.8579 -/playroom_0006/rgb_00007.jpg /playroom_0006/sync_depth_00007.png 518.8579 -/bedroom_0106/rgb_00026.jpg /bedroom_0106/sync_depth_00026.png 518.8579 -/bookstore_0001f/rgb_00166.jpg /bookstore_0001f/sync_depth_00166.png 518.8579 -/kitchen_0019a/rgb_00092.jpg /kitchen_0019a/sync_depth_00092.png 518.8579 -/bathroom_0042/rgb_00008.jpg /bathroom_0042/sync_depth_00008.png 518.8579 -/home_office_0004/rgb_00070.jpg /home_office_0004/sync_depth_00070.png 518.8579 -/bedroom_0124/rgb_00028.jpg /bedroom_0124/sync_depth_00028.png 518.8579 -/office_kitchen_0001b/rgb_00037.jpg /office_kitchen_0001b/sync_depth_00037.png 518.8579 -/bedroom_0050/rgb_00008.jpg /bedroom_0050/sync_depth_00008.png 518.8579 -/study_room_0005b/rgb_00068.jpg /study_room_0005b/sync_depth_00068.png 518.8579 -/kitchen_0003/rgb_00142.jpg /kitchen_0003/sync_depth_00142.png 518.8579 -/living_room_0058/rgb_00027.jpg /living_room_0058/sync_depth_00027.png 518.8579 -/dining_room_0014/rgb_00061.jpg /dining_room_0014/sync_depth_00061.png 518.8579 -/bedroom_0125b/rgb_00091.jpg /bedroom_0125b/sync_depth_00091.png 518.8579 -/bathroom_0014a/rgb_00034.jpg /bathroom_0014a/sync_depth_00034.png 518.8579 -/living_room_0082/rgb_00006.jpg /living_room_0082/sync_depth_00006.png 518.8579 -/kitchen_0019a/rgb_00156.jpg /kitchen_0019a/sync_depth_00156.png 518.8579 -/living_room_0050/rgb_00219.jpg /living_room_0050/sync_depth_00219.png 518.8579 -/playroom_0003/rgb_00018.jpg /playroom_0003/sync_depth_00018.png 518.8579 -/dining_room_0013/rgb_00054.jpg /dining_room_0013/sync_depth_00054.png 518.8579 -/dining_room_0015/rgb_00259.jpg /dining_room_0015/sync_depth_00259.png 518.8579 -/home_office_0008/rgb_00112.jpg /home_office_0008/sync_depth_00112.png 518.8579 -/dining_room_0004/rgb_00058.jpg /dining_room_0004/sync_depth_00058.png 518.8579 -/bedroom_0050/rgb_00135.jpg /bedroom_0050/sync_depth_00135.png 518.8579 -/kitchen_0051/rgb_00288.jpg /kitchen_0051/sync_depth_00288.png 518.8579 -/bookstore_0001i/rgb_00095.jpg /bookstore_0001i/sync_depth_00095.png 518.8579 -/kitchen_0060/rgb_00169.jpg /kitchen_0060/sync_depth_00169.png 518.8579 -/office_kitchen_0001b/rgb_00058.jpg /office_kitchen_0001b/sync_depth_00058.png 518.8579 -/office_0026/rgb_00102.jpg /office_0026/sync_depth_00102.png 518.8579 -/bedroom_0140/rgb_00039.jpg /bedroom_0140/sync_depth_00039.png 518.8579 -/bedroom_0063/rgb_00139.jpg /bedroom_0063/sync_depth_00139.png 518.8579 -/kitchen_0029b/rgb_00053.jpg /kitchen_0029b/sync_depth_00053.png 518.8579 -/dining_room_0008/rgb_00062.jpg /dining_room_0008/sync_depth_00062.png 518.8579 -/bookstore_0001f/rgb_00287.jpg /bookstore_0001f/sync_depth_00287.png 518.8579 -/kitchen_0017/rgb_00031.jpg /kitchen_0017/sync_depth_00031.png 518.8579 -/excercise_room_0001/rgb_00123.jpg /excercise_room_0001/sync_depth_00123.png 518.8579 -/kitchen_0028a/rgb_00175.jpg /kitchen_0028a/sync_depth_00175.png 518.8579 -/dining_room_0007/rgb_00051.jpg /dining_room_0007/sync_depth_00051.png 518.8579 -/living_room_0022/rgb_00195.jpg /living_room_0022/sync_depth_00195.png 518.8579 -/furniture_store_0001a/rgb_00007.jpg /furniture_store_0001a/sync_depth_00007.png 518.8579 -/home_office_0011/rgb_00004.jpg /home_office_0011/sync_depth_00004.png 518.8579 -/bedroom_0136/rgb_00000.jpg /bedroom_0136/sync_depth_00000.png 518.8579 -/home_office_0011/rgb_00054.jpg /home_office_0011/sync_depth_00054.png 518.8579 -/nyu_office_0/rgb_00001.jpg /nyu_office_0/sync_depth_00001.png 518.8579 -/living_room_0010/rgb_00228.jpg /living_room_0010/sync_depth_00228.png 518.8579 -/furniture_store_0002a/rgb_00311.jpg /furniture_store_0002a/sync_depth_00311.png 518.8579 -/bedroom_0051/rgb_00180.jpg /bedroom_0051/sync_depth_00180.png 518.8579 -/home_office_0005/rgb_00135.jpg /home_office_0005/sync_depth_00135.png 518.8579 -/office_0004/rgb_00093.jpg /office_0004/sync_depth_00093.png 518.8579 -/office_0026/rgb_00043.jpg /office_0026/sync_depth_00043.png 518.8579 -/office_0011/rgb_00010.jpg /office_0011/sync_depth_00010.png 518.8579 -/living_room_0069b/rgb_00062.jpg /living_room_0069b/sync_depth_00062.png 518.8579 -/basement_0001b/rgb_00002.jpg /basement_0001b/sync_depth_00002.png 518.8579 -/kitchen_0029c/rgb_00125.jpg /kitchen_0029c/sync_depth_00125.png 518.8579 -/office_0023/rgb_00044.jpg /office_0023/sync_depth_00044.png 518.8579 -/bedroom_0124/rgb_00034.jpg /bedroom_0124/sync_depth_00034.png 518.8579 -/kitchen_0050/rgb_00219.jpg /kitchen_0050/sync_depth_00219.png 518.8579 -/dining_room_0024/rgb_00172.jpg /dining_room_0024/sync_depth_00172.png 518.8579 -/classroom_0011/rgb_00008.jpg /classroom_0011/sync_depth_00008.png 518.8579 -/office_0024/rgb_00021.jpg /office_0024/sync_depth_00021.png 518.8579 -/classroom_0004/rgb_00057.jpg /classroom_0004/sync_depth_00057.png 518.8579 -/playroom_0002/rgb_00037.jpg /playroom_0002/sync_depth_00037.png 518.8579 -/living_room_0042b/rgb_00080.jpg /living_room_0042b/sync_depth_00080.png 518.8579 -/dining_room_0031/rgb_00240.jpg /dining_room_0031/sync_depth_00240.png 518.8579 -/living_room_0047b/rgb_00007.jpg /living_room_0047b/sync_depth_00007.png 518.8579 -/basement_0001b/rgb_00047.jpg /basement_0001b/sync_depth_00047.png 518.8579 -/dining_room_0015/rgb_00226.jpg /dining_room_0015/sync_depth_00226.png 518.8579 -/home_office_0008/rgb_00126.jpg /home_office_0008/sync_depth_00126.png 518.8579 -/furniture_store_0002a/rgb_00378.jpg /furniture_store_0002a/sync_depth_00378.png 518.8579 -/reception_room_0004/rgb_00065.jpg /reception_room_0004/sync_depth_00065.png 518.8579 -/living_room_0083/rgb_00085.jpg /living_room_0083/sync_depth_00085.png 518.8579 -/living_room_0055/rgb_00059.jpg /living_room_0055/sync_depth_00059.png 518.8579 -/kitchen_0006/rgb_00057.jpg /kitchen_0006/sync_depth_00057.png 518.8579 -/bedroom_0086/rgb_00095.jpg /bedroom_0086/sync_depth_00095.png 518.8579 -/study_0003/rgb_00001.jpg /study_0003/sync_depth_00001.png 518.8579 -/dining_room_0037/rgb_00038.jpg /dining_room_0037/sync_depth_00038.png 518.8579 -/bedroom_0017/rgb_00101.jpg /bedroom_0017/sync_depth_00101.png 518.8579 -/bedroom_0129/rgb_00052.jpg /bedroom_0129/sync_depth_00052.png 518.8579 -/furniture_store_0002d/rgb_00031.jpg /furniture_store_0002d/sync_depth_00031.png 518.8579 -/bedroom_0031/rgb_00035.jpg /bedroom_0031/sync_depth_00035.png 518.8579 -/bedroom_0062/rgb_00009.jpg /bedroom_0062/sync_depth_00009.png 518.8579 -/bookstore_0001g/rgb_00016.jpg /bookstore_0001g/sync_depth_00016.png 518.8579 -/bookstore_0001d/rgb_00290.jpg /bookstore_0001d/sync_depth_00290.png 518.8579 -/living_room_0019/rgb_00209.jpg /living_room_0019/sync_depth_00209.png 518.8579 -/reception_room_0002/rgb_00143.jpg /reception_room_0002/sync_depth_00143.png 518.8579 -/kitchen_0010/rgb_00008.jpg /kitchen_0010/sync_depth_00008.png 518.8579 -/living_room_0058/rgb_00141.jpg /living_room_0058/sync_depth_00141.png 518.8579 -/living_room_0010/rgb_00162.jpg /living_room_0010/sync_depth_00162.png 518.8579 -/bedroom_0012/rgb_00070.jpg /bedroom_0012/sync_depth_00070.png 518.8579 -/bathroom_0023/rgb_00018.jpg /bathroom_0023/sync_depth_00018.png 518.8579 -/kitchen_0028a/rgb_00054.jpg /kitchen_0028a/sync_depth_00054.png 518.8579 -/kitchen_0050/rgb_00083.jpg /kitchen_0050/sync_depth_00083.png 518.8579 -/bedroom_0086/rgb_00106.jpg /bedroom_0086/sync_depth_00106.png 518.8579 -/bedroom_0076a/rgb_00235.jpg /bedroom_0076a/sync_depth_00235.png 518.8579 -/bedroom_0078/rgb_00050.jpg /bedroom_0078/sync_depth_00050.png 518.8579 -/dinette_0001/rgb_00028.jpg /dinette_0001/sync_depth_00028.png 518.8579 -/bedroom_0039/rgb_00036.jpg /bedroom_0039/sync_depth_00036.png 518.8579 -/living_room_0022/rgb_00349.jpg /living_room_0022/sync_depth_00349.png 518.8579 -/dining_room_0007/rgb_00048.jpg /dining_room_0007/sync_depth_00048.png 518.8579 -/home_office_0004/rgb_00110.jpg /home_office_0004/sync_depth_00110.png 518.8579 -/home_office_0004/rgb_00179.jpg /home_office_0004/sync_depth_00179.png 518.8579 -/bathroom_0011/rgb_00036.jpg /bathroom_0011/sync_depth_00036.png 518.8579 -/dining_room_0037/rgb_00023.jpg /dining_room_0037/sync_depth_00023.png 518.8579 -/furniture_store_0002a/rgb_00347.jpg /furniture_store_0002a/sync_depth_00347.png 518.8579 -/computer_lab_0002/rgb_00032.jpg /computer_lab_0002/sync_depth_00032.png 518.8579 -/bookstore_0001d/rgb_00258.jpg /bookstore_0001d/sync_depth_00258.png 518.8579 -/bedroom_0125b/rgb_00002.jpg /bedroom_0125b/sync_depth_00002.png 518.8579 -/living_room_0050/rgb_00162.jpg /living_room_0050/sync_depth_00162.png 518.8579 -/office_0026/rgb_00173.jpg /office_0026/sync_depth_00173.png 518.8579 -/bedroom_0078/rgb_00044.jpg /bedroom_0078/sync_depth_00044.png 518.8579 -/classroom_0011/rgb_00059.jpg /classroom_0011/sync_depth_00059.png 518.8579 -/basement_0001a/rgb_00037.jpg /basement_0001a/sync_depth_00037.png 518.8579 -/bedroom_0034/rgb_00129.jpg /bedroom_0034/sync_depth_00129.png 518.8579 -/dining_room_0037/rgb_00141.jpg /dining_room_0037/sync_depth_00141.png 518.8579 -/kitchen_0010/rgb_00029.jpg /kitchen_0010/sync_depth_00029.png 518.8579 -/office_0009/rgb_00089.jpg /office_0009/sync_depth_00089.png 518.8579 -/living_room_0042b/rgb_00024.jpg /living_room_0042b/sync_depth_00024.png 518.8579 -/office_0003/rgb_00071.jpg /office_0003/sync_depth_00071.png 518.8579 -/dining_room_0008/rgb_00003.jpg /dining_room_0008/sync_depth_00003.png 518.8579 -/bedroom_0136/rgb_00061.jpg /bedroom_0136/sync_depth_00061.png 518.8579 -/furniture_store_0001e/rgb_00077.jpg /furniture_store_0001e/sync_depth_00077.png 518.8579 -/living_room_0018/rgb_00078.jpg /living_room_0018/sync_depth_00078.png 518.8579 -/bathroom_0010/rgb_00035.jpg /bathroom_0010/sync_depth_00035.png 518.8579 -/bedroom_0113/rgb_00009.jpg /bedroom_0113/sync_depth_00009.png 518.8579 -/living_room_0040/rgb_00337.jpg /living_room_0040/sync_depth_00337.png 518.8579 -/bedroom_0021/rgb_00027.jpg /bedroom_0021/sync_depth_00027.png 518.8579 -/kitchen_0060/rgb_00122.jpg /kitchen_0060/sync_depth_00122.png 518.8579 -/kitchen_0049/rgb_00185.jpg /kitchen_0049/sync_depth_00185.png 518.8579 -/living_room_0005/rgb_00125.jpg /living_room_0005/sync_depth_00125.png 518.8579 -/kitchen_0019b/rgb_00015.jpg /kitchen_0019b/sync_depth_00015.png 518.8579 -/kitchen_0011b/rgb_00047.jpg /kitchen_0011b/sync_depth_00047.png 518.8579 -/living_room_0050/rgb_00147.jpg /living_room_0050/sync_depth_00147.png 518.8579 -/bedroom_0125b/rgb_00082.jpg /bedroom_0125b/sync_depth_00082.png 518.8579 -/dining_room_0015/rgb_00054.jpg /dining_room_0015/sync_depth_00054.png 518.8579 -/bedroom_0051/rgb_00041.jpg /bedroom_0051/sync_depth_00041.png 518.8579 -/dining_room_0007/rgb_00057.jpg /dining_room_0007/sync_depth_00057.png 518.8579 -/reception_room_0004/rgb_00002.jpg /reception_room_0004/sync_depth_00002.png 518.8579 -/bathroom_0048/rgb_00006.jpg /bathroom_0048/sync_depth_00006.png 518.8579 -/bookstore_0001f/rgb_00313.jpg /bookstore_0001f/sync_depth_00313.png 518.8579 -/kitchen_0060/rgb_00133.jpg /kitchen_0060/sync_depth_00133.png 518.8579 -/bedroom_0025/rgb_00026.jpg /bedroom_0025/sync_depth_00026.png 518.8579 -/cafe_0001a/rgb_00048.jpg /cafe_0001a/sync_depth_00048.png 518.8579 -/kitchen_0045b/rgb_00133.jpg /kitchen_0045b/sync_depth_00133.png 518.8579 -/kitchen_0003/rgb_00033.jpg /kitchen_0003/sync_depth_00033.png 518.8579 -/furniture_store_0002a/rgb_00302.jpg /furniture_store_0002a/sync_depth_00302.png 518.8579 -/bedroom_0042/rgb_00028.jpg /bedroom_0042/sync_depth_00028.png 518.8579 -/bookstore_0001e/rgb_00218.jpg /bookstore_0001e/sync_depth_00218.png 518.8579 -/dining_room_0013/rgb_00064.jpg /dining_room_0013/sync_depth_00064.png 518.8579 -/dining_room_0019/rgb_00001.jpg /dining_room_0019/sync_depth_00001.png 518.8579 -/kitchen_0028a/rgb_00045.jpg /kitchen_0028a/sync_depth_00045.png 518.8579 -/playroom_0002/rgb_00053.jpg /playroom_0002/sync_depth_00053.png 518.8579 -/home_office_0004/rgb_00026.jpg /home_office_0004/sync_depth_00026.png 518.8579 -/bookstore_0001g/rgb_00035.jpg /bookstore_0001g/sync_depth_00035.png 518.8579 -/kitchen_0003/rgb_00169.jpg /kitchen_0003/sync_depth_00169.png 518.8579 -/bedroom_0069/rgb_00061.jpg /bedroom_0069/sync_depth_00061.png 518.8579 -/bedroom_0097/rgb_00013.jpg /bedroom_0097/sync_depth_00013.png 518.8579 -/bathroom_0051/rgb_00007.jpg /bathroom_0051/sync_depth_00007.png 518.8579 -/bookstore_0001d/rgb_00259.jpg /bookstore_0001d/sync_depth_00259.png 518.8579 -/bedroom_0017/rgb_00023.jpg /bedroom_0017/sync_depth_00023.png 518.8579 -/bedroom_0033/rgb_00109.jpg /bedroom_0033/sync_depth_00109.png 518.8579 -/playroom_0003/rgb_00187.jpg /playroom_0003/sync_depth_00187.png 518.8579 -/bathroom_0039/rgb_00038.jpg /bathroom_0039/sync_depth_00038.png 518.8579 -/dining_room_0007/rgb_00019.jpg /dining_room_0007/sync_depth_00019.png 518.8579 -/bathroom_0028/rgb_00113.jpg /bathroom_0028/sync_depth_00113.png 518.8579 -/bedroom_0021/rgb_00035.jpg /bedroom_0021/sync_depth_00035.png 518.8579 -/kitchen_0051/rgb_00261.jpg /kitchen_0051/sync_depth_00261.png 518.8579 -/bookstore_0001f/rgb_00413.jpg /bookstore_0001f/sync_depth_00413.png 518.8579 -/bedroom_0072/rgb_00118.jpg /bedroom_0072/sync_depth_00118.png 518.8579 -/living_room_0046a/rgb_00104.jpg /living_room_0046a/sync_depth_00104.png 518.8579 -/office_0006/rgb_00137.jpg /office_0006/sync_depth_00137.png 518.8579 -/kitchen_0011a/rgb_00078.jpg /kitchen_0011a/sync_depth_00078.png 518.8579 -/bookstore_0001g/rgb_00248.jpg /bookstore_0001g/sync_depth_00248.png 518.8579 -/bathroom_0028/rgb_00055.jpg /bathroom_0028/sync_depth_00055.png 518.8579 -/nyu_office_0/rgb_00260.jpg /nyu_office_0/sync_depth_00260.png 518.8579 -/dinette_0001/rgb_00015.jpg /dinette_0001/sync_depth_00015.png 518.8579 -/kitchen_0048/rgb_00192.jpg /kitchen_0048/sync_depth_00192.png 518.8579 -/study_room_0005b/rgb_00041.jpg /study_room_0005b/sync_depth_00041.png 518.8579 -/bathroom_0028/rgb_00168.jpg /bathroom_0028/sync_depth_00168.png 518.8579 -/living_room_0070/rgb_00069.jpg /living_room_0070/sync_depth_00069.png 518.8579 -/home_office_0008/rgb_00084.jpg /home_office_0008/sync_depth_00084.png 518.8579 -/living_room_0082/rgb_00056.jpg /living_room_0082/sync_depth_00056.png 518.8579 -/student_lounge_0001/rgb_00236.jpg /student_lounge_0001/sync_depth_00236.png 518.8579 -/living_room_0018/rgb_00097.jpg /living_room_0018/sync_depth_00097.png 518.8579 -/living_room_0019/rgb_00215.jpg /living_room_0019/sync_depth_00215.png 518.8579 -/bedroom_0016/rgb_00213.jpg /bedroom_0016/sync_depth_00213.png 518.8579 -/kitchen_0019a/rgb_00234.jpg /kitchen_0019a/sync_depth_00234.png 518.8579 -/kitchen_0051/rgb_00285.jpg /kitchen_0051/sync_depth_00285.png 518.8579 -/furniture_store_0002b/rgb_00196.jpg /furniture_store_0002b/sync_depth_00196.png 518.8579 -/bookstore_0001e/rgb_00158.jpg /bookstore_0001e/sync_depth_00158.png 518.8579 -/bedroom_0012/rgb_00064.jpg /bedroom_0012/sync_depth_00064.png 518.8579 -/study_room_0004/rgb_00162.jpg /study_room_0004/sync_depth_00162.png 518.8579 -/kitchen_0053/rgb_00147.jpg /kitchen_0053/sync_depth_00147.png 518.8579 -/bedroom_0140/rgb_00059.jpg /bedroom_0140/sync_depth_00059.png 518.8579 -/dining_room_0010/rgb_00093.jpg /dining_room_0010/sync_depth_00093.png 518.8579 -/living_room_0039/rgb_00165.jpg /living_room_0039/sync_depth_00165.png 518.8579 -/classroom_0006/rgb_00026.jpg /classroom_0006/sync_depth_00026.png 518.8579 -/bedroom_0096/rgb_00013.jpg /bedroom_0096/sync_depth_00013.png 518.8579 -/office_kitchen_0001a/rgb_00050.jpg /office_kitchen_0001a/sync_depth_00050.png 518.8579 -/nyu_office_1/rgb_00066.jpg /nyu_office_1/sync_depth_00066.png 518.8579 -/office_kitchen_0001b/rgb_00031.jpg /office_kitchen_0001b/sync_depth_00031.png 518.8579 -/bookstore_0001d/rgb_00004.jpg /bookstore_0001d/sync_depth_00004.png 518.8579 -/bedroom_0012/rgb_00030.jpg /bedroom_0012/sync_depth_00030.png 518.8579 -/dining_room_0016/rgb_00035.jpg /dining_room_0016/sync_depth_00035.png 518.8579 -/kitchen_0053/rgb_00075.jpg /kitchen_0053/sync_depth_00075.png 518.8579 -/bedroom_0019/rgb_00082.jpg /bedroom_0019/sync_depth_00082.png 518.8579 -/living_room_0047b/rgb_00090.jpg /living_room_0047b/sync_depth_00090.png 518.8579 -/living_room_0004/rgb_00112.jpg /living_room_0004/sync_depth_00112.png 518.8579 -/kitchen_0028a/rgb_00059.jpg /kitchen_0028a/sync_depth_00059.png 518.8579 -/bookstore_0001f/rgb_00068.jpg /bookstore_0001f/sync_depth_00068.png 518.8579 -/bookstore_0001g/rgb_00233.jpg /bookstore_0001g/sync_depth_00233.png 518.8579 -/living_room_0083/rgb_00060.jpg /living_room_0083/sync_depth_00060.png 518.8579 -/bathroom_0051/rgb_00017.jpg /bathroom_0051/sync_depth_00017.png 518.8579 -/bedroom_0004/rgb_00195.jpg /bedroom_0004/sync_depth_00195.png 518.8579 -/living_room_0063/rgb_00050.jpg /living_room_0063/sync_depth_00050.png 518.8579 -/living_room_0069b/rgb_00041.jpg /living_room_0069b/sync_depth_00041.png 518.8579 -/home_office_0011/rgb_00019.jpg /home_office_0011/sync_depth_00019.png 518.8579 -/furniture_store_0001e/rgb_00009.jpg /furniture_store_0001e/sync_depth_00009.png 518.8579 -/kitchen_0048/rgb_00067.jpg /kitchen_0048/sync_depth_00067.png 518.8579 -/kitchen_0048/rgb_00119.jpg /kitchen_0048/sync_depth_00119.png 518.8579 -/kitchen_0043/rgb_00222.jpg /kitchen_0043/sync_depth_00222.png 518.8579 -/living_room_0022/rgb_00094.jpg /living_room_0022/sync_depth_00094.png 518.8579 -/furniture_store_0001d/rgb_00069.jpg /furniture_store_0001d/sync_depth_00069.png 518.8579 -/bedroom_0056b/rgb_00006.jpg /bedroom_0056b/sync_depth_00006.png 518.8579 -/bedroom_0062/rgb_00043.jpg /bedroom_0062/sync_depth_00043.png 518.8579 -/living_room_0022/rgb_00120.jpg /living_room_0022/sync_depth_00120.png 518.8579 -/basement_0001a/rgb_00041.jpg /basement_0001a/sync_depth_00041.png 518.8579 -/office_0024/rgb_00024.jpg /office_0024/sync_depth_00024.png 518.8579 -/bedroom_0076a/rgb_00262.jpg /bedroom_0076a/sync_depth_00262.png 518.8579 -/living_room_0086a/rgb_00083.jpg /living_room_0086a/sync_depth_00083.png 518.8579 -/living_room_0058/rgb_00242.jpg /living_room_0058/sync_depth_00242.png 518.8579 -/nyu_office_0/rgb_00019.jpg /nyu_office_0/sync_depth_00019.png 518.8579 -/bedroom_0052/rgb_00029.jpg /bedroom_0052/sync_depth_00029.png 518.8579 -/excercise_room_0001/rgb_00018.jpg /excercise_room_0001/sync_depth_00018.png 518.8579 -/bathroom_0001/rgb_00014.jpg /bathroom_0001/sync_depth_00014.png 518.8579 -/bedroom_0015/rgb_00099.jpg /bedroom_0015/sync_depth_00099.png 518.8579 -/kitchen_0048/rgb_00199.jpg /kitchen_0048/sync_depth_00199.png 518.8579 -/bathroom_0030/rgb_00054.jpg /bathroom_0030/sync_depth_00054.png 518.8579 -/bathroom_0024/rgb_00030.jpg /bathroom_0024/sync_depth_00030.png 518.8579 -/bedroom_0136/rgb_00046.jpg /bedroom_0136/sync_depth_00046.png 518.8579 -/living_room_0029/rgb_00007.jpg /living_room_0029/sync_depth_00007.png 518.8579 -/home_office_0006/rgb_00022.jpg /home_office_0006/sync_depth_00022.png 518.8579 -/study_room_0004/rgb_00156.jpg /study_room_0004/sync_depth_00156.png 518.8579 -/living_room_0046a/rgb_00030.jpg /living_room_0046a/sync_depth_00030.png 518.8579 -/bedroom_0019/rgb_00028.jpg /bedroom_0019/sync_depth_00028.png 518.8579 -/kitchen_0011a/rgb_00088.jpg /kitchen_0011a/sync_depth_00088.png 518.8579 -/bookstore_0001h/rgb_00122.jpg /bookstore_0001h/sync_depth_00122.png 518.8579 -/reception_room_0002/rgb_00156.jpg /reception_room_0002/sync_depth_00156.png 518.8579 -/bookstore_0001i/rgb_00166.jpg /bookstore_0001i/sync_depth_00166.png 518.8579 -/bedroom_0062/rgb_00137.jpg /bedroom_0062/sync_depth_00137.png 518.8579 -/kitchen_0019a/rgb_00099.jpg /kitchen_0019a/sync_depth_00099.png 518.8579 -/living_room_0058/rgb_00146.jpg /living_room_0058/sync_depth_00146.png 518.8579 -/bookstore_0001j/rgb_00224.jpg /bookstore_0001j/sync_depth_00224.png 518.8579 -/bedroom_0136/rgb_00091.jpg /bedroom_0136/sync_depth_00091.png 518.8579 -/living_room_0010/rgb_00032.jpg /living_room_0010/sync_depth_00032.png 518.8579 -/living_room_0029/rgb_00049.jpg /living_room_0029/sync_depth_00049.png 518.8579 -/bathroom_0033/rgb_00033.jpg /bathroom_0033/sync_depth_00033.png 518.8579 -/bookstore_0001f/rgb_00169.jpg /bookstore_0001f/sync_depth_00169.png 518.8579 -/classroom_0006/rgb_00030.jpg /classroom_0006/sync_depth_00030.png 518.8579 -/living_room_0039/rgb_00146.jpg /living_room_0039/sync_depth_00146.png 518.8579 -/living_room_0078/rgb_00077.jpg /living_room_0078/sync_depth_00077.png 518.8579 -/bedroom_0086/rgb_00117.jpg /bedroom_0086/sync_depth_00117.png 518.8579 -/bookstore_0001g/rgb_00104.jpg /bookstore_0001g/sync_depth_00104.png 518.8579 -/office_0004/rgb_00049.jpg /office_0004/sync_depth_00049.png 518.8579 -/bedroom_0125b/rgb_00047.jpg /bedroom_0125b/sync_depth_00047.png 518.8579 -/living_room_0037/rgb_00062.jpg /living_room_0037/sync_depth_00062.png 518.8579 -/kitchen_0047/rgb_00043.jpg /kitchen_0047/sync_depth_00043.png 518.8579 -/student_lounge_0001/rgb_00160.jpg /student_lounge_0001/sync_depth_00160.png 518.8579 -/playroom_0004/rgb_00127.jpg /playroom_0004/sync_depth_00127.png 518.8579 -/dining_room_0015/rgb_00108.jpg /dining_room_0015/sync_depth_00108.png 518.8579 -/kitchen_0053/rgb_00024.jpg /kitchen_0053/sync_depth_00024.png 518.8579 -/bedroom_0033/rgb_00064.jpg /bedroom_0033/sync_depth_00064.png 518.8579 -/living_room_0022/rgb_00077.jpg /living_room_0022/sync_depth_00077.png 518.8579 -/dining_room_0007/rgb_00167.jpg /dining_room_0007/sync_depth_00167.png 518.8579 -/bedroom_0081/rgb_00014.jpg /bedroom_0081/sync_depth_00014.png 518.8579 -/dining_room_0008/rgb_00192.jpg /dining_room_0008/sync_depth_00192.png 518.8579 -/living_room_0035/rgb_00103.jpg /living_room_0035/sync_depth_00103.png 518.8579 -/bedroom_0004/rgb_00024.jpg /bedroom_0004/sync_depth_00024.png 518.8579 -/playroom_0002/rgb_00054.jpg /playroom_0002/sync_depth_00054.png 518.8579 -/bedroom_0050/rgb_00167.jpg /bedroom_0050/sync_depth_00167.png 518.8579 -/living_room_0012/rgb_00092.jpg /living_room_0012/sync_depth_00092.png 518.8579 -/bathroom_0028/rgb_00042.jpg /bathroom_0028/sync_depth_00042.png 518.8579 -/dining_room_0031/rgb_00023.jpg /dining_room_0031/sync_depth_00023.png 518.8579 -/laundry_room_0001/rgb_00045.jpg /laundry_room_0001/sync_depth_00045.png 518.8579 -/office_kitchen_0001b/rgb_00028.jpg /office_kitchen_0001b/sync_depth_00028.png 518.8579 -/living_room_0019/rgb_00083.jpg /living_room_0019/sync_depth_00083.png 518.8579 -/bedroom_0056a/rgb_00034.jpg /bedroom_0056a/sync_depth_00034.png 518.8579 -/living_room_0019/rgb_00244.jpg /living_room_0019/sync_depth_00244.png 518.8579 -/bathroom_0049/rgb_00051.jpg /bathroom_0049/sync_depth_00051.png 518.8579 -/kitchen_0060/rgb_00068.jpg /kitchen_0060/sync_depth_00068.png 518.8579 -/furniture_store_0002b/rgb_00257.jpg /furniture_store_0002b/sync_depth_00257.png 518.8579 -/bookstore_0001i/rgb_00121.jpg /bookstore_0001i/sync_depth_00121.png 518.8579 -/kitchen_0045a/rgb_00034.jpg /kitchen_0045a/sync_depth_00034.png 518.8579 -/office_0006/rgb_00032.jpg /office_0006/sync_depth_00032.png 518.8579 -/dining_room_0019/rgb_00148.jpg /dining_room_0019/sync_depth_00148.png 518.8579 -/bedroom_0069/rgb_00126.jpg /bedroom_0069/sync_depth_00126.png 518.8579 -/living_room_0050/rgb_00101.jpg /living_room_0050/sync_depth_00101.png 518.8579 -/kitchen_0011a/rgb_00116.jpg /kitchen_0011a/sync_depth_00116.png 518.8579 -/kitchen_0029b/rgb_00004.jpg /kitchen_0029b/sync_depth_00004.png 518.8579 -/classroom_0022/rgb_00009.jpg /classroom_0022/sync_depth_00009.png 518.8579 -/dining_room_0004/rgb_00087.jpg /dining_room_0004/sync_depth_00087.png 518.8579 -/playroom_0003/rgb_00001.jpg /playroom_0003/sync_depth_00001.png 518.8579 -/office_0024/rgb_00112.jpg /office_0024/sync_depth_00112.png 518.8579 -/living_room_0055/rgb_00081.jpg /living_room_0055/sync_depth_00081.png 518.8579 -/kitchen_0048/rgb_00102.jpg /kitchen_0048/sync_depth_00102.png 518.8579 -/bathroom_0024/rgb_00001.jpg /bathroom_0024/sync_depth_00001.png 518.8579 -/bookstore_0001i/rgb_00134.jpg /bookstore_0001i/sync_depth_00134.png 518.8579 -/kitchen_0019a/rgb_00017.jpg /kitchen_0019a/sync_depth_00017.png 518.8579 -/living_room_0078/rgb_00063.jpg /living_room_0078/sync_depth_00063.png 518.8579 -/classroom_0003/rgb_00038.jpg /classroom_0003/sync_depth_00038.png 518.8579 -/living_room_0012/rgb_00081.jpg /living_room_0012/sync_depth_00081.png 518.8579 -/kitchen_0043/rgb_00062.jpg /kitchen_0043/sync_depth_00062.png 518.8579 -/living_room_0035/rgb_00013.jpg /living_room_0035/sync_depth_00013.png 518.8579 -/basement_0001a/rgb_00142.jpg /basement_0001a/sync_depth_00142.png 518.8579 -/bedroom_0086/rgb_00060.jpg /bedroom_0086/sync_depth_00060.png 518.8579 -/classroom_0006/rgb_00201.jpg /classroom_0006/sync_depth_00201.png 518.8579 -/kitchen_0050/rgb_00207.jpg /kitchen_0050/sync_depth_00207.png 518.8579 -/bedroom_0069/rgb_00085.jpg /bedroom_0069/sync_depth_00085.png 518.8579 -/living_room_0078/rgb_00102.jpg /living_room_0078/sync_depth_00102.png 518.8579 -/home_office_0004/rgb_00139.jpg /home_office_0004/sync_depth_00139.png 518.8579 -/dining_room_0023/rgb_00051.jpg /dining_room_0023/sync_depth_00051.png 518.8579 -/bedroom_0113/rgb_00000.jpg /bedroom_0113/sync_depth_00000.png 518.8579 -/study_room_0004/rgb_00058.jpg /study_room_0004/sync_depth_00058.png 518.8579 -/office_0026/rgb_00058.jpg /office_0026/sync_depth_00058.png 518.8579 -/living_room_0086b/rgb_00004.jpg /living_room_0086b/sync_depth_00004.png 518.8579 -/student_lounge_0001/rgb_00231.jpg /student_lounge_0001/sync_depth_00231.png 518.8579 -/playroom_0004/rgb_00020.jpg /playroom_0004/sync_depth_00020.png 518.8579 -/bedroom_0056a/rgb_00028.jpg /bedroom_0056a/sync_depth_00028.png 518.8579 -/kitchen_0010/rgb_00074.jpg /kitchen_0010/sync_depth_00074.png 518.8579 -/reception_room_0001b/rgb_00008.jpg /reception_room_0001b/sync_depth_00008.png 518.8579 -/bedroom_0021/rgb_00007.jpg /bedroom_0021/sync_depth_00007.png 518.8579 -/dining_room_0008/rgb_00128.jpg /dining_room_0008/sync_depth_00128.png 518.8579 -/printer_room_0001/rgb_00066.jpg /printer_room_0001/sync_depth_00066.png 518.8579 -/kitchen_0053/rgb_00195.jpg /kitchen_0053/sync_depth_00195.png 518.8579 -/dining_room_0012/rgb_00209.jpg /dining_room_0012/sync_depth_00209.png 518.8579 -/bedroom_0076a/rgb_00238.jpg /bedroom_0076a/sync_depth_00238.png 518.8579 -/bathroom_0034/rgb_00045.jpg /bathroom_0034/sync_depth_00045.png 518.8579 -/living_room_0038/rgb_00013.jpg /living_room_0038/sync_depth_00013.png 518.8579 -/student_lounge_0001/rgb_00054.jpg /student_lounge_0001/sync_depth_00054.png 518.8579 -/playroom_0003/rgb_00172.jpg /playroom_0003/sync_depth_00172.png 518.8579 -/home_office_0005/rgb_00008.jpg /home_office_0005/sync_depth_00008.png 518.8579 -/bookstore_0001j/rgb_00304.jpg /bookstore_0001j/sync_depth_00304.png 518.8579 -/living_room_0038/rgb_00101.jpg /living_room_0038/sync_depth_00101.png 518.8579 -/kitchen_0049/rgb_00124.jpg /kitchen_0049/sync_depth_00124.png 518.8579 -/bathroom_0033/rgb_00003.jpg /bathroom_0033/sync_depth_00003.png 518.8579 -/living_room_0086b/rgb_00030.jpg /living_room_0086b/sync_depth_00030.png 518.8579 -/kitchen_0019a/rgb_00236.jpg /kitchen_0019a/sync_depth_00236.png 518.8579 -/kitchen_0029c/rgb_00118.jpg /kitchen_0029c/sync_depth_00118.png 518.8579 -/living_room_0047b/rgb_00122.jpg /living_room_0047b/sync_depth_00122.png 518.8579 -/bedroom_0050/rgb_00050.jpg /bedroom_0050/sync_depth_00050.png 518.8579 -/bedroom_0028/rgb_00047.jpg /bedroom_0028/sync_depth_00047.png 518.8579 -/kitchen_0016/rgb_00054.jpg /kitchen_0016/sync_depth_00054.png 518.8579 -/bedroom_0016/rgb_00119.jpg /bedroom_0016/sync_depth_00119.png 518.8579 -/nyu_office_0/rgb_00301.jpg /nyu_office_0/sync_depth_00301.png 518.8579 -/bedroom_0066/rgb_00028.jpg /bedroom_0066/sync_depth_00028.png 518.8579 -/cafe_0001c/rgb_00031.jpg /cafe_0001c/sync_depth_00031.png 518.8579 -/playroom_0002/rgb_00091.jpg /playroom_0002/sync_depth_00091.png 518.8579 -/kitchen_0011b/rgb_00076.jpg /kitchen_0011b/sync_depth_00076.png 518.8579 -/kitchen_0043/rgb_00238.jpg /kitchen_0043/sync_depth_00238.png 518.8579 -/bedroom_0033/rgb_00082.jpg /bedroom_0033/sync_depth_00082.png 518.8579 -/bookstore_0001i/rgb_00012.jpg /bookstore_0001i/sync_depth_00012.png 518.8579 -/living_room_0083/rgb_00021.jpg /living_room_0083/sync_depth_00021.png 518.8579 -/furniture_store_0002a/rgb_00251.jpg /furniture_store_0002a/sync_depth_00251.png 518.8579 -/dining_room_0007/rgb_00140.jpg /dining_room_0007/sync_depth_00140.png 518.8579 -/kitchen_0028a/rgb_00195.jpg /kitchen_0028a/sync_depth_00195.png 518.8579 -/bedroom_0021/rgb_00017.jpg /bedroom_0021/sync_depth_00017.png 518.8579 -/bedroom_0113/rgb_00118.jpg /bedroom_0113/sync_depth_00118.png 518.8579 -/study_0003/rgb_00090.jpg /study_0003/sync_depth_00090.png 518.8579 -/living_room_0068/rgb_00100.jpg /living_room_0068/sync_depth_00100.png 518.8579 -/living_room_0083/rgb_00081.jpg /living_room_0083/sync_depth_00081.png 518.8579 -/home_office_0005/rgb_00023.jpg /home_office_0005/sync_depth_00023.png 518.8579 -/living_room_0018/rgb_00033.jpg /living_room_0018/sync_depth_00033.png 518.8579 -/living_room_0069a/rgb_00118.jpg /living_room_0069a/sync_depth_00118.png 518.8579 -/kitchen_0016/rgb_00023.jpg /kitchen_0016/sync_depth_00023.png 518.8579 -/bedroom_0042/rgb_00007.jpg /bedroom_0042/sync_depth_00007.png 518.8579 -/dining_room_0015/rgb_00003.jpg /dining_room_0015/sync_depth_00003.png 518.8579 -/kitchen_0019a/rgb_00226.jpg /kitchen_0019a/sync_depth_00226.png 518.8579 -/kitchen_0045a/rgb_00082.jpg /kitchen_0045a/sync_depth_00082.png 518.8579 -/bedroom_0020/rgb_00010.jpg /bedroom_0020/sync_depth_00010.png 518.8579 -/dining_room_0014/rgb_00067.jpg /dining_room_0014/sync_depth_00067.png 518.8579 -/dining_room_0034/rgb_00216.jpg /dining_room_0034/sync_depth_00216.png 518.8579 -/living_room_0033/rgb_00002.jpg /living_room_0033/sync_depth_00002.png 518.8579 -/dining_room_0037/rgb_00087.jpg /dining_room_0037/sync_depth_00087.png 518.8579 -/office_0004/rgb_00074.jpg /office_0004/sync_depth_00074.png 518.8579 -/bedroom_0081/rgb_00037.jpg /bedroom_0081/sync_depth_00037.png 518.8579 -/living_room_0040/rgb_00004.jpg /living_room_0040/sync_depth_00004.png 518.8579 -/bookstore_0001f/rgb_00297.jpg /bookstore_0001f/sync_depth_00297.png 518.8579 -/living_room_0083/rgb_00007.jpg /living_room_0083/sync_depth_00007.png 518.8579 -/living_room_0062/rgb_00215.jpg /living_room_0062/sync_depth_00215.png 518.8579 -/home_office_0006/rgb_00016.jpg /home_office_0006/sync_depth_00016.png 518.8579 -/dining_room_0023/rgb_00036.jpg /dining_room_0023/sync_depth_00036.png 518.8579 -/bedroom_0056a/rgb_00107.jpg /bedroom_0056a/sync_depth_00107.png 518.8579 -/kitchen_0053/rgb_00052.jpg /kitchen_0053/sync_depth_00052.png 518.8579 -/bedroom_0096/rgb_00056.jpg /bedroom_0096/sync_depth_00056.png 518.8579 -/bedroom_0026/rgb_00067.jpg /bedroom_0026/sync_depth_00067.png 518.8579 -/dining_room_0037/rgb_00026.jpg /dining_room_0037/sync_depth_00026.png 518.8579 -/bookstore_0001f/rgb_00097.jpg /bookstore_0001f/sync_depth_00097.png 518.8579 -/bathroom_0041/rgb_00031.jpg /bathroom_0041/sync_depth_00031.png 518.8579 -/kitchen_0049/rgb_00218.jpg /kitchen_0049/sync_depth_00218.png 518.8579 -/bathroom_0010/rgb_00009.jpg /bathroom_0010/sync_depth_00009.png 518.8579 -/dining_room_0014/rgb_00030.jpg /dining_room_0014/sync_depth_00030.png 518.8579 -/dining_room_0034/rgb_00200.jpg /dining_room_0034/sync_depth_00200.png 518.8579 -/bedroom_0086/rgb_00005.jpg /bedroom_0086/sync_depth_00005.png 518.8579 -/classroom_0006/rgb_00137.jpg /classroom_0006/sync_depth_00137.png 518.8579 -/kitchen_0050/rgb_00081.jpg /kitchen_0050/sync_depth_00081.png 518.8579 -/kitchen_0050/rgb_00020.jpg /kitchen_0050/sync_depth_00020.png 518.8579 -/kitchen_0011a/rgb_00030.jpg /kitchen_0011a/sync_depth_00030.png 518.8579 -/bedroom_0074/rgb_00113.jpg /bedroom_0074/sync_depth_00113.png 518.8579 -/living_room_0010/rgb_00178.jpg /living_room_0010/sync_depth_00178.png 518.8579 -/bathroom_0051/rgb_00013.jpg /bathroom_0051/sync_depth_00013.png 518.8579 -/bedroom_0028/rgb_00031.jpg /bedroom_0028/sync_depth_00031.png 518.8579 -/classroom_0003/rgb_00032.jpg /classroom_0003/sync_depth_00032.png 518.8579 -/bedroom_0071/rgb_00040.jpg /bedroom_0071/sync_depth_00040.png 518.8579 -/bedroom_0063/rgb_00104.jpg /bedroom_0063/sync_depth_00104.png 518.8579 -/basement_0001b/rgb_00013.jpg /basement_0001b/sync_depth_00013.png 518.8579 -/bedroom_0120/rgb_00078.jpg /bedroom_0120/sync_depth_00078.png 518.8579 -/basement_0001a/rgb_00083.jpg /basement_0001a/sync_depth_00083.png 518.8579 -/bookstore_0001h/rgb_00115.jpg /bookstore_0001h/sync_depth_00115.png 518.8579 -/bedroom_0086/rgb_00071.jpg /bedroom_0086/sync_depth_00071.png 518.8579 -/bedroom_0029/rgb_00025.jpg /bedroom_0029/sync_depth_00025.png 518.8579 -/playroom_0004/rgb_00107.jpg /playroom_0004/sync_depth_00107.png 518.8579 -/bedroom_0130/rgb_00082.jpg /bedroom_0130/sync_depth_00082.png 518.8579 -/conference_room_0001/rgb_00128.jpg /conference_room_0001/sync_depth_00128.png 518.8579 -/dining_room_0007/rgb_00184.jpg /dining_room_0007/sync_depth_00184.png 518.8579 -/kitchen_0035b/rgb_00073.jpg /kitchen_0035b/sync_depth_00073.png 518.8579 -/student_lounge_0001/rgb_00270.jpg /student_lounge_0001/sync_depth_00270.png 518.8579 -/bathroom_0056/rgb_00005.jpg /bathroom_0056/sync_depth_00005.png 518.8579 -/bookstore_0001h/rgb_00041.jpg /bookstore_0001h/sync_depth_00041.png 518.8579 -/study_0004/rgb_00038.jpg /study_0004/sync_depth_00038.png 518.8579 -/furniture_store_0002a/rgb_00097.jpg /furniture_store_0002a/sync_depth_00097.png 518.8579 -/office_0009/rgb_00014.jpg /office_0009/sync_depth_00014.png 518.8579 -/kitchen_0017/rgb_00065.jpg /kitchen_0017/sync_depth_00065.png 518.8579 -/bedroom_0012/rgb_00015.jpg /bedroom_0012/sync_depth_00015.png 518.8579 -/bedroom_0050/rgb_00130.jpg /bedroom_0050/sync_depth_00130.png 518.8579 -/dining_room_0001b/rgb_00149.jpg /dining_room_0001b/sync_depth_00149.png 518.8579 -/bookstore_0001d/rgb_00058.jpg /bookstore_0001d/sync_depth_00058.png 518.8579 -/kitchen_0035b/rgb_00295.jpg /kitchen_0035b/sync_depth_00295.png 518.8579 -/living_room_0040/rgb_00297.jpg /living_room_0040/sync_depth_00297.png 518.8579 -/office_kitchen_0003/rgb_00051.jpg /office_kitchen_0003/sync_depth_00051.png 518.8579 -/bookstore_0001g/rgb_00131.jpg /bookstore_0001g/sync_depth_00131.png 518.8579 -/kitchen_0028b/rgb_00047.jpg /kitchen_0028b/sync_depth_00047.png 518.8579 -/living_room_0029/rgb_00024.jpg /living_room_0029/sync_depth_00024.png 518.8579 -/furniture_store_0002a/rgb_00201.jpg /furniture_store_0002a/sync_depth_00201.png 518.8579 -/bathroom_0041/rgb_00038.jpg /bathroom_0041/sync_depth_00038.png 518.8579 -/living_room_0012/rgb_00149.jpg /living_room_0012/sync_depth_00149.png 518.8579 -/bookstore_0001f/rgb_00410.jpg /bookstore_0001f/sync_depth_00410.png 518.8579 -/dining_room_0001b/rgb_00206.jpg /dining_room_0001b/sync_depth_00206.png 518.8579 -/bedroom_0113/rgb_00069.jpg /bedroom_0113/sync_depth_00069.png 518.8579 -/furniture_store_0002a/rgb_00264.jpg /furniture_store_0002a/sync_depth_00264.png 518.8579 -/bedroom_0062/rgb_00066.jpg /bedroom_0062/sync_depth_00066.png 518.8579 -/office_kitchen_0003/rgb_00001.jpg /office_kitchen_0003/sync_depth_00001.png 518.8579 -/bedroom_0041/rgb_00053.jpg /bedroom_0041/sync_depth_00053.png 518.8579 -/bedroom_0067a/rgb_00017.jpg /bedroom_0067a/sync_depth_00017.png 518.8579 -/furniture_store_0001d/rgb_00088.jpg /furniture_store_0001d/sync_depth_00088.png 518.8579 -/office_0026/rgb_00096.jpg /office_0026/sync_depth_00096.png 518.8579 -/reception_room_0004/rgb_00082.jpg /reception_room_0004/sync_depth_00082.png 518.8579 -/office_0006/rgb_00068.jpg /office_0006/sync_depth_00068.png 518.8579 -/living_room_0046b/rgb_00067.jpg /living_room_0046b/sync_depth_00067.png 518.8579 -/bedroom_0106/rgb_00128.jpg /bedroom_0106/sync_depth_00128.png 518.8579 -/furniture_store_0001a/rgb_00052.jpg /furniture_store_0001a/sync_depth_00052.png 518.8579 -/bedroom_0129/rgb_00057.jpg /bedroom_0129/sync_depth_00057.png 518.8579 -/bookstore_0001f/rgb_00119.jpg /bookstore_0001f/sync_depth_00119.png 518.8579 -/bedroom_0029/rgb_00075.jpg /bedroom_0029/sync_depth_00075.png 518.8579 -/playroom_0002/rgb_00153.jpg /playroom_0002/sync_depth_00153.png 518.8579 -/office_0012/rgb_00002.jpg /office_0012/sync_depth_00002.png 518.8579 -/playroom_0003/rgb_00109.jpg /playroom_0003/sync_depth_00109.png 518.8579 -/dining_room_0019/rgb_00041.jpg /dining_room_0019/sync_depth_00041.png 518.8579 -/bedroom_0086/rgb_00081.jpg /bedroom_0086/sync_depth_00081.png 518.8579 -/kitchen_0037/rgb_00084.jpg /kitchen_0037/sync_depth_00084.png 518.8579 -/bathroom_0028/rgb_00120.jpg /bathroom_0028/sync_depth_00120.png 518.8579 -/classroom_0010/rgb_00019.jpg /classroom_0010/sync_depth_00019.png 518.8579 -/kitchen_0049/rgb_00142.jpg /kitchen_0049/sync_depth_00142.png 518.8579 -/basement_0001b/rgb_00009.jpg /basement_0001b/sync_depth_00009.png 518.8579 -/bedroom_0136/rgb_00145.jpg /bedroom_0136/sync_depth_00145.png 518.8579 -/classroom_0004/rgb_00022.jpg /classroom_0004/sync_depth_00022.png 518.8579 -/dining_room_0015/rgb_00116.jpg /dining_room_0015/sync_depth_00116.png 518.8579 -/bedroom_0072/rgb_00066.jpg /bedroom_0072/sync_depth_00066.png 518.8579 -/bedroom_0056a/rgb_00002.jpg /bedroom_0056a/sync_depth_00002.png 518.8579 -/furniture_store_0002c/rgb_00053.jpg /furniture_store_0002c/sync_depth_00053.png 518.8579 -/living_room_0046b/rgb_00094.jpg /living_room_0046b/sync_depth_00094.png 518.8579 -/kitchen_0051/rgb_00005.jpg /kitchen_0051/sync_depth_00005.png 518.8579 -/reception_room_0001a/rgb_00118.jpg /reception_room_0001a/sync_depth_00118.png 518.8579 -/bedroom_0059/rgb_00084.jpg /bedroom_0059/sync_depth_00084.png 518.8579 -/classroom_0022/rgb_00110.jpg /classroom_0022/sync_depth_00110.png 518.8579 -/dining_room_0024/rgb_00115.jpg /dining_room_0024/sync_depth_00115.png 518.8579 -/kitchen_0019a/rgb_00058.jpg /kitchen_0019a/sync_depth_00058.png 518.8579 -/study_room_0004/rgb_00110.jpg /study_room_0004/sync_depth_00110.png 518.8579 -/bedroom_0014/rgb_00037.jpg /bedroom_0014/sync_depth_00037.png 518.8579 -/classroom_0010/rgb_00009.jpg /classroom_0010/sync_depth_00009.png 518.8579 -/bedroom_0076a/rgb_00254.jpg /bedroom_0076a/sync_depth_00254.png 518.8579 -/bedroom_0079/rgb_00057.jpg /bedroom_0079/sync_depth_00057.png 518.8579 -/bedroom_0028/rgb_00054.jpg /bedroom_0028/sync_depth_00054.png 518.8579 -/dining_room_0033/rgb_00189.jpg /dining_room_0033/sync_depth_00189.png 518.8579 -/student_lounge_0001/rgb_00044.jpg /student_lounge_0001/sync_depth_00044.png 518.8579 -/bathroom_0030/rgb_00026.jpg /bathroom_0030/sync_depth_00026.png 518.8579 -/bedroom_0042/rgb_00052.jpg /bedroom_0042/sync_depth_00052.png 518.8579 -/dining_room_0014/rgb_00080.jpg /dining_room_0014/sync_depth_00080.png 518.8579 -/kitchen_0029c/rgb_00098.jpg /kitchen_0029c/sync_depth_00098.png 518.8579 -/kitchen_0010/rgb_00055.jpg /kitchen_0010/sync_depth_00055.png 518.8579 -/bedroom_0104/rgb_00024.jpg /bedroom_0104/sync_depth_00024.png 518.8579 -/kitchen_0003/rgb_00041.jpg /kitchen_0003/sync_depth_00041.png 518.8579 -/bedroom_0019/rgb_00096.jpg /bedroom_0019/sync_depth_00096.png 518.8579 -/bedroom_0025/rgb_00061.jpg /bedroom_0025/sync_depth_00061.png 518.8579 -/living_room_0063/rgb_00123.jpg /living_room_0063/sync_depth_00123.png 518.8579 -/kitchen_0050/rgb_00077.jpg /kitchen_0050/sync_depth_00077.png 518.8579 -/conference_room_0001/rgb_00086.jpg /conference_room_0001/sync_depth_00086.png 518.8579 -/kitchen_0028a/rgb_00122.jpg /kitchen_0028a/sync_depth_00122.png 518.8579 -/bedroom_0136/rgb_00022.jpg /bedroom_0136/sync_depth_00022.png 518.8579 -/office_kitchen_0001b/rgb_00067.jpg /office_kitchen_0001b/sync_depth_00067.png 518.8579 -/playroom_0002/rgb_00098.jpg /playroom_0002/sync_depth_00098.png 518.8579 -/bookstore_0001f/rgb_00310.jpg /bookstore_0001f/sync_depth_00310.png 518.8579 -/bedroom_0014/rgb_00052.jpg /bedroom_0014/sync_depth_00052.png 518.8579 -/office_0026/rgb_00054.jpg /office_0026/sync_depth_00054.png 518.8579 -/dining_room_0037/rgb_00096.jpg /dining_room_0037/sync_depth_00096.png 518.8579 -/dining_room_0004/rgb_00021.jpg /dining_room_0004/sync_depth_00021.png 518.8579 -/furniture_store_0002b/rgb_00033.jpg /furniture_store_0002b/sync_depth_00033.png 518.8579 -/bedroom_0071/rgb_00144.jpg /bedroom_0071/sync_depth_00144.png 518.8579 -/dining_room_0015/rgb_00127.jpg /dining_room_0015/sync_depth_00127.png 518.8579 -/kitchen_0041/rgb_00000.jpg /kitchen_0041/sync_depth_00000.png 518.8579 -/reception_room_0002/rgb_00028.jpg /reception_room_0002/sync_depth_00028.png 518.8579 -/living_room_0083/rgb_00050.jpg /living_room_0083/sync_depth_00050.png 518.8579 -/bedroom_0025/rgb_00131.jpg /bedroom_0025/sync_depth_00131.png 518.8579 -/dining_room_0031/rgb_00035.jpg /dining_room_0031/sync_depth_00035.png 518.8579 -/kitchen_0049/rgb_00053.jpg /kitchen_0049/sync_depth_00053.png 518.8579 -/dining_room_0031/rgb_00237.jpg /dining_room_0031/sync_depth_00237.png 518.8579 -/furniture_store_0001b/rgb_00041.jpg /furniture_store_0001b/sync_depth_00041.png 518.8579 -/living_room_0062/rgb_00074.jpg /living_room_0062/sync_depth_00074.png 518.8579 -/living_room_0005/rgb_00081.jpg /living_room_0005/sync_depth_00081.png 518.8579 -/living_room_0042b/rgb_00092.jpg /living_room_0042b/sync_depth_00092.png 518.8579 -/bedroom_0096/rgb_00025.jpg /bedroom_0096/sync_depth_00025.png 518.8579 -/dining_room_0016/rgb_00067.jpg /dining_room_0016/sync_depth_00067.png 518.8579 -/classroom_0011/rgb_00003.jpg /classroom_0011/sync_depth_00003.png 518.8579 -/living_room_0067/rgb_00046.jpg /living_room_0067/sync_depth_00046.png 518.8579 -/kitchen_0029b/rgb_00032.jpg /kitchen_0029b/sync_depth_00032.png 518.8579 -/living_room_0035/rgb_00025.jpg /living_room_0035/sync_depth_00025.png 518.8579 -/bedroom_0041/rgb_00027.jpg /bedroom_0041/sync_depth_00027.png 518.8579 -/living_room_0069a/rgb_00121.jpg /living_room_0069a/sync_depth_00121.png 518.8579 -/bedroom_0026/rgb_00040.jpg /bedroom_0026/sync_depth_00040.png 518.8579 -/bedroom_0016/rgb_00046.jpg /bedroom_0016/sync_depth_00046.png 518.8579 -/kitchen_0050/rgb_00036.jpg /kitchen_0050/sync_depth_00036.png 518.8579 -/bedroom_0120/rgb_00057.jpg /bedroom_0120/sync_depth_00057.png 518.8579 -/bedroom_0071/rgb_00095.jpg /bedroom_0071/sync_depth_00095.png 518.8579 -/kitchen_0047/rgb_00037.jpg /kitchen_0047/sync_depth_00037.png 518.8579 -/cafe_0001b/rgb_00029.jpg /cafe_0001b/sync_depth_00029.png 518.8579 -/living_room_0022/rgb_00405.jpg /living_room_0022/sync_depth_00405.png 518.8579 -/classroom_0003/rgb_00048.jpg /classroom_0003/sync_depth_00048.png 518.8579 -/office_0025/rgb_00005.jpg /office_0025/sync_depth_00005.png 518.8579 -/bedroom_0086/rgb_00013.jpg /bedroom_0086/sync_depth_00013.png 518.8579 -/dining_room_0028/rgb_00087.jpg /dining_room_0028/sync_depth_00087.png 518.8579 -/bedroom_0026/rgb_00037.jpg /bedroom_0026/sync_depth_00037.png 518.8579 -/bedroom_0019/rgb_00027.jpg /bedroom_0019/sync_depth_00027.png 518.8579 -/nyu_office_0/rgb_00151.jpg /nyu_office_0/sync_depth_00151.png 518.8579 -/dining_room_0031/rgb_00285.jpg /dining_room_0031/sync_depth_00285.png 518.8579 -/nyu_office_0/rgb_00148.jpg /nyu_office_0/sync_depth_00148.png 518.8579 -/bedroom_0020/rgb_00059.jpg /bedroom_0020/sync_depth_00059.png 518.8579 -/living_room_0062/rgb_00161.jpg /living_room_0062/sync_depth_00161.png 518.8579 -/study_room_0004/rgb_00217.jpg /study_room_0004/sync_depth_00217.png 518.8579 -/dining_room_0019/rgb_00155.jpg /dining_room_0019/sync_depth_00155.png 518.8579 -/kitchen_0003/rgb_00083.jpg /kitchen_0003/sync_depth_00083.png 518.8579 -/office_kitchen_0003/rgb_00011.jpg /office_kitchen_0003/sync_depth_00011.png 518.8579 -/dining_room_0016/rgb_00057.jpg /dining_room_0016/sync_depth_00057.png 518.8579 -/playroom_0002/rgb_00120.jpg /playroom_0002/sync_depth_00120.png 518.8579 -/kitchen_0019a/rgb_00144.jpg /kitchen_0019a/sync_depth_00144.png 518.8579 -/bedroom_0136/rgb_00013.jpg /bedroom_0136/sync_depth_00013.png 518.8579 -/living_room_0058/rgb_00045.jpg /living_room_0058/sync_depth_00045.png 518.8579 -/kitchen_0016/rgb_00020.jpg /kitchen_0016/sync_depth_00020.png 518.8579 -/bookstore_0001d/rgb_00337.jpg /bookstore_0001d/sync_depth_00337.png 518.8579 -/basement_0001a/rgb_00007.jpg /basement_0001a/sync_depth_00007.png 518.8579 -/living_room_0040/rgb_00024.jpg /living_room_0040/sync_depth_00024.png 518.8579 -/furniture_store_0002d/rgb_00004.jpg /furniture_store_0002d/sync_depth_00004.png 518.8579 -/furniture_store_0002d/rgb_00018.jpg /furniture_store_0002d/sync_depth_00018.png 518.8579 -/study_0003/rgb_00035.jpg /study_0003/sync_depth_00035.png 518.8579 -/furniture_store_0002a/rgb_00145.jpg /furniture_store_0002a/sync_depth_00145.png 518.8579 -/bedroom_0126/rgb_00061.jpg /bedroom_0126/sync_depth_00061.png 518.8579 -/living_room_0047b/rgb_00027.jpg /living_room_0047b/sync_depth_00027.png 518.8579 -/living_room_0062/rgb_00029.jpg /living_room_0062/sync_depth_00029.png 518.8579 -/kitchen_0060/rgb_00018.jpg /kitchen_0060/sync_depth_00018.png 518.8579 -/classroom_0011/rgb_00053.jpg /classroom_0011/sync_depth_00053.png 518.8579 -/dining_room_0034/rgb_00148.jpg /dining_room_0034/sync_depth_00148.png 518.8579 -/classroom_0005/rgb_00015.jpg /classroom_0005/sync_depth_00015.png 518.8579 -/living_room_0078/rgb_00092.jpg /living_room_0078/sync_depth_00092.png 518.8579 -/bedroom_0067a/rgb_00020.jpg /bedroom_0067a/sync_depth_00020.png 518.8579 -/bathroom_0007/rgb_00035.jpg /bathroom_0007/sync_depth_00035.png 518.8579 -/bathroom_0045a/rgb_00013.jpg /bathroom_0045a/sync_depth_00013.png 518.8579 -/bedroom_0034/rgb_00052.jpg /bedroom_0034/sync_depth_00052.png 518.8579 -/furniture_store_0002b/rgb_00090.jpg /furniture_store_0002b/sync_depth_00090.png 518.8579 -/bedroom_0050/rgb_00189.jpg /bedroom_0050/sync_depth_00189.png 518.8579 -/kitchen_0017/rgb_00017.jpg /kitchen_0017/sync_depth_00017.png 518.8579 -/kitchen_0051/rgb_00286.jpg /kitchen_0051/sync_depth_00286.png 518.8579 -/dining_room_0024/rgb_00145.jpg /dining_room_0024/sync_depth_00145.png 518.8579 -/kitchen_0045a/rgb_00040.jpg /kitchen_0045a/sync_depth_00040.png 518.8579 -/bedroom_0014/rgb_00069.jpg /bedroom_0014/sync_depth_00069.png 518.8579 -/kitchen_0043/rgb_00146.jpg /kitchen_0043/sync_depth_00146.png 518.8579 -/furniture_store_0001d/rgb_00124.jpg /furniture_store_0001d/sync_depth_00124.png 518.8579 -/dining_room_0031/rgb_00052.jpg /dining_room_0031/sync_depth_00052.png 518.8579 -/living_room_0063/rgb_00078.jpg /living_room_0063/sync_depth_00078.png 518.8579 -/home_office_0005/rgb_00103.jpg /home_office_0005/sync_depth_00103.png 518.8579 -/kitchen_0047/rgb_00123.jpg /kitchen_0047/sync_depth_00123.png 518.8579 -/living_room_0012/rgb_00117.jpg /living_room_0012/sync_depth_00117.png 518.8579 -/bedroom_0072/rgb_00170.jpg /bedroom_0072/sync_depth_00170.png 518.8579 -/bedroom_0020/rgb_00008.jpg /bedroom_0020/sync_depth_00008.png 518.8579 -/dining_room_0031/rgb_00036.jpg /dining_room_0031/sync_depth_00036.png 518.8579 -/bedroom_0060/rgb_00007.jpg /bedroom_0060/sync_depth_00007.png 518.8579 -/bedroom_0113/rgb_00085.jpg /bedroom_0113/sync_depth_00085.png 518.8579 -/dining_room_0016/rgb_00138.jpg /dining_room_0016/sync_depth_00138.png 518.8579 -/living_room_0046b/rgb_00015.jpg /living_room_0046b/sync_depth_00015.png 518.8579 -/living_room_0020/rgb_00096.jpg /living_room_0020/sync_depth_00096.png 518.8579 -/living_room_0035/rgb_00099.jpg /living_room_0035/sync_depth_00099.png 518.8579 -/living_room_0011/rgb_00032.jpg /living_room_0011/sync_depth_00032.png 518.8579 -/bookstore_0001j/rgb_00131.jpg /bookstore_0001j/sync_depth_00131.png 518.8579 -/kitchen_0050/rgb_00189.jpg /kitchen_0050/sync_depth_00189.png 518.8579 -/living_room_0063/rgb_00098.jpg /living_room_0063/sync_depth_00098.png 518.8579 -/living_room_0069b/rgb_00058.jpg /living_room_0069b/sync_depth_00058.png 518.8579 -/playroom_0003/rgb_00092.jpg /playroom_0003/sync_depth_00092.png 518.8579 -/living_room_0086a/rgb_00059.jpg /living_room_0086a/sync_depth_00059.png 518.8579 -/bedroom_0125b/rgb_00094.jpg /bedroom_0125b/sync_depth_00094.png 518.8579 -/home_office_0006/rgb_00186.jpg /home_office_0006/sync_depth_00186.png 518.8579 -/bedroom_0090/rgb_00012.jpg /bedroom_0090/sync_depth_00012.png 518.8579 -/office_kitchen_0003/rgb_00000.jpg /office_kitchen_0003/sync_depth_00000.png 518.8579 -/bedroom_0069/rgb_00044.jpg /bedroom_0069/sync_depth_00044.png 518.8579 -/playroom_0002/rgb_00056.jpg /playroom_0002/sync_depth_00056.png 518.8579 -/bathroom_0030/rgb_00018.jpg /bathroom_0030/sync_depth_00018.png 518.8579 -/reception_room_0001a/rgb_00090.jpg /reception_room_0001a/sync_depth_00090.png 518.8579 -/kitchen_0059/rgb_00036.jpg /kitchen_0059/sync_depth_00036.png 518.8579 -/classroom_0022/rgb_00063.jpg /classroom_0022/sync_depth_00063.png 518.8579 -/bedroom_0051/rgb_00011.jpg /bedroom_0051/sync_depth_00011.png 518.8579 -/dining_room_0023/rgb_00032.jpg /dining_room_0023/sync_depth_00032.png 518.8579 -/bedroom_0025/rgb_00089.jpg /bedroom_0025/sync_depth_00089.png 518.8579 -/bedroom_0051/rgb_00221.jpg /bedroom_0051/sync_depth_00221.png 518.8579 -/bedroom_0016/rgb_00185.jpg /bedroom_0016/sync_depth_00185.png 518.8579 -/bathroom_0045a/rgb_00037.jpg /bathroom_0045a/sync_depth_00037.png 518.8579 -/home_office_0011/rgb_00033.jpg /home_office_0011/sync_depth_00033.png 518.8579 -/dinette_0001/rgb_00027.jpg /dinette_0001/sync_depth_00027.png 518.8579 -/reception_room_0004/rgb_00068.jpg /reception_room_0004/sync_depth_00068.png 518.8579 -/kitchen_0029b/rgb_00002.jpg /kitchen_0029b/sync_depth_00002.png 518.8579 -/living_room_0063/rgb_00092.jpg /living_room_0063/sync_depth_00092.png 518.8579 -/bedroom_0056a/rgb_00008.jpg /bedroom_0056a/sync_depth_00008.png 518.8579 -/home_office_0006/rgb_00029.jpg /home_office_0006/sync_depth_00029.png 518.8579 -/furniture_store_0002c/rgb_00043.jpg /furniture_store_0002c/sync_depth_00043.png 518.8579 -/playroom_0002/rgb_00010.jpg /playroom_0002/sync_depth_00010.png 518.8579 -/bedroom_0132/rgb_00049.jpg /bedroom_0132/sync_depth_00049.png 518.8579 -/living_room_0035/rgb_00032.jpg /living_room_0035/sync_depth_00032.png 518.8579 -/cafe_0001b/rgb_00071.jpg /cafe_0001b/sync_depth_00071.png 518.8579 -/dining_room_0023/rgb_00003.jpg /dining_room_0023/sync_depth_00003.png 518.8579 -/bookstore_0001d/rgb_00296.jpg /bookstore_0001d/sync_depth_00296.png 518.8579 -/dining_room_0010/rgb_00053.jpg /dining_room_0010/sync_depth_00053.png 518.8579 -/classroom_0010/rgb_00046.jpg /classroom_0010/sync_depth_00046.png 518.8579 -/playroom_0002/rgb_00043.jpg /playroom_0002/sync_depth_00043.png 518.8579 -/reception_room_0001b/rgb_00068.jpg /reception_room_0001b/sync_depth_00068.png 518.8579 -/bedroom_0028/rgb_00068.jpg /bedroom_0028/sync_depth_00068.png 518.8579 -/bedroom_0086/rgb_00082.jpg /bedroom_0086/sync_depth_00082.png 518.8579 -/living_room_0068/rgb_00090.jpg /living_room_0068/sync_depth_00090.png 518.8579 -/living_room_0012/rgb_00076.jpg /living_room_0012/sync_depth_00076.png 518.8579 -/bathroom_0007/rgb_00028.jpg /bathroom_0007/sync_depth_00028.png 518.8579 -/kitchen_0035b/rgb_00267.jpg /kitchen_0035b/sync_depth_00267.png 518.8579 -/living_room_0086b/rgb_00011.jpg /living_room_0086b/sync_depth_00011.png 518.8579 -/kitchen_0029c/rgb_00154.jpg /kitchen_0029c/sync_depth_00154.png 518.8579 -/living_room_0062/rgb_00187.jpg /living_room_0062/sync_depth_00187.png 518.8579 -/bedroom_0026/rgb_00050.jpg /bedroom_0026/sync_depth_00050.png 518.8579 -/cafe_0001c/rgb_00026.jpg /cafe_0001c/sync_depth_00026.png 518.8579 -/home_office_0008/rgb_00051.jpg /home_office_0008/sync_depth_00051.png 518.8579 -/excercise_room_0001/rgb_00036.jpg /excercise_room_0001/sync_depth_00036.png 518.8579 -/bedroom_0033/rgb_00012.jpg /bedroom_0033/sync_depth_00012.png 518.8579 -/classroom_0003/rgb_00087.jpg /classroom_0003/sync_depth_00087.png 518.8579 -/kitchen_0051/rgb_00233.jpg /kitchen_0051/sync_depth_00233.png 518.8579 -/bedroom_0050/rgb_00179.jpg /bedroom_0050/sync_depth_00179.png 518.8579 -/study_0004/rgb_00013.jpg /study_0004/sync_depth_00013.png 518.8579 -/living_room_0020/rgb_00191.jpg /living_room_0020/sync_depth_00191.png 518.8579 -/bedroom_0047/rgb_00043.jpg /bedroom_0047/sync_depth_00043.png 518.8579 -/bathroom_0039/rgb_00062.jpg /bathroom_0039/sync_depth_00062.png 518.8579 -/kitchen_0051/rgb_00027.jpg /kitchen_0051/sync_depth_00027.png 518.8579 -/student_lounge_0001/rgb_00121.jpg /student_lounge_0001/sync_depth_00121.png 518.8579 -/kitchen_0060/rgb_00095.jpg /kitchen_0060/sync_depth_00095.png 518.8579 -/bedroom_0059/rgb_00004.jpg /bedroom_0059/sync_depth_00004.png 518.8579 -/furniture_store_0001d/rgb_00241.jpg /furniture_store_0001d/sync_depth_00241.png 518.8579 -/kitchen_0035a/rgb_00047.jpg /kitchen_0035a/sync_depth_00047.png 518.8579 -/living_room_0035/rgb_00080.jpg /living_room_0035/sync_depth_00080.png 518.8579 -/kitchen_0017/rgb_00021.jpg /kitchen_0017/sync_depth_00021.png 518.8579 -/bedroom_0052/rgb_00215.jpg /bedroom_0052/sync_depth_00215.png 518.8579 -/bedroom_0071/rgb_00053.jpg /bedroom_0071/sync_depth_00053.png 518.8579 -/classroom_0016/rgb_00019.jpg /classroom_0016/sync_depth_00019.png 518.8579 -/living_room_0055/rgb_00014.jpg /living_room_0055/sync_depth_00014.png 518.8579 -/dining_room_0023/rgb_00138.jpg /dining_room_0023/sync_depth_00138.png 518.8579 -/bedroom_0017/rgb_00028.jpg /bedroom_0017/sync_depth_00028.png 518.8579 -/classroom_0006/rgb_00206.jpg /classroom_0006/sync_depth_00206.png 518.8579 -/bedroom_0062/rgb_00101.jpg /bedroom_0062/sync_depth_00101.png 518.8579 -/dining_room_0016/rgb_00164.jpg /dining_room_0016/sync_depth_00164.png 518.8579 -/living_room_0058/rgb_00203.jpg /living_room_0058/sync_depth_00203.png 518.8579 -/dining_room_0033/rgb_00026.jpg /dining_room_0033/sync_depth_00026.png 518.8579 -/bedroom_0052/rgb_00145.jpg /bedroom_0052/sync_depth_00145.png 518.8579 -/kitchen_0035b/rgb_00243.jpg /kitchen_0035b/sync_depth_00243.png 518.8579 -/bookstore_0001f/rgb_00418.jpg /bookstore_0001f/sync_depth_00418.png 518.8579 -/living_room_0063/rgb_00124.jpg /living_room_0063/sync_depth_00124.png 518.8579 -/office_0023/rgb_00031.jpg /office_0023/sync_depth_00031.png 518.8579 -/office_0026/rgb_00128.jpg /office_0026/sync_depth_00128.png 518.8579 -/conference_room_0001/rgb_00109.jpg /conference_room_0001/sync_depth_00109.png 518.8579 -/kitchen_0053/rgb_00107.jpg /kitchen_0053/sync_depth_00107.png 518.8579 -/nyu_office_0/rgb_00430.jpg /nyu_office_0/sync_depth_00430.png 518.8579 -/home_storage_0001/rgb_00072.jpg /home_storage_0001/sync_depth_00072.png 518.8579 -/cafe_0001c/rgb_00052.jpg /cafe_0001c/sync_depth_00052.png 518.8579 -/kitchen_0003/rgb_00150.jpg /kitchen_0003/sync_depth_00150.png 518.8579 -/bookstore_0001j/rgb_00125.jpg /bookstore_0001j/sync_depth_00125.png 518.8579 -/bookstore_0001j/rgb_00083.jpg /bookstore_0001j/sync_depth_00083.png 518.8579 -/kitchen_0010/rgb_00021.jpg /kitchen_0010/sync_depth_00021.png 518.8579 -/furniture_store_0002a/rgb_00371.jpg /furniture_store_0002a/sync_depth_00371.png 518.8579 -/dining_room_0031/rgb_00381.jpg /dining_room_0031/sync_depth_00381.png 518.8579 -/dining_room_0012/rgb_00195.jpg /dining_room_0012/sync_depth_00195.png 518.8579 -/home_office_0006/rgb_00163.jpg /home_office_0006/sync_depth_00163.png 518.8579 -/student_lounge_0001/rgb_00204.jpg /student_lounge_0001/sync_depth_00204.png 518.8579 -/office_kitchen_0001b/rgb_00069.jpg /office_kitchen_0001b/sync_depth_00069.png 518.8579 -/bookstore_0001h/rgb_00175.jpg /bookstore_0001h/sync_depth_00175.png 518.8579 -/bedroom_0017/rgb_00153.jpg /bedroom_0017/sync_depth_00153.png 518.8579 -/study_0008/rgb_00041.jpg /study_0008/sync_depth_00041.png 518.8579 -/foyer_0002/rgb_00000.jpg /foyer_0002/sync_depth_00000.png 518.8579 -/bedroom_0126/rgb_00030.jpg /bedroom_0126/sync_depth_00030.png 518.8579 -/office_0018/rgb_00040.jpg /office_0018/sync_depth_00040.png 518.8579 -/living_room_0035/rgb_00039.jpg /living_room_0035/sync_depth_00039.png 518.8579 -/bedroom_0004/rgb_00022.jpg /bedroom_0004/sync_depth_00022.png 518.8579 -/bedroom_0140/rgb_00036.jpg /bedroom_0140/sync_depth_00036.png 518.8579 -/kitchen_0017/rgb_00112.jpg /kitchen_0017/sync_depth_00112.png 518.8579 -/bathroom_0033/rgb_00017.jpg /bathroom_0033/sync_depth_00017.png 518.8579 -/dining_room_0023/rgb_00157.jpg /dining_room_0023/sync_depth_00157.png 518.8579 -/living_room_0022/rgb_00307.jpg /living_room_0022/sync_depth_00307.png 518.8579 -/study_room_0005a/rgb_00031.jpg /study_room_0005a/sync_depth_00031.png 518.8579 -/bathroom_0049/rgb_00003.jpg /bathroom_0049/sync_depth_00003.png 518.8579 -/kitchen_0028b/rgb_00070.jpg /kitchen_0028b/sync_depth_00070.png 518.8579 -/office_0012/rgb_00061.jpg /office_0012/sync_depth_00061.png 518.8579 -/dining_room_0028/rgb_00076.jpg /dining_room_0028/sync_depth_00076.png 518.8579 -/living_room_0046b/rgb_00046.jpg /living_room_0046b/sync_depth_00046.png 518.8579 -/student_lounge_0001/rgb_00095.jpg /student_lounge_0001/sync_depth_00095.png 518.8579 -/bedroom_0028/rgb_00064.jpg /bedroom_0028/sync_depth_00064.png 518.8579 -/bedroom_0035/rgb_00003.jpg /bedroom_0035/sync_depth_00003.png 518.8579 -/bookstore_0001j/rgb_00079.jpg /bookstore_0001j/sync_depth_00079.png 518.8579 -/bedroom_0051/rgb_00218.jpg /bedroom_0051/sync_depth_00218.png 518.8579 -/kitchen_0010/rgb_00025.jpg /kitchen_0010/sync_depth_00025.png 518.8579 -/bedroom_0124/rgb_00024.jpg /bedroom_0124/sync_depth_00024.png 518.8579 -/bedroom_0126/rgb_00058.jpg /bedroom_0126/sync_depth_00058.png 518.8579 -/home_storage_0001/rgb_00149.jpg /home_storage_0001/sync_depth_00149.png 518.8579 -/study_0004/rgb_00022.jpg /study_0004/sync_depth_00022.png 518.8579 -/dining_room_0023/rgb_00176.jpg /dining_room_0023/sync_depth_00176.png 518.8579 -/furniture_store_0002b/rgb_00103.jpg /furniture_store_0002b/sync_depth_00103.png 518.8579 -/living_room_0022/rgb_00023.jpg /living_room_0022/sync_depth_00023.png 518.8579 -/dining_room_0016/rgb_00199.jpg /dining_room_0016/sync_depth_00199.png 518.8579 -/bookstore_0001f/rgb_00146.jpg /bookstore_0001f/sync_depth_00146.png 518.8579 -/study_room_0004/rgb_00133.jpg /study_room_0004/sync_depth_00133.png 518.8579 -/kitchen_0017/rgb_00072.jpg /kitchen_0017/sync_depth_00072.png 518.8579 -/dining_room_0015/rgb_00070.jpg /dining_room_0015/sync_depth_00070.png 518.8579 -/bedroom_0004/rgb_00029.jpg /bedroom_0004/sync_depth_00029.png 518.8579 -/dining_room_0013/rgb_00026.jpg /dining_room_0013/sync_depth_00026.png 518.8579 -/study_0004/rgb_00025.jpg /study_0004/sync_depth_00025.png 518.8579 -/living_room_0040/rgb_00165.jpg /living_room_0040/sync_depth_00165.png 518.8579 -/excercise_room_0001/rgb_00004.jpg /excercise_room_0001/sync_depth_00004.png 518.8579 -/classroom_0003/rgb_00091.jpg /classroom_0003/sync_depth_00091.png 518.8579 -/bedroom_0016/rgb_00180.jpg /bedroom_0016/sync_depth_00180.png 518.8579 -/bedroom_0140/rgb_00058.jpg /bedroom_0140/sync_depth_00058.png 518.8579 -/student_lounge_0001/rgb_00151.jpg /student_lounge_0001/sync_depth_00151.png 518.8579 -/furniture_store_0001d/rgb_00265.jpg /furniture_store_0001d/sync_depth_00265.png 518.8579 -/indoor_balcony_0001/rgb_00036.jpg /indoor_balcony_0001/sync_depth_00036.png 518.8579 -/living_room_0055/rgb_00090.jpg /living_room_0055/sync_depth_00090.png 518.8579 -/dining_room_0019/rgb_00042.jpg /dining_room_0019/sync_depth_00042.png 518.8579 -/playroom_0004/rgb_00061.jpg /playroom_0004/sync_depth_00061.png 518.8579 -/living_room_0019/rgb_00021.jpg /living_room_0019/sync_depth_00021.png 518.8579 -/living_room_0058/rgb_00283.jpg /living_room_0058/sync_depth_00283.png 518.8579 -/bookstore_0001j/rgb_00195.jpg /bookstore_0001j/sync_depth_00195.png 518.8579 -/dining_room_0019/rgb_00064.jpg /dining_room_0019/sync_depth_00064.png 518.8579 -/kitchen_0052/rgb_00019.jpg /kitchen_0052/sync_depth_00019.png 518.8579 -/office_kitchen_0001a/rgb_00079.jpg /office_kitchen_0001a/sync_depth_00079.png 518.8579 -/dining_room_0008/rgb_00156.jpg /dining_room_0008/sync_depth_00156.png 518.8579 -/bookstore_0001f/rgb_00463.jpg /bookstore_0001f/sync_depth_00463.png 518.8579 -/home_office_0004/rgb_00107.jpg /home_office_0004/sync_depth_00107.png 518.8579 -/bedroom_0015/rgb_00039.jpg /bedroom_0015/sync_depth_00039.png 518.8579 -/dining_room_0023/rgb_00116.jpg /dining_room_0023/sync_depth_00116.png 518.8579 -/playroom_0003/rgb_00088.jpg /playroom_0003/sync_depth_00088.png 518.8579 -/bathroom_0024/rgb_00022.jpg /bathroom_0024/sync_depth_00022.png 518.8579 -/office_0026/rgb_00122.jpg /office_0026/sync_depth_00122.png 518.8579 -/bookstore_0001i/rgb_00118.jpg /bookstore_0001i/sync_depth_00118.png 518.8579 -/living_room_0062/rgb_00105.jpg /living_room_0062/sync_depth_00105.png 518.8579 -/living_room_0020/rgb_00073.jpg /living_room_0020/sync_depth_00073.png 518.8579 -/dinette_0001/rgb_00004.jpg /dinette_0001/sync_depth_00004.png 518.8579 -/dining_room_0013/rgb_00110.jpg /dining_room_0013/sync_depth_00110.png 518.8579 -/kitchen_0031/rgb_00131.jpg /kitchen_0031/sync_depth_00131.png 518.8579 -/living_room_0020/rgb_00239.jpg /living_room_0020/sync_depth_00239.png 518.8579 -/living_room_0070/rgb_00031.jpg /living_room_0070/sync_depth_00031.png 518.8579 -/kitchen_0045a/rgb_00134.jpg /kitchen_0045a/sync_depth_00134.png 518.8579 -/bookstore_0001f/rgb_00175.jpg /bookstore_0001f/sync_depth_00175.png 518.8579 -/cafe_0001c/rgb_00017.jpg /cafe_0001c/sync_depth_00017.png 518.8579 -/kitchen_0011a/rgb_00000.jpg /kitchen_0011a/sync_depth_00000.png 518.8579 -/bathroom_0051/rgb_00025.jpg /bathroom_0051/sync_depth_00025.png 518.8579 -/dining_room_0010/rgb_00037.jpg /dining_room_0010/sync_depth_00037.png 518.8579 -/living_room_0005/rgb_00036.jpg /living_room_0005/sync_depth_00036.png 518.8579 -/furniture_store_0001d/rgb_00281.jpg /furniture_store_0001d/sync_depth_00281.png 518.8579 -/bedroom_0097/rgb_00029.jpg /bedroom_0097/sync_depth_00029.png 518.8579 -/bedroom_0138/rgb_00034.jpg /bedroom_0138/sync_depth_00034.png 518.8579 -/living_room_0069a/rgb_00049.jpg /living_room_0069a/sync_depth_00049.png 518.8579 -/bedroom_0113/rgb_00041.jpg /bedroom_0113/sync_depth_00041.png 518.8579 -/study_0004/rgb_00019.jpg /study_0004/sync_depth_00019.png 518.8579 -/living_room_0055/rgb_00097.jpg /living_room_0055/sync_depth_00097.png 518.8579 -/dining_room_0008/rgb_00025.jpg /dining_room_0008/sync_depth_00025.png 518.8579 -/bathroom_0002/rgb_00005.jpg /bathroom_0002/sync_depth_00005.png 518.8579 -/living_room_0005/rgb_00093.jpg /living_room_0005/sync_depth_00093.png 518.8579 -/bathroom_0010/rgb_00013.jpg /bathroom_0010/sync_depth_00013.png 518.8579 -/living_room_0020/rgb_00068.jpg /living_room_0020/sync_depth_00068.png 518.8579 -/bedroom_0129/rgb_00018.jpg /bedroom_0129/sync_depth_00018.png 518.8579 -/dining_room_0037/rgb_00009.jpg /dining_room_0037/sync_depth_00009.png 518.8579 -/kitchen_0029c/rgb_00056.jpg /kitchen_0029c/sync_depth_00056.png 518.8579 -/dining_room_0013/rgb_00086.jpg /dining_room_0013/sync_depth_00086.png 518.8579 -/bookstore_0001j/rgb_00303.jpg /bookstore_0001j/sync_depth_00303.png 518.8579 -/bedroom_0136/rgb_00118.jpg /bedroom_0136/sync_depth_00118.png 518.8579 -/home_storage_0001/rgb_00059.jpg /home_storage_0001/sync_depth_00059.png 518.8579 -/office_kitchen_0003/rgb_00099.jpg /office_kitchen_0003/sync_depth_00099.png 518.8579 -/furniture_store_0002b/rgb_00268.jpg /furniture_store_0002b/sync_depth_00268.png 518.8579 -/kitchen_0031/rgb_00082.jpg /kitchen_0031/sync_depth_00082.png 518.8579 -/dining_room_0012/rgb_00205.jpg /dining_room_0012/sync_depth_00205.png 518.8579 -/kitchen_0052/rgb_00112.jpg /kitchen_0052/sync_depth_00112.png 518.8579 -/bedroom_0106/rgb_00011.jpg /bedroom_0106/sync_depth_00011.png 518.8579 -/dining_room_0023/rgb_00081.jpg /dining_room_0023/sync_depth_00081.png 518.8579 -/office_0011/rgb_00069.jpg /office_0011/sync_depth_00069.png 518.8579 -/dinette_0001/rgb_00038.jpg /dinette_0001/sync_depth_00038.png 518.8579 -/bedroom_0120/rgb_00003.jpg /bedroom_0120/sync_depth_00003.png 518.8579 -/bedroom_0138/rgb_00044.jpg /bedroom_0138/sync_depth_00044.png 518.8579 -/bathroom_0030/rgb_00039.jpg /bathroom_0030/sync_depth_00039.png 518.8579 -/bedroom_0086/rgb_00019.jpg /bedroom_0086/sync_depth_00019.png 518.8579 -/bedroom_0106/rgb_00052.jpg /bedroom_0106/sync_depth_00052.png 518.8579 -/kitchen_0003/rgb_00172.jpg /kitchen_0003/sync_depth_00172.png 518.8579 -/bathroom_0039/rgb_00018.jpg /bathroom_0039/sync_depth_00018.png 518.8579 -/bedroom_0017/rgb_00119.jpg /bedroom_0017/sync_depth_00119.png 518.8579 -/living_room_0010/rgb_00146.jpg /living_room_0010/sync_depth_00146.png 518.8579 -/classroom_0022/rgb_00076.jpg /classroom_0022/sync_depth_00076.png 518.8579 -/office_0026/rgb_00007.jpg /office_0026/sync_depth_00007.png 518.8579 -/bedroom_0034/rgb_00074.jpg /bedroom_0034/sync_depth_00074.png 518.8579 -/home_office_0004/rgb_00003.jpg /home_office_0004/sync_depth_00003.png 518.8579 -/bookstore_0001e/rgb_00181.jpg /bookstore_0001e/sync_depth_00181.png 518.8579 -/bookstore_0001d/rgb_00175.jpg /bookstore_0001d/sync_depth_00175.png 518.8579 -/living_room_0039/rgb_00027.jpg /living_room_0039/sync_depth_00027.png 518.8579 -/kitchen_0051/rgb_00106.jpg /kitchen_0051/sync_depth_00106.png 518.8579 -/bathroom_0056/rgb_00009.jpg /bathroom_0056/sync_depth_00009.png 518.8579 -/dining_room_0037/rgb_00062.jpg /dining_room_0037/sync_depth_00062.png 518.8579 -/bedroom_0076a/rgb_00270.jpg /bedroom_0076a/sync_depth_00270.png 518.8579 -/classroom_0006/rgb_00041.jpg /classroom_0006/sync_depth_00041.png 518.8579 -/living_room_0039/rgb_00089.jpg /living_room_0039/sync_depth_00089.png 518.8579 -/classroom_0012/rgb_00030.jpg /classroom_0012/sync_depth_00030.png 518.8579 -/bedroom_0140/rgb_00117.jpg /bedroom_0140/sync_depth_00117.png 518.8579 -/living_room_0058/rgb_00055.jpg /living_room_0058/sync_depth_00055.png 518.8579 -/bathroom_0057/rgb_00007.jpg /bathroom_0057/sync_depth_00007.png 518.8579 -/kitchen_0035b/rgb_00177.jpg /kitchen_0035b/sync_depth_00177.png 518.8579 -/classroom_0006/rgb_00110.jpg /classroom_0006/sync_depth_00110.png 518.8579 -/office_0024/rgb_00010.jpg /office_0024/sync_depth_00010.png 518.8579 -/reception_room_0001b/rgb_00048.jpg /reception_room_0001b/sync_depth_00048.png 518.8579 -/bedroom_0050/rgb_00046.jpg /bedroom_0050/sync_depth_00046.png 518.8579 -/dining_room_0028/rgb_00049.jpg /dining_room_0028/sync_depth_00049.png 518.8579 -/dining_room_0007/rgb_00089.jpg /dining_room_0007/sync_depth_00089.png 518.8579 -/bedroom_0140/rgb_00100.jpg /bedroom_0140/sync_depth_00100.png 518.8579 -/bedroom_0078/rgb_00046.jpg /bedroom_0078/sync_depth_00046.png 518.8579 -/bedroom_0071/rgb_00117.jpg /bedroom_0071/sync_depth_00117.png 518.8579 -/home_storage_0001/rgb_00129.jpg /home_storage_0001/sync_depth_00129.png 518.8579 -/kitchen_0053/rgb_00150.jpg /kitchen_0053/sync_depth_00150.png 518.8579 -/bathroom_0033/rgb_00000.jpg /bathroom_0033/sync_depth_00000.png 518.8579 -/dining_room_0016/rgb_00139.jpg /dining_room_0016/sync_depth_00139.png 518.8579 -/bookstore_0001e/rgb_00104.jpg /bookstore_0001e/sync_depth_00104.png 518.8579 -/bedroom_0080/rgb_00061.jpg /bedroom_0080/sync_depth_00061.png 518.8579 -/dining_room_0028/rgb_00139.jpg /dining_room_0028/sync_depth_00139.png 518.8579 -/bedroom_0104/rgb_00122.jpg /bedroom_0104/sync_depth_00122.png 518.8579 -/office_0009/rgb_00053.jpg /office_0009/sync_depth_00053.png 518.8579 -/bedroom_0078/rgb_00021.jpg /bedroom_0078/sync_depth_00021.png 518.8579 -/bathroom_0001/rgb_00003.jpg /bathroom_0001/sync_depth_00003.png 518.8579 -/bookstore_0001j/rgb_00118.jpg /bookstore_0001j/sync_depth_00118.png 518.8579 -/bedroom_0079/rgb_00009.jpg /bedroom_0079/sync_depth_00009.png 518.8579 -/office_0018/rgb_00018.jpg /office_0018/sync_depth_00018.png 518.8579 -/bedroom_0029/rgb_00039.jpg /bedroom_0029/sync_depth_00039.png 518.8579 -/bathroom_0006/rgb_00014.jpg /bathroom_0006/sync_depth_00014.png 518.8579 -/nyu_office_0/rgb_00053.jpg /nyu_office_0/sync_depth_00053.png 518.8579 -/dining_room_0033/rgb_00084.jpg /dining_room_0033/sync_depth_00084.png 518.8579 -/bookstore_0001g/rgb_00171.jpg /bookstore_0001g/sync_depth_00171.png 518.8579 -/living_room_0050/rgb_00108.jpg /living_room_0050/sync_depth_00108.png 518.8579 -/study_room_0004/rgb_00114.jpg /study_room_0004/sync_depth_00114.png 518.8579 -/kitchen_0035b/rgb_00191.jpg /kitchen_0035b/sync_depth_00191.png 518.8579 -/dining_room_0001b/rgb_00128.jpg /dining_room_0001b/sync_depth_00128.png 518.8579 -/bedroom_0039/rgb_00021.jpg /bedroom_0039/sync_depth_00021.png 518.8579 -/bathroom_0048/rgb_00036.jpg /bathroom_0048/sync_depth_00036.png 518.8579 -/living_room_0022/rgb_00027.jpg /living_room_0022/sync_depth_00027.png 518.8579 -/bedroom_0076a/rgb_00102.jpg /bedroom_0076a/sync_depth_00102.png 518.8579 -/home_office_0006/rgb_00033.jpg /home_office_0006/sync_depth_00033.png 518.8579 -/living_room_0046a/rgb_00078.jpg /living_room_0046a/sync_depth_00078.png 518.8579 -/bookstore_0001h/rgb_00157.jpg /bookstore_0001h/sync_depth_00157.png 518.8579 -/living_room_0005/rgb_00121.jpg /living_room_0005/sync_depth_00121.png 518.8579 -/furniture_store_0002b/rgb_00002.jpg /furniture_store_0002b/sync_depth_00002.png 518.8579 -/dining_room_0016/rgb_00064.jpg /dining_room_0016/sync_depth_00064.png 518.8579 -/furniture_store_0002a/rgb_00088.jpg /furniture_store_0002a/sync_depth_00088.png 518.8579 -/classroom_0012/rgb_00050.jpg /classroom_0012/sync_depth_00050.png 518.8579 -/living_room_0046b/rgb_00009.jpg /living_room_0046b/sync_depth_00009.png 518.8579 -/living_room_0018/rgb_00040.jpg /living_room_0018/sync_depth_00040.png 518.8579 -/living_room_0050/rgb_00227.jpg /living_room_0050/sync_depth_00227.png 518.8579 -/bedroom_0078/rgb_00169.jpg /bedroom_0078/sync_depth_00169.png 518.8579 -/dining_room_0029/rgb_00022.jpg /dining_room_0029/sync_depth_00022.png 518.8579 -/reception_room_0002/rgb_00034.jpg /reception_room_0002/sync_depth_00034.png 518.8579 -/living_room_0050/rgb_00105.jpg /living_room_0050/sync_depth_00105.png 518.8579 -/kitchen_0006/rgb_00041.jpg /kitchen_0006/sync_depth_00041.png 518.8579 -/bedroom_0076a/rgb_00261.jpg /bedroom_0076a/sync_depth_00261.png 518.8579 -/kitchen_0031/rgb_00144.jpg /kitchen_0031/sync_depth_00144.png 518.8579 -/living_room_0069a/rgb_00054.jpg /living_room_0069a/sync_depth_00054.png 518.8579 -/bedroom_0059/rgb_00022.jpg /bedroom_0059/sync_depth_00022.png 518.8579 -/bedroom_0052/rgb_00206.jpg /bedroom_0052/sync_depth_00206.png 518.8579 -/kitchen_0033/rgb_00039.jpg /kitchen_0033/sync_depth_00039.png 518.8579 -/living_room_0050/rgb_00086.jpg /living_room_0050/sync_depth_00086.png 518.8579 -/printer_room_0001/rgb_00058.jpg /printer_room_0001/sync_depth_00058.png 518.8579 -/cafe_0001b/rgb_00068.jpg /cafe_0001b/sync_depth_00068.png 518.8579 -/playroom_0006/rgb_00091.jpg /playroom_0006/sync_depth_00091.png 518.8579 -/kitchen_0031/rgb_00159.jpg /kitchen_0031/sync_depth_00159.png 518.8579 -/kitchen_0029c/rgb_00148.jpg /kitchen_0029c/sync_depth_00148.png 518.8579 -/living_room_0063/rgb_00039.jpg /living_room_0063/sync_depth_00039.png 518.8579 -/student_lounge_0001/rgb_00246.jpg /student_lounge_0001/sync_depth_00246.png 518.8579 -/kitchen_0050/rgb_00147.jpg /kitchen_0050/sync_depth_00147.png 518.8579 -/home_office_0007/rgb_00047.jpg /home_office_0007/sync_depth_00047.png 518.8579 -/kitchen_0011a/rgb_00132.jpg /kitchen_0011a/sync_depth_00132.png 518.8579 -/living_room_0018/rgb_00172.jpg /living_room_0018/sync_depth_00172.png 518.8579 -/student_lounge_0001/rgb_00221.jpg /student_lounge_0001/sync_depth_00221.png 518.8579 -/bedroom_0025/rgb_00093.jpg /bedroom_0025/sync_depth_00093.png 518.8579 -/bedroom_0078/rgb_00135.jpg /bedroom_0078/sync_depth_00135.png 518.8579 -/living_room_0058/rgb_00077.jpg /living_room_0058/sync_depth_00077.png 518.8579 -/living_room_0004/rgb_00047.jpg /living_room_0004/sync_depth_00047.png 518.8579 -/dinette_0001/rgb_00086.jpg /dinette_0001/sync_depth_00086.png 518.8579 -/living_room_0047b/rgb_00108.jpg /living_room_0047b/sync_depth_00108.png 518.8579 -/living_room_0004/rgb_00043.jpg /living_room_0004/sync_depth_00043.png 518.8579 -/kitchen_0051/rgb_00280.jpg /kitchen_0051/sync_depth_00280.png 518.8579 -/kitchen_0029c/rgb_00070.jpg /kitchen_0029c/sync_depth_00070.png 518.8579 -/dining_room_0007/rgb_00152.jpg /dining_room_0007/sync_depth_00152.png 518.8579 -/living_room_0055/rgb_00028.jpg /living_room_0055/sync_depth_00028.png 518.8579 -/classroom_0004/rgb_00073.jpg /classroom_0004/sync_depth_00073.png 518.8579 -/bedroom_0079/rgb_00012.jpg /bedroom_0079/sync_depth_00012.png 518.8579 -/kitchen_0053/rgb_00064.jpg /kitchen_0053/sync_depth_00064.png 518.8579 -/bedroom_0140/rgb_00114.jpg /bedroom_0140/sync_depth_00114.png 518.8579 -/bedroom_0056a/rgb_00013.jpg /bedroom_0056a/sync_depth_00013.png 518.8579 -/classroom_0010/rgb_00052.jpg /classroom_0010/sync_depth_00052.png 518.8579 -/kitchen_0045a/rgb_00148.jpg /kitchen_0045a/sync_depth_00148.png 518.8579 -/playroom_0002/rgb_00051.jpg /playroom_0002/sync_depth_00051.png 518.8579 -/reception_room_0002/rgb_00008.jpg /reception_room_0002/sync_depth_00008.png 518.8579 -/bookstore_0001g/rgb_00059.jpg /bookstore_0001g/sync_depth_00059.png 518.8579 -/bedroom_0052/rgb_00203.jpg /bedroom_0052/sync_depth_00203.png 518.8579 -/bedroom_0072/rgb_00070.jpg /bedroom_0072/sync_depth_00070.png 518.8579 -/living_room_0029/rgb_00121.jpg /living_room_0029/sync_depth_00121.png 518.8579 -/furniture_store_0002b/rgb_00069.jpg /furniture_store_0002b/sync_depth_00069.png 518.8579 -/bookstore_0001j/rgb_00167.jpg /bookstore_0001j/sync_depth_00167.png 518.8579 -/dining_room_0004/rgb_00015.jpg /dining_room_0004/sync_depth_00015.png 518.8579 -/kitchen_0060/rgb_00104.jpg /kitchen_0060/sync_depth_00104.png 518.8579 -/bedroom_0014/rgb_00027.jpg /bedroom_0014/sync_depth_00027.png 518.8579 -/bookstore_0001g/rgb_00226.jpg /bookstore_0001g/sync_depth_00226.png 518.8579 -/bedroom_0125b/rgb_00020.jpg /bedroom_0125b/sync_depth_00020.png 518.8579 -/dining_room_0019/rgb_00078.jpg /dining_room_0019/sync_depth_00078.png 518.8579 -/bedroom_0052/rgb_00013.jpg /bedroom_0052/sync_depth_00013.png 518.8579 -/dining_room_0031/rgb_00408.jpg /dining_room_0031/sync_depth_00408.png 518.8579 -/bookstore_0001j/rgb_00080.jpg /bookstore_0001j/sync_depth_00080.png 518.8579 -/bedroom_0081/rgb_00004.jpg /bedroom_0081/sync_depth_00004.png 518.8579 -/indoor_balcony_0001/rgb_00021.jpg /indoor_balcony_0001/sync_depth_00021.png 518.8579 -/classroom_0011/rgb_00063.jpg /classroom_0011/sync_depth_00063.png 518.8579 -/reception_room_0002/rgb_00012.jpg /reception_room_0002/sync_depth_00012.png 518.8579 -/dining_room_0016/rgb_00190.jpg /dining_room_0016/sync_depth_00190.png 518.8579 -/kitchen_0010/rgb_00113.jpg /kitchen_0010/sync_depth_00113.png 518.8579 -/office_0024/rgb_00058.jpg /office_0024/sync_depth_00058.png 518.8579 -/living_room_0078/rgb_00143.jpg /living_room_0078/sync_depth_00143.png 518.8579 -/bathroom_0048/rgb_00002.jpg /bathroom_0048/sync_depth_00002.png 518.8579 -/bookstore_0001e/rgb_00096.jpg /bookstore_0001e/sync_depth_00096.png 518.8579 -/kitchen_0011a/rgb_00123.jpg /kitchen_0011a/sync_depth_00123.png 518.8579 -/study_room_0004/rgb_00130.jpg /study_room_0004/sync_depth_00130.png 518.8579 -/living_room_0018/rgb_00127.jpg /living_room_0018/sync_depth_00127.png 518.8579 -/bedroom_0074/rgb_00082.jpg /bedroom_0074/sync_depth_00082.png 518.8579 -/living_room_0029/rgb_00105.jpg /living_room_0029/sync_depth_00105.png 518.8579 -/bedroom_0104/rgb_00073.jpg /bedroom_0104/sync_depth_00073.png 518.8579 -/bedroom_0078/rgb_00078.jpg /bedroom_0078/sync_depth_00078.png 518.8579 -/living_room_0038/rgb_00012.jpg /living_room_0038/sync_depth_00012.png 518.8579 -/playroom_0006/rgb_00012.jpg /playroom_0006/sync_depth_00012.png 518.8579 -/bedroom_0012/rgb_00046.jpg /bedroom_0012/sync_depth_00046.png 518.8579 -/home_office_0007/rgb_00039.jpg /home_office_0007/sync_depth_00039.png 518.8579 -/dining_room_0001b/rgb_00121.jpg /dining_room_0001b/sync_depth_00121.png 518.8579 -/living_room_0029/rgb_00094.jpg /living_room_0029/sync_depth_00094.png 518.8579 -/kitchen_0043/rgb_00068.jpg /kitchen_0043/sync_depth_00068.png 518.8579 -/bedroom_0076a/rgb_00009.jpg /bedroom_0076a/sync_depth_00009.png 518.8579 -/bedroom_0019/rgb_00021.jpg /bedroom_0019/sync_depth_00021.png 518.8579 -/kitchen_0053/rgb_00173.jpg /kitchen_0053/sync_depth_00173.png 518.8579 -/office_kitchen_0001b/rgb_00066.jpg /office_kitchen_0001b/sync_depth_00066.png 518.8579 -/bookstore_0001f/rgb_00370.jpg /bookstore_0001f/sync_depth_00370.png 518.8579 -/playroom_0004/rgb_00105.jpg /playroom_0004/sync_depth_00105.png 518.8579 -/kitchen_0060/rgb_00033.jpg /kitchen_0060/sync_depth_00033.png 518.8579 -/dining_room_0001b/rgb_00168.jpg /dining_room_0001b/sync_depth_00168.png 518.8579 -/bedroom_0076a/rgb_00046.jpg /bedroom_0076a/sync_depth_00046.png 518.8579 -/living_room_0010/rgb_00121.jpg /living_room_0010/sync_depth_00121.png 518.8579 -/bedroom_0113/rgb_00016.jpg /bedroom_0113/sync_depth_00016.png 518.8579 -/dining_room_0024/rgb_00108.jpg /dining_room_0024/sync_depth_00108.png 518.8579 -/bedroom_0132/rgb_00008.jpg /bedroom_0132/sync_depth_00008.png 518.8579 -/dining_room_0031/rgb_00300.jpg /dining_room_0031/sync_depth_00300.png 518.8579 -/reception_room_0001b/rgb_00017.jpg /reception_room_0001b/sync_depth_00017.png 518.8579 -/kitchen_0010/rgb_00062.jpg /kitchen_0010/sync_depth_00062.png 518.8579 -/dining_room_0028/rgb_00036.jpg /dining_room_0028/sync_depth_00036.png 518.8579 -/office_0019/rgb_00003.jpg /office_0019/sync_depth_00003.png 518.8579 -/laundry_room_0001/rgb_00037.jpg /laundry_room_0001/sync_depth_00037.png 518.8579 -/furniture_store_0002a/rgb_00270.jpg /furniture_store_0002a/sync_depth_00270.png 518.8579 -/kitchen_0041/rgb_00001.jpg /kitchen_0041/sync_depth_00001.png 518.8579 -/bedroom_0020/rgb_00020.jpg /bedroom_0020/sync_depth_00020.png 518.8579 -/nyu_office_0/rgb_00178.jpg /nyu_office_0/sync_depth_00178.png 518.8579 -/kitchen_0053/rgb_00023.jpg /kitchen_0053/sync_depth_00023.png 518.8579 -/dining_room_0028/rgb_00044.jpg /dining_room_0028/sync_depth_00044.png 518.8579 -/living_room_0040/rgb_00260.jpg /living_room_0040/sync_depth_00260.png 518.8579 -/dining_room_0015/rgb_00055.jpg /dining_room_0015/sync_depth_00055.png 518.8579 -/kitchen_0008/rgb_00027.jpg /kitchen_0008/sync_depth_00027.png 518.8579 -/kitchen_0033/rgb_00052.jpg /kitchen_0033/sync_depth_00052.png 518.8579 -/kitchen_0029b/rgb_00050.jpg /kitchen_0029b/sync_depth_00050.png 518.8579 -/bathroom_0053/rgb_00026.jpg /bathroom_0053/sync_depth_00026.png 518.8579 -/living_room_0012/rgb_00079.jpg /living_room_0012/sync_depth_00079.png 518.8579 -/bookstore_0001g/rgb_00219.jpg /bookstore_0001g/sync_depth_00219.png 518.8579 -/living_room_0022/rgb_00068.jpg /living_room_0022/sync_depth_00068.png 518.8579 -/living_room_0070/rgb_00021.jpg /living_room_0070/sync_depth_00021.png 518.8579 -/kitchen_0035b/rgb_00114.jpg /kitchen_0035b/sync_depth_00114.png 518.8579 -/dining_room_0029/rgb_00064.jpg /dining_room_0029/sync_depth_00064.png 518.8579 -/living_room_0069a/rgb_00067.jpg /living_room_0069a/sync_depth_00067.png 518.8579 -/kitchen_0060/rgb_00101.jpg /kitchen_0060/sync_depth_00101.png 518.8579 -/dining_room_0029/rgb_00051.jpg /dining_room_0029/sync_depth_00051.png 518.8579 -/kitchen_0029c/rgb_00152.jpg /kitchen_0029c/sync_depth_00152.png 518.8579 -/kitchen_0019a/rgb_00001.jpg /kitchen_0019a/sync_depth_00001.png 518.8579 -/nyu_office_1/rgb_00055.jpg /nyu_office_1/sync_depth_00055.png 518.8579 -/kitchen_0051/rgb_00020.jpg /kitchen_0051/sync_depth_00020.png 518.8579 -/reception_room_0004/rgb_00053.jpg /reception_room_0004/sync_depth_00053.png 518.8579 -/classroom_0006/rgb_00029.jpg /classroom_0006/sync_depth_00029.png 518.8579 -/bedroom_0050/rgb_00101.jpg /bedroom_0050/sync_depth_00101.png 518.8579 -/living_room_0012/rgb_00056.jpg /living_room_0012/sync_depth_00056.png 518.8579 -/basement_0001a/rgb_00067.jpg /basement_0001a/sync_depth_00067.png 518.8579 -/bedroom_0028/rgb_00027.jpg /bedroom_0028/sync_depth_00027.png 518.8579 -/living_room_0004/rgb_00114.jpg /living_room_0004/sync_depth_00114.png 518.8579 -/bathroom_0023/rgb_00001.jpg /bathroom_0023/sync_depth_00001.png 518.8579 -/bathroom_0028/rgb_00154.jpg /bathroom_0028/sync_depth_00154.png 518.8579 -/bedroom_0063/rgb_00064.jpg /bedroom_0063/sync_depth_00064.png 518.8579 -/living_room_0050/rgb_00033.jpg /living_room_0050/sync_depth_00033.png 518.8579 -/kitchen_0011b/rgb_00014.jpg /kitchen_0011b/sync_depth_00014.png 518.8579 -/living_room_0069b/rgb_00033.jpg /living_room_0069b/sync_depth_00033.png 518.8579 -/bathroom_0041/rgb_00073.jpg /bathroom_0041/sync_depth_00073.png 518.8579 -/bedroom_0016/rgb_00201.jpg /bedroom_0016/sync_depth_00201.png 518.8579 -/kitchen_0031/rgb_00134.jpg /kitchen_0031/sync_depth_00134.png 518.8579 -/living_room_0005/rgb_00148.jpg /living_room_0005/sync_depth_00148.png 518.8579 -/bathroom_0028/rgb_00170.jpg /bathroom_0028/sync_depth_00170.png 518.8579 -/bedroom_0072/rgb_00173.jpg /bedroom_0072/sync_depth_00173.png 518.8579 -/living_room_0040/rgb_00180.jpg /living_room_0040/sync_depth_00180.png 518.8579 -/dining_room_0012/rgb_00234.jpg /dining_room_0012/sync_depth_00234.png 518.8579 -/bedroom_0033/rgb_00121.jpg /bedroom_0033/sync_depth_00121.png 518.8579 -/kitchen_0010/rgb_00010.jpg /kitchen_0010/sync_depth_00010.png 518.8579 -/office_kitchen_0003/rgb_00059.jpg /office_kitchen_0003/sync_depth_00059.png 518.8579 -/reception_room_0001b/rgb_00074.jpg /reception_room_0001b/sync_depth_00074.png 518.8579 -/bedroom_0004/rgb_00121.jpg /bedroom_0004/sync_depth_00121.png 518.8579 -/classroom_0006/rgb_00132.jpg /classroom_0006/sync_depth_00132.png 518.8579 -/living_room_0083/rgb_00068.jpg /living_room_0083/sync_depth_00068.png 518.8579 -/living_room_0039/rgb_00123.jpg /living_room_0039/sync_depth_00123.png 518.8579 -/home_office_0006/rgb_00013.jpg /home_office_0006/sync_depth_00013.png 518.8579 -/living_room_0058/rgb_00101.jpg /living_room_0058/sync_depth_00101.png 518.8579 -/bedroom_0051/rgb_00125.jpg /bedroom_0051/sync_depth_00125.png 518.8579 -/dining_room_0034/rgb_00019.jpg /dining_room_0034/sync_depth_00019.png 518.8579 -/bathroom_0034/rgb_00005.jpg /bathroom_0034/sync_depth_00005.png 518.8579 -/bedroom_0056a/rgb_00035.jpg /bedroom_0056a/sync_depth_00035.png 518.8579 -/bedroom_0130/rgb_00044.jpg /bedroom_0130/sync_depth_00044.png 518.8579 -/bedroom_0072/rgb_00022.jpg /bedroom_0072/sync_depth_00022.png 518.8579 -/office_kitchen_0001b/rgb_00022.jpg /office_kitchen_0001b/sync_depth_00022.png 518.8579 -/kitchen_0048/rgb_00166.jpg /kitchen_0048/sync_depth_00166.png 518.8579 -/living_room_0050/rgb_00204.jpg /living_room_0050/sync_depth_00204.png 518.8579 -/bookstore_0001i/rgb_00028.jpg /bookstore_0001i/sync_depth_00028.png 518.8579 -/bathroom_0057/rgb_00004.jpg /bathroom_0057/sync_depth_00004.png 518.8579 -/bedroom_0050/rgb_00126.jpg /bedroom_0050/sync_depth_00126.png 518.8579 -/living_room_0020/rgb_00142.jpg /living_room_0020/sync_depth_00142.png 518.8579 -/kitchen_0029b/rgb_00010.jpg /kitchen_0029b/sync_depth_00010.png 518.8579 -/living_room_0069a/rgb_00015.jpg /living_room_0069a/sync_depth_00015.png 518.8579 -/dining_room_0033/rgb_00006.jpg /dining_room_0033/sync_depth_00006.png 518.8579 -/living_room_0078/rgb_00148.jpg /living_room_0078/sync_depth_00148.png 518.8579 -/bedroom_0051/rgb_00198.jpg /bedroom_0051/sync_depth_00198.png 518.8579 -/excercise_room_0001/rgb_00010.jpg /excercise_room_0001/sync_depth_00010.png 518.8579 -/living_room_0058/rgb_00043.jpg /living_room_0058/sync_depth_00043.png 518.8579 -/bedroom_0040/rgb_00061.jpg /bedroom_0040/sync_depth_00061.png 518.8579 -/dining_room_0016/rgb_00215.jpg /dining_room_0016/sync_depth_00215.png 518.8579 -/bedroom_0039/rgb_00028.jpg /bedroom_0039/sync_depth_00028.png 518.8579 -/bathroom_0030/rgb_00048.jpg /bathroom_0030/sync_depth_00048.png 518.8579 -/bathroom_0007/rgb_00041.jpg /bathroom_0007/sync_depth_00041.png 518.8579 -/study_0006/rgb_00031.jpg /study_0006/sync_depth_00031.png 518.8579 -/bathroom_0039/rgb_00052.jpg /bathroom_0039/sync_depth_00052.png 518.8579 -/living_room_0042a/rgb_00033.jpg /living_room_0042a/sync_depth_00033.png 518.8579 -/bedroom_0067b/rgb_00021.jpg /bedroom_0067b/sync_depth_00021.png 518.8579 -/living_room_0006/rgb_00001.jpg /living_room_0006/sync_depth_00001.png 518.8579 -/living_room_0011/rgb_00097.jpg /living_room_0011/sync_depth_00097.png 518.8579 -/classroom_0018/rgb_00054.jpg /classroom_0018/sync_depth_00054.png 518.8579 -/playroom_0004/rgb_00014.jpg /playroom_0004/sync_depth_00014.png 518.8579 -/living_room_0050/rgb_00056.jpg /living_room_0050/sync_depth_00056.png 518.8579 -/kitchen_0047/rgb_00138.jpg /kitchen_0047/sync_depth_00138.png 518.8579 -/bedroom_0028/rgb_00057.jpg /bedroom_0028/sync_depth_00057.png 518.8579 -/furniture_store_0002b/rgb_00242.jpg /furniture_store_0002b/sync_depth_00242.png 518.8579 -/living_room_0069a/rgb_00005.jpg /living_room_0069a/sync_depth_00005.png 518.8579 -/bedroom_0034/rgb_00011.jpg /bedroom_0034/sync_depth_00011.png 518.8579 -/living_room_0047b/rgb_00156.jpg /living_room_0047b/sync_depth_00156.png 518.8579 -/classroom_0004/rgb_00035.jpg /classroom_0004/sync_depth_00035.png 518.8579 -/bookstore_0001d/rgb_00295.jpg /bookstore_0001d/sync_depth_00295.png 518.8579 -/nyu_office_0/rgb_00404.jpg /nyu_office_0/sync_depth_00404.png 518.8579 -/reception_room_0001a/rgb_00058.jpg /reception_room_0001a/sync_depth_00058.png 518.8579 -/bathroom_0033/rgb_00021.jpg /bathroom_0033/sync_depth_00021.png 518.8579 -/home_office_0004/rgb_00023.jpg /home_office_0004/sync_depth_00023.png 518.8579 -/living_room_0058/rgb_00206.jpg /living_room_0058/sync_depth_00206.png 518.8579 -/kitchen_0048/rgb_00175.jpg /kitchen_0048/sync_depth_00175.png 518.8579 -/study_room_0004/rgb_00011.jpg /study_room_0004/sync_depth_00011.png 518.8579 -/dining_room_0007/rgb_00098.jpg /dining_room_0007/sync_depth_00098.png 518.8579 -/conference_room_0001/rgb_00120.jpg /conference_room_0001/sync_depth_00120.png 518.8579 -/student_lounge_0001/rgb_00164.jpg /student_lounge_0001/sync_depth_00164.png 518.8579 -/dining_room_0023/rgb_00026.jpg /dining_room_0023/sync_depth_00026.png 518.8579 -/kitchen_0031/rgb_00200.jpg /kitchen_0031/sync_depth_00200.png 518.8579 -/dining_room_0012/rgb_00021.jpg /dining_room_0012/sync_depth_00021.png 518.8579 -/living_room_0058/rgb_00135.jpg /living_room_0058/sync_depth_00135.png 518.8579 -/kitchen_0047/rgb_00000.jpg /kitchen_0047/sync_depth_00000.png 518.8579 -/living_room_0058/rgb_00212.jpg /living_room_0058/sync_depth_00212.png 518.8579 -/living_room_0020/rgb_00052.jpg /living_room_0020/sync_depth_00052.png 518.8579 -/playroom_0003/rgb_00086.jpg /playroom_0003/sync_depth_00086.png 518.8579 -/home_office_0008/rgb_00065.jpg /home_office_0008/sync_depth_00065.png 518.8579 -/classroom_0012/rgb_00004.jpg /classroom_0012/sync_depth_00004.png 518.8579 -/furniture_store_0001d/rgb_00184.jpg /furniture_store_0001d/sync_depth_00184.png 518.8579 -/living_room_0069b/rgb_00065.jpg /living_room_0069b/sync_depth_00065.png 518.8579 -/basement_0001a/rgb_00010.jpg /basement_0001a/sync_depth_00010.png 518.8579 -/living_room_0019/rgb_00240.jpg /living_room_0019/sync_depth_00240.png 518.8579 -/bedroom_0063/rgb_00004.jpg /bedroom_0063/sync_depth_00004.png 518.8579 -/bathroom_0041/rgb_00018.jpg /bathroom_0041/sync_depth_00018.png 518.8579 -/dining_room_0023/rgb_00004.jpg /dining_room_0023/sync_depth_00004.png 518.8579 -/kitchen_0060/rgb_00017.jpg /kitchen_0060/sync_depth_00017.png 518.8579 -/bookstore_0001g/rgb_00232.jpg /bookstore_0001g/sync_depth_00232.png 518.8579 -/bedroom_0079/rgb_00055.jpg /bedroom_0079/sync_depth_00055.png 518.8579 -/conference_room_0002/rgb_00038.jpg /conference_room_0002/sync_depth_00038.png 518.8579 -/living_room_0038/rgb_00044.jpg /living_room_0038/sync_depth_00044.png 518.8579 -/office_0026/rgb_00157.jpg /office_0026/sync_depth_00157.png 518.8579 -/bedroom_0069/rgb_00121.jpg /bedroom_0069/sync_depth_00121.png 518.8579 -/bedroom_0130/rgb_00076.jpg /bedroom_0130/sync_depth_00076.png 518.8579 -/bookstore_0001i/rgb_00131.jpg /bookstore_0001i/sync_depth_00131.png 518.8579 -/dining_room_0012/rgb_00233.jpg /dining_room_0012/sync_depth_00233.png 518.8579 -/living_room_0040/rgb_00303.jpg /living_room_0040/sync_depth_00303.png 518.8579 -/playroom_0006/rgb_00076.jpg /playroom_0006/sync_depth_00076.png 518.8579 -/student_lounge_0001/rgb_00170.jpg /student_lounge_0001/sync_depth_00170.png 518.8579 -/kitchen_0016/rgb_00119.jpg /kitchen_0016/sync_depth_00119.png 518.8579 -/bookstore_0001d/rgb_00169.jpg /bookstore_0001d/sync_depth_00169.png 518.8579 -/kitchen_0050/rgb_00030.jpg /kitchen_0050/sync_depth_00030.png 518.8579 -/nyu_office_1/rgb_00063.jpg /nyu_office_1/sync_depth_00063.png 518.8579 -/playroom_0004/rgb_00018.jpg /playroom_0004/sync_depth_00018.png 518.8579 -/kitchen_0033/rgb_00100.jpg /kitchen_0033/sync_depth_00100.png 518.8579 -/bedroom_0017/rgb_00074.jpg /bedroom_0017/sync_depth_00074.png 518.8579 -/living_room_0020/rgb_00084.jpg /living_room_0020/sync_depth_00084.png 518.8579 -/living_room_0038/rgb_00075.jpg /living_room_0038/sync_depth_00075.png 518.8579 -/furniture_store_0002a/rgb_00075.jpg /furniture_store_0002a/sync_depth_00075.png 518.8579 -/bedroom_0025/rgb_00052.jpg /bedroom_0025/sync_depth_00052.png 518.8579 -/dining_room_0008/rgb_00165.jpg /dining_room_0008/sync_depth_00165.png 518.8579 -/kitchen_0031/rgb_00060.jpg /kitchen_0031/sync_depth_00060.png 518.8579 -/bookstore_0001e/rgb_00162.jpg /bookstore_0001e/sync_depth_00162.png 518.8579 -/living_room_0022/rgb_00399.jpg /living_room_0022/sync_depth_00399.png 518.8579 -/classroom_0005/rgb_00004.jpg /classroom_0005/sync_depth_00004.png 518.8579 -/bathroom_0028/rgb_00151.jpg /bathroom_0028/sync_depth_00151.png 518.8579 -/bedroom_0056a/rgb_00076.jpg /bedroom_0056a/sync_depth_00076.png 518.8579 -/kitchen_0028a/rgb_00049.jpg /kitchen_0028a/sync_depth_00049.png 518.8579 -/bedroom_0028/rgb_00025.jpg /bedroom_0028/sync_depth_00025.png 518.8579 -/living_room_0078/rgb_00048.jpg /living_room_0078/sync_depth_00048.png 518.8579 -/office_0026/rgb_00014.jpg /office_0026/sync_depth_00014.png 518.8579 -/furniture_store_0001a/rgb_00031.jpg /furniture_store_0001a/sync_depth_00031.png 518.8579 -/bedroom_0076a/rgb_00191.jpg /bedroom_0076a/sync_depth_00191.png 518.8579 -/living_room_0046b/rgb_00103.jpg /living_room_0046b/sync_depth_00103.png 518.8579 -/bathroom_0039/rgb_00024.jpg /bathroom_0039/sync_depth_00024.png 518.8579 -/bathroom_0019/rgb_00082.jpg /bathroom_0019/sync_depth_00082.png 518.8579 -/living_room_0006/rgb_00003.jpg /living_room_0006/sync_depth_00003.png 518.8579 -/playroom_0004/rgb_00035.jpg /playroom_0004/sync_depth_00035.png 518.8579 -/dining_room_0028/rgb_00002.jpg /dining_room_0028/sync_depth_00002.png 518.8579 -/living_room_0022/rgb_00243.jpg /living_room_0022/sync_depth_00243.png 518.8579 -/bedroom_0019/rgb_00045.jpg /bedroom_0019/sync_depth_00045.png 518.8579 -/kitchen_0029c/rgb_00179.jpg /kitchen_0029c/sync_depth_00179.png 518.8579 -/bookstore_0001i/rgb_00127.jpg /bookstore_0001i/sync_depth_00127.png 518.8579 -/office_0011/rgb_00150.jpg /office_0011/sync_depth_00150.png 518.8579 -/living_room_0046b/rgb_00033.jpg /living_room_0046b/sync_depth_00033.png 518.8579 -/bedroom_0020/rgb_00090.jpg /bedroom_0020/sync_depth_00090.png 518.8579 -/bedroom_0106/rgb_00099.jpg /bedroom_0106/sync_depth_00099.png 518.8579 -/dining_room_0031/rgb_00301.jpg /dining_room_0031/sync_depth_00301.png 518.8579 -/office_0006/rgb_00154.jpg /office_0006/sync_depth_00154.png 518.8579 -/reception_room_0004/rgb_00028.jpg /reception_room_0004/sync_depth_00028.png 518.8579 -/kitchen_0045a/rgb_00044.jpg /kitchen_0045a/sync_depth_00044.png 518.8579 -/bedroom_0029/rgb_00067.jpg /bedroom_0029/sync_depth_00067.png 518.8579 -/kitchen_0033/rgb_00132.jpg /kitchen_0033/sync_depth_00132.png 518.8579 -/home_office_0004/rgb_00035.jpg /home_office_0004/sync_depth_00035.png 518.8579 -/bathroom_0028/rgb_00065.jpg /bathroom_0028/sync_depth_00065.png 518.8579 -/playroom_0003/rgb_00181.jpg /playroom_0003/sync_depth_00181.png 518.8579 -/kitchen_0052/rgb_00125.jpg /kitchen_0052/sync_depth_00125.png 518.8579 -/bedroom_0074/rgb_00122.jpg /bedroom_0074/sync_depth_00122.png 518.8579 -/bedroom_0019/rgb_00010.jpg /bedroom_0019/sync_depth_00010.png 518.8579 -/bathroom_0007/rgb_00067.jpg /bathroom_0007/sync_depth_00067.png 518.8579 -/office_0021/rgb_00059.jpg /office_0021/sync_depth_00059.png 518.8579 -/home_office_0005/rgb_00062.jpg /home_office_0005/sync_depth_00062.png 518.8579 -/bookstore_0001f/rgb_00106.jpg /bookstore_0001f/sync_depth_00106.png 518.8579 -/office_0021/rgb_00037.jpg /office_0021/sync_depth_00037.png 518.8579 -/reception_room_0002/rgb_00082.jpg /reception_room_0002/sync_depth_00082.png 518.8579 -/classroom_0018/rgb_00040.jpg /classroom_0018/sync_depth_00040.png 518.8579 -/bathroom_0010/rgb_00016.jpg /bathroom_0010/sync_depth_00016.png 518.8579 -/bookstore_0001f/rgb_00277.jpg /bookstore_0001f/sync_depth_00277.png 518.8579 -/kitchen_0011a/rgb_00141.jpg /kitchen_0011a/sync_depth_00141.png 518.8579 -/bedroom_0029/rgb_00058.jpg /bedroom_0029/sync_depth_00058.png 518.8579 -/home_office_0006/rgb_00143.jpg /home_office_0006/sync_depth_00143.png 518.8579 -/bedroom_0076a/rgb_00229.jpg /bedroom_0076a/sync_depth_00229.png 518.8579 -/living_room_0022/rgb_00056.jpg /living_room_0022/sync_depth_00056.png 518.8579 -/kitchen_0028a/rgb_00172.jpg /kitchen_0028a/sync_depth_00172.png 518.8579 -/bedroom_0138/rgb_00061.jpg /bedroom_0138/sync_depth_00061.png 518.8579 -/living_room_0050/rgb_00233.jpg /living_room_0050/sync_depth_00233.png 518.8579 -/bedroom_0021/rgb_00082.jpg /bedroom_0021/sync_depth_00082.png 518.8579 -/dining_room_0013/rgb_00115.jpg /dining_room_0013/sync_depth_00115.png 518.8579 -/dining_room_0004/rgb_00024.jpg /dining_room_0004/sync_depth_00024.png 518.8579 -/dining_room_0016/rgb_00074.jpg /dining_room_0016/sync_depth_00074.png 518.8579 -/bathroom_0016/rgb_00023.jpg /bathroom_0016/sync_depth_00023.png 518.8579 -/bookstore_0001f/rgb_00467.jpg /bookstore_0001f/sync_depth_00467.png 518.8579 -/living_room_0058/rgb_00218.jpg /living_room_0058/sync_depth_00218.png 518.8579 -/bedroom_0039/rgb_00027.jpg /bedroom_0039/sync_depth_00027.png 518.8579 -/bedroom_0016/rgb_00109.jpg /bedroom_0016/sync_depth_00109.png 518.8579 -/bedroom_0098/rgb_00018.jpg /bedroom_0098/sync_depth_00018.png 518.8579 -/living_room_0085/rgb_00020.jpg /living_room_0085/sync_depth_00020.png 518.8579 -/kitchen_0029a/rgb_00001.jpg /kitchen_0029a/sync_depth_00001.png 518.8579 -/playroom_0003/rgb_00184.jpg /playroom_0003/sync_depth_00184.png 518.8579 -/bedroom_0104/rgb_00029.jpg /bedroom_0104/sync_depth_00029.png 518.8579 -/living_room_0020/rgb_00102.jpg /living_room_0020/sync_depth_00102.png 518.8579 -/bedroom_0019/rgb_00143.jpg /bedroom_0019/sync_depth_00143.png 518.8579 -/living_room_0069b/rgb_00036.jpg /living_room_0069b/sync_depth_00036.png 518.8579 -/bookstore_0001d/rgb_00077.jpg /bookstore_0001d/sync_depth_00077.png 518.8579 -/office_0019/rgb_00020.jpg /office_0019/sync_depth_00020.png 518.8579 -/bookstore_0001d/rgb_00276.jpg /bookstore_0001d/sync_depth_00276.png 518.8579 -/living_room_0032/rgb_00029.jpg /living_room_0032/sync_depth_00029.png 518.8579 -/bedroom_0033/rgb_00085.jpg /bedroom_0033/sync_depth_00085.png 518.8579 -/dining_room_0001b/rgb_00005.jpg /dining_room_0001b/sync_depth_00005.png 518.8579 -/bedroom_0076a/rgb_00049.jpg /bedroom_0076a/sync_depth_00049.png 518.8579 -/bedroom_0052/rgb_00105.jpg /bedroom_0052/sync_depth_00105.png 518.8579 -/bedroom_0097/rgb_00061.jpg /bedroom_0097/sync_depth_00061.png 518.8579 -/conference_room_0001/rgb_00024.jpg /conference_room_0001/sync_depth_00024.png 518.8579 -/bedroom_0130/rgb_00003.jpg /bedroom_0130/sync_depth_00003.png 518.8579 -/dining_room_0024/rgb_00083.jpg /dining_room_0024/sync_depth_00083.png 518.8579 -/furniture_store_0001d/rgb_00142.jpg /furniture_store_0001d/sync_depth_00142.png 518.8579 -/living_room_0050/rgb_00182.jpg /living_room_0050/sync_depth_00182.png 518.8579 -/bedroom_0019/rgb_00144.jpg /bedroom_0019/sync_depth_00144.png 518.8579 -/bookstore_0001h/rgb_00125.jpg /bookstore_0001h/sync_depth_00125.png 518.8579 -/bathroom_0019/rgb_00046.jpg /bathroom_0019/sync_depth_00046.png 518.8579 -/furniture_store_0002b/rgb_00231.jpg /furniture_store_0002b/sync_depth_00231.png 518.8579 -/bathroom_0053/rgb_00033.jpg /bathroom_0053/sync_depth_00033.png 518.8579 -/bedroom_0138/rgb_00099.jpg /bedroom_0138/sync_depth_00099.png 518.8579 -/bedroom_0025/rgb_00094.jpg /bedroom_0025/sync_depth_00094.png 518.8579 -/bathroom_0024/rgb_00027.jpg /bathroom_0024/sync_depth_00027.png 518.8579 -/classroom_0022/rgb_00104.jpg /classroom_0022/sync_depth_00104.png 518.8579 -/kitchen_0031/rgb_00066.jpg /kitchen_0031/sync_depth_00066.png 518.8579 -/kitchen_0050/rgb_00078.jpg /kitchen_0050/sync_depth_00078.png 518.8579 -/bedroom_0025/rgb_00090.jpg /bedroom_0025/sync_depth_00090.png 518.8579 -/kitchen_0041/rgb_00026.jpg /kitchen_0041/sync_depth_00026.png 518.8579 -/living_room_0055/rgb_00020.jpg /living_room_0055/sync_depth_00020.png 518.8579 -/bathroom_0042/rgb_00029.jpg /bathroom_0042/sync_depth_00029.png 518.8579 -/bedroom_0019/rgb_00099.jpg /bedroom_0019/sync_depth_00099.png 518.8579 -/living_room_0047a/rgb_00043.jpg /living_room_0047a/sync_depth_00043.png 518.8579 -/bedroom_0025/rgb_00041.jpg /bedroom_0025/sync_depth_00041.png 518.8579 -/dining_room_0028/rgb_00108.jpg /dining_room_0028/sync_depth_00108.png 518.8579 -/bookstore_0001e/rgb_00216.jpg /bookstore_0001e/sync_depth_00216.png 518.8579 -/bedroom_0025/rgb_00030.jpg /bedroom_0025/sync_depth_00030.png 518.8579 -/dining_room_0008/rgb_00030.jpg /dining_room_0008/sync_depth_00030.png 518.8579 -/living_room_0042b/rgb_00028.jpg /living_room_0042b/sync_depth_00028.png 518.8579 -/furniture_store_0001b/rgb_00104.jpg /furniture_store_0001b/sync_depth_00104.png 518.8579 -/kitchen_0033/rgb_00022.jpg /kitchen_0033/sync_depth_00022.png 518.8579 -/furniture_store_0002b/rgb_00042.jpg /furniture_store_0002b/sync_depth_00042.png 518.8579 -/bedroom_0063/rgb_00070.jpg /bedroom_0063/sync_depth_00070.png 518.8579 -/kitchen_0037/rgb_00053.jpg /kitchen_0037/sync_depth_00053.png 518.8579 -/dining_room_0015/rgb_00098.jpg /dining_room_0015/sync_depth_00098.png 518.8579 -/office_0003/rgb_00006.jpg /office_0003/sync_depth_00006.png 518.8579 -/living_room_0012/rgb_00181.jpg /living_room_0012/sync_depth_00181.png 518.8579 -/bookstore_0001g/rgb_00049.jpg /bookstore_0001g/sync_depth_00049.png 518.8579 -/classroom_0010/rgb_00028.jpg /classroom_0010/sync_depth_00028.png 518.8579 -/bedroom_0053/rgb_00098.jpg /bedroom_0053/sync_depth_00098.png 518.8579 -/home_office_0005/rgb_00081.jpg /home_office_0005/sync_depth_00081.png 518.8579 -/nyu_office_0/rgb_00337.jpg /nyu_office_0/sync_depth_00337.png 518.8579 -/bedroom_0107/rgb_00032.jpg /bedroom_0107/sync_depth_00032.png 518.8579 -/bedroom_0067b/rgb_00010.jpg /bedroom_0067b/sync_depth_00010.png 518.8579 -/living_room_0062/rgb_00173.jpg /living_room_0062/sync_depth_00173.png 518.8579 -/bathroom_0005/rgb_00045.jpg /bathroom_0005/sync_depth_00045.png 518.8579 -/bathroom_0028/rgb_00063.jpg /bathroom_0028/sync_depth_00063.png 518.8579 -/bedroom_0052/rgb_00058.jpg /bedroom_0052/sync_depth_00058.png 518.8579 -/kitchen_0029c/rgb_00064.jpg /kitchen_0029c/sync_depth_00064.png 518.8579 -/home_office_0008/rgb_00105.jpg /home_office_0008/sync_depth_00105.png 518.8579 -/excercise_room_0001/rgb_00062.jpg /excercise_room_0001/sync_depth_00062.png 518.8579 -/classroom_0011/rgb_00005.jpg /classroom_0011/sync_depth_00005.png 518.8579 -/classroom_0010/rgb_00044.jpg /classroom_0010/sync_depth_00044.png 518.8579 -/bedroom_0074/rgb_00053.jpg /bedroom_0074/sync_depth_00053.png 518.8579 -/bedroom_0056b/rgb_00020.jpg /bedroom_0056b/sync_depth_00020.png 518.8579 -/bookstore_0001d/rgb_00046.jpg /bookstore_0001d/sync_depth_00046.png 518.8579 -/living_room_0078/rgb_00057.jpg /living_room_0078/sync_depth_00057.png 518.8579 -/furniture_store_0002a/rgb_00156.jpg /furniture_store_0002a/sync_depth_00156.png 518.8579 -/bedroom_0140/rgb_00160.jpg /bedroom_0140/sync_depth_00160.png 518.8579 -/living_room_0058/rgb_00120.jpg /living_room_0058/sync_depth_00120.png 518.8579 -/furniture_store_0001d/rgb_00021.jpg /furniture_store_0001d/sync_depth_00021.png 518.8579 -/living_room_0005/rgb_00096.jpg /living_room_0005/sync_depth_00096.png 518.8579 -/furniture_store_0002a/rgb_00137.jpg /furniture_store_0002a/sync_depth_00137.png 518.8579 -/dining_room_0023/rgb_00166.jpg /dining_room_0023/sync_depth_00166.png 518.8579 -/living_room_0005/rgb_00100.jpg /living_room_0005/sync_depth_00100.png 518.8579 -/living_room_0086b/rgb_00041.jpg /living_room_0086b/sync_depth_00041.png 518.8579 -/living_room_0042b/rgb_00067.jpg /living_room_0042b/sync_depth_00067.png 518.8579 -/dining_room_0037/rgb_00019.jpg /dining_room_0037/sync_depth_00019.png 518.8579 -/furniture_store_0002b/rgb_00181.jpg /furniture_store_0002b/sync_depth_00181.png 518.8579 -/bedroom_0130/rgb_00009.jpg /bedroom_0130/sync_depth_00009.png 518.8579 -/furniture_store_0001a/rgb_00010.jpg /furniture_store_0001a/sync_depth_00010.png 518.8579 -/home_office_0013/rgb_00009.jpg /home_office_0013/sync_depth_00009.png 518.8579 -/living_room_0047a/rgb_00001.jpg /living_room_0047a/sync_depth_00001.png 518.8579 -/office_0003/rgb_00032.jpg /office_0003/sync_depth_00032.png 518.8579 -/bathroom_0034/rgb_00061.jpg /bathroom_0034/sync_depth_00061.png 518.8579 -/kitchen_0043/rgb_00213.jpg /kitchen_0043/sync_depth_00213.png 518.8579 -/kitchen_0035a/rgb_00014.jpg /kitchen_0035a/sync_depth_00014.png 518.8579 -/bathroom_0006/rgb_00031.jpg /bathroom_0006/sync_depth_00031.png 518.8579 -/bedroom_0076a/rgb_00200.jpg /bedroom_0076a/sync_depth_00200.png 518.8579 -/bedroom_0017/rgb_00047.jpg /bedroom_0017/sync_depth_00047.png 518.8579 -/bedroom_0050/rgb_00163.jpg /bedroom_0050/sync_depth_00163.png 518.8579 -/living_room_0070/rgb_00063.jpg /living_room_0070/sync_depth_00063.png 518.8579 -/bedroom_0062/rgb_00114.jpg /bedroom_0062/sync_depth_00114.png 518.8579 -/furniture_store_0001b/rgb_00045.jpg /furniture_store_0001b/sync_depth_00045.png 518.8579 -/cafe_0001c/rgb_00011.jpg /cafe_0001c/sync_depth_00011.png 518.8579 -/bedroom_0125b/rgb_00027.jpg /bedroom_0125b/sync_depth_00027.png 518.8579 -/living_room_0029/rgb_00006.jpg /living_room_0029/sync_depth_00006.png 518.8579 -/classroom_0005/rgb_00016.jpg /classroom_0005/sync_depth_00016.png 518.8579 -/dining_room_0012/rgb_00075.jpg /dining_room_0012/sync_depth_00075.png 518.8579 -/bookstore_0001i/rgb_00064.jpg /bookstore_0001i/sync_depth_00064.png 518.8579 -/bedroom_0047/rgb_00012.jpg /bedroom_0047/sync_depth_00012.png 518.8579 -/study_room_0005b/rgb_00049.jpg /study_room_0005b/sync_depth_00049.png 518.8579 -/office_0004/rgb_00075.jpg /office_0004/sync_depth_00075.png 518.8579 -/bedroom_0062/rgb_00028.jpg /bedroom_0062/sync_depth_00028.png 518.8579 -/bedroom_0104/rgb_00033.jpg /bedroom_0104/sync_depth_00033.png 518.8579 -/kitchen_0051/rgb_00162.jpg /kitchen_0051/sync_depth_00162.png 518.8579 -/living_room_0050/rgb_00099.jpg /living_room_0050/sync_depth_00099.png 518.8579 -/bedroom_0042/rgb_00021.jpg /bedroom_0042/sync_depth_00021.png 518.8579 -/living_room_0019/rgb_00001.jpg /living_room_0019/sync_depth_00001.png 518.8579 -/living_room_0040/rgb_00323.jpg /living_room_0040/sync_depth_00323.png 518.8579 -/bedroom_0056b/rgb_00014.jpg /bedroom_0056b/sync_depth_00014.png 518.8579 -/furniture_store_0002b/rgb_00234.jpg /furniture_store_0002b/sync_depth_00234.png 518.8579 -/kitchen_0037/rgb_00104.jpg /kitchen_0037/sync_depth_00104.png 518.8579 -/dining_room_0013/rgb_00174.jpg /dining_room_0013/sync_depth_00174.png 518.8579 -/study_0003/rgb_00089.jpg /study_0003/sync_depth_00089.png 518.8579 -/bedroom_0097/rgb_00047.jpg /bedroom_0097/sync_depth_00047.png 518.8579 -/bedroom_0086/rgb_00028.jpg /bedroom_0086/sync_depth_00028.png 518.8579 -/living_room_0078/rgb_00080.jpg /living_room_0078/sync_depth_00080.png 518.8579 -/cafe_0001a/rgb_00005.jpg /cafe_0001a/sync_depth_00005.png 518.8579 -/study_room_0004/rgb_00154.jpg /study_room_0004/sync_depth_00154.png 518.8579 -/bedroom_0010/rgb_00020.jpg /bedroom_0010/sync_depth_00020.png 518.8579 -/study_room_0004/rgb_00039.jpg /study_room_0004/sync_depth_00039.png 518.8579 -/bedroom_0060/rgb_00068.jpg /bedroom_0060/sync_depth_00068.png 518.8579 -/bedroom_0086/rgb_00123.jpg /bedroom_0086/sync_depth_00123.png 518.8579 -/bedroom_0021/rgb_00056.jpg /bedroom_0021/sync_depth_00056.png 518.8579 -/bookstore_0001g/rgb_00168.jpg /bookstore_0001g/sync_depth_00168.png 518.8579 -/living_room_0019/rgb_00154.jpg /living_room_0019/sync_depth_00154.png 518.8579 -/dining_room_0013/rgb_00094.jpg /dining_room_0013/sync_depth_00094.png 518.8579 -/bookstore_0001j/rgb_00307.jpg /bookstore_0001j/sync_depth_00307.png 518.8579 -/dining_room_0008/rgb_00189.jpg /dining_room_0008/sync_depth_00189.png 518.8579 -/living_room_0018/rgb_00186.jpg /living_room_0018/sync_depth_00186.png 518.8579 -/kitchen_0008/rgb_00000.jpg /kitchen_0008/sync_depth_00000.png 518.8579 -/dining_room_0008/rgb_00035.jpg /dining_room_0008/sync_depth_00035.png 518.8579 -/bedroom_0078/rgb_00133.jpg /bedroom_0078/sync_depth_00133.png 518.8579 -/study_0008/rgb_00024.jpg /study_0008/sync_depth_00024.png 518.8579 -/dining_room_0012/rgb_00135.jpg /dining_room_0012/sync_depth_00135.png 518.8579 -/living_room_0012/rgb_00120.jpg /living_room_0012/sync_depth_00120.png 518.8579 -/living_room_0050/rgb_00041.jpg /living_room_0050/sync_depth_00041.png 518.8579 -/kitchen_0050/rgb_00169.jpg /kitchen_0050/sync_depth_00169.png 518.8579 -/dining_room_0023/rgb_00128.jpg /dining_room_0023/sync_depth_00128.png 518.8579 -/bedroom_0140/rgb_00175.jpg /bedroom_0140/sync_depth_00175.png 518.8579 -/bedroom_0136/rgb_00158.jpg /bedroom_0136/sync_depth_00158.png 518.8579 -/home_office_0006/rgb_00137.jpg /home_office_0006/sync_depth_00137.png 518.8579 -/dining_room_0029/rgb_00043.jpg /dining_room_0029/sync_depth_00043.png 518.8579 -/bookstore_0001f/rgb_00485.jpg /bookstore_0001f/sync_depth_00485.png 518.8579 -/dining_room_0007/rgb_00210.jpg /dining_room_0007/sync_depth_00210.png 518.8579 -/bedroom_0019/rgb_00075.jpg /bedroom_0019/sync_depth_00075.png 518.8579 -/bedroom_0059/rgb_00049.jpg /bedroom_0059/sync_depth_00049.png 518.8579 -/dinette_0001/rgb_00064.jpg /dinette_0001/sync_depth_00064.png 518.8579 -/student_lounge_0001/rgb_00172.jpg /student_lounge_0001/sync_depth_00172.png 518.8579 -/living_room_0011/rgb_00122.jpg /living_room_0011/sync_depth_00122.png 518.8579 -/dining_room_0031/rgb_00393.jpg /dining_room_0031/sync_depth_00393.png 518.8579 -/bathroom_0014a/rgb_00000.jpg /bathroom_0014a/sync_depth_00000.png 518.8579 -/living_room_0039/rgb_00099.jpg /living_room_0039/sync_depth_00099.png 518.8579 -/living_room_0068/rgb_00071.jpg /living_room_0068/sync_depth_00071.png 518.8579 -/bookstore_0001d/rgb_00096.jpg /bookstore_0001d/sync_depth_00096.png 518.8579 -/kitchen_0029c/rgb_00080.jpg /kitchen_0029c/sync_depth_00080.png 518.8579 -/classroom_0006/rgb_00077.jpg /classroom_0006/sync_depth_00077.png 518.8579 -/kitchen_0019a/rgb_00159.jpg /kitchen_0019a/sync_depth_00159.png 518.8579 -/bedroom_0071/rgb_00126.jpg /bedroom_0071/sync_depth_00126.png 518.8579 -/kitchen_0028b/rgb_00067.jpg /kitchen_0028b/sync_depth_00067.png 518.8579 -/kitchen_0047/rgb_00122.jpg /kitchen_0047/sync_depth_00122.png 518.8579 -/office_0021/rgb_00031.jpg /office_0021/sync_depth_00031.png 518.8579 -/kitchen_0052/rgb_00087.jpg /kitchen_0052/sync_depth_00087.png 518.8579 -/kitchen_0028b/rgb_00028.jpg /kitchen_0028b/sync_depth_00028.png 518.8579 -/kitchen_0033/rgb_00081.jpg /kitchen_0033/sync_depth_00081.png 518.8579 -/dining_room_0024/rgb_00168.jpg /dining_room_0024/sync_depth_00168.png 518.8579 -/kitchen_0028a/rgb_00099.jpg /kitchen_0028a/sync_depth_00099.png 518.8579 -/kitchen_0053/rgb_00094.jpg /kitchen_0053/sync_depth_00094.png 518.8579 -/playroom_0002/rgb_00133.jpg /playroom_0002/sync_depth_00133.png 518.8579 -/cafe_0001b/rgb_00058.jpg /cafe_0001b/sync_depth_00058.png 518.8579 -/bathroom_0035/rgb_00016.jpg /bathroom_0035/sync_depth_00016.png 518.8579 -/bathroom_0039/rgb_00043.jpg /bathroom_0039/sync_depth_00043.png 518.8579 -/living_room_0062/rgb_00163.jpg /living_room_0062/sync_depth_00163.png 518.8579 -/kitchen_0045a/rgb_00085.jpg /kitchen_0045a/sync_depth_00085.png 518.8579 -/kitchen_0033/rgb_00025.jpg /kitchen_0033/sync_depth_00025.png 518.8579 -/kitchen_0045a/rgb_00073.jpg /kitchen_0045a/sync_depth_00073.png 518.8579 -/bedroom_0076a/rgb_00041.jpg /bedroom_0076a/sync_depth_00041.png 518.8579 -/living_room_0063/rgb_00155.jpg /living_room_0063/sync_depth_00155.png 518.8579 -/bedroom_0051/rgb_00138.jpg /bedroom_0051/sync_depth_00138.png 518.8579 -/living_room_0063/rgb_00044.jpg /living_room_0063/sync_depth_00044.png 518.8579 -/dining_room_0031/rgb_00264.jpg /dining_room_0031/sync_depth_00264.png 518.8579 -/home_office_0006/rgb_00086.jpg /home_office_0006/sync_depth_00086.png 518.8579 -/bedroom_0059/rgb_00012.jpg /bedroom_0059/sync_depth_00012.png 518.8579 -/bedroom_0076a/rgb_00225.jpg /bedroom_0076a/sync_depth_00225.png 518.8579 -/basement_0001a/rgb_00101.jpg /basement_0001a/sync_depth_00101.png 518.8579 -/office_kitchen_0003/rgb_00061.jpg /office_kitchen_0003/sync_depth_00061.png 518.8579 -/dining_room_0023/rgb_00091.jpg /dining_room_0023/sync_depth_00091.png 518.8579 -/office_0025/rgb_00037.jpg /office_0025/sync_depth_00037.png 518.8579 -/bathroom_0028/rgb_00164.jpg /bathroom_0028/sync_depth_00164.png 518.8579 -/home_storage_0001/rgb_00014.jpg /home_storage_0001/sync_depth_00014.png 518.8579 -/bedroom_0076a/rgb_00178.jpg /bedroom_0076a/sync_depth_00178.png 518.8579 -/furniture_store_0001a/rgb_00013.jpg /furniture_store_0001a/sync_depth_00013.png 518.8579 -/reception_room_0002/rgb_00155.jpg /reception_room_0002/sync_depth_00155.png 518.8579 -/bathroom_0024/rgb_00017.jpg /bathroom_0024/sync_depth_00017.png 518.8579 -/office_0021/rgb_00036.jpg /office_0021/sync_depth_00036.png 518.8579 -/bedroom_0080/rgb_00026.jpg /bedroom_0080/sync_depth_00026.png 518.8579 -/living_room_0011/rgb_00089.jpg /living_room_0011/sync_depth_00089.png 518.8579 -/classroom_0004/rgb_00083.jpg /classroom_0004/sync_depth_00083.png 518.8579 -/basement_0001a/rgb_00069.jpg /basement_0001a/sync_depth_00069.png 518.8579 -/living_room_0086a/rgb_00024.jpg /living_room_0086a/sync_depth_00024.png 518.8579 -/kitchen_0060/rgb_00147.jpg /kitchen_0060/sync_depth_00147.png 518.8579 -/bedroom_0071/rgb_00036.jpg /bedroom_0071/sync_depth_00036.png 518.8579 -/bedroom_0076a/rgb_00070.jpg /bedroom_0076a/sync_depth_00070.png 518.8579 -/bedroom_0031/rgb_00042.jpg /bedroom_0031/sync_depth_00042.png 518.8579 -/living_room_0067/rgb_00020.jpg /living_room_0067/sync_depth_00020.png 518.8579 -/bedroom_0035/rgb_00023.jpg /bedroom_0035/sync_depth_00023.png 518.8579 -/dining_room_0008/rgb_00080.jpg /dining_room_0008/sync_depth_00080.png 518.8579 -/kitchen_0053/rgb_00161.jpg /kitchen_0053/sync_depth_00161.png 518.8579 -/home_office_0008/rgb_00039.jpg /home_office_0008/sync_depth_00039.png 518.8579 -/laundry_room_0001/rgb_00001.jpg /laundry_room_0001/sync_depth_00001.png 518.8579 -/kitchen_0041/rgb_00046.jpg /kitchen_0041/sync_depth_00046.png 518.8579 -/dining_room_0016/rgb_00086.jpg /dining_room_0016/sync_depth_00086.png 518.8579 -/bedroom_0071/rgb_00072.jpg /bedroom_0071/sync_depth_00072.png 518.8579 -/living_room_0050/rgb_00024.jpg /living_room_0050/sync_depth_00024.png 518.8579 -/living_room_0083/rgb_00046.jpg /living_room_0083/sync_depth_00046.png 518.8579 -/dining_room_0031/rgb_00375.jpg /dining_room_0031/sync_depth_00375.png 518.8579 -/excercise_room_0001/rgb_00066.jpg /excercise_room_0001/sync_depth_00066.png 518.8579 -/living_room_0040/rgb_00043.jpg /living_room_0040/sync_depth_00043.png 518.8579 -/bedroom_0014/rgb_00044.jpg /bedroom_0014/sync_depth_00044.png 518.8579 -/dining_room_0012/rgb_00186.jpg /dining_room_0012/sync_depth_00186.png 518.8579 -/bedroom_0004/rgb_00117.jpg /bedroom_0004/sync_depth_00117.png 518.8579 -/bedroom_0004/rgb_00082.jpg /bedroom_0004/sync_depth_00082.png 518.8579 -/dining_room_0004/rgb_00037.jpg /dining_room_0004/sync_depth_00037.png 518.8579 -/dining_room_0013/rgb_00195.jpg /dining_room_0013/sync_depth_00195.png 518.8579 -/furniture_store_0001b/rgb_00054.jpg /furniture_store_0001b/sync_depth_00054.png 518.8579 -/nyu_office_0/rgb_00137.jpg /nyu_office_0/sync_depth_00137.png 518.8579 -/bookstore_0001e/rgb_00048.jpg /bookstore_0001e/sync_depth_00048.png 518.8579 -/classroom_0022/rgb_00000.jpg /classroom_0022/sync_depth_00000.png 518.8579 -/bedroom_0053/rgb_00067.jpg /bedroom_0053/sync_depth_00067.png 518.8579 -/bedroom_0059/rgb_00071.jpg /bedroom_0059/sync_depth_00071.png 518.8579 -/playroom_0003/rgb_00152.jpg /playroom_0003/sync_depth_00152.png 518.8579 -/bedroom_0033/rgb_00025.jpg /bedroom_0033/sync_depth_00025.png 518.8579 -/bedroom_0053/rgb_00072.jpg /bedroom_0053/sync_depth_00072.png 518.8579 -/bedroom_0082/rgb_00056.jpg /bedroom_0082/sync_depth_00056.png 518.8579 -/reception_room_0002/rgb_00071.jpg /reception_room_0002/sync_depth_00071.png 518.8579 -/bedroom_0016/rgb_00115.jpg /bedroom_0016/sync_depth_00115.png 518.8579 -/dining_room_0031/rgb_00238.jpg /dining_room_0031/sync_depth_00238.png 518.8579 -/kitchen_0049/rgb_00201.jpg /kitchen_0049/sync_depth_00201.png 518.8579 -/printer_room_0001/rgb_00051.jpg /printer_room_0001/sync_depth_00051.png 518.8579 -/dining_room_0033/rgb_00058.jpg /dining_room_0033/sync_depth_00058.png 518.8579 -/kitchen_0028a/rgb_00071.jpg /kitchen_0028a/sync_depth_00071.png 518.8579 -/living_room_0022/rgb_00236.jpg /living_room_0022/sync_depth_00236.png 518.8579 -/bookstore_0001g/rgb_00097.jpg /bookstore_0001g/sync_depth_00097.png 518.8579 -/dining_room_0031/rgb_00047.jpg /dining_room_0031/sync_depth_00047.png 518.8579 -/bedroom_0056b/rgb_00030.jpg /bedroom_0056b/sync_depth_00030.png 518.8579 -/bathroom_0002/rgb_00050.jpg /bathroom_0002/sync_depth_00050.png 518.8579 -/kitchen_0019b/rgb_00008.jpg /kitchen_0019b/sync_depth_00008.png 518.8579 -/living_room_0018/rgb_00211.jpg /living_room_0018/sync_depth_00211.png 518.8579 -/dining_room_0014/rgb_00015.jpg /dining_room_0014/sync_depth_00015.png 518.8579 -/bathroom_0045a/rgb_00010.jpg /bathroom_0045a/sync_depth_00010.png 518.8579 -/living_room_0069a/rgb_00080.jpg /living_room_0069a/sync_depth_00080.png 518.8579 -/classroom_0012/rgb_00018.jpg /classroom_0012/sync_depth_00018.png 518.8579 -/cafe_0001b/rgb_00004.jpg /cafe_0001b/sync_depth_00004.png 518.8579 -/bedroom_0140/rgb_00052.jpg /bedroom_0140/sync_depth_00052.png 518.8579 -/kitchen_0019a/rgb_00237.jpg /kitchen_0019a/sync_depth_00237.png 518.8579 -/bathroom_0034/rgb_00081.jpg /bathroom_0034/sync_depth_00081.png 518.8579 -/student_lounge_0001/rgb_00223.jpg /student_lounge_0001/sync_depth_00223.png 518.8579 -/bedroom_0045/rgb_00011.jpg /bedroom_0045/sync_depth_00011.png 518.8579 -/kitchen_0060/rgb_00012.jpg /kitchen_0060/sync_depth_00012.png 518.8579 -/bedroom_0057/rgb_00011.jpg /bedroom_0057/sync_depth_00011.png 518.8579 -/study_room_0004/rgb_00152.jpg /study_room_0004/sync_depth_00152.png 518.8579 -/bedroom_0004/rgb_00008.jpg /bedroom_0004/sync_depth_00008.png 518.8579 -/bedroom_0052/rgb_00004.jpg /bedroom_0052/sync_depth_00004.png 518.8579 -/bedroom_0051/rgb_00065.jpg /bedroom_0051/sync_depth_00065.png 518.8579 -/bedroom_0004/rgb_00149.jpg /bedroom_0004/sync_depth_00149.png 518.8579 -/bedroom_0004/rgb_00072.jpg /bedroom_0004/sync_depth_00072.png 518.8579 -/home_storage_0001/rgb_00033.jpg /home_storage_0001/sync_depth_00033.png 518.8579 -/kitchen_0045b/rgb_00038.jpg /kitchen_0045b/sync_depth_00038.png 518.8579 -/home_office_0013/rgb_00046.jpg /home_office_0013/sync_depth_00046.png 518.8579 -/kitchen_0059/rgb_00011.jpg /kitchen_0059/sync_depth_00011.png 518.8579 -/living_room_0068/rgb_00053.jpg /living_room_0068/sync_depth_00053.png 518.8579 -/kitchen_0011a/rgb_00055.jpg /kitchen_0011a/sync_depth_00055.png 518.8579 -/playroom_0002/rgb_00142.jpg /playroom_0002/sync_depth_00142.png 518.8579 -/study_0006/rgb_00040.jpg /study_0006/sync_depth_00040.png 518.8579 -/living_room_0070/rgb_00060.jpg /living_room_0070/sync_depth_00060.png 518.8579 -/dining_room_0004/rgb_00069.jpg /dining_room_0004/sync_depth_00069.png 518.8579 -/student_lounge_0001/rgb_00041.jpg /student_lounge_0001/sync_depth_00041.png 518.8579 -/study_0004/rgb_00062.jpg /study_0004/sync_depth_00062.png 518.8579 -/dining_room_0016/rgb_00061.jpg /dining_room_0016/sync_depth_00061.png 518.8579 -/dining_room_0031/rgb_00295.jpg /dining_room_0031/sync_depth_00295.png 518.8579 -/kitchen_0011b/rgb_00061.jpg /kitchen_0011b/sync_depth_00061.png 518.8579 -/home_storage_0001/rgb_00078.jpg /home_storage_0001/sync_depth_00078.png 518.8579 -/dining_room_0007/rgb_00177.jpg /dining_room_0007/sync_depth_00177.png 518.8579 -/kitchen_0051/rgb_00340.jpg /kitchen_0051/sync_depth_00340.png 518.8579 -/bedroom_0071/rgb_00037.jpg /bedroom_0071/sync_depth_00037.png 518.8579 -/bathroom_0024/rgb_00042.jpg /bathroom_0024/sync_depth_00042.png 518.8579 -/living_room_0019/rgb_00184.jpg /living_room_0019/sync_depth_00184.png 518.8579 -/office_0012/rgb_00016.jpg /office_0012/sync_depth_00016.png 518.8579 -/dining_room_0010/rgb_00012.jpg /dining_room_0010/sync_depth_00012.png 518.8579 -/bedroom_0120/rgb_00086.jpg /bedroom_0120/sync_depth_00086.png 518.8579 -/bathroom_0050/rgb_00001.jpg /bathroom_0050/sync_depth_00001.png 518.8579 -/playroom_0006/rgb_00072.jpg /playroom_0006/sync_depth_00072.png 518.8579 -/kitchen_0045a/rgb_00019.jpg /kitchen_0045a/sync_depth_00019.png 518.8579 -/playroom_0006/rgb_00114.jpg /playroom_0006/sync_depth_00114.png 518.8579 -/excercise_room_0001/rgb_00031.jpg /excercise_room_0001/sync_depth_00031.png 518.8579 -/bedroom_0029/rgb_00021.jpg /bedroom_0029/sync_depth_00021.png 518.8579 -/classroom_0005/rgb_00027.jpg /classroom_0005/sync_depth_00027.png 518.8579 -/bookstore_0001j/rgb_00025.jpg /bookstore_0001j/sync_depth_00025.png 518.8579 -/bedroom_0106/rgb_00057.jpg /bedroom_0106/sync_depth_00057.png 518.8579 -/home_storage_0001/rgb_00056.jpg /home_storage_0001/sync_depth_00056.png 518.8579 -/living_room_0006/rgb_00006.jpg /living_room_0006/sync_depth_00006.png 518.8579 -/living_room_0062/rgb_00196.jpg /living_room_0062/sync_depth_00196.png 518.8579 -/bedroom_0136/rgb_00151.jpg /bedroom_0136/sync_depth_00151.png 518.8579 -/living_room_0067/rgb_00092.jpg /living_room_0067/sync_depth_00092.png 518.8579 -/bedroom_0025/rgb_00140.jpg /bedroom_0025/sync_depth_00140.png 518.8579 -/kitchen_0050/rgb_00102.jpg /kitchen_0050/sync_depth_00102.png 518.8579 -/dining_room_0012/rgb_00127.jpg /dining_room_0012/sync_depth_00127.png 518.8579 -/bedroom_0033/rgb_00073.jpg /bedroom_0033/sync_depth_00073.png 518.8579 -/office_kitchen_0001b/rgb_00027.jpg /office_kitchen_0001b/sync_depth_00027.png 518.8579 -/living_room_0038/rgb_00003.jpg /living_room_0038/sync_depth_00003.png 518.8579 -/kitchen_0059/rgb_00012.jpg /kitchen_0059/sync_depth_00012.png 518.8579 -/living_room_0069b/rgb_00068.jpg /living_room_0069b/sync_depth_00068.png 518.8579 -/excercise_room_0001/rgb_00116.jpg /excercise_room_0001/sync_depth_00116.png 518.8579 -/bedroom_0052/rgb_00183.jpg /bedroom_0052/sync_depth_00183.png 518.8579 -/playroom_0006/rgb_00095.jpg /playroom_0006/sync_depth_00095.png 518.8579 -/kitchen_0028a/rgb_00103.jpg /kitchen_0028a/sync_depth_00103.png 518.8579 -/bookstore_0001e/rgb_00079.jpg /bookstore_0001e/sync_depth_00079.png 518.8579 -/kitchen_0052/rgb_00157.jpg /kitchen_0052/sync_depth_00157.png 518.8579 -/bedroom_0040/rgb_00056.jpg /bedroom_0040/sync_depth_00056.png 518.8579 -/dining_room_0033/rgb_00156.jpg /dining_room_0033/sync_depth_00156.png 518.8579 -/dining_room_0031/rgb_00054.jpg /dining_room_0031/sync_depth_00054.png 518.8579 -/home_office_0004/rgb_00143.jpg /home_office_0004/sync_depth_00143.png 518.8579 -/bedroom_0047/rgb_00030.jpg /bedroom_0047/sync_depth_00030.png 518.8579 -/office_kitchen_0001a/rgb_00023.jpg /office_kitchen_0001a/sync_depth_00023.png 518.8579 -/bedroom_0063/rgb_00038.jpg /bedroom_0063/sync_depth_00038.png 518.8579 -/kitchen_0050/rgb_00201.jpg /kitchen_0050/sync_depth_00201.png 518.8579 -/kitchen_0019b/rgb_00010.jpg /kitchen_0019b/sync_depth_00010.png 518.8579 -/kitchen_0045a/rgb_00010.jpg /kitchen_0045a/sync_depth_00010.png 518.8579 -/bedroom_0056b/rgb_00007.jpg /bedroom_0056b/sync_depth_00007.png 518.8579 -/dining_room_0024/rgb_00009.jpg /dining_room_0024/sync_depth_00009.png 518.8579 -/kitchen_0049/rgb_00076.jpg /kitchen_0049/sync_depth_00076.png 518.8579 -/bookstore_0001h/rgb_00099.jpg /bookstore_0001h/sync_depth_00099.png 518.8579 -/furniture_store_0002a/rgb_00034.jpg /furniture_store_0002a/sync_depth_00034.png 518.8579 -/reception_room_0004/rgb_00049.jpg /reception_room_0004/sync_depth_00049.png 518.8579 -/nyu_office_0/rgb_00423.jpg /nyu_office_0/sync_depth_00423.png 518.8579 -/reception_room_0004/rgb_00062.jpg /reception_room_0004/sync_depth_00062.png 518.8579 -/office_0024/rgb_00009.jpg /office_0024/sync_depth_00009.png 518.8579 -/dining_room_0013/rgb_00058.jpg /dining_room_0013/sync_depth_00058.png 518.8579 -/furniture_store_0002b/rgb_00210.jpg /furniture_store_0002b/sync_depth_00210.png 518.8579 -/living_room_0071/rgb_00048.jpg /living_room_0071/sync_depth_00048.png 518.8579 -/office_0006/rgb_00113.jpg /office_0006/sync_depth_00113.png 518.8579 -/living_room_0022/rgb_00217.jpg /living_room_0022/sync_depth_00217.png 518.8579 -/dining_room_0004/rgb_00075.jpg /dining_room_0004/sync_depth_00075.png 518.8579 -/living_room_0022/rgb_00075.jpg /living_room_0022/sync_depth_00075.png 518.8579 -/dining_room_0001b/rgb_00027.jpg /dining_room_0001b/sync_depth_00027.png 518.8579 -/bedroom_0140/rgb_00103.jpg /bedroom_0140/sync_depth_00103.png 518.8579 -/bathroom_0034/rgb_00078.jpg /bathroom_0034/sync_depth_00078.png 518.8579 -/furniture_store_0001e/rgb_00014.jpg /furniture_store_0001e/sync_depth_00014.png 518.8579 -/cafe_0001b/rgb_00042.jpg /cafe_0001b/sync_depth_00042.png 518.8579 -/living_room_0035/rgb_00091.jpg /living_room_0035/sync_depth_00091.png 518.8579 -/kitchen_0048/rgb_00026.jpg /kitchen_0048/sync_depth_00026.png 518.8579 -/bedroom_0034/rgb_00107.jpg /bedroom_0034/sync_depth_00107.png 518.8579 -/kitchen_0029c/rgb_00127.jpg /kitchen_0029c/sync_depth_00127.png 518.8579 -/nyu_office_0/rgb_00027.jpg /nyu_office_0/sync_depth_00027.png 518.8579 -/living_room_0071/rgb_00000.jpg /living_room_0071/sync_depth_00000.png 518.8579 -/reception_room_0001b/rgb_00057.jpg /reception_room_0001b/sync_depth_00057.png 518.8579 -/living_room_0022/rgb_00247.jpg /living_room_0022/sync_depth_00247.png 518.8579 -/dining_room_0034/rgb_00118.jpg /dining_room_0034/sync_depth_00118.png 518.8579 -/bathroom_0028/rgb_00145.jpg /bathroom_0028/sync_depth_00145.png 518.8579 -/living_room_0018/rgb_00085.jpg /living_room_0018/sync_depth_00085.png 518.8579 -/bedroom_0053/rgb_00070.jpg /bedroom_0053/sync_depth_00070.png 518.8579 -/kitchen_0051/rgb_00002.jpg /kitchen_0051/sync_depth_00002.png 518.8579 -/bookstore_0001d/rgb_00314.jpg /bookstore_0001d/sync_depth_00314.png 518.8579 -/living_room_0022/rgb_00084.jpg /living_room_0022/sync_depth_00084.png 518.8579 -/bedroom_0072/rgb_00158.jpg /bedroom_0072/sync_depth_00158.png 518.8579 -/conference_room_0001/rgb_00025.jpg /conference_room_0001/sync_depth_00025.png 518.8579 -/kitchen_0011a/rgb_00082.jpg /kitchen_0011a/sync_depth_00082.png 518.8579 -/kitchen_0043/rgb_00090.jpg /kitchen_0043/sync_depth_00090.png 518.8579 -/bedroom_0015/rgb_00051.jpg /bedroom_0015/sync_depth_00051.png 518.8579 -/bathroom_0005/rgb_00009.jpg /bathroom_0005/sync_depth_00009.png 518.8579 -/living_room_0022/rgb_00431.jpg /living_room_0022/sync_depth_00431.png 518.8579 -/office_0009/rgb_00017.jpg /office_0009/sync_depth_00017.png 518.8579 -/bedroom_0020/rgb_00106.jpg /bedroom_0020/sync_depth_00106.png 518.8579 -/dining_room_0013/rgb_00175.jpg /dining_room_0013/sync_depth_00175.png 518.8579 -/furniture_store_0001d/rgb_00243.jpg /furniture_store_0001d/sync_depth_00243.png 518.8579 -/bedroom_0066/rgb_00061.jpg /bedroom_0066/sync_depth_00061.png 518.8579 -/living_room_0086a/rgb_00042.jpg /living_room_0086a/sync_depth_00042.png 518.8579 -/bookstore_0001j/rgb_00260.jpg /bookstore_0001j/sync_depth_00260.png 518.8579 -/bedroom_0019/rgb_00064.jpg /bedroom_0019/sync_depth_00064.png 518.8579 -/dining_room_0001b/rgb_00056.jpg /dining_room_0001b/sync_depth_00056.png 518.8579 -/home_office_0006/rgb_00081.jpg /home_office_0006/sync_depth_00081.png 518.8579 -/kitchen_0045b/rgb_00093.jpg /kitchen_0045b/sync_depth_00093.png 518.8579 -/dining_room_0012/rgb_00090.jpg /dining_room_0012/sync_depth_00090.png 518.8579 -/bedroom_0015/rgb_00026.jpg /bedroom_0015/sync_depth_00026.png 518.8579 -/bookstore_0001f/rgb_00052.jpg /bookstore_0001f/sync_depth_00052.png 518.8579 -/playroom_0006/rgb_00047.jpg /playroom_0006/sync_depth_00047.png 518.8579 -/office_0006/rgb_00078.jpg /office_0006/sync_depth_00078.png 518.8579 -/classroom_0006/rgb_00146.jpg /classroom_0006/sync_depth_00146.png 518.8579 -/bookstore_0001e/rgb_00235.jpg /bookstore_0001e/sync_depth_00235.png 518.8579 -/dining_room_0034/rgb_00027.jpg /dining_room_0034/sync_depth_00027.png 518.8579 -/home_office_0006/rgb_00067.jpg /home_office_0006/sync_depth_00067.png 518.8579 -/bedroom_0056b/rgb_00044.jpg /bedroom_0056b/sync_depth_00044.png 518.8579 -/kitchen_0035a/rgb_00042.jpg /kitchen_0035a/sync_depth_00042.png 518.8579 -/office_0018/rgb_00031.jpg /office_0018/sync_depth_00031.png 518.8579 -/dining_room_0001b/rgb_00228.jpg /dining_room_0001b/sync_depth_00228.png 518.8579 -/home_storage_0001/rgb_00011.jpg /home_storage_0001/sync_depth_00011.png 518.8579 -/classroom_0011/rgb_00027.jpg /classroom_0011/sync_depth_00027.png 518.8579 -/dining_room_0008/rgb_00074.jpg /dining_room_0008/sync_depth_00074.png 518.8579 -/living_room_0047a/rgb_00047.jpg /living_room_0047a/sync_depth_00047.png 518.8579 -/living_room_0037/rgb_00038.jpg /living_room_0037/sync_depth_00038.png 518.8579 -/bedroom_0071/rgb_00127.jpg /bedroom_0071/sync_depth_00127.png 518.8579 -/living_room_0019/rgb_00146.jpg /living_room_0019/sync_depth_00146.png 518.8579 -/kitchen_0048/rgb_00214.jpg /kitchen_0048/sync_depth_00214.png 518.8579 -/bathroom_0019/rgb_00091.jpg /bathroom_0019/sync_depth_00091.png 518.8579 -/bathroom_0051/rgb_00014.jpg /bathroom_0051/sync_depth_00014.png 518.8579 -/kitchen_0011a/rgb_00020.jpg /kitchen_0011a/sync_depth_00020.png 518.8579 -/kitchen_0050/rgb_00029.jpg /kitchen_0050/sync_depth_00029.png 518.8579 -/living_room_0050/rgb_00088.jpg /living_room_0050/sync_depth_00088.png 518.8579 -/bedroom_0065/rgb_00019.jpg /bedroom_0065/sync_depth_00019.png 518.8579 -/bedroom_0017/rgb_00060.jpg /bedroom_0017/sync_depth_00060.png 518.8579 -/living_room_0082/rgb_00061.jpg /living_room_0082/sync_depth_00061.png 518.8579 -/dining_room_0014/rgb_00042.jpg /dining_room_0014/sync_depth_00042.png 518.8579 -/bedroom_0026/rgb_00082.jpg /bedroom_0026/sync_depth_00082.png 518.8579 -/classroom_0011/rgb_00064.jpg /classroom_0011/sync_depth_00064.png 518.8579 -/living_room_0010/rgb_00242.jpg /living_room_0010/sync_depth_00242.png 518.8579 -/bedroom_0012/rgb_00036.jpg /bedroom_0012/sync_depth_00036.png 518.8579 -/study_room_0004/rgb_00178.jpg /study_room_0004/sync_depth_00178.png 518.8579 -/dining_room_0015/rgb_00080.jpg /dining_room_0015/sync_depth_00080.png 518.8579 -/living_room_0040/rgb_00039.jpg /living_room_0040/sync_depth_00039.png 518.8579 -/kitchen_0037/rgb_00101.jpg /kitchen_0037/sync_depth_00101.png 518.8579 -/dining_room_0023/rgb_00174.jpg /dining_room_0023/sync_depth_00174.png 518.8579 -/dining_room_0001b/rgb_00187.jpg /dining_room_0001b/sync_depth_00187.png 518.8579 -/home_storage_0001/rgb_00082.jpg /home_storage_0001/sync_depth_00082.png 518.8579 -/kitchen_0035b/rgb_00303.jpg /kitchen_0035b/sync_depth_00303.png 518.8579 -/dining_room_0034/rgb_00079.jpg /dining_room_0034/sync_depth_00079.png 518.8579 -/bedroom_0034/rgb_00004.jpg /bedroom_0034/sync_depth_00004.png 518.8579 -/living_room_0018/rgb_00107.jpg /living_room_0018/sync_depth_00107.png 518.8579 -/bedroom_0060/rgb_00042.jpg /bedroom_0060/sync_depth_00042.png 518.8579 -/bedroom_0104/rgb_00074.jpg /bedroom_0104/sync_depth_00074.png 518.8579 -/kitchen_0010/rgb_00099.jpg /kitchen_0010/sync_depth_00099.png 518.8579 -/furniture_store_0001d/rgb_00136.jpg /furniture_store_0001d/sync_depth_00136.png 518.8579 -/bathroom_0055/rgb_00051.jpg /bathroom_0055/sync_depth_00051.png 518.8579 -/bedroom_0052/rgb_00110.jpg /bedroom_0052/sync_depth_00110.png 518.8579 -/furniture_store_0001e/rgb_00038.jpg /furniture_store_0001e/sync_depth_00038.png 518.8579 -/living_room_0020/rgb_00181.jpg /living_room_0020/sync_depth_00181.png 518.8579 -/kitchen_0035a/rgb_00001.jpg /kitchen_0035a/sync_depth_00001.png 518.8579 -/kitchen_0053/rgb_00077.jpg /kitchen_0053/sync_depth_00077.png 518.8579 -/bookstore_0001d/rgb_00229.jpg /bookstore_0001d/sync_depth_00229.png 518.8579 -/bathroom_0002/rgb_00003.jpg /bathroom_0002/sync_depth_00003.png 518.8579 -/kitchen_0016/rgb_00110.jpg /kitchen_0016/sync_depth_00110.png 518.8579 -/bedroom_0104/rgb_00002.jpg /bedroom_0104/sync_depth_00002.png 518.8579 -/basement_0001a/rgb_00153.jpg /basement_0001a/sync_depth_00153.png 518.8579 -/furniture_store_0001f/rgb_00011.jpg /furniture_store_0001f/sync_depth_00011.png 518.8579 -/dining_room_0010/rgb_00018.jpg /dining_room_0010/sync_depth_00018.png 518.8579 -/living_room_0050/rgb_00054.jpg /living_room_0050/sync_depth_00054.png 518.8579 -/kitchen_0060/rgb_00132.jpg /kitchen_0060/sync_depth_00132.png 518.8579 -/bedroom_0019/rgb_00160.jpg /bedroom_0019/sync_depth_00160.png 518.8579 -/bathroom_0048/rgb_00080.jpg /bathroom_0048/sync_depth_00080.png 518.8579 -/kitchen_0048/rgb_00064.jpg /kitchen_0048/sync_depth_00064.png 518.8579 -/living_room_0069a/rgb_00023.jpg /living_room_0069a/sync_depth_00023.png 518.8579 -/furniture_store_0002b/rgb_00109.jpg /furniture_store_0002b/sync_depth_00109.png 518.8579 -/classroom_0003/rgb_00016.jpg /classroom_0003/sync_depth_00016.png 518.8579 -/living_room_0005/rgb_00043.jpg /living_room_0005/sync_depth_00043.png 518.8579 -/living_room_0047b/rgb_00196.jpg /living_room_0047b/sync_depth_00196.png 518.8579 -/kitchen_0043/rgb_00231.jpg /kitchen_0043/sync_depth_00231.png 518.8579 -/living_room_0063/rgb_00076.jpg /living_room_0063/sync_depth_00076.png 518.8579 -/classroom_0022/rgb_00020.jpg /classroom_0022/sync_depth_00020.png 518.8579 -/living_room_0018/rgb_00168.jpg /living_room_0018/sync_depth_00168.png 518.8579 -/reception_room_0001a/rgb_00103.jpg /reception_room_0001a/sync_depth_00103.png 518.8579 -/living_room_0067/rgb_00075.jpg /living_room_0067/sync_depth_00075.png 518.8579 -/kitchen_0029a/rgb_00024.jpg /kitchen_0029a/sync_depth_00024.png 518.8579 -/bedroom_0051/rgb_00219.jpg /bedroom_0051/sync_depth_00219.png 518.8579 -/bedroom_0125a/rgb_00017.jpg /bedroom_0125a/sync_depth_00017.png 518.8579 -/living_room_0083/rgb_00026.jpg /living_room_0083/sync_depth_00026.png 518.8579 -/bedroom_0017/rgb_00033.jpg /bedroom_0017/sync_depth_00033.png 518.8579 -/bookstore_0001f/rgb_00128.jpg /bookstore_0001f/sync_depth_00128.png 518.8579 -/bedroom_0120/rgb_00008.jpg /bedroom_0120/sync_depth_00008.png 518.8579 -/furniture_store_0001d/rgb_00275.jpg /furniture_store_0001d/sync_depth_00275.png 518.8579 -/kitchen_0019a/rgb_00070.jpg /kitchen_0019a/sync_depth_00070.png 518.8579 -/bedroom_0136/rgb_00039.jpg /bedroom_0136/sync_depth_00039.png 518.8579 -/bedroom_0052/rgb_00209.jpg /bedroom_0052/sync_depth_00209.png 518.8579 -/kitchen_0049/rgb_00170.jpg /kitchen_0049/sync_depth_00170.png 518.8579 -/kitchen_0035b/rgb_00067.jpg /kitchen_0035b/sync_depth_00067.png 518.8579 -/living_room_0005/rgb_00109.jpg /living_room_0005/sync_depth_00109.png 518.8579 -/living_room_0058/rgb_00190.jpg /living_room_0058/sync_depth_00190.png 518.8579 -/dining_room_0007/rgb_00111.jpg /dining_room_0007/sync_depth_00111.png 518.8579 -/kitchen_0011b/rgb_00038.jpg /kitchen_0011b/sync_depth_00038.png 518.8579 -/bedroom_0052/rgb_00025.jpg /bedroom_0052/sync_depth_00025.png 518.8579 -/dining_room_0029/rgb_00037.jpg /dining_room_0029/sync_depth_00037.png 518.8579 -/bedroom_0028/rgb_00023.jpg /bedroom_0028/sync_depth_00023.png 518.8579 -/living_room_0039/rgb_00060.jpg /living_room_0039/sync_depth_00060.png 518.8579 -/dining_room_0019/rgb_00105.jpg /dining_room_0019/sync_depth_00105.png 518.8579 -/dining_room_0031/rgb_00361.jpg /dining_room_0031/sync_depth_00361.png 518.8579 -/bathroom_0006/rgb_00024.jpg /bathroom_0006/sync_depth_00024.png 518.8579 -/dining_room_0007/rgb_00037.jpg /dining_room_0007/sync_depth_00037.png 518.8579 -/kitchen_0028a/rgb_00068.jpg /kitchen_0028a/sync_depth_00068.png 518.8579 -/bedroom_0072/rgb_00104.jpg /bedroom_0072/sync_depth_00104.png 518.8579 -/bedroom_0136/rgb_00042.jpg /bedroom_0136/sync_depth_00042.png 518.8579 -/bookstore_0001e/rgb_00124.jpg /bookstore_0001e/sync_depth_00124.png 518.8579 -/living_room_0012/rgb_00136.jpg /living_room_0012/sync_depth_00136.png 518.8579 -/living_room_0069a/rgb_00000.jpg /living_room_0069a/sync_depth_00000.png 518.8579 -/living_room_0068/rgb_00075.jpg /living_room_0068/sync_depth_00075.png 518.8579 -/living_room_0019/rgb_00216.jpg /living_room_0019/sync_depth_00216.png 518.8579 -/living_room_0055/rgb_00088.jpg /living_room_0055/sync_depth_00088.png 518.8579 -/furniture_store_0002a/rgb_00292.jpg /furniture_store_0002a/sync_depth_00292.png 518.8579 -/study_0008/rgb_00000.jpg /study_0008/sync_depth_00000.png 518.8579 -/kitchen_0031/rgb_00102.jpg /kitchen_0031/sync_depth_00102.png 518.8579 -/dining_room_0014/rgb_00070.jpg /dining_room_0014/sync_depth_00070.png 518.8579 -/living_room_0086a/rgb_00052.jpg /living_room_0086a/sync_depth_00052.png 518.8579 -/living_room_0005/rgb_00139.jpg /living_room_0005/sync_depth_00139.png 518.8579 -/bookstore_0001j/rgb_00151.jpg /bookstore_0001j/sync_depth_00151.png 518.8579 -/study_0008/rgb_00029.jpg /study_0008/sync_depth_00029.png 518.8579 -/living_room_0046a/rgb_00020.jpg /living_room_0046a/sync_depth_00020.png 518.8579 -/living_room_0050/rgb_00187.jpg /living_room_0050/sync_depth_00187.png 518.8579 -/dining_room_0033/rgb_00083.jpg /dining_room_0033/sync_depth_00083.png 518.8579 -/kitchen_0047/rgb_00033.jpg /kitchen_0047/sync_depth_00033.png 518.8579 -/playroom_0006/rgb_00013.jpg /playroom_0006/sync_depth_00013.png 518.8579 -/kitchen_0045a/rgb_00117.jpg /kitchen_0045a/sync_depth_00117.png 518.8579 -/kitchen_0016/rgb_00026.jpg /kitchen_0016/sync_depth_00026.png 518.8579 -/nyu_office_0/rgb_00209.jpg /nyu_office_0/sync_depth_00209.png 518.8579 -/reception_room_0001b/rgb_00042.jpg /reception_room_0001b/sync_depth_00042.png 518.8579 -/furniture_store_0002a/rgb_00255.jpg /furniture_store_0002a/sync_depth_00255.png 518.8579 -/living_room_0005/rgb_00009.jpg /living_room_0005/sync_depth_00009.png 518.8579 -/bookstore_0001j/rgb_00150.jpg /bookstore_0001j/sync_depth_00150.png 518.8579 -/bedroom_0060/rgb_00069.jpg /bedroom_0060/sync_depth_00069.png 518.8579 -/living_room_0005/rgb_00002.jpg /living_room_0005/sync_depth_00002.png 518.8579 -/furniture_store_0002a/rgb_00280.jpg /furniture_store_0002a/sync_depth_00280.png 518.8579 -/living_room_0042b/rgb_00041.jpg /living_room_0042b/sync_depth_00041.png 518.8579 -/living_room_0035/rgb_00048.jpg /living_room_0035/sync_depth_00048.png 518.8579 -/living_room_0039/rgb_00171.jpg /living_room_0039/sync_depth_00171.png 518.8579 -/bathroom_0045a/rgb_00001.jpg /bathroom_0045a/sync_depth_00001.png 518.8579 -/playroom_0004/rgb_00103.jpg /playroom_0004/sync_depth_00103.png 518.8579 -/bedroom_0050/rgb_00031.jpg /bedroom_0050/sync_depth_00031.png 518.8579 -/office_0003/rgb_00034.jpg /office_0003/sync_depth_00034.png 518.8579 -/living_room_0005/rgb_00115.jpg /living_room_0005/sync_depth_00115.png 518.8579 -/bathroom_0013/rgb_00031.jpg /bathroom_0013/sync_depth_00031.png 518.8579 -/bathroom_0001/rgb_00019.jpg /bathroom_0001/sync_depth_00019.png 518.8579 -/kitchen_0011a/rgb_00090.jpg /kitchen_0011a/sync_depth_00090.png 518.8579 -/dining_room_0019/rgb_00119.jpg /dining_room_0019/sync_depth_00119.png 518.8579 -/bedroom_0047/rgb_00053.jpg /bedroom_0047/sync_depth_00053.png 518.8579 -/kitchen_0028a/rgb_00074.jpg /kitchen_0028a/sync_depth_00074.png 518.8579 -/bedroom_0050/rgb_00117.jpg /bedroom_0050/sync_depth_00117.png 518.8579 -/furniture_store_0002a/rgb_00015.jpg /furniture_store_0002a/sync_depth_00015.png 518.8579 -/kitchen_0045a/rgb_00188.jpg /kitchen_0045a/sync_depth_00188.png 518.8579 -/kitchen_0029a/rgb_00015.jpg /kitchen_0029a/sync_depth_00015.png 518.8579 -/classroom_0022/rgb_00096.jpg /classroom_0022/sync_depth_00096.png 518.8579 -/kitchen_0060/rgb_00111.jpg /kitchen_0060/sync_depth_00111.png 518.8579 -/kitchen_0050/rgb_00212.jpg /kitchen_0050/sync_depth_00212.png 518.8579 -/dining_room_0015/rgb_00089.jpg /dining_room_0015/sync_depth_00089.png 518.8579 -/bedroom_0031/rgb_00051.jpg /bedroom_0031/sync_depth_00051.png 518.8579 -/office_kitchen_0001a/rgb_00063.jpg /office_kitchen_0001a/sync_depth_00063.png 518.8579 -/classroom_0003/rgb_00027.jpg /classroom_0003/sync_depth_00027.png 518.8579 -/living_room_0020/rgb_00118.jpg /living_room_0020/sync_depth_00118.png 518.8579 -/kitchen_0016/rgb_00039.jpg /kitchen_0016/sync_depth_00039.png 518.8579 -/bedroom_0072/rgb_00029.jpg /bedroom_0072/sync_depth_00029.png 518.8579 -/bedroom_0071/rgb_00167.jpg /bedroom_0071/sync_depth_00167.png 518.8579 -/living_room_0022/rgb_00383.jpg /living_room_0022/sync_depth_00383.png 518.8579 -/bookstore_0001g/rgb_00257.jpg /bookstore_0001g/sync_depth_00257.png 518.8579 -/dining_room_0015/rgb_00237.jpg /dining_room_0015/sync_depth_00237.png 518.8579 -/home_storage_0001/rgb_00001.jpg /home_storage_0001/sync_depth_00001.png 518.8579 -/kitchen_0050/rgb_00180.jpg /kitchen_0050/sync_depth_00180.png 518.8579 -/kitchen_0049/rgb_00230.jpg /kitchen_0049/sync_depth_00230.png 518.8579 -/bathroom_0011/rgb_00045.jpg /bathroom_0011/sync_depth_00045.png 518.8579 -/living_room_0069a/rgb_00033.jpg /living_room_0069a/sync_depth_00033.png 518.8579 -/bathroom_0053/rgb_00009.jpg /bathroom_0053/sync_depth_00009.png 518.8579 -/kitchen_0028a/rgb_00041.jpg /kitchen_0028a/sync_depth_00041.png 518.8579 -/bookstore_0001d/rgb_00074.jpg /bookstore_0001d/sync_depth_00074.png 518.8579 -/home_office_0013/rgb_00044.jpg /home_office_0013/sync_depth_00044.png 518.8579 -/classroom_0005/rgb_00034.jpg /classroom_0005/sync_depth_00034.png 518.8579 -/bathroom_0028/rgb_00026.jpg /bathroom_0028/sync_depth_00026.png 518.8579 -/bedroom_0065/rgb_00035.jpg /bedroom_0065/sync_depth_00035.png 518.8579 -/kitchen_0033/rgb_00057.jpg /kitchen_0033/sync_depth_00057.png 518.8579 -/bedroom_0050/rgb_00136.jpg /bedroom_0050/sync_depth_00136.png 518.8579 -/kitchen_0035b/rgb_00185.jpg /kitchen_0035b/sync_depth_00185.png 518.8579 -/bedroom_0053/rgb_00073.jpg /bedroom_0053/sync_depth_00073.png 518.8579 -/furniture_store_0002b/rgb_00003.jpg /furniture_store_0002b/sync_depth_00003.png 518.8579 -/bookstore_0001f/rgb_00110.jpg /bookstore_0001f/sync_depth_00110.png 518.8579 -/bedroom_0029/rgb_00030.jpg /bedroom_0029/sync_depth_00030.png 518.8579 -/kitchen_0028b/rgb_00038.jpg /kitchen_0028b/sync_depth_00038.png 518.8579 -/bathroom_0014a/rgb_00036.jpg /bathroom_0014a/sync_depth_00036.png 518.8579 -/bedroom_0025/rgb_00048.jpg /bedroom_0025/sync_depth_00048.png 518.8579 -/office_0024/rgb_00078.jpg /office_0024/sync_depth_00078.png 518.8579 -/bedroom_0051/rgb_00107.jpg /bedroom_0051/sync_depth_00107.png 518.8579 -/bathroom_0045a/rgb_00009.jpg /bathroom_0045a/sync_depth_00009.png 518.8579 -/bedroom_0072/rgb_00145.jpg /bedroom_0072/sync_depth_00145.png 518.8579 -/living_room_0068/rgb_00039.jpg /living_room_0068/sync_depth_00039.png 518.8579 -/dining_room_0023/rgb_00183.jpg /dining_room_0023/sync_depth_00183.png 518.8579 -/dining_room_0033/rgb_00065.jpg /dining_room_0033/sync_depth_00065.png 518.8579 -/office_kitchen_0003/rgb_00020.jpg /office_kitchen_0003/sync_depth_00020.png 518.8579 -/bedroom_0026/rgb_00006.jpg /bedroom_0026/sync_depth_00006.png 518.8579 -/dining_room_0015/rgb_00253.jpg /dining_room_0015/sync_depth_00253.png 518.8579 -/bathroom_0056/rgb_00012.jpg /bathroom_0056/sync_depth_00012.png 518.8579 -/kitchen_0053/rgb_00177.jpg /kitchen_0053/sync_depth_00177.png 518.8579 -/bedroom_0016/rgb_00203.jpg /bedroom_0016/sync_depth_00203.png 518.8579 -/kitchen_0037/rgb_00025.jpg /kitchen_0037/sync_depth_00025.png 518.8579 -/nyu_office_0/rgb_00066.jpg /nyu_office_0/sync_depth_00066.png 518.8579 -/bookstore_0001j/rgb_00017.jpg /bookstore_0001j/sync_depth_00017.png 518.8579 -/bedroom_0104/rgb_00017.jpg /bedroom_0104/sync_depth_00017.png 518.8579 -/furniture_store_0001a/rgb_00025.jpg /furniture_store_0001a/sync_depth_00025.png 518.8579 -/bathroom_0007/rgb_00050.jpg /bathroom_0007/sync_depth_00050.png 518.8579 -/dining_room_0023/rgb_00155.jpg /dining_room_0023/sync_depth_00155.png 518.8579 -/dining_room_0031/rgb_00310.jpg /dining_room_0031/sync_depth_00310.png 518.8579 -/bookstore_0001j/rgb_00048.jpg /bookstore_0001j/sync_depth_00048.png 518.8579 -/living_room_0047b/rgb_00030.jpg /living_room_0047b/sync_depth_00030.png 518.8579 -/dining_room_0019/rgb_00134.jpg /dining_room_0019/sync_depth_00134.png 518.8579 -/bathroom_0048/rgb_00093.jpg /bathroom_0048/sync_depth_00093.png 518.8579 -/office_0004/rgb_00106.jpg /office_0004/sync_depth_00106.png 518.8579 -/kitchen_0059/rgb_00084.jpg /kitchen_0059/sync_depth_00084.png 518.8579 -/living_room_0022/rgb_00381.jpg /living_room_0022/sync_depth_00381.png 518.8579 -/living_room_0062/rgb_00033.jpg /living_room_0062/sync_depth_00033.png 518.8579 -/living_room_0070/rgb_00101.jpg /living_room_0070/sync_depth_00101.png 518.8579 -/dining_room_0015/rgb_00217.jpg /dining_room_0015/sync_depth_00217.png 518.8579 -/bathroom_0054/rgb_00011.jpg /bathroom_0054/sync_depth_00011.png 518.8579 -/bedroom_0047/rgb_00054.jpg /bedroom_0047/sync_depth_00054.png 518.8579 -/living_room_0022/rgb_00275.jpg /living_room_0022/sync_depth_00275.png 518.8579 -/living_room_0004/rgb_00130.jpg /living_room_0004/sync_depth_00130.png 518.8579 -/living_room_0040/rgb_00135.jpg /living_room_0040/sync_depth_00135.png 518.8579 -/living_room_0069b/rgb_00002.jpg /living_room_0069b/sync_depth_00002.png 518.8579 -/living_room_0039/rgb_00121.jpg /living_room_0039/sync_depth_00121.png 518.8579 -/kitchen_0050/rgb_00153.jpg /kitchen_0050/sync_depth_00153.png 518.8579 -/reception_room_0002/rgb_00052.jpg /reception_room_0002/sync_depth_00052.png 518.8579 -/bedroom_0017/rgb_00036.jpg /bedroom_0017/sync_depth_00036.png 518.8579 -/kitchen_0050/rgb_00115.jpg /kitchen_0050/sync_depth_00115.png 518.8579 -/living_room_0046b/rgb_00032.jpg /living_room_0046b/sync_depth_00032.png 518.8579 -/dining_room_0001b/rgb_00031.jpg /dining_room_0001b/sync_depth_00031.png 518.8579 -/living_room_0050/rgb_00075.jpg /living_room_0050/sync_depth_00075.png 518.8579 -/bathroom_0023/rgb_00002.jpg /bathroom_0023/sync_depth_00002.png 518.8579 -/bathroom_0042/rgb_00048.jpg /bathroom_0042/sync_depth_00048.png 518.8579 -/bedroom_0079/rgb_00061.jpg /bedroom_0079/sync_depth_00061.png 518.8579 -/kitchen_0051/rgb_00203.jpg /kitchen_0051/sync_depth_00203.png 518.8579 -/bedroom_0016/rgb_00144.jpg /bedroom_0016/sync_depth_00144.png 518.8579 -/kitchen_0035b/rgb_00233.jpg /kitchen_0035b/sync_depth_00233.png 518.8579 -/kitchen_0043/rgb_00215.jpg /kitchen_0043/sync_depth_00215.png 518.8579 -/kitchen_0048/rgb_00135.jpg /kitchen_0048/sync_depth_00135.png 518.8579 -/dining_room_0012/rgb_00110.jpg /dining_room_0012/sync_depth_00110.png 518.8579 -/furniture_store_0002c/rgb_00020.jpg /furniture_store_0002c/sync_depth_00020.png 518.8579 -/bedroom_0010/rgb_00038.jpg /bedroom_0010/sync_depth_00038.png 518.8579 -/bedroom_0050/rgb_00113.jpg /bedroom_0050/sync_depth_00113.png 518.8579 -/bedroom_0078/rgb_00160.jpg /bedroom_0078/sync_depth_00160.png 518.8579 -/bedroom_0025/rgb_00074.jpg /bedroom_0025/sync_depth_00074.png 518.8579 -/office_0009/rgb_00048.jpg /office_0009/sync_depth_00048.png 518.8579 -/living_room_0033/rgb_00012.jpg /living_room_0033/sync_depth_00012.png 518.8579 -/laundry_room_0001/rgb_00049.jpg /laundry_room_0001/sync_depth_00049.png 518.8579 -/living_room_0069a/rgb_00045.jpg /living_room_0069a/sync_depth_00045.png 518.8579 -/bedroom_0136/rgb_00140.jpg /bedroom_0136/sync_depth_00140.png 518.8579 -/kitchen_0060/rgb_00119.jpg /kitchen_0060/sync_depth_00119.png 518.8579 -/kitchen_0043/rgb_00110.jpg /kitchen_0043/sync_depth_00110.png 518.8579 -/bookstore_0001f/rgb_00103.jpg /bookstore_0001f/sync_depth_00103.png 518.8579 -/printer_room_0001/rgb_00020.jpg /printer_room_0001/sync_depth_00020.png 518.8579 -/living_room_0040/rgb_00186.jpg /living_room_0040/sync_depth_00186.png 518.8579 -/living_room_0068/rgb_00018.jpg /living_room_0068/sync_depth_00018.png 518.8579 -/playroom_0003/rgb_00121.jpg /playroom_0003/sync_depth_00121.png 518.8579 -/office_kitchen_0001b/rgb_00053.jpg /office_kitchen_0001b/sync_depth_00053.png 518.8579 -/bathroom_0019/rgb_00093.jpg /bathroom_0019/sync_depth_00093.png 518.8579 -/living_room_0033/rgb_00024.jpg /living_room_0033/sync_depth_00024.png 518.8579 -/bedroom_0138/rgb_00047.jpg /bedroom_0138/sync_depth_00047.png 518.8579 -/bedroom_0034/rgb_00010.jpg /bedroom_0034/sync_depth_00010.png 518.8579 -/kitchen_0047/rgb_00031.jpg /kitchen_0047/sync_depth_00031.png 518.8579 -/bedroom_0041/rgb_00055.jpg /bedroom_0041/sync_depth_00055.png 518.8579 -/living_room_0040/rgb_00040.jpg /living_room_0040/sync_depth_00040.png 518.8579 -/furniture_store_0001b/rgb_00050.jpg /furniture_store_0001b/sync_depth_00050.png 518.8579 -/dining_room_0007/rgb_00070.jpg /dining_room_0007/sync_depth_00070.png 518.8579 -/study_room_0004/rgb_00172.jpg /study_room_0004/sync_depth_00172.png 518.8579 -/bookstore_0001g/rgb_00089.jpg /bookstore_0001g/sync_depth_00089.png 518.8579 -/kitchen_0043/rgb_00152.jpg /kitchen_0043/sync_depth_00152.png 518.8579 -/bedroom_0086/rgb_00059.jpg /bedroom_0086/sync_depth_00059.png 518.8579 -/living_room_0020/rgb_00057.jpg /living_room_0020/sync_depth_00057.png 518.8579 -/kitchen_0050/rgb_00131.jpg /kitchen_0050/sync_depth_00131.png 518.8579 -/living_room_0058/rgb_00183.jpg /living_room_0058/sync_depth_00183.png 518.8579 -/living_room_0035/rgb_00049.jpg /living_room_0035/sync_depth_00049.png 518.8579 -/furniture_store_0002a/rgb_00219.jpg /furniture_store_0002a/sync_depth_00219.png 518.8579 -/living_room_0040/rgb_00294.jpg /living_room_0040/sync_depth_00294.png 518.8579 -/dining_room_0031/rgb_00176.jpg /dining_room_0031/sync_depth_00176.png 518.8579 -/classroom_0006/rgb_00064.jpg /classroom_0006/sync_depth_00064.png 518.8579 -/bedroom_0072/rgb_00015.jpg /bedroom_0072/sync_depth_00015.png 518.8579 -/kitchen_0019a/rgb_00134.jpg /kitchen_0019a/sync_depth_00134.png 518.8579 -/classroom_0004/rgb_00099.jpg /classroom_0004/sync_depth_00099.png 518.8579 -/living_room_0035/rgb_00075.jpg /living_room_0035/sync_depth_00075.png 518.8579 -/bedroom_0140/rgb_00169.jpg /bedroom_0140/sync_depth_00169.png 518.8579 -/bathroom_0013/rgb_00029.jpg /bathroom_0013/sync_depth_00029.png 518.8579 -/living_room_0011/rgb_00105.jpg /living_room_0011/sync_depth_00105.png 518.8579 -/bathroom_0056/rgb_00018.jpg /bathroom_0056/sync_depth_00018.png 518.8579 -/office_kitchen_0001a/rgb_00090.jpg /office_kitchen_0001a/sync_depth_00090.png 518.8579 -/furniture_store_0001d/rgb_00051.jpg /furniture_store_0001d/sync_depth_00051.png 518.8579 -/living_room_0058/rgb_00116.jpg /living_room_0058/sync_depth_00116.png 518.8579 -/bedroom_0076a/rgb_00115.jpg /bedroom_0076a/sync_depth_00115.png 518.8579 -/living_room_0020/rgb_00242.jpg /living_room_0020/sync_depth_00242.png 518.8579 -/dining_room_0008/rgb_00158.jpg /dining_room_0008/sync_depth_00158.png 518.8579 -/furniture_store_0002a/rgb_00030.jpg /furniture_store_0002a/sync_depth_00030.png 518.8579 -/bedroom_0100/rgb_00041.jpg /bedroom_0100/sync_depth_00041.png 518.8579 -/kitchen_0052/rgb_00138.jpg /kitchen_0052/sync_depth_00138.png 518.8579 -/dining_room_0001b/rgb_00118.jpg /dining_room_0001b/sync_depth_00118.png 518.8579 -/bedroom_0062/rgb_00083.jpg /bedroom_0062/sync_depth_00083.png 518.8579 -/furniture_store_0001e/rgb_00029.jpg /furniture_store_0001e/sync_depth_00029.png 518.8579 -/living_room_0086a/rgb_00081.jpg /living_room_0086a/sync_depth_00081.png 518.8579 -/kitchen_0029b/rgb_00047.jpg /kitchen_0029b/sync_depth_00047.png 518.8579 -/bedroom_0028/rgb_00019.jpg /bedroom_0028/sync_depth_00019.png 518.8579 -/living_room_0037/rgb_00059.jpg /living_room_0037/sync_depth_00059.png 518.8579 -/home_office_0008/rgb_00109.jpg /home_office_0008/sync_depth_00109.png 518.8579 -/living_room_0062/rgb_00154.jpg /living_room_0062/sync_depth_00154.png 518.8579 -/home_office_0011/rgb_00064.jpg /home_office_0011/sync_depth_00064.png 518.8579 -/dining_room_0001b/rgb_00229.jpg /dining_room_0001b/sync_depth_00229.png 518.8579 -/living_room_0085/rgb_00010.jpg /living_room_0085/sync_depth_00010.png 518.8579 -/living_room_0050/rgb_00079.jpg /living_room_0050/sync_depth_00079.png 518.8579 -/bedroom_0066/rgb_00046.jpg /bedroom_0066/sync_depth_00046.png 518.8579 -/kitchen_0053/rgb_00183.jpg /kitchen_0053/sync_depth_00183.png 518.8579 -/living_room_0020/rgb_00204.jpg /living_room_0020/sync_depth_00204.png 518.8579 -/living_room_0050/rgb_00267.jpg /living_room_0050/sync_depth_00267.png 518.8579 -/bedroom_0056b/rgb_00041.jpg /bedroom_0056b/sync_depth_00041.png 518.8579 -/bathroom_0024/rgb_00047.jpg /bathroom_0024/sync_depth_00047.png 518.8579 -/classroom_0012/rgb_00012.jpg /classroom_0012/sync_depth_00012.png 518.8579 -/bookstore_0001j/rgb_00068.jpg /bookstore_0001j/sync_depth_00068.png 518.8579 -/dining_room_0033/rgb_00107.jpg /dining_room_0033/sync_depth_00107.png 518.8579 -/living_room_0040/rgb_00206.jpg /living_room_0040/sync_depth_00206.png 518.8579 -/bookstore_0001d/rgb_00252.jpg /bookstore_0001d/sync_depth_00252.png 518.8579 -/reception_room_0001b/rgb_00059.jpg /reception_room_0001b/sync_depth_00059.png 518.8579 -/living_room_0042a/rgb_00035.jpg /living_room_0042a/sync_depth_00035.png 518.8579 -/bedroom_0050/rgb_00015.jpg /bedroom_0050/sync_depth_00015.png 518.8579 -/kitchen_0029b/rgb_00035.jpg /kitchen_0029b/sync_depth_00035.png 518.8579 -/bedroom_0016/rgb_00081.jpg /bedroom_0016/sync_depth_00081.png 518.8579 -/bedroom_0050/rgb_00063.jpg /bedroom_0050/sync_depth_00063.png 518.8579 -/office_kitchen_0001a/rgb_00027.jpg /office_kitchen_0001a/sync_depth_00027.png 518.8579 -/living_room_0012/rgb_00114.jpg /living_room_0012/sync_depth_00114.png 518.8579 -/bedroom_0019/rgb_00130.jpg /bedroom_0019/sync_depth_00130.png 518.8579 -/kitchen_0037/rgb_00027.jpg /kitchen_0037/sync_depth_00027.png 518.8579 -/bookstore_0001g/rgb_00216.jpg /bookstore_0001g/sync_depth_00216.png 518.8579 -/bedroom_0067b/rgb_00019.jpg /bedroom_0067b/sync_depth_00019.png 518.8579 -/bedroom_0072/rgb_00105.jpg /bedroom_0072/sync_depth_00105.png 518.8579 -/cafe_0001a/rgb_00053.jpg /cafe_0001a/sync_depth_00053.png 518.8579 -/classroom_0005/rgb_00005.jpg /classroom_0005/sync_depth_00005.png 518.8579 -/bedroom_0028/rgb_00051.jpg /bedroom_0028/sync_depth_00051.png 518.8579 -/kitchen_0050/rgb_00151.jpg /kitchen_0050/sync_depth_00151.png 518.8579 -/bedroom_0138/rgb_00069.jpg /bedroom_0138/sync_depth_00069.png 518.8579 -/living_room_0019/rgb_00156.jpg /living_room_0019/sync_depth_00156.png 518.8579 -/kitchen_0043/rgb_00056.jpg /kitchen_0043/sync_depth_00056.png 518.8579 -/dining_room_0037/rgb_00077.jpg /dining_room_0037/sync_depth_00077.png 518.8579 -/bedroom_0033/rgb_00093.jpg /bedroom_0033/sync_depth_00093.png 518.8579 -/bedroom_0129/rgb_00093.jpg /bedroom_0129/sync_depth_00093.png 518.8579 -/kitchen_0028a/rgb_00159.jpg /kitchen_0028a/sync_depth_00159.png 518.8579 -/living_room_0067/rgb_00090.jpg /living_room_0067/sync_depth_00090.png 518.8579 -/living_room_0022/rgb_00417.jpg /living_room_0022/sync_depth_00417.png 518.8579 -/office_0011/rgb_00109.jpg /office_0011/sync_depth_00109.png 518.8579 -/bedroom_0029/rgb_00016.jpg /bedroom_0029/sync_depth_00016.png 518.8579 -/kitchen_0049/rgb_00084.jpg /kitchen_0049/sync_depth_00084.png 518.8579 -/home_office_0004/rgb_00084.jpg /home_office_0004/sync_depth_00084.png 518.8579 -/living_room_0012/rgb_00055.jpg /living_room_0012/sync_depth_00055.png 518.8579 -/kitchen_0051/rgb_00204.jpg /kitchen_0051/sync_depth_00204.png 518.8579 -/bedroom_0062/rgb_00133.jpg /bedroom_0062/sync_depth_00133.png 518.8579 -/living_room_0011/rgb_00059.jpg /living_room_0011/sync_depth_00059.png 518.8579 -/living_room_0018/rgb_00069.jpg /living_room_0018/sync_depth_00069.png 518.8579 -/kitchen_0045a/rgb_00028.jpg /kitchen_0045a/sync_depth_00028.png 518.8579 -/dining_room_0007/rgb_00219.jpg /dining_room_0007/sync_depth_00219.png 518.8579 -/dining_room_0016/rgb_00195.jpg /dining_room_0016/sync_depth_00195.png 518.8579 -/bathroom_0011/rgb_00007.jpg /bathroom_0011/sync_depth_00007.png 518.8579 -/bookstore_0001e/rgb_00234.jpg /bookstore_0001e/sync_depth_00234.png 518.8579 -/bathroom_0034/rgb_00019.jpg /bathroom_0034/sync_depth_00019.png 518.8579 -/classroom_0004/rgb_00061.jpg /classroom_0004/sync_depth_00061.png 518.8579 -/bedroom_0132/rgb_00023.jpg /bedroom_0132/sync_depth_00023.png 518.8579 -/dining_room_0016/rgb_00141.jpg /dining_room_0016/sync_depth_00141.png 518.8579 -/dining_room_0031/rgb_00098.jpg /dining_room_0031/sync_depth_00098.png 518.8579 -/bedroom_0069/rgb_00069.jpg /bedroom_0069/sync_depth_00069.png 518.8579 -/bedroom_0014/rgb_00067.jpg /bedroom_0014/sync_depth_00067.png 518.8579 -/bedroom_0021/rgb_00079.jpg /bedroom_0021/sync_depth_00079.png 518.8579 -/living_room_0040/rgb_00009.jpg /living_room_0040/sync_depth_00009.png 518.8579 -/living_room_0082/rgb_00003.jpg /living_room_0082/sync_depth_00003.png 518.8579 -/bookstore_0001f/rgb_00125.jpg /bookstore_0001f/sync_depth_00125.png 518.8579 -/dining_room_0007/rgb_00123.jpg /dining_room_0007/sync_depth_00123.png 518.8579 -/bedroom_0125a/rgb_00015.jpg /bedroom_0125a/sync_depth_00015.png 518.8579 -/playroom_0004/rgb_00051.jpg /playroom_0004/sync_depth_00051.png 518.8579 -/kitchen_0031/rgb_00188.jpg /kitchen_0031/sync_depth_00188.png 518.8579 -/bedroom_0010/rgb_00071.jpg /bedroom_0010/sync_depth_00071.png 518.8579 -/kitchen_0045a/rgb_00108.jpg /kitchen_0045a/sync_depth_00108.png 518.8579 -/dining_room_0001b/rgb_00105.jpg /dining_room_0001b/sync_depth_00105.png 518.8579 -/bookstore_0001j/rgb_00221.jpg /bookstore_0001j/sync_depth_00221.png 518.8579 -/classroom_0010/rgb_00005.jpg /classroom_0010/sync_depth_00005.png 518.8579 -/kitchen_0060/rgb_00014.jpg /kitchen_0060/sync_depth_00014.png 518.8579 -/student_lounge_0001/rgb_00105.jpg /student_lounge_0001/sync_depth_00105.png 518.8579 -/bedroom_0063/rgb_00134.jpg /bedroom_0063/sync_depth_00134.png 518.8579 -/dining_room_0015/rgb_00274.jpg /dining_room_0015/sync_depth_00274.png 518.8579 -/playroom_0003/rgb_00000.jpg /playroom_0003/sync_depth_00000.png 518.8579 -/kitchen_0010/rgb_00106.jpg /kitchen_0010/sync_depth_00106.png 518.8579 -/kitchen_0052/rgb_00134.jpg /kitchen_0052/sync_depth_00134.png 518.8579 -/furniture_store_0002a/rgb_00142.jpg /furniture_store_0002a/sync_depth_00142.png 518.8579 -/bookstore_0001j/rgb_00159.jpg /bookstore_0001j/sync_depth_00159.png 518.8579 -/bookstore_0001f/rgb_00372.jpg /bookstore_0001f/sync_depth_00372.png 518.8579 -/dining_room_0031/rgb_00338.jpg /dining_room_0031/sync_depth_00338.png 518.8579 -/bedroom_0019/rgb_00073.jpg /bedroom_0019/sync_depth_00073.png 518.8579 -/living_room_0022/rgb_00413.jpg /living_room_0022/sync_depth_00413.png 518.8579 -/living_room_0011/rgb_00015.jpg /living_room_0011/sync_depth_00015.png 518.8579 -/bookstore_0001f/rgb_00133.jpg /bookstore_0001f/sync_depth_00133.png 518.8579 -/bedroom_0012/rgb_00072.jpg /bedroom_0012/sync_depth_00072.png 518.8579 -/bookstore_0001h/rgb_00039.jpg /bookstore_0001h/sync_depth_00039.png 518.8579 -/kitchen_0035b/rgb_00277.jpg /kitchen_0035b/sync_depth_00277.png 518.8579 -/furniture_store_0002a/rgb_00210.jpg /furniture_store_0002a/sync_depth_00210.png 518.8579 -/bedroom_0033/rgb_00054.jpg /bedroom_0033/sync_depth_00054.png 518.8579 -/kitchen_0050/rgb_00055.jpg /kitchen_0050/sync_depth_00055.png 518.8579 -/bookstore_0001h/rgb_00148.jpg /bookstore_0001h/sync_depth_00148.png 518.8579 -/living_room_0058/rgb_00109.jpg /living_room_0058/sync_depth_00109.png 518.8579 -/bedroom_0106/rgb_00016.jpg /bedroom_0106/sync_depth_00016.png 518.8579 -/living_room_0046a/rgb_00031.jpg /living_room_0046a/sync_depth_00031.png 518.8579 -/dining_room_0024/rgb_00178.jpg /dining_room_0024/sync_depth_00178.png 518.8579 -/bedroom_0015/rgb_00105.jpg /bedroom_0015/sync_depth_00105.png 518.8579 -/kitchen_0016/rgb_00010.jpg /kitchen_0016/sync_depth_00010.png 518.8579 -/kitchen_0060/rgb_00150.jpg /kitchen_0060/sync_depth_00150.png 518.8579 -/furniture_store_0002d/rgb_00049.jpg /furniture_store_0002d/sync_depth_00049.png 518.8579 -/bedroom_0078/rgb_00005.jpg /bedroom_0078/sync_depth_00005.png 518.8579 -/bathroom_0050/rgb_00010.jpg /bathroom_0050/sync_depth_00010.png 518.8579 -/kitchen_0053/rgb_00106.jpg /kitchen_0053/sync_depth_00106.png 518.8579 -/kitchen_0045b/rgb_00067.jpg /kitchen_0045b/sync_depth_00067.png 518.8579 -/bathroom_0014a/rgb_00079.jpg /bathroom_0014a/sync_depth_00079.png 518.8579 -/living_room_0071/rgb_00023.jpg /living_room_0071/sync_depth_00023.png 518.8579 -/kitchen_0029c/rgb_00151.jpg /kitchen_0029c/sync_depth_00151.png 518.8579 -/living_room_0038/rgb_00076.jpg /living_room_0038/sync_depth_00076.png 518.8579 -/living_room_0018/rgb_00120.jpg /living_room_0018/sync_depth_00120.png 518.8579 -/bedroom_0035/rgb_00014.jpg /bedroom_0035/sync_depth_00014.png 518.8579 -/kitchen_0045a/rgb_00111.jpg /kitchen_0045a/sync_depth_00111.png 518.8579 -/living_room_0020/rgb_00235.jpg /living_room_0020/sync_depth_00235.png 518.8579 -/bedroom_0100/rgb_00018.jpg /bedroom_0100/sync_depth_00018.png 518.8579 -/home_office_0008/rgb_00158.jpg /home_office_0008/sync_depth_00158.png 518.8579 -/dining_room_0028/rgb_00034.jpg /dining_room_0028/sync_depth_00034.png 518.8579 -/dining_room_0037/rgb_00097.jpg /dining_room_0037/sync_depth_00097.png 518.8579 -/bedroom_0062/rgb_00060.jpg /bedroom_0062/sync_depth_00060.png 518.8579 -/kitchen_0010/rgb_00048.jpg /kitchen_0010/sync_depth_00048.png 518.8579 -/cafe_0001c/rgb_00091.jpg /cafe_0001c/sync_depth_00091.png 518.8579 -/living_room_0004/rgb_00073.jpg /living_room_0004/sync_depth_00073.png 518.8579 -/dining_room_0031/rgb_00313.jpg /dining_room_0031/sync_depth_00313.png 518.8579 -/bedroom_0033/rgb_00045.jpg /bedroom_0033/sync_depth_00045.png 518.8579 -/study_0003/rgb_00055.jpg /study_0003/sync_depth_00055.png 518.8579 -/kitchen_0043/rgb_00028.jpg /kitchen_0043/sync_depth_00028.png 518.8579 -/living_room_0033/rgb_00005.jpg /living_room_0033/sync_depth_00005.png 518.8579 -/kitchen_0059/rgb_00081.jpg /kitchen_0059/sync_depth_00081.png 518.8579 -/office_0009/rgb_00076.jpg /office_0009/sync_depth_00076.png 518.8579 -/dining_room_0037/rgb_00005.jpg /dining_room_0037/sync_depth_00005.png 518.8579 -/living_room_0058/rgb_00251.jpg /living_room_0058/sync_depth_00251.png 518.8579 -/cafe_0001c/rgb_00021.jpg /cafe_0001c/sync_depth_00021.png 518.8579 -/bedroom_0074/rgb_00092.jpg /bedroom_0074/sync_depth_00092.png 518.8579 -/living_room_0062/rgb_00206.jpg /living_room_0062/sync_depth_00206.png 518.8579 -/kitchen_0029c/rgb_00131.jpg /kitchen_0029c/sync_depth_00131.png 518.8579 -/bookstore_0001j/rgb_00022.jpg /bookstore_0001j/sync_depth_00022.png 518.8579 -/bathroom_0019/rgb_00097.jpg /bathroom_0019/sync_depth_00097.png 518.8579 -/bedroom_0136/rgb_00154.jpg /bedroom_0136/sync_depth_00154.png 518.8579 -/indoor_balcony_0001/rgb_00001.jpg /indoor_balcony_0001/sync_depth_00001.png 518.8579 -/bookstore_0001e/rgb_00054.jpg /bookstore_0001e/sync_depth_00054.png 518.8579 -/office_0004/rgb_00064.jpg /office_0004/sync_depth_00064.png 518.8579 -/bedroom_0100/rgb_00010.jpg /bedroom_0100/sync_depth_00010.png 518.8579 -/kitchen_0043/rgb_00194.jpg /kitchen_0043/sync_depth_00194.png 518.8579 -/living_room_0018/rgb_00047.jpg /living_room_0018/sync_depth_00047.png 518.8579 -/kitchen_0031/rgb_00172.jpg /kitchen_0031/sync_depth_00172.png 518.8579 -/excercise_room_0001/rgb_00022.jpg /excercise_room_0001/sync_depth_00022.png 518.8579 -/dining_room_0033/rgb_00139.jpg /dining_room_0033/sync_depth_00139.png 518.8579 -/dining_room_0034/rgb_00172.jpg /dining_room_0034/sync_depth_00172.png 518.8579 -/bedroom_0016/rgb_00041.jpg /bedroom_0016/sync_depth_00041.png 518.8579 -/bedroom_0053/rgb_00093.jpg /bedroom_0053/sync_depth_00093.png 518.8579 -/dining_room_0015/rgb_00010.jpg /dining_room_0015/sync_depth_00010.png 518.8579 -/kitchen_0011a/rgb_00092.jpg /kitchen_0011a/sync_depth_00092.png 518.8579 -/excercise_room_0001/rgb_00002.jpg /excercise_room_0001/sync_depth_00002.png 518.8579 -/dining_room_0031/rgb_00290.jpg /dining_room_0031/sync_depth_00290.png 518.8579 -/kitchen_0047/rgb_00084.jpg /kitchen_0047/sync_depth_00084.png 518.8579 -/bedroom_0106/rgb_00105.jpg /bedroom_0106/sync_depth_00105.png 518.8579 -/bedroom_0017/rgb_00088.jpg /bedroom_0017/sync_depth_00088.png 518.8579 -/bedroom_0080/rgb_00014.jpg /bedroom_0080/sync_depth_00014.png 518.8579 -/bedroom_0016/rgb_00113.jpg /bedroom_0016/sync_depth_00113.png 518.8579 -/bedroom_0004/rgb_00128.jpg /bedroom_0004/sync_depth_00128.png 518.8579 -/kitchen_0033/rgb_00078.jpg /kitchen_0033/sync_depth_00078.png 518.8579 -/kitchen_0028a/rgb_00003.jpg /kitchen_0028a/sync_depth_00003.png 518.8579 -/kitchen_0049/rgb_00036.jpg /kitchen_0049/sync_depth_00036.png 518.8579 -/playroom_0006/rgb_00108.jpg /playroom_0006/sync_depth_00108.png 518.8579 -/bedroom_0138/rgb_00095.jpg /bedroom_0138/sync_depth_00095.png 518.8579 -/bedroom_0020/rgb_00036.jpg /bedroom_0020/sync_depth_00036.png 518.8579 -/living_room_0047b/rgb_00140.jpg /living_room_0047b/sync_depth_00140.png 518.8579 -/conference_room_0001/rgb_00054.jpg /conference_room_0001/sync_depth_00054.png 518.8579 -/reception_room_0001b/rgb_00061.jpg /reception_room_0001b/sync_depth_00061.png 518.8579 -/bathroom_0005/rgb_00028.jpg /bathroom_0005/sync_depth_00028.png 518.8579 -/study_room_0004/rgb_00056.jpg /study_room_0004/sync_depth_00056.png 518.8579 -/dining_room_0034/rgb_00232.jpg /dining_room_0034/sync_depth_00232.png 518.8579 -/living_room_0055/rgb_00001.jpg /living_room_0055/sync_depth_00001.png 518.8579 -/bedroom_0078/rgb_00126.jpg /bedroom_0078/sync_depth_00126.png 518.8579 -/kitchen_0019a/rgb_00274.jpg /kitchen_0019a/sync_depth_00274.png 518.8579 -/dining_room_0016/rgb_00157.jpg /dining_room_0016/sync_depth_00157.png 518.8579 -/bedroom_0050/rgb_00191.jpg /bedroom_0050/sync_depth_00191.png 518.8579 -/kitchen_0049/rgb_00056.jpg /kitchen_0049/sync_depth_00056.png 518.8579 -/playroom_0003/rgb_00130.jpg /playroom_0003/sync_depth_00130.png 518.8579 -/kitchen_0048/rgb_00211.jpg /kitchen_0048/sync_depth_00211.png 518.8579 -/dinette_0001/rgb_00070.jpg /dinette_0001/sync_depth_00070.png 518.8579 -/bedroom_0069/rgb_00086.jpg /bedroom_0069/sync_depth_00086.png 518.8579 -/playroom_0004/rgb_00000.jpg /playroom_0004/sync_depth_00000.png 518.8579 -/bathroom_0053/rgb_00043.jpg /bathroom_0053/sync_depth_00043.png 518.8579 -/classroom_0006/rgb_00192.jpg /classroom_0006/sync_depth_00192.png 518.8579 -/home_office_0005/rgb_00043.jpg /home_office_0005/sync_depth_00043.png 518.8579 -/home_office_0004/rgb_00099.jpg /home_office_0004/sync_depth_00099.png 518.8579 -/bedroom_0104/rgb_00110.jpg /bedroom_0104/sync_depth_00110.png 518.8579 -/dining_room_0037/rgb_00118.jpg /dining_room_0037/sync_depth_00118.png 518.8579 -/kitchen_0008/rgb_00045.jpg /kitchen_0008/sync_depth_00045.png 518.8579 -/student_lounge_0001/rgb_00230.jpg /student_lounge_0001/sync_depth_00230.png 518.8579 -/kitchen_0049/rgb_00221.jpg /kitchen_0049/sync_depth_00221.png 518.8579 -/home_office_0008/rgb_00038.jpg /home_office_0008/sync_depth_00038.png 518.8579 -/living_room_0037/rgb_00010.jpg /living_room_0037/sync_depth_00010.png 518.8579 -/kitchen_0019b/rgb_00042.jpg /kitchen_0019b/sync_depth_00042.png 518.8579 -/bedroom_0078/rgb_00012.jpg /bedroom_0078/sync_depth_00012.png 518.8579 -/bookstore_0001j/rgb_00092.jpg /bookstore_0001j/sync_depth_00092.png 518.8579 -/living_room_0040/rgb_00212.jpg /living_room_0040/sync_depth_00212.png 518.8579 -/kitchen_0031/rgb_00051.jpg /kitchen_0031/sync_depth_00051.png 518.8579 -/bedroom_0020/rgb_00114.jpg /bedroom_0020/sync_depth_00114.png 518.8579 -/bedroom_0066/rgb_00016.jpg /bedroom_0066/sync_depth_00016.png 518.8579 -/bedroom_0074/rgb_00103.jpg /bedroom_0074/sync_depth_00103.png 518.8579 -/basement_0001a/rgb_00029.jpg /basement_0001a/sync_depth_00029.png 518.8579 -/study_0005/rgb_00004.jpg /study_0005/sync_depth_00004.png 518.8579 -/bedroom_0004/rgb_00139.jpg /bedroom_0004/sync_depth_00139.png 518.8579 -/study_room_0004/rgb_00167.jpg /study_room_0004/sync_depth_00167.png 518.8579 -/living_room_0078/rgb_00105.jpg /living_room_0078/sync_depth_00105.png 518.8579 -/student_lounge_0001/rgb_00240.jpg /student_lounge_0001/sync_depth_00240.png 518.8579 -/bedroom_0138/rgb_00040.jpg /bedroom_0138/sync_depth_00040.png 518.8579 -/bedroom_0100/rgb_00023.jpg /bedroom_0100/sync_depth_00023.png 518.8579 -/bedroom_0113/rgb_00050.jpg /bedroom_0113/sync_depth_00050.png 518.8579 -/bedroom_0140/rgb_00060.jpg /bedroom_0140/sync_depth_00060.png 518.8579 -/bedroom_0132/rgb_00031.jpg /bedroom_0132/sync_depth_00031.png 518.8579 -/bookstore_0001j/rgb_00031.jpg /bookstore_0001j/sync_depth_00031.png 518.8579 -/living_room_0019/rgb_00004.jpg /living_room_0019/sync_depth_00004.png 518.8579 -/bookstore_0001d/rgb_00117.jpg /bookstore_0001d/sync_depth_00117.png 518.8579 -/living_room_0071/rgb_00031.jpg /living_room_0071/sync_depth_00031.png 518.8579 -/living_room_0019/rgb_00095.jpg /living_room_0019/sync_depth_00095.png 518.8579 -/kitchen_0053/rgb_00085.jpg /kitchen_0053/sync_depth_00085.png 518.8579 -/living_room_0067/rgb_00001.jpg /living_room_0067/sync_depth_00001.png 518.8579 -/dining_room_0023/rgb_00115.jpg /dining_room_0023/sync_depth_00115.png 518.8579 -/kitchen_0053/rgb_00101.jpg /kitchen_0053/sync_depth_00101.png 518.8579 -/dining_room_0001b/rgb_00060.jpg /dining_room_0001b/sync_depth_00060.png 518.8579 -/living_room_0067/rgb_00089.jpg /living_room_0067/sync_depth_00089.png 518.8579 -/bedroom_0062/rgb_00025.jpg /bedroom_0062/sync_depth_00025.png 518.8579 -/bedroom_0010/rgb_00032.jpg /bedroom_0010/sync_depth_00032.png 518.8579 -/bedroom_0012/rgb_00042.jpg /bedroom_0012/sync_depth_00042.png 518.8579 -/living_room_0040/rgb_00187.jpg /living_room_0040/sync_depth_00187.png 518.8579 -/bathroom_0014a/rgb_00006.jpg /bathroom_0014a/sync_depth_00006.png 518.8579 -/nyu_office_0/rgb_00213.jpg /nyu_office_0/sync_depth_00213.png 518.8579 -/living_room_0050/rgb_00031.jpg /living_room_0050/sync_depth_00031.png 518.8579 -/kitchen_0019a/rgb_00054.jpg /kitchen_0019a/sync_depth_00054.png 518.8579 -/dining_room_0013/rgb_00148.jpg /dining_room_0013/sync_depth_00148.png 518.8579 -/kitchen_0029c/rgb_00048.jpg /kitchen_0029c/sync_depth_00048.png 518.8579 -/living_room_0047b/rgb_00168.jpg /living_room_0047b/sync_depth_00168.png 518.8579 -/living_room_0020/rgb_00032.jpg /living_room_0020/sync_depth_00032.png 518.8579 -/home_office_0007/rgb_00045.jpg /home_office_0007/sync_depth_00045.png 518.8579 -/kitchen_0031/rgb_00070.jpg /kitchen_0031/sync_depth_00070.png 518.8579 -/living_room_0083/rgb_00039.jpg /living_room_0083/sync_depth_00039.png 518.8579 -/kitchen_0045b/rgb_00085.jpg /kitchen_0045b/sync_depth_00085.png 518.8579 -/kitchen_0011b/rgb_00041.jpg /kitchen_0011b/sync_depth_00041.png 518.8579 -/kitchen_0029c/rgb_00167.jpg /kitchen_0029c/sync_depth_00167.png 518.8579 -/dining_room_0029/rgb_00070.jpg /dining_room_0029/sync_depth_00070.png 518.8579 -/dining_room_0033/rgb_00033.jpg /dining_room_0033/sync_depth_00033.png 518.8579 -/bookstore_0001i/rgb_00016.jpg /bookstore_0001i/sync_depth_00016.png 518.8579 -/home_office_0004/rgb_00150.jpg /home_office_0004/sync_depth_00150.png 518.8579 -/student_lounge_0001/rgb_00035.jpg /student_lounge_0001/sync_depth_00035.png 518.8579 -/living_room_0047b/rgb_00133.jpg /living_room_0047b/sync_depth_00133.png 518.8579 -/bookstore_0001i/rgb_00108.jpg /bookstore_0001i/sync_depth_00108.png 518.8579 -/bedroom_0078/rgb_00002.jpg /bedroom_0078/sync_depth_00002.png 518.8579 -/bookstore_0001e/rgb_00047.jpg /bookstore_0001e/sync_depth_00047.png 518.8579 -/dining_room_0029/rgb_00041.jpg /dining_room_0029/sync_depth_00041.png 518.8579 -/kitchen_0052/rgb_00070.jpg /kitchen_0052/sync_depth_00070.png 518.8579 -/living_room_0012/rgb_00062.jpg /living_room_0012/sync_depth_00062.png 518.8579 -/living_room_0022/rgb_00335.jpg /living_room_0022/sync_depth_00335.png 518.8579 -/dining_room_0037/rgb_00090.jpg /dining_room_0037/sync_depth_00090.png 518.8579 -/bedroom_0051/rgb_00213.jpg /bedroom_0051/sync_depth_00213.png 518.8579 -/kitchen_0047/rgb_00087.jpg /kitchen_0047/sync_depth_00087.png 518.8579 -/kitchen_0047/rgb_00006.jpg /kitchen_0047/sync_depth_00006.png 518.8579 -/dinette_0001/rgb_00057.jpg /dinette_0001/sync_depth_00057.png 518.8579 -/playroom_0004/rgb_00032.jpg /playroom_0004/sync_depth_00032.png 518.8579 -/kitchen_0051/rgb_00161.jpg /kitchen_0051/sync_depth_00161.png 518.8579 -/bedroom_0120/rgb_00018.jpg /bedroom_0120/sync_depth_00018.png 518.8579 -/bedroom_0015/rgb_00064.jpg /bedroom_0015/sync_depth_00064.png 518.8579 -/office_0024/rgb_00003.jpg /office_0024/sync_depth_00003.png 518.8579 -/kitchen_0029c/rgb_00067.jpg /kitchen_0029c/sync_depth_00067.png 518.8579 -/living_room_0058/rgb_00122.jpg /living_room_0058/sync_depth_00122.png 518.8579 -/nyu_office_0/rgb_00086.jpg /nyu_office_0/sync_depth_00086.png 518.8579 -/classroom_0006/rgb_00061.jpg /classroom_0006/sync_depth_00061.png 518.8579 -/bathroom_0042/rgb_00024.jpg /bathroom_0042/sync_depth_00024.png 518.8579 -/bathroom_0048/rgb_00022.jpg /bathroom_0048/sync_depth_00022.png 518.8579 -/bedroom_0071/rgb_00015.jpg /bedroom_0071/sync_depth_00015.png 518.8579 -/kitchen_0048/rgb_00244.jpg /kitchen_0048/sync_depth_00244.png 518.8579 -/kitchen_0016/rgb_00042.jpg /kitchen_0016/sync_depth_00042.png 518.8579 -/bedroom_0015/rgb_00070.jpg /bedroom_0015/sync_depth_00070.png 518.8579 -/bedroom_0063/rgb_00073.jpg /bedroom_0063/sync_depth_00073.png 518.8579 -/dining_room_0019/rgb_00039.jpg /dining_room_0019/sync_depth_00039.png 518.8579 -/dining_room_0019/rgb_00074.jpg /dining_room_0019/sync_depth_00074.png 518.8579 -/furniture_store_0001e/rgb_00001.jpg /furniture_store_0001e/sync_depth_00001.png 518.8579 -/dining_room_0033/rgb_00145.jpg /dining_room_0033/sync_depth_00145.png 518.8579 -/bedroom_0033/rgb_00053.jpg /bedroom_0033/sync_depth_00053.png 518.8579 -/cafe_0001c/rgb_00063.jpg /cafe_0001c/sync_depth_00063.png 518.8579 -/bedroom_0076a/rgb_00065.jpg /bedroom_0076a/sync_depth_00065.png 518.8579 -/living_room_0082/rgb_00058.jpg /living_room_0082/sync_depth_00058.png 518.8579 -/kitchen_0060/rgb_00078.jpg /kitchen_0060/sync_depth_00078.png 518.8579 -/conference_room_0001/rgb_00019.jpg /conference_room_0001/sync_depth_00019.png 518.8579 -/bedroom_0098/rgb_00066.jpg /bedroom_0098/sync_depth_00066.png 518.8579 -/bookstore_0001d/rgb_00087.jpg /bookstore_0001d/sync_depth_00087.png 518.8579 -/living_room_0020/rgb_00183.jpg /living_room_0020/sync_depth_00183.png 518.8579 -/home_office_0004/rgb_00155.jpg /home_office_0004/sync_depth_00155.png 518.8579 -/printer_room_0001/rgb_00032.jpg /printer_room_0001/sync_depth_00032.png 518.8579 -/bookstore_0001d/rgb_00204.jpg /bookstore_0001d/sync_depth_00204.png 518.8579 -/office_0025/rgb_00027.jpg /office_0025/sync_depth_00027.png 518.8579 -/kitchen_0019b/rgb_00002.jpg /kitchen_0019b/sync_depth_00002.png 518.8579 -/reception_room_0001b/rgb_00113.jpg /reception_room_0001b/sync_depth_00113.png 518.8579 -/living_room_0005/rgb_00011.jpg /living_room_0005/sync_depth_00011.png 518.8579 -/classroom_0016/rgb_00051.jpg /classroom_0016/sync_depth_00051.png 518.8579 -/living_room_0046b/rgb_00071.jpg /living_room_0046b/sync_depth_00071.png 518.8579 -/dining_room_0015/rgb_00121.jpg /dining_room_0015/sync_depth_00121.png 518.8579 -/living_room_0037/rgb_00042.jpg /living_room_0037/sync_depth_00042.png 518.8579 -/student_lounge_0001/rgb_00119.jpg /student_lounge_0001/sync_depth_00119.png 518.8579 -/classroom_0005/rgb_00008.jpg /classroom_0005/sync_depth_00008.png 518.8579 -/classroom_0018/rgb_00021.jpg /classroom_0018/sync_depth_00021.png 518.8579 -/office_0004/rgb_00027.jpg /office_0004/sync_depth_00027.png 518.8579 -/living_room_0022/rgb_00183.jpg /living_room_0022/sync_depth_00183.png 518.8579 -/bedroom_0059/rgb_00054.jpg /bedroom_0059/sync_depth_00054.png 518.8579 -/dining_room_0015/rgb_00223.jpg /dining_room_0015/sync_depth_00223.png 518.8579 -/living_room_0047b/rgb_00065.jpg /living_room_0047b/sync_depth_00065.png 518.8579 -/bedroom_0071/rgb_00108.jpg /bedroom_0071/sync_depth_00108.png 518.8579 -/living_room_0063/rgb_00149.jpg /living_room_0063/sync_depth_00149.png 518.8579 -/bedroom_0107/rgb_00043.jpg /bedroom_0107/sync_depth_00043.png 518.8579 -/dining_room_0010/rgb_00048.jpg /dining_room_0010/sync_depth_00048.png 518.8579 -/bedroom_0076a/rgb_00097.jpg /bedroom_0076a/sync_depth_00097.png 518.8579 -/furniture_store_0001b/rgb_00044.jpg /furniture_store_0001b/sync_depth_00044.png 518.8579 -/kitchen_0037/rgb_00108.jpg /kitchen_0037/sync_depth_00108.png 518.8579 -/kitchen_0060/rgb_00040.jpg /kitchen_0060/sync_depth_00040.png 518.8579 -/living_room_0042b/rgb_00007.jpg /living_room_0042b/sync_depth_00007.png 518.8579 -/living_room_0020/rgb_00172.jpg /living_room_0020/sync_depth_00172.png 518.8579 -/dining_room_0028/rgb_00110.jpg /dining_room_0028/sync_depth_00110.png 518.8579 -/kitchen_0041/rgb_00012.jpg /kitchen_0041/sync_depth_00012.png 518.8579 -/bathroom_0010/rgb_00058.jpg /bathroom_0010/sync_depth_00058.png 518.8579 -/classroom_0022/rgb_00089.jpg /classroom_0022/sync_depth_00089.png 518.8579 -/basement_0001a/rgb_00099.jpg /basement_0001a/sync_depth_00099.png 518.8579 -/kitchen_0049/rgb_00059.jpg /kitchen_0049/sync_depth_00059.png 518.8579 -/bedroom_0050/rgb_00176.jpg /bedroom_0050/sync_depth_00176.png 518.8579 -/dining_room_0031/rgb_00003.jpg /dining_room_0031/sync_depth_00003.png 518.8579 -/classroom_0003/rgb_00103.jpg /classroom_0003/sync_depth_00103.png 518.8579 -/bathroom_0057/rgb_00031.jpg /bathroom_0057/sync_depth_00031.png 518.8579 -/kitchen_0043/rgb_00112.jpg /kitchen_0043/sync_depth_00112.png 518.8579 -/kitchen_0029a/rgb_00007.jpg /kitchen_0029a/sync_depth_00007.png 518.8579 -/bookstore_0001g/rgb_00282.jpg /bookstore_0001g/sync_depth_00282.png 518.8579 -/living_room_0062/rgb_00150.jpg /living_room_0062/sync_depth_00150.png 518.8579 -/kitchen_0031/rgb_00012.jpg /kitchen_0031/sync_depth_00012.png 518.8579 -/bookstore_0001d/rgb_00362.jpg /bookstore_0001d/sync_depth_00362.png 518.8579 -/bedroom_0071/rgb_00132.jpg /bedroom_0071/sync_depth_00132.png 518.8579 -/bedroom_0079/rgb_00049.jpg /bedroom_0079/sync_depth_00049.png 518.8579 -/kitchen_0048/rgb_00205.jpg /kitchen_0048/sync_depth_00205.png 518.8579 -/dining_room_0001b/rgb_00140.jpg /dining_room_0001b/sync_depth_00140.png 518.8579 -/living_room_0012/rgb_00222.jpg /living_room_0012/sync_depth_00222.png 518.8579 -/living_room_0040/rgb_00237.jpg /living_room_0040/sync_depth_00237.png 518.8579 -/living_room_0020/rgb_00116.jpg /living_room_0020/sync_depth_00116.png 518.8579 -/dining_room_0023/rgb_00139.jpg /dining_room_0023/sync_depth_00139.png 518.8579 -/bedroom_0010/rgb_00074.jpg /bedroom_0010/sync_depth_00074.png 518.8579 -/dining_room_0031/rgb_00222.jpg /dining_room_0031/sync_depth_00222.png 518.8579 -/office_0024/rgb_00041.jpg /office_0024/sync_depth_00041.png 518.8579 -/office_0026/rgb_00080.jpg /office_0026/sync_depth_00080.png 518.8579 -/bedroom_0082/rgb_00022.jpg /bedroom_0082/sync_depth_00022.png 518.8579 -/furniture_store_0002a/rgb_00349.jpg /furniture_store_0002a/sync_depth_00349.png 518.8579 -/bedroom_0076a/rgb_00232.jpg /bedroom_0076a/sync_depth_00232.png 518.8579 -/living_room_0010/rgb_00239.jpg /living_room_0010/sync_depth_00239.png 518.8579 -/kitchen_0052/rgb_00099.jpg /kitchen_0052/sync_depth_00099.png 518.8579 -/dining_room_0019/rgb_00004.jpg /dining_room_0019/sync_depth_00004.png 518.8579 -/office_0011/rgb_00134.jpg /office_0011/sync_depth_00134.png 518.8579 -/bedroom_0062/rgb_00144.jpg /bedroom_0062/sync_depth_00144.png 518.8579 -/student_lounge_0001/rgb_00005.jpg /student_lounge_0001/sync_depth_00005.png 518.8579 -/home_office_0005/rgb_00097.jpg /home_office_0005/sync_depth_00097.png 518.8579 -/bedroom_0060/rgb_00082.jpg /bedroom_0060/sync_depth_00082.png 518.8579 -/bookstore_0001e/rgb_00199.jpg /bookstore_0001e/sync_depth_00199.png 518.8579 -/bedroom_0047/rgb_00034.jpg /bedroom_0047/sync_depth_00034.png 518.8579 -/kitchen_0052/rgb_00026.jpg /kitchen_0052/sync_depth_00026.png 518.8579 -/kitchen_0035b/rgb_00004.jpg /kitchen_0035b/sync_depth_00004.png 518.8579 -/furniture_store_0002a/rgb_00377.jpg /furniture_store_0002a/sync_depth_00377.png 518.8579 -/basement_0001a/rgb_00118.jpg /basement_0001a/sync_depth_00118.png 518.8579 -/kitchen_0010/rgb_00116.jpg /kitchen_0010/sync_depth_00116.png 518.8579 -/kitchen_0051/rgb_00290.jpg /kitchen_0051/sync_depth_00290.png 518.8579 -/furniture_store_0002a/rgb_00044.jpg /furniture_store_0002a/sync_depth_00044.png 518.8579 -/furniture_store_0002c/rgb_00017.jpg /furniture_store_0002c/sync_depth_00017.png 518.8579 -/office_0009/rgb_00004.jpg /office_0009/sync_depth_00004.png 518.8579 -/kitchen_0049/rgb_00106.jpg /kitchen_0049/sync_depth_00106.png 518.8579 -/kitchen_0019a/rgb_00157.jpg /kitchen_0019a/sync_depth_00157.png 518.8579 -/bedroom_0056a/rgb_00021.jpg /bedroom_0056a/sync_depth_00021.png 518.8579 -/kitchen_0029c/rgb_00008.jpg /kitchen_0029c/sync_depth_00008.png 518.8579 -/living_room_0068/rgb_00112.jpg /living_room_0068/sync_depth_00112.png 518.8579 -/kitchen_0019b/rgb_00013.jpg /kitchen_0019b/sync_depth_00013.png 518.8579 -/bedroom_0059/rgb_00059.jpg /bedroom_0059/sync_depth_00059.png 518.8579 -/dining_room_0034/rgb_00092.jpg /dining_room_0034/sync_depth_00092.png 518.8579 -/kitchen_0051/rgb_00324.jpg /kitchen_0051/sync_depth_00324.png 518.8579 -/dining_room_0031/rgb_00124.jpg /dining_room_0031/sync_depth_00124.png 518.8579 -/kitchen_0035b/rgb_00162.jpg /kitchen_0035b/sync_depth_00162.png 518.8579 -/printer_room_0001/rgb_00042.jpg /printer_room_0001/sync_depth_00042.png 518.8579 -/kitchen_0052/rgb_00041.jpg /kitchen_0052/sync_depth_00041.png 518.8579 -/kitchen_0049/rgb_00005.jpg /kitchen_0049/sync_depth_00005.png 518.8579 -/bedroom_0034/rgb_00002.jpg /bedroom_0034/sync_depth_00002.png 518.8579 -/dining_room_0031/rgb_00032.jpg /dining_room_0031/sync_depth_00032.png 518.8579 -/kitchen_0031/rgb_00003.jpg /kitchen_0031/sync_depth_00003.png 518.8579 -/bedroom_0034/rgb_00063.jpg /bedroom_0034/sync_depth_00063.png 518.8579 -/bookstore_0001f/rgb_00420.jpg /bookstore_0001f/sync_depth_00420.png 518.8579 -/bedroom_0078/rgb_00151.jpg /bedroom_0078/sync_depth_00151.png 518.8579 -/bedroom_0076a/rgb_00252.jpg /bedroom_0076a/sync_depth_00252.png 518.8579 -/dining_room_0007/rgb_00035.jpg /dining_room_0007/sync_depth_00035.png 518.8579 -/living_room_0070/rgb_00007.jpg /living_room_0070/sync_depth_00007.png 518.8579 -/bedroom_0051/rgb_00157.jpg /bedroom_0051/sync_depth_00157.png 518.8579 -/conference_room_0001/rgb_00048.jpg /conference_room_0001/sync_depth_00048.png 518.8579 -/home_office_0004/rgb_00039.jpg /home_office_0004/sync_depth_00039.png 518.8579 -/bookstore_0001j/rgb_00045.jpg /bookstore_0001j/sync_depth_00045.png 518.8579 -/living_room_0037/rgb_00016.jpg /living_room_0037/sync_depth_00016.png 518.8579 -/office_kitchen_0001a/rgb_00040.jpg /office_kitchen_0001a/sync_depth_00040.png 518.8579 -/classroom_0006/rgb_00170.jpg /classroom_0006/sync_depth_00170.png 518.8579 -/bookstore_0001i/rgb_00041.jpg /bookstore_0001i/sync_depth_00041.png 518.8579 -/living_room_0063/rgb_00071.jpg /living_room_0063/sync_depth_00071.png 518.8579 -/nyu_office_1/rgb_00090.jpg /nyu_office_1/sync_depth_00090.png 518.8579 -/bedroom_0045/rgb_00015.jpg /bedroom_0045/sync_depth_00015.png 518.8579 -/kitchen_0028a/rgb_00038.jpg /kitchen_0028a/sync_depth_00038.png 518.8579 -/bedroom_0071/rgb_00069.jpg /bedroom_0071/sync_depth_00069.png 518.8579 -/kitchen_0035b/rgb_00211.jpg /kitchen_0035b/sync_depth_00211.png 518.8579 -/playroom_0004/rgb_00080.jpg /playroom_0004/sync_depth_00080.png 518.8579 -/student_lounge_0001/rgb_00049.jpg /student_lounge_0001/sync_depth_00049.png 518.8579 -/bedroom_0019/rgb_00004.jpg /bedroom_0019/sync_depth_00004.png 518.8579 -/living_room_0022/rgb_00141.jpg /living_room_0022/sync_depth_00141.png 518.8579 -/office_kitchen_0001a/rgb_00025.jpg /office_kitchen_0001a/sync_depth_00025.png 518.8579 -/office_0011/rgb_00079.jpg /office_0011/sync_depth_00079.png 518.8579 -/kitchen_0019a/rgb_00303.jpg /kitchen_0019a/sync_depth_00303.png 518.8579 -/office_0006/rgb_00129.jpg /office_0006/sync_depth_00129.png 518.8579 -/furniture_store_0002b/rgb_00125.jpg /furniture_store_0002b/sync_depth_00125.png 518.8579 -/living_room_0012/rgb_00129.jpg /living_room_0012/sync_depth_00129.png 518.8579 -/bedroom_0100/rgb_00063.jpg /bedroom_0100/sync_depth_00063.png 518.8579 -/playroom_0003/rgb_00153.jpg /playroom_0003/sync_depth_00153.png 518.8579 -/bathroom_0034/rgb_00009.jpg /bathroom_0034/sync_depth_00009.png 518.8579 -/cafe_0001c/rgb_00078.jpg /cafe_0001c/sync_depth_00078.png 518.8579 -/living_room_0038/rgb_00033.jpg /living_room_0038/sync_depth_00033.png 518.8579 -/kitchen_0008/rgb_00052.jpg /kitchen_0008/sync_depth_00052.png 518.8579 -/furniture_store_0002b/rgb_00184.jpg /furniture_store_0002b/sync_depth_00184.png 518.8579 -/living_room_0062/rgb_00080.jpg /living_room_0062/sync_depth_00080.png 518.8579 -/kitchen_0043/rgb_00100.jpg /kitchen_0043/sync_depth_00100.png 518.8579 -/kitchen_0051/rgb_00330.jpg /kitchen_0051/sync_depth_00330.png 518.8579 -/kitchen_0050/rgb_00052.jpg /kitchen_0050/sync_depth_00052.png 518.8579 -/kitchen_0049/rgb_00141.jpg /kitchen_0049/sync_depth_00141.png 518.8579 -/bedroom_0072/rgb_00031.jpg /bedroom_0072/sync_depth_00031.png 518.8579 -/kitchen_0043/rgb_00117.jpg /kitchen_0043/sync_depth_00117.png 518.8579 -/kitchen_0043/rgb_00154.jpg /kitchen_0043/sync_depth_00154.png 518.8579 -/bathroom_0034/rgb_00000.jpg /bathroom_0034/sync_depth_00000.png 518.8579 -/conference_room_0001/rgb_00077.jpg /conference_room_0001/sync_depth_00077.png 518.8579 -/living_room_0047b/rgb_00052.jpg /living_room_0047b/sync_depth_00052.png 518.8579 -/printer_room_0001/rgb_00001.jpg /printer_room_0001/sync_depth_00001.png 518.8579 -/kitchen_0031/rgb_00189.jpg /kitchen_0031/sync_depth_00189.png 518.8579 -/study_0003/rgb_00110.jpg /study_0003/sync_depth_00110.png 518.8579 -/bookstore_0001f/rgb_00351.jpg /bookstore_0001f/sync_depth_00351.png 518.8579 -/bedroom_0067a/rgb_00024.jpg /bedroom_0067a/sync_depth_00024.png 518.8579 -/living_room_0012/rgb_00199.jpg /living_room_0012/sync_depth_00199.png 518.8579 -/dining_room_0031/rgb_00148.jpg /dining_room_0031/sync_depth_00148.png 518.8579 -/home_storage_0001/rgb_00055.jpg /home_storage_0001/sync_depth_00055.png 518.8579 -/dining_room_0013/rgb_00005.jpg /dining_room_0013/sync_depth_00005.png 518.8579 -/bedroom_0063/rgb_00082.jpg /bedroom_0063/sync_depth_00082.png 518.8579 -/furniture_store_0001d/rgb_00033.jpg /furniture_store_0001d/sync_depth_00033.png 518.8579 -/kitchen_0019a/rgb_00243.jpg /kitchen_0019a/sync_depth_00243.png 518.8579 -/classroom_0022/rgb_00019.jpg /classroom_0022/sync_depth_00019.png 518.8579 -/laundry_room_0001/rgb_00021.jpg /laundry_room_0001/sync_depth_00021.png 518.8579 -/living_room_0058/rgb_00181.jpg /living_room_0058/sync_depth_00181.png 518.8579 -/bedroom_0107/rgb_00013.jpg /bedroom_0107/sync_depth_00013.png 518.8579 -/bookstore_0001g/rgb_00241.jpg /bookstore_0001g/sync_depth_00241.png 518.8579 -/living_room_0047b/rgb_00193.jpg /living_room_0047b/sync_depth_00193.png 518.8579 -/bedroom_0136/rgb_00113.jpg /bedroom_0136/sync_depth_00113.png 518.8579 -/playroom_0002/rgb_00104.jpg /playroom_0002/sync_depth_00104.png 518.8579 -/bathroom_0030/rgb_00044.jpg /bathroom_0030/sync_depth_00044.png 518.8579 -/cafe_0001a/rgb_00024.jpg /cafe_0001a/sync_depth_00024.png 518.8579 -/bedroom_0116/rgb_00005.jpg /bedroom_0116/sync_depth_00005.png 518.8579 -/kitchen_0043/rgb_00151.jpg /kitchen_0043/sync_depth_00151.png 518.8579 -/cafe_0001a/rgb_00070.jpg /cafe_0001a/sync_depth_00070.png 518.8579 -/bathroom_0010/rgb_00021.jpg /bathroom_0010/sync_depth_00021.png 518.8579 -/living_room_0062/rgb_00086.jpg /living_room_0062/sync_depth_00086.png 518.8579 -/reception_room_0004/rgb_00055.jpg /reception_room_0004/sync_depth_00055.png 518.8579 -/kitchen_0029a/rgb_00034.jpg /kitchen_0029a/sync_depth_00034.png 518.8579 -/study_0005/rgb_00010.jpg /study_0005/sync_depth_00010.png 518.8579 -/dining_room_0029/rgb_00073.jpg /dining_room_0029/sync_depth_00073.png 518.8579 -/kitchen_0003/rgb_00175.jpg /kitchen_0003/sync_depth_00175.png 518.8579 -/living_room_0062/rgb_00185.jpg /living_room_0062/sync_depth_00185.png 518.8579 -/foyer_0002/rgb_00038.jpg /foyer_0002/sync_depth_00038.png 518.8579 -/kitchen_0048/rgb_00240.jpg /kitchen_0048/sync_depth_00240.png 518.8579 -/bedroom_0076a/rgb_00114.jpg /bedroom_0076a/sync_depth_00114.png 518.8579 -/bedroom_0026/rgb_00101.jpg /bedroom_0026/sync_depth_00101.png 518.8579 -/furniture_store_0001e/rgb_00050.jpg /furniture_store_0001e/sync_depth_00050.png 518.8579 -/bedroom_0047/rgb_00063.jpg /bedroom_0047/sync_depth_00063.png 518.8579 -/bedroom_0004/rgb_00096.jpg /bedroom_0004/sync_depth_00096.png 518.8579 -/bedroom_0033/rgb_00096.jpg /bedroom_0033/sync_depth_00096.png 518.8579 -/kitchen_0051/rgb_00225.jpg /kitchen_0051/sync_depth_00225.png 518.8579 -/living_room_0010/rgb_00207.jpg /living_room_0010/sync_depth_00207.png 518.8579 -/living_room_0063/rgb_00018.jpg /living_room_0063/sync_depth_00018.png 518.8579 -/basement_0001a/rgb_00031.jpg /basement_0001a/sync_depth_00031.png 518.8579 -/bookstore_0001f/rgb_00520.jpg /bookstore_0001f/sync_depth_00520.png 518.8579 -/office_0019/rgb_00047.jpg /office_0019/sync_depth_00047.png 518.8579 -/bedroom_0042/rgb_00046.jpg /bedroom_0042/sync_depth_00046.png 518.8579 -/bedroom_0076a/rgb_00258.jpg /bedroom_0076a/sync_depth_00258.png 518.8579 -/kitchen_0010/rgb_00039.jpg /kitchen_0010/sync_depth_00039.png 518.8579 -/bathroom_0016/rgb_00020.jpg /bathroom_0016/sync_depth_00020.png 518.8579 -/dining_room_0012/rgb_00040.jpg /dining_room_0012/sync_depth_00040.png 518.8579 -/bedroom_0026/rgb_00115.jpg /bedroom_0026/sync_depth_00115.png 518.8579 -/kitchen_0045a/rgb_00145.jpg /kitchen_0045a/sync_depth_00145.png 518.8579 -/kitchen_0011b/rgb_00053.jpg /kitchen_0011b/sync_depth_00053.png 518.8579 -/bookstore_0001i/rgb_00146.jpg /bookstore_0001i/sync_depth_00146.png 518.8579 -/bedroom_0033/rgb_00047.jpg /bedroom_0033/sync_depth_00047.png 518.8579 -/bedroom_0020/rgb_00049.jpg /bedroom_0020/sync_depth_00049.png 518.8579 -/living_room_0062/rgb_00062.jpg /living_room_0062/sync_depth_00062.png 518.8579 -/living_room_0019/rgb_00162.jpg /living_room_0019/sync_depth_00162.png 518.8579 -/bedroom_0096/rgb_00040.jpg /bedroom_0096/sync_depth_00040.png 518.8579 -/bookstore_0001h/rgb_00091.jpg /bookstore_0001h/sync_depth_00091.png 518.8579 -/living_room_0040/rgb_00158.jpg /living_room_0040/sync_depth_00158.png 518.8579 -/kitchen_0016/rgb_00099.jpg /kitchen_0016/sync_depth_00099.png 518.8579 -/living_room_0006/rgb_00019.jpg /living_room_0006/sync_depth_00019.png 518.8579 -/bedroom_0020/rgb_00099.jpg /bedroom_0020/sync_depth_00099.png 518.8579 -/bedroom_0097/rgb_00059.jpg /bedroom_0097/sync_depth_00059.png 518.8579 -/study_room_0004/rgb_00211.jpg /study_room_0004/sync_depth_00211.png 518.8579 -/dining_room_0012/rgb_00132.jpg /dining_room_0012/sync_depth_00132.png 518.8579 -/nyu_office_1/rgb_00033.jpg /nyu_office_1/sync_depth_00033.png 518.8579 -/kitchen_0053/rgb_00093.jpg /kitchen_0053/sync_depth_00093.png 518.8579 -/cafe_0001c/rgb_00058.jpg /cafe_0001c/sync_depth_00058.png 518.8579 -/playroom_0006/rgb_00086.jpg /playroom_0006/sync_depth_00086.png 518.8579 -/office_0011/rgb_00127.jpg /office_0011/sync_depth_00127.png 518.8579 -/living_room_0078/rgb_00140.jpg /living_room_0078/sync_depth_00140.png 518.8579 -/bedroom_0104/rgb_00007.jpg /bedroom_0104/sync_depth_00007.png 518.8579 -/living_room_0019/rgb_00199.jpg /living_room_0019/sync_depth_00199.png 518.8579 -/living_room_0040/rgb_00278.jpg /living_room_0040/sync_depth_00278.png 518.8579 -/bookstore_0001d/rgb_00059.jpg /bookstore_0001d/sync_depth_00059.png 518.8579 -/dining_room_0014/rgb_00048.jpg /dining_room_0014/sync_depth_00048.png 518.8579 -/kitchen_0035b/rgb_00227.jpg /kitchen_0035b/sync_depth_00227.png 518.8579 -/living_room_0010/rgb_00011.jpg /living_room_0010/sync_depth_00011.png 518.8579 -/dining_room_0028/rgb_00026.jpg /dining_room_0028/sync_depth_00026.png 518.8579 -/bookstore_0001j/rgb_00272.jpg /bookstore_0001j/sync_depth_00272.png 518.8579 -/dining_room_0031/rgb_00348.jpg /dining_room_0031/sync_depth_00348.png 518.8579 -/living_room_0047b/rgb_00069.jpg /living_room_0047b/sync_depth_00069.png 518.8579 -/dining_room_0031/rgb_00397.jpg /dining_room_0031/sync_depth_00397.png 518.8579 -/bedroom_0086/rgb_00132.jpg /bedroom_0086/sync_depth_00132.png 518.8579 -/bookstore_0001d/rgb_00261.jpg /bookstore_0001d/sync_depth_00261.png 518.8579 -/bedroom_0126/rgb_00019.jpg /bedroom_0126/sync_depth_00019.png 518.8579 -/kitchen_0031/rgb_00141.jpg /kitchen_0031/sync_depth_00141.png 518.8579 -/furniture_store_0001b/rgb_00019.jpg /furniture_store_0001b/sync_depth_00019.png 518.8579 -/nyu_office_0/rgb_00237.jpg /nyu_office_0/sync_depth_00237.png 518.8579 -/dining_room_0031/rgb_00152.jpg /dining_room_0031/sync_depth_00152.png 518.8579 -/living_room_0050/rgb_00174.jpg /living_room_0050/sync_depth_00174.png 518.8579 -/bedroom_0019/rgb_00060.jpg /bedroom_0019/sync_depth_00060.png 518.8579 -/kitchen_0059/rgb_00073.jpg /kitchen_0059/sync_depth_00073.png 518.8579 -/dining_room_0031/rgb_00005.jpg /dining_room_0031/sync_depth_00005.png 518.8579 -/kitchen_0028b/rgb_00077.jpg /kitchen_0028b/sync_depth_00077.png 518.8579 -/dining_room_0001b/rgb_00024.jpg /dining_room_0001b/sync_depth_00024.png 518.8579 -/living_room_0055/rgb_00076.jpg /living_room_0055/sync_depth_00076.png 518.8579 -/dining_room_0016/rgb_00216.jpg /dining_room_0016/sync_depth_00216.png 518.8579 -/living_room_0010/rgb_00003.jpg /living_room_0010/sync_depth_00003.png 518.8579 -/study_room_0004/rgb_00136.jpg /study_room_0004/sync_depth_00136.png 518.8579 -/bedroom_0053/rgb_00048.jpg /bedroom_0053/sync_depth_00048.png 518.8579 -/bathroom_0042/rgb_00042.jpg /bathroom_0042/sync_depth_00042.png 518.8579 -/dining_room_0033/rgb_00046.jpg /dining_room_0033/sync_depth_00046.png 518.8579 -/furniture_store_0001e/rgb_00003.jpg /furniture_store_0001e/sync_depth_00003.png 518.8579 -/dining_room_0008/rgb_00172.jpg /dining_room_0008/sync_depth_00172.png 518.8579 -/living_room_0020/rgb_00215.jpg /living_room_0020/sync_depth_00215.png 518.8579 -/bedroom_0129/rgb_00092.jpg /bedroom_0129/sync_depth_00092.png 518.8579 -/bedroom_0053/rgb_00041.jpg /bedroom_0053/sync_depth_00041.png 518.8579 -/bedroom_0040/rgb_00005.jpg /bedroom_0040/sync_depth_00005.png 518.8579 -/bedroom_0071/rgb_00084.jpg /bedroom_0071/sync_depth_00084.png 518.8579 -/dining_room_0008/rgb_00078.jpg /dining_room_0008/sync_depth_00078.png 518.8579 -/living_room_0010/rgb_00045.jpg /living_room_0010/sync_depth_00045.png 518.8579 -/bedroom_0051/rgb_00203.jpg /bedroom_0051/sync_depth_00203.png 518.8579 -/kitchen_0045a/rgb_00124.jpg /kitchen_0045a/sync_depth_00124.png 518.8579 -/reception_room_0001b/rgb_00089.jpg /reception_room_0001b/sync_depth_00089.png 518.8579 -/study_0004/rgb_00015.jpg /study_0004/sync_depth_00015.png 518.8579 -/office_0026/rgb_00176.jpg /office_0026/sync_depth_00176.png 518.8579 -/kitchen_0019a/rgb_00176.jpg /kitchen_0019a/sync_depth_00176.png 518.8579 -/home_storage_0001/rgb_00130.jpg /home_storage_0001/sync_depth_00130.png 518.8579 -/kitchen_0041/rgb_00034.jpg /kitchen_0041/sync_depth_00034.png 518.8579 -/bedroom_0069/rgb_00083.jpg /bedroom_0069/sync_depth_00083.png 518.8579 -/bookstore_0001j/rgb_00011.jpg /bookstore_0001j/sync_depth_00011.png 518.8579 -/furniture_store_0002d/rgb_00058.jpg /furniture_store_0002d/sync_depth_00058.png 518.8579 -/bedroom_0014/rgb_00070.jpg /bedroom_0014/sync_depth_00070.png 518.8579 -/bedroom_0010/rgb_00097.jpg /bedroom_0010/sync_depth_00097.png 518.8579 -/living_room_0069a/rgb_00035.jpg /living_room_0069a/sync_depth_00035.png 518.8579 -/classroom_0004/rgb_00036.jpg /classroom_0004/sync_depth_00036.png 518.8579 -/reception_room_0002/rgb_00095.jpg /reception_room_0002/sync_depth_00095.png 518.8579 -/kitchen_0017/rgb_00005.jpg /kitchen_0017/sync_depth_00005.png 518.8579 -/living_room_0010/rgb_00038.jpg /living_room_0010/sync_depth_00038.png 518.8579 -/office_kitchen_0001a/rgb_00006.jpg /office_kitchen_0001a/sync_depth_00006.png 518.8579 -/bathroom_0028/rgb_00090.jpg /bathroom_0028/sync_depth_00090.png 518.8579 -/living_room_0071/rgb_00019.jpg /living_room_0071/sync_depth_00019.png 518.8579 -/bedroom_0078/rgb_00079.jpg /bedroom_0078/sync_depth_00079.png 518.8579 -/bookstore_0001i/rgb_00161.jpg /bookstore_0001i/sync_depth_00161.png 518.8579 -/home_office_0007/rgb_00033.jpg /home_office_0007/sync_depth_00033.png 518.8579 -/dining_room_0007/rgb_00082.jpg /dining_room_0007/sync_depth_00082.png 518.8579 -/kitchen_0045b/rgb_00045.jpg /kitchen_0045b/sync_depth_00045.png 518.8579 -/dining_room_0007/rgb_00213.jpg /dining_room_0007/sync_depth_00213.png 518.8579 -/kitchen_0053/rgb_00233.jpg /kitchen_0053/sync_depth_00233.png 518.8579 -/kitchen_0050/rgb_00011.jpg /kitchen_0050/sync_depth_00011.png 518.8579 -/kitchen_0043/rgb_00149.jpg /kitchen_0043/sync_depth_00149.png 518.8579 -/bedroom_0096/rgb_00068.jpg /bedroom_0096/sync_depth_00068.png 518.8579 -/bathroom_0049/rgb_00019.jpg /bathroom_0049/sync_depth_00019.png 518.8579 -/kitchen_0060/rgb_00153.jpg /kitchen_0060/sync_depth_00153.png 518.8579 -/living_room_0050/rgb_00197.jpg /living_room_0050/sync_depth_00197.png 518.8579 -/living_room_0058/rgb_00093.jpg /living_room_0058/sync_depth_00093.png 518.8579 -/kitchen_0052/rgb_00067.jpg /kitchen_0052/sync_depth_00067.png 518.8579 -/dining_room_0033/rgb_00122.jpg /dining_room_0033/sync_depth_00122.png 518.8579 -/kitchen_0011a/rgb_00113.jpg /kitchen_0011a/sync_depth_00113.png 518.8579 -/reception_room_0002/rgb_00087.jpg /reception_room_0002/sync_depth_00087.png 518.8579 -/bedroom_0015/rgb_00033.jpg /bedroom_0015/sync_depth_00033.png 518.8579 -/office_0012/rgb_00071.jpg /office_0012/sync_depth_00071.png 518.8579 -/living_room_0063/rgb_00106.jpg /living_room_0063/sync_depth_00106.png 518.8579 -/office_0024/rgb_00115.jpg /office_0024/sync_depth_00115.png 518.8579 -/living_room_0004/rgb_00161.jpg /living_room_0004/sync_depth_00161.png 518.8579 -/kitchen_0053/rgb_00005.jpg /kitchen_0053/sync_depth_00005.png 518.8579 -/bedroom_0120/rgb_00058.jpg /bedroom_0120/sync_depth_00058.png 518.8579 -/home_office_0011/rgb_00078.jpg /home_office_0011/sync_depth_00078.png 518.8579 -/bedroom_0060/rgb_00026.jpg /bedroom_0060/sync_depth_00026.png 518.8579 -/bedroom_0062/rgb_00037.jpg /bedroom_0062/sync_depth_00037.png 518.8579 -/bedroom_0125b/rgb_00028.jpg /bedroom_0125b/sync_depth_00028.png 518.8579 -/kitchen_0051/rgb_00098.jpg /kitchen_0051/sync_depth_00098.png 518.8579 -/dining_room_0028/rgb_00024.jpg /dining_room_0028/sync_depth_00024.png 518.8579 -/kitchen_0048/rgb_00191.jpg /kitchen_0048/sync_depth_00191.png 518.8579 -/bookstore_0001j/rgb_00132.jpg /bookstore_0001j/sync_depth_00132.png 518.8579 -/playroom_0003/rgb_00029.jpg /playroom_0003/sync_depth_00029.png 518.8579 -/dining_room_0028/rgb_00122.jpg /dining_room_0028/sync_depth_00122.png 518.8579 -/bookstore_0001g/rgb_00169.jpg /bookstore_0001g/sync_depth_00169.png 518.8579 -/dining_room_0015/rgb_00218.jpg /dining_room_0015/sync_depth_00218.png 518.8579 -/dining_room_0029/rgb_00028.jpg /dining_room_0029/sync_depth_00028.png 518.8579 -/dining_room_0037/rgb_00054.jpg /dining_room_0037/sync_depth_00054.png 518.8579 -/bedroom_0098/rgb_00033.jpg /bedroom_0098/sync_depth_00033.png 518.8579 -/furniture_store_0002a/rgb_00226.jpg /furniture_store_0002a/sync_depth_00226.png 518.8579 -/bedroom_0014/rgb_00036.jpg /bedroom_0014/sync_depth_00036.png 518.8579 -/living_room_0012/rgb_00165.jpg /living_room_0012/sync_depth_00165.png 518.8579 -/nyu_office_1/rgb_00040.jpg /nyu_office_1/sync_depth_00040.png 518.8579 -/kitchen_0029c/rgb_00091.jpg /kitchen_0029c/sync_depth_00091.png 518.8579 -/home_office_0007/rgb_00065.jpg /home_office_0007/sync_depth_00065.png 518.8579 -/kitchen_0045a/rgb_00060.jpg /kitchen_0045a/sync_depth_00060.png 518.8579 -/kitchen_0048/rgb_00207.jpg /kitchen_0048/sync_depth_00207.png 518.8579 -/kitchen_0060/rgb_00062.jpg /kitchen_0060/sync_depth_00062.png 518.8579 -/furniture_store_0002b/rgb_00117.jpg /furniture_store_0002b/sync_depth_00117.png 518.8579 -/dining_room_0031/rgb_00278.jpg /dining_room_0031/sync_depth_00278.png 518.8579 -/reception_room_0001a/rgb_00062.jpg /reception_room_0001a/sync_depth_00062.png 518.8579 -/basement_0001a/rgb_00170.jpg /basement_0001a/sync_depth_00170.png 518.8579 -/bookstore_0001f/rgb_00065.jpg /bookstore_0001f/sync_depth_00065.png 518.8579 -/bathroom_0006/rgb_00003.jpg /bathroom_0006/sync_depth_00003.png 518.8579 -/study_0004/rgb_00052.jpg /study_0004/sync_depth_00052.png 518.8579 -/dining_room_0031/rgb_00261.jpg /dining_room_0031/sync_depth_00261.png 518.8579 -/living_room_0022/rgb_00042.jpg /living_room_0022/sync_depth_00042.png 518.8579 -/kitchen_0033/rgb_00026.jpg /kitchen_0033/sync_depth_00026.png 518.8579 -/office_0011/rgb_00115.jpg /office_0011/sync_depth_00115.png 518.8579 -/reception_room_0004/rgb_00088.jpg /reception_room_0004/sync_depth_00088.png 518.8579 -/bookstore_0001i/rgb_00080.jpg /bookstore_0001i/sync_depth_00080.png 518.8579 -/kitchen_0033/rgb_00083.jpg /kitchen_0033/sync_depth_00083.png 518.8579 -/bathroom_0041/rgb_00079.jpg /bathroom_0041/sync_depth_00079.png 518.8579 -/bedroom_0086/rgb_00053.jpg /bedroom_0086/sync_depth_00053.png 518.8579 -/bathroom_0035/rgb_00036.jpg /bathroom_0035/sync_depth_00036.png 518.8579 -/home_office_0006/rgb_00038.jpg /home_office_0006/sync_depth_00038.png 518.8579 -/furniture_store_0001b/rgb_00012.jpg /furniture_store_0001b/sync_depth_00012.png 518.8579 -/bedroom_0017/rgb_00026.jpg /bedroom_0017/sync_depth_00026.png 518.8579 -/classroom_0004/rgb_00067.jpg /classroom_0004/sync_depth_00067.png 518.8579 -/living_room_0070/rgb_00064.jpg /living_room_0070/sync_depth_00064.png 518.8579 -/dining_room_0010/rgb_00101.jpg /dining_room_0010/sync_depth_00101.png 518.8579 -/playroom_0006/rgb_00112.jpg /playroom_0006/sync_depth_00112.png 518.8579 -/living_room_0062/rgb_00139.jpg /living_room_0062/sync_depth_00139.png 518.8579 -/cafe_0001c/rgb_00046.jpg /cafe_0001c/sync_depth_00046.png 518.8579 -/bedroom_0067b/rgb_00012.jpg /bedroom_0067b/sync_depth_00012.png 518.8579 -/office_0006/rgb_00118.jpg /office_0006/sync_depth_00118.png 518.8579 -/office_0019/rgb_00009.jpg /office_0019/sync_depth_00009.png 518.8579 -/kitchen_0006/rgb_00064.jpg /kitchen_0006/sync_depth_00064.png 518.8579 -/bedroom_0035/rgb_00032.jpg /bedroom_0035/sync_depth_00032.png 518.8579 -/furniture_store_0001b/rgb_00067.jpg /furniture_store_0001b/sync_depth_00067.png 518.8579 -/furniture_store_0001f/rgb_00008.jpg /furniture_store_0001f/sync_depth_00008.png 518.8579 -/basement_0001a/rgb_00174.jpg /basement_0001a/sync_depth_00174.png 518.8579 -/reception_room_0001b/rgb_00106.jpg /reception_room_0001b/sync_depth_00106.png 518.8579 -/printer_room_0001/rgb_00063.jpg /printer_room_0001/sync_depth_00063.png 518.8579 -/bookstore_0001j/rgb_00087.jpg /bookstore_0001j/sync_depth_00087.png 518.8579 -/bathroom_0028/rgb_00044.jpg /bathroom_0028/sync_depth_00044.png 518.8579 -/kitchen_0051/rgb_00033.jpg /kitchen_0051/sync_depth_00033.png 518.8579 -/dining_room_0031/rgb_00385.jpg /dining_room_0031/sync_depth_00385.png 518.8579 -/dining_room_0037/rgb_00013.jpg /dining_room_0037/sync_depth_00013.png 518.8579 -/bedroom_0025/rgb_00139.jpg /bedroom_0025/sync_depth_00139.png 518.8579 -/bookstore_0001h/rgb_00073.jpg /bookstore_0001h/sync_depth_00073.png 518.8579 -/furniture_store_0002a/rgb_00392.jpg /furniture_store_0002a/sync_depth_00392.png 518.8579 -/dining_room_0037/rgb_00154.jpg /dining_room_0037/sync_depth_00154.png 518.8579 -/kitchen_0049/rgb_00031.jpg /kitchen_0049/sync_depth_00031.png 518.8579 -/bedroom_0016/rgb_00174.jpg /bedroom_0016/sync_depth_00174.png 518.8579 -/kitchen_0006/rgb_00045.jpg /kitchen_0006/sync_depth_00045.png 518.8579 -/dining_room_0013/rgb_00038.jpg /dining_room_0013/sync_depth_00038.png 518.8579 -/study_0004/rgb_00029.jpg /study_0004/sync_depth_00029.png 518.8579 -/living_room_0022/rgb_00081.jpg /living_room_0022/sync_depth_00081.png 518.8579 -/kitchen_0037/rgb_00115.jpg /kitchen_0037/sync_depth_00115.png 518.8579 -/dining_room_0013/rgb_00043.jpg /dining_room_0013/sync_depth_00043.png 518.8579 -/bedroom_0078/rgb_00107.jpg /bedroom_0078/sync_depth_00107.png 518.8579 -/living_room_0063/rgb_00020.jpg /living_room_0063/sync_depth_00020.png 518.8579 -/bookstore_0001e/rgb_00031.jpg /bookstore_0001e/sync_depth_00031.png 518.8579 -/bathroom_0039/rgb_00055.jpg /bathroom_0039/sync_depth_00055.png 518.8579 -/home_office_0006/rgb_00000.jpg /home_office_0006/sync_depth_00000.png 518.8579 -/bedroom_0113/rgb_00077.jpg /bedroom_0113/sync_depth_00077.png 518.8579 -/home_storage_0001/rgb_00047.jpg /home_storage_0001/sync_depth_00047.png 518.8579 -/kitchen_0016/rgb_00065.jpg /kitchen_0016/sync_depth_00065.png 518.8579 -/kitchen_0037/rgb_00098.jpg /kitchen_0037/sync_depth_00098.png 518.8579 -/dining_room_0008/rgb_00175.jpg /dining_room_0008/sync_depth_00175.png 518.8579 -/kitchen_0035b/rgb_00251.jpg /kitchen_0035b/sync_depth_00251.png 518.8579 -/bedroom_0082/rgb_00005.jpg /bedroom_0082/sync_depth_00005.png 518.8579 -/excercise_room_0001/rgb_00028.jpg /excercise_room_0001/sync_depth_00028.png 518.8579 -/living_room_0010/rgb_00096.jpg /living_room_0010/sync_depth_00096.png 518.8579 -/bookstore_0001f/rgb_00129.jpg /bookstore_0001f/sync_depth_00129.png 518.8579 -/dining_room_0016/rgb_00115.jpg /dining_room_0016/sync_depth_00115.png 518.8579 -/bookstore_0001g/rgb_00022.jpg /bookstore_0001g/sync_depth_00022.png 518.8579 -/reception_room_0002/rgb_00018.jpg /reception_room_0002/sync_depth_00018.png 518.8579 -/bathroom_0057/rgb_00017.jpg /bathroom_0057/sync_depth_00017.png 518.8579 -/living_room_0011/rgb_00005.jpg /living_room_0011/sync_depth_00005.png 518.8579 -/bedroom_0078/rgb_00101.jpg /bedroom_0078/sync_depth_00101.png 518.8579 -/kitchen_0043/rgb_00258.jpg /kitchen_0043/sync_depth_00258.png 518.8579 -/bookstore_0001f/rgb_00355.jpg /bookstore_0001f/sync_depth_00355.png 518.8579 -/dining_room_0001b/rgb_00193.jpg /dining_room_0001b/sync_depth_00193.png 518.8579 -/bathroom_0011/rgb_00013.jpg /bathroom_0011/sync_depth_00013.png 518.8579 -/dining_room_0033/rgb_00138.jpg /dining_room_0033/sync_depth_00138.png 518.8579 -/furniture_store_0002a/rgb_00054.jpg /furniture_store_0002a/sync_depth_00054.png 518.8579 -/living_room_0038/rgb_00115.jpg /living_room_0038/sync_depth_00115.png 518.8579 -/living_room_0047a/rgb_00026.jpg /living_room_0047a/sync_depth_00026.png 518.8579 -/kitchen_0060/rgb_00046.jpg /kitchen_0060/sync_depth_00046.png 518.8579 -/dining_room_0037/rgb_00046.jpg /dining_room_0037/sync_depth_00046.png 518.8579 -/living_room_0029/rgb_00011.jpg /living_room_0029/sync_depth_00011.png 518.8579 -/study_0003/rgb_00026.jpg /study_0003/sync_depth_00026.png 518.8579 -/bedroom_0071/rgb_00002.jpg /bedroom_0071/sync_depth_00002.png 518.8579 -/playroom_0002/rgb_00088.jpg /playroom_0002/sync_depth_00088.png 518.8579 -/study_0004/rgb_00004.jpg /study_0004/sync_depth_00004.png 518.8579 -/bedroom_0026/rgb_00133.jpg /bedroom_0026/sync_depth_00133.png 518.8579 -/classroom_0018/rgb_00031.jpg /classroom_0018/sync_depth_00031.png 518.8579 -/bathroom_0050/rgb_00009.jpg /bathroom_0050/sync_depth_00009.png 518.8579 -/bedroom_0057/rgb_00037.jpg /bedroom_0057/sync_depth_00037.png 518.8579 -/kitchen_0011a/rgb_00084.jpg /kitchen_0011a/sync_depth_00084.png 518.8579 -/office_0011/rgb_00021.jpg /office_0011/sync_depth_00021.png 518.8579 -/bedroom_0106/rgb_00019.jpg /bedroom_0106/sync_depth_00019.png 518.8579 -/kitchen_0028a/rgb_00158.jpg /kitchen_0028a/sync_depth_00158.png 518.8579 -/conference_room_0001/rgb_00130.jpg /conference_room_0001/sync_depth_00130.png 518.8579 -/dining_room_0010/rgb_00021.jpg /dining_room_0010/sync_depth_00021.png 518.8579 -/bedroom_0072/rgb_00102.jpg /bedroom_0072/sync_depth_00102.png 518.8579 -/dining_room_0001b/rgb_00091.jpg /dining_room_0001b/sync_depth_00091.png 518.8579 -/kitchen_0049/rgb_00234.jpg /kitchen_0049/sync_depth_00234.png 518.8579 -/bedroom_0076a/rgb_00111.jpg /bedroom_0076a/sync_depth_00111.png 518.8579 -/bedroom_0034/rgb_00060.jpg /bedroom_0034/sync_depth_00060.png 518.8579 -/office_0006/rgb_00103.jpg /office_0006/sync_depth_00103.png 518.8579 -/kitchen_0019a/rgb_00223.jpg /kitchen_0019a/sync_depth_00223.png 518.8579 -/bedroom_0086/rgb_00021.jpg /bedroom_0086/sync_depth_00021.png 518.8579 -/bookstore_0001d/rgb_00214.jpg /bookstore_0001d/sync_depth_00214.png 518.8579 -/bathroom_0024/rgb_00007.jpg /bathroom_0024/sync_depth_00007.png 518.8579 -/living_room_0050/rgb_00216.jpg /living_room_0050/sync_depth_00216.png 518.8579 -/office_0026/rgb_00188.jpg /office_0026/sync_depth_00188.png 518.8579 -/home_office_0008/rgb_00020.jpg /home_office_0008/sync_depth_00020.png 518.8579 -/dinette_0001/rgb_00037.jpg /dinette_0001/sync_depth_00037.png 518.8579 -/living_room_0047b/rgb_00202.jpg /living_room_0047b/sync_depth_00202.png 518.8579 -/kitchen_0051/rgb_00103.jpg /kitchen_0051/sync_depth_00103.png 518.8579 -/kitchen_0048/rgb_00224.jpg /kitchen_0048/sync_depth_00224.png 518.8579 -/conference_room_0001/rgb_00108.jpg /conference_room_0001/sync_depth_00108.png 518.8579 -/living_room_0020/rgb_00074.jpg /living_room_0020/sync_depth_00074.png 518.8579 -/office_kitchen_0003/rgb_00102.jpg /office_kitchen_0003/sync_depth_00102.png 518.8579 -/bedroom_0140/rgb_00141.jpg /bedroom_0140/sync_depth_00141.png 518.8579 -/living_room_0047b/rgb_00094.jpg /living_room_0047b/sync_depth_00094.png 518.8579 -/living_room_0018/rgb_00088.jpg /living_room_0018/sync_depth_00088.png 518.8579 -/living_room_0019/rgb_00024.jpg /living_room_0019/sync_depth_00024.png 518.8579 -/bathroom_0055/rgb_00060.jpg /bathroom_0055/sync_depth_00060.png 518.8579 -/kitchen_0019a/rgb_00055.jpg /kitchen_0019a/sync_depth_00055.png 518.8579 -/living_room_0012/rgb_00142.jpg /living_room_0012/sync_depth_00142.png 518.8579 -/living_room_0058/rgb_00278.jpg /living_room_0058/sync_depth_00278.png 518.8579 -/dining_room_0024/rgb_00027.jpg /dining_room_0024/sync_depth_00027.png 518.8579 -/bedroom_0066/rgb_00032.jpg /bedroom_0066/sync_depth_00032.png 518.8579 -/bathroom_0028/rgb_00092.jpg /bathroom_0028/sync_depth_00092.png 518.8579 -/dining_room_0031/rgb_00121.jpg /dining_room_0031/sync_depth_00121.png 518.8579 -/bedroom_0016/rgb_00013.jpg /bedroom_0016/sync_depth_00013.png 518.8579 -/home_office_0005/rgb_00129.jpg /home_office_0005/sync_depth_00129.png 518.8579 -/furniture_store_0001b/rgb_00083.jpg /furniture_store_0001b/sync_depth_00083.png 518.8579 -/bedroom_0052/rgb_00083.jpg /bedroom_0052/sync_depth_00083.png 518.8579 -/study_0003/rgb_00051.jpg /study_0003/sync_depth_00051.png 518.8579 -/kitchen_0043/rgb_00144.jpg /kitchen_0043/sync_depth_00144.png 518.8579 -/kitchen_0031/rgb_00175.jpg /kitchen_0031/sync_depth_00175.png 518.8579 -/furniture_store_0001b/rgb_00027.jpg /furniture_store_0001b/sync_depth_00027.png 518.8579 -/bookstore_0001e/rgb_00091.jpg /bookstore_0001e/sync_depth_00091.png 518.8579 -/kitchen_0049/rgb_00042.jpg /kitchen_0049/sync_depth_00042.png 518.8579 -/classroom_0003/rgb_00057.jpg /classroom_0003/sync_depth_00057.png 518.8579 -/home_office_0006/rgb_00077.jpg /home_office_0006/sync_depth_00077.png 518.8579 -/excercise_room_0001/rgb_00108.jpg /excercise_room_0001/sync_depth_00108.png 518.8579 -/living_room_0058/rgb_00072.jpg /living_room_0058/sync_depth_00072.png 518.8579 -/kitchen_0045a/rgb_00051.jpg /kitchen_0045a/sync_depth_00051.png 518.8579 -/basement_0001a/rgb_00015.jpg /basement_0001a/sync_depth_00015.png 518.8579 -/home_office_0013/rgb_00058.jpg /home_office_0013/sync_depth_00058.png 518.8579 -/living_room_0022/rgb_00342.jpg /living_room_0022/sync_depth_00342.png 518.8579 -/kitchen_0035a/rgb_00043.jpg /kitchen_0035a/sync_depth_00043.png 518.8579 -/conference_room_0001/rgb_00145.jpg /conference_room_0001/sync_depth_00145.png 518.8579 -/bedroom_0104/rgb_00087.jpg /bedroom_0104/sync_depth_00087.png 518.8579 -/bedroom_0041/rgb_00022.jpg /bedroom_0041/sync_depth_00022.png 518.8579 -/kitchen_0019b/rgb_00007.jpg /kitchen_0019b/sync_depth_00007.png 518.8579 -/student_lounge_0001/rgb_00032.jpg /student_lounge_0001/sync_depth_00032.png 518.8579 -/kitchen_0045a/rgb_00171.jpg /kitchen_0045a/sync_depth_00171.png 518.8579 -/kitchen_0053/rgb_00128.jpg /kitchen_0053/sync_depth_00128.png 518.8579 -/dining_room_0033/rgb_00074.jpg /dining_room_0033/sync_depth_00074.png 518.8579 -/living_room_0050/rgb_00107.jpg /living_room_0050/sync_depth_00107.png 518.8579 -/bathroom_0007/rgb_00098.jpg /bathroom_0007/sync_depth_00098.png 518.8579 -/bedroom_0086/rgb_00101.jpg /bedroom_0086/sync_depth_00101.png 518.8579 -/kitchen_0035b/rgb_00065.jpg /kitchen_0035b/sync_depth_00065.png 518.8579 -/classroom_0006/rgb_00138.jpg /classroom_0006/sync_depth_00138.png 518.8579 -/living_room_0055/rgb_00053.jpg /living_room_0055/sync_depth_00053.png 518.8579 -/dining_room_0031/rgb_00034.jpg /dining_room_0031/sync_depth_00034.png 518.8579 -/bookstore_0001d/rgb_00326.jpg /bookstore_0001d/sync_depth_00326.png 518.8579 -/living_room_0022/rgb_00214.jpg /living_room_0022/sync_depth_00214.png 518.8579 -/office_0026/rgb_00035.jpg /office_0026/sync_depth_00035.png 518.8579 -/bedroom_0021/rgb_00019.jpg /bedroom_0021/sync_depth_00019.png 518.8579 -/dining_room_0034/rgb_00161.jpg /dining_room_0034/sync_depth_00161.png 518.8579 -/bedroom_0015/rgb_00078.jpg /bedroom_0015/sync_depth_00078.png 518.8579 -/furniture_store_0001f/rgb_00018.jpg /furniture_store_0001f/sync_depth_00018.png 518.8579 -/living_room_0069b/rgb_00018.jpg /living_room_0069b/sync_depth_00018.png 518.8579 -/living_room_0012/rgb_00205.jpg /living_room_0012/sync_depth_00205.png 518.8579 -/bedroom_0140/rgb_00023.jpg /bedroom_0140/sync_depth_00023.png 518.8579 -/dining_room_0024/rgb_00035.jpg /dining_room_0024/sync_depth_00035.png 518.8579 -/living_room_0068/rgb_00008.jpg /living_room_0068/sync_depth_00008.png 518.8579 -/bathroom_0005/rgb_00052.jpg /bathroom_0005/sync_depth_00052.png 518.8579 -/bedroom_0016/rgb_00010.jpg /bedroom_0016/sync_depth_00010.png 518.8579 -/conference_room_0001/rgb_00051.jpg /conference_room_0001/sync_depth_00051.png 518.8579 -/nyu_office_0/rgb_00040.jpg /nyu_office_0/sync_depth_00040.png 518.8579 -/dining_room_0007/rgb_00186.jpg /dining_room_0007/sync_depth_00186.png 518.8579 -/furniture_store_0001a/rgb_00054.jpg /furniture_store_0001a/sync_depth_00054.png 518.8579 -/kitchen_0019a/rgb_00014.jpg /kitchen_0019a/sync_depth_00014.png 518.8579 -/bedroom_0042/rgb_00018.jpg /bedroom_0042/sync_depth_00018.png 518.8579 -/bedroom_0057/rgb_00005.jpg /bedroom_0057/sync_depth_00005.png 518.8579 -/study_0003/rgb_00068.jpg /study_0003/sync_depth_00068.png 518.8579 -/kitchen_0047/rgb_00116.jpg /kitchen_0047/sync_depth_00116.png 518.8579 -/dining_room_0001b/rgb_00009.jpg /dining_room_0001b/sync_depth_00009.png 518.8579 -/bedroom_0078/rgb_00124.jpg /bedroom_0078/sync_depth_00124.png 518.8579 -/kitchen_0028b/rgb_00057.jpg /kitchen_0028b/sync_depth_00057.png 518.8579 -/bookstore_0001f/rgb_00358.jpg /bookstore_0001f/sync_depth_00358.png 518.8579 -/classroom_0003/rgb_00033.jpg /classroom_0003/sync_depth_00033.png 518.8579 -/bedroom_0004/rgb_00053.jpg /bedroom_0004/sync_depth_00053.png 518.8579 -/basement_0001a/rgb_00144.jpg /basement_0001a/sync_depth_00144.png 518.8579 -/living_room_0005/rgb_00089.jpg /living_room_0005/sync_depth_00089.png 518.8579 -/indoor_balcony_0001/rgb_00026.jpg /indoor_balcony_0001/sync_depth_00026.png 518.8579 -/dining_room_0012/rgb_00074.jpg /dining_room_0012/sync_depth_00074.png 518.8579 -/playroom_0003/rgb_00112.jpg /playroom_0003/sync_depth_00112.png 518.8579 -/nyu_office_1/rgb_00024.jpg /nyu_office_1/sync_depth_00024.png 518.8579 -/bookstore_0001g/rgb_00279.jpg /bookstore_0001g/sync_depth_00279.png 518.8579 -/bedroom_0078/rgb_00024.jpg /bedroom_0078/sync_depth_00024.png 518.8579 -/bedroom_0016/rgb_00002.jpg /bedroom_0016/sync_depth_00002.png 518.8579 -/dining_room_0010/rgb_00041.jpg /dining_room_0010/sync_depth_00041.png 518.8579 -/living_room_0069a/rgb_00102.jpg /living_room_0069a/sync_depth_00102.png 518.8579 -/cafe_0001a/rgb_00061.jpg /cafe_0001a/sync_depth_00061.png 518.8579 -/bookstore_0001f/rgb_00404.jpg /bookstore_0001f/sync_depth_00404.png 518.8579 -/student_lounge_0001/rgb_00137.jpg /student_lounge_0001/sync_depth_00137.png 518.8579 -/bathroom_0014a/rgb_00024.jpg /bathroom_0014a/sync_depth_00024.png 518.8579 -/kitchen_0048/rgb_00097.jpg /kitchen_0048/sync_depth_00097.png 518.8579 -/kitchen_0035b/rgb_00139.jpg /kitchen_0035b/sync_depth_00139.png 518.8579 -/kitchen_0048/rgb_00115.jpg /kitchen_0048/sync_depth_00115.png 518.8579 -/home_office_0006/rgb_00125.jpg /home_office_0006/sync_depth_00125.png 518.8579 -/bookstore_0001e/rgb_00146.jpg /bookstore_0001e/sync_depth_00146.png 518.8579 -/kitchen_0019a/rgb_00079.jpg /kitchen_0019a/sync_depth_00079.png 518.8579 -/dining_room_0024/rgb_00002.jpg /dining_room_0024/sync_depth_00002.png 518.8579 -/bookstore_0001f/rgb_00399.jpg /bookstore_0001f/sync_depth_00399.png 518.8579 -/bedroom_0076a/rgb_00037.jpg /bedroom_0076a/sync_depth_00037.png 518.8579 -/cafe_0001c/rgb_00010.jpg /cafe_0001c/sync_depth_00010.png 518.8579 -/bathroom_0033/rgb_00043.jpg /bathroom_0033/sync_depth_00043.png 518.8579 -/bookstore_0001f/rgb_00116.jpg /bookstore_0001f/sync_depth_00116.png 518.8579 -/bathroom_0014a/rgb_00003.jpg /bathroom_0014a/sync_depth_00003.png 518.8579 -/bedroom_0017/rgb_00078.jpg /bedroom_0017/sync_depth_00078.png 518.8579 -/kitchen_0003/rgb_00055.jpg /kitchen_0003/sync_depth_00055.png 518.8579 -/living_room_0012/rgb_00046.jpg /living_room_0012/sync_depth_00046.png 518.8579 -/living_room_0046a/rgb_00071.jpg /living_room_0046a/sync_depth_00071.png 518.8579 -/dining_room_0034/rgb_00102.jpg /dining_room_0034/sync_depth_00102.png 518.8579 -/living_room_0022/rgb_00242.jpg /living_room_0022/sync_depth_00242.png 518.8579 -/nyu_office_1/rgb_00104.jpg /nyu_office_1/sync_depth_00104.png 518.8579 -/living_room_0010/rgb_00074.jpg /living_room_0010/sync_depth_00074.png 518.8579 -/bedroom_0100/rgb_00033.jpg /bedroom_0100/sync_depth_00033.png 518.8579 -/bedroom_0140/rgb_00028.jpg /bedroom_0140/sync_depth_00028.png 518.8579 -/furniture_store_0002a/rgb_00165.jpg /furniture_store_0002a/sync_depth_00165.png 518.8579 -/dining_room_0016/rgb_00142.jpg /dining_room_0016/sync_depth_00142.png 518.8579 -/living_room_0040/rgb_00261.jpg /living_room_0040/sync_depth_00261.png 518.8579 -/kitchen_0045a/rgb_00167.jpg /kitchen_0045a/sync_depth_00167.png 518.8579 -/living_room_0018/rgb_00178.jpg /living_room_0018/sync_depth_00178.png 518.8579 -/office_0011/rgb_00092.jpg /office_0011/sync_depth_00092.png 518.8579 -/office_0011/rgb_00164.jpg /office_0011/sync_depth_00164.png 518.8579 -/bookstore_0001f/rgb_00386.jpg /bookstore_0001f/sync_depth_00386.png 518.8579 -/living_room_0055/rgb_00113.jpg /living_room_0055/sync_depth_00113.png 518.8579 -/kitchen_0016/rgb_00115.jpg /kitchen_0016/sync_depth_00115.png 518.8579 -/living_room_0022/rgb_00040.jpg /living_room_0022/sync_depth_00040.png 518.8579 -/office_0024/rgb_00018.jpg /office_0024/sync_depth_00018.png 518.8579 -/playroom_0006/rgb_00111.jpg /playroom_0006/sync_depth_00111.png 518.8579 -/office_kitchen_0001a/rgb_00044.jpg /office_kitchen_0001a/sync_depth_00044.png 518.8579 -/furniture_store_0002b/rgb_00018.jpg /furniture_store_0002b/sync_depth_00018.png 518.8579 -/bookstore_0001j/rgb_00271.jpg /bookstore_0001j/sync_depth_00271.png 518.8579 -/bedroom_0019/rgb_00056.jpg /bedroom_0019/sync_depth_00056.png 518.8579 -/kitchen_0028a/rgb_00067.jpg /kitchen_0028a/sync_depth_00067.png 518.8579 -/bedroom_0076a/rgb_00145.jpg /bedroom_0076a/sync_depth_00145.png 518.8579 -/living_room_0019/rgb_00174.jpg /living_room_0019/sync_depth_00174.png 518.8579 -/dining_room_0024/rgb_00173.jpg /dining_room_0024/sync_depth_00173.png 518.8579 -/furniture_store_0001b/rgb_00029.jpg /furniture_store_0001b/sync_depth_00029.png 518.8579 -/bedroom_0080/rgb_00000.jpg /bedroom_0080/sync_depth_00000.png 518.8579 -/kitchen_0008/rgb_00037.jpg /kitchen_0008/sync_depth_00037.png 518.8579 -/furniture_store_0001b/rgb_00032.jpg /furniture_store_0001b/sync_depth_00032.png 518.8579 -/home_office_0008/rgb_00080.jpg /home_office_0008/sync_depth_00080.png 518.8579 -/bedroom_0140/rgb_00092.jpg /bedroom_0140/sync_depth_00092.png 518.8579 -/living_room_0029/rgb_00023.jpg /living_room_0029/sync_depth_00023.png 518.8579 -/bedroom_0067b/rgb_00034.jpg /bedroom_0067b/sync_depth_00034.png 518.8579 -/furniture_store_0002a/rgb_00276.jpg /furniture_store_0002a/sync_depth_00276.png 518.8579 -/dining_room_0024/rgb_00038.jpg /dining_room_0024/sync_depth_00038.png 518.8579 -/dining_room_0016/rgb_00017.jpg /dining_room_0016/sync_depth_00017.png 518.8579 -/bookstore_0001e/rgb_00130.jpg /bookstore_0001e/sync_depth_00130.png 518.8579 -/bookstore_0001h/rgb_00166.jpg /bookstore_0001h/sync_depth_00166.png 518.8579 -/bedroom_0140/rgb_00026.jpg /bedroom_0140/sync_depth_00026.png 518.8579 -/bedroom_0015/rgb_00045.jpg /bedroom_0015/sync_depth_00045.png 518.8579 -/bedroom_0051/rgb_00081.jpg /bedroom_0051/sync_depth_00081.png 518.8579 -/dining_room_0031/rgb_00329.jpg /dining_room_0031/sync_depth_00329.png 518.8579 -/dining_room_0019/rgb_00030.jpg /dining_room_0019/sync_depth_00030.png 518.8579 -/bedroom_0036/rgb_00001.jpg /bedroom_0036/sync_depth_00001.png 518.8579 -/conference_room_0001/rgb_00038.jpg /conference_room_0001/sync_depth_00038.png 518.8579 -/kitchen_0029c/rgb_00028.jpg /kitchen_0029c/sync_depth_00028.png 518.8579 -/printer_room_0001/rgb_00069.jpg /printer_room_0001/sync_depth_00069.png 518.8579 -/kitchen_0033/rgb_00017.jpg /kitchen_0033/sync_depth_00017.png 518.8579 -/bedroom_0098/rgb_00009.jpg /bedroom_0098/sync_depth_00009.png 518.8579 -/bathroom_0006/rgb_00050.jpg /bathroom_0006/sync_depth_00050.png 518.8579 -/living_room_0004/rgb_00063.jpg /living_room_0004/sync_depth_00063.png 518.8579 -/office_kitchen_0001b/rgb_00040.jpg /office_kitchen_0001b/sync_depth_00040.png 518.8579 -/living_room_0018/rgb_00205.jpg /living_room_0018/sync_depth_00205.png 518.8579 -/dining_room_0033/rgb_00197.jpg /dining_room_0033/sync_depth_00197.png 518.8579 -/study_0004/rgb_00027.jpg /study_0004/sync_depth_00027.png 518.8579 -/classroom_0003/rgb_00078.jpg /classroom_0003/sync_depth_00078.png 518.8579 -/bedroom_0052/rgb_00002.jpg /bedroom_0052/sync_depth_00002.png 518.8579 -/living_room_0018/rgb_00014.jpg /living_room_0018/sync_depth_00014.png 518.8579 -/home_office_0008/rgb_00058.jpg /home_office_0008/sync_depth_00058.png 518.8579 -/living_room_0062/rgb_00019.jpg /living_room_0062/sync_depth_00019.png 518.8579 -/office_0025/rgb_00034.jpg /office_0025/sync_depth_00034.png 518.8579 -/bathroom_0024/rgb_00041.jpg /bathroom_0024/sync_depth_00041.png 518.8579 -/bathroom_0014a/rgb_00070.jpg /bathroom_0014a/sync_depth_00070.png 518.8579 -/bookstore_0001f/rgb_00461.jpg /bookstore_0001f/sync_depth_00461.png 518.8579 -/dining_room_0034/rgb_00121.jpg /dining_room_0034/sync_depth_00121.png 518.8579 -/dining_room_0031/rgb_00317.jpg /dining_room_0031/sync_depth_00317.png 518.8579 -/bedroom_0062/rgb_00085.jpg /bedroom_0062/sync_depth_00085.png 518.8579 -/furniture_store_0002a/rgb_00317.jpg /furniture_store_0002a/sync_depth_00317.png 518.8579 -/office_0026/rgb_00036.jpg /office_0026/sync_depth_00036.png 518.8579 -/kitchen_0035b/rgb_00062.jpg /kitchen_0035b/sync_depth_00062.png 518.8579 -/bedroom_0053/rgb_00107.jpg /bedroom_0053/sync_depth_00107.png 518.8579 -/kitchen_0060/rgb_00081.jpg /kitchen_0060/sync_depth_00081.png 518.8579 -/bedroom_0063/rgb_00080.jpg /bedroom_0063/sync_depth_00080.png 518.8579 -/kitchen_0033/rgb_00156.jpg /kitchen_0033/sync_depth_00156.png 518.8579 -/bathroom_0028/rgb_00146.jpg /bathroom_0028/sync_depth_00146.png 518.8579 -/living_room_0067/rgb_00095.jpg /living_room_0067/sync_depth_00095.png 518.8579 -/printer_room_0001/rgb_00030.jpg /printer_room_0001/sync_depth_00030.png 518.8579 -/kitchen_0029c/rgb_00133.jpg /kitchen_0029c/sync_depth_00133.png 518.8579 -/dining_room_0015/rgb_00249.jpg /dining_room_0015/sync_depth_00249.png 518.8579 -/living_room_0067/rgb_00067.jpg /living_room_0067/sync_depth_00067.png 518.8579 -/cafe_0001a/rgb_00038.jpg /cafe_0001a/sync_depth_00038.png 518.8579 -/basement_0001a/rgb_00054.jpg /basement_0001a/sync_depth_00054.png 518.8579 -/bedroom_0096/rgb_00044.jpg /bedroom_0096/sync_depth_00044.png 518.8579 -/bedroom_0035/rgb_00000.jpg /bedroom_0035/sync_depth_00000.png 518.8579 -/dining_room_0028/rgb_00103.jpg /dining_room_0028/sync_depth_00103.png 518.8579 -/kitchen_0053/rgb_00207.jpg /kitchen_0053/sync_depth_00207.png 518.8579 -/home_office_0005/rgb_00100.jpg /home_office_0005/sync_depth_00100.png 518.8579 -/living_room_0083/rgb_00065.jpg /living_room_0083/sync_depth_00065.png 518.8579 -/classroom_0018/rgb_00037.jpg /classroom_0018/sync_depth_00037.png 518.8579 -/kitchen_0017/rgb_00036.jpg /kitchen_0017/sync_depth_00036.png 518.8579 -/bathroom_0007/rgb_00026.jpg /bathroom_0007/sync_depth_00026.png 518.8579 -/bedroom_0078/rgb_00023.jpg /bedroom_0078/sync_depth_00023.png 518.8579 -/furniture_store_0002a/rgb_00041.jpg /furniture_store_0002a/sync_depth_00041.png 518.8579 -/living_room_0037/rgb_00058.jpg /living_room_0037/sync_depth_00058.png 518.8579 -/kitchen_0049/rgb_00133.jpg /kitchen_0049/sync_depth_00133.png 518.8579 -/kitchen_0035b/rgb_00041.jpg /kitchen_0035b/sync_depth_00041.png 518.8579 -/playroom_0003/rgb_00053.jpg /playroom_0003/sync_depth_00053.png 518.8579 -/kitchen_0051/rgb_00258.jpg /kitchen_0051/sync_depth_00258.png 518.8579 -/living_room_0019/rgb_00136.jpg /living_room_0019/sync_depth_00136.png 518.8579 -/kitchen_0033/rgb_00074.jpg /kitchen_0033/sync_depth_00074.png 518.8579 -/office_0024/rgb_00023.jpg /office_0024/sync_depth_00023.png 518.8579 -/office_0011/rgb_00077.jpg /office_0011/sync_depth_00077.png 518.8579 -/bedroom_0078/rgb_00030.jpg /bedroom_0078/sync_depth_00030.png 518.8579 -/furniture_store_0002a/rgb_00136.jpg /furniture_store_0002a/sync_depth_00136.png 518.8579 -/office_0006/rgb_00090.jpg /office_0006/sync_depth_00090.png 518.8579 -/kitchen_0049/rgb_00023.jpg /kitchen_0049/sync_depth_00023.png 518.8579 -/dining_room_0023/rgb_00134.jpg /dining_room_0023/sync_depth_00134.png 518.8579 -/bathroom_0007/rgb_00023.jpg /bathroom_0007/sync_depth_00023.png 518.8579 -/living_room_0019/rgb_00142.jpg /living_room_0019/sync_depth_00142.png 518.8579 -/bedroom_0079/rgb_00013.jpg /bedroom_0079/sync_depth_00013.png 518.8579 -/bedroom_0072/rgb_00076.jpg /bedroom_0072/sync_depth_00076.png 518.8579 -/office_0024/rgb_00105.jpg /office_0024/sync_depth_00105.png 518.8579 -/kitchen_0035b/rgb_00017.jpg /kitchen_0035b/sync_depth_00017.png 518.8579 -/bathroom_0033/rgb_00011.jpg /bathroom_0033/sync_depth_00011.png 518.8579 -/bookstore_0001j/rgb_00278.jpg /bookstore_0001j/sync_depth_00278.png 518.8579 -/bookstore_0001i/rgb_00083.jpg /bookstore_0001i/sync_depth_00083.png 518.8579 -/living_room_0019/rgb_00193.jpg /living_room_0019/sync_depth_00193.png 518.8579 -/kitchen_0043/rgb_00205.jpg /kitchen_0043/sync_depth_00205.png 518.8579 -/home_office_0004/rgb_00147.jpg /home_office_0004/sync_depth_00147.png 518.8579 -/student_lounge_0001/rgb_00189.jpg /student_lounge_0001/sync_depth_00189.png 518.8579 -/kitchen_0052/rgb_00147.jpg /kitchen_0052/sync_depth_00147.png 518.8579 -/bedroom_0004/rgb_00088.jpg /bedroom_0004/sync_depth_00088.png 518.8579 -/living_room_0083/rgb_00098.jpg /living_room_0083/sync_depth_00098.png 518.8579 -/dining_room_0033/rgb_00087.jpg /dining_room_0033/sync_depth_00087.png 518.8579 -/living_room_0068/rgb_00081.jpg /living_room_0068/sync_depth_00081.png 518.8579 -/bedroom_0033/rgb_00070.jpg /bedroom_0033/sync_depth_00070.png 518.8579 -/bathroom_0055/rgb_00053.jpg /bathroom_0055/sync_depth_00053.png 518.8579 -/playroom_0004/rgb_00007.jpg /playroom_0004/sync_depth_00007.png 518.8579 -/bedroom_0038/rgb_00014.jpg /bedroom_0038/sync_depth_00014.png 518.8579 -/living_room_0004/rgb_00000.jpg /living_room_0004/sync_depth_00000.png 518.8579 -/kitchen_0045b/rgb_00061.jpg /kitchen_0045b/sync_depth_00061.png 518.8579 -/dining_room_0031/rgb_00018.jpg /dining_room_0031/sync_depth_00018.png 518.8579 -/kitchen_0028a/rgb_00125.jpg /kitchen_0028a/sync_depth_00125.png 518.8579 -/bedroom_0071/rgb_00042.jpg /bedroom_0071/sync_depth_00042.png 518.8579 -/basement_0001b/rgb_00032.jpg /basement_0001b/sync_depth_00032.png 518.8579 -/reception_room_0001b/rgb_00062.jpg /reception_room_0001b/sync_depth_00062.png 518.8579 -/study_room_0004/rgb_00033.jpg /study_room_0004/sync_depth_00033.png 518.8579 -/living_room_0022/rgb_00201.jpg /living_room_0022/sync_depth_00201.png 518.8579 -/bedroom_0028/rgb_00029.jpg /bedroom_0028/sync_depth_00029.png 518.8579 -/bedroom_0026/rgb_00015.jpg /bedroom_0026/sync_depth_00015.png 518.8579 -/study_room_0004/rgb_00076.jpg /study_room_0004/sync_depth_00076.png 518.8579 -/kitchen_0043/rgb_00129.jpg /kitchen_0043/sync_depth_00129.png 518.8579 -/bathroom_0048/rgb_00084.jpg /bathroom_0048/sync_depth_00084.png 518.8579 -/nyu_office_1/rgb_00068.jpg /nyu_office_1/sync_depth_00068.png 518.8579 -/bathroom_0041/rgb_00005.jpg /bathroom_0041/sync_depth_00005.png 518.8579 -/dining_room_0013/rgb_00165.jpg /dining_room_0013/sync_depth_00165.png 518.8579 -/bedroom_0014/rgb_00040.jpg /bedroom_0014/sync_depth_00040.png 518.8579 -/bedroom_0107/rgb_00007.jpg /bedroom_0107/sync_depth_00007.png 518.8579 -/kitchen_0051/rgb_00030.jpg /kitchen_0051/sync_depth_00030.png 518.8579 -/living_room_0062/rgb_00128.jpg /living_room_0062/sync_depth_00128.png 518.8579 -/office_0011/rgb_00054.jpg /office_0011/sync_depth_00054.png 518.8579 -/classroom_0004/rgb_00041.jpg /classroom_0004/sync_depth_00041.png 518.8579 -/bookstore_0001g/rgb_00152.jpg /bookstore_0001g/sync_depth_00152.png 518.8579 -/living_room_0067/rgb_00041.jpg /living_room_0067/sync_depth_00041.png 518.8579 -/bedroom_0004/rgb_00118.jpg /bedroom_0004/sync_depth_00118.png 518.8579 -/furniture_store_0002b/rgb_00203.jpg /furniture_store_0002b/sync_depth_00203.png 518.8579 -/kitchen_0051/rgb_00184.jpg /kitchen_0051/sync_depth_00184.png 518.8579 -/living_room_0022/rgb_00306.jpg /living_room_0022/sync_depth_00306.png 518.8579 -/bookstore_0001f/rgb_00113.jpg /bookstore_0001f/sync_depth_00113.png 518.8579 -/student_lounge_0001/rgb_00237.jpg /student_lounge_0001/sync_depth_00237.png 518.8579 -/bedroom_0051/rgb_00078.jpg /bedroom_0051/sync_depth_00078.png 518.8579 -/bookstore_0001j/rgb_00058.jpg /bookstore_0001j/sync_depth_00058.png 518.8579 -/furniture_store_0001d/rgb_00166.jpg /furniture_store_0001d/sync_depth_00166.png 518.8579 -/reception_room_0004/rgb_00025.jpg /reception_room_0004/sync_depth_00025.png 518.8579 -/dining_room_0031/rgb_00131.jpg /dining_room_0031/sync_depth_00131.png 518.8579 -/office_kitchen_0003/rgb_00026.jpg /office_kitchen_0003/sync_depth_00026.png 518.8579 -/living_room_0019/rgb_00170.jpg /living_room_0019/sync_depth_00170.png 518.8579 -/bedroom_0071/rgb_00124.jpg /bedroom_0071/sync_depth_00124.png 518.8579 -/living_room_0042b/rgb_00001.jpg /living_room_0042b/sync_depth_00001.png 518.8579 -/bedroom_0060/rgb_00094.jpg /bedroom_0060/sync_depth_00094.png 518.8579 -/bathroom_0019/rgb_00004.jpg /bathroom_0019/sync_depth_00004.png 518.8579 -/living_room_0029/rgb_00067.jpg /living_room_0029/sync_depth_00067.png 518.8579 -/home_office_0007/rgb_00050.jpg /home_office_0007/sync_depth_00050.png 518.8579 -/bedroom_0071/rgb_00055.jpg /bedroom_0071/sync_depth_00055.png 518.8579 -/bedroom_0020/rgb_00021.jpg /bedroom_0020/sync_depth_00021.png 518.8579 -/dining_room_0033/rgb_00142.jpg /dining_room_0033/sync_depth_00142.png 518.8579 -/bedroom_0025/rgb_00068.jpg /bedroom_0025/sync_depth_00068.png 518.8579 -/playroom_0004/rgb_00125.jpg /playroom_0004/sync_depth_00125.png 518.8579 -/bedroom_0029/rgb_00049.jpg /bedroom_0029/sync_depth_00049.png 518.8579 -/classroom_0005/rgb_00031.jpg /classroom_0005/sync_depth_00031.png 518.8579 -/furniture_store_0001d/rgb_00278.jpg /furniture_store_0001d/sync_depth_00278.png 518.8579 -/bedroom_0056a/rgb_00059.jpg /bedroom_0056a/sync_depth_00059.png 518.8579 -/bedroom_0067a/rgb_00014.jpg /bedroom_0067a/sync_depth_00014.png 518.8579 -/dining_room_0007/rgb_00181.jpg /dining_room_0007/sync_depth_00181.png 518.8579 -/dining_room_0023/rgb_00177.jpg /dining_room_0023/sync_depth_00177.png 518.8579 -/dining_room_0008/rgb_00065.jpg /dining_room_0008/sync_depth_00065.png 518.8579 -/dining_room_0033/rgb_00073.jpg /dining_room_0033/sync_depth_00073.png 518.8579 -/dining_room_0013/rgb_00106.jpg /dining_room_0013/sync_depth_00106.png 518.8579 -/bedroom_0104/rgb_00071.jpg /bedroom_0104/sync_depth_00071.png 518.8579 -/bedroom_0071/rgb_00081.jpg /bedroom_0071/sync_depth_00081.png 518.8579 -/bedroom_0025/rgb_00106.jpg /bedroom_0025/sync_depth_00106.png 518.8579 -/living_room_0018/rgb_00152.jpg /living_room_0018/sync_depth_00152.png 518.8579 -/study_0003/rgb_00107.jpg /study_0003/sync_depth_00107.png 518.8579 -/classroom_0004/rgb_00032.jpg /classroom_0004/sync_depth_00032.png 518.8579 -/kitchen_0031/rgb_00080.jpg /kitchen_0031/sync_depth_00080.png 518.8579 -/living_room_0006/rgb_00014.jpg /living_room_0006/sync_depth_00014.png 518.8579 -/furniture_store_0001f/rgb_00021.jpg /furniture_store_0001f/sync_depth_00021.png 518.8579 -/furniture_store_0001d/rgb_00168.jpg /furniture_store_0001d/sync_depth_00168.png 518.8579 -/bedroom_0082/rgb_00041.jpg /bedroom_0082/sync_depth_00041.png 518.8579 -/living_room_0040/rgb_00273.jpg /living_room_0040/sync_depth_00273.png 518.8579 -/kitchen_0045a/rgb_00075.jpg /kitchen_0045a/sync_depth_00075.png 518.8579 -/office_kitchen_0003/rgb_00087.jpg /office_kitchen_0003/sync_depth_00087.png 518.8579 -/bedroom_0016/rgb_00051.jpg /bedroom_0016/sync_depth_00051.png 518.8579 -/bedroom_0098/rgb_00036.jpg /bedroom_0098/sync_depth_00036.png 518.8579 -/bedroom_0071/rgb_00119.jpg /bedroom_0071/sync_depth_00119.png 518.8579 -/kitchen_0016/rgb_00049.jpg /kitchen_0016/sync_depth_00049.png 518.8579 -/living_room_0004/rgb_00027.jpg /living_room_0004/sync_depth_00027.png 518.8579 -/bedroom_0026/rgb_00108.jpg /bedroom_0026/sync_depth_00108.png 518.8579 -/dining_room_0004/rgb_00123.jpg /dining_room_0004/sync_depth_00123.png 518.8579 -/printer_room_0001/rgb_00072.jpg /printer_room_0001/sync_depth_00072.png 518.8579 -/bathroom_0005/rgb_00000.jpg /bathroom_0005/sync_depth_00000.png 518.8579 -/kitchen_0048/rgb_00169.jpg /kitchen_0048/sync_depth_00169.png 518.8579 -/bedroom_0004/rgb_00086.jpg /bedroom_0004/sync_depth_00086.png 518.8579 -/bedroom_0025/rgb_00113.jpg /bedroom_0025/sync_depth_00113.png 518.8579 -/dining_room_0033/rgb_00121.jpg /dining_room_0033/sync_depth_00121.png 518.8579 -/living_room_0069b/rgb_00083.jpg /living_room_0069b/sync_depth_00083.png 518.8579 -/kitchen_0048/rgb_00153.jpg /kitchen_0048/sync_depth_00153.png 518.8579 -/bedroom_0029/rgb_00033.jpg /bedroom_0029/sync_depth_00033.png 518.8579 -/kitchen_0031/rgb_00120.jpg /kitchen_0031/sync_depth_00120.png 518.8579 -/kitchen_0029c/rgb_00027.jpg /kitchen_0029c/sync_depth_00027.png 518.8579 -/kitchen_0011a/rgb_00126.jpg /kitchen_0011a/sync_depth_00126.png 518.8579 -/bathroom_0005/rgb_00024.jpg /bathroom_0005/sync_depth_00024.png 518.8579 -/kitchen_0035b/rgb_00142.jpg /kitchen_0035b/sync_depth_00142.png 518.8579 -/bedroom_0062/rgb_00136.jpg /bedroom_0062/sync_depth_00136.png 518.8579 -/excercise_room_0001/rgb_00085.jpg /excercise_room_0001/sync_depth_00085.png 518.8579 -/kitchen_0028a/rgb_00026.jpg /kitchen_0028a/sync_depth_00026.png 518.8579 -/living_room_0033/rgb_00027.jpg /living_room_0033/sync_depth_00027.png 518.8579 -/study_0008/rgb_00049.jpg /study_0008/sync_depth_00049.png 518.8579 -/home_office_0008/rgb_00137.jpg /home_office_0008/sync_depth_00137.png 518.8579 -/playroom_0002/rgb_00064.jpg /playroom_0002/sync_depth_00064.png 518.8579 -/playroom_0004/rgb_00122.jpg /playroom_0004/sync_depth_00122.png 518.8579 -/living_room_0037/rgb_00050.jpg /living_room_0037/sync_depth_00050.png 518.8579 -/furniture_store_0002b/rgb_00136.jpg /furniture_store_0002b/sync_depth_00136.png 518.8579 -/home_office_0008/rgb_00128.jpg /home_office_0008/sync_depth_00128.png 518.8579 -/living_room_0046b/rgb_00121.jpg /living_room_0046b/sync_depth_00121.png 518.8579 -/kitchen_0060/rgb_00106.jpg /kitchen_0060/sync_depth_00106.png 518.8579 -/office_0006/rgb_00064.jpg /office_0006/sync_depth_00064.png 518.8579 -/office_kitchen_0003/rgb_00096.jpg /office_kitchen_0003/sync_depth_00096.png 518.8579 -/office_kitchen_0003/rgb_00045.jpg /office_kitchen_0003/sync_depth_00045.png 518.8579 -/dining_room_0015/rgb_00119.jpg /dining_room_0015/sync_depth_00119.png 518.8579 -/dining_room_0024/rgb_00130.jpg /dining_room_0024/sync_depth_00130.png 518.8579 -/bedroom_0106/rgb_00100.jpg /bedroom_0106/sync_depth_00100.png 518.8579 -/study_room_0005a/rgb_00014.jpg /study_room_0005a/sync_depth_00014.png 518.8579 -/bedroom_0069/rgb_00027.jpg /bedroom_0069/sync_depth_00027.png 518.8579 -/living_room_0055/rgb_00031.jpg /living_room_0055/sync_depth_00031.png 518.8579 -/bedroom_0129/rgb_00022.jpg /bedroom_0129/sync_depth_00022.png 518.8579 -/reception_room_0001a/rgb_00100.jpg /reception_room_0001a/sync_depth_00100.png 518.8579 -/bedroom_0012/rgb_00018.jpg /bedroom_0012/sync_depth_00018.png 518.8579 -/dining_room_0010/rgb_00082.jpg /dining_room_0010/sync_depth_00082.png 518.8579 -/dinette_0001/rgb_00048.jpg /dinette_0001/sync_depth_00048.png 518.8579 -/study_room_0004/rgb_00140.jpg /study_room_0004/sync_depth_00140.png 518.8579 -/furniture_store_0001f/rgb_00012.jpg /furniture_store_0001f/sync_depth_00012.png 518.8579 -/living_room_0040/rgb_00275.jpg /living_room_0040/sync_depth_00275.png 518.8579 -/living_room_0029/rgb_00106.jpg /living_room_0029/sync_depth_00106.png 518.8579 -/bathroom_0048/rgb_00090.jpg /bathroom_0048/sync_depth_00090.png 518.8579 -/office_0024/rgb_00083.jpg /office_0024/sync_depth_00083.png 518.8579 -/bookstore_0001j/rgb_00290.jpg /bookstore_0001j/sync_depth_00290.png 518.8579 -/dining_room_0023/rgb_00132.jpg /dining_room_0023/sync_depth_00132.png 518.8579 -/kitchen_0003/rgb_00004.jpg /kitchen_0003/sync_depth_00004.png 518.8579 -/dining_room_0037/rgb_00078.jpg /dining_room_0037/sync_depth_00078.png 518.8579 -/dining_room_0012/rgb_00111.jpg /dining_room_0012/sync_depth_00111.png 518.8579 -/classroom_0006/rgb_00042.jpg /classroom_0006/sync_depth_00042.png 518.8579 -/kitchen_0029c/rgb_00083.jpg /kitchen_0029c/sync_depth_00083.png 518.8579 -/furniture_store_0002b/rgb_00269.jpg /furniture_store_0002b/sync_depth_00269.png 518.8579 -/dining_room_0013/rgb_00181.jpg /dining_room_0013/sync_depth_00181.png 518.8579 -/living_room_0005/rgb_00014.jpg /living_room_0005/sync_depth_00014.png 518.8579 -/bookstore_0001j/rgb_00218.jpg /bookstore_0001j/sync_depth_00218.png 518.8579 -/kitchen_0045a/rgb_00096.jpg /kitchen_0045a/sync_depth_00096.png 518.8579 -/home_office_0004/rgb_00189.jpg /home_office_0004/sync_depth_00189.png 518.8579 -/bookstore_0001d/rgb_00103.jpg /bookstore_0001d/sync_depth_00103.png 518.8579 -/furniture_store_0001b/rgb_00021.jpg /furniture_store_0001b/sync_depth_00021.png 518.8579 -/playroom_0006/rgb_00061.jpg /playroom_0006/sync_depth_00061.png 518.8579 -/dining_room_0016/rgb_00207.jpg /dining_room_0016/sync_depth_00207.png 518.8579 -/kitchen_0006/rgb_00054.jpg /kitchen_0006/sync_depth_00054.png 518.8579 -/living_room_0038/rgb_00059.jpg /living_room_0038/sync_depth_00059.png 518.8579 -/furniture_store_0002c/rgb_00025.jpg /furniture_store_0002c/sync_depth_00025.png 518.8579 -/living_room_0019/rgb_00158.jpg /living_room_0019/sync_depth_00158.png 518.8579 -/bookstore_0001e/rgb_00012.jpg /bookstore_0001e/sync_depth_00012.png 518.8579 -/bathroom_0024/rgb_00008.jpg /bathroom_0024/sync_depth_00008.png 518.8579 -/kitchen_0031/rgb_00195.jpg /kitchen_0031/sync_depth_00195.png 518.8579 -/bedroom_0042/rgb_00057.jpg /bedroom_0042/sync_depth_00057.png 518.8579 -/living_room_0006/rgb_00004.jpg /living_room_0006/sync_depth_00004.png 518.8579 -/bathroom_0049/rgb_00013.jpg /bathroom_0049/sync_depth_00013.png 518.8579 -/bookstore_0001e/rgb_00165.jpg /bookstore_0001e/sync_depth_00165.png 518.8579 -/living_room_0012/rgb_00208.jpg /living_room_0012/sync_depth_00208.png 518.8579 -/living_room_0063/rgb_00095.jpg /living_room_0063/sync_depth_00095.png 518.8579 -/cafe_0001b/rgb_00001.jpg /cafe_0001b/sync_depth_00001.png 518.8579 -/living_room_0050/rgb_00179.jpg /living_room_0050/sync_depth_00179.png 518.8579 -/kitchen_0019a/rgb_00175.jpg /kitchen_0019a/sync_depth_00175.png 518.8579 -/bedroom_0130/rgb_00047.jpg /bedroom_0130/sync_depth_00047.png 518.8579 -/dining_room_0034/rgb_00091.jpg /dining_room_0034/sync_depth_00091.png 518.8579 -/furniture_store_0001d/rgb_00028.jpg /furniture_store_0001d/sync_depth_00028.png 518.8579 -/furniture_store_0002a/rgb_00395.jpg /furniture_store_0002a/sync_depth_00395.png 518.8579 -/living_room_0086b/rgb_00044.jpg /living_room_0086b/sync_depth_00044.png 518.8579 -/dining_room_0031/rgb_00154.jpg /dining_room_0031/sync_depth_00154.png 518.8579 -/living_room_0005/rgb_00059.jpg /living_room_0005/sync_depth_00059.png 518.8579 -/dining_room_0028/rgb_00017.jpg /dining_room_0028/sync_depth_00017.png 518.8579 -/nyu_office_0/rgb_00115.jpg /nyu_office_0/sync_depth_00115.png 518.8579 -/dining_room_0015/rgb_00220.jpg /dining_room_0015/sync_depth_00220.png 518.8579 -/living_room_0018/rgb_00162.jpg /living_room_0018/sync_depth_00162.png 518.8579 -/bookstore_0001f/rgb_00058.jpg /bookstore_0001f/sync_depth_00058.png 518.8579 -/bookstore_0001e/rgb_00186.jpg /bookstore_0001e/sync_depth_00186.png 518.8579 -/living_room_0029/rgb_00109.jpg /living_room_0029/sync_depth_00109.png 518.8579 -/bedroom_0041/rgb_00024.jpg /bedroom_0041/sync_depth_00024.png 518.8579 -/kitchen_0031/rgb_00053.jpg /kitchen_0031/sync_depth_00053.png 518.8579 -/bedroom_0080/rgb_00004.jpg /bedroom_0080/sync_depth_00004.png 518.8579 -/dining_room_0004/rgb_00052.jpg /dining_room_0004/sync_depth_00052.png 518.8579 -/kitchen_0053/rgb_00000.jpg /kitchen_0053/sync_depth_00000.png 518.8579 -/kitchen_0045b/rgb_00105.jpg /kitchen_0045b/sync_depth_00105.png 518.8579 -/computer_lab_0002/rgb_00038.jpg /computer_lab_0002/sync_depth_00038.png 518.8579 -/kitchen_0011a/rgb_00081.jpg /kitchen_0011a/sync_depth_00081.png 518.8579 -/bedroom_0025/rgb_00099.jpg /bedroom_0025/sync_depth_00099.png 518.8579 -/bedroom_0076a/rgb_00002.jpg /bedroom_0076a/sync_depth_00002.png 518.8579 -/bedroom_0118/rgb_00027.jpg /bedroom_0118/sync_depth_00027.png 518.8579 -/dining_room_0016/rgb_00177.jpg /dining_room_0016/sync_depth_00177.png 518.8579 -/bookstore_0001g/rgb_00123.jpg /bookstore_0001g/sync_depth_00123.png 518.8579 -/living_room_0029/rgb_00036.jpg /living_room_0029/sync_depth_00036.png 518.8579 -/living_room_0078/rgb_00012.jpg /living_room_0078/sync_depth_00012.png 518.8579 -/playroom_0003/rgb_00209.jpg /playroom_0003/sync_depth_00209.png 518.8579 -/kitchen_0031/rgb_00016.jpg /kitchen_0031/sync_depth_00016.png 518.8579 -/basement_0001a/rgb_00133.jpg /basement_0001a/sync_depth_00133.png 518.8579 -/kitchen_0010/rgb_00100.jpg /kitchen_0010/sync_depth_00100.png 518.8579 -/living_room_0005/rgb_00152.jpg /living_room_0005/sync_depth_00152.png 518.8579 -/furniture_store_0001b/rgb_00075.jpg /furniture_store_0001b/sync_depth_00075.png 518.8579 -/bookstore_0001f/rgb_00352.jpg /bookstore_0001f/sync_depth_00352.png 518.8579 -/kitchen_0053/rgb_00141.jpg /kitchen_0053/sync_depth_00141.png 518.8579 -/study_0003/rgb_00021.jpg /study_0003/sync_depth_00021.png 518.8579 -/dining_room_0019/rgb_00093.jpg /dining_room_0019/sync_depth_00093.png 518.8579 -/living_room_0046a/rgb_00026.jpg /living_room_0046a/sync_depth_00026.png 518.8579 -/living_room_0058/rgb_00014.jpg /living_room_0058/sync_depth_00014.png 518.8579 -/conference_room_0002/rgb_00032.jpg /conference_room_0002/sync_depth_00032.png 518.8579 -/bedroom_0026/rgb_00069.jpg /bedroom_0026/sync_depth_00069.png 518.8579 -/living_room_0047b/rgb_00184.jpg /living_room_0047b/sync_depth_00184.png 518.8579 -/living_room_0040/rgb_00319.jpg /living_room_0040/sync_depth_00319.png 518.8579 -/kitchen_0019a/rgb_00103.jpg /kitchen_0019a/sync_depth_00103.png 518.8579 -/kitchen_0043/rgb_00119.jpg /kitchen_0043/sync_depth_00119.png 518.8579 -/dining_room_0037/rgb_00094.jpg /dining_room_0037/sync_depth_00094.png 518.8579 -/office_0012/rgb_00091.jpg /office_0012/sync_depth_00091.png 518.8579 -/study_0006/rgb_00025.jpg /study_0006/sync_depth_00025.png 518.8579 -/bedroom_0010/rgb_00017.jpg /bedroom_0010/sync_depth_00017.png 518.8579 -/kitchen_0006/rgb_00031.jpg /kitchen_0006/sync_depth_00031.png 518.8579 -/home_office_0005/rgb_00118.jpg /home_office_0005/sync_depth_00118.png 518.8579 -/office_0019/rgb_00043.jpg /office_0019/sync_depth_00043.png 518.8579 -/furniture_store_0001e/rgb_00024.jpg /furniture_store_0001e/sync_depth_00024.png 518.8579 -/bedroom_0120/rgb_00090.jpg /bedroom_0120/sync_depth_00090.png 518.8579 -/bedroom_0074/rgb_00074.jpg /bedroom_0074/sync_depth_00074.png 518.8579 -/bedroom_0017/rgb_00087.jpg /bedroom_0017/sync_depth_00087.png 518.8579 -/kitchen_0035a/rgb_00026.jpg /kitchen_0035a/sync_depth_00026.png 518.8579 -/office_0012/rgb_00003.jpg /office_0012/sync_depth_00003.png 518.8579 -/bedroom_0062/rgb_00111.jpg /bedroom_0062/sync_depth_00111.png 518.8579 -/bedroom_0100/rgb_00001.jpg /bedroom_0100/sync_depth_00001.png 518.8579 -/dining_room_0024/rgb_00164.jpg /dining_room_0024/sync_depth_00164.png 518.8579 -/bookstore_0001f/rgb_00239.jpg /bookstore_0001f/sync_depth_00239.png 518.8579 -/bathroom_0010/rgb_00018.jpg /bathroom_0010/sync_depth_00018.png 518.8579 -/bedroom_0060/rgb_00066.jpg /bedroom_0060/sync_depth_00066.png 518.8579 -/kitchen_0052/rgb_00106.jpg /kitchen_0052/sync_depth_00106.png 518.8579 -/bedroom_0120/rgb_00012.jpg /bedroom_0120/sync_depth_00012.png 518.8579 -/living_room_0050/rgb_00102.jpg /living_room_0050/sync_depth_00102.png 518.8579 -/office_0012/rgb_00102.jpg /office_0012/sync_depth_00102.png 518.8579 -/bedroom_0052/rgb_00011.jpg /bedroom_0052/sync_depth_00011.png 518.8579 -/bookstore_0001f/rgb_00498.jpg /bookstore_0001f/sync_depth_00498.png 518.8579 -/living_room_0040/rgb_00301.jpg /living_room_0040/sync_depth_00301.png 518.8579 -/living_room_0070/rgb_00059.jpg /living_room_0070/sync_depth_00059.png 518.8579 -/living_room_0011/rgb_00008.jpg /living_room_0011/sync_depth_00008.png 518.8579 -/bedroom_0071/rgb_00078.jpg /bedroom_0071/sync_depth_00078.png 518.8579 -/kitchen_0049/rgb_00116.jpg /kitchen_0049/sync_depth_00116.png 518.8579 -/kitchen_0033/rgb_00164.jpg /kitchen_0033/sync_depth_00164.png 518.8579 -/bathroom_0045a/rgb_00007.jpg /bathroom_0045a/sync_depth_00007.png 518.8579 -/office_0018/rgb_00001.jpg /office_0018/sync_depth_00001.png 518.8579 -/home_office_0005/rgb_00051.jpg /home_office_0005/sync_depth_00051.png 518.8579 -/bookstore_0001g/rgb_00085.jpg /bookstore_0001g/sync_depth_00085.png 518.8579 -/reception_room_0002/rgb_00151.jpg /reception_room_0002/sync_depth_00151.png 518.8579 -/kitchen_0051/rgb_00109.jpg /kitchen_0051/sync_depth_00109.png 518.8579 -/bedroom_0056b/rgb_00047.jpg /bedroom_0056b/sync_depth_00047.png 518.8579 -/kitchen_0003/rgb_00093.jpg /kitchen_0003/sync_depth_00093.png 518.8579 -/bedroom_0033/rgb_00069.jpg /bedroom_0033/sync_depth_00069.png 518.8579 -/dining_room_0019/rgb_00103.jpg /dining_room_0019/sync_depth_00103.png 518.8579 -/living_room_0047b/rgb_00014.jpg /living_room_0047b/sync_depth_00014.png 518.8579 -/dinette_0001/rgb_00075.jpg /dinette_0001/sync_depth_00075.png 518.8579 -/bathroom_0056/rgb_00050.jpg /bathroom_0056/sync_depth_00050.png 518.8579 -/bathroom_0039/rgb_00078.jpg /bathroom_0039/sync_depth_00078.png 518.8579 -/kitchen_0049/rgb_00002.jpg /kitchen_0049/sync_depth_00002.png 518.8579 -/living_room_0010/rgb_00167.jpg /living_room_0010/sync_depth_00167.png 518.8579 -/dining_room_0028/rgb_00012.jpg /dining_room_0028/sync_depth_00012.png 518.8579 -/living_room_0062/rgb_00055.jpg /living_room_0062/sync_depth_00055.png 518.8579 -/kitchen_0052/rgb_00080.jpg /kitchen_0052/sync_depth_00080.png 518.8579 -/home_office_0013/rgb_00043.jpg /home_office_0013/sync_depth_00043.png 518.8579 -/classroom_0005/rgb_00011.jpg /classroom_0005/sync_depth_00011.png 518.8579 -/office_0026/rgb_00131.jpg /office_0026/sync_depth_00131.png 518.8579 -/office_0006/rgb_00007.jpg /office_0006/sync_depth_00007.png 518.8579 -/study_room_0005a/rgb_00050.jpg /study_room_0005a/sync_depth_00050.png 518.8579 -/living_room_0055/rgb_00027.jpg /living_room_0055/sync_depth_00027.png 518.8579 -/dining_room_0012/rgb_00147.jpg /dining_room_0012/sync_depth_00147.png 518.8579 -/nyu_office_0/rgb_00403.jpg /nyu_office_0/sync_depth_00403.png 518.8579 -/dining_room_0028/rgb_00074.jpg /dining_room_0028/sync_depth_00074.png 518.8579 -/bedroom_0021/rgb_00003.jpg /bedroom_0021/sync_depth_00003.png 518.8579 -/bedroom_0025/rgb_00004.jpg /bedroom_0025/sync_depth_00004.png 518.8579 -/bedroom_0020/rgb_00100.jpg /bedroom_0020/sync_depth_00100.png 518.8579 -/kitchen_0035b/rgb_00002.jpg /kitchen_0035b/sync_depth_00002.png 518.8579 -/dining_room_0010/rgb_00066.jpg /dining_room_0010/sync_depth_00066.png 518.8579 -/kitchen_0050/rgb_00218.jpg /kitchen_0050/sync_depth_00218.png 518.8579 -/furniture_store_0001d/rgb_00230.jpg /furniture_store_0001d/sync_depth_00230.png 518.8579 -/bedroom_0078/rgb_00052.jpg /bedroom_0078/sync_depth_00052.png 518.8579 -/living_room_0086a/rgb_00066.jpg /living_room_0086a/sync_depth_00066.png 518.8579 -/bedroom_0034/rgb_00022.jpg /bedroom_0034/sync_depth_00022.png 518.8579 -/living_room_0055/rgb_00072.jpg /living_room_0055/sync_depth_00072.png 518.8579 -/living_room_0022/rgb_00162.jpg /living_room_0022/sync_depth_00162.png 518.8579 -/home_office_0004/rgb_00134.jpg /home_office_0004/sync_depth_00134.png 518.8579 -/living_room_0058/rgb_00133.jpg /living_room_0058/sync_depth_00133.png 518.8579 -/bedroom_0071/rgb_00187.jpg /bedroom_0071/sync_depth_00187.png 518.8579 -/basement_0001a/rgb_00123.jpg /basement_0001a/sync_depth_00123.png 518.8579 -/kitchen_0003/rgb_00077.jpg /kitchen_0003/sync_depth_00077.png 518.8579 -/dining_room_0033/rgb_00115.jpg /dining_room_0033/sync_depth_00115.png 518.8579 -/bedroom_0129/rgb_00096.jpg /bedroom_0129/sync_depth_00096.png 518.8579 -/bedroom_0076a/rgb_00166.jpg /bedroom_0076a/sync_depth_00166.png 518.8579 -/bathroom_0056/rgb_00043.jpg /bathroom_0056/sync_depth_00043.png 518.8579 -/bedroom_0040/rgb_00053.jpg /bedroom_0040/sync_depth_00053.png 518.8579 -/bedroom_0012/rgb_00055.jpg /bedroom_0012/sync_depth_00055.png 518.8579 -/classroom_0010/rgb_00067.jpg /classroom_0010/sync_depth_00067.png 518.8579 -/excercise_room_0001/rgb_00027.jpg /excercise_room_0001/sync_depth_00027.png 518.8579 -/furniture_store_0002a/rgb_00343.jpg /furniture_store_0002a/sync_depth_00343.png 518.8579 -/kitchen_0031/rgb_00140.jpg /kitchen_0031/sync_depth_00140.png 518.8579 -/living_room_0069a/rgb_00094.jpg /living_room_0069a/sync_depth_00094.png 518.8579 -/bookstore_0001f/rgb_00506.jpg /bookstore_0001f/sync_depth_00506.png 518.8579 -/living_room_0063/rgb_00062.jpg /living_room_0063/sync_depth_00062.png 518.8579 -/bedroom_0019/rgb_00066.jpg /bedroom_0019/sync_depth_00066.png 518.8579 -/living_room_0010/rgb_00106.jpg /living_room_0010/sync_depth_00106.png 518.8579 -/living_room_0078/rgb_00098.jpg /living_room_0078/sync_depth_00098.png 518.8579 -/bedroom_0080/rgb_00047.jpg /bedroom_0080/sync_depth_00047.png 518.8579 -/bedroom_0113/rgb_00099.jpg /bedroom_0113/sync_depth_00099.png 518.8579 -/dining_room_0031/rgb_00322.jpg /dining_room_0031/sync_depth_00322.png 518.8579 -/bathroom_0042/rgb_00019.jpg /bathroom_0042/sync_depth_00019.png 518.8579 -/dining_room_0008/rgb_00002.jpg /dining_room_0008/sync_depth_00002.png 518.8579 -/living_room_0018/rgb_00193.jpg /living_room_0018/sync_depth_00193.png 518.8579 -/living_room_0069b/rgb_00070.jpg /living_room_0069b/sync_depth_00070.png 518.8579 -/living_room_0022/rgb_00359.jpg /living_room_0022/sync_depth_00359.png 518.8579 -/bedroom_0051/rgb_00013.jpg /bedroom_0051/sync_depth_00013.png 518.8579 -/furniture_store_0002a/rgb_00344.jpg /furniture_store_0002a/sync_depth_00344.png 518.8579 -/office_0021/rgb_00030.jpg /office_0021/sync_depth_00030.png 518.8579 -/bathroom_0041/rgb_00080.jpg /bathroom_0041/sync_depth_00080.png 518.8579 -/furniture_store_0002a/rgb_00328.jpg /furniture_store_0002a/sync_depth_00328.png 518.8579 -/bedroom_0072/rgb_00111.jpg /bedroom_0072/sync_depth_00111.png 518.8579 -/home_office_0004/rgb_00122.jpg /home_office_0004/sync_depth_00122.png 518.8579 -/reception_room_0002/rgb_00142.jpg /reception_room_0002/sync_depth_00142.png 518.8579 -/playroom_0004/rgb_00106.jpg /playroom_0004/sync_depth_00106.png 518.8579 -/reception_room_0002/rgb_00026.jpg /reception_room_0002/sync_depth_00026.png 518.8579 -/dining_room_0028/rgb_00033.jpg /dining_room_0028/sync_depth_00033.png 518.8579 -/bedroom_0106/rgb_00132.jpg /bedroom_0106/sync_depth_00132.png 518.8579 -/bathroom_0045a/rgb_00060.jpg /bathroom_0045a/sync_depth_00060.png 518.8579 -/kitchen_0049/rgb_00219.jpg /kitchen_0049/sync_depth_00219.png 518.8579 -/dining_room_0013/rgb_00132.jpg /dining_room_0013/sync_depth_00132.png 518.8579 -/office_0004/rgb_00039.jpg /office_0004/sync_depth_00039.png 518.8579 -/living_room_0022/rgb_00301.jpg /living_room_0022/sync_depth_00301.png 518.8579 -/kitchen_0033/rgb_00038.jpg /kitchen_0033/sync_depth_00038.png 518.8579 -/bedroom_0081/rgb_00023.jpg /bedroom_0081/sync_depth_00023.png 518.8579 -/kitchen_0049/rgb_00114.jpg /kitchen_0049/sync_depth_00114.png 518.8579 -/living_room_0004/rgb_00082.jpg /living_room_0004/sync_depth_00082.png 518.8579 -/kitchen_0029b/rgb_00020.jpg /kitchen_0029b/sync_depth_00020.png 518.8579 -/student_lounge_0001/rgb_00132.jpg /student_lounge_0001/sync_depth_00132.png 518.8579 -/dining_room_0024/rgb_00066.jpg /dining_room_0024/sync_depth_00066.png 518.8579 -/living_room_0022/rgb_00336.jpg /living_room_0022/sync_depth_00336.png 518.8579 -/bedroom_0086/rgb_00069.jpg /bedroom_0086/sync_depth_00069.png 518.8579 -/living_room_0022/rgb_00230.jpg /living_room_0022/sync_depth_00230.png 518.8579 -/classroom_0006/rgb_00094.jpg /classroom_0006/sync_depth_00094.png 518.8579 -/bedroom_0138/rgb_00012.jpg /bedroom_0138/sync_depth_00012.png 518.8579 -/living_room_0078/rgb_00095.jpg /living_room_0078/sync_depth_00095.png 518.8579 -/kitchen_0029c/rgb_00089.jpg /kitchen_0029c/sync_depth_00089.png 518.8579 -/kitchen_0028b/rgb_00007.jpg /kitchen_0028b/sync_depth_00007.png 518.8579 -/dining_room_0012/rgb_00078.jpg /dining_room_0012/sync_depth_00078.png 518.8579 -/bedroom_0012/rgb_00008.jpg /bedroom_0012/sync_depth_00008.png 518.8579 -/furniture_store_0002a/rgb_00368.jpg /furniture_store_0002a/sync_depth_00368.png 518.8579 -/bedroom_0047/rgb_00017.jpg /bedroom_0047/sync_depth_00017.png 518.8579 -/living_room_0050/rgb_00142.jpg /living_room_0050/sync_depth_00142.png 518.8579 -/office_kitchen_0001a/rgb_00036.jpg /office_kitchen_0001a/sync_depth_00036.png 518.8579 -/home_storage_0001/rgb_00021.jpg /home_storage_0001/sync_depth_00021.png 518.8579 -/dining_room_0023/rgb_00106.jpg /dining_room_0023/sync_depth_00106.png 518.8579 -/playroom_0003/rgb_00191.jpg /playroom_0003/sync_depth_00191.png 518.8579 -/bedroom_0036/rgb_00007.jpg /bedroom_0036/sync_depth_00007.png 518.8579 -/reception_room_0002/rgb_00146.jpg /reception_room_0002/sync_depth_00146.png 518.8579 -/printer_room_0001/rgb_00029.jpg /printer_room_0001/sync_depth_00029.png 518.8579 -/kitchen_0011a/rgb_00034.jpg /kitchen_0011a/sync_depth_00034.png 518.8579 -/dining_room_0024/rgb_00095.jpg /dining_room_0024/sync_depth_00095.png 518.8579 -/kitchen_0060/rgb_00044.jpg /kitchen_0060/sync_depth_00044.png 518.8579 -/bathroom_0035/rgb_00034.jpg /bathroom_0035/sync_depth_00034.png 518.8579 -/bookstore_0001j/rgb_00119.jpg /bookstore_0001j/sync_depth_00119.png 518.8579 -/bedroom_0072/rgb_00077.jpg /bedroom_0072/sync_depth_00077.png 518.8579 -/living_room_0058/rgb_00238.jpg /living_room_0058/sync_depth_00238.png 518.8579 -/kitchen_0028a/rgb_00129.jpg /kitchen_0028a/sync_depth_00129.png 518.8579 -/bedroom_0020/rgb_00030.jpg /bedroom_0020/sync_depth_00030.png 518.8579 -/bedroom_0071/rgb_00074.jpg /bedroom_0071/sync_depth_00074.png 518.8579 -/kitchen_0051/rgb_00182.jpg /kitchen_0051/sync_depth_00182.png 518.8579 -/living_room_0085/rgb_00027.jpg /living_room_0085/sync_depth_00027.png 518.8579 -/living_room_0038/rgb_00008.jpg /living_room_0038/sync_depth_00008.png 518.8579 -/living_room_0022/rgb_00150.jpg /living_room_0022/sync_depth_00150.png 518.8579 -/bathroom_0010/rgb_00028.jpg /bathroom_0010/sync_depth_00028.png 518.8579 -/classroom_0006/rgb_00156.jpg /classroom_0006/sync_depth_00156.png 518.8579 -/cafe_0001b/rgb_00046.jpg /cafe_0001b/sync_depth_00046.png 518.8579 -/office_0011/rgb_00098.jpg /office_0011/sync_depth_00098.png 518.8579 -/kitchen_0052/rgb_00100.jpg /kitchen_0052/sync_depth_00100.png 518.8579 -/dining_room_0015/rgb_00047.jpg /dining_room_0015/sync_depth_00047.png 518.8579 -/bathroom_0007/rgb_00120.jpg /bathroom_0007/sync_depth_00120.png 518.8579 -/bedroom_0129/rgb_00062.jpg /bedroom_0129/sync_depth_00062.png 518.8579 -/bookstore_0001i/rgb_00004.jpg /bookstore_0001i/sync_depth_00004.png 518.8579 -/dining_room_0008/rgb_00155.jpg /dining_room_0008/sync_depth_00155.png 518.8579 -/classroom_0022/rgb_00116.jpg /classroom_0022/sync_depth_00116.png 518.8579 -/bedroom_0063/rgb_00051.jpg /bedroom_0063/sync_depth_00051.png 518.8579 -/kitchen_0051/rgb_00350.jpg /kitchen_0051/sync_depth_00350.png 518.8579 -/bedroom_0057/rgb_00016.jpg /bedroom_0057/sync_depth_00016.png 518.8579 -/nyu_office_0/rgb_00225.jpg /nyu_office_0/sync_depth_00225.png 518.8579 -/living_room_0062/rgb_00201.jpg /living_room_0062/sync_depth_00201.png 518.8579 -/nyu_office_0/rgb_00219.jpg /nyu_office_0/sync_depth_00219.png 518.8579 -/furniture_store_0002d/rgb_00068.jpg /furniture_store_0002d/sync_depth_00068.png 518.8579 -/kitchen_0029a/rgb_00008.jpg /kitchen_0029a/sync_depth_00008.png 518.8579 -/bathroom_0002/rgb_00011.jpg /bathroom_0002/sync_depth_00011.png 518.8579 -/bedroom_0107/rgb_00022.jpg /bedroom_0107/sync_depth_00022.png 518.8579 -/cafe_0001b/rgb_00018.jpg /cafe_0001b/sync_depth_00018.png 518.8579 -/home_office_0006/rgb_00074.jpg /home_office_0006/sync_depth_00074.png 518.8579 -/kitchen_0043/rgb_00065.jpg /kitchen_0043/sync_depth_00065.png 518.8579 -/office_0012/rgb_00043.jpg /office_0012/sync_depth_00043.png 518.8579 -/reception_room_0002/rgb_00084.jpg /reception_room_0002/sync_depth_00084.png 518.8579 -/bookstore_0001e/rgb_00180.jpg /bookstore_0001e/sync_depth_00180.png 518.8579 -/living_room_0068/rgb_00114.jpg /living_room_0068/sync_depth_00114.png 518.8579 -/living_room_0038/rgb_00092.jpg /living_room_0038/sync_depth_00092.png 518.8579 -/dining_room_0012/rgb_00174.jpg /dining_room_0012/sync_depth_00174.png 518.8579 -/dining_room_0024/rgb_00182.jpg /dining_room_0024/sync_depth_00182.png 518.8579 -/study_room_0005a/rgb_00054.jpg /study_room_0005a/sync_depth_00054.png 518.8579 -/bedroom_0062/rgb_00151.jpg /bedroom_0062/sync_depth_00151.png 518.8579 -/nyu_office_1/rgb_00091.jpg /nyu_office_1/sync_depth_00091.png 518.8579 -/living_room_0022/rgb_00240.jpg /living_room_0022/sync_depth_00240.png 518.8579 -/living_room_0020/rgb_00229.jpg /living_room_0020/sync_depth_00229.png 518.8579 -/bedroom_0106/rgb_00027.jpg /bedroom_0106/sync_depth_00027.png 518.8579 -/bedroom_0004/rgb_00069.jpg /bedroom_0004/sync_depth_00069.png 518.8579 -/bookstore_0001e/rgb_00067.jpg /bookstore_0001e/sync_depth_00067.png 518.8579 -/bedroom_0015/rgb_00103.jpg /bedroom_0015/sync_depth_00103.png 518.8579 -/kitchen_0045b/rgb_00073.jpg /kitchen_0045b/sync_depth_00073.png 518.8579 -/bedroom_0071/rgb_00056.jpg /bedroom_0071/sync_depth_00056.png 518.8579 -/bedroom_0062/rgb_00099.jpg /bedroom_0062/sync_depth_00099.png 518.8579 -/living_room_0062/rgb_00073.jpg /living_room_0062/sync_depth_00073.png 518.8579 -/kitchen_0003/rgb_00064.jpg /kitchen_0003/sync_depth_00064.png 518.8579 -/bedroom_0033/rgb_00167.jpg /bedroom_0033/sync_depth_00167.png 518.8579 -/bedroom_0096/rgb_00052.jpg /bedroom_0096/sync_depth_00052.png 518.8579 -/bathroom_0035/rgb_00024.jpg /bathroom_0035/sync_depth_00024.png 518.8579 -/bedroom_0004/rgb_00098.jpg /bedroom_0004/sync_depth_00098.png 518.8579 -/furniture_store_0001b/rgb_00066.jpg /furniture_store_0001b/sync_depth_00066.png 518.8579 -/living_room_0068/rgb_00016.jpg /living_room_0068/sync_depth_00016.png 518.8579 -/nyu_office_1/rgb_00053.jpg /nyu_office_1/sync_depth_00053.png 518.8579 -/basement_0001a/rgb_00164.jpg /basement_0001a/sync_depth_00164.png 518.8579 -/bedroom_0076a/rgb_00113.jpg /bedroom_0076a/sync_depth_00113.png 518.8579 -/living_room_0037/rgb_00055.jpg /living_room_0037/sync_depth_00055.png 518.8579 -/bathroom_0014a/rgb_00053.jpg /bathroom_0014a/sync_depth_00053.png 518.8579 -/living_room_0085/rgb_00047.jpg /living_room_0085/sync_depth_00047.png 518.8579 -/bedroom_0038/rgb_00018.jpg /bedroom_0038/sync_depth_00018.png 518.8579 -/bathroom_0019/rgb_00078.jpg /bathroom_0019/sync_depth_00078.png 518.8579 -/office_0024/rgb_00065.jpg /office_0024/sync_depth_00065.png 518.8579 -/kitchen_0028a/rgb_00062.jpg /kitchen_0028a/sync_depth_00062.png 518.8579 -/living_room_0050/rgb_00037.jpg /living_room_0050/sync_depth_00037.png 518.8579 -/dining_room_0034/rgb_00117.jpg /dining_room_0034/sync_depth_00117.png 518.8579 -/kitchen_0053/rgb_00246.jpg /kitchen_0053/sync_depth_00246.png 518.8579 -/living_room_0050/rgb_00222.jpg /living_room_0050/sync_depth_00222.png 518.8579 -/bedroom_0039/rgb_00005.jpg /bedroom_0039/sync_depth_00005.png 518.8579 -/cafe_0001a/rgb_00020.jpg /cafe_0001a/sync_depth_00020.png 518.8579 -/bedroom_0107/rgb_00047.jpg /bedroom_0107/sync_depth_00047.png 518.8579 -/home_office_0005/rgb_00128.jpg /home_office_0005/sync_depth_00128.png 518.8579 -/study_room_0005a/rgb_00042.jpg /study_room_0005a/sync_depth_00042.png 518.8579 -/living_room_0062/rgb_00065.jpg /living_room_0062/sync_depth_00065.png 518.8579 -/bedroom_0020/rgb_00093.jpg /bedroom_0020/sync_depth_00093.png 518.8579 -/furniture_store_0002b/rgb_00173.jpg /furniture_store_0002b/sync_depth_00173.png 518.8579 -/living_room_0040/rgb_00213.jpg /living_room_0040/sync_depth_00213.png 518.8579 -/living_room_0058/rgb_00199.jpg /living_room_0058/sync_depth_00199.png 518.8579 -/kitchen_0051/rgb_00133.jpg /kitchen_0051/sync_depth_00133.png 518.8579 -/bedroom_0050/rgb_00108.jpg /bedroom_0050/sync_depth_00108.png 518.8579 -/kitchen_0043/rgb_00014.jpg /kitchen_0043/sync_depth_00014.png 518.8579 -/kitchen_0050/rgb_00195.jpg /kitchen_0050/sync_depth_00195.png 518.8579 -/study_0006/rgb_00008.jpg /study_0006/sync_depth_00008.png 518.8579 -/bedroom_0017/rgb_00053.jpg /bedroom_0017/sync_depth_00053.png 518.8579 -/bedroom_0051/rgb_00204.jpg /bedroom_0051/sync_depth_00204.png 518.8579 -/living_room_0004/rgb_00028.jpg /living_room_0004/sync_depth_00028.png 518.8579 -/kitchen_0060/rgb_00123.jpg /kitchen_0060/sync_depth_00123.png 518.8579 -/dining_room_0033/rgb_00109.jpg /dining_room_0033/sync_depth_00109.png 518.8579 -/classroom_0003/rgb_00097.jpg /classroom_0003/sync_depth_00097.png 518.8579 -/living_room_0047b/rgb_00124.jpg /living_room_0047b/sync_depth_00124.png 518.8579 -/furniture_store_0001e/rgb_00086.jpg /furniture_store_0001e/sync_depth_00086.png 518.8579 -/dinette_0001/rgb_00059.jpg /dinette_0001/sync_depth_00059.png 518.8579 -/dining_room_0031/rgb_00006.jpg /dining_room_0031/sync_depth_00006.png 518.8579 -/kitchen_0048/rgb_00071.jpg /kitchen_0048/sync_depth_00071.png 518.8579 -/office_0009/rgb_00082.jpg /office_0009/sync_depth_00082.png 518.8579 -/living_room_0068/rgb_00084.jpg /living_room_0068/sync_depth_00084.png 518.8579 -/living_room_0047b/rgb_00021.jpg /living_room_0047b/sync_depth_00021.png 518.8579 -/bathroom_0011/rgb_00016.jpg /bathroom_0011/sync_depth_00016.png 518.8579 -/office_0023/rgb_00023.jpg /office_0023/sync_depth_00023.png 518.8579 -/bookstore_0001f/rgb_00066.jpg /bookstore_0001f/sync_depth_00066.png 518.8579 -/dinette_0001/rgb_00102.jpg /dinette_0001/sync_depth_00102.png 518.8579 -/dining_room_0034/rgb_00151.jpg /dining_room_0034/sync_depth_00151.png 518.8579 -/dining_room_0007/rgb_00130.jpg /dining_room_0007/sync_depth_00130.png 518.8579 -/living_room_0040/rgb_00285.jpg /living_room_0040/sync_depth_00285.png 518.8579 -/dining_room_0034/rgb_00164.jpg /dining_room_0034/sync_depth_00164.png 518.8579 -/bedroom_0104/rgb_00049.jpg /bedroom_0104/sync_depth_00049.png 518.8579 -/living_room_0020/rgb_00140.jpg /living_room_0020/sync_depth_00140.png 518.8579 -/bedroom_0033/rgb_00120.jpg /bedroom_0033/sync_depth_00120.png 518.8579 -/classroom_0022/rgb_00069.jpg /classroom_0022/sync_depth_00069.png 518.8579 -/living_room_0071/rgb_00042.jpg /living_room_0071/sync_depth_00042.png 518.8579 -/bookstore_0001f/rgb_00289.jpg /bookstore_0001f/sync_depth_00289.png 518.8579 -/study_0004/rgb_00078.jpg /study_0004/sync_depth_00078.png 518.8579 -/kitchen_0029b/rgb_00058.jpg /kitchen_0029b/sync_depth_00058.png 518.8579 -/dining_room_0001b/rgb_00148.jpg /dining_room_0001b/sync_depth_00148.png 518.8579 -/home_storage_0001/rgb_00107.jpg /home_storage_0001/sync_depth_00107.png 518.8579 -/kitchen_0029b/rgb_00039.jpg /kitchen_0029b/sync_depth_00039.png 518.8579 -/bedroom_0126/rgb_00067.jpg /bedroom_0126/sync_depth_00067.png 518.8579 -/living_room_0022/rgb_00244.jpg /living_room_0022/sync_depth_00244.png 518.8579 -/living_room_0086a/rgb_00021.jpg /living_room_0086a/sync_depth_00021.png 518.8579 -/basement_0001a/rgb_00191.jpg /basement_0001a/sync_depth_00191.png 518.8579 -/excercise_room_0001/rgb_00110.jpg /excercise_room_0001/sync_depth_00110.png 518.8579 -/office_0026/rgb_00093.jpg /office_0026/sync_depth_00093.png 518.8579 -/dining_room_0001b/rgb_00070.jpg /dining_room_0001b/sync_depth_00070.png 518.8579 -/living_room_0022/rgb_00186.jpg /living_room_0022/sync_depth_00186.png 518.8579 -/office_0024/rgb_00097.jpg /office_0024/sync_depth_00097.png 518.8579 -/kitchen_0035b/rgb_00131.jpg /kitchen_0035b/sync_depth_00131.png 518.8579 -/bedroom_0078/rgb_00122.jpg /bedroom_0078/sync_depth_00122.png 518.8579 -/bathroom_0007/rgb_00112.jpg /bathroom_0007/sync_depth_00112.png 518.8579 -/bedroom_0040/rgb_00015.jpg /bedroom_0040/sync_depth_00015.png 518.8579 -/study_room_0005b/rgb_00084.jpg /study_room_0005b/sync_depth_00084.png 518.8579 -/bathroom_0002/rgb_00016.jpg /bathroom_0002/sync_depth_00016.png 518.8579 -/bathroom_0019/rgb_00026.jpg /bathroom_0019/sync_depth_00026.png 518.8579 -/bedroom_0140/rgb_00031.jpg /bedroom_0140/sync_depth_00031.png 518.8579 -/living_room_0012/rgb_00098.jpg /living_room_0012/sync_depth_00098.png 518.8579 -/bedroom_0071/rgb_00130.jpg /bedroom_0071/sync_depth_00130.png 518.8579 -/office_0011/rgb_00112.jpg /office_0011/sync_depth_00112.png 518.8579 -/kitchen_0052/rgb_00009.jpg /kitchen_0052/sync_depth_00009.png 518.8579 -/student_lounge_0001/rgb_00052.jpg /student_lounge_0001/sync_depth_00052.png 518.8579 -/kitchen_0051/rgb_00243.jpg /kitchen_0051/sync_depth_00243.png 518.8579 -/office_0026/rgb_00077.jpg /office_0026/sync_depth_00077.png 518.8579 -/kitchen_0050/rgb_00059.jpg /kitchen_0050/sync_depth_00059.png 518.8579 -/living_room_0004/rgb_00115.jpg /living_room_0004/sync_depth_00115.png 518.8579 -/living_room_0047b/rgb_00101.jpg /living_room_0047b/sync_depth_00101.png 518.8579 -/bedroom_0010/rgb_00035.jpg /bedroom_0010/sync_depth_00035.png 518.8579 -/bedroom_0028/rgb_00006.jpg /bedroom_0028/sync_depth_00006.png 518.8579 -/bedroom_0078/rgb_00166.jpg /bedroom_0078/sync_depth_00166.png 518.8579 -/office_0009/rgb_00038.jpg /office_0009/sync_depth_00038.png 518.8579 -/kitchen_0033/rgb_00116.jpg /kitchen_0033/sync_depth_00116.png 518.8579 -/kitchen_0041/rgb_00023.jpg /kitchen_0041/sync_depth_00023.png 518.8579 -/bedroom_0069/rgb_00054.jpg /bedroom_0069/sync_depth_00054.png 518.8579 -/office_0011/rgb_00041.jpg /office_0011/sync_depth_00041.png 518.8579 -/reception_room_0002/rgb_00163.jpg /reception_room_0002/sync_depth_00163.png 518.8579 -/home_office_0006/rgb_00052.jpg /home_office_0006/sync_depth_00052.png 518.8579 -/dining_room_0023/rgb_00020.jpg /dining_room_0023/sync_depth_00020.png 518.8579 -/kitchen_0048/rgb_00079.jpg /kitchen_0048/sync_depth_00079.png 518.8579 -/bookstore_0001j/rgb_00000.jpg /bookstore_0001j/sync_depth_00000.png 518.8579 -/playroom_0002/rgb_00082.jpg /playroom_0002/sync_depth_00082.png 518.8579 -/kitchen_0033/rgb_00134.jpg /kitchen_0033/sync_depth_00134.png 518.8579 -/study_0003/rgb_00020.jpg /study_0003/sync_depth_00020.png 518.8579 -/kitchen_0045b/rgb_00102.jpg /kitchen_0045b/sync_depth_00102.png 518.8579 -/dining_room_0007/rgb_00134.jpg /dining_room_0007/sync_depth_00134.png 518.8579 -/playroom_0003/rgb_00050.jpg /playroom_0003/sync_depth_00050.png 518.8579 -/bedroom_0033/rgb_00029.jpg /bedroom_0033/sync_depth_00029.png 518.8579 -/home_storage_0001/rgb_00005.jpg /home_storage_0001/sync_depth_00005.png 518.8579 -/bedroom_0072/rgb_00082.jpg /bedroom_0072/sync_depth_00082.png 518.8579 -/kitchen_0031/rgb_00176.jpg /kitchen_0031/sync_depth_00176.png 518.8579 -/bedroom_0062/rgb_00072.jpg /bedroom_0062/sync_depth_00072.png 518.8579 -/bedroom_0076a/rgb_00056.jpg /bedroom_0076a/sync_depth_00056.png 518.8579 -/cafe_0001a/rgb_00035.jpg /cafe_0001a/sync_depth_00035.png 518.8579 -/kitchen_0050/rgb_00097.jpg /kitchen_0050/sync_depth_00097.png 518.8579 -/kitchen_0052/rgb_00004.jpg /kitchen_0052/sync_depth_00004.png 518.8579 -/nyu_office_1/rgb_00030.jpg /nyu_office_1/sync_depth_00030.png 518.8579 -/living_room_0068/rgb_00101.jpg /living_room_0068/sync_depth_00101.png 518.8579 -/home_office_0008/rgb_00000.jpg /home_office_0008/sync_depth_00000.png 518.8579 -/office_kitchen_0001a/rgb_00028.jpg /office_kitchen_0001a/sync_depth_00028.png 518.8579 -/bedroom_0004/rgb_00093.jpg /bedroom_0004/sync_depth_00093.png 518.8579 -/living_room_0040/rgb_00200.jpg /living_room_0040/sync_depth_00200.png 518.8579 -/dining_room_0013/rgb_00188.jpg /dining_room_0013/sync_depth_00188.png 518.8579 -/bookstore_0001g/rgb_00249.jpg /bookstore_0001g/sync_depth_00249.png 518.8579 -/bathroom_0034/rgb_00065.jpg /bathroom_0034/sync_depth_00065.png 518.8579 -/dining_room_0024/rgb_00101.jpg /dining_room_0024/sync_depth_00101.png 518.8579 -/bedroom_0104/rgb_00107.jpg /bedroom_0104/sync_depth_00107.png 518.8579 -/bedroom_0004/rgb_00151.jpg /bedroom_0004/sync_depth_00151.png 518.8579 -/office_0009/rgb_00051.jpg /office_0009/sync_depth_00051.png 518.8579 -/nyu_office_1/rgb_00044.jpg /nyu_office_1/sync_depth_00044.png 518.8579 -/living_room_0083/rgb_00066.jpg /living_room_0083/sync_depth_00066.png 518.8579 -/living_room_0069a/rgb_00115.jpg /living_room_0069a/sync_depth_00115.png 518.8579 -/kitchen_0045a/rgb_00205.jpg /kitchen_0045a/sync_depth_00205.png 518.8579 -/living_room_0040/rgb_00192.jpg /living_room_0040/sync_depth_00192.png 518.8579 -/bathroom_0014a/rgb_00078.jpg /bathroom_0014a/sync_depth_00078.png 518.8579 -/bedroom_0047/rgb_00031.jpg /bedroom_0047/sync_depth_00031.png 518.8579 -/bedroom_0104/rgb_00011.jpg /bedroom_0104/sync_depth_00011.png 518.8579 -/dining_room_0033/rgb_00097.jpg /dining_room_0033/sync_depth_00097.png 518.8579 -/computer_lab_0002/rgb_00009.jpg /computer_lab_0002/sync_depth_00009.png 518.8579 -/living_room_0070/rgb_00028.jpg /living_room_0070/sync_depth_00028.png 518.8579 -/nyu_office_1/rgb_00084.jpg /nyu_office_1/sync_depth_00084.png 518.8579 -/classroom_0006/rgb_00203.jpg /classroom_0006/sync_depth_00203.png 518.8579 -/dining_room_0034/rgb_00029.jpg /dining_room_0034/sync_depth_00029.png 518.8579 -/bookstore_0001j/rgb_00312.jpg /bookstore_0001j/sync_depth_00312.png 518.8579 -/bathroom_0028/rgb_00114.jpg /bathroom_0028/sync_depth_00114.png 518.8579 -/kitchen_0028a/rgb_00203.jpg /kitchen_0028a/sync_depth_00203.png 518.8579 -/bookstore_0001j/rgb_00148.jpg /bookstore_0001j/sync_depth_00148.png 518.8579 -/bookstore_0001e/rgb_00175.jpg /bookstore_0001e/sync_depth_00175.png 518.8579 -/bedroom_0074/rgb_00125.jpg /bedroom_0074/sync_depth_00125.png 518.8579 -/bedroom_0136/rgb_00062.jpg /bedroom_0136/sync_depth_00062.png 518.8579 -/dining_room_0014/rgb_00089.jpg /dining_room_0014/sync_depth_00089.png 518.8579 -/bedroom_0067b/rgb_00004.jpg /bedroom_0067b/sync_depth_00004.png 518.8579 -/office_0009/rgb_00063.jpg /office_0009/sync_depth_00063.png 518.8579 -/kitchen_0048/rgb_00143.jpg /kitchen_0048/sync_depth_00143.png 518.8579 -/furniture_store_0002a/rgb_00230.jpg /furniture_store_0002a/sync_depth_00230.png 518.8579 -/bedroom_0016/rgb_00070.jpg /bedroom_0016/sync_depth_00070.png 518.8579 -/reception_room_0004/rgb_00033.jpg /reception_room_0004/sync_depth_00033.png 518.8579 -/bedroom_0100/rgb_00011.jpg /bedroom_0100/sync_depth_00011.png 518.8579 -/living_room_0022/rgb_00096.jpg /living_room_0022/sync_depth_00096.png 518.8579 -/kitchen_0045b/rgb_00089.jpg /kitchen_0045b/sync_depth_00089.png 518.8579 -/furniture_store_0002b/rgb_00120.jpg /furniture_store_0002b/sync_depth_00120.png 518.8579 -/living_room_0020/rgb_00030.jpg /living_room_0020/sync_depth_00030.png 518.8579 -/kitchen_0048/rgb_00154.jpg /kitchen_0048/sync_depth_00154.png 518.8579 -/office_0026/rgb_00089.jpg /office_0026/sync_depth_00089.png 518.8579 -/furniture_store_0002c/rgb_00037.jpg /furniture_store_0002c/sync_depth_00037.png 518.8579 -/bedroom_0076a/rgb_00092.jpg /bedroom_0076a/sync_depth_00092.png 518.8579 -/dining_room_0031/rgb_00384.jpg /dining_room_0031/sync_depth_00384.png 518.8579 -/living_room_0055/rgb_00117.jpg /living_room_0055/sync_depth_00117.png 518.8579 -/living_room_0040/rgb_00148.jpg /living_room_0040/sync_depth_00148.png 518.8579 -/conference_room_0002/rgb_00040.jpg /conference_room_0002/sync_depth_00040.png 518.8579 -/bedroom_0050/rgb_00075.jpg /bedroom_0050/sync_depth_00075.png 518.8579 -/bedroom_0126/rgb_00070.jpg /bedroom_0126/sync_depth_00070.png 518.8579 -/furniture_store_0002b/rgb_00129.jpg /furniture_store_0002b/sync_depth_00129.png 518.8579 -/kitchen_0029c/rgb_00171.jpg /kitchen_0029c/sync_depth_00171.png 518.8579 -/living_room_0020/rgb_00029.jpg /living_room_0020/sync_depth_00029.png 518.8579 -/office_0012/rgb_00014.jpg /office_0012/sync_depth_00014.png 518.8579 -/study_room_0004/rgb_00030.jpg /study_room_0004/sync_depth_00030.png 518.8579 -/furniture_store_0002a/rgb_00363.jpg /furniture_store_0002a/sync_depth_00363.png 518.8579 -/kitchen_0060/rgb_00100.jpg /kitchen_0060/sync_depth_00100.png 518.8579 -/classroom_0006/rgb_00099.jpg /classroom_0006/sync_depth_00099.png 518.8579 -/bedroom_0100/rgb_00017.jpg /bedroom_0100/sync_depth_00017.png 518.8579 -/bedroom_0016/rgb_00167.jpg /bedroom_0016/sync_depth_00167.png 518.8579 -/bedroom_0056b/rgb_00010.jpg /bedroom_0056b/sync_depth_00010.png 518.8579 -/living_room_0085/rgb_00001.jpg /living_room_0085/sync_depth_00001.png 518.8579 -/bedroom_0074/rgb_00047.jpg /bedroom_0074/sync_depth_00047.png 518.8579 -/bedroom_0042/rgb_00004.jpg /bedroom_0042/sync_depth_00004.png 518.8579 -/kitchen_0028a/rgb_00048.jpg /kitchen_0028a/sync_depth_00048.png 518.8579 -/playroom_0002/rgb_00063.jpg /playroom_0002/sync_depth_00063.png 518.8579 -/living_room_0070/rgb_00034.jpg /living_room_0070/sync_depth_00034.png 518.8579 -/bathroom_0028/rgb_00001.jpg /bathroom_0028/sync_depth_00001.png 518.8579 -/classroom_0011/rgb_00021.jpg /classroom_0011/sync_depth_00021.png 518.8579 -/living_room_0050/rgb_00220.jpg /living_room_0050/sync_depth_00220.png 518.8579 -/classroom_0018/rgb_00049.jpg /classroom_0018/sync_depth_00049.png 518.8579 -/bookstore_0001e/rgb_00156.jpg /bookstore_0001e/sync_depth_00156.png 518.8579 -/furniture_store_0001d/rgb_00259.jpg /furniture_store_0001d/sync_depth_00259.png 518.8579 -/home_office_0011/rgb_00041.jpg /home_office_0011/sync_depth_00041.png 518.8579 -/bedroom_0040/rgb_00069.jpg /bedroom_0040/sync_depth_00069.png 518.8579 -/bedroom_0074/rgb_00060.jpg /bedroom_0074/sync_depth_00060.png 518.8579 -/living_room_0039/rgb_00064.jpg /living_room_0039/sync_depth_00064.png 518.8579 -/home_office_0004/rgb_00054.jpg /home_office_0004/sync_depth_00054.png 518.8579 -/bathroom_0057/rgb_00034.jpg /bathroom_0057/sync_depth_00034.png 518.8579 -/bedroom_0098/rgb_00024.jpg /bedroom_0098/sync_depth_00024.png 518.8579 -/bedroom_0090/rgb_00007.jpg /bedroom_0090/sync_depth_00007.png 518.8579 -/student_lounge_0001/rgb_00118.jpg /student_lounge_0001/sync_depth_00118.png 518.8579 -/bookstore_0001e/rgb_00022.jpg /bookstore_0001e/sync_depth_00022.png 518.8579 -/bedroom_0047/rgb_00003.jpg /bedroom_0047/sync_depth_00003.png 518.8579 -/bookstore_0001d/rgb_00356.jpg /bookstore_0001d/sync_depth_00356.png 518.8579 -/dining_room_0033/rgb_00113.jpg /dining_room_0033/sync_depth_00113.png 518.8579 -/bedroom_0041/rgb_00011.jpg /bedroom_0041/sync_depth_00011.png 518.8579 -/bedroom_0107/rgb_00010.jpg /bedroom_0107/sync_depth_00010.png 518.8579 -/bedroom_0015/rgb_00091.jpg /bedroom_0015/sync_depth_00091.png 518.8579 -/living_room_0083/rgb_00031.jpg /living_room_0083/sync_depth_00031.png 518.8579 -/bookstore_0001g/rgb_00091.jpg /bookstore_0001g/sync_depth_00091.png 518.8579 -/home_office_0013/rgb_00017.jpg /home_office_0013/sync_depth_00017.png 518.8579 -/basement_0001b/rgb_00026.jpg /basement_0001b/sync_depth_00026.png 518.8579 -/bookstore_0001i/rgb_00092.jpg /bookstore_0001i/sync_depth_00092.png 518.8579 -/living_room_0062/rgb_00016.jpg /living_room_0062/sync_depth_00016.png 518.8579 -/bedroom_0113/rgb_00031.jpg /bedroom_0113/sync_depth_00031.png 518.8579 -/bookstore_0001d/rgb_00036.jpg /bookstore_0001d/sync_depth_00036.png 518.8579 -/furniture_store_0001a/rgb_00006.jpg /furniture_store_0001a/sync_depth_00006.png 518.8579 -/living_room_0006/rgb_00010.jpg /living_room_0006/sync_depth_00010.png 518.8579 -/bedroom_0096/rgb_00004.jpg /bedroom_0096/sync_depth_00004.png 518.8579 -/dining_room_0013/rgb_00189.jpg /dining_room_0013/sync_depth_00189.png 518.8579 -/kitchen_0019a/rgb_00304.jpg /kitchen_0019a/sync_depth_00304.png 518.8579 -/bedroom_0138/rgb_00070.jpg /bedroom_0138/sync_depth_00070.png 518.8579 -/cafe_0001c/rgb_00009.jpg /cafe_0001c/sync_depth_00009.png 518.8579 -/nyu_office_0/rgb_00161.jpg /nyu_office_0/sync_depth_00161.png 518.8579 -/living_room_0012/rgb_00023.jpg /living_room_0012/sync_depth_00023.png 518.8579 -/dining_room_0034/rgb_00149.jpg /dining_room_0034/sync_depth_00149.png 518.8579 -/bookstore_0001j/rgb_00169.jpg /bookstore_0001j/sync_depth_00169.png 518.8579 -/living_room_0069b/rgb_00009.jpg /living_room_0069b/sync_depth_00009.png 518.8579 -/playroom_0004/rgb_00012.jpg /playroom_0004/sync_depth_00012.png 518.8579 -/kitchen_0029c/rgb_00021.jpg /kitchen_0029c/sync_depth_00021.png 518.8579 -/office_0012/rgb_00057.jpg /office_0012/sync_depth_00057.png 518.8579 -/bathroom_0007/rgb_00086.jpg /bathroom_0007/sync_depth_00086.png 518.8579 -/dining_room_0031/rgb_00297.jpg /dining_room_0031/sync_depth_00297.png 518.8579 -/kitchen_0028a/rgb_00091.jpg /kitchen_0028a/sync_depth_00091.png 518.8579 -/living_room_0050/rgb_00059.jpg /living_room_0050/sync_depth_00059.png 518.8579 -/classroom_0012/rgb_00044.jpg /classroom_0012/sync_depth_00044.png 518.8579 -/bookstore_0001d/rgb_00156.jpg /bookstore_0001d/sync_depth_00156.png 518.8579 -/bedroom_0004/rgb_00143.jpg /bedroom_0004/sync_depth_00143.png 518.8579 -/bedroom_0056b/rgb_00042.jpg /bedroom_0056b/sync_depth_00042.png 518.8579 -/home_office_0004/rgb_00168.jpg /home_office_0004/sync_depth_00168.png 518.8579 -/dining_room_0016/rgb_00166.jpg /dining_room_0016/sync_depth_00166.png 518.8579 -/laundry_room_0001/rgb_00054.jpg /laundry_room_0001/sync_depth_00054.png 518.8579 -/living_room_0055/rgb_00095.jpg /living_room_0055/sync_depth_00095.png 518.8579 -/playroom_0002/rgb_00031.jpg /playroom_0002/sync_depth_00031.png 518.8579 -/bookstore_0001e/rgb_00128.jpg /bookstore_0001e/sync_depth_00128.png 518.8579 -/dining_room_0028/rgb_00106.jpg /dining_room_0028/sync_depth_00106.png 518.8579 -/dining_room_0008/rgb_00096.jpg /dining_room_0008/sync_depth_00096.png 518.8579 -/bedroom_0098/rgb_00056.jpg /bedroom_0098/sync_depth_00056.png 518.8579 -/home_storage_0001/rgb_00132.jpg /home_storage_0001/sync_depth_00132.png 518.8579 -/living_room_0067/rgb_00038.jpg /living_room_0067/sync_depth_00038.png 518.8579 -/dining_room_0033/rgb_00131.jpg /dining_room_0033/sync_depth_00131.png 518.8579 -/office_kitchen_0003/rgb_00032.jpg /office_kitchen_0003/sync_depth_00032.png 518.8579 -/living_room_0018/rgb_00081.jpg /living_room_0018/sync_depth_00081.png 518.8579 -/dining_room_0024/rgb_00131.jpg /dining_room_0024/sync_depth_00131.png 518.8579 -/bathroom_0049/rgb_00024.jpg /bathroom_0049/sync_depth_00024.png 518.8579 -/kitchen_0003/rgb_00122.jpg /kitchen_0003/sync_depth_00122.png 518.8579 -/kitchen_0041/rgb_00038.jpg /kitchen_0041/sync_depth_00038.png 518.8579 -/bedroom_0104/rgb_00121.jpg /bedroom_0104/sync_depth_00121.png 518.8579 -/living_room_0050/rgb_00178.jpg /living_room_0050/sync_depth_00178.png 518.8579 -/living_room_0022/rgb_00371.jpg /living_room_0022/sync_depth_00371.png 518.8579 -/kitchen_0008/rgb_00040.jpg /kitchen_0008/sync_depth_00040.png 518.8579 -/living_room_0035/rgb_00109.jpg /living_room_0035/sync_depth_00109.png 518.8579 -/kitchen_0045b/rgb_00141.jpg /kitchen_0045b/sync_depth_00141.png 518.8579 -/living_room_0047b/rgb_00110.jpg /living_room_0047b/sync_depth_00110.png 518.8579 -/dining_room_0034/rgb_00213.jpg /dining_room_0034/sync_depth_00213.png 518.8579 -/bedroom_0065/rgb_00032.jpg /bedroom_0065/sync_depth_00032.png 518.8579 -/living_room_0037/rgb_00025.jpg /living_room_0037/sync_depth_00025.png 518.8579 -/bedroom_0029/rgb_00076.jpg /bedroom_0029/sync_depth_00076.png 518.8579 -/home_office_0005/rgb_00132.jpg /home_office_0005/sync_depth_00132.png 518.8579 -/bedroom_0026/rgb_00102.jpg /bedroom_0026/sync_depth_00102.png 518.8579 -/bedroom_0034/rgb_00021.jpg /bedroom_0034/sync_depth_00021.png 518.8579 -/kitchen_0003/rgb_00013.jpg /kitchen_0003/sync_depth_00013.png 518.8579 -/bathroom_0013/rgb_00006.jpg /bathroom_0013/sync_depth_00006.png 518.8579 -/bedroom_0130/rgb_00066.jpg /bedroom_0130/sync_depth_00066.png 518.8579 -/living_room_0067/rgb_00071.jpg /living_room_0067/sync_depth_00071.png 518.8579 -/dining_room_0008/rgb_00181.jpg /dining_room_0008/sync_depth_00181.png 518.8579 -/kitchen_0029a/rgb_00028.jpg /kitchen_0029a/sync_depth_00028.png 518.8579 -/bedroom_0026/rgb_00121.jpg /bedroom_0026/sync_depth_00121.png 518.8579 -/living_room_0040/rgb_00168.jpg /living_room_0040/sync_depth_00168.png 518.8579 -/living_room_0022/rgb_00011.jpg /living_room_0022/sync_depth_00011.png 518.8579 -/bookstore_0001j/rgb_00071.jpg /bookstore_0001j/sync_depth_00071.png 518.8579 -/dining_room_0031/rgb_00196.jpg /dining_room_0031/sync_depth_00196.png 518.8579 -/kitchen_0011a/rgb_00037.jpg /kitchen_0011a/sync_depth_00037.png 518.8579 -/bedroom_0063/rgb_00013.jpg /bedroom_0063/sync_depth_00013.png 518.8579 -/kitchen_0049/rgb_00205.jpg /kitchen_0049/sync_depth_00205.png 518.8579 -/bookstore_0001f/rgb_00508.jpg /bookstore_0001f/sync_depth_00508.png 518.8579 -/playroom_0003/rgb_00082.jpg /playroom_0003/sync_depth_00082.png 518.8579 -/living_room_0039/rgb_00164.jpg /living_room_0039/sync_depth_00164.png 518.8579 -/bedroom_0065/rgb_00038.jpg /bedroom_0065/sync_depth_00038.png 518.8579 -/dining_room_0031/rgb_00135.jpg /dining_room_0031/sync_depth_00135.png 518.8579 -/classroom_0022/rgb_00109.jpg /classroom_0022/sync_depth_00109.png 518.8579 -/kitchen_0052/rgb_00115.jpg /kitchen_0052/sync_depth_00115.png 518.8579 -/kitchen_0045a/rgb_00057.jpg /kitchen_0045a/sync_depth_00057.png 518.8579 -/office_0026/rgb_00013.jpg /office_0026/sync_depth_00013.png 518.8579 -/conference_room_0001/rgb_00095.jpg /conference_room_0001/sync_depth_00095.png 518.8579 -/dining_room_0001b/rgb_00104.jpg /dining_room_0001b/sync_depth_00104.png 518.8579 -/bedroom_0106/rgb_00122.jpg /bedroom_0106/sync_depth_00122.png 518.8579 -/nyu_office_1/rgb_00107.jpg /nyu_office_1/sync_depth_00107.png 518.8579 -/living_room_0082/rgb_00036.jpg /living_room_0082/sync_depth_00036.png 518.8579 -/bedroom_0140/rgb_00124.jpg /bedroom_0140/sync_depth_00124.png 518.8579 -/kitchen_0035b/rgb_00259.jpg /kitchen_0035b/sync_depth_00259.png 518.8579 -/kitchen_0059/rgb_00038.jpg /kitchen_0059/sync_depth_00038.png 518.8579 -/bathroom_0019/rgb_00090.jpg /bathroom_0019/sync_depth_00090.png 518.8579 -/bookstore_0001f/rgb_00300.jpg /bookstore_0001f/sync_depth_00300.png 518.8579 -/bathroom_0019/rgb_00047.jpg /bathroom_0019/sync_depth_00047.png 518.8579 -/kitchen_0052/rgb_00077.jpg /kitchen_0052/sync_depth_00077.png 518.8579 -/dining_room_0029/rgb_00114.jpg /dining_room_0029/sync_depth_00114.png 518.8579 -/kitchen_0031/rgb_00124.jpg /kitchen_0031/sync_depth_00124.png 518.8579 -/cafe_0001a/rgb_00080.jpg /cafe_0001a/sync_depth_00080.png 518.8579 -/kitchen_0052/rgb_00180.jpg /kitchen_0052/sync_depth_00180.png 518.8579 -/bedroom_0019/rgb_00111.jpg /bedroom_0019/sync_depth_00111.png 518.8579 -/living_room_0086a/rgb_00043.jpg /living_room_0086a/sync_depth_00043.png 518.8579 -/living_room_0069a/rgb_00109.jpg /living_room_0069a/sync_depth_00109.png 518.8579 -/nyu_office_0/rgb_00127.jpg /nyu_office_0/sync_depth_00127.png 518.8579 -/home_office_0005/rgb_00113.jpg /home_office_0005/sync_depth_00113.png 518.8579 -/bathroom_0013/rgb_00001.jpg /bathroom_0013/sync_depth_00001.png 518.8579 -/kitchen_0019a/rgb_00300.jpg /kitchen_0019a/sync_depth_00300.png 518.8579 -/furniture_store_0002b/rgb_00091.jpg /furniture_store_0002b/sync_depth_00091.png 518.8579 -/living_room_0012/rgb_00161.jpg /living_room_0012/sync_depth_00161.png 518.8579 -/living_room_0050/rgb_00252.jpg /living_room_0050/sync_depth_00252.png 518.8579 -/living_room_0004/rgb_00054.jpg /living_room_0004/sync_depth_00054.png 518.8579 -/bedroom_0034/rgb_00042.jpg /bedroom_0034/sync_depth_00042.png 518.8579 -/student_lounge_0001/rgb_00068.jpg /student_lounge_0001/sync_depth_00068.png 518.8579 -/reception_room_0004/rgb_00008.jpg /reception_room_0004/sync_depth_00008.png 518.8579 -/student_lounge_0001/rgb_00234.jpg /student_lounge_0001/sync_depth_00234.png 518.8579 -/furniture_store_0002a/rgb_00143.jpg /furniture_store_0002a/sync_depth_00143.png 518.8579 -/kitchen_0052/rgb_00176.jpg /kitchen_0052/sync_depth_00176.png 518.8579 -/living_room_0018/rgb_00210.jpg /living_room_0018/sync_depth_00210.png 518.8579 -/living_room_0062/rgb_00025.jpg /living_room_0062/sync_depth_00025.png 518.8579 -/bedroom_0138/rgb_00013.jpg /bedroom_0138/sync_depth_00013.png 518.8579 -/dining_room_0024/rgb_00006.jpg /dining_room_0024/sync_depth_00006.png 518.8579 -/living_room_0046b/rgb_00006.jpg /living_room_0046b/sync_depth_00006.png 518.8579 -/living_room_0058/rgb_00241.jpg /living_room_0058/sync_depth_00241.png 518.8579 -/bedroom_0140/rgb_00020.jpg /bedroom_0140/sync_depth_00020.png 518.8579 -/living_room_0078/rgb_00072.jpg /living_room_0078/sync_depth_00072.png 518.8579 -/kitchen_0049/rgb_00098.jpg /kitchen_0049/sync_depth_00098.png 518.8579 -/kitchen_0019b/rgb_00005.jpg /kitchen_0019b/sync_depth_00005.png 518.8579 -/kitchen_0050/rgb_00041.jpg /kitchen_0050/sync_depth_00041.png 518.8579 -/dining_room_0033/rgb_00025.jpg /dining_room_0033/sync_depth_00025.png 518.8579 -/kitchen_0029b/rgb_00043.jpg /kitchen_0029b/sync_depth_00043.png 518.8579 -/office_0026/rgb_00109.jpg /office_0026/sync_depth_00109.png 518.8579 -/living_room_0055/rgb_00124.jpg /living_room_0055/sync_depth_00124.png 518.8579 -/playroom_0003/rgb_00136.jpg /playroom_0003/sync_depth_00136.png 518.8579 -/kitchen_0045b/rgb_00009.jpg /kitchen_0045b/sync_depth_00009.png 518.8579 -/dining_room_0013/rgb_00061.jpg /dining_room_0013/sync_depth_00061.png 518.8579 -/bedroom_0076a/rgb_00222.jpg /bedroom_0076a/sync_depth_00222.png 518.8579 -/home_storage_0001/rgb_00023.jpg /home_storage_0001/sync_depth_00023.png 518.8579 -/student_lounge_0001/rgb_00064.jpg /student_lounge_0001/sync_depth_00064.png 518.8579 -/living_room_0022/rgb_00354.jpg /living_room_0022/sync_depth_00354.png 518.8579 -/living_room_0062/rgb_00013.jpg /living_room_0062/sync_depth_00013.png 518.8579 -/computer_lab_0002/rgb_00007.jpg /computer_lab_0002/sync_depth_00007.png 518.8579 -/classroom_0011/rgb_00009.jpg /classroom_0011/sync_depth_00009.png 518.8579 -/bookstore_0001i/rgb_00114.jpg /bookstore_0001i/sync_depth_00114.png 518.8579 -/bedroom_0051/rgb_00030.jpg /bedroom_0051/sync_depth_00030.png 518.8579 -/bedroom_0047/rgb_00047.jpg /bedroom_0047/sync_depth_00047.png 518.8579 -/bookstore_0001g/rgb_00155.jpg /bookstore_0001g/sync_depth_00155.png 518.8579 -/bookstore_0001f/rgb_00155.jpg /bookstore_0001f/sync_depth_00155.png 518.8579 -/bookstore_0001d/rgb_00147.jpg /bookstore_0001d/sync_depth_00147.png 518.8579 -/kitchen_0010/rgb_00109.jpg /kitchen_0010/sync_depth_00109.png 518.8579 -/bedroom_0130/rgb_00034.jpg /bedroom_0130/sync_depth_00034.png 518.8579 -/kitchen_0031/rgb_00146.jpg /kitchen_0031/sync_depth_00146.png 518.8579 -/office_0024/rgb_00125.jpg /office_0024/sync_depth_00125.png 518.8579 -/bedroom_0052/rgb_00051.jpg /bedroom_0052/sync_depth_00051.png 518.8579 -/kitchen_0048/rgb_00076.jpg /kitchen_0048/sync_depth_00076.png 518.8579 -/kitchen_0050/rgb_00070.jpg /kitchen_0050/sync_depth_00070.png 518.8579 -/dining_room_0023/rgb_00149.jpg /dining_room_0023/sync_depth_00149.png 518.8579 -/living_room_0069b/rgb_00008.jpg /living_room_0069b/sync_depth_00008.png 518.8579 -/living_room_0033/rgb_00042.jpg /living_room_0033/sync_depth_00042.png 518.8579 -/bathroom_0007/rgb_00037.jpg /bathroom_0007/sync_depth_00037.png 518.8579 -/nyu_office_0/rgb_00269.jpg /nyu_office_0/sync_depth_00269.png 518.8579 -/cafe_0001c/rgb_00074.jpg /cafe_0001c/sync_depth_00074.png 518.8579 -/office_0012/rgb_00041.jpg /office_0012/sync_depth_00041.png 518.8579 -/home_office_0013/rgb_00037.jpg /home_office_0013/sync_depth_00037.png 518.8579 -/dining_room_0028/rgb_00009.jpg /dining_room_0028/sync_depth_00009.png 518.8579 -/kitchen_0033/rgb_00170.jpg /kitchen_0033/sync_depth_00170.png 518.8579 -/bedroom_0033/rgb_00067.jpg /bedroom_0033/sync_depth_00067.png 518.8579 -/living_room_0040/rgb_00248.jpg /living_room_0040/sync_depth_00248.png 518.8579 -/bedroom_0104/rgb_00078.jpg /bedroom_0104/sync_depth_00078.png 518.8579 -/office_0021/rgb_00033.jpg /office_0021/sync_depth_00033.png 518.8579 -/living_room_0037/rgb_00029.jpg /living_room_0037/sync_depth_00029.png 518.8579 -/kitchen_0019a/rgb_00022.jpg /kitchen_0019a/sync_depth_00022.png 518.8579 -/cafe_0001a/rgb_00069.jpg /cafe_0001a/sync_depth_00069.png 518.8579 -/bathroom_0050/rgb_00013.jpg /bathroom_0050/sync_depth_00013.png 518.8579 -/dining_room_0016/rgb_00163.jpg /dining_room_0016/sync_depth_00163.png 518.8579 -/living_room_0047b/rgb_00153.jpg /living_room_0047b/sync_depth_00153.png 518.8579 -/bedroom_0086/rgb_00119.jpg /bedroom_0086/sync_depth_00119.png 518.8579 -/bathroom_0054/rgb_00016.jpg /bathroom_0054/sync_depth_00016.png 518.8579 -/bathroom_0033/rgb_00009.jpg /bathroom_0033/sync_depth_00009.png 518.8579 -/kitchen_0049/rgb_00117.jpg /kitchen_0049/sync_depth_00117.png 518.8579 -/kitchen_0029c/rgb_00111.jpg /kitchen_0029c/sync_depth_00111.png 518.8579 -/dining_room_0034/rgb_00177.jpg /dining_room_0034/sync_depth_00177.png 518.8579 -/kitchen_0031/rgb_00112.jpg /kitchen_0031/sync_depth_00112.png 518.8579 -/cafe_0001c/rgb_00090.jpg /cafe_0001c/sync_depth_00090.png 518.8579 -/bookstore_0001i/rgb_00099.jpg /bookstore_0001i/sync_depth_00099.png 518.8579 -/dining_room_0024/rgb_00037.jpg /dining_room_0024/sync_depth_00037.png 518.8579 -/dining_room_0012/rgb_00153.jpg /dining_room_0012/sync_depth_00153.png 518.8579 -/kitchen_0048/rgb_00172.jpg /kitchen_0048/sync_depth_00172.png 518.8579 -/kitchen_0035b/rgb_00182.jpg /kitchen_0035b/sync_depth_00182.png 518.8579 -/furniture_store_0002a/rgb_00333.jpg /furniture_store_0002a/sync_depth_00333.png 518.8579 -/living_room_0018/rgb_00030.jpg /living_room_0018/sync_depth_00030.png 518.8579 -/bedroom_0113/rgb_00115.jpg /bedroom_0113/sync_depth_00115.png 518.8579 -/office_0003/rgb_00017.jpg /office_0003/sync_depth_00017.png 518.8579 -/living_room_0033/rgb_00000.jpg /living_room_0033/sync_depth_00000.png 518.8579 -/furniture_store_0002b/rgb_00178.jpg /furniture_store_0002b/sync_depth_00178.png 518.8579 -/living_room_0010/rgb_00231.jpg /living_room_0010/sync_depth_00231.png 518.8579 -/bedroom_0069/rgb_00035.jpg /bedroom_0069/sync_depth_00035.png 518.8579 -/cafe_0001b/rgb_00005.jpg /cafe_0001b/sync_depth_00005.png 518.8579 -/student_lounge_0001/rgb_00255.jpg /student_lounge_0001/sync_depth_00255.png 518.8579 -/living_room_0012/rgb_00113.jpg /living_room_0012/sync_depth_00113.png 518.8579 -/living_room_0070/rgb_00111.jpg /living_room_0070/sync_depth_00111.png 518.8579 -/nyu_office_0/rgb_00184.jpg /nyu_office_0/sync_depth_00184.png 518.8579 -/living_room_0020/rgb_00002.jpg /living_room_0020/sync_depth_00002.png 518.8579 -/living_room_0068/rgb_00003.jpg /living_room_0068/sync_depth_00003.png 518.8579 -/bedroom_0057/rgb_00008.jpg /bedroom_0057/sync_depth_00008.png 518.8579 -/living_room_0063/rgb_00072.jpg /living_room_0063/sync_depth_00072.png 518.8579 -/bedroom_0015/rgb_00083.jpg /bedroom_0015/sync_depth_00083.png 518.8579 -/bedroom_0051/rgb_00141.jpg /bedroom_0051/sync_depth_00141.png 518.8579 -/living_room_0011/rgb_00041.jpg /living_room_0011/sync_depth_00041.png 518.8579 -/furniture_store_0001b/rgb_00082.jpg /furniture_store_0001b/sync_depth_00082.png 518.8579 -/bedroom_0056a/rgb_00063.jpg /bedroom_0056a/sync_depth_00063.png 518.8579 -/furniture_store_0001d/rgb_00225.jpg /furniture_store_0001d/sync_depth_00225.png 518.8579 -/bookstore_0001f/rgb_00109.jpg /bookstore_0001f/sync_depth_00109.png 518.8579 -/bookstore_0001f/rgb_00117.jpg /bookstore_0001f/sync_depth_00117.png 518.8579 -/living_room_0070/rgb_00022.jpg /living_room_0070/sync_depth_00022.png 518.8579 -/bedroom_0106/rgb_00089.jpg /bedroom_0106/sync_depth_00089.png 518.8579 -/bathroom_0035/rgb_00012.jpg /bathroom_0035/sync_depth_00012.png 518.8579 -/living_room_0040/rgb_00313.jpg /living_room_0040/sync_depth_00313.png 518.8579 -/bedroom_0060/rgb_00072.jpg /bedroom_0060/sync_depth_00072.png 518.8579 -/dining_room_0034/rgb_00139.jpg /dining_room_0034/sync_depth_00139.png 518.8579 -/kitchen_0028a/rgb_00131.jpg /kitchen_0028a/sync_depth_00131.png 518.8579 -/home_office_0005/rgb_00039.jpg /home_office_0005/sync_depth_00039.png 518.8579 -/living_room_0020/rgb_00193.jpg /living_room_0020/sync_depth_00193.png 518.8579 -/living_room_0019/rgb_00079.jpg /living_room_0019/sync_depth_00079.png 518.8579 -/living_room_0029/rgb_00026.jpg /living_room_0029/sync_depth_00026.png 518.8579 -/bedroom_0130/rgb_00071.jpg /bedroom_0130/sync_depth_00071.png 518.8579 -/classroom_0010/rgb_00049.jpg /classroom_0010/sync_depth_00049.png 518.8579 -/kitchen_0051/rgb_00358.jpg /kitchen_0051/sync_depth_00358.png 518.8579 -/dining_room_0023/rgb_00118.jpg /dining_room_0023/sync_depth_00118.png 518.8579 -/office_0004/rgb_00043.jpg /office_0004/sync_depth_00043.png 518.8579 -/living_room_0047b/rgb_00042.jpg /living_room_0047b/sync_depth_00042.png 518.8579 -/cafe_0001a/rgb_00060.jpg /cafe_0001a/sync_depth_00060.png 518.8579 -/cafe_0001a/rgb_00063.jpg /cafe_0001a/sync_depth_00063.png 518.8579 -/living_room_0022/rgb_00355.jpg /living_room_0022/sync_depth_00355.png 518.8579 -/bedroom_0074/rgb_00133.jpg /bedroom_0074/sync_depth_00133.png 518.8579 -/office_0006/rgb_00046.jpg /office_0006/sync_depth_00046.png 518.8579 -/bedroom_0004/rgb_00101.jpg /bedroom_0004/sync_depth_00101.png 518.8579 -/dining_room_0013/rgb_00170.jpg /dining_room_0013/sync_depth_00170.png 518.8579 -/kitchen_0019b/rgb_00012.jpg /kitchen_0019b/sync_depth_00012.png 518.8579 -/cafe_0001a/rgb_00007.jpg /cafe_0001a/sync_depth_00007.png 518.8579 -/bedroom_0124/rgb_00021.jpg /bedroom_0124/sync_depth_00021.png 518.8579 -/reception_room_0004/rgb_00042.jpg /reception_room_0004/sync_depth_00042.png 518.8579 -/bedroom_0062/rgb_00105.jpg /bedroom_0062/sync_depth_00105.png 518.8579 -/bedroom_0020/rgb_00012.jpg /bedroom_0020/sync_depth_00012.png 518.8579 -/office_0006/rgb_00144.jpg /office_0006/sync_depth_00144.png 518.8579 -/bedroom_0067a/rgb_00041.jpg /bedroom_0067a/sync_depth_00041.png 518.8579 -/bedroom_0026/rgb_00054.jpg /bedroom_0026/sync_depth_00054.png 518.8579 -/dining_room_0008/rgb_00058.jpg /dining_room_0008/sync_depth_00058.png 518.8579 -/living_room_0055/rgb_00050.jpg /living_room_0055/sync_depth_00050.png 518.8579 -/living_room_0039/rgb_00037.jpg /living_room_0039/sync_depth_00037.png 518.8579 -/dining_room_0013/rgb_00100.jpg /dining_room_0013/sync_depth_00100.png 518.8579 -/living_room_0083/rgb_00036.jpg /living_room_0083/sync_depth_00036.png 518.8579 -/bedroom_0067a/rgb_00004.jpg /bedroom_0067a/sync_depth_00004.png 518.8579 -/office_0011/rgb_00149.jpg /office_0011/sync_depth_00149.png 518.8579 -/bedroom_0016/rgb_00173.jpg /bedroom_0016/sync_depth_00173.png 518.8579 -/bedroom_0072/rgb_00053.jpg /bedroom_0072/sync_depth_00053.png 518.8579 -/dining_room_0031/rgb_00077.jpg /dining_room_0031/sync_depth_00077.png 518.8579 -/home_office_0008/rgb_00001.jpg /home_office_0008/sync_depth_00001.png 518.8579 -/bedroom_0059/rgb_00002.jpg /bedroom_0059/sync_depth_00002.png 518.8579 -/living_room_0050/rgb_00171.jpg /living_room_0050/sync_depth_00171.png 518.8579 -/living_room_0029/rgb_00054.jpg /living_room_0029/sync_depth_00054.png 518.8579 -/furniture_store_0002b/rgb_00040.jpg /furniture_store_0002b/sync_depth_00040.png 518.8579 -/study_room_0004/rgb_00085.jpg /study_room_0004/sync_depth_00085.png 518.8579 -/bedroom_0056b/rgb_00001.jpg /bedroom_0056b/sync_depth_00001.png 518.8579 -/bedroom_0072/rgb_00047.jpg /bedroom_0072/sync_depth_00047.png 518.8579 -/bathroom_0007/rgb_00009.jpg /bathroom_0007/sync_depth_00009.png 518.8579 -/dining_room_0014/rgb_00017.jpg /dining_room_0014/sync_depth_00017.png 518.8579 -/bedroom_0047/rgb_00057.jpg /bedroom_0047/sync_depth_00057.png 518.8579 -/classroom_0006/rgb_00052.jpg /classroom_0006/sync_depth_00052.png 518.8579 -/playroom_0004/rgb_00086.jpg /playroom_0004/sync_depth_00086.png 518.8579 -/bedroom_0020/rgb_00108.jpg /bedroom_0020/sync_depth_00108.png 518.8579 -/home_office_0004/rgb_00103.jpg /home_office_0004/sync_depth_00103.png 518.8579 -/dining_room_0015/rgb_00239.jpg /dining_room_0015/sync_depth_00239.png 518.8579 -/bathroom_0041/rgb_00006.jpg /bathroom_0041/sync_depth_00006.png 518.8579 -/home_office_0006/rgb_00025.jpg /home_office_0006/sync_depth_00025.png 518.8579 -/bedroom_0053/rgb_00089.jpg /bedroom_0053/sync_depth_00089.png 518.8579 -/office_0023/rgb_00019.jpg /office_0023/sync_depth_00019.png 518.8579 -/office_0012/rgb_00075.jpg /office_0012/sync_depth_00075.png 518.8579 -/reception_room_0001a/rgb_00106.jpg /reception_room_0001a/sync_depth_00106.png 518.8579 -/bedroom_0033/rgb_00038.jpg /bedroom_0033/sync_depth_00038.png 518.8579 -/bedroom_0025/rgb_00011.jpg /bedroom_0025/sync_depth_00011.png 518.8579 -/dining_room_0015/rgb_00182.jpg /dining_room_0015/sync_depth_00182.png 518.8579 -/dining_room_0028/rgb_00020.jpg /dining_room_0028/sync_depth_00020.png 518.8579 -/kitchen_0053/rgb_00125.jpg /kitchen_0053/sync_depth_00125.png 518.8579 -/bedroom_0076a/rgb_00019.jpg /bedroom_0076a/sync_depth_00019.png 518.8579 -/living_room_0042b/rgb_00017.jpg /living_room_0042b/sync_depth_00017.png 518.8579 -/classroom_0010/rgb_00012.jpg /classroom_0010/sync_depth_00012.png 518.8579 -/bookstore_0001f/rgb_00075.jpg /bookstore_0001f/sync_depth_00075.png 518.8579 -/dining_room_0008/rgb_00195.jpg /dining_room_0008/sync_depth_00195.png 518.8579 -/kitchen_0028b/rgb_00051.jpg /kitchen_0028b/sync_depth_00051.png 518.8579 -/classroom_0006/rgb_00038.jpg /classroom_0006/sync_depth_00038.png 518.8579 -/bedroom_0028/rgb_00076.jpg /bedroom_0028/sync_depth_00076.png 518.8579 -/bedroom_0034/rgb_00033.jpg /bedroom_0034/sync_depth_00033.png 518.8579 -/bedroom_0062/rgb_00027.jpg /bedroom_0062/sync_depth_00027.png 518.8579 -/bedroom_0019/rgb_00120.jpg /bedroom_0019/sync_depth_00120.png 518.8579 -/living_room_0018/rgb_00072.jpg /living_room_0018/sync_depth_00072.png 518.8579 -/bedroom_0063/rgb_00053.jpg /bedroom_0063/sync_depth_00053.png 518.8579 -/kitchen_0019a/rgb_00290.jpg /kitchen_0019a/sync_depth_00290.png 518.8579 -/bedroom_0140/rgb_00161.jpg /bedroom_0140/sync_depth_00161.png 518.8579 -/living_room_0022/rgb_00397.jpg /living_room_0022/sync_depth_00397.png 518.8579 -/bedroom_0056a/rgb_00031.jpg /bedroom_0056a/sync_depth_00031.png 518.8579 -/bedroom_0074/rgb_00026.jpg /bedroom_0074/sync_depth_00026.png 518.8579 -/dining_room_0019/rgb_00081.jpg /dining_room_0019/sync_depth_00081.png 518.8579 -/kitchen_0019a/rgb_00192.jpg /kitchen_0019a/sync_depth_00192.png 518.8579 -/bedroom_0071/rgb_00049.jpg /bedroom_0071/sync_depth_00049.png 518.8579 -/dining_room_0007/rgb_00178.jpg /dining_room_0007/sync_depth_00178.png 518.8579 -/bedroom_0059/rgb_00090.jpg /bedroom_0059/sync_depth_00090.png 518.8579 -/home_office_0008/rgb_00106.jpg /home_office_0008/sync_depth_00106.png 518.8579 -/bookstore_0001j/rgb_00128.jpg /bookstore_0001j/sync_depth_00128.png 518.8579 -/furniture_store_0001d/rgb_00252.jpg /furniture_store_0001d/sync_depth_00252.png 518.8579 -/bedroom_0004/rgb_00066.jpg /bedroom_0004/sync_depth_00066.png 518.8579 -/bedroom_0086/rgb_00074.jpg /bedroom_0086/sync_depth_00074.png 518.8579 -/bedroom_0082/rgb_00058.jpg /bedroom_0082/sync_depth_00058.png 518.8579 -/nyu_office_0/rgb_00218.jpg /nyu_office_0/sync_depth_00218.png 518.8579 -/printer_room_0001/rgb_00010.jpg /printer_room_0001/sync_depth_00010.png 518.8579 -/bookstore_0001g/rgb_00075.jpg /bookstore_0001g/sync_depth_00075.png 518.8579 -/bedroom_0010/rgb_00105.jpg /bedroom_0010/sync_depth_00105.png 518.8579 -/bedroom_0076a/rgb_00276.jpg /bedroom_0076a/sync_depth_00276.png 518.8579 -/dining_room_0004/rgb_00025.jpg /dining_room_0004/sync_depth_00025.png 518.8579 -/dining_room_0037/rgb_00116.jpg /dining_room_0037/sync_depth_00116.png 518.8579 -/bookstore_0001d/rgb_00187.jpg /bookstore_0001d/sync_depth_00187.png 518.8579 -/bedroom_0076a/rgb_00099.jpg /bedroom_0076a/sync_depth_00099.png 518.8579 -/bedroom_0076a/rgb_00003.jpg /bedroom_0076a/sync_depth_00003.png 518.8579 -/dining_room_0012/rgb_00031.jpg /dining_room_0012/sync_depth_00031.png 518.8579 -/dining_room_0004/rgb_00046.jpg /dining_room_0004/sync_depth_00046.png 518.8579 -/bedroom_0016/rgb_00122.jpg /bedroom_0016/sync_depth_00122.png 518.8579 -/bedroom_0026/rgb_00019.jpg /bedroom_0026/sync_depth_00019.png 518.8579 -/furniture_store_0002c/rgb_00004.jpg /furniture_store_0002c/sync_depth_00004.png 518.8579 -/kitchen_0052/rgb_00062.jpg /kitchen_0052/sync_depth_00062.png 518.8579 -/kitchen_0003/rgb_00166.jpg /kitchen_0003/sync_depth_00166.png 518.8579 -/excercise_room_0001/rgb_00044.jpg /excercise_room_0001/sync_depth_00044.png 518.8579 -/cafe_0001a/rgb_00021.jpg /cafe_0001a/sync_depth_00021.png 518.8579 -/bedroom_0004/rgb_00115.jpg /bedroom_0004/sync_depth_00115.png 518.8579 -/bookstore_0001j/rgb_00063.jpg /bookstore_0001j/sync_depth_00063.png 518.8579 -/office_0011/rgb_00137.jpg /office_0011/sync_depth_00137.png 518.8579 -/cafe_0001a/rgb_00082.jpg /cafe_0001a/sync_depth_00082.png 518.8579 -/dining_room_0001b/rgb_00218.jpg /dining_room_0001b/sync_depth_00218.png 518.8579 -/bedroom_0076a/rgb_00155.jpg /bedroom_0076a/sync_depth_00155.png 518.8579 -/living_room_0022/rgb_00153.jpg /living_room_0022/sync_depth_00153.png 518.8579 -/kitchen_0045b/rgb_00160.jpg /kitchen_0045b/sync_depth_00160.png 518.8579 -/bedroom_0031/rgb_00007.jpg /bedroom_0031/sync_depth_00007.png 518.8579 -/reception_room_0001b/rgb_00002.jpg /reception_room_0001b/sync_depth_00002.png 518.8579 -/living_room_0018/rgb_00207.jpg /living_room_0018/sync_depth_00207.png 518.8579 -/bedroom_0071/rgb_00097.jpg /bedroom_0071/sync_depth_00097.png 518.8579 -/study_0003/rgb_00114.jpg /study_0003/sync_depth_00114.png 518.8579 -/bedroom_0113/rgb_00014.jpg /bedroom_0113/sync_depth_00014.png 518.8579 -/bedroom_0082/rgb_00049.jpg /bedroom_0082/sync_depth_00049.png 518.8579 -/bedroom_0071/rgb_00024.jpg /bedroom_0071/sync_depth_00024.png 518.8579 -/living_room_0078/rgb_00130.jpg /living_room_0078/sync_depth_00130.png 518.8579 -/bedroom_0074/rgb_00095.jpg /bedroom_0074/sync_depth_00095.png 518.8579 -/dining_room_0019/rgb_00048.jpg /dining_room_0019/sync_depth_00048.png 518.8579 -/bedroom_0132/rgb_00032.jpg /bedroom_0132/sync_depth_00032.png 518.8579 -/home_office_0004/rgb_00140.jpg /home_office_0004/sync_depth_00140.png 518.8579 -/student_lounge_0001/rgb_00026.jpg /student_lounge_0001/sync_depth_00026.png 518.8579 -/bedroom_0056a/rgb_00072.jpg /bedroom_0056a/sync_depth_00072.png 518.8579 -/dining_room_0008/rgb_00168.jpg /dining_room_0008/sync_depth_00168.png 518.8579 -/bedroom_0059/rgb_00030.jpg /bedroom_0059/sync_depth_00030.png 518.8579 -/living_room_0078/rgb_00064.jpg /living_room_0078/sync_depth_00064.png 518.8579 -/dining_room_0019/rgb_00091.jpg /dining_room_0019/sync_depth_00091.png 518.8579 -/bedroom_0041/rgb_00066.jpg /bedroom_0041/sync_depth_00066.png 518.8579 -/office_0021/rgb_00061.jpg /office_0021/sync_depth_00061.png 518.8579 -/kitchen_0003/rgb_00001.jpg /kitchen_0003/sync_depth_00001.png 518.8579 -/bedroom_0010/rgb_00051.jpg /bedroom_0010/sync_depth_00051.png 518.8579 -/reception_room_0001a/rgb_00068.jpg /reception_room_0001a/sync_depth_00068.png 518.8579 -/study_0003/rgb_00113.jpg /study_0003/sync_depth_00113.png 518.8579 -/bedroom_0034/rgb_00059.jpg /bedroom_0034/sync_depth_00059.png 518.8579 -/nyu_office_0/rgb_00315.jpg /nyu_office_0/sync_depth_00315.png 518.8579 -/office_0011/rgb_00172.jpg /office_0011/sync_depth_00172.png 518.8579 -/classroom_0006/rgb_00172.jpg /classroom_0006/sync_depth_00172.png 518.8579 -/kitchen_0016/rgb_00077.jpg /kitchen_0016/sync_depth_00077.png 518.8579 -/bedroom_0052/rgb_00129.jpg /bedroom_0052/sync_depth_00129.png 518.8579 -/study_room_0005b/rgb_00048.jpg /study_room_0005b/sync_depth_00048.png 518.8579 -/home_storage_0001/rgb_00098.jpg /home_storage_0001/sync_depth_00098.png 518.8579 -/dining_room_0033/rgb_00005.jpg /dining_room_0033/sync_depth_00005.png 518.8579 -/kitchen_0011a/rgb_00011.jpg /kitchen_0011a/sync_depth_00011.png 518.8579 -/kitchen_0053/rgb_00223.jpg /kitchen_0053/sync_depth_00223.png 518.8579 -/kitchen_0059/rgb_00045.jpg /kitchen_0059/sync_depth_00045.png 518.8579 -/bookstore_0001d/rgb_00069.jpg /bookstore_0001d/sync_depth_00069.png 518.8579 -/classroom_0006/rgb_00058.jpg /classroom_0006/sync_depth_00058.png 518.8579 -/kitchen_0059/rgb_00087.jpg /kitchen_0059/sync_depth_00087.png 518.8579 -/kitchen_0028a/rgb_00096.jpg /kitchen_0028a/sync_depth_00096.png 518.8579 -/bedroom_0034/rgb_00016.jpg /bedroom_0034/sync_depth_00016.png 518.8579 -/study_0003/rgb_00054.jpg /study_0003/sync_depth_00054.png 518.8579 -/bedroom_0033/rgb_00066.jpg /bedroom_0033/sync_depth_00066.png 518.8579 -/home_storage_0001/rgb_00037.jpg /home_storage_0001/sync_depth_00037.png 518.8579 -/bedroom_0034/rgb_00090.jpg /bedroom_0034/sync_depth_00090.png 518.8579 -/bedroom_0050/rgb_00144.jpg /bedroom_0050/sync_depth_00144.png 518.8579 -/dining_room_0001b/rgb_00093.jpg /dining_room_0001b/sync_depth_00093.png 518.8579 -/bathroom_0053/rgb_00020.jpg /bathroom_0053/sync_depth_00020.png 518.8579 -/kitchen_0033/rgb_00035.jpg /kitchen_0033/sync_depth_00035.png 518.8579 -/living_room_0019/rgb_00187.jpg /living_room_0019/sync_depth_00187.png 518.8579 -/living_room_0042b/rgb_00094.jpg /living_room_0042b/sync_depth_00094.png 518.8579 -/living_room_0022/rgb_00001.jpg /living_room_0022/sync_depth_00001.png 518.8579 -/bookstore_0001g/rgb_00121.jpg /bookstore_0001g/sync_depth_00121.png 518.8579 -/bathroom_0013/rgb_00056.jpg /bathroom_0013/sync_depth_00056.png 518.8579 -/bedroom_0096/rgb_00071.jpg /bedroom_0096/sync_depth_00071.png 518.8579 -/office_0021/rgb_00067.jpg /office_0021/sync_depth_00067.png 518.8579 -/living_room_0062/rgb_00142.jpg /living_room_0062/sync_depth_00142.png 518.8579 -/kitchen_0050/rgb_00170.jpg /kitchen_0050/sync_depth_00170.png 518.8579 -/bedroom_0138/rgb_00079.jpg /bedroom_0138/sync_depth_00079.png 518.8579 -/bookstore_0001h/rgb_00026.jpg /bookstore_0001h/sync_depth_00026.png 518.8579 -/dining_room_0031/rgb_00346.jpg /dining_room_0031/sync_depth_00346.png 518.8579 -/living_room_0022/rgb_00192.jpg /living_room_0022/sync_depth_00192.png 518.8579 -/living_room_0029/rgb_00004.jpg /living_room_0029/sync_depth_00004.png 518.8579 -/bedroom_0076a/rgb_00255.jpg /bedroom_0076a/sync_depth_00255.png 518.8579 -/reception_room_0001a/rgb_00105.jpg /reception_room_0001a/sync_depth_00105.png 518.8579 -/kitchen_0053/rgb_00237.jpg /kitchen_0053/sync_depth_00237.png 518.8579 -/bedroom_0052/rgb_00035.jpg /bedroom_0052/sync_depth_00035.png 518.8579 -/living_room_0070/rgb_00016.jpg /living_room_0070/sync_depth_00016.png 518.8579 -/kitchen_0043/rgb_00224.jpg /kitchen_0043/sync_depth_00224.png 518.8579 -/indoor_balcony_0001/rgb_00010.jpg /indoor_balcony_0001/sync_depth_00010.png 518.8579 -/cafe_0001b/rgb_00020.jpg /cafe_0001b/sync_depth_00020.png 518.8579 -/kitchen_0043/rgb_00120.jpg /kitchen_0043/sync_depth_00120.png 518.8579 -/living_room_0063/rgb_00100.jpg /living_room_0063/sync_depth_00100.png 518.8579 -/office_0019/rgb_00051.jpg /office_0019/sync_depth_00051.png 518.8579 -/dining_room_0028/rgb_00015.jpg /dining_room_0028/sync_depth_00015.png 518.8579 -/bedroom_0098/rgb_00058.jpg /bedroom_0098/sync_depth_00058.png 518.8579 -/living_room_0050/rgb_00172.jpg /living_room_0050/sync_depth_00172.png 518.8579 -/classroom_0004/rgb_00038.jpg /classroom_0004/sync_depth_00038.png 518.8579 -/kitchen_0019a/rgb_00086.jpg /kitchen_0019a/sync_depth_00086.png 518.8579 -/kitchen_0053/rgb_00185.jpg /kitchen_0053/sync_depth_00185.png 518.8579 -/bedroom_0125b/rgb_00044.jpg /bedroom_0125b/sync_depth_00044.png 518.8579 -/dining_room_0031/rgb_00403.jpg /dining_room_0031/sync_depth_00403.png 518.8579 -/home_office_0004/rgb_00020.jpg /home_office_0004/sync_depth_00020.png 518.8579 -/dining_room_0033/rgb_00135.jpg /dining_room_0033/sync_depth_00135.png 518.8579 -/bedroom_0090/rgb_00009.jpg /bedroom_0090/sync_depth_00009.png 518.8579 -/home_office_0005/rgb_00013.jpg /home_office_0005/sync_depth_00013.png 518.8579 -/dining_room_0019/rgb_00073.jpg /dining_room_0019/sync_depth_00073.png 518.8579 -/bathroom_0028/rgb_00068.jpg /bathroom_0028/sync_depth_00068.png 518.8579 -/home_storage_0001/rgb_00068.jpg /home_storage_0001/sync_depth_00068.png 518.8579 -/bedroom_0063/rgb_00114.jpg /bedroom_0063/sync_depth_00114.png 518.8579 -/kitchen_0051/rgb_00352.jpg /kitchen_0051/sync_depth_00352.png 518.8579 -/reception_room_0001b/rgb_00024.jpg /reception_room_0001b/sync_depth_00024.png 518.8579 -/kitchen_0016/rgb_00080.jpg /kitchen_0016/sync_depth_00080.png 518.8579 -/bedroom_0130/rgb_00063.jpg /bedroom_0130/sync_depth_00063.png 518.8579 -/bookstore_0001h/rgb_00118.jpg /bookstore_0001h/sync_depth_00118.png 518.8579 -/kitchen_0051/rgb_00277.jpg /kitchen_0051/sync_depth_00277.png 518.8579 -/kitchen_0043/rgb_00250.jpg /kitchen_0043/sync_depth_00250.png 518.8579 -/kitchen_0033/rgb_00168.jpg /kitchen_0033/sync_depth_00168.png 518.8579 -/kitchen_0029c/rgb_00037.jpg /kitchen_0029c/sync_depth_00037.png 518.8579 -/living_room_0055/rgb_00036.jpg /living_room_0055/sync_depth_00036.png 518.8579 -/bathroom_0006/rgb_00011.jpg /bathroom_0006/sync_depth_00011.png 518.8579 -/bedroom_0004/rgb_00060.jpg /bedroom_0004/sync_depth_00060.png 518.8579 -/dining_room_0016/rgb_00174.jpg /dining_room_0016/sync_depth_00174.png 518.8579 -/living_room_0078/rgb_00007.jpg /living_room_0078/sync_depth_00007.png 518.8579 -/living_room_0035/rgb_00046.jpg /living_room_0035/sync_depth_00046.png 518.8579 -/dining_room_0008/rgb_00057.jpg /dining_room_0008/sync_depth_00057.png 518.8579 -/bedroom_0098/rgb_00028.jpg /bedroom_0098/sync_depth_00028.png 518.8579 -/bookstore_0001j/rgb_00135.jpg /bookstore_0001j/sync_depth_00135.png 518.8579 -/kitchen_0011a/rgb_00062.jpg /kitchen_0011a/sync_depth_00062.png 518.8579 -/dining_room_0001b/rgb_00037.jpg /dining_room_0001b/sync_depth_00037.png 518.8579 -/office_0006/rgb_00142.jpg /office_0006/sync_depth_00142.png 518.8579 -/bedroom_0078/rgb_00065.jpg /bedroom_0078/sync_depth_00065.png 518.8579 -/kitchen_0050/rgb_00183.jpg /kitchen_0050/sync_depth_00183.png 518.8579 -/bookstore_0001f/rgb_00374.jpg /bookstore_0001f/sync_depth_00374.png 518.8579 -/kitchen_0035b/rgb_00078.jpg /kitchen_0035b/sync_depth_00078.png 518.8579 -/classroom_0011/rgb_00039.jpg /classroom_0011/sync_depth_00039.png 518.8579 -/kitchen_0049/rgb_00050.jpg /kitchen_0049/sync_depth_00050.png 518.8579 -/dining_room_0007/rgb_00075.jpg /dining_room_0007/sync_depth_00075.png 518.8579 -/kitchen_0049/rgb_00179.jpg /kitchen_0049/sync_depth_00179.png 518.8579 -/dining_room_0013/rgb_00118.jpg /dining_room_0013/sync_depth_00118.png 518.8579 -/playroom_0002/rgb_00060.jpg /playroom_0002/sync_depth_00060.png 518.8579 -/bookstore_0001g/rgb_00145.jpg /bookstore_0001g/sync_depth_00145.png 518.8579 -/bedroom_0130/rgb_00028.jpg /bedroom_0130/sync_depth_00028.png 518.8579 -/bedroom_0076a/rgb_00118.jpg /bedroom_0076a/sync_depth_00118.png 518.8579 -/bathroom_0051/rgb_00036.jpg /bathroom_0051/sync_depth_00036.png 518.8579 -/home_storage_0001/rgb_00060.jpg /home_storage_0001/sync_depth_00060.png 518.8579 -/furniture_store_0001d/rgb_00005.jpg /furniture_store_0001d/sync_depth_00005.png 518.8579 -/home_office_0011/rgb_00008.jpg /home_office_0011/sync_depth_00008.png 518.8579 -/living_room_0029/rgb_00042.jpg /living_room_0029/sync_depth_00042.png 518.8579 -/dining_room_0034/rgb_00096.jpg /dining_room_0034/sync_depth_00096.png 518.8579 -/living_room_0083/rgb_00033.jpg /living_room_0083/sync_depth_00033.png 518.8579 -/bookstore_0001j/rgb_00134.jpg /bookstore_0001j/sync_depth_00134.png 518.8579 -/living_room_0055/rgb_00120.jpg /living_room_0055/sync_depth_00120.png 518.8579 -/nyu_office_0/rgb_00311.jpg /nyu_office_0/sync_depth_00311.png 518.8579 -/bedroom_0052/rgb_00070.jpg /bedroom_0052/sync_depth_00070.png 518.8579 -/kitchen_0029b/rgb_00056.jpg /kitchen_0029b/sync_depth_00056.png 518.8579 -/bedroom_0021/rgb_00116.jpg /bedroom_0021/sync_depth_00116.png 518.8579 -/dining_room_0004/rgb_00004.jpg /dining_room_0004/sync_depth_00004.png 518.8579 -/bookstore_0001d/rgb_00321.jpg /bookstore_0001d/sync_depth_00321.png 518.8579 -/bedroom_0052/rgb_00086.jpg /bedroom_0052/sync_depth_00086.png 518.8579 -/bedroom_0072/rgb_00161.jpg /bedroom_0072/sync_depth_00161.png 518.8579 -/dining_room_0031/rgb_00355.jpg /dining_room_0031/sync_depth_00355.png 518.8579 -/dining_room_0012/rgb_00160.jpg /dining_room_0012/sync_depth_00160.png 518.8579 -/classroom_0006/rgb_00188.jpg /classroom_0006/sync_depth_00188.png 518.8579 -/bedroom_0034/rgb_00081.jpg /bedroom_0034/sync_depth_00081.png 518.8579 -/kitchen_0033/rgb_00180.jpg /kitchen_0033/sync_depth_00180.png 518.8579 -/kitchen_0035b/rgb_00220.jpg /kitchen_0035b/sync_depth_00220.png 518.8579 -/home_office_0008/rgb_00023.jpg /home_office_0008/sync_depth_00023.png 518.8579 -/living_room_0018/rgb_00103.jpg /living_room_0018/sync_depth_00103.png 518.8579 -/reception_room_0001b/rgb_00116.jpg /reception_room_0001b/sync_depth_00116.png 518.8579 -/bedroom_0076a/rgb_00158.jpg /bedroom_0076a/sync_depth_00158.png 518.8579 -/furniture_store_0002b/rgb_00055.jpg /furniture_store_0002b/sync_depth_00055.png 518.8579 -/bedroom_0136/rgb_00045.jpg /bedroom_0136/sync_depth_00045.png 518.8579 -/bedroom_0106/rgb_00051.jpg /bedroom_0106/sync_depth_00051.png 518.8579 -/bedroom_0113/rgb_00105.jpg /bedroom_0113/sync_depth_00105.png 518.8579 -/furniture_store_0002c/rgb_00010.jpg /furniture_store_0002c/sync_depth_00010.png 518.8579 -/student_lounge_0001/rgb_00042.jpg /student_lounge_0001/sync_depth_00042.png 518.8579 -/living_room_0062/rgb_00011.jpg /living_room_0062/sync_depth_00011.png 518.8579 -/living_room_0069b/rgb_00032.jpg /living_room_0069b/sync_depth_00032.png 518.8579 -/classroom_0022/rgb_00064.jpg /classroom_0022/sync_depth_00064.png 518.8579 -/living_room_0050/rgb_00230.jpg /living_room_0050/sync_depth_00230.png 518.8579 -/dining_room_0013/rgb_00116.jpg /dining_room_0013/sync_depth_00116.png 518.8579 -/classroom_0011/rgb_00030.jpg /classroom_0011/sync_depth_00030.png 518.8579 -/living_room_0040/rgb_00304.jpg /living_room_0040/sync_depth_00304.png 518.8579 -/bedroom_0138/rgb_00060.jpg /bedroom_0138/sync_depth_00060.png 518.8579 -/kitchen_0031/rgb_00061.jpg /kitchen_0031/sync_depth_00061.png 518.8579 -/bookstore_0001f/rgb_00450.jpg /bookstore_0001f/sync_depth_00450.png 518.8579 -/study_0008/rgb_00001.jpg /study_0008/sync_depth_00001.png 518.8579 -/living_room_0040/rgb_00196.jpg /living_room_0040/sync_depth_00196.png 518.8579 -/kitchen_0043/rgb_00052.jpg /kitchen_0043/sync_depth_00052.png 518.8579 -/bathroom_0006/rgb_00048.jpg /bathroom_0006/sync_depth_00048.png 518.8579 -/living_room_0085/rgb_00008.jpg /living_room_0085/sync_depth_00008.png 518.8579 -/living_room_0020/rgb_00000.jpg /living_room_0020/sync_depth_00000.png 518.8579 -/bedroom_0035/rgb_00018.jpg /bedroom_0035/sync_depth_00018.png 518.8579 -/bedroom_0140/rgb_00082.jpg /bedroom_0140/sync_depth_00082.png 518.8579 -/living_room_0004/rgb_00136.jpg /living_room_0004/sync_depth_00136.png 518.8579 -/bedroom_0080/rgb_00023.jpg /bedroom_0080/sync_depth_00023.png 518.8579 -/living_room_0067/rgb_00098.jpg /living_room_0067/sync_depth_00098.png 518.8579 -/bedroom_0033/rgb_00010.jpg /bedroom_0033/sync_depth_00010.png 518.8579 -/bedroom_0047/rgb_00005.jpg /bedroom_0047/sync_depth_00005.png 518.8579 -/classroom_0022/rgb_00101.jpg /classroom_0022/sync_depth_00101.png 518.8579 -/living_room_0062/rgb_00209.jpg /living_room_0062/sync_depth_00209.png 518.8579 -/bedroom_0069/rgb_00115.jpg /bedroom_0069/sync_depth_00115.png 518.8579 -/kitchen_0048/rgb_00061.jpg /kitchen_0048/sync_depth_00061.png 518.8579 -/kitchen_0003/rgb_00000.jpg /kitchen_0003/sync_depth_00000.png 518.8579 -/study_0008/rgb_00010.jpg /study_0008/sync_depth_00010.png 518.8579 -/classroom_0006/rgb_00100.jpg /classroom_0006/sync_depth_00100.png 518.8579 -/furniture_store_0001c/rgb_00031.jpg /furniture_store_0001c/sync_depth_00031.png 518.8579 -/dining_room_0019/rgb_00043.jpg /dining_room_0019/sync_depth_00043.png 518.8579 -/home_office_0005/rgb_00083.jpg /home_office_0005/sync_depth_00083.png 518.8579 -/bedroom_0004/rgb_00061.jpg /bedroom_0004/sync_depth_00061.png 518.8579 -/bedroom_0050/rgb_00120.jpg /bedroom_0050/sync_depth_00120.png 518.8579 -/bookstore_0001d/rgb_00323.jpg /bookstore_0001d/sync_depth_00323.png 518.8579 -/bedroom_0094/rgb_00036.jpg /bedroom_0094/sync_depth_00036.png 518.8579 -/dining_room_0008/rgb_00029.jpg /dining_room_0008/sync_depth_00029.png 518.8579 -/home_storage_0001/rgb_00092.jpg /home_storage_0001/sync_depth_00092.png 518.8579 -/living_room_0029/rgb_00062.jpg /living_room_0029/sync_depth_00062.png 518.8579 -/bedroom_0063/rgb_00099.jpg /bedroom_0063/sync_depth_00099.png 518.8579 -/furniture_store_0002d/rgb_00064.jpg /furniture_store_0002d/sync_depth_00064.png 518.8579 -/bedroom_0113/rgb_00053.jpg /bedroom_0113/sync_depth_00053.png 518.8579 -/dining_room_0029/rgb_00050.jpg /dining_room_0029/sync_depth_00050.png 518.8579 -/bookstore_0001i/rgb_00009.jpg /bookstore_0001i/sync_depth_00009.png 518.8579 -/dining_room_0016/rgb_00129.jpg /dining_room_0016/sync_depth_00129.png 518.8579 -/bedroom_0060/rgb_00023.jpg /bedroom_0060/sync_depth_00023.png 518.8579 -/dining_room_0004/rgb_00006.jpg /dining_room_0004/sync_depth_00006.png 518.8579 -/classroom_0016/rgb_00006.jpg /classroom_0016/sync_depth_00006.png 518.8579 -/bedroom_0016/rgb_00030.jpg /bedroom_0016/sync_depth_00030.png 518.8579 -/bathroom_0034/rgb_00032.jpg /bathroom_0034/sync_depth_00032.png 518.8579 -/bedroom_0012/rgb_00053.jpg /bedroom_0012/sync_depth_00053.png 518.8579 -/kitchen_0029c/rgb_00003.jpg /kitchen_0029c/sync_depth_00003.png 518.8579 -/bedroom_0059/rgb_00019.jpg /bedroom_0059/sync_depth_00019.png 518.8579 -/bedroom_0050/rgb_00030.jpg /bedroom_0050/sync_depth_00030.png 518.8579 -/bedroom_0071/rgb_00158.jpg /bedroom_0071/sync_depth_00158.png 518.8579 -/bedroom_0060/rgb_00028.jpg /bedroom_0060/sync_depth_00028.png 518.8579 -/living_room_0022/rgb_00020.jpg /living_room_0022/sync_depth_00020.png 518.8579 -/dining_room_0008/rgb_00103.jpg /dining_room_0008/sync_depth_00103.png 518.8579 -/bookstore_0001j/rgb_00130.jpg /bookstore_0001j/sync_depth_00130.png 518.8579 -/computer_lab_0002/rgb_00048.jpg /computer_lab_0002/sync_depth_00048.png 518.8579 -/living_room_0078/rgb_00015.jpg /living_room_0078/sync_depth_00015.png 518.8579 -/playroom_0004/rgb_00128.jpg /playroom_0004/sync_depth_00128.png 518.8579 -/kitchen_0019a/rgb_00198.jpg /kitchen_0019a/sync_depth_00198.png 518.8579 -/kitchen_0011a/rgb_00103.jpg /kitchen_0011a/sync_depth_00103.png 518.8579 -/kitchen_0045b/rgb_00013.jpg /kitchen_0045b/sync_depth_00013.png 518.8579 -/classroom_0004/rgb_00084.jpg /classroom_0004/sync_depth_00084.png 518.8579 -/bedroom_0010/rgb_00118.jpg /bedroom_0010/sync_depth_00118.png 518.8579 -/bedroom_0104/rgb_00093.jpg /bedroom_0104/sync_depth_00093.png 518.8579 -/bedroom_0140/rgb_00106.jpg /bedroom_0140/sync_depth_00106.png 518.8579 -/bookstore_0001d/rgb_00282.jpg /bookstore_0001d/sync_depth_00282.png 518.8579 -/dining_room_0001b/rgb_00016.jpg /dining_room_0001b/sync_depth_00016.png 518.8579 -/living_room_0040/rgb_00097.jpg /living_room_0040/sync_depth_00097.png 518.8579 -/bedroom_0026/rgb_00031.jpg /bedroom_0026/sync_depth_00031.png 518.8579 -/home_office_0008/rgb_00167.jpg /home_office_0008/sync_depth_00167.png 518.8579 -/nyu_office_0/rgb_00002.jpg /nyu_office_0/sync_depth_00002.png 518.8579 -/dining_room_0014/rgb_00102.jpg /dining_room_0014/sync_depth_00102.png 518.8579 -/living_room_0050/rgb_00145.jpg /living_room_0050/sync_depth_00145.png 518.8579 -/kitchen_0010/rgb_00015.jpg /kitchen_0010/sync_depth_00015.png 518.8579 -/office_0026/rgb_00094.jpg /office_0026/sync_depth_00094.png 518.8579 -/living_room_0067/rgb_00017.jpg /living_room_0067/sync_depth_00017.png 518.8579 -/dining_room_0024/rgb_00098.jpg /dining_room_0024/sync_depth_00098.png 518.8579 -/living_room_0019/rgb_00225.jpg /living_room_0019/sync_depth_00225.png 518.8579 -/kitchen_0029c/rgb_00172.jpg /kitchen_0029c/sync_depth_00172.png 518.8579 -/dining_room_0031/rgb_00275.jpg /dining_room_0031/sync_depth_00275.png 518.8579 -/dinette_0001/rgb_00095.jpg /dinette_0001/sync_depth_00095.png 518.8579 -/bedroom_0004/rgb_00019.jpg /bedroom_0004/sync_depth_00019.png 518.8579 -/kitchen_0019a/rgb_00265.jpg /kitchen_0019a/sync_depth_00265.png 518.8579 -/bedroom_0074/rgb_00100.jpg /bedroom_0074/sync_depth_00100.png 518.8579 -/bedroom_0069/rgb_00057.jpg /bedroom_0069/sync_depth_00057.png 518.8579 -/bathroom_0053/rgb_00042.jpg /bathroom_0053/sync_depth_00042.png 518.8579 -/living_room_0046a/rgb_00059.jpg /living_room_0046a/sync_depth_00059.png 518.8579 -/kitchen_0050/rgb_00019.jpg /kitchen_0050/sync_depth_00019.png 518.8579 -/bathroom_0050/rgb_00004.jpg /bathroom_0050/sync_depth_00004.png 518.8579 -/dining_room_0024/rgb_00089.jpg /dining_room_0024/sync_depth_00089.png 518.8579 -/bedroom_0019/rgb_00104.jpg /bedroom_0019/sync_depth_00104.png 518.8579 -/living_room_0086a/rgb_00008.jpg /living_room_0086a/sync_depth_00008.png 518.8579 -/bedroom_0086/rgb_00037.jpg /bedroom_0086/sync_depth_00037.png 518.8579 -/living_room_0050/rgb_00201.jpg /living_room_0050/sync_depth_00201.png 518.8579 -/dining_room_0023/rgb_00150.jpg /dining_room_0023/sync_depth_00150.png 518.8579 -/cafe_0001c/rgb_00030.jpg /cafe_0001c/sync_depth_00030.png 518.8579 -/bathroom_0011/rgb_00042.jpg /bathroom_0011/sync_depth_00042.png 518.8579 -/living_room_0022/rgb_00072.jpg /living_room_0022/sync_depth_00072.png 518.8579 -/dining_room_0015/rgb_00076.jpg /dining_room_0015/sync_depth_00076.png 518.8579 -/living_room_0058/rgb_00168.jpg /living_room_0058/sync_depth_00168.png 518.8579 -/dining_room_0015/rgb_00084.jpg /dining_room_0015/sync_depth_00084.png 518.8579 -/conference_room_0001/rgb_00034.jpg /conference_room_0001/sync_depth_00034.png 518.8579 -/dining_room_0013/rgb_00128.jpg /dining_room_0013/sync_depth_00128.png 518.8579 -/bedroom_0136/rgb_00006.jpg /bedroom_0136/sync_depth_00006.png 518.8579 -/bedroom_0113/rgb_00048.jpg /bedroom_0113/sync_depth_00048.png 518.8579 -/kitchen_0003/rgb_00070.jpg /kitchen_0003/sync_depth_00070.png 518.8579 -/bedroom_0071/rgb_00071.jpg /bedroom_0071/sync_depth_00071.png 518.8579 -/kitchen_0053/rgb_00133.jpg /kitchen_0053/sync_depth_00133.png 518.8579 -/living_room_0058/rgb_00228.jpg /living_room_0058/sync_depth_00228.png 518.8579 -/study_room_0004/rgb_00199.jpg /study_room_0004/sync_depth_00199.png 518.8579 -/kitchen_0043/rgb_00061.jpg /kitchen_0043/sync_depth_00061.png 518.8579 -/living_room_0062/rgb_00061.jpg /living_room_0062/sync_depth_00061.png 518.8579 -/bathroom_0030/rgb_00028.jpg /bathroom_0030/sync_depth_00028.png 518.8579 -/living_room_0047b/rgb_00046.jpg /living_room_0047b/sync_depth_00046.png 518.8579 -/excercise_room_0001/rgb_00013.jpg /excercise_room_0001/sync_depth_00013.png 518.8579 -/living_room_0033/rgb_00009.jpg /living_room_0033/sync_depth_00009.png 518.8579 -/living_room_0055/rgb_00049.jpg /living_room_0055/sync_depth_00049.png 518.8579 -/furniture_store_0001d/rgb_00038.jpg /furniture_store_0001d/sync_depth_00038.png 518.8579 -/kitchen_0019a/rgb_00195.jpg /kitchen_0019a/sync_depth_00195.png 518.8579 -/kitchen_0029c/rgb_00170.jpg /kitchen_0029c/sync_depth_00170.png 518.8579 -/living_room_0022/rgb_00097.jpg /living_room_0022/sync_depth_00097.png 518.8579 -/home_office_0013/rgb_00023.jpg /home_office_0013/sync_depth_00023.png 518.8579 -/bedroom_0129/rgb_00070.jpg /bedroom_0129/sync_depth_00070.png 518.8579 -/dining_room_0033/rgb_00000.jpg /dining_room_0033/sync_depth_00000.png 518.8579 -/furniture_store_0002d/rgb_00062.jpg /furniture_store_0002d/sync_depth_00062.png 518.8579 -/kitchen_0028a/rgb_00029.jpg /kitchen_0028a/sync_depth_00029.png 518.8579 -/kitchen_0045a/rgb_00001.jpg /kitchen_0045a/sync_depth_00001.png 518.8579 -/bookstore_0001d/rgb_00206.jpg /bookstore_0001d/sync_depth_00206.png 518.8579 -/playroom_0002/rgb_00015.jpg /playroom_0002/sync_depth_00015.png 518.8579 -/laundry_room_0001/rgb_00058.jpg /laundry_room_0001/sync_depth_00058.png 518.8579 -/bedroom_0063/rgb_00029.jpg /bedroom_0063/sync_depth_00029.png 518.8579 -/kitchen_0047/rgb_00075.jpg /kitchen_0047/sync_depth_00075.png 518.8579 -/home_storage_0001/rgb_00119.jpg /home_storage_0001/sync_depth_00119.png 518.8579 -/classroom_0006/rgb_00113.jpg /classroom_0006/sync_depth_00113.png 518.8579 -/bedroom_0078/rgb_00168.jpg /bedroom_0078/sync_depth_00168.png 518.8579 -/bedroom_0050/rgb_00138.jpg /bedroom_0050/sync_depth_00138.png 518.8579 -/bathroom_0001/rgb_00023.jpg /bathroom_0001/sync_depth_00023.png 518.8579 -/living_room_0058/rgb_00229.jpg /living_room_0058/sync_depth_00229.png 518.8579 -/living_room_0047b/rgb_00047.jpg /living_room_0047b/sync_depth_00047.png 518.8579 -/reception_room_0001b/rgb_00006.jpg /reception_room_0001b/sync_depth_00006.png 518.8579 -/study_room_0004/rgb_00188.jpg /study_room_0004/sync_depth_00188.png 518.8579 -/dining_room_0012/rgb_00094.jpg /dining_room_0012/sync_depth_00094.png 518.8579 -/bedroom_0140/rgb_00097.jpg /bedroom_0140/sync_depth_00097.png 518.8579 -/playroom_0002/rgb_00044.jpg /playroom_0002/sync_depth_00044.png 518.8579 -/bookstore_0001f/rgb_00436.jpg /bookstore_0001f/sync_depth_00436.png 518.8579 -/living_room_0058/rgb_00180.jpg /living_room_0058/sync_depth_00180.png 518.8579 -/dining_room_0019/rgb_00035.jpg /dining_room_0019/sync_depth_00035.png 518.8579 -/bedroom_0040/rgb_00083.jpg /bedroom_0040/sync_depth_00083.png 518.8579 -/kitchen_0043/rgb_00208.jpg /kitchen_0043/sync_depth_00208.png 518.8579 -/bedroom_0036/rgb_00003.jpg /bedroom_0036/sync_depth_00003.png 518.8579 -/bathroom_0014a/rgb_00005.jpg /bathroom_0014a/sync_depth_00005.png 518.8579 -/kitchen_0011a/rgb_00071.jpg /kitchen_0011a/sync_depth_00071.png 518.8579 -/kitchen_0051/rgb_00264.jpg /kitchen_0051/sync_depth_00264.png 518.8579 -/bookstore_0001h/rgb_00013.jpg /bookstore_0001h/sync_depth_00013.png 518.8579 -/bookstore_0001g/rgb_00050.jpg /bookstore_0001g/sync_depth_00050.png 518.8579 -/kitchen_0035b/rgb_00147.jpg /kitchen_0035b/sync_depth_00147.png 518.8579 -/nyu_office_0/rgb_00312.jpg /nyu_office_0/sync_depth_00312.png 518.8579 -/kitchen_0043/rgb_00244.jpg /kitchen_0043/sync_depth_00244.png 518.8579 -/dining_room_0031/rgb_00326.jpg /dining_room_0031/sync_depth_00326.png 518.8579 -/bedroom_0050/rgb_00074.jpg /bedroom_0050/sync_depth_00074.png 518.8579 -/playroom_0002/rgb_00073.jpg /playroom_0002/sync_depth_00073.png 518.8579 -/bookstore_0001f/rgb_00267.jpg /bookstore_0001f/sync_depth_00267.png 518.8579 -/bedroom_0140/rgb_00132.jpg /bedroom_0140/sync_depth_00132.png 518.8579 -/bedroom_0136/rgb_00080.jpg /bedroom_0136/sync_depth_00080.png 518.8579 -/bedroom_0067a/rgb_00035.jpg /bedroom_0067a/sync_depth_00035.png 518.8579 -/classroom_0016/rgb_00071.jpg /classroom_0016/sync_depth_00071.png 518.8579 -/dining_room_0019/rgb_00061.jpg /dining_room_0019/sync_depth_00061.png 518.8579 -/kitchen_0037/rgb_00079.jpg /kitchen_0037/sync_depth_00079.png 518.8579 -/bedroom_0051/rgb_00033.jpg /bedroom_0051/sync_depth_00033.png 518.8579 -/bedroom_0004/rgb_00007.jpg /bedroom_0004/sync_depth_00007.png 518.8579 -/bedroom_0033/rgb_00024.jpg /bedroom_0033/sync_depth_00024.png 518.8579 -/bedroom_0074/rgb_00108.jpg /bedroom_0074/sync_depth_00108.png 518.8579 -/living_room_0029/rgb_00052.jpg /living_room_0029/sync_depth_00052.png 518.8579 -/living_room_0050/rgb_00111.jpg /living_room_0050/sync_depth_00111.png 518.8579 -/living_room_0010/rgb_00215.jpg /living_room_0010/sync_depth_00215.png 518.8579 -/study_room_0004/rgb_00015.jpg /study_room_0004/sync_depth_00015.png 518.8579 -/furniture_store_0001e/rgb_00067.jpg /furniture_store_0001e/sync_depth_00067.png 518.8579 -/study_room_0005b/rgb_00074.jpg /study_room_0005b/sync_depth_00074.png 518.8579 -/office_kitchen_0001a/rgb_00081.jpg /office_kitchen_0001a/sync_depth_00081.png 518.8579 -/bedroom_0019/rgb_00146.jpg /bedroom_0019/sync_depth_00146.png 518.8579 -/cafe_0001a/rgb_00089.jpg /cafe_0001a/sync_depth_00089.png 518.8579 -/bedroom_0063/rgb_00131.jpg /bedroom_0063/sync_depth_00131.png 518.8579 -/bookstore_0001d/rgb_00100.jpg /bookstore_0001d/sync_depth_00100.png 518.8579 -/dining_room_0004/rgb_00016.jpg /dining_room_0004/sync_depth_00016.png 518.8579 -/living_room_0062/rgb_00144.jpg /living_room_0062/sync_depth_00144.png 518.8579 -/dining_room_0001b/rgb_00231.jpg /dining_room_0001b/sync_depth_00231.png 518.8579 -/dining_room_0012/rgb_00206.jpg /dining_room_0012/sync_depth_00206.png 518.8579 -/classroom_0010/rgb_00070.jpg /classroom_0010/sync_depth_00070.png 518.8579 -/bedroom_0098/rgb_00072.jpg /bedroom_0098/sync_depth_00072.png 518.8579 -/kitchen_0028a/rgb_00170.jpg /kitchen_0028a/sync_depth_00170.png 518.8579 -/bedroom_0010/rgb_00021.jpg /bedroom_0010/sync_depth_00021.png 518.8579 -/home_office_0007/rgb_00003.jpg /home_office_0007/sync_depth_00003.png 518.8579 -/living_room_0058/rgb_00269.jpg /living_room_0058/sync_depth_00269.png 518.8579 -/kitchen_0006/rgb_00074.jpg /kitchen_0006/sync_depth_00074.png 518.8579 -/bookstore_0001d/rgb_00172.jpg /bookstore_0001d/sync_depth_00172.png 518.8579 -/dining_room_0007/rgb_00005.jpg /dining_room_0007/sync_depth_00005.png 518.8579 -/home_office_0013/rgb_00000.jpg /home_office_0013/sync_depth_00000.png 518.8579 -/office_0006/rgb_00026.jpg /office_0006/sync_depth_00026.png 518.8579 -/kitchen_0035b/rgb_00207.jpg /kitchen_0035b/sync_depth_00207.png 518.8579 -/bookstore_0001e/rgb_00003.jpg /bookstore_0001e/sync_depth_00003.png 518.8579 -/bedroom_0076a/rgb_00101.jpg /bedroom_0076a/sync_depth_00101.png 518.8579 -/bedroom_0096/rgb_00017.jpg /bedroom_0096/sync_depth_00017.png 518.8579 -/bathroom_0014a/rgb_00030.jpg /bathroom_0014a/sync_depth_00030.png 518.8579 -/dining_room_0012/rgb_00212.jpg /dining_room_0012/sync_depth_00212.png 518.8579 -/cafe_0001c/rgb_00036.jpg /cafe_0001c/sync_depth_00036.png 518.8579 -/dining_room_0029/rgb_00056.jpg /dining_room_0029/sync_depth_00056.png 518.8579 -/living_room_0012/rgb_00006.jpg /living_room_0012/sync_depth_00006.png 518.8579 -/kitchen_0017/rgb_00033.jpg /kitchen_0017/sync_depth_00033.png 518.8579 -/kitchen_0019a/rgb_00039.jpg /kitchen_0019a/sync_depth_00039.png 518.8579 -/living_room_0078/rgb_00009.jpg /living_room_0078/sync_depth_00009.png 518.8579 -/playroom_0006/rgb_00063.jpg /playroom_0006/sync_depth_00063.png 518.8579 -/classroom_0006/rgb_00180.jpg /classroom_0006/sync_depth_00180.png 518.8579 -/kitchen_0045b/rgb_00064.jpg /kitchen_0045b/sync_depth_00064.png 518.8579 -/dining_room_0034/rgb_00050.jpg /dining_room_0034/sync_depth_00050.png 518.8579 -/dining_room_0028/rgb_00069.jpg /dining_room_0028/sync_depth_00069.png 518.8579 -/bookstore_0001f/rgb_00448.jpg /bookstore_0001f/sync_depth_00448.png 518.8579 -/kitchen_0051/rgb_00021.jpg /kitchen_0051/sync_depth_00021.png 518.8579 -/playroom_0003/rgb_00124.jpg /playroom_0003/sync_depth_00124.png 518.8579 -/living_room_0042b/rgb_00077.jpg /living_room_0042b/sync_depth_00077.png 518.8579 -/bathroom_0013/rgb_00068.jpg /bathroom_0013/sync_depth_00068.png 518.8579 -/living_room_0070/rgb_00057.jpg /living_room_0070/sync_depth_00057.png 518.8579 -/dining_room_0010/rgb_00011.jpg /dining_room_0010/sync_depth_00011.png 518.8579 -/bedroom_0071/rgb_00060.jpg /bedroom_0071/sync_depth_00060.png 518.8579 -/bedroom_0136/rgb_00090.jpg /bedroom_0136/sync_depth_00090.png 518.8579 -/bookstore_0001f/rgb_00415.jpg /bookstore_0001f/sync_depth_00415.png 518.8579 -/dining_room_0037/rgb_00006.jpg /dining_room_0037/sync_depth_00006.png 518.8579 -/living_room_0029/rgb_00081.jpg /living_room_0029/sync_depth_00081.png 518.8579 -/kitchen_0006/rgb_00007.jpg /kitchen_0006/sync_depth_00007.png 518.8579 -/bookstore_0001g/rgb_00053.jpg /bookstore_0001g/sync_depth_00053.png 518.8579 -/bookstore_0001g/rgb_00081.jpg /bookstore_0001g/sync_depth_00081.png 518.8579 -/bedroom_0104/rgb_00089.jpg /bedroom_0104/sync_depth_00089.png 518.8579 -/home_office_0005/rgb_00068.jpg /home_office_0005/sync_depth_00068.png 518.8579 -/bookstore_0001j/rgb_00202.jpg /bookstore_0001j/sync_depth_00202.png 518.8579 -/office_0026/rgb_00025.jpg /office_0026/sync_depth_00025.png 518.8579 -/kitchen_0047/rgb_00114.jpg /kitchen_0047/sync_depth_00114.png 518.8579 -/kitchen_0010/rgb_00133.jpg /kitchen_0010/sync_depth_00133.png 518.8579 -/living_room_0032/rgb_00028.jpg /living_room_0032/sync_depth_00028.png 518.8579 -/bedroom_0129/rgb_00058.jpg /bedroom_0129/sync_depth_00058.png 518.8579 -/kitchen_0047/rgb_00046.jpg /kitchen_0047/sync_depth_00046.png 518.8579 -/dining_room_0015/rgb_00020.jpg /dining_room_0015/sync_depth_00020.png 518.8579 -/dining_room_0024/rgb_00031.jpg /dining_room_0024/sync_depth_00031.png 518.8579 -/bookstore_0001f/rgb_00387.jpg /bookstore_0001f/sync_depth_00387.png 518.8579 -/bookstore_0001j/rgb_00240.jpg /bookstore_0001j/sync_depth_00240.png 518.8579 -/office_0003/rgb_00007.jpg /office_0003/sync_depth_00007.png 518.8579 -/bookstore_0001i/rgb_00117.jpg /bookstore_0001i/sync_depth_00117.png 518.8579 -/bedroom_0129/rgb_00004.jpg /bedroom_0129/sync_depth_00004.png 518.8579 -/furniture_store_0002b/rgb_00011.jpg /furniture_store_0002b/sync_depth_00011.png 518.8579 -/bedroom_0050/rgb_00072.jpg /bedroom_0050/sync_depth_00072.png 518.8579 -/dining_room_0029/rgb_00092.jpg /dining_room_0029/sync_depth_00092.png 518.8579 -/playroom_0003/rgb_00045.jpg /playroom_0003/sync_depth_00045.png 518.8579 -/bookstore_0001f/rgb_00286.jpg /bookstore_0001f/sync_depth_00286.png 518.8579 -/bedroom_0019/rgb_00124.jpg /bedroom_0019/sync_depth_00124.png 518.8579 -/bedroom_0132/rgb_00037.jpg /bedroom_0132/sync_depth_00037.png 518.8579 -/bookstore_0001j/rgb_00173.jpg /bookstore_0001j/sync_depth_00173.png 518.8579 -/bedroom_0098/rgb_00067.jpg /bedroom_0098/sync_depth_00067.png 518.8579 -/living_room_0050/rgb_00203.jpg /living_room_0050/sync_depth_00203.png 518.8579 -/dining_room_0031/rgb_00270.jpg /dining_room_0031/sync_depth_00270.png 518.8579 -/bedroom_0035/rgb_00006.jpg /bedroom_0035/sync_depth_00006.png 518.8579 -/furniture_store_0002a/rgb_00047.jpg /furniture_store_0002a/sync_depth_00047.png 518.8579 -/kitchen_0050/rgb_00054.jpg /kitchen_0050/sync_depth_00054.png 518.8579 -/bookstore_0001e/rgb_00140.jpg /bookstore_0001e/sync_depth_00140.png 518.8579 -/home_office_0005/rgb_00089.jpg /home_office_0005/sync_depth_00089.png 518.8579 -/dining_room_0034/rgb_00136.jpg /dining_room_0034/sync_depth_00136.png 518.8579 -/kitchen_0029c/rgb_00114.jpg /kitchen_0029c/sync_depth_00114.png 518.8579 -/bedroom_0051/rgb_00173.jpg /bedroom_0051/sync_depth_00173.png 518.8579 -/reception_room_0001b/rgb_00030.jpg /reception_room_0001b/sync_depth_00030.png 518.8579 -/bedroom_0136/rgb_00096.jpg /bedroom_0136/sync_depth_00096.png 518.8579 -/kitchen_0033/rgb_00000.jpg /kitchen_0033/sync_depth_00000.png 518.8579 -/office_0026/rgb_00078.jpg /office_0026/sync_depth_00078.png 518.8579 -/bedroom_0136/rgb_00025.jpg /bedroom_0136/sync_depth_00025.png 518.8579 -/living_room_0019/rgb_00105.jpg /living_room_0019/sync_depth_00105.png 518.8579 -/kitchen_0060/rgb_00049.jpg /kitchen_0060/sync_depth_00049.png 518.8579 -/furniture_store_0002b/rgb_00183.jpg /furniture_store_0002b/sync_depth_00183.png 518.8579 -/bedroom_0140/rgb_00021.jpg /bedroom_0140/sync_depth_00021.png 518.8579 -/home_storage_0001/rgb_00122.jpg /home_storage_0001/sync_depth_00122.png 518.8579 -/office_kitchen_0001a/rgb_00047.jpg /office_kitchen_0001a/sync_depth_00047.png 518.8579 -/living_room_0022/rgb_00287.jpg /living_room_0022/sync_depth_00287.png 518.8579 -/bedroom_0072/rgb_00148.jpg /bedroom_0072/sync_depth_00148.png 518.8579 -/basement_0001b/rgb_00022.jpg /basement_0001b/sync_depth_00022.png 518.8579 -/dining_room_0024/rgb_00128.jpg /dining_room_0024/sync_depth_00128.png 518.8579 -/bedroom_0040/rgb_00002.jpg /bedroom_0040/sync_depth_00002.png 518.8579 -/bedroom_0062/rgb_00142.jpg /bedroom_0062/sync_depth_00142.png 518.8579 -/bookstore_0001f/rgb_00422.jpg /bookstore_0001f/sync_depth_00422.png 518.8579 -/bedroom_0053/rgb_00022.jpg /bedroom_0053/sync_depth_00022.png 518.8579 -/bedroom_0129/rgb_00010.jpg /bedroom_0129/sync_depth_00010.png 518.8579 -/living_room_0083/rgb_00000.jpg /living_room_0083/sync_depth_00000.png 518.8579 -/living_room_0070/rgb_00077.jpg /living_room_0070/sync_depth_00077.png 518.8579 -/computer_lab_0002/rgb_00006.jpg /computer_lab_0002/sync_depth_00006.png 518.8579 -/bedroom_0050/rgb_00195.jpg /bedroom_0050/sync_depth_00195.png 518.8579 -/dining_room_0023/rgb_00141.jpg /dining_room_0023/sync_depth_00141.png 518.8579 -/dining_room_0015/rgb_00022.jpg /dining_room_0015/sync_depth_00022.png 518.8579 -/kitchen_0052/rgb_00144.jpg /kitchen_0052/sync_depth_00144.png 518.8579 -/furniture_store_0002a/rgb_00150.jpg /furniture_store_0002a/sync_depth_00150.png 518.8579 -/bedroom_0050/rgb_00104.jpg /bedroom_0050/sync_depth_00104.png 518.8579 -/kitchen_0019a/rgb_00076.jpg /kitchen_0019a/sync_depth_00076.png 518.8579 -/bookstore_0001g/rgb_00223.jpg /bookstore_0001g/sync_depth_00223.png 518.8579 -/dining_room_0013/rgb_00049.jpg /dining_room_0013/sync_depth_00049.png 518.8579 -/study_0006/rgb_00024.jpg /study_0006/sync_depth_00024.png 518.8579 -/bathroom_0019/rgb_00042.jpg /bathroom_0019/sync_depth_00042.png 518.8579 -/playroom_0006/rgb_00104.jpg /playroom_0006/sync_depth_00104.png 518.8579 -/bookstore_0001e/rgb_00151.jpg /bookstore_0001e/sync_depth_00151.png 518.8579 -/study_0008/rgb_00003.jpg /study_0008/sync_depth_00003.png 518.8579 -/bedroom_0069/rgb_00092.jpg /bedroom_0069/sync_depth_00092.png 518.8579 -/living_room_0063/rgb_00075.jpg /living_room_0063/sync_depth_00075.png 518.8579 -/bathroom_0016/rgb_00035.jpg /bathroom_0016/sync_depth_00035.png 518.8579 -/dining_room_0034/rgb_00207.jpg /dining_room_0034/sync_depth_00207.png 518.8579 -/furniture_store_0002c/rgb_00061.jpg /furniture_store_0002c/sync_depth_00061.png 518.8579 -/dinette_0001/rgb_00105.jpg /dinette_0001/sync_depth_00105.png 518.8579 -/bedroom_0052/rgb_00109.jpg /bedroom_0052/sync_depth_00109.png 518.8579 -/dining_room_0016/rgb_00125.jpg /dining_room_0016/sync_depth_00125.png 518.8579 -/bedroom_0125b/rgb_00016.jpg /bedroom_0125b/sync_depth_00016.png 518.8579 -/furniture_store_0001d/rgb_00282.jpg /furniture_store_0001d/sync_depth_00282.png 518.8579 -/kitchen_0045b/rgb_00003.jpg /kitchen_0045b/sync_depth_00003.png 518.8579 -/bedroom_0113/rgb_00037.jpg /bedroom_0113/sync_depth_00037.png 518.8579 -/bathroom_0011/rgb_00030.jpg /bathroom_0011/sync_depth_00030.png 518.8579 -/kitchen_0050/rgb_00167.jpg /kitchen_0050/sync_depth_00167.png 518.8579 -/bedroom_0136/rgb_00161.jpg /bedroom_0136/sync_depth_00161.png 518.8579 -/office_kitchen_0003/rgb_00084.jpg /office_kitchen_0003/sync_depth_00084.png 518.8579 -/home_office_0008/rgb_00131.jpg /home_office_0008/sync_depth_00131.png 518.8579 -/bedroom_0113/rgb_00104.jpg /bedroom_0113/sync_depth_00104.png 518.8579 -/living_room_0062/rgb_00087.jpg /living_room_0062/sync_depth_00087.png 518.8579 -/basement_0001a/rgb_00093.jpg /basement_0001a/sync_depth_00093.png 518.8579 -/cafe_0001c/rgb_00024.jpg /cafe_0001c/sync_depth_00024.png 518.8579 -/living_room_0039/rgb_00118.jpg /living_room_0039/sync_depth_00118.png 518.8579 -/living_room_0078/rgb_00127.jpg /living_room_0078/sync_depth_00127.png 518.8579 -/living_room_0058/rgb_00017.jpg /living_room_0058/sync_depth_00017.png 518.8579 -/bathroom_0016/rgb_00008.jpg /bathroom_0016/sync_depth_00008.png 518.8579 -/living_room_0047b/rgb_00107.jpg /living_room_0047b/sync_depth_00107.png 518.8579 -/dining_room_0001b/rgb_00133.jpg /dining_room_0001b/sync_depth_00133.png 518.8579 -/bedroom_0140/rgb_00071.jpg /bedroom_0140/sync_depth_00071.png 518.8579 -/furniture_store_0002c/rgb_00048.jpg /furniture_store_0002c/sync_depth_00048.png 518.8579 -/kitchen_0028a/rgb_00143.jpg /kitchen_0028a/sync_depth_00143.png 518.8579 -/bedroom_0136/rgb_00109.jpg /bedroom_0136/sync_depth_00109.png 518.8579 -/kitchen_0003/rgb_00113.jpg /kitchen_0003/sync_depth_00113.png 518.8579 -/living_room_0069a/rgb_00017.jpg /living_room_0069a/sync_depth_00017.png 518.8579 -/furniture_store_0002a/rgb_00318.jpg /furniture_store_0002a/sync_depth_00318.png 518.8579 -/bedroom_0126/rgb_00040.jpg /bedroom_0126/sync_depth_00040.png 518.8579 -/dining_room_0013/rgb_00089.jpg /dining_room_0013/sync_depth_00089.png 518.8579 -/kitchen_0035b/rgb_00082.jpg /kitchen_0035b/sync_depth_00082.png 518.8579 -/kitchen_0035a/rgb_00005.jpg /kitchen_0035a/sync_depth_00005.png 518.8579 -/bedroom_0076a/rgb_00033.jpg /bedroom_0076a/sync_depth_00033.png 518.8579 -/bathroom_0019/rgb_00079.jpg /bathroom_0019/sync_depth_00079.png 518.8579 -/living_room_0050/rgb_00006.jpg /living_room_0050/sync_depth_00006.png 518.8579 -/bedroom_0053/rgb_00002.jpg /bedroom_0053/sync_depth_00002.png 518.8579 -/living_room_0062/rgb_00078.jpg /living_room_0062/sync_depth_00078.png 518.8579 -/living_room_0022/rgb_00053.jpg /living_room_0022/sync_depth_00053.png 518.8579 -/bookstore_0001f/rgb_00489.jpg /bookstore_0001f/sync_depth_00489.png 518.8579 -/bedroom_0080/rgb_00007.jpg /bedroom_0080/sync_depth_00007.png 518.8579 -/bedroom_0029/rgb_00037.jpg /bedroom_0029/sync_depth_00037.png 518.8579 -/bedroom_0033/rgb_00163.jpg /bedroom_0033/sync_depth_00163.png 518.8579 -/kitchen_0035b/rgb_00081.jpg /kitchen_0035b/sync_depth_00081.png 518.8579 -/bedroom_0098/rgb_00005.jpg /bedroom_0098/sync_depth_00005.png 518.8579 -/student_lounge_0001/rgb_00167.jpg /student_lounge_0001/sync_depth_00167.png 518.8579 -/bookstore_0001f/rgb_00219.jpg /bookstore_0001f/sync_depth_00219.png 518.8579 -/bedroom_0106/rgb_00080.jpg /bedroom_0106/sync_depth_00080.png 518.8579 -/classroom_0006/rgb_00045.jpg /classroom_0006/sync_depth_00045.png 518.8579 -/office_kitchen_0001b/rgb_00044.jpg /office_kitchen_0001b/sync_depth_00044.png 518.8579 -/bathroom_0034/rgb_00071.jpg /bathroom_0034/sync_depth_00071.png 518.8579 -/bedroom_0098/rgb_00073.jpg /bedroom_0098/sync_depth_00073.png 518.8579 -/furniture_store_0002c/rgb_00022.jpg /furniture_store_0002c/sync_depth_00022.png 518.8579 -/bedroom_0086/rgb_00072.jpg /bedroom_0086/sync_depth_00072.png 518.8579 -/office_0024/rgb_00015.jpg /office_0024/sync_depth_00015.png 518.8579 -/nyu_office_0/rgb_00279.jpg /nyu_office_0/sync_depth_00279.png 518.8579 -/dining_room_0013/rgb_00074.jpg /dining_room_0013/sync_depth_00074.png 518.8579 -/kitchen_0019a/rgb_00207.jpg /kitchen_0019a/sync_depth_00207.png 518.8579 -/living_room_0018/rgb_00060.jpg /living_room_0018/sync_depth_00060.png 518.8579 -/kitchen_0048/rgb_00055.jpg /kitchen_0048/sync_depth_00055.png 518.8579 -/living_room_0033/rgb_00008.jpg /living_room_0033/sync_depth_00008.png 518.8579 -/bedroom_0025/rgb_00128.jpg /bedroom_0025/sync_depth_00128.png 518.8579 -/classroom_0003/rgb_00099.jpg /classroom_0003/sync_depth_00099.png 518.8579 -/bedroom_0004/rgb_00133.jpg /bedroom_0004/sync_depth_00133.png 518.8579 -/bedroom_0021/rgb_00040.jpg /bedroom_0021/sync_depth_00040.png 518.8579 -/conference_room_0001/rgb_00085.jpg /conference_room_0001/sync_depth_00085.png 518.8579 -/bedroom_0021/rgb_00066.jpg /bedroom_0021/sync_depth_00066.png 518.8579 -/bedroom_0080/rgb_00019.jpg /bedroom_0080/sync_depth_00019.png 518.8579 -/living_room_0011/rgb_00022.jpg /living_room_0011/sync_depth_00022.png 518.8579 -/classroom_0022/rgb_00028.jpg /classroom_0022/sync_depth_00028.png 518.8579 -/nyu_office_0/rgb_00350.jpg /nyu_office_0/sync_depth_00350.png 518.8579 -/office_0012/rgb_00036.jpg /office_0012/sync_depth_00036.png 518.8579 -/bedroom_0076a/rgb_00169.jpg /bedroom_0076a/sync_depth_00169.png 518.8579 -/dining_room_0031/rgb_00257.jpg /dining_room_0031/sync_depth_00257.png 518.8579 -/kitchen_0035b/rgb_00232.jpg /kitchen_0035b/sync_depth_00232.png 518.8579 -/living_room_0058/rgb_00277.jpg /living_room_0058/sync_depth_00277.png 518.8579 -/living_room_0047a/rgb_00004.jpg /living_room_0047a/sync_depth_00004.png 518.8579 -/living_room_0038/rgb_00027.jpg /living_room_0038/sync_depth_00027.png 518.8579 -/classroom_0022/rgb_00061.jpg /classroom_0022/sync_depth_00061.png 518.8579 -/dining_room_0001b/rgb_00152.jpg /dining_room_0001b/sync_depth_00152.png 518.8579 -/kitchen_0033/rgb_00093.jpg /kitchen_0033/sync_depth_00093.png 518.8579 -/dining_room_0031/rgb_00396.jpg /dining_room_0031/sync_depth_00396.png 518.8579 -/bedroom_0010/rgb_00081.jpg /bedroom_0010/sync_depth_00081.png 518.8579 -/kitchen_0051/rgb_00201.jpg /kitchen_0051/sync_depth_00201.png 518.8579 -/bedroom_0065/rgb_00002.jpg /bedroom_0065/sync_depth_00002.png 518.8579 -/bedroom_0066/rgb_00060.jpg /bedroom_0066/sync_depth_00060.png 518.8579 -/bookstore_0001h/rgb_00103.jpg /bookstore_0001h/sync_depth_00103.png 518.8579 -/classroom_0016/rgb_00056.jpg /classroom_0016/sync_depth_00056.png 518.8579 -/bookstore_0001h/rgb_00001.jpg /bookstore_0001h/sync_depth_00001.png 518.8579 -/dining_room_0008/rgb_00138.jpg /dining_room_0008/sync_depth_00138.png 518.8579 -/study_room_0004/rgb_00194.jpg /study_room_0004/sync_depth_00194.png 518.8579 -/study_0004/rgb_00070.jpg /study_0004/sync_depth_00070.png 518.8579 -/kitchen_0037/rgb_00078.jpg /kitchen_0037/sync_depth_00078.png 518.8579 -/home_storage_0001/rgb_00069.jpg /home_storage_0001/sync_depth_00069.png 518.8579 -/bedroom_0079/rgb_00004.jpg /bedroom_0079/sync_depth_00004.png 518.8579 -/home_office_0013/rgb_00055.jpg /home_office_0013/sync_depth_00055.png 518.8579 -/bathroom_0016/rgb_00017.jpg /bathroom_0016/sync_depth_00017.png 518.8579 -/bedroom_0015/rgb_00067.jpg /bedroom_0015/sync_depth_00067.png 518.8579 -/bedroom_0074/rgb_00043.jpg /bedroom_0074/sync_depth_00043.png 518.8579 -/bedroom_0071/rgb_00059.jpg /bedroom_0071/sync_depth_00059.png 518.8579 -/kitchen_0017/rgb_00082.jpg /kitchen_0017/sync_depth_00082.png 518.8579 -/dining_room_0008/rgb_00097.jpg /dining_room_0008/sync_depth_00097.png 518.8579 -/dining_room_0014/rgb_00036.jpg /dining_room_0014/sync_depth_00036.png 518.8579 -/living_room_0058/rgb_00263.jpg /living_room_0058/sync_depth_00263.png 518.8579 -/living_room_0005/rgb_00065.jpg /living_room_0005/sync_depth_00065.png 518.8579 -/bathroom_0048/rgb_00048.jpg /bathroom_0048/sync_depth_00048.png 518.8579 -/living_room_0004/rgb_00104.jpg /living_room_0004/sync_depth_00104.png 518.8579 -/bedroom_0025/rgb_00077.jpg /bedroom_0025/sync_depth_00077.png 518.8579 -/bedroom_0130/rgb_00043.jpg /bedroom_0130/sync_depth_00043.png 518.8579 -/dining_room_0029/rgb_00096.jpg /dining_room_0029/sync_depth_00096.png 518.8579 -/dining_room_0016/rgb_00080.jpg /dining_room_0016/sync_depth_00080.png 518.8579 -/playroom_0004/rgb_00029.jpg /playroom_0004/sync_depth_00029.png 518.8579 -/bookstore_0001h/rgb_00061.jpg /bookstore_0001h/sync_depth_00061.png 518.8579 -/kitchen_0035b/rgb_00179.jpg /kitchen_0035b/sync_depth_00179.png 518.8579 -/classroom_0006/rgb_00135.jpg /classroom_0006/sync_depth_00135.png 518.8579 -/bedroom_0047/rgb_00040.jpg /bedroom_0047/sync_depth_00040.png 518.8579 -/student_lounge_0001/rgb_00017.jpg /student_lounge_0001/sync_depth_00017.png 518.8579 -/kitchen_0010/rgb_00086.jpg /kitchen_0010/sync_depth_00086.png 518.8579 -/bedroom_0034/rgb_00088.jpg /bedroom_0034/sync_depth_00088.png 518.8579 -/bathroom_0024/rgb_00036.jpg /bathroom_0024/sync_depth_00036.png 518.8579 -/living_room_0046a/rgb_00018.jpg /living_room_0046a/sync_depth_00018.png 518.8579 -/bedroom_0016/rgb_00209.jpg /bedroom_0016/sync_depth_00209.png 518.8579 -/classroom_0016/rgb_00057.jpg /classroom_0016/sync_depth_00057.png 518.8579 -/kitchen_0049/rgb_00060.jpg /kitchen_0049/sync_depth_00060.png 518.8579 -/dining_room_0014/rgb_00008.jpg /dining_room_0014/sync_depth_00008.png 518.8579 -/kitchen_0045a/rgb_00072.jpg /kitchen_0045a/sync_depth_00072.png 518.8579 -/bedroom_0021/rgb_00009.jpg /bedroom_0021/sync_depth_00009.png 518.8579 -/study_room_0004/rgb_00081.jpg /study_room_0004/sync_depth_00081.png 518.8579 -/indoor_balcony_0001/rgb_00020.jpg /indoor_balcony_0001/sync_depth_00020.png 518.8579 -/bedroom_0071/rgb_00142.jpg /bedroom_0071/sync_depth_00142.png 518.8579 -/living_room_0012/rgb_00132.jpg /living_room_0012/sync_depth_00132.png 518.8579 -/bedroom_0074/rgb_00025.jpg /bedroom_0074/sync_depth_00025.png 518.8579 -/living_room_0019/rgb_00091.jpg /living_room_0019/sync_depth_00091.png 518.8579 -/living_room_0050/rgb_00257.jpg /living_room_0050/sync_depth_00257.png 518.8579 -/bedroom_0004/rgb_00193.jpg /bedroom_0004/sync_depth_00193.png 518.8579 -/bathroom_0055/rgb_00030.jpg /bathroom_0055/sync_depth_00030.png 518.8579 -/indoor_balcony_0001/rgb_00006.jpg /indoor_balcony_0001/sync_depth_00006.png 518.8579 -/living_room_0020/rgb_00226.jpg /living_room_0020/sync_depth_00226.png 518.8579 -/living_room_0050/rgb_00246.jpg /living_room_0050/sync_depth_00246.png 518.8579 -/bedroom_0017/rgb_00116.jpg /bedroom_0017/sync_depth_00116.png 518.8579 -/kitchen_0048/rgb_00086.jpg /kitchen_0048/sync_depth_00086.png 518.8579 -/living_room_0022/rgb_00408.jpg /living_room_0022/sync_depth_00408.png 518.8579 -/conference_room_0001/rgb_00021.jpg /conference_room_0001/sync_depth_00021.png 518.8579 -/bookstore_0001d/rgb_00001.jpg /bookstore_0001d/sync_depth_00001.png 518.8579 -/bathroom_0049/rgb_00016.jpg /bathroom_0049/sync_depth_00016.png 518.8579 -/furniture_store_0002a/rgb_00337.jpg /furniture_store_0002a/sync_depth_00337.png 518.8579 -/home_office_0013/rgb_00052.jpg /home_office_0013/sync_depth_00052.png 518.8579 -/bathroom_0024/rgb_00058.jpg /bathroom_0024/sync_depth_00058.png 518.8579 -/bookstore_0001j/rgb_00253.jpg /bookstore_0001j/sync_depth_00253.png 518.8579 -/kitchen_0052/rgb_00014.jpg /kitchen_0052/sync_depth_00014.png 518.8579 -/living_room_0078/rgb_00107.jpg /living_room_0078/sync_depth_00107.png 518.8579 -/kitchen_0017/rgb_00104.jpg /kitchen_0017/sync_depth_00104.png 518.8579 -/bathroom_0035/rgb_00033.jpg /bathroom_0035/sync_depth_00033.png 518.8579 -/dining_room_0012/rgb_00079.jpg /dining_room_0012/sync_depth_00079.png 518.8579 -/dining_room_0029/rgb_00102.jpg /dining_room_0029/sync_depth_00102.png 518.8579 -/dining_room_0007/rgb_00197.jpg /dining_room_0007/sync_depth_00197.png 518.8579 -/home_office_0011/rgb_00022.jpg /home_office_0011/sync_depth_00022.png 518.8579 -/bookstore_0001d/rgb_00350.jpg /bookstore_0001d/sync_depth_00350.png 518.8579 -/dining_room_0004/rgb_00095.jpg /dining_room_0004/sync_depth_00095.png 518.8579 -/living_room_0022/rgb_00308.jpg /living_room_0022/sync_depth_00308.png 518.8579 -/study_room_0004/rgb_00098.jpg /study_room_0004/sync_depth_00098.png 518.8579 -/kitchen_0053/rgb_00212.jpg /kitchen_0053/sync_depth_00212.png 518.8579 -/kitchen_0037/rgb_00107.jpg /kitchen_0037/sync_depth_00107.png 518.8579 -/kitchen_0033/rgb_00131.jpg /kitchen_0033/sync_depth_00131.png 518.8579 -/kitchen_0035a/rgb_00055.jpg /kitchen_0035a/sync_depth_00055.png 518.8579 -/bathroom_0011/rgb_00004.jpg /bathroom_0011/sync_depth_00004.png 518.8579 -/home_office_0004/rgb_00128.jpg /home_office_0004/sync_depth_00128.png 518.8579 -/living_room_0004/rgb_00089.jpg /living_room_0004/sync_depth_00089.png 518.8579 -/dining_room_0034/rgb_00083.jpg /dining_room_0034/sync_depth_00083.png 518.8579 -/kitchen_0050/rgb_00033.jpg /kitchen_0050/sync_depth_00033.png 518.8579 -/living_room_0005/rgb_00062.jpg /living_room_0005/sync_depth_00062.png 518.8579 -/kitchen_0031/rgb_00173.jpg /kitchen_0031/sync_depth_00173.png 518.8579 -/dining_room_0034/rgb_00012.jpg /dining_room_0034/sync_depth_00012.png 518.8579 -/kitchen_0019a/rgb_00284.jpg /kitchen_0019a/sync_depth_00284.png 518.8579 -/living_room_0058/rgb_00011.jpg /living_room_0058/sync_depth_00011.png 518.8579 -/dining_room_0015/rgb_00185.jpg /dining_room_0015/sync_depth_00185.png 518.8579 -/living_room_0062/rgb_00151.jpg /living_room_0062/sync_depth_00151.png 518.8579 -/bathroom_0039/rgb_00045.jpg /bathroom_0039/sync_depth_00045.png 518.8579 -/dining_room_0010/rgb_00028.jpg /dining_room_0010/sync_depth_00028.png 518.8579 -/bathroom_0039/rgb_00015.jpg /bathroom_0039/sync_depth_00015.png 518.8579 -/dining_room_0007/rgb_00162.jpg /dining_room_0007/sync_depth_00162.png 518.8579 -/bathroom_0049/rgb_00037.jpg /bathroom_0049/sync_depth_00037.png 518.8579 -/bedroom_0106/rgb_00110.jpg /bedroom_0106/sync_depth_00110.png 518.8579 -/bedroom_0010/rgb_00002.jpg /bedroom_0010/sync_depth_00002.png 518.8579 -/office_0011/rgb_00088.jpg /office_0011/sync_depth_00088.png 518.8579 -/bedroom_0017/rgb_00094.jpg /bedroom_0017/sync_depth_00094.png 518.8579 -/furniture_store_0002b/rgb_00192.jpg /furniture_store_0002b/sync_depth_00192.png 518.8579 -/office_0004/rgb_00067.jpg /office_0004/sync_depth_00067.png 518.8579 -/bedroom_0016/rgb_00139.jpg /bedroom_0016/sync_depth_00139.png 518.8579 -/playroom_0004/rgb_00074.jpg /playroom_0004/sync_depth_00074.png 518.8579 -/playroom_0004/rgb_00049.jpg /playroom_0004/sync_depth_00049.png 518.8579 -/classroom_0003/rgb_00074.jpg /classroom_0003/sync_depth_00074.png 518.8579 -/living_room_0012/rgb_00152.jpg /living_room_0012/sync_depth_00152.png 518.8579 -/bedroom_0069/rgb_00124.jpg /bedroom_0069/sync_depth_00124.png 518.8579 -/classroom_0016/rgb_00009.jpg /classroom_0016/sync_depth_00009.png 518.8579 -/dining_room_0031/rgb_00250.jpg /dining_room_0031/sync_depth_00250.png 518.8579 -/bedroom_0010/rgb_00122.jpg /bedroom_0010/sync_depth_00122.png 518.8579 -/living_room_0022/rgb_00157.jpg /living_room_0022/sync_depth_00157.png 518.8579 -/bedroom_0021/rgb_00048.jpg /bedroom_0021/sync_depth_00048.png 518.8579 -/bedroom_0063/rgb_00149.jpg /bedroom_0063/sync_depth_00149.png 518.8579 -/bedroom_0076a/rgb_00051.jpg /bedroom_0076a/sync_depth_00051.png 518.8579 -/dining_room_0023/rgb_00163.jpg /dining_room_0023/sync_depth_00163.png 518.8579 -/living_room_0062/rgb_00020.jpg /living_room_0062/sync_depth_00020.png 518.8579 -/living_room_0020/rgb_00106.jpg /living_room_0020/sync_depth_00106.png 518.8579 -/living_room_0012/rgb_00036.jpg /living_room_0012/sync_depth_00036.png 518.8579 -/bedroom_0129/rgb_00016.jpg /bedroom_0129/sync_depth_00016.png 518.8579 -/kitchen_0029a/rgb_00036.jpg /kitchen_0029a/sync_depth_00036.png 518.8579 -/office_0021/rgb_00021.jpg /office_0021/sync_depth_00021.png 518.8579 -/living_room_0058/rgb_00270.jpg /living_room_0058/sync_depth_00270.png 518.8579 -/bookstore_0001f/rgb_00191.jpg /bookstore_0001f/sync_depth_00191.png 518.8579 -/office_0026/rgb_00100.jpg /office_0026/sync_depth_00100.png 518.8579 -/kitchen_0016/rgb_00012.jpg /kitchen_0016/sync_depth_00012.png 518.8579 -/kitchen_0048/rgb_00095.jpg /kitchen_0048/sync_depth_00095.png 518.8579 -/bedroom_0052/rgb_00064.jpg /bedroom_0052/sync_depth_00064.png 518.8579 -/dining_room_0015/rgb_00025.jpg /dining_room_0015/sync_depth_00025.png 518.8579 -/living_room_0082/rgb_00066.jpg /living_room_0082/sync_depth_00066.png 518.8579 -/dining_room_0004/rgb_00111.jpg /dining_room_0004/sync_depth_00111.png 518.8579 -/living_room_0040/rgb_00174.jpg /living_room_0040/sync_depth_00174.png 518.8579 -/kitchen_0048/rgb_00092.jpg /kitchen_0048/sync_depth_00092.png 518.8579 -/bedroom_0086/rgb_00049.jpg /bedroom_0086/sync_depth_00049.png 518.8579 -/computer_lab_0002/rgb_00025.jpg /computer_lab_0002/sync_depth_00025.png 518.8579 -/dining_room_0034/rgb_00061.jpg /dining_room_0034/sync_depth_00061.png 518.8579 -/dining_room_0013/rgb_00023.jpg /dining_room_0013/sync_depth_00023.png 518.8579 -/furniture_store_0002a/rgb_00405.jpg /furniture_store_0002a/sync_depth_00405.png 518.8579 -/bedroom_0026/rgb_00028.jpg /bedroom_0026/sync_depth_00028.png 518.8579 -/bedroom_0069/rgb_00029.jpg /bedroom_0069/sync_depth_00029.png 518.8579 -/bedroom_0040/rgb_00077.jpg /bedroom_0040/sync_depth_00077.png 518.8579 -/bookstore_0001g/rgb_00040.jpg /bookstore_0001g/sync_depth_00040.png 518.8579 -/kitchen_0035b/rgb_00035.jpg /kitchen_0035b/sync_depth_00035.png 518.8579 -/bathroom_0049/rgb_00006.jpg /bathroom_0049/sync_depth_00006.png 518.8579 -/dining_room_0037/rgb_00151.jpg /dining_room_0037/sync_depth_00151.png 518.8579 -/bathroom_0028/rgb_00012.jpg /bathroom_0028/sync_depth_00012.png 518.8579 -/bathroom_0045a/rgb_00024.jpg /bathroom_0045a/sync_depth_00024.png 518.8579 -/kitchen_0019a/rgb_00034.jpg /kitchen_0019a/sync_depth_00034.png 518.8579 -/kitchen_0048/rgb_00121.jpg /kitchen_0048/sync_depth_00121.png 518.8579 -/living_room_0042b/rgb_00018.jpg /living_room_0042b/sync_depth_00018.png 518.8579 -/dining_room_0015/rgb_00102.jpg /dining_room_0015/sync_depth_00102.png 518.8579 -/living_room_0046b/rgb_00026.jpg /living_room_0046b/sync_depth_00026.png 518.8579 -/playroom_0006/rgb_00045.jpg /playroom_0006/sync_depth_00045.png 518.8579 -/kitchen_0010/rgb_00045.jpg /kitchen_0010/sync_depth_00045.png 518.8579 -/living_room_0039/rgb_00053.jpg /living_room_0039/sync_depth_00053.png 518.8579 -/living_room_0018/rgb_00039.jpg /living_room_0018/sync_depth_00039.png 518.8579 -/living_room_0040/rgb_00332.jpg /living_room_0040/sync_depth_00332.png 518.8579 -/classroom_0006/rgb_00091.jpg /classroom_0006/sync_depth_00091.png 518.8579 -/playroom_0002/rgb_00148.jpg /playroom_0002/sync_depth_00148.png 518.8579 -/dining_room_0013/rgb_00178.jpg /dining_room_0013/sync_depth_00178.png 518.8579 -/bathroom_0049/rgb_00031.jpg /bathroom_0049/sync_depth_00031.png 518.8579 -/bookstore_0001g/rgb_00127.jpg /bookstore_0001g/sync_depth_00127.png 518.8579 -/classroom_0018/rgb_00041.jpg /classroom_0018/sync_depth_00041.png 518.8579 -/bookstore_0001h/rgb_00110.jpg /bookstore_0001h/sync_depth_00110.png 518.8579 -/bathroom_0019/rgb_00034.jpg /bathroom_0019/sync_depth_00034.png 518.8579 -/conference_room_0001/rgb_00088.jpg /conference_room_0001/sync_depth_00088.png 518.8579 -/bedroom_0063/rgb_00091.jpg /bedroom_0063/sync_depth_00091.png 518.8579 -/living_room_0018/rgb_00065.jpg /living_room_0018/sync_depth_00065.png 518.8579 -/office_0021/rgb_00005.jpg /office_0021/sync_depth_00005.png 518.8579 -/living_room_0019/rgb_00080.jpg /living_room_0019/sync_depth_00080.png 518.8579 -/furniture_store_0002b/rgb_00122.jpg /furniture_store_0002b/sync_depth_00122.png 518.8579 -/bedroom_0021/rgb_00045.jpg /bedroom_0021/sync_depth_00045.png 518.8579 -/bedroom_0040/rgb_00063.jpg /bedroom_0040/sync_depth_00063.png 518.8579 -/living_room_0062/rgb_00043.jpg /living_room_0062/sync_depth_00043.png 518.8579 -/kitchen_0043/rgb_00219.jpg /kitchen_0043/sync_depth_00219.png 518.8579 -/living_room_0037/rgb_00026.jpg /living_room_0037/sync_depth_00026.png 518.8579 -/home_office_0008/rgb_00090.jpg /home_office_0008/sync_depth_00090.png 518.8579 -/home_office_0011/rgb_00055.jpg /home_office_0011/sync_depth_00055.png 518.8579 -/bedroom_0062/rgb_00019.jpg /bedroom_0062/sync_depth_00019.png 518.8579 -/home_office_0005/rgb_00143.jpg /home_office_0005/sync_depth_00143.png 518.8579 -/living_room_0047b/rgb_00106.jpg /living_room_0047b/sync_depth_00106.png 518.8579 -/dining_room_0010/rgb_00096.jpg /dining_room_0010/sync_depth_00096.png 518.8579 -/kitchen_0003/rgb_00147.jpg /kitchen_0003/sync_depth_00147.png 518.8579 -/living_room_0020/rgb_00071.jpg /living_room_0020/sync_depth_00071.png 518.8579 -/dining_room_0012/rgb_00007.jpg /dining_room_0012/sync_depth_00007.png 518.8579 -/home_storage_0001/rgb_00040.jpg /home_storage_0001/sync_depth_00040.png 518.8579 -/bedroom_0019/rgb_00063.jpg /bedroom_0019/sync_depth_00063.png 518.8579 -/playroom_0004/rgb_00021.jpg /playroom_0004/sync_depth_00021.png 518.8579 -/furniture_store_0002c/rgb_00034.jpg /furniture_store_0002c/sync_depth_00034.png 518.8579 -/office_0011/rgb_00027.jpg /office_0011/sync_depth_00027.png 518.8579 -/kitchen_0035b/rgb_00204.jpg /kitchen_0035b/sync_depth_00204.png 518.8579 -/bookstore_0001j/rgb_00178.jpg /bookstore_0001j/sync_depth_00178.png 518.8579 -/kitchen_0028a/rgb_00139.jpg /kitchen_0028a/sync_depth_00139.png 518.8579 -/kitchen_0049/rgb_00195.jpg /kitchen_0049/sync_depth_00195.png 518.8579 -/dining_room_0024/rgb_00171.jpg /dining_room_0024/sync_depth_00171.png 518.8579 -/bathroom_0019/rgb_00039.jpg /bathroom_0019/sync_depth_00039.png 518.8579 -/kitchen_0035b/rgb_00325.jpg /kitchen_0035b/sync_depth_00325.png 518.8579 -/kitchen_0051/rgb_00311.jpg /kitchen_0051/sync_depth_00311.png 518.8579 -/office_0011/rgb_00173.jpg /office_0011/sync_depth_00173.png 518.8579 -/bedroom_0078/rgb_00159.jpg /bedroom_0078/sync_depth_00159.png 518.8579 -/dining_room_0031/rgb_00093.jpg /dining_room_0031/sync_depth_00093.png 518.8579 -/kitchen_0037/rgb_00022.jpg /kitchen_0037/sync_depth_00022.png 518.8579 -/bookstore_0001f/rgb_00026.jpg /bookstore_0001f/sync_depth_00026.png 518.8579 -/bedroom_0050/rgb_00014.jpg /bedroom_0050/sync_depth_00014.png 518.8579 -/classroom_0004/rgb_00064.jpg /classroom_0004/sync_depth_00064.png 518.8579 -/dining_room_0012/rgb_00024.jpg /dining_room_0012/sync_depth_00024.png 518.8579 -/bedroom_0076a/rgb_00066.jpg /bedroom_0076a/sync_depth_00066.png 518.8579 -/dining_room_0014/rgb_00118.jpg /dining_room_0014/sync_depth_00118.png 518.8579 -/dining_room_0002/rgb_00003.jpg /dining_room_0002/sync_depth_00003.png 518.8579 -/kitchen_0035a/rgb_00050.jpg /kitchen_0035a/sync_depth_00050.png 518.8579 -/home_office_0008/rgb_00007.jpg /home_office_0008/sync_depth_00007.png 518.8579 -/living_room_0012/rgb_00159.jpg /living_room_0012/sync_depth_00159.png 518.8579 -/kitchen_0051/rgb_00332.jpg /kitchen_0051/sync_depth_00332.png 518.8579 -/bedroom_0021/rgb_00113.jpg /bedroom_0021/sync_depth_00113.png 518.8579 -/reception_room_0001b/rgb_00009.jpg /reception_room_0001b/sync_depth_00009.png 518.8579 -/dining_room_0024/rgb_00152.jpg /dining_room_0024/sync_depth_00152.png 518.8579 -/bedroom_0060/rgb_00039.jpg /bedroom_0060/sync_depth_00039.png 518.8579 -/dining_room_0037/rgb_00035.jpg /dining_room_0037/sync_depth_00035.png 518.8579 -/dining_room_0012/rgb_00228.jpg /dining_room_0012/sync_depth_00228.png 518.8579 -/dining_room_0001b/rgb_00197.jpg /dining_room_0001b/sync_depth_00197.png 518.8579 -/bedroom_0100/rgb_00060.jpg /bedroom_0100/sync_depth_00060.png 518.8579 -/bathroom_0039/rgb_00074.jpg /bathroom_0039/sync_depth_00074.png 518.8579 -/bedroom_0063/rgb_00025.jpg /bedroom_0063/sync_depth_00025.png 518.8579 -/living_room_0069a/rgb_00062.jpg /living_room_0069a/sync_depth_00062.png 518.8579 -/living_room_0046a/rgb_00090.jpg /living_room_0046a/sync_depth_00090.png 518.8579 -/kitchen_0029b/rgb_00007.jpg /kitchen_0029b/sync_depth_00007.png 518.8579 -/bedroom_0074/rgb_00027.jpg /bedroom_0074/sync_depth_00027.png 518.8579 -/bookstore_0001j/rgb_00044.jpg /bookstore_0001j/sync_depth_00044.png 518.8579 -/cafe_0001c/rgb_00018.jpg /cafe_0001c/sync_depth_00018.png 518.8579 -/bedroom_0015/rgb_00016.jpg /bedroom_0015/sync_depth_00016.png 518.8579 -/dining_room_0031/rgb_00190.jpg /dining_room_0031/sync_depth_00190.png 518.8579 -/living_room_0033/rgb_00047.jpg /living_room_0033/sync_depth_00047.png 518.8579 -/living_room_0069b/rgb_00021.jpg /living_room_0069b/sync_depth_00021.png 518.8579 -/bedroom_0106/rgb_00035.jpg /bedroom_0106/sync_depth_00035.png 518.8579 -/office_0018/rgb_00010.jpg /office_0018/sync_depth_00010.png 518.8579 -/bedroom_0040/rgb_00072.jpg /bedroom_0040/sync_depth_00072.png 518.8579 -/nyu_office_0/rgb_00257.jpg /nyu_office_0/sync_depth_00257.png 518.8579 -/dining_room_0012/rgb_00123.jpg /dining_room_0012/sync_depth_00123.png 518.8579 -/study_0004/rgb_00064.jpg /study_0004/sync_depth_00064.png 518.8579 -/study_0008/rgb_00037.jpg /study_0008/sync_depth_00037.png 518.8579 -/living_room_0068/rgb_00002.jpg /living_room_0068/sync_depth_00002.png 518.8579 -/bathroom_0042/rgb_00005.jpg /bathroom_0042/sync_depth_00005.png 518.8579 -/nyu_office_0/rgb_00193.jpg /nyu_office_0/sync_depth_00193.png 518.8579 -/bookstore_0001j/rgb_00188.jpg /bookstore_0001j/sync_depth_00188.png 518.8579 -/kitchen_0028a/rgb_00178.jpg /kitchen_0028a/sync_depth_00178.png 518.8579 -/furniture_store_0001b/rgb_00009.jpg /furniture_store_0001b/sync_depth_00009.png 518.8579 -/bedroom_0076a/rgb_00282.jpg /bedroom_0076a/sync_depth_00282.png 518.8579 -/bookstore_0001j/rgb_00122.jpg /bookstore_0001j/sync_depth_00122.png 518.8579 -/dining_room_0028/rgb_00000.jpg /dining_room_0028/sync_depth_00000.png 518.8579 -/study_0008/rgb_00034.jpg /study_0008/sync_depth_00034.png 518.8579 -/bathroom_0014a/rgb_00047.jpg /bathroom_0014a/sync_depth_00047.png 518.8579 -/home_office_0007/rgb_00006.jpg /home_office_0007/sync_depth_00006.png 518.8579 -/bedroom_0004/rgb_00041.jpg /bedroom_0004/sync_depth_00041.png 518.8579 -/living_room_0022/rgb_00215.jpg /living_room_0022/sync_depth_00215.png 518.8579 -/bedroom_0004/rgb_00077.jpg /bedroom_0004/sync_depth_00077.png 518.8579 -/dining_room_0007/rgb_00001.jpg /dining_room_0007/sync_depth_00001.png 518.8579 -/kitchen_0050/rgb_00026.jpg /kitchen_0050/sync_depth_00026.png 518.8579 -/living_room_0022/rgb_00409.jpg /living_room_0022/sync_depth_00409.png 518.8579 -/dining_room_0001b/rgb_00146.jpg /dining_room_0001b/sync_depth_00146.png 518.8579 -/kitchen_0035b/rgb_00258.jpg /kitchen_0035b/sync_depth_00258.png 518.8579 -/bedroom_0096/rgb_00069.jpg /bedroom_0096/sync_depth_00069.png 518.8579 -/dining_room_0016/rgb_00170.jpg /dining_room_0016/sync_depth_00170.png 518.8579 -/living_room_0040/rgb_00309.jpg /living_room_0040/sync_depth_00309.png 518.8579 -/furniture_store_0002a/rgb_00099.jpg /furniture_store_0002a/sync_depth_00099.png 518.8579 -/living_room_0040/rgb_00218.jpg /living_room_0040/sync_depth_00218.png 518.8579 -/bedroom_0067b/rgb_00003.jpg /bedroom_0067b/sync_depth_00003.png 518.8579 -/bedroom_0010/rgb_00045.jpg /bedroom_0010/sync_depth_00045.png 518.8579 -/bookstore_0001e/rgb_00029.jpg /bookstore_0001e/sync_depth_00029.png 518.8579 -/conference_room_0001/rgb_00115.jpg /conference_room_0001/sync_depth_00115.png 518.8579 -/living_room_0067/rgb_00101.jpg /living_room_0067/sync_depth_00101.png 518.8579 -/bathroom_0028/rgb_00014.jpg /bathroom_0028/sync_depth_00014.png 518.8579 -/bedroom_0078/rgb_00018.jpg /bedroom_0078/sync_depth_00018.png 518.8579 -/dining_room_0012/rgb_00169.jpg /dining_room_0012/sync_depth_00169.png 518.8579 -/living_room_0032/rgb_00002.jpg /living_room_0032/sync_depth_00002.png 518.8579 -/bookstore_0001h/rgb_00112.jpg /bookstore_0001h/sync_depth_00112.png 518.8579 -/bookstore_0001d/rgb_00230.jpg /bookstore_0001d/sync_depth_00230.png 518.8579 -/living_room_0083/rgb_00037.jpg /living_room_0083/sync_depth_00037.png 518.8579 -/bathroom_0023/rgb_00008.jpg /bathroom_0023/sync_depth_00008.png 518.8579 -/dining_room_0015/rgb_00279.jpg /dining_room_0015/sync_depth_00279.png 518.8579 -/furniture_store_0001d/rgb_00273.jpg /furniture_store_0001d/sync_depth_00273.png 518.8579 -/home_office_0007/rgb_00031.jpg /home_office_0007/sync_depth_00031.png 518.8579 -/kitchen_0016/rgb_00005.jpg /kitchen_0016/sync_depth_00005.png 518.8579 -/bookstore_0001h/rgb_00087.jpg /bookstore_0001h/sync_depth_00087.png 518.8579 -/bedroom_0104/rgb_00099.jpg /bedroom_0104/sync_depth_00099.png 518.8579 -/dining_room_0031/rgb_00244.jpg /dining_room_0031/sync_depth_00244.png 518.8579 -/excercise_room_0001/rgb_00126.jpg /excercise_room_0001/sync_depth_00126.png 518.8579 -/furniture_store_0001a/rgb_00015.jpg /furniture_store_0001a/sync_depth_00015.png 518.8579 -/playroom_0003/rgb_00197.jpg /playroom_0003/sync_depth_00197.png 518.8579 -/living_room_0022/rgb_00223.jpg /living_room_0022/sync_depth_00223.png 518.8579 -/furniture_store_0001b/rgb_00077.jpg /furniture_store_0001b/sync_depth_00077.png 518.8579 -/living_room_0040/rgb_00075.jpg /living_room_0040/sync_depth_00075.png 518.8579 -/living_room_0058/rgb_00144.jpg /living_room_0058/sync_depth_00144.png 518.8579 -/nyu_office_0/rgb_00157.jpg /nyu_office_0/sync_depth_00157.png 518.8579 -/dining_room_0033/rgb_00091.jpg /dining_room_0033/sync_depth_00091.png 518.8579 -/bathroom_0049/rgb_00052.jpg /bathroom_0049/sync_depth_00052.png 518.8579 -/kitchen_0053/rgb_00236.jpg /kitchen_0053/sync_depth_00236.png 518.8579 -/office_0011/rgb_00136.jpg /office_0011/sync_depth_00136.png 518.8579 -/living_room_0035/rgb_00068.jpg /living_room_0035/sync_depth_00068.png 518.8579 -/home_office_0007/rgb_00018.jpg /home_office_0007/sync_depth_00018.png 518.8579 -/furniture_store_0002d/rgb_00044.jpg /furniture_store_0002d/sync_depth_00044.png 518.8579 -/kitchen_0035b/rgb_00051.jpg /kitchen_0035b/sync_depth_00051.png 518.8579 -/furniture_store_0002c/rgb_00001.jpg /furniture_store_0002c/sync_depth_00001.png 518.8579 -/office_0004/rgb_00023.jpg /office_0004/sync_depth_00023.png 518.8579 -/bookstore_0001d/rgb_00307.jpg /bookstore_0001d/sync_depth_00307.png 518.8579 -/classroom_0006/rgb_00200.jpg /classroom_0006/sync_depth_00200.png 518.8579 -/home_office_0006/rgb_00118.jpg /home_office_0006/sync_depth_00118.png 518.8579 -/living_room_0086a/rgb_00026.jpg /living_room_0086a/sync_depth_00026.png 518.8579 -/bathroom_0002/rgb_00039.jpg /bathroom_0002/sync_depth_00039.png 518.8579 -/kitchen_0033/rgb_00186.jpg /kitchen_0033/sync_depth_00186.png 518.8579 -/living_room_0010/rgb_00196.jpg /living_room_0010/sync_depth_00196.png 518.8579 -/bookstore_0001d/rgb_00026.jpg /bookstore_0001d/sync_depth_00026.png 518.8579 -/dining_room_0024/rgb_00013.jpg /dining_room_0024/sync_depth_00013.png 518.8579 -/dining_room_0001b/rgb_00015.jpg /dining_room_0001b/sync_depth_00015.png 518.8579 -/dining_room_0023/rgb_00129.jpg /dining_room_0023/sync_depth_00129.png 518.8579 -/bedroom_0060/rgb_00020.jpg /bedroom_0060/sync_depth_00020.png 518.8579 -/dining_room_0008/rgb_00159.jpg /dining_room_0008/sync_depth_00159.png 518.8579 -/bedroom_0040/rgb_00082.jpg /bedroom_0040/sync_depth_00082.png 518.8579 -/living_room_0010/rgb_00002.jpg /living_room_0010/sync_depth_00002.png 518.8579 -/furniture_store_0001e/rgb_00069.jpg /furniture_store_0001e/sync_depth_00069.png 518.8579 -/living_room_0055/rgb_00075.jpg /living_room_0055/sync_depth_00075.png 518.8579 -/dining_room_0019/rgb_00011.jpg /dining_room_0019/sync_depth_00011.png 518.8579 -/furniture_store_0002a/rgb_00285.jpg /furniture_store_0002a/sync_depth_00285.png 518.8579 -/living_room_0010/rgb_00099.jpg /living_room_0010/sync_depth_00099.png 518.8579 -/office_0003/rgb_00001.jpg /office_0003/sync_depth_00001.png 518.8579 -/bedroom_0130/rgb_00026.jpg /bedroom_0130/sync_depth_00026.png 518.8579 -/kitchen_0043/rgb_00126.jpg /kitchen_0043/sync_depth_00126.png 518.8579 -/furniture_store_0001d/rgb_00066.jpg /furniture_store_0001d/sync_depth_00066.png 518.8579 -/dining_room_0007/rgb_00032.jpg /dining_room_0007/sync_depth_00032.png 518.8579 -/bookstore_0001e/rgb_00070.jpg /bookstore_0001e/sync_depth_00070.png 518.8579 -/kitchen_0051/rgb_00013.jpg /kitchen_0051/sync_depth_00013.png 518.8579 -/living_room_0040/rgb_00119.jpg /living_room_0040/sync_depth_00119.png 518.8579 -/living_room_0018/rgb_00075.jpg /living_room_0018/sync_depth_00075.png 518.8579 -/dining_room_0015/rgb_00087.jpg /dining_room_0015/sync_depth_00087.png 518.8579 -/office_0004/rgb_00087.jpg /office_0004/sync_depth_00087.png 518.8579 -/bedroom_0106/rgb_00116.jpg /bedroom_0106/sync_depth_00116.png 518.8579 -/reception_room_0001b/rgb_00003.jpg /reception_room_0001b/sync_depth_00003.png 518.8579 -/living_room_0022/rgb_00071.jpg /living_room_0022/sync_depth_00071.png 518.8579 -/living_room_0050/rgb_00066.jpg /living_room_0050/sync_depth_00066.png 518.8579 -/kitchen_0051/rgb_00347.jpg /kitchen_0051/sync_depth_00347.png 518.8579 -/bedroom_0026/rgb_00140.jpg /bedroom_0026/sync_depth_00140.png 518.8579 -/bedroom_0012/rgb_00079.jpg /bedroom_0012/sync_depth_00079.png 518.8579 -/bedroom_0050/rgb_00058.jpg /bedroom_0050/sync_depth_00058.png 518.8579 -/living_room_0020/rgb_00178.jpg /living_room_0020/sync_depth_00178.png 518.8579 -/bedroom_0052/rgb_00010.jpg /bedroom_0052/sync_depth_00010.png 518.8579 -/cafe_0001a/rgb_00050.jpg /cafe_0001a/sync_depth_00050.png 518.8579 -/office_0006/rgb_00048.jpg /office_0006/sync_depth_00048.png 518.8579 -/dining_room_0016/rgb_00150.jpg /dining_room_0016/sync_depth_00150.png 518.8579 -/bedroom_0033/rgb_00124.jpg /bedroom_0033/sync_depth_00124.png 518.8579 -/living_room_0063/rgb_00079.jpg /living_room_0063/sync_depth_00079.png 518.8579 -/nyu_office_1/rgb_00071.jpg /nyu_office_1/sync_depth_00071.png 518.8579 -/bedroom_0104/rgb_00084.jpg /bedroom_0104/sync_depth_00084.png 518.8579 -/office_0018/rgb_00012.jpg /office_0018/sync_depth_00012.png 518.8579 -/dining_room_0031/rgb_00330.jpg /dining_room_0031/sync_depth_00330.png 518.8579 -/bedroom_0116/rgb_00002.jpg /bedroom_0116/sync_depth_00002.png 518.8579 -/bedroom_0040/rgb_00040.jpg /bedroom_0040/sync_depth_00040.png 518.8579 -/classroom_0010/rgb_00018.jpg /classroom_0010/sync_depth_00018.png 518.8579 -/bedroom_0138/rgb_00022.jpg /bedroom_0138/sync_depth_00022.png 518.8579 -/classroom_0010/rgb_00021.jpg /classroom_0010/sync_depth_00021.png 518.8579 -/living_room_0078/rgb_00115.jpg /living_room_0078/sync_depth_00115.png 518.8579 -/dinette_0001/rgb_00029.jpg /dinette_0001/sync_depth_00029.png 518.8579 -/home_office_0004/rgb_00068.jpg /home_office_0004/sync_depth_00068.png 518.8579 -/classroom_0003/rgb_00102.jpg /classroom_0003/sync_depth_00102.png 518.8579 -/office_kitchen_0001b/rgb_00006.jpg /office_kitchen_0001b/sync_depth_00006.png 518.8579 -/reception_room_0002/rgb_00042.jpg /reception_room_0002/sync_depth_00042.png 518.8579 -/home_storage_0001/rgb_00010.jpg /home_storage_0001/sync_depth_00010.png 518.8579 -/bathroom_0007/rgb_00020.jpg /bathroom_0007/sync_depth_00020.png 518.8579 -/reception_room_0002/rgb_00122.jpg /reception_room_0002/sync_depth_00122.png 518.8579 -/kitchen_0041/rgb_00049.jpg /kitchen_0041/sync_depth_00049.png 518.8579 -/bedroom_0062/rgb_00086.jpg /bedroom_0062/sync_depth_00086.png 518.8579 -/living_room_0012/rgb_00200.jpg /living_room_0012/sync_depth_00200.png 518.8579 -/bedroom_0052/rgb_00216.jpg /bedroom_0052/sync_depth_00216.png 518.8579 -/living_room_0078/rgb_00059.jpg /living_room_0078/sync_depth_00059.png 518.8579 -/nyu_office_1/rgb_00021.jpg /nyu_office_1/sync_depth_00021.png 518.8579 -/excercise_room_0001/rgb_00046.jpg /excercise_room_0001/sync_depth_00046.png 518.8579 -/bathroom_0019/rgb_00056.jpg /bathroom_0019/sync_depth_00056.png 518.8579 -/bathroom_0007/rgb_00003.jpg /bathroom_0007/sync_depth_00003.png 518.8579 -/playroom_0002/rgb_00025.jpg /playroom_0002/sync_depth_00025.png 518.8579 -/dining_room_0031/rgb_00084.jpg /dining_room_0031/sync_depth_00084.png 518.8579 -/bookstore_0001d/rgb_00002.jpg /bookstore_0001d/sync_depth_00002.png 518.8579 -/bookstore_0001j/rgb_00301.jpg /bookstore_0001j/sync_depth_00301.png 518.8579 -/bathroom_0002/rgb_00018.jpg /bathroom_0002/sync_depth_00018.png 518.8579 -/kitchen_0047/rgb_00066.jpg /kitchen_0047/sync_depth_00066.png 518.8579 -/bathroom_0007/rgb_00006.jpg /bathroom_0007/sync_depth_00006.png 518.8579 -/bedroom_0096/rgb_00065.jpg /bedroom_0096/sync_depth_00065.png 518.8579 -/living_room_0062/rgb_00145.jpg /living_room_0062/sync_depth_00145.png 518.8579 -/living_room_0046b/rgb_00052.jpg /living_room_0046b/sync_depth_00052.png 518.8579 -/bedroom_0140/rgb_00170.jpg /bedroom_0140/sync_depth_00170.png 518.8579 -/living_room_0029/rgb_00083.jpg /living_room_0029/sync_depth_00083.png 518.8579 -/kitchen_0028b/rgb_00053.jpg /kitchen_0028b/sync_depth_00053.png 518.8579 -/furniture_store_0001d/rgb_00195.jpg /furniture_store_0001d/sync_depth_00195.png 518.8579 -/bedroom_0004/rgb_00031.jpg /bedroom_0004/sync_depth_00031.png 518.8579 -/home_office_0013/rgb_00019.jpg /home_office_0013/sync_depth_00019.png 518.8579 -/bathroom_0014a/rgb_00027.jpg /bathroom_0014a/sync_depth_00027.png 518.8579 -/kitchen_0045a/rgb_00133.jpg /kitchen_0045a/sync_depth_00133.png 518.8579 -/living_room_0010/rgb_00105.jpg /living_room_0010/sync_depth_00105.png 518.8579 -/bookstore_0001j/rgb_00105.jpg /bookstore_0001j/sync_depth_00105.png 518.8579 -/basement_0001a/rgb_00182.jpg /basement_0001a/sync_depth_00182.png 518.8579 -/living_room_0039/rgb_00134.jpg /living_room_0039/sync_depth_00134.png 518.8579 -/dining_room_0031/rgb_00245.jpg /dining_room_0031/sync_depth_00245.png 518.8579 -/reception_room_0002/rgb_00006.jpg /reception_room_0002/sync_depth_00006.png 518.8579 -/dining_room_0008/rgb_00081.jpg /dining_room_0008/sync_depth_00081.png 518.8579 -/playroom_0004/rgb_00059.jpg /playroom_0004/sync_depth_00059.png 518.8579 -/bookstore_0001e/rgb_00044.jpg /bookstore_0001e/sync_depth_00044.png 518.8579 -/study_0003/rgb_00008.jpg /study_0003/sync_depth_00008.png 518.8579 -/bathroom_0050/rgb_00014.jpg /bathroom_0050/sync_depth_00014.png 518.8579 -/living_room_0011/rgb_00123.jpg /living_room_0011/sync_depth_00123.png 518.8579 -/furniture_store_0001d/rgb_00143.jpg /furniture_store_0001d/sync_depth_00143.png 518.8579 -/office_kitchen_0001b/rgb_00056.jpg /office_kitchen_0001b/sync_depth_00056.png 518.8579 -/bookstore_0001f/rgb_00242.jpg /bookstore_0001f/sync_depth_00242.png 518.8579 -/kitchen_0017/rgb_00003.jpg /kitchen_0017/sync_depth_00003.png 518.8579 -/living_room_0010/rgb_00138.jpg /living_room_0010/sync_depth_00138.png 518.8579 -/kitchen_0035b/rgb_00315.jpg /kitchen_0035b/sync_depth_00315.png 518.8579 -/home_office_0013/rgb_00031.jpg /home_office_0013/sync_depth_00031.png 518.8579 -/living_room_0012/rgb_00130.jpg /living_room_0012/sync_depth_00130.png 518.8579 -/kitchen_0031/rgb_00160.jpg /kitchen_0031/sync_depth_00160.png 518.8579 -/classroom_0006/rgb_00119.jpg /classroom_0006/sync_depth_00119.png 518.8579 -/dining_room_0033/rgb_00178.jpg /dining_room_0033/sync_depth_00178.png 518.8579 -/playroom_0004/rgb_00087.jpg /playroom_0004/sync_depth_00087.png 518.8579 -/study_room_0004/rgb_00174.jpg /study_room_0004/sync_depth_00174.png 518.8579 -/kitchen_0019a/rgb_00240.jpg /kitchen_0019a/sync_depth_00240.png 518.8579 -/dining_room_0007/rgb_00226.jpg /dining_room_0007/sync_depth_00226.png 518.8579 -/bookstore_0001d/rgb_00174.jpg /bookstore_0001d/sync_depth_00174.png 518.8579 -/living_room_0012/rgb_00196.jpg /living_room_0012/sync_depth_00196.png 518.8579 -/furniture_store_0001e/rgb_00012.jpg /furniture_store_0001e/sync_depth_00012.png 518.8579 -/bedroom_0120/rgb_00064.jpg /bedroom_0120/sync_depth_00064.png 518.8579 -/bedroom_0094/rgb_00033.jpg /bedroom_0094/sync_depth_00033.png 518.8579 -/furniture_store_0002c/rgb_00031.jpg /furniture_store_0002c/sync_depth_00031.png 518.8579 -/office_0026/rgb_00121.jpg /office_0026/sync_depth_00121.png 518.8579 -/furniture_store_0001b/rgb_00053.jpg /furniture_store_0001b/sync_depth_00053.png 518.8579 -/home_office_0006/rgb_00090.jpg /home_office_0006/sync_depth_00090.png 518.8579 -/bedroom_0072/rgb_00127.jpg /bedroom_0072/sync_depth_00127.png 518.8579 -/living_room_0050/rgb_00078.jpg /living_room_0050/sync_depth_00078.png 518.8579 -/bedroom_0129/rgb_00054.jpg /bedroom_0129/sync_depth_00054.png 518.8579 -/bookstore_0001d/rgb_00305.jpg /bookstore_0001d/sync_depth_00305.png 518.8579 -/dining_room_0012/rgb_00004.jpg /dining_room_0012/sync_depth_00004.png 518.8579 -/living_room_0006/rgb_00016.jpg /living_room_0006/sync_depth_00016.png 518.8579 -/home_storage_0001/rgb_00076.jpg /home_storage_0001/sync_depth_00076.png 518.8579 -/living_room_0011/rgb_00125.jpg /living_room_0011/sync_depth_00125.png 518.8579 -/kitchen_0048/rgb_00259.jpg /kitchen_0048/sync_depth_00259.png 518.8579 -/kitchen_0060/rgb_00010.jpg /kitchen_0060/sync_depth_00010.png 518.8579 -/office_0006/rgb_00121.jpg /office_0006/sync_depth_00121.png 518.8579 -/bedroom_0072/rgb_00098.jpg /bedroom_0072/sync_depth_00098.png 518.8579 -/kitchen_0049/rgb_00079.jpg /kitchen_0049/sync_depth_00079.png 518.8579 -/bedroom_0098/rgb_00025.jpg /bedroom_0098/sync_depth_00025.png 518.8579 -/office_0011/rgb_00091.jpg /office_0011/sync_depth_00091.png 518.8579 -/bedroom_0107/rgb_00041.jpg /bedroom_0107/sync_depth_00041.png 518.8579 -/bookstore_0001j/rgb_00295.jpg /bookstore_0001j/sync_depth_00295.png 518.8579 -/living_room_0029/rgb_00071.jpg /living_room_0029/sync_depth_00071.png 518.8579 -/furniture_store_0002c/rgb_00065.jpg /furniture_store_0002c/sync_depth_00065.png 518.8579 -/office_0018/rgb_00021.jpg /office_0018/sync_depth_00021.png 518.8579 -/living_room_0046a/rgb_00094.jpg /living_room_0046a/sync_depth_00094.png 518.8579 -/dining_room_0031/rgb_00269.jpg /dining_room_0031/sync_depth_00269.png 518.8579 -/study_room_0005b/rgb_00013.jpg /study_room_0005b/sync_depth_00013.png 518.8579 -/home_storage_0001/rgb_00108.jpg /home_storage_0001/sync_depth_00108.png 518.8579 -/dining_room_0014/rgb_00083.jpg /dining_room_0014/sync_depth_00083.png 518.8579 -/bathroom_0019/rgb_00031.jpg /bathroom_0019/sync_depth_00031.png 518.8579 -/kitchen_0049/rgb_00196.jpg /kitchen_0049/sync_depth_00196.png 518.8579 -/reception_room_0002/rgb_00021.jpg /reception_room_0002/sync_depth_00021.png 518.8579 -/bathroom_0024/rgb_00052.jpg /bathroom_0024/sync_depth_00052.png 518.8579 -/living_room_0042b/rgb_00059.jpg /living_room_0042b/sync_depth_00059.png 518.8579 -/dining_room_0004/rgb_00071.jpg /dining_room_0004/sync_depth_00071.png 518.8579 -/playroom_0006/rgb_00080.jpg /playroom_0006/sync_depth_00080.png 518.8579 -/dining_room_0008/rgb_00000.jpg /dining_room_0008/sync_depth_00000.png 518.8579 -/living_room_0022/rgb_00100.jpg /living_room_0022/sync_depth_00100.png 518.8579 -/dining_room_0028/rgb_00081.jpg /dining_room_0028/sync_depth_00081.png 518.8579 -/bedroom_0062/rgb_00051.jpg /bedroom_0062/sync_depth_00051.png 518.8579 -/dining_room_0001b/rgb_00061.jpg /dining_room_0001b/sync_depth_00061.png 518.8579 -/kitchen_0029b/rgb_00023.jpg /kitchen_0029b/sync_depth_00023.png 518.8579 -/living_room_0063/rgb_00104.jpg /living_room_0063/sync_depth_00104.png 518.8579 -/classroom_0022/rgb_00050.jpg /classroom_0022/sync_depth_00050.png 518.8579 -/bedroom_0060/rgb_00021.jpg /bedroom_0060/sync_depth_00021.png 518.8579 -/living_room_0069a/rgb_00116.jpg /living_room_0069a/sync_depth_00116.png 518.8579 -/office_0004/rgb_00013.jpg /office_0004/sync_depth_00013.png 518.8579 -/bedroom_0076a/rgb_00143.jpg /bedroom_0076a/sync_depth_00143.png 518.8579 -/living_room_0012/rgb_00052.jpg /living_room_0012/sync_depth_00052.png 518.8579 -/kitchen_0031/rgb_00185.jpg /kitchen_0031/sync_depth_00185.png 518.8579 -/dining_room_0033/rgb_00167.jpg /dining_room_0033/sync_depth_00167.png 518.8579 -/furniture_store_0001b/rgb_00025.jpg /furniture_store_0001b/sync_depth_00025.png 518.8579 -/bedroom_0050/rgb_00084.jpg /bedroom_0050/sync_depth_00084.png 518.8579 -/bathroom_0056/rgb_00053.jpg /bathroom_0056/sync_depth_00053.png 518.8579 -/bathroom_0028/rgb_00148.jpg /bathroom_0028/sync_depth_00148.png 518.8579 -/living_room_0039/rgb_00056.jpg /living_room_0039/sync_depth_00056.png 518.8579 -/dining_room_0013/rgb_00134.jpg /dining_room_0013/sync_depth_00134.png 518.8579 -/classroom_0006/rgb_00023.jpg /classroom_0006/sync_depth_00023.png 518.8579 -/conference_room_0001/rgb_00012.jpg /conference_room_0001/sync_depth_00012.png 518.8579 -/kitchen_0017/rgb_00059.jpg /kitchen_0017/sync_depth_00059.png 518.8579 -/living_room_0005/rgb_00113.jpg /living_room_0005/sync_depth_00113.png 518.8579 -/kitchen_0053/rgb_00156.jpg /kitchen_0053/sync_depth_00156.png 518.8579 -/bathroom_0056/rgb_00002.jpg /bathroom_0056/sync_depth_00002.png 518.8579 -/living_room_0038/rgb_00107.jpg /living_room_0038/sync_depth_00107.png 518.8579 -/kitchen_0028a/rgb_00039.jpg /kitchen_0028a/sync_depth_00039.png 518.8579 -/living_room_0040/rgb_00235.jpg /living_room_0040/sync_depth_00235.png 518.8579 -/bedroom_0016/rgb_00218.jpg /bedroom_0016/sync_depth_00218.png 518.8579 -/bedroom_0015/rgb_00065.jpg /bedroom_0015/sync_depth_00065.png 518.8579 -/bedroom_0120/rgb_00089.jpg /bedroom_0120/sync_depth_00089.png 518.8579 -/kitchen_0031/rgb_00000.jpg /kitchen_0031/sync_depth_00000.png 518.8579 -/bookstore_0001h/rgb_00150.jpg /bookstore_0001h/sync_depth_00150.png 518.8579 -/bedroom_0086/rgb_00047.jpg /bedroom_0086/sync_depth_00047.png 518.8579 -/living_room_0012/rgb_00039.jpg /living_room_0012/sync_depth_00039.png 518.8579 -/kitchen_0047/rgb_00053.jpg /kitchen_0047/sync_depth_00053.png 518.8579 -/kitchen_0052/rgb_00168.jpg /kitchen_0052/sync_depth_00168.png 518.8579 -/bookstore_0001j/rgb_00315.jpg /bookstore_0001j/sync_depth_00315.png 518.8579 -/kitchen_0050/rgb_00206.jpg /kitchen_0050/sync_depth_00206.png 518.8579 -/bookstore_0001d/rgb_00149.jpg /bookstore_0001d/sync_depth_00149.png 518.8579 -/living_room_0010/rgb_00129.jpg /living_room_0010/sync_depth_00129.png 518.8579 -/bedroom_0010/rgb_00008.jpg /bedroom_0010/sync_depth_00008.png 518.8579 -/kitchen_0048/rgb_00131.jpg /kitchen_0048/sync_depth_00131.png 518.8579 -/bedroom_0026/rgb_00134.jpg /bedroom_0026/sync_depth_00134.png 518.8579 -/dining_room_0015/rgb_00082.jpg /dining_room_0015/sync_depth_00082.png 518.8579 -/bookstore_0001e/rgb_00149.jpg /bookstore_0001e/sync_depth_00149.png 518.8579 -/study_room_0005a/rgb_00034.jpg /study_room_0005a/sync_depth_00034.png 518.8579 -/kitchen_0043/rgb_00229.jpg /kitchen_0043/sync_depth_00229.png 518.8579 -/dining_room_0007/rgb_00021.jpg /dining_room_0007/sync_depth_00021.png 518.8579 -/bedroom_0047/rgb_00062.jpg /bedroom_0047/sync_depth_00062.png 518.8579 -/furniture_store_0001b/rgb_00005.jpg /furniture_store_0001b/sync_depth_00005.png 518.8579 -/bookstore_0001j/rgb_00185.jpg /bookstore_0001j/sync_depth_00185.png 518.8579 -/bedroom_0042/rgb_00025.jpg /bedroom_0042/sync_depth_00025.png 518.8579 -/living_room_0040/rgb_00222.jpg /living_room_0040/sync_depth_00222.png 518.8579 -/living_room_0037/rgb_00022.jpg /living_room_0037/sync_depth_00022.png 518.8579 -/bedroom_0026/rgb_00086.jpg /bedroom_0026/sync_depth_00086.png 518.8579 -/kitchen_0031/rgb_00001.jpg /kitchen_0031/sync_depth_00001.png 518.8579 -/bedroom_0010/rgb_00014.jpg /bedroom_0010/sync_depth_00014.png 518.8579 -/bedroom_0063/rgb_00145.jpg /bedroom_0063/sync_depth_00145.png 518.8579 -/bedroom_0106/rgb_00119.jpg /bedroom_0106/sync_depth_00119.png 518.8579 -/bookstore_0001d/rgb_00210.jpg /bookstore_0001d/sync_depth_00210.png 518.8579 -/bedroom_0051/rgb_00196.jpg /bedroom_0051/sync_depth_00196.png 518.8579 -/basement_0001a/rgb_00072.jpg /basement_0001a/sync_depth_00072.png 518.8579 -/bedroom_0033/rgb_00134.jpg /bedroom_0033/sync_depth_00134.png 518.8579 -/bedroom_0074/rgb_00037.jpg /bedroom_0074/sync_depth_00037.png 518.8579 -/bedroom_0113/rgb_00023.jpg /bedroom_0113/sync_depth_00023.png 518.8579 -/office_0009/rgb_00079.jpg /office_0009/sync_depth_00079.png 518.8579 -/kitchen_0050/rgb_00016.jpg /kitchen_0050/sync_depth_00016.png 518.8579 -/living_room_0046b/rgb_00084.jpg /living_room_0046b/sync_depth_00084.png 518.8579 -/study_0005/rgb_00017.jpg /study_0005/sync_depth_00017.png 518.8579 -/bookstore_0001j/rgb_00111.jpg /bookstore_0001j/sync_depth_00111.png 518.8579 -/bedroom_0031/rgb_00012.jpg /bedroom_0031/sync_depth_00012.png 518.8579 -/bedroom_0015/rgb_00074.jpg /bedroom_0015/sync_depth_00074.png 518.8579 -/bedroom_0118/rgb_00021.jpg /bedroom_0118/sync_depth_00021.png 518.8579 -/bookstore_0001i/rgb_00043.jpg /bookstore_0001i/sync_depth_00043.png 518.8579 -/bookstore_0001j/rgb_00007.jpg /bookstore_0001j/sync_depth_00007.png 518.8579 -/bookstore_0001j/rgb_00115.jpg /bookstore_0001j/sync_depth_00115.png 518.8579 -/office_kitchen_0001a/rgb_00053.jpg /office_kitchen_0001a/sync_depth_00053.png 518.8579 -/kitchen_0048/rgb_00027.jpg /kitchen_0048/sync_depth_00027.png 518.8579 -/living_room_0005/rgb_00110.jpg /living_room_0005/sync_depth_00110.png 518.8579 -/dining_room_0037/rgb_00008.jpg /dining_room_0037/sync_depth_00008.png 518.8579 -/classroom_0016/rgb_00068.jpg /classroom_0016/sync_depth_00068.png 518.8579 -/bookstore_0001h/rgb_00106.jpg /bookstore_0001h/sync_depth_00106.png 518.8579 -/bedroom_0010/rgb_00099.jpg /bedroom_0010/sync_depth_00099.png 518.8579 -/living_room_0055/rgb_00129.jpg /living_room_0055/sync_depth_00129.png 518.8579 -/bookstore_0001d/rgb_00029.jpg /bookstore_0001d/sync_depth_00029.png 518.8579 -/living_room_0062/rgb_00096.jpg /living_room_0062/sync_depth_00096.png 518.8579 -/classroom_0011/rgb_00025.jpg /classroom_0011/sync_depth_00025.png 518.8579 -/office_0009/rgb_00077.jpg /office_0009/sync_depth_00077.png 518.8579 -/furniture_store_0002a/rgb_00415.jpg /furniture_store_0002a/sync_depth_00415.png 518.8579 -/bookstore_0001d/rgb_00139.jpg /bookstore_0001d/sync_depth_00139.png 518.8579 -/kitchen_0060/rgb_00124.jpg /kitchen_0060/sync_depth_00124.png 518.8579 -/living_room_0085/rgb_00041.jpg /living_room_0085/sync_depth_00041.png 518.8579 -/kitchen_0011b/rgb_00034.jpg /kitchen_0011b/sync_depth_00034.png 518.8579 -/nyu_office_0/rgb_00308.jpg /nyu_office_0/sync_depth_00308.png 518.8579 -/dining_room_0008/rgb_00008.jpg /dining_room_0008/sync_depth_00008.png 518.8579 -/furniture_store_0001d/rgb_00236.jpg /furniture_store_0001d/sync_depth_00236.png 518.8579 -/kitchen_0048/rgb_00065.jpg /kitchen_0048/sync_depth_00065.png 518.8579 -/living_room_0033/rgb_00053.jpg /living_room_0033/sync_depth_00053.png 518.8579 -/bedroom_0086/rgb_00033.jpg /bedroom_0086/sync_depth_00033.png 518.8579 -/bookstore_0001j/rgb_00205.jpg /bookstore_0001j/sync_depth_00205.png 518.8579 -/home_office_0013/rgb_00087.jpg /home_office_0013/sync_depth_00087.png 518.8579 -/bedroom_0118/rgb_00013.jpg /bedroom_0118/sync_depth_00013.png 518.8579 -/home_office_0007/rgb_00044.jpg /home_office_0007/sync_depth_00044.png 518.8579 -/study_room_0004/rgb_00003.jpg /study_room_0004/sync_depth_00003.png 518.8579 -/bathroom_0053/rgb_00015.jpg /bathroom_0053/sync_depth_00015.png 518.8579 -/classroom_0006/rgb_00134.jpg /classroom_0006/sync_depth_00134.png 518.8579 -/conference_room_0002/rgb_00014.jpg /conference_room_0002/sync_depth_00014.png 518.8579 -/bookstore_0001e/rgb_00184.jpg /bookstore_0001e/sync_depth_00184.png 518.8579 -/living_room_0029/rgb_00091.jpg /living_room_0029/sync_depth_00091.png 518.8579 -/office_0024/rgb_00091.jpg /office_0024/sync_depth_00091.png 518.8579 -/kitchen_0045a/rgb_00199.jpg /kitchen_0045a/sync_depth_00199.png 518.8579 -/conference_room_0002/rgb_00021.jpg /conference_room_0002/sync_depth_00021.png 518.8579 -/bedroom_0096/rgb_00074.jpg /bedroom_0096/sync_depth_00074.png 518.8579 -/foyer_0002/rgb_00017.jpg /foyer_0002/sync_depth_00017.png 518.8579 -/bathroom_0045a/rgb_00019.jpg /bathroom_0045a/sync_depth_00019.png 518.8579 -/living_room_0046a/rgb_00044.jpg /living_room_0046a/sync_depth_00044.png 518.8579 -/living_room_0050/rgb_00217.jpg /living_room_0050/sync_depth_00217.png 518.8579 -/bedroom_0052/rgb_00014.jpg /bedroom_0052/sync_depth_00014.png 518.8579 -/bedroom_0021/rgb_00115.jpg /bedroom_0021/sync_depth_00115.png 518.8579 -/bedroom_0050/rgb_00011.jpg /bedroom_0050/sync_depth_00011.png 518.8579 -/living_room_0020/rgb_00109.jpg /living_room_0020/sync_depth_00109.png 518.8579 -/living_room_0062/rgb_00213.jpg /living_room_0062/sync_depth_00213.png 518.8579 -/dining_room_0010/rgb_00077.jpg /dining_room_0010/sync_depth_00077.png 518.8579 -/cafe_0001a/rgb_00047.jpg /cafe_0001a/sync_depth_00047.png 518.8579 -/living_room_0011/rgb_00052.jpg /living_room_0011/sync_depth_00052.png 518.8579 -/bathroom_0048/rgb_00030.jpg /bathroom_0048/sync_depth_00030.png 518.8579 -/dining_room_0015/rgb_00130.jpg /dining_room_0015/sync_depth_00130.png 518.8579 -/kitchen_0051/rgb_00200.jpg /kitchen_0051/sync_depth_00200.png 518.8579 -/kitchen_0049/rgb_00212.jpg /kitchen_0049/sync_depth_00212.png 518.8579 -/bedroom_0069/rgb_00047.jpg /bedroom_0069/sync_depth_00047.png 518.8579 -/bedroom_0071/rgb_00123.jpg /bedroom_0071/sync_depth_00123.png 518.8579 -/bedroom_0017/rgb_00009.jpg /bedroom_0017/sync_depth_00009.png 518.8579 -/kitchen_0052/rgb_00020.jpg /kitchen_0052/sync_depth_00020.png 518.8579 -/bookstore_0001e/rgb_00027.jpg /bookstore_0001e/sync_depth_00027.png 518.8579 -/kitchen_0052/rgb_00140.jpg /kitchen_0052/sync_depth_00140.png 518.8579 -/bathroom_0028/rgb_00107.jpg /bathroom_0028/sync_depth_00107.png 518.8579 -/bedroom_0124/rgb_00018.jpg /bedroom_0124/sync_depth_00018.png 518.8579 -/bathroom_0002/rgb_00022.jpg /bathroom_0002/sync_depth_00022.png 518.8579 -/living_room_0046b/rgb_00036.jpg /living_room_0046b/sync_depth_00036.png 518.8579 -/basement_0001a/rgb_00194.jpg /basement_0001a/sync_depth_00194.png 518.8579 -/bedroom_0056b/rgb_00015.jpg /bedroom_0056b/sync_depth_00015.png 518.8579 -/living_room_0020/rgb_00093.jpg /living_room_0020/sync_depth_00093.png 518.8579 -/kitchen_0035b/rgb_00216.jpg /kitchen_0035b/sync_depth_00216.png 518.8579 -/dining_room_0015/rgb_00198.jpg /dining_room_0015/sync_depth_00198.png 518.8579 -/bedroom_0059/rgb_00095.jpg /bedroom_0059/sync_depth_00095.png 518.8579 -/kitchen_0031/rgb_00015.jpg /kitchen_0031/sync_depth_00015.png 518.8579 -/living_room_0019/rgb_00232.jpg /living_room_0019/sync_depth_00232.png 518.8579 -/bedroom_0016/rgb_00008.jpg /bedroom_0016/sync_depth_00008.png 518.8579 -/excercise_room_0001/rgb_00040.jpg /excercise_room_0001/sync_depth_00040.png 518.8579 -/home_office_0011/rgb_00073.jpg /home_office_0011/sync_depth_00073.png 518.8579 -/bookstore_0001d/rgb_00122.jpg /bookstore_0001d/sync_depth_00122.png 518.8579 -/bedroom_0126/rgb_00060.jpg /bedroom_0126/sync_depth_00060.png 518.8579 -/classroom_0012/rgb_00039.jpg /classroom_0012/sync_depth_00039.png 518.8579 -/nyu_office_0/rgb_00327.jpg /nyu_office_0/sync_depth_00327.png 518.8579 -/classroom_0005/rgb_00046.jpg /classroom_0005/sync_depth_00046.png 518.8579 -/nyu_office_1/rgb_00074.jpg /nyu_office_1/sync_depth_00074.png 518.8579 -/student_lounge_0001/rgb_00220.jpg /student_lounge_0001/sync_depth_00220.png 518.8579 -/living_room_0070/rgb_00000.jpg /living_room_0070/sync_depth_00000.png 518.8579 -/bathroom_0053/rgb_00050.jpg /bathroom_0053/sync_depth_00050.png 518.8579 -/bedroom_0057/rgb_00031.jpg /bedroom_0057/sync_depth_00031.png 518.8579 -/kitchen_0017/rgb_00014.jpg /kitchen_0017/sync_depth_00014.png 518.8579 -/office_0011/rgb_00111.jpg /office_0011/sync_depth_00111.png 518.8579 -/kitchen_0049/rgb_00046.jpg /kitchen_0049/sync_depth_00046.png 518.8579 -/bookstore_0001g/rgb_00204.jpg /bookstore_0001g/sync_depth_00204.png 518.8579 -/home_office_0006/rgb_00032.jpg /home_office_0006/sync_depth_00032.png 518.8579 -/dining_room_0037/rgb_00142.jpg /dining_room_0037/sync_depth_00142.png 518.8579 -/bedroom_0035/rgb_00024.jpg /bedroom_0035/sync_depth_00024.png 518.8579 -/kitchen_0017/rgb_00091.jpg /kitchen_0017/sync_depth_00091.png 518.8579 -/living_room_0019/rgb_00063.jpg /living_room_0019/sync_depth_00063.png 518.8579 -/foyer_0002/rgb_00021.jpg /foyer_0002/sync_depth_00021.png 518.8579 -/furniture_store_0001b/rgb_00061.jpg /furniture_store_0001b/sync_depth_00061.png 518.8579 -/bedroom_0052/rgb_00043.jpg /bedroom_0052/sync_depth_00043.png 518.8579 -/bathroom_0028/rgb_00002.jpg /bathroom_0028/sync_depth_00002.png 518.8579 -/bedroom_0071/rgb_00183.jpg /bedroom_0071/sync_depth_00183.png 518.8579 -/conference_room_0002/rgb_00012.jpg /conference_room_0002/sync_depth_00012.png 518.8579 -/bedroom_0066/rgb_00052.jpg /bedroom_0066/sync_depth_00052.png 518.8579 -/bathroom_0010/rgb_00054.jpg /bathroom_0010/sync_depth_00054.png 518.8579 -/dining_room_0016/rgb_00154.jpg /dining_room_0016/sync_depth_00154.png 518.8579 -/reception_room_0002/rgb_00135.jpg /reception_room_0002/sync_depth_00135.png 518.8579 -/bedroom_0020/rgb_00087.jpg /bedroom_0020/sync_depth_00087.png 518.8579 -/dining_room_0033/rgb_00162.jpg /dining_room_0033/sync_depth_00162.png 518.8579 -/playroom_0003/rgb_00175.jpg /playroom_0003/sync_depth_00175.png 518.8579 -/bookstore_0001j/rgb_00199.jpg /bookstore_0001j/sync_depth_00199.png 518.8579 -/bookstore_0001i/rgb_00164.jpg /bookstore_0001i/sync_depth_00164.png 518.8579 -/furniture_store_0002a/rgb_00115.jpg /furniture_store_0002a/sync_depth_00115.png 518.8579 -/bookstore_0001e/rgb_00197.jpg /bookstore_0001e/sync_depth_00197.png 518.8579 -/living_room_0069a/rgb_00003.jpg /living_room_0069a/sync_depth_00003.png 518.8579 -/kitchen_0048/rgb_00113.jpg /kitchen_0048/sync_depth_00113.png 518.8579 -/furniture_store_0001d/rgb_00232.jpg /furniture_store_0001d/sync_depth_00232.png 518.8579 -/dining_room_0037/rgb_00129.jpg /dining_room_0037/sync_depth_00129.png 518.8579 -/bedroom_0078/rgb_00154.jpg /bedroom_0078/sync_depth_00154.png 518.8579 -/bedroom_0051/rgb_00048.jpg /bedroom_0051/sync_depth_00048.png 518.8579 -/living_room_0085/rgb_00046.jpg /living_room_0085/sync_depth_00046.png 518.8579 -/office_0011/rgb_00066.jpg /office_0011/sync_depth_00066.png 518.8579 -/bedroom_0056b/rgb_00023.jpg /bedroom_0056b/sync_depth_00023.png 518.8579 -/living_room_0019/rgb_00200.jpg /living_room_0019/sync_depth_00200.png 518.8579 -/study_room_0005b/rgb_00083.jpg /study_room_0005b/sync_depth_00083.png 518.8579 -/classroom_0010/rgb_00076.jpg /classroom_0010/sync_depth_00076.png 518.8579 -/bookstore_0001d/rgb_00232.jpg /bookstore_0001d/sync_depth_00232.png 518.8579 -/bathroom_0048/rgb_00038.jpg /bathroom_0048/sync_depth_00038.png 518.8579 -/dining_room_0008/rgb_00073.jpg /dining_room_0008/sync_depth_00073.png 518.8579 -/bedroom_0017/rgb_00076.jpg /bedroom_0017/sync_depth_00076.png 518.8579 -/bedroom_0042/rgb_00038.jpg /bedroom_0042/sync_depth_00038.png 518.8579 -/bedroom_0106/rgb_00146.jpg /bedroom_0106/sync_depth_00146.png 518.8579 -/nyu_office_0/rgb_00056.jpg /nyu_office_0/sync_depth_00056.png 518.8579 -/dining_room_0029/rgb_00059.jpg /dining_room_0029/sync_depth_00059.png 518.8579 -/kitchen_0053/rgb_00129.jpg /kitchen_0053/sync_depth_00129.png 518.8579 -/bathroom_0049/rgb_00027.jpg /bathroom_0049/sync_depth_00027.png 518.8579 -/bedroom_0140/rgb_00079.jpg /bedroom_0140/sync_depth_00079.png 518.8579 -/bookstore_0001i/rgb_00101.jpg /bookstore_0001i/sync_depth_00101.png 518.8579 -/dining_room_0031/rgb_00394.jpg /dining_room_0031/sync_depth_00394.png 518.8579 -/kitchen_0041/rgb_00015.jpg /kitchen_0041/sync_depth_00015.png 518.8579 -/office_kitchen_0001b/rgb_00012.jpg /office_kitchen_0001b/sync_depth_00012.png 518.8579 -/reception_room_0002/rgb_00104.jpg /reception_room_0002/sync_depth_00104.png 518.8579 -/bookstore_0001h/rgb_00096.jpg /bookstore_0001h/sync_depth_00096.png 518.8579 -/dining_room_0015/rgb_00163.jpg /dining_room_0015/sync_depth_00163.png 518.8579 -/kitchen_0051/rgb_00195.jpg /kitchen_0051/sync_depth_00195.png 518.8579 -/bedroom_0097/rgb_00023.jpg /bedroom_0097/sync_depth_00023.png 518.8579 -/bedroom_0078/rgb_00149.jpg /bedroom_0078/sync_depth_00149.png 518.8579 -/student_lounge_0001/rgb_00175.jpg /student_lounge_0001/sync_depth_00175.png 518.8579 -/kitchen_0052/rgb_00105.jpg /kitchen_0052/sync_depth_00105.png 518.8579 -/living_room_0047b/rgb_00033.jpg /living_room_0047b/sync_depth_00033.png 518.8579 -/bedroom_0052/rgb_00151.jpg /bedroom_0052/sync_depth_00151.png 518.8579 -/bathroom_0048/rgb_00008.jpg /bathroom_0048/sync_depth_00008.png 518.8579 -/bathroom_0002/rgb_00032.jpg /bathroom_0002/sync_depth_00032.png 518.8579 -/living_room_0070/rgb_00038.jpg /living_room_0070/sync_depth_00038.png 518.8579 -/kitchen_0028a/rgb_00016.jpg /kitchen_0028a/sync_depth_00016.png 518.8579 -/kitchen_0051/rgb_00023.jpg /kitchen_0051/sync_depth_00023.png 518.8579 -/reception_room_0002/rgb_00085.jpg /reception_room_0002/sync_depth_00085.png 518.8579 -/living_room_0012/rgb_00012.jpg /living_room_0012/sync_depth_00012.png 518.8579 -/home_office_0008/rgb_00009.jpg /home_office_0008/sync_depth_00009.png 518.8579 -/bedroom_0072/rgb_00133.jpg /bedroom_0072/sync_depth_00133.png 518.8579 -/kitchen_0053/rgb_00043.jpg /kitchen_0053/sync_depth_00043.png 518.8579 -/living_room_0040/rgb_00288.jpg /living_room_0040/sync_depth_00288.png 518.8579 -/living_room_0029/rgb_00116.jpg /living_room_0029/sync_depth_00116.png 518.8579 -/living_room_0012/rgb_00030.jpg /living_room_0012/sync_depth_00030.png 518.8579 -/dining_room_0015/rgb_00205.jpg /dining_room_0015/sync_depth_00205.png 518.8579 -/home_storage_0001/rgb_00007.jpg /home_storage_0001/sync_depth_00007.png 518.8579 -/bedroom_0071/rgb_00023.jpg /bedroom_0071/sync_depth_00023.png 518.8579 -/excercise_room_0001/rgb_00084.jpg /excercise_room_0001/sync_depth_00084.png 518.8579 -/bedroom_0100/rgb_00032.jpg /bedroom_0100/sync_depth_00032.png 518.8579 -/bedroom_0072/rgb_00035.jpg /bedroom_0072/sync_depth_00035.png 518.8579 -/playroom_0006/rgb_00022.jpg /playroom_0006/sync_depth_00022.png 518.8579 -/living_room_0012/rgb_00190.jpg /living_room_0012/sync_depth_00190.png 518.8579 -/bedroom_0034/rgb_00122.jpg /bedroom_0034/sync_depth_00122.png 518.8579 -/dining_room_0012/rgb_00122.jpg /dining_room_0012/sync_depth_00122.png 518.8579 -/office_0009/rgb_00045.jpg /office_0009/sync_depth_00045.png 518.8579 -/living_room_0047b/rgb_00192.jpg /living_room_0047b/sync_depth_00192.png 518.8579 -/cafe_0001c/rgb_00079.jpg /cafe_0001c/sync_depth_00079.png 518.8579 -/living_room_0038/rgb_00095.jpg /living_room_0038/sync_depth_00095.png 518.8579 -/classroom_0006/rgb_00074.jpg /classroom_0006/sync_depth_00074.png 518.8579 -/dining_room_0007/rgb_00202.jpg /dining_room_0007/sync_depth_00202.png 518.8579 -/living_room_0029/rgb_00107.jpg /living_room_0029/sync_depth_00107.png 518.8579 -/kitchen_0035b/rgb_00289.jpg /kitchen_0035b/sync_depth_00289.png 518.8579 -/dining_room_0031/rgb_00168.jpg /dining_room_0031/sync_depth_00168.png 518.8579 -/bedroom_0098/rgb_00019.jpg /bedroom_0098/sync_depth_00019.png 518.8579 -/office_0006/rgb_00002.jpg /office_0006/sync_depth_00002.png 518.8579 -/dining_room_0001b/rgb_00025.jpg /dining_room_0001b/sync_depth_00025.png 518.8579 -/bedroom_0010/rgb_00065.jpg /bedroom_0010/sync_depth_00065.png 518.8579 -/bedroom_0016/rgb_00043.jpg /bedroom_0016/sync_depth_00043.png 518.8579 -/office_0026/rgb_00129.jpg /office_0026/sync_depth_00129.png 518.8579 -/dining_room_0002/rgb_00011.jpg /dining_room_0002/sync_depth_00011.png 518.8579 -/dining_room_0012/rgb_00113.jpg /dining_room_0012/sync_depth_00113.png 518.8579 -/basement_0001a/rgb_00171.jpg /basement_0001a/sync_depth_00171.png 518.8579 -/office_kitchen_0001a/rgb_00022.jpg /office_kitchen_0001a/sync_depth_00022.png 518.8579 -/kitchen_0051/rgb_00214.jpg /kitchen_0051/sync_depth_00214.png 518.8579 -/furniture_store_0002a/rgb_00129.jpg /furniture_store_0002a/sync_depth_00129.png 518.8579 -/bookstore_0001f/rgb_00425.jpg /bookstore_0001f/sync_depth_00425.png 518.8579 -/kitchen_0053/rgb_00166.jpg /kitchen_0053/sync_depth_00166.png 518.8579 -/foyer_0002/rgb_00041.jpg /foyer_0002/sync_depth_00041.png 518.8579 -/bedroom_0072/rgb_00112.jpg /bedroom_0072/sync_depth_00112.png 518.8579 -/bedroom_0140/rgb_00056.jpg /bedroom_0140/sync_depth_00056.png 518.8579 -/bedroom_0019/rgb_00025.jpg /bedroom_0019/sync_depth_00025.png 518.8579 -/cafe_0001c/rgb_00003.jpg /cafe_0001c/sync_depth_00003.png 518.8579 -/bathroom_0007/rgb_00089.jpg /bathroom_0007/sync_depth_00089.png 518.8579 -/dining_room_0007/rgb_00004.jpg /dining_room_0007/sync_depth_00004.png 518.8579 -/bedroom_0072/rgb_00085.jpg /bedroom_0072/sync_depth_00085.png 518.8579 -/home_storage_0001/rgb_00094.jpg /home_storage_0001/sync_depth_00094.png 518.8579 -/living_room_0012/rgb_00063.jpg /living_room_0012/sync_depth_00063.png 518.8579 -/living_room_0005/rgb_00116.jpg /living_room_0005/sync_depth_00116.png 518.8579 -/kitchen_0050/rgb_00199.jpg /kitchen_0050/sync_depth_00199.png 518.8579 -/bedroom_0026/rgb_00063.jpg /bedroom_0026/sync_depth_00063.png 518.8579 -/home_office_0004/rgb_00009.jpg /home_office_0004/sync_depth_00009.png 518.8579 -/basement_0001a/rgb_00016.jpg /basement_0001a/sync_depth_00016.png 518.8579 -/bedroom_0074/rgb_00085.jpg /bedroom_0074/sync_depth_00085.png 518.8579 -/bedroom_0104/rgb_00023.jpg /bedroom_0104/sync_depth_00023.png 518.8579 -/home_office_0006/rgb_00042.jpg /home_office_0006/sync_depth_00042.png 518.8579 -/nyu_office_0/rgb_00410.jpg /nyu_office_0/sync_depth_00410.png 518.8579 -/furniture_store_0001d/rgb_00258.jpg /furniture_store_0001d/sync_depth_00258.png 518.8579 -/kitchen_0029c/rgb_00140.jpg /kitchen_0029c/sync_depth_00140.png 518.8579 -/bedroom_0051/rgb_00064.jpg /bedroom_0051/sync_depth_00064.png 518.8579 -/office_0025/rgb_00017.jpg /office_0025/sync_depth_00017.png 518.8579 -/living_room_0046b/rgb_00058.jpg /living_room_0046b/sync_depth_00058.png 518.8579 -/bookstore_0001f/rgb_00187.jpg /bookstore_0001f/sync_depth_00187.png 518.8579 -/furniture_store_0002d/rgb_00067.jpg /furniture_store_0002d/sync_depth_00067.png 518.8579 -/kitchen_0028b/rgb_00068.jpg /kitchen_0028b/sync_depth_00068.png 518.8579 -/kitchen_0051/rgb_00120.jpg /kitchen_0051/sync_depth_00120.png 518.8579 -/bedroom_0078/rgb_00049.jpg /bedroom_0078/sync_depth_00049.png 518.8579 -/living_room_0010/rgb_00193.jpg /living_room_0010/sync_depth_00193.png 518.8579 -/bookstore_0001d/rgb_00235.jpg /bookstore_0001d/sync_depth_00235.png 518.8579 -/living_room_0010/rgb_00062.jpg /living_room_0010/sync_depth_00062.png 518.8579 -/kitchen_0008/rgb_00028.jpg /kitchen_0008/sync_depth_00028.png 518.8579 -/kitchen_0010/rgb_00132.jpg /kitchen_0010/sync_depth_00132.png 518.8579 -/living_room_0047b/rgb_00009.jpg /living_room_0047b/sync_depth_00009.png 518.8579 -/kitchen_0033/rgb_00159.jpg /kitchen_0033/sync_depth_00159.png 518.8579 -/conference_room_0001/rgb_00082.jpg /conference_room_0001/sync_depth_00082.png 518.8579 -/kitchen_0031/rgb_00027.jpg /kitchen_0031/sync_depth_00027.png 518.8579 -/living_room_0047b/rgb_00060.jpg /living_room_0047b/sync_depth_00060.png 518.8579 -/living_room_0050/rgb_00285.jpg /living_room_0050/sync_depth_00285.png 518.8579 -/bathroom_0055/rgb_00005.jpg /bathroom_0055/sync_depth_00005.png 518.8579 -/living_room_0019/rgb_00101.jpg /living_room_0019/sync_depth_00101.png 518.8579 -/dining_room_0028/rgb_00117.jpg /dining_room_0028/sync_depth_00117.png 518.8579 -/bathroom_0024/rgb_00013.jpg /bathroom_0024/sync_depth_00013.png 518.8579 -/bedroom_0078/rgb_00027.jpg /bedroom_0078/sync_depth_00027.png 518.8579 -/bedroom_0056b/rgb_00026.jpg /bedroom_0056b/sync_depth_00026.png 518.8579 -/kitchen_0045a/rgb_00139.jpg /kitchen_0045a/sync_depth_00139.png 518.8579 -/living_room_0046a/rgb_00015.jpg /living_room_0046a/sync_depth_00015.png 518.8579 -/living_room_0012/rgb_00018.jpg /living_room_0012/sync_depth_00018.png 518.8579 -/kitchen_0052/rgb_00013.jpg /kitchen_0052/sync_depth_00013.png 518.8579 -/kitchen_0019a/rgb_00280.jpg /kitchen_0019a/sync_depth_00280.png 518.8579 -/living_room_0062/rgb_00155.jpg /living_room_0062/sync_depth_00155.png 518.8579 -/office_0009/rgb_00031.jpg /office_0009/sync_depth_00031.png 518.8579 -/bedroom_0086/rgb_00111.jpg /bedroom_0086/sync_depth_00111.png 518.8579 -/living_room_0050/rgb_00065.jpg /living_room_0050/sync_depth_00065.png 518.8579 -/cafe_0001c/rgb_00001.jpg /cafe_0001c/sync_depth_00001.png 518.8579 -/kitchen_0035a/rgb_00039.jpg /kitchen_0035a/sync_depth_00039.png 518.8579 -/home_office_0008/rgb_00176.jpg /home_office_0008/sync_depth_00176.png 518.8579 -/kitchen_0048/rgb_00208.jpg /kitchen_0048/sync_depth_00208.png 518.8579 -/bedroom_0078/rgb_00152.jpg /bedroom_0078/sync_depth_00152.png 518.8579 -/home_office_0013/rgb_00079.jpg /home_office_0013/sync_depth_00079.png 518.8579 -/office_0012/rgb_00096.jpg /office_0012/sync_depth_00096.png 518.8579 -/dining_room_0013/rgb_00030.jpg /dining_room_0013/sync_depth_00030.png 518.8579 -/bookstore_0001e/rgb_00102.jpg /bookstore_0001e/sync_depth_00102.png 518.8579 -/kitchen_0049/rgb_00167.jpg /kitchen_0049/sync_depth_00167.png 518.8579 -/home_office_0006/rgb_00144.jpg /home_office_0006/sync_depth_00144.png 518.8579 -/dining_room_0031/rgb_00319.jpg /dining_room_0031/sync_depth_00319.png 518.8579 -/furniture_store_0001e/rgb_00045.jpg /furniture_store_0001e/sync_depth_00045.png 518.8579 -/living_room_0039/rgb_00044.jpg /living_room_0039/sync_depth_00044.png 518.8579 -/study_room_0004/rgb_00197.jpg /study_room_0004/sync_depth_00197.png 518.8579 -/dining_room_0024/rgb_00117.jpg /dining_room_0024/sync_depth_00117.png 518.8579 -/living_room_0040/rgb_00077.jpg /living_room_0040/sync_depth_00077.png 518.8579 -/home_office_0004/rgb_00138.jpg /home_office_0004/sync_depth_00138.png 518.8579 -/living_room_0020/rgb_00026.jpg /living_room_0020/sync_depth_00026.png 518.8579 -/dining_room_0034/rgb_00146.jpg /dining_room_0034/sync_depth_00146.png 518.8579 -/cafe_0001a/rgb_00028.jpg /cafe_0001a/sync_depth_00028.png 518.8579 -/playroom_0002/rgb_00083.jpg /playroom_0002/sync_depth_00083.png 518.8579 -/bedroom_0039/rgb_00015.jpg /bedroom_0039/sync_depth_00015.png 518.8579 -/bedroom_0125b/rgb_00066.jpg /bedroom_0125b/sync_depth_00066.png 518.8579 -/kitchen_0047/rgb_00117.jpg /kitchen_0047/sync_depth_00117.png 518.8579 -/office_0023/rgb_00026.jpg /office_0023/sync_depth_00026.png 518.8579 -/living_room_0004/rgb_00152.jpg /living_room_0004/sync_depth_00152.png 518.8579 -/office_0011/rgb_00099.jpg /office_0011/sync_depth_00099.png 518.8579 -/bedroom_0051/rgb_00110.jpg /bedroom_0051/sync_depth_00110.png 518.8579 -/kitchen_0003/rgb_00065.jpg /kitchen_0003/sync_depth_00065.png 518.8579 -/furniture_store_0001d/rgb_00239.jpg /furniture_store_0001d/sync_depth_00239.png 518.8579 -/bookstore_0001h/rgb_00004.jpg /bookstore_0001h/sync_depth_00004.png 518.8579 -/bookstore_0001j/rgb_00005.jpg /bookstore_0001j/sync_depth_00005.png 518.8579 -/living_room_0040/rgb_00120.jpg /living_room_0040/sync_depth_00120.png 518.8579 -/bedroom_0078/rgb_00040.jpg /bedroom_0078/sync_depth_00040.png 518.8579 -/dining_room_0034/rgb_00034.jpg /dining_room_0034/sync_depth_00034.png 518.8579 -/furniture_store_0001d/rgb_00161.jpg /furniture_store_0001d/sync_depth_00161.png 518.8579 -/kitchen_0017/rgb_00030.jpg /kitchen_0017/sync_depth_00030.png 518.8579 -/living_room_0019/rgb_00093.jpg /living_room_0019/sync_depth_00093.png 518.8579 -/living_room_0037/rgb_00004.jpg /living_room_0037/sync_depth_00004.png 518.8579 -/kitchen_0059/rgb_00048.jpg /kitchen_0059/sync_depth_00048.png 518.8579 -/bathroom_0039/rgb_00005.jpg /bathroom_0039/sync_depth_00005.png 518.8579 -/living_room_0018/rgb_00129.jpg /living_room_0018/sync_depth_00129.png 518.8579 -/living_room_0086b/rgb_00024.jpg /living_room_0086b/sync_depth_00024.png 518.8579 -/furniture_store_0002a/rgb_00238.jpg /furniture_store_0002a/sync_depth_00238.png 518.8579 -/office_kitchen_0001b/rgb_00033.jpg /office_kitchen_0001b/sync_depth_00033.png 518.8579 -/bedroom_0079/rgb_00040.jpg /bedroom_0079/sync_depth_00040.png 518.8579 -/bedroom_0076a/rgb_00005.jpg /bedroom_0076a/sync_depth_00005.png 518.8579 -/dining_room_0001b/rgb_00127.jpg /dining_room_0001b/sync_depth_00127.png 518.8579 -/dining_room_0012/rgb_00227.jpg /dining_room_0012/sync_depth_00227.png 518.8579 -/bedroom_0125b/rgb_00099.jpg /bedroom_0125b/sync_depth_00099.png 518.8579 -/furniture_store_0002a/rgb_00171.jpg /furniture_store_0002a/sync_depth_00171.png 518.8579 -/bedroom_0080/rgb_00043.jpg /bedroom_0080/sync_depth_00043.png 518.8579 -/living_room_0042b/rgb_00073.jpg /living_room_0042b/sync_depth_00073.png 518.8579 -/bedroom_0082/rgb_00030.jpg /bedroom_0082/sync_depth_00030.png 518.8579 -/dining_room_0031/rgb_00287.jpg /dining_room_0031/sync_depth_00287.png 518.8579 -/bedroom_0060/rgb_00058.jpg /bedroom_0060/sync_depth_00058.png 518.8579 -/dining_room_0034/rgb_00080.jpg /dining_room_0034/sync_depth_00080.png 518.8579 -/bookstore_0001g/rgb_00181.jpg /bookstore_0001g/sync_depth_00181.png 518.8579 -/kitchen_0050/rgb_00005.jpg /kitchen_0050/sync_depth_00005.png 518.8579 -/bedroom_0104/rgb_00045.jpg /bedroom_0104/sync_depth_00045.png 518.8579 -/bedroom_0040/rgb_00012.jpg /bedroom_0040/sync_depth_00012.png 518.8579 -/dining_room_0019/rgb_00121.jpg /dining_room_0019/sync_depth_00121.png 518.8579 -/living_room_0039/rgb_00016.jpg /living_room_0039/sync_depth_00016.png 518.8579 -/bedroom_0120/rgb_00062.jpg /bedroom_0120/sync_depth_00062.png 518.8579 -/bedroom_0026/rgb_00079.jpg /bedroom_0026/sync_depth_00079.png 518.8579 -/kitchen_0045b/rgb_00157.jpg /kitchen_0045b/sync_depth_00157.png 518.8579 -/bathroom_0006/rgb_00015.jpg /bathroom_0006/sync_depth_00015.png 518.8579 -/printer_room_0001/rgb_00060.jpg /printer_room_0001/sync_depth_00060.png 518.8579 -/bedroom_0079/rgb_00010.jpg /bedroom_0079/sync_depth_00010.png 518.8579 -/kitchen_0033/rgb_00020.jpg /kitchen_0033/sync_depth_00020.png 518.8579 -/furniture_store_0002b/rgb_00107.jpg /furniture_store_0002b/sync_depth_00107.png 518.8579 -/bathroom_0016/rgb_00013.jpg /bathroom_0016/sync_depth_00013.png 518.8579 -/living_room_0063/rgb_00008.jpg /living_room_0063/sync_depth_00008.png 518.8579 -/living_room_0037/rgb_00043.jpg /living_room_0037/sync_depth_00043.png 518.8579 -/bedroom_0094/rgb_00041.jpg /bedroom_0094/sync_depth_00041.png 518.8579 -/office_kitchen_0003/rgb_00125.jpg /office_kitchen_0003/sync_depth_00125.png 518.8579 -/dining_room_0034/rgb_00075.jpg /dining_room_0034/sync_depth_00075.png 518.8579 -/bedroom_0069/rgb_00067.jpg /bedroom_0069/sync_depth_00067.png 518.8579 -/dining_room_0001b/rgb_00226.jpg /dining_room_0001b/sync_depth_00226.png 518.8579 -/living_room_0047b/rgb_00114.jpg /living_room_0047b/sync_depth_00114.png 518.8579 -/living_room_0020/rgb_00129.jpg /living_room_0020/sync_depth_00129.png 518.8579 -/bookstore_0001f/rgb_00445.jpg /bookstore_0001f/sync_depth_00445.png 518.8579 -/home_office_0008/rgb_00139.jpg /home_office_0008/sync_depth_00139.png 518.8579 -/kitchen_0031/rgb_00136.jpg /kitchen_0031/sync_depth_00136.png 518.8579 -/furniture_store_0001d/rgb_00035.jpg /furniture_store_0001d/sync_depth_00035.png 518.8579 -/kitchen_0043/rgb_00196.jpg /kitchen_0043/sync_depth_00196.png 518.8579 -/living_room_0068/rgb_00087.jpg /living_room_0068/sync_depth_00087.png 518.8579 -/bedroom_0069/rgb_00098.jpg /bedroom_0069/sync_depth_00098.png 518.8579 -/basement_0001a/rgb_00111.jpg /basement_0001a/sync_depth_00111.png 518.8579 -/study_room_0005a/rgb_00002.jpg /study_room_0005a/sync_depth_00002.png 518.8579 -/bathroom_0057/rgb_00028.jpg /bathroom_0057/sync_depth_00028.png 518.8579 -/kitchen_0051/rgb_00219.jpg /kitchen_0051/sync_depth_00219.png 518.8579 -/bookstore_0001f/rgb_00391.jpg /bookstore_0001f/sync_depth_00391.png 518.8579 -/reception_room_0002/rgb_00171.jpg /reception_room_0002/sync_depth_00171.png 518.8579 -/kitchen_0006/rgb_00043.jpg /kitchen_0006/sync_depth_00043.png 518.8579 -/dining_room_0010/rgb_00083.jpg /dining_room_0010/sync_depth_00083.png 518.8579 -/living_room_0082/rgb_00009.jpg /living_room_0082/sync_depth_00009.png 518.8579 -/dining_room_0029/rgb_00121.jpg /dining_room_0029/sync_depth_00121.png 518.8579 -/bookstore_0001h/rgb_00094.jpg /bookstore_0001h/sync_depth_00094.png 518.8579 -/living_room_0011/rgb_00109.jpg /living_room_0011/sync_depth_00109.png 518.8579 -/living_room_0019/rgb_00064.jpg /living_room_0019/sync_depth_00064.png 518.8579 -/living_room_0039/rgb_00066.jpg /living_room_0039/sync_depth_00066.png 518.8579 -/living_room_0018/rgb_00130.jpg /living_room_0018/sync_depth_00130.png 518.8579 -/living_room_0071/rgb_00026.jpg /living_room_0071/sync_depth_00026.png 518.8579 -/bedroom_0034/rgb_00030.jpg /bedroom_0034/sync_depth_00030.png 518.8579 -/kitchen_0047/rgb_00094.jpg /kitchen_0047/sync_depth_00094.png 518.8579 -/bedroom_0100/rgb_00030.jpg /bedroom_0100/sync_depth_00030.png 518.8579 -/living_room_0040/rgb_00173.jpg /living_room_0040/sync_depth_00173.png 518.8579 -/bookstore_0001d/rgb_00112.jpg /bookstore_0001d/sync_depth_00112.png 518.8579 -/furniture_store_0002b/rgb_00216.jpg /furniture_store_0002b/sync_depth_00216.png 518.8579 -/bedroom_0063/rgb_00015.jpg /bedroom_0063/sync_depth_00015.png 518.8579 -/furniture_store_0002a/rgb_00299.jpg /furniture_store_0002a/sync_depth_00299.png 518.8579 -/reception_room_0004/rgb_00046.jpg /reception_room_0004/sync_depth_00046.png 518.8579 -/bedroom_0052/rgb_00192.jpg /bedroom_0052/sync_depth_00192.png 518.8579 -/excercise_room_0001/rgb_00082.jpg /excercise_room_0001/sync_depth_00082.png 518.8579 -/bedroom_0098/rgb_00006.jpg /bedroom_0098/sync_depth_00006.png 518.8579 -/kitchen_0028b/rgb_00003.jpg /kitchen_0028b/sync_depth_00003.png 518.8579 -/furniture_store_0002a/rgb_00293.jpg /furniture_store_0002a/sync_depth_00293.png 518.8579 -/bedroom_0053/rgb_00086.jpg /bedroom_0053/sync_depth_00086.png 518.8579 -/living_room_0012/rgb_00156.jpg /living_room_0012/sync_depth_00156.png 518.8579 -/kitchen_0049/rgb_00228.jpg /kitchen_0049/sync_depth_00228.png 518.8579 -/dining_room_0033/rgb_00180.jpg /dining_room_0033/sync_depth_00180.png 518.8579 -/living_room_0058/rgb_00209.jpg /living_room_0058/sync_depth_00209.png 518.8579 -/bathroom_0034/rgb_00018.jpg /bathroom_0034/sync_depth_00018.png 518.8579 -/bedroom_0019/rgb_00006.jpg /bedroom_0019/sync_depth_00006.png 518.8579 -/bookstore_0001j/rgb_00179.jpg /bookstore_0001j/sync_depth_00179.png 518.8579 -/kitchen_0059/rgb_00035.jpg /kitchen_0059/sync_depth_00035.png 518.8579 -/kitchen_0011a/rgb_00021.jpg /kitchen_0011a/sync_depth_00021.png 518.8579 -/office_0019/rgb_00000.jpg /office_0019/sync_depth_00000.png 518.8579 -/bedroom_0060/rgb_00053.jpg /bedroom_0060/sync_depth_00053.png 518.8579 -/bedroom_0078/rgb_00039.jpg /bedroom_0078/sync_depth_00039.png 518.8579 -/home_office_0008/rgb_00113.jpg /home_office_0008/sync_depth_00113.png 518.8579 -/dining_room_0015/rgb_00282.jpg /dining_room_0015/sync_depth_00282.png 518.8579 -/dining_room_0004/rgb_00108.jpg /dining_room_0004/sync_depth_00108.png 518.8579 -/living_room_0035/rgb_00112.jpg /living_room_0035/sync_depth_00112.png 518.8579 -/living_room_0012/rgb_00171.jpg /living_room_0012/sync_depth_00171.png 518.8579 -/office_0024/rgb_00121.jpg /office_0024/sync_depth_00121.png 518.8579 -/kitchen_0060/rgb_00108.jpg /kitchen_0060/sync_depth_00108.png 518.8579 -/living_room_0033/rgb_00025.jpg /living_room_0033/sync_depth_00025.png 518.8579 -/bedroom_0130/rgb_00078.jpg /bedroom_0130/sync_depth_00078.png 518.8579 -/bedroom_0076a/rgb_00267.jpg /bedroom_0076a/sync_depth_00267.png 518.8579 -/dining_room_0034/rgb_00041.jpg /dining_room_0034/sync_depth_00041.png 518.8579 -/bookstore_0001d/rgb_00037.jpg /bookstore_0001d/sync_depth_00037.png 518.8579 -/living_room_0083/rgb_00004.jpg /living_room_0083/sync_depth_00004.png 518.8579 -/dining_room_0033/rgb_00002.jpg /dining_room_0033/sync_depth_00002.png 518.8579 -/bedroom_0076a/rgb_00025.jpg /bedroom_0076a/sync_depth_00025.png 518.8579 -/living_room_0018/rgb_00049.jpg /living_room_0018/sync_depth_00049.png 518.8579 -/playroom_0004/rgb_00081.jpg /playroom_0004/sync_depth_00081.png 518.8579 -/bedroom_0017/rgb_00138.jpg /bedroom_0017/sync_depth_00138.png 518.8579 -/office_0011/rgb_00029.jpg /office_0011/sync_depth_00029.png 518.8579 -/office_0019/rgb_00028.jpg /office_0019/sync_depth_00028.png 518.8579 -/living_room_0069a/rgb_00084.jpg /living_room_0069a/sync_depth_00084.png 518.8579 -/bedroom_0026/rgb_00114.jpg /bedroom_0026/sync_depth_00114.png 518.8579 -/living_room_0058/rgb_00151.jpg /living_room_0058/sync_depth_00151.png 518.8579 -/kitchen_0035b/rgb_00079.jpg /kitchen_0035b/sync_depth_00079.png 518.8579 -/playroom_0006/rgb_00128.jpg /playroom_0006/sync_depth_00128.png 518.8579 -/living_room_0022/rgb_00037.jpg /living_room_0022/sync_depth_00037.png 518.8579 -/kitchen_0049/rgb_00176.jpg /kitchen_0049/sync_depth_00176.png 518.8579 -/bedroom_0010/rgb_00077.jpg /bedroom_0010/sync_depth_00077.png 518.8579 -/foyer_0002/rgb_00005.jpg /foyer_0002/sync_depth_00005.png 518.8579 -/living_room_0046a/rgb_00088.jpg /living_room_0046a/sync_depth_00088.png 518.8579 -/dining_room_0001b/rgb_00043.jpg /dining_room_0001b/sync_depth_00043.png 518.8579 -/living_room_0035/rgb_00027.jpg /living_room_0035/sync_depth_00027.png 518.8579 -/bookstore_0001i/rgb_00147.jpg /bookstore_0001i/sync_depth_00147.png 518.8579 -/bedroom_0086/rgb_00087.jpg /bedroom_0086/sync_depth_00087.png 518.8579 -/kitchen_0029a/rgb_00005.jpg /kitchen_0029a/sync_depth_00005.png 518.8579 -/bedroom_0076a/rgb_00006.jpg /bedroom_0076a/sync_depth_00006.png 518.8579 -/kitchen_0052/rgb_00061.jpg /kitchen_0052/sync_depth_00061.png 518.8579 -/living_room_0029/rgb_00100.jpg /living_room_0029/sync_depth_00100.png 518.8579 -/kitchen_0033/rgb_00119.jpg /kitchen_0033/sync_depth_00119.png 518.8579 -/furniture_store_0002c/rgb_00041.jpg /furniture_store_0002c/sync_depth_00041.png 518.8579 -/excercise_room_0001/rgb_00076.jpg /excercise_room_0001/sync_depth_00076.png 518.8579 -/bathroom_0049/rgb_00029.jpg /bathroom_0049/sync_depth_00029.png 518.8579 -/living_room_0050/rgb_00161.jpg /living_room_0050/sync_depth_00161.png 518.8579 -/bedroom_0057/rgb_00010.jpg /bedroom_0057/sync_depth_00010.png 518.8579 -/kitchen_0051/rgb_00267.jpg /kitchen_0051/sync_depth_00267.png 518.8579 -/dining_room_0023/rgb_00070.jpg /dining_room_0023/sync_depth_00070.png 518.8579 -/bedroom_0136/rgb_00036.jpg /bedroom_0136/sync_depth_00036.png 518.8579 -/kitchen_0035b/rgb_00285.jpg /kitchen_0035b/sync_depth_00285.png 518.8579 -/bathroom_0053/rgb_00023.jpg /bathroom_0053/sync_depth_00023.png 518.8579 -/kitchen_0016/rgb_00043.jpg /kitchen_0016/sync_depth_00043.png 518.8579 -/kitchen_0049/rgb_00012.jpg /kitchen_0049/sync_depth_00012.png 518.8579 -/bedroom_0059/rgb_00065.jpg /bedroom_0059/sync_depth_00065.png 518.8579 -/bedroom_0078/rgb_00071.jpg /bedroom_0078/sync_depth_00071.png 518.8579 -/kitchen_0050/rgb_00137.jpg /kitchen_0050/sync_depth_00137.png 518.8579 -/living_room_0029/rgb_00064.jpg /living_room_0029/sync_depth_00064.png 518.8579 -/bathroom_0055/rgb_00003.jpg /bathroom_0055/sync_depth_00003.png 518.8579 -/dining_room_0012/rgb_00095.jpg /dining_room_0012/sync_depth_00095.png 518.8579 -/bookstore_0001i/rgb_00037.jpg /bookstore_0001i/sync_depth_00037.png 518.8579 -/bedroom_0038/rgb_00023.jpg /bedroom_0038/sync_depth_00023.png 518.8579 -/conference_room_0001/rgb_00009.jpg /conference_room_0001/sync_depth_00009.png 518.8579 -/bedroom_0118/rgb_00005.jpg /bedroom_0118/sync_depth_00005.png 518.8579 -/bedroom_0033/rgb_00160.jpg /bedroom_0033/sync_depth_00160.png 518.8579 -/kitchen_0045a/rgb_00206.jpg /kitchen_0045a/sync_depth_00206.png 518.8579 -/dining_room_0016/rgb_00218.jpg /dining_room_0016/sync_depth_00218.png 518.8579 -/office_0006/rgb_00051.jpg /office_0006/sync_depth_00051.png 518.8579 -/bathroom_0045a/rgb_00000.jpg /bathroom_0045a/sync_depth_00000.png 518.8579 -/kitchen_0048/rgb_00111.jpg /kitchen_0048/sync_depth_00111.png 518.8579 -/kitchen_0049/rgb_00127.jpg /kitchen_0049/sync_depth_00127.png 518.8579 -/bedroom_0004/rgb_00181.jpg /bedroom_0004/sync_depth_00181.png 518.8579 -/bedroom_0090/rgb_00035.jpg /bedroom_0090/sync_depth_00035.png 518.8579 -/cafe_0001b/rgb_00048.jpg /cafe_0001b/sync_depth_00048.png 518.8579 -/bathroom_0035/rgb_00030.jpg /bathroom_0035/sync_depth_00030.png 518.8579 -/nyu_office_0/rgb_00321.jpg /nyu_office_0/sync_depth_00321.png 518.8579 -/office_0026/rgb_00084.jpg /office_0026/sync_depth_00084.png 518.8579 -/dining_room_0007/rgb_00007.jpg /dining_room_0007/sync_depth_00007.png 518.8579 -/bookstore_0001h/rgb_00025.jpg /bookstore_0001h/sync_depth_00025.png 518.8579 -/nyu_office_0/rgb_00162.jpg /nyu_office_0/sync_depth_00162.png 518.8579 -/furniture_store_0002a/rgb_00027.jpg /furniture_store_0002a/sync_depth_00027.png 518.8579 -/living_room_0018/rgb_00217.jpg /living_room_0018/sync_depth_00217.png 518.8579 -/home_storage_0001/rgb_00030.jpg /home_storage_0001/sync_depth_00030.png 518.8579 -/living_room_0033/rgb_00044.jpg /living_room_0033/sync_depth_00044.png 518.8579 -/bathroom_0005/rgb_00012.jpg /bathroom_0005/sync_depth_00012.png 518.8579 -/dining_room_0031/rgb_00180.jpg /dining_room_0031/sync_depth_00180.png 518.8579 -/home_office_0006/rgb_00062.jpg /home_office_0006/sync_depth_00062.png 518.8579 -/bedroom_0053/rgb_00076.jpg /bedroom_0053/sync_depth_00076.png 518.8579 -/playroom_0006/rgb_00048.jpg /playroom_0006/sync_depth_00048.png 518.8579 -/living_room_0029/rgb_00102.jpg /living_room_0029/sync_depth_00102.png 518.8579 -/bookstore_0001g/rgb_00056.jpg /bookstore_0001g/sync_depth_00056.png 518.8579 -/living_room_0020/rgb_00236.jpg /living_room_0020/sync_depth_00236.png 518.8579 -/excercise_room_0001/rgb_00075.jpg /excercise_room_0001/sync_depth_00075.png 518.8579 -/dining_room_0013/rgb_00093.jpg /dining_room_0013/sync_depth_00093.png 518.8579 -/living_room_0050/rgb_00232.jpg /living_room_0050/sync_depth_00232.png 518.8579 -/living_room_0020/rgb_00121.jpg /living_room_0020/sync_depth_00121.png 518.8579 -/bedroom_0062/rgb_00029.jpg /bedroom_0062/sync_depth_00029.png 518.8579 -/nyu_office_0/rgb_00359.jpg /nyu_office_0/sync_depth_00359.png 518.8579 -/bedroom_0004/rgb_00004.jpg /bedroom_0004/sync_depth_00004.png 518.8579 -/bedroom_0078/rgb_00082.jpg /bedroom_0078/sync_depth_00082.png 518.8579 -/classroom_0005/rgb_00033.jpg /classroom_0005/sync_depth_00033.png 518.8579 -/office_0026/rgb_00187.jpg /office_0026/sync_depth_00187.png 518.8579 -/bathroom_0042/rgb_00045.jpg /bathroom_0042/sync_depth_00045.png 518.8579 -/nyu_office_0/rgb_00306.jpg /nyu_office_0/sync_depth_00306.png 518.8579 -/dining_room_0001b/rgb_00243.jpg /dining_room_0001b/sync_depth_00243.png 518.8579 -/dining_room_0007/rgb_00099.jpg /dining_room_0007/sync_depth_00099.png 518.8579 -/kitchen_0035b/rgb_00302.jpg /kitchen_0035b/sync_depth_00302.png 518.8579 -/bookstore_0001d/rgb_00225.jpg /bookstore_0001d/sync_depth_00225.png 518.8579 -/study_room_0004/rgb_00145.jpg /study_room_0004/sync_depth_00145.png 518.8579 -/office_0019/rgb_00021.jpg /office_0019/sync_depth_00021.png 518.8579 -/furniture_store_0002b/rgb_00245.jpg /furniture_store_0002b/sync_depth_00245.png 518.8579 -/kitchen_0028a/rgb_00186.jpg /kitchen_0028a/sync_depth_00186.png 518.8579 -/dining_room_0012/rgb_00182.jpg /dining_room_0012/sync_depth_00182.png 518.8579 -/bedroom_0060/rgb_00047.jpg /bedroom_0060/sync_depth_00047.png 518.8579 -/bookstore_0001f/rgb_00220.jpg /bookstore_0001f/sync_depth_00220.png 518.8579 -/dinette_0001/rgb_00073.jpg /dinette_0001/sync_depth_00073.png 518.8579 -/reception_room_0001b/rgb_00049.jpg /reception_room_0001b/sync_depth_00049.png 518.8579 -/bathroom_0030/rgb_00020.jpg /bathroom_0030/sync_depth_00020.png 518.8579 -/bedroom_0140/rgb_00157.jpg /bedroom_0140/sync_depth_00157.png 518.8579 -/bedroom_0042/rgb_00061.jpg /bedroom_0042/sync_depth_00061.png 518.8579 -/dining_room_0008/rgb_00090.jpg /dining_room_0008/sync_depth_00090.png 518.8579 -/kitchen_0019a/rgb_00202.jpg /kitchen_0019a/sync_depth_00202.png 518.8579 -/classroom_0011/rgb_00073.jpg /classroom_0011/sync_depth_00073.png 518.8579 -/furniture_store_0001d/rgb_00172.jpg /furniture_store_0001d/sync_depth_00172.png 518.8579 -/bathroom_0054/rgb_00022.jpg /bathroom_0054/sync_depth_00022.png 518.8579 -/furniture_store_0002a/rgb_00379.jpg /furniture_store_0002a/sync_depth_00379.png 518.8579 -/playroom_0002/rgb_00144.jpg /playroom_0002/sync_depth_00144.png 518.8579 -/playroom_0006/rgb_00092.jpg /playroom_0006/sync_depth_00092.png 518.8579 -/kitchen_0019a/rgb_00041.jpg /kitchen_0019a/sync_depth_00041.png 518.8579 -/bedroom_0004/rgb_00063.jpg /bedroom_0004/sync_depth_00063.png 518.8579 -/classroom_0003/rgb_00045.jpg /classroom_0003/sync_depth_00045.png 518.8579 -/office_0021/rgb_00047.jpg /office_0021/sync_depth_00047.png 518.8579 -/bedroom_0072/rgb_00130.jpg /bedroom_0072/sync_depth_00130.png 518.8579 -/bookstore_0001g/rgb_00149.jpg /bookstore_0001g/sync_depth_00149.png 518.8579 -/home_storage_0001/rgb_00140.jpg /home_storage_0001/sync_depth_00140.png 518.8579 -/home_office_0004/rgb_00086.jpg /home_office_0004/sync_depth_00086.png 518.8579 -/living_room_0020/rgb_00231.jpg /living_room_0020/sync_depth_00231.png 518.8579 -/furniture_store_0001f/rgb_00007.jpg /furniture_store_0001f/sync_depth_00007.png 518.8579 -/nyu_office_0/rgb_00324.jpg /nyu_office_0/sync_depth_00324.png 518.8579 -/kitchen_0048/rgb_00105.jpg /kitchen_0048/sync_depth_00105.png 518.8579 -/living_room_0058/rgb_00037.jpg /living_room_0058/sync_depth_00037.png 518.8579 -/bookstore_0001i/rgb_00170.jpg /bookstore_0001i/sync_depth_00170.png 518.8579 -/cafe_0001a/rgb_00002.jpg /cafe_0001a/sync_depth_00002.png 518.8579 -/living_room_0029/rgb_00093.jpg /living_room_0029/sync_depth_00093.png 518.8579 -/living_room_0063/rgb_00120.jpg /living_room_0063/sync_depth_00120.png 518.8579 -/bedroom_0098/rgb_00015.jpg /bedroom_0098/sync_depth_00015.png 518.8579 -/bedroom_0016/rgb_00112.jpg /bedroom_0016/sync_depth_00112.png 518.8579 -/kitchen_0017/rgb_00078.jpg /kitchen_0017/sync_depth_00078.png 518.8579 -/kitchen_0029c/rgb_00069.jpg /kitchen_0029c/sync_depth_00069.png 518.8579 -/bedroom_0034/rgb_00087.jpg /bedroom_0034/sync_depth_00087.png 518.8579 -/bedroom_0071/rgb_00104.jpg /bedroom_0071/sync_depth_00104.png 518.8579 -/bathroom_0013/rgb_00016.jpg /bathroom_0013/sync_depth_00016.png 518.8579 -/bedroom_0104/rgb_00030.jpg /bedroom_0104/sync_depth_00030.png 518.8579 -/bookstore_0001e/rgb_00117.jpg /bookstore_0001e/sync_depth_00117.png 518.8579 -/kitchen_0006/rgb_00020.jpg /kitchen_0006/sync_depth_00020.png 518.8579 -/student_lounge_0001/rgb_00065.jpg /student_lounge_0001/sync_depth_00065.png 518.8579 -/living_room_0063/rgb_00169.jpg /living_room_0063/sync_depth_00169.png 518.8579 -/kitchen_0017/rgb_00047.jpg /kitchen_0017/sync_depth_00047.png 518.8579 -/bedroom_0016/rgb_00179.jpg /bedroom_0016/sync_depth_00179.png 518.8579 -/kitchen_0011b/rgb_00051.jpg /kitchen_0011b/sync_depth_00051.png 518.8579 -/kitchen_0033/rgb_00145.jpg /kitchen_0033/sync_depth_00145.png 518.8579 -/bedroom_0025/rgb_00009.jpg /bedroom_0025/sync_depth_00009.png 518.8579 -/dining_room_0028/rgb_00124.jpg /dining_room_0028/sync_depth_00124.png 518.8579 -/cafe_0001a/rgb_00015.jpg /cafe_0001a/sync_depth_00015.png 518.8579 -/kitchen_0019a/rgb_00036.jpg /kitchen_0019a/sync_depth_00036.png 518.8579 -/living_room_0022/rgb_00426.jpg /living_room_0022/sync_depth_00426.png 518.8579 -/dining_room_0033/rgb_00090.jpg /dining_room_0033/sync_depth_00090.png 518.8579 -/bookstore_0001j/rgb_00074.jpg /bookstore_0001j/sync_depth_00074.png 518.8579 -/bathroom_0013/rgb_00045.jpg /bathroom_0013/sync_depth_00045.png 518.8579 -/classroom_0016/rgb_00001.jpg /classroom_0016/sync_depth_00001.png 518.8579 -/bathroom_0050/rgb_00003.jpg /bathroom_0050/sync_depth_00003.png 518.8579 -/kitchen_0010/rgb_00121.jpg /kitchen_0010/sync_depth_00121.png 518.8579 -/bathroom_0039/rgb_00059.jpg /bathroom_0039/sync_depth_00059.png 518.8579 -/living_room_0071/rgb_00022.jpg /living_room_0071/sync_depth_00022.png 518.8579 -/bedroom_0014/rgb_00006.jpg /bedroom_0014/sync_depth_00006.png 518.8579 -/kitchen_0043/rgb_00098.jpg /kitchen_0043/sync_depth_00098.png 518.8579 -/furniture_store_0001a/rgb_00000.jpg /furniture_store_0001a/sync_depth_00000.png 518.8579 -/nyu_office_0/rgb_00264.jpg /nyu_office_0/sync_depth_00264.png 518.8579 -/bedroom_0017/rgb_00039.jpg /bedroom_0017/sync_depth_00039.png 518.8579 -/study_0006/rgb_00004.jpg /study_0006/sync_depth_00004.png 518.8579 -/kitchen_0051/rgb_00207.jpg /kitchen_0051/sync_depth_00207.png 518.8579 -/kitchen_0053/rgb_00132.jpg /kitchen_0053/sync_depth_00132.png 518.8579 -/student_lounge_0001/rgb_00241.jpg /student_lounge_0001/sync_depth_00241.png 518.8579 -/furniture_store_0001b/rgb_00040.jpg /furniture_store_0001b/sync_depth_00040.png 518.8579 -/kitchen_0035b/rgb_00104.jpg /kitchen_0035b/sync_depth_00104.png 518.8579 -/furniture_store_0002d/rgb_00023.jpg /furniture_store_0002d/sync_depth_00023.png 518.8579 -/bedroom_0034/rgb_00100.jpg /bedroom_0034/sync_depth_00100.png 518.8579 -/kitchen_0035b/rgb_00181.jpg /kitchen_0035b/sync_depth_00181.png 518.8579 -/furniture_store_0001d/rgb_00015.jpg /furniture_store_0001d/sync_depth_00015.png 518.8579 -/office_kitchen_0001a/rgb_00014.jpg /office_kitchen_0001a/sync_depth_00014.png 518.8579 -/student_lounge_0001/rgb_00186.jpg /student_lounge_0001/sync_depth_00186.png 518.8579 -/nyu_office_0/rgb_00006.jpg /nyu_office_0/sync_depth_00006.png 518.8579 -/bedroom_0136/rgb_00067.jpg /bedroom_0136/sync_depth_00067.png 518.8579 -/bookstore_0001e/rgb_00050.jpg /bookstore_0001e/sync_depth_00050.png 518.8579 -/basement_0001a/rgb_00166.jpg /basement_0001a/sync_depth_00166.png 518.8579 -/basement_0001a/rgb_00034.jpg /basement_0001a/sync_depth_00034.png 518.8579 -/office_0026/rgb_00052.jpg /office_0026/sync_depth_00052.png 518.8579 -/bedroom_0004/rgb_00067.jpg /bedroom_0004/sync_depth_00067.png 518.8579 -/student_lounge_0001/rgb_00150.jpg /student_lounge_0001/sync_depth_00150.png 518.8579 -/kitchen_0053/rgb_00082.jpg /kitchen_0053/sync_depth_00082.png 518.8579 -/living_room_0018/rgb_00003.jpg /living_room_0018/sync_depth_00003.png 518.8579 -/kitchen_0019a/rgb_00286.jpg /kitchen_0019a/sync_depth_00286.png 518.8579 -/study_0004/rgb_00054.jpg /study_0004/sync_depth_00054.png 518.8579 -/kitchen_0010/rgb_00077.jpg /kitchen_0010/sync_depth_00077.png 518.8579 -/reception_room_0001a/rgb_00054.jpg /reception_room_0001a/sync_depth_00054.png 518.8579 -/cafe_0001c/rgb_00040.jpg /cafe_0001c/sync_depth_00040.png 518.8579 -/dining_room_0013/rgb_00161.jpg /dining_room_0013/sync_depth_00161.png 518.8579 -/furniture_store_0001d/rgb_00043.jpg /furniture_store_0001d/sync_depth_00043.png 518.8579 -/reception_room_0004/rgb_00066.jpg /reception_room_0004/sync_depth_00066.png 518.8579 -/bathroom_0034/rgb_00067.jpg /bathroom_0034/sync_depth_00067.png 518.8579 -/home_office_0004/rgb_00045.jpg /home_office_0004/sync_depth_00045.png 518.8579 -/dining_room_0024/rgb_00124.jpg /dining_room_0024/sync_depth_00124.png 518.8579 -/home_office_0005/rgb_00003.jpg /home_office_0005/sync_depth_00003.png 518.8579 -/home_office_0007/rgb_00059.jpg /home_office_0007/sync_depth_00059.png 518.8579 -/living_room_0019/rgb_00207.jpg /living_room_0019/sync_depth_00207.png 518.8579 -/living_room_0010/rgb_00159.jpg /living_room_0010/sync_depth_00159.png 518.8579 -/kitchen_0033/rgb_00175.jpg /kitchen_0033/sync_depth_00175.png 518.8579 -/bedroom_0033/rgb_00170.jpg /bedroom_0033/sync_depth_00170.png 518.8579 -/bedroom_0016/rgb_00176.jpg /bedroom_0016/sync_depth_00176.png 518.8579 -/office_kitchen_0003/rgb_00116.jpg /office_kitchen_0003/sync_depth_00116.png 518.8579 -/bedroom_0042/rgb_00055.jpg /bedroom_0042/sync_depth_00055.png 518.8579 -/bedroom_0069/rgb_00019.jpg /bedroom_0069/sync_depth_00019.png 518.8579 -/bookstore_0001g/rgb_00251.jpg /bookstore_0001g/sync_depth_00251.png 518.8579 -/living_room_0005/rgb_00061.jpg /living_room_0005/sync_depth_00061.png 518.8579 -/bedroom_0104/rgb_00018.jpg /bedroom_0104/sync_depth_00018.png 518.8579 -/furniture_store_0002a/rgb_00372.jpg /furniture_store_0002a/sync_depth_00372.png 518.8579 -/student_lounge_0001/rgb_00096.jpg /student_lounge_0001/sync_depth_00096.png 518.8579 -/bedroom_0020/rgb_00024.jpg /bedroom_0020/sync_depth_00024.png 518.8579 -/office_0026/rgb_00165.jpg /office_0026/sync_depth_00165.png 518.8579 -/dining_room_0031/rgb_00041.jpg /dining_room_0031/sync_depth_00041.png 518.8579 -/dining_room_0029/rgb_00107.jpg /dining_room_0029/sync_depth_00107.png 518.8579 -/bedroom_0125b/rgb_00037.jpg /bedroom_0125b/sync_depth_00037.png 518.8579 -/living_room_0062/rgb_00212.jpg /living_room_0062/sync_depth_00212.png 518.8579 -/kitchen_0060/rgb_00042.jpg /kitchen_0060/sync_depth_00042.png 518.8579 -/classroom_0006/rgb_00046.jpg /classroom_0006/sync_depth_00046.png 518.8579 -/kitchen_0060/rgb_00120.jpg /kitchen_0060/sync_depth_00120.png 518.8579 -/bookstore_0001f/rgb_00039.jpg /bookstore_0001f/sync_depth_00039.png 518.8579 -/dining_room_0008/rgb_00039.jpg /dining_room_0008/sync_depth_00039.png 518.8579 -/bathroom_0014a/rgb_00072.jpg /bathroom_0014a/sync_depth_00072.png 518.8579 -/bedroom_0053/rgb_00069.jpg /bedroom_0053/sync_depth_00069.png 518.8579 -/furniture_store_0002a/rgb_00117.jpg /furniture_store_0002a/sync_depth_00117.png 518.8579 -/living_room_0078/rgb_00111.jpg /living_room_0078/sync_depth_00111.png 518.8579 -/dining_room_0029/rgb_00048.jpg /dining_room_0029/sync_depth_00048.png 518.8579 -/kitchen_0031/rgb_00075.jpg /kitchen_0031/sync_depth_00075.png 518.8579 -/dining_room_0004/rgb_00030.jpg /dining_room_0004/sync_depth_00030.png 518.8579 -/living_room_0069a/rgb_00074.jpg /living_room_0069a/sync_depth_00074.png 518.8579 -/kitchen_0035a/rgb_00020.jpg /kitchen_0035a/sync_depth_00020.png 518.8579 -/living_room_0018/rgb_00031.jpg /living_room_0018/sync_depth_00031.png 518.8579 -/dining_room_0008/rgb_00131.jpg /dining_room_0008/sync_depth_00131.png 518.8579 -/living_room_0069a/rgb_00087.jpg /living_room_0069a/sync_depth_00087.png 518.8579 -/kitchen_0031/rgb_00181.jpg /kitchen_0031/sync_depth_00181.png 518.8579 -/office_kitchen_0001a/rgb_00005.jpg /office_kitchen_0001a/sync_depth_00005.png 518.8579 -/bedroom_0076a/rgb_00246.jpg /bedroom_0076a/sync_depth_00246.png 518.8579 -/basement_0001a/rgb_00063.jpg /basement_0001a/sync_depth_00063.png 518.8579 -/bathroom_0039/rgb_00020.jpg /bathroom_0039/sync_depth_00020.png 518.8579 -/kitchen_0035b/rgb_00161.jpg /kitchen_0035b/sync_depth_00161.png 518.8579 -/bathroom_0056/rgb_00051.jpg /bathroom_0056/sync_depth_00051.png 518.8579 -/living_room_0063/rgb_00042.jpg /living_room_0063/sync_depth_00042.png 518.8579 -/living_room_0063/rgb_00026.jpg /living_room_0063/sync_depth_00026.png 518.8579 -/dining_room_0029/rgb_00006.jpg /dining_room_0029/sync_depth_00006.png 518.8579 -/furniture_store_0001d/rgb_00011.jpg /furniture_store_0001d/sync_depth_00011.png 518.8579 -/bedroom_0051/rgb_00014.jpg /bedroom_0051/sync_depth_00014.png 518.8579 -/bedroom_0140/rgb_00172.jpg /bedroom_0140/sync_depth_00172.png 518.8579 -/office_0025/rgb_00016.jpg /office_0025/sync_depth_00016.png 518.8579 -/kitchen_0051/rgb_00008.jpg /kitchen_0051/sync_depth_00008.png 518.8579 -/kitchen_0051/rgb_00040.jpg /kitchen_0051/sync_depth_00040.png 518.8579 -/dining_room_0008/rgb_00049.jpg /dining_room_0008/sync_depth_00049.png 518.8579 -/living_room_0083/rgb_00103.jpg /living_room_0083/sync_depth_00103.png 518.8579 -/kitchen_0028b/rgb_00014.jpg /kitchen_0028b/sync_depth_00014.png 518.8579 -/living_room_0042b/rgb_00014.jpg /living_room_0042b/sync_depth_00014.png 518.8579 -/home_storage_0001/rgb_00101.jpg /home_storage_0001/sync_depth_00101.png 518.8579 -/office_0012/rgb_00074.jpg /office_0012/sync_depth_00074.png 518.8579 -/cafe_0001a/rgb_00057.jpg /cafe_0001a/sync_depth_00057.png 518.8579 -/dining_room_0010/rgb_00040.jpg /dining_room_0010/sync_depth_00040.png 518.8579 -/kitchen_0029c/rgb_00142.jpg /kitchen_0029c/sync_depth_00142.png 518.8579 -/bedroom_0029/rgb_00072.jpg /bedroom_0029/sync_depth_00072.png 518.8579 -/bedroom_0031/rgb_00006.jpg /bedroom_0031/sync_depth_00006.png 518.8579 -/living_room_0086a/rgb_00077.jpg /living_room_0086a/sync_depth_00077.png 518.8579 -/classroom_0022/rgb_00031.jpg /classroom_0022/sync_depth_00031.png 518.8579 -/bedroom_0076a/rgb_00126.jpg /bedroom_0076a/sync_depth_00126.png 518.8579 -/living_room_0047b/rgb_00063.jpg /living_room_0047b/sync_depth_00063.png 518.8579 -/living_room_0032/rgb_00009.jpg /living_room_0032/sync_depth_00009.png 518.8579 -/bedroom_0125a/rgb_00018.jpg /bedroom_0125a/sync_depth_00018.png 518.8579 -/kitchen_0016/rgb_00093.jpg /kitchen_0016/sync_depth_00093.png 518.8579 -/bathroom_0051/rgb_00022.jpg /bathroom_0051/sync_depth_00022.png 518.8579 -/kitchen_0029c/rgb_00178.jpg /kitchen_0029c/sync_depth_00178.png 518.8579 -/kitchen_0017/rgb_00020.jpg /kitchen_0017/sync_depth_00020.png 518.8579 -/bedroom_0078/rgb_00076.jpg /bedroom_0078/sync_depth_00076.png 518.8579 -/office_0026/rgb_00119.jpg /office_0026/sync_depth_00119.png 518.8579 -/bedroom_0041/rgb_00052.jpg /bedroom_0041/sync_depth_00052.png 518.8579 -/living_room_0039/rgb_00003.jpg /living_room_0039/sync_depth_00003.png 518.8579 -/living_room_0063/rgb_00151.jpg /living_room_0063/sync_depth_00151.png 518.8579 -/living_room_0012/rgb_00145.jpg /living_room_0012/sync_depth_00145.png 518.8579 -/bedroom_0096/rgb_00022.jpg /bedroom_0096/sync_depth_00022.png 518.8579 -/bathroom_0039/rgb_00046.jpg /bathroom_0039/sync_depth_00046.png 518.8579 -/bedroom_0107/rgb_00044.jpg /bedroom_0107/sync_depth_00044.png 518.8579 -/bedroom_0086/rgb_00058.jpg /bedroom_0086/sync_depth_00058.png 518.8579 -/living_room_0063/rgb_00065.jpg /living_room_0063/sync_depth_00065.png 518.8579 -/office_0025/rgb_00038.jpg /office_0025/sync_depth_00038.png 518.8579 -/living_room_0058/rgb_00084.jpg /living_room_0058/sync_depth_00084.png 518.8579 -/bathroom_0030/rgb_00043.jpg /bathroom_0030/sync_depth_00043.png 518.8579 -/bedroom_0053/rgb_00008.jpg /bedroom_0053/sync_depth_00008.png 518.8579 -/kitchen_0037/rgb_00008.jpg /kitchen_0037/sync_depth_00008.png 518.8579 -/office_0024/rgb_00110.jpg /office_0024/sync_depth_00110.png 518.8579 -/bedroom_0113/rgb_00080.jpg /bedroom_0113/sync_depth_00080.png 518.8579 -/conference_room_0001/rgb_00016.jpg /conference_room_0001/sync_depth_00016.png 518.8579 -/furniture_store_0001b/rgb_00008.jpg /furniture_store_0001b/sync_depth_00008.png 518.8579 -/office_kitchen_0003/rgb_00128.jpg /office_kitchen_0003/sync_depth_00128.png 518.8579 -/kitchen_0033/rgb_00191.jpg /kitchen_0033/sync_depth_00191.png 518.8579 -/bookstore_0001f/rgb_00428.jpg /bookstore_0001f/sync_depth_00428.png 518.8579 -/bedroom_0076a/rgb_00022.jpg /bedroom_0076a/sync_depth_00022.png 518.8579 -/bedroom_0062/rgb_00139.jpg /bedroom_0062/sync_depth_00139.png 518.8579 -/office_0003/rgb_00050.jpg /office_0003/sync_depth_00050.png 518.8579 -/living_room_0010/rgb_00008.jpg /living_room_0010/sync_depth_00008.png 518.8579 -/living_room_0020/rgb_00077.jpg /living_room_0020/sync_depth_00077.png 518.8579 -/playroom_0004/rgb_00112.jpg /playroom_0004/sync_depth_00112.png 518.8579 -/dining_room_0008/rgb_00009.jpg /dining_room_0008/sync_depth_00009.png 518.8579 -/bedroom_0052/rgb_00116.jpg /bedroom_0052/sync_depth_00116.png 518.8579 -/printer_room_0001/rgb_00008.jpg /printer_room_0001/sync_depth_00008.png 518.8579 -/bedroom_0035/rgb_00036.jpg /bedroom_0035/sync_depth_00036.png 518.8579 -/bathroom_0042/rgb_00016.jpg /bathroom_0042/sync_depth_00016.png 518.8579 -/bookstore_0001g/rgb_00281.jpg /bookstore_0001g/sync_depth_00281.png 518.8579 -/dining_room_0015/rgb_00227.jpg /dining_room_0015/sync_depth_00227.png 518.8579 -/bathroom_0039/rgb_00065.jpg /bathroom_0039/sync_depth_00065.png 518.8579 -/office_0025/rgb_00029.jpg /office_0025/sync_depth_00029.png 518.8579 -/living_room_0010/rgb_00020.jpg /living_room_0010/sync_depth_00020.png 518.8579 -/bedroom_0080/rgb_00068.jpg /bedroom_0080/sync_depth_00068.png 518.8579 -/dining_room_0031/rgb_00019.jpg /dining_room_0031/sync_depth_00019.png 518.8579 -/playroom_0003/rgb_00169.jpg /playroom_0003/sync_depth_00169.png 518.8579 -/bookstore_0001e/rgb_00187.jpg /bookstore_0001e/sync_depth_00187.png 518.8579 -/bedroom_0120/rgb_00021.jpg /bedroom_0120/sync_depth_00021.png 518.8579 -/living_room_0067/rgb_00062.jpg /living_room_0067/sync_depth_00062.png 518.8579 -/living_room_0047b/rgb_00119.jpg /living_room_0047b/sync_depth_00119.png 518.8579 -/bedroom_0081/rgb_00033.jpg /bedroom_0081/sync_depth_00033.png 518.8579 -/conference_room_0002/rgb_00031.jpg /conference_room_0002/sync_depth_00031.png 518.8579 -/furniture_store_0001d/rgb_00085.jpg /furniture_store_0001d/sync_depth_00085.png 518.8579 -/kitchen_0028a/rgb_00113.jpg /kitchen_0028a/sync_depth_00113.png 518.8579 -/dining_room_0034/rgb_00002.jpg /dining_room_0034/sync_depth_00002.png 518.8579 -/kitchen_0019a/rgb_00211.jpg /kitchen_0019a/sync_depth_00211.png 518.8579 -/living_room_0058/rgb_00103.jpg /living_room_0058/sync_depth_00103.png 518.8579 -/living_room_0068/rgb_00036.jpg /living_room_0068/sync_depth_00036.png 518.8579 -/bedroom_0052/rgb_00106.jpg /bedroom_0052/sync_depth_00106.png 518.8579 -/living_room_0046a/rgb_00024.jpg /living_room_0046a/sync_depth_00024.png 518.8579 -/living_room_0032/rgb_00013.jpg /living_room_0032/sync_depth_00013.png 518.8579 -/cafe_0001a/rgb_00026.jpg /cafe_0001a/sync_depth_00026.png 518.8579 -/study_room_0004/rgb_00219.jpg /study_room_0004/sync_depth_00219.png 518.8579 -/kitchen_0060/rgb_00110.jpg /kitchen_0060/sync_depth_00110.png 518.8579 -/kitchen_0031/rgb_00150.jpg /kitchen_0031/sync_depth_00150.png 518.8579 -/bedroom_0025/rgb_00025.jpg /bedroom_0025/sync_depth_00025.png 518.8579 -/bookstore_0001j/rgb_00004.jpg /bookstore_0001j/sync_depth_00004.png 518.8579 -/basement_0001a/rgb_00002.jpg /basement_0001a/sync_depth_00002.png 518.8579 -/bedroom_0106/rgb_00107.jpg /bedroom_0106/sync_depth_00107.png 518.8579 -/kitchen_0035b/rgb_00025.jpg /kitchen_0035b/sync_depth_00025.png 518.8579 -/kitchen_0008/rgb_00029.jpg /kitchen_0008/sync_depth_00029.png 518.8579 -/office_0004/rgb_00102.jpg /office_0004/sync_depth_00102.png 518.8579 -/dining_room_0014/rgb_00093.jpg /dining_room_0014/sync_depth_00093.png 518.8579 -/bathroom_0019/rgb_00062.jpg /bathroom_0019/sync_depth_00062.png 518.8579 -/office_0006/rgb_00041.jpg /office_0006/sync_depth_00041.png 518.8579 -/bedroom_0031/rgb_00044.jpg /bedroom_0031/sync_depth_00044.png 518.8579 -/living_room_0085/rgb_00064.jpg /living_room_0085/sync_depth_00064.png 518.8579 -/kitchen_0019a/rgb_00038.jpg /kitchen_0019a/sync_depth_00038.png 518.8579 -/nyu_office_0/rgb_00043.jpg /nyu_office_0/sync_depth_00043.png 518.8579 -/bathroom_0041/rgb_00020.jpg /bathroom_0041/sync_depth_00020.png 518.8579 -/bedroom_0132/rgb_00020.jpg /bedroom_0132/sync_depth_00020.png 518.8579 -/classroom_0018/rgb_00001.jpg /classroom_0018/sync_depth_00001.png 518.8579 -/kitchen_0019a/rgb_00205.jpg /kitchen_0019a/sync_depth_00205.png 518.8579 -/living_room_0022/rgb_00164.jpg /living_room_0022/sync_depth_00164.png 518.8579 -/bedroom_0126/rgb_00021.jpg /bedroom_0126/sync_depth_00021.png 518.8579 -/bookstore_0001h/rgb_00080.jpg /bookstore_0001h/sync_depth_00080.png 518.8579 -/bedroom_0033/rgb_00128.jpg /bedroom_0033/sync_depth_00128.png 518.8579 -/kitchen_0051/rgb_00295.jpg /kitchen_0051/sync_depth_00295.png 518.8579 -/living_room_0062/rgb_00077.jpg /living_room_0062/sync_depth_00077.png 518.8579 -/kitchen_0031/rgb_00191.jpg /kitchen_0031/sync_depth_00191.png 518.8579 -/bathroom_0010/rgb_00001.jpg /bathroom_0010/sync_depth_00001.png 518.8579 -/living_room_0039/rgb_00076.jpg /living_room_0039/sync_depth_00076.png 518.8579 -/living_room_0019/rgb_00204.jpg /living_room_0019/sync_depth_00204.png 518.8579 -/living_room_0012/rgb_00220.jpg /living_room_0012/sync_depth_00220.png 518.8579 -/living_room_0006/rgb_00026.jpg /living_room_0006/sync_depth_00026.png 518.8579 -/living_room_0063/rgb_00168.jpg /living_room_0063/sync_depth_00168.png 518.8579 -/kitchen_0033/rgb_00016.jpg /kitchen_0033/sync_depth_00016.png 518.8579 -/bedroom_0120/rgb_00083.jpg /bedroom_0120/sync_depth_00083.png 518.8579 -/office_0026/rgb_00001.jpg /office_0026/sync_depth_00001.png 518.8579 -/kitchen_0028a/rgb_00078.jpg /kitchen_0028a/sync_depth_00078.png 518.8579 -/office_0004/rgb_00100.jpg /office_0004/sync_depth_00100.png 518.8579 -/home_office_0008/rgb_00097.jpg /home_office_0008/sync_depth_00097.png 518.8579 -/living_room_0058/rgb_00010.jpg /living_room_0058/sync_depth_00010.png 518.8579 -/bedroom_0053/rgb_00085.jpg /bedroom_0053/sync_depth_00085.png 518.8579 -/dining_room_0024/rgb_00184.jpg /dining_room_0024/sync_depth_00184.png 518.8579 -/bedroom_0062/rgb_00125.jpg /bedroom_0062/sync_depth_00125.png 518.8579 -/dining_room_0008/rgb_00110.jpg /dining_room_0008/sync_depth_00110.png 518.8579 -/dining_room_0007/rgb_00028.jpg /dining_room_0007/sync_depth_00028.png 518.8579 -/bathroom_0056/rgb_00020.jpg /bathroom_0056/sync_depth_00020.png 518.8579 -/bedroom_0026/rgb_00060.jpg /bedroom_0026/sync_depth_00060.png 518.8579 -/kitchen_0035b/rgb_00321.jpg /kitchen_0035b/sync_depth_00321.png 518.8579 -/dining_room_0016/rgb_00160.jpg /dining_room_0016/sync_depth_00160.png 518.8579 -/bedroom_0033/rgb_00152.jpg /bedroom_0033/sync_depth_00152.png 518.8579 -/kitchen_0048/rgb_00138.jpg /kitchen_0048/sync_depth_00138.png 518.8579 -/furniture_store_0001d/rgb_00118.jpg /furniture_store_0001d/sync_depth_00118.png 518.8579 -/kitchen_0051/rgb_00029.jpg /kitchen_0051/sync_depth_00029.png 518.8579 -/living_room_0047b/rgb_00068.jpg /living_room_0047b/sync_depth_00068.png 518.8579 -/living_room_0055/rgb_00141.jpg /living_room_0055/sync_depth_00141.png 518.8579 -/office_0026/rgb_00090.jpg /office_0026/sync_depth_00090.png 518.8579 -/dining_room_0012/rgb_00042.jpg /dining_room_0012/sync_depth_00042.png 518.8579 -/bathroom_0051/rgb_00035.jpg /bathroom_0051/sync_depth_00035.png 518.8579 -/bedroom_0072/rgb_00134.jpg /bedroom_0072/sync_depth_00134.png 518.8579 -/bedroom_0047/rgb_00009.jpg /bedroom_0047/sync_depth_00009.png 518.8579 -/kitchen_0048/rgb_00246.jpg /kitchen_0048/sync_depth_00246.png 518.8579 -/living_room_0012/rgb_00186.jpg /living_room_0012/sync_depth_00186.png 518.8579 -/classroom_0006/rgb_00039.jpg /classroom_0006/sync_depth_00039.png 518.8579 -/living_room_0018/rgb_00132.jpg /living_room_0018/sync_depth_00132.png 518.8579 -/living_room_0050/rgb_00009.jpg /living_room_0050/sync_depth_00009.png 518.8579 -/bedroom_0010/rgb_00093.jpg /bedroom_0010/sync_depth_00093.png 518.8579 -/office_0012/rgb_00006.jpg /office_0012/sync_depth_00006.png 518.8579 -/kitchen_0052/rgb_00113.jpg /kitchen_0052/sync_depth_00113.png 518.8579 -/dining_room_0015/rgb_00214.jpg /dining_room_0015/sync_depth_00214.png 518.8579 -/kitchen_0019a/rgb_00047.jpg /kitchen_0019a/sync_depth_00047.png 518.8579 -/bedroom_0056a/rgb_00050.jpg /bedroom_0056a/sync_depth_00050.png 518.8579 -/bathroom_0034/rgb_00057.jpg /bathroom_0034/sync_depth_00057.png 518.8579 -/bedroom_0025/rgb_00036.jpg /bedroom_0025/sync_depth_00036.png 518.8579 -/bedroom_0052/rgb_00091.jpg /bedroom_0052/sync_depth_00091.png 518.8579 -/home_office_0013/rgb_00056.jpg /home_office_0013/sync_depth_00056.png 518.8579 -/living_room_0047b/rgb_00039.jpg /living_room_0047b/sync_depth_00039.png 518.8579 -/playroom_0004/rgb_00043.jpg /playroom_0004/sync_depth_00043.png 518.8579 -/kitchen_0053/rgb_00208.jpg /kitchen_0053/sync_depth_00208.png 518.8579 -/dining_room_0037/rgb_00178.jpg /dining_room_0037/sync_depth_00178.png 518.8579 -/kitchen_0035a/rgb_00010.jpg /kitchen_0035a/sync_depth_00010.png 518.8579 -/kitchen_0048/rgb_00060.jpg /kitchen_0048/sync_depth_00060.png 518.8579 -/living_room_0005/rgb_00025.jpg /living_room_0005/sync_depth_00025.png 518.8579 -/dining_room_0012/rgb_00020.jpg /dining_room_0012/sync_depth_00020.png 518.8579 -/bedroom_0060/rgb_00098.jpg /bedroom_0060/sync_depth_00098.png 518.8579 -/living_room_0005/rgb_00157.jpg /living_room_0005/sync_depth_00157.png 518.8579 -/bedroom_0078/rgb_00094.jpg /bedroom_0078/sync_depth_00094.png 518.8579 -/dining_room_0031/rgb_00115.jpg /dining_room_0031/sync_depth_00115.png 518.8579 -/living_room_0038/rgb_00090.jpg /living_room_0038/sync_depth_00090.png 518.8579 -/office_0026/rgb_00146.jpg /office_0026/sync_depth_00146.png 518.8579 -/living_room_0068/rgb_00005.jpg /living_room_0068/sync_depth_00005.png 518.8579 -/dining_room_0007/rgb_00212.jpg /dining_room_0007/sync_depth_00212.png 518.8579 -/kitchen_0047/rgb_00098.jpg /kitchen_0047/sync_depth_00098.png 518.8579 -/kitchen_0019a/rgb_00227.jpg /kitchen_0019a/sync_depth_00227.png 518.8579 -/student_lounge_0001/rgb_00086.jpg /student_lounge_0001/sync_depth_00086.png 518.8579 -/kitchen_0041/rgb_00044.jpg /kitchen_0041/sync_depth_00044.png 518.8579 -/dining_room_0033/rgb_00126.jpg /dining_room_0033/sync_depth_00126.png 518.8579 -/furniture_store_0002a/rgb_00172.jpg /furniture_store_0002a/sync_depth_00172.png 518.8579 -/bookstore_0001g/rgb_00203.jpg /bookstore_0001g/sync_depth_00203.png 518.8579 -/furniture_store_0002a/rgb_00066.jpg /furniture_store_0002a/sync_depth_00066.png 518.8579 -/bedroom_0063/rgb_00105.jpg /bedroom_0063/sync_depth_00105.png 518.8579 -/kitchen_0035b/rgb_00268.jpg /kitchen_0035b/sync_depth_00268.png 518.8579 -/kitchen_0019a/rgb_00105.jpg /kitchen_0019a/sync_depth_00105.png 518.8579 -/bedroom_0051/rgb_00103.jpg /bedroom_0051/sync_depth_00103.png 518.8579 -/living_room_0039/rgb_00061.jpg /living_room_0039/sync_depth_00061.png 518.8579 -/kitchen_0011b/rgb_00063.jpg /kitchen_0011b/sync_depth_00063.png 518.8579 -/kitchen_0028a/rgb_00065.jpg /kitchen_0028a/sync_depth_00065.png 518.8579 -/kitchen_0043/rgb_00184.jpg /kitchen_0043/sync_depth_00184.png 518.8579 -/living_room_0063/rgb_00138.jpg /living_room_0063/sync_depth_00138.png 518.8579 -/bedroom_0004/rgb_00137.jpg /bedroom_0004/sync_depth_00137.png 518.8579 -/living_room_0012/rgb_00020.jpg /living_room_0012/sync_depth_00020.png 518.8579 -/bookstore_0001g/rgb_00222.jpg /bookstore_0001g/sync_depth_00222.png 518.8579 -/dinette_0001/rgb_00018.jpg /dinette_0001/sync_depth_00018.png 518.8579 -/furniture_store_0002a/rgb_00063.jpg /furniture_store_0002a/sync_depth_00063.png 518.8579 -/dining_room_0013/rgb_00097.jpg /dining_room_0013/sync_depth_00097.png 518.8579 -/bedroom_0086/rgb_00097.jpg /bedroom_0086/sync_depth_00097.png 518.8579 -/kitchen_0016/rgb_00083.jpg /kitchen_0016/sync_depth_00083.png 518.8579 -/bedroom_0090/rgb_00029.jpg /bedroom_0090/sync_depth_00029.png 518.8579 -/dining_room_0028/rgb_00014.jpg /dining_room_0028/sync_depth_00014.png 518.8579 -/office_0011/rgb_00157.jpg /office_0011/sync_depth_00157.png 518.8579 -/kitchen_0052/rgb_00109.jpg /kitchen_0052/sync_depth_00109.png 518.8579 -/bathroom_0054/rgb_00017.jpg /bathroom_0054/sync_depth_00017.png 518.8579 -/bedroom_0026/rgb_00056.jpg /bedroom_0026/sync_depth_00056.png 518.8579 -/furniture_store_0001d/rgb_00019.jpg /furniture_store_0001d/sync_depth_00019.png 518.8579 -/study_0006/rgb_00001.jpg /study_0006/sync_depth_00001.png 518.8579 -/bedroom_0052/rgb_00219.jpg /bedroom_0052/sync_depth_00219.png 518.8579 -/office_kitchen_0001b/rgb_00052.jpg /office_kitchen_0001b/sync_depth_00052.png 518.8579 -/living_room_0046a/rgb_00055.jpg /living_room_0046a/sync_depth_00055.png 518.8579 -/bookstore_0001h/rgb_00093.jpg /bookstore_0001h/sync_depth_00093.png 518.8579 -/bedroom_0136/rgb_00055.jpg /bedroom_0136/sync_depth_00055.png 518.8579 -/bedroom_0120/rgb_00051.jpg /bedroom_0120/sync_depth_00051.png 518.8579 -/living_room_0006/rgb_00025.jpg /living_room_0006/sync_depth_00025.png 518.8579 -/dining_room_0015/rgb_00029.jpg /dining_room_0015/sync_depth_00029.png 518.8579 -/office_0004/rgb_00077.jpg /office_0004/sync_depth_00077.png 518.8579 -/living_room_0010/rgb_00043.jpg /living_room_0010/sync_depth_00043.png 518.8579 -/classroom_0022/rgb_00004.jpg /classroom_0022/sync_depth_00004.png 518.8579 -/kitchen_0019a/rgb_00010.jpg /kitchen_0019a/sync_depth_00010.png 518.8579 -/living_room_0082/rgb_00044.jpg /living_room_0082/sync_depth_00044.png 518.8579 -/bedroom_0063/rgb_00028.jpg /bedroom_0063/sync_depth_00028.png 518.8579 -/bathroom_0007/rgb_00095.jpg /bathroom_0007/sync_depth_00095.png 518.8579 -/bedroom_0126/rgb_00033.jpg /bedroom_0126/sync_depth_00033.png 518.8579 -/bathroom_0028/rgb_00076.jpg /bathroom_0028/sync_depth_00076.png 518.8579 -/living_room_0019/rgb_00040.jpg /living_room_0019/sync_depth_00040.png 518.8579 -/basement_0001a/rgb_00004.jpg /basement_0001a/sync_depth_00004.png 518.8579 -/living_room_0055/rgb_00100.jpg /living_room_0055/sync_depth_00100.png 518.8579 -/bedroom_0076a/rgb_00214.jpg /bedroom_0076a/sync_depth_00214.png 518.8579 -/bedroom_0082/rgb_00016.jpg /bedroom_0082/sync_depth_00016.png 518.8579 -/home_office_0004/rgb_00036.jpg /home_office_0004/sync_depth_00036.png 518.8579 -/living_room_0033/rgb_00016.jpg /living_room_0033/sync_depth_00016.png 518.8579 -/bookstore_0001g/rgb_00007.jpg /bookstore_0001g/sync_depth_00007.png 518.8579 -/living_room_0070/rgb_00054.jpg /living_room_0070/sync_depth_00054.png 518.8579 -/bedroom_0004/rgb_00027.jpg /bedroom_0004/sync_depth_00027.png 518.8579 -/dining_room_0037/rgb_00061.jpg /dining_room_0037/sync_depth_00061.png 518.8579 -/dining_room_0024/rgb_00086.jpg /dining_room_0024/sync_depth_00086.png 518.8579 -/bedroom_0020/rgb_00103.jpg /bedroom_0020/sync_depth_00103.png 518.8579 -/living_room_0069b/rgb_00048.jpg /living_room_0069b/sync_depth_00048.png 518.8579 -/classroom_0006/rgb_00198.jpg /classroom_0006/sync_depth_00198.png 518.8579 -/living_room_0058/rgb_00036.jpg /living_room_0058/sync_depth_00036.png 518.8579 -/living_room_0069a/rgb_00100.jpg /living_room_0069a/sync_depth_00100.png 518.8579 -/living_room_0039/rgb_00024.jpg /living_room_0039/sync_depth_00024.png 518.8579 -/bedroom_0004/rgb_00152.jpg /bedroom_0004/sync_depth_00152.png 518.8579 -/living_room_0012/rgb_00164.jpg /living_room_0012/sync_depth_00164.png 518.8579 -/furniture_store_0001b/rgb_00073.jpg /furniture_store_0001b/sync_depth_00073.png 518.8579 -/office_kitchen_0001a/rgb_00066.jpg /office_kitchen_0001a/sync_depth_00066.png 518.8579 -/bedroom_0004/rgb_00037.jpg /bedroom_0004/sync_depth_00037.png 518.8579 -/living_room_0078/rgb_00118.jpg /living_room_0078/sync_depth_00118.png 518.8579 -/bedroom_0028/rgb_00062.jpg /bedroom_0028/sync_depth_00062.png 518.8579 -/kitchen_0028a/rgb_00149.jpg /kitchen_0028a/sync_depth_00149.png 518.8579 -/kitchen_0028a/rgb_00061.jpg /kitchen_0028a/sync_depth_00061.png 518.8579 -/office_0011/rgb_00000.jpg /office_0011/sync_depth_00000.png 518.8579 -/bedroom_0096/rgb_00033.jpg /bedroom_0096/sync_depth_00033.png 518.8579 -/furniture_store_0001d/rgb_00245.jpg /furniture_store_0001d/sync_depth_00245.png 518.8579 -/kitchen_0053/rgb_00018.jpg /kitchen_0053/sync_depth_00018.png 518.8579 -/home_office_0006/rgb_00045.jpg /home_office_0006/sync_depth_00045.png 518.8579 -/home_office_0004/rgb_00078.jpg /home_office_0004/sync_depth_00078.png 518.8579 -/kitchen_0029c/rgb_00182.jpg /kitchen_0029c/sync_depth_00182.png 518.8579 -/bedroom_0050/rgb_00049.jpg /bedroom_0050/sync_depth_00049.png 518.8579 -/living_room_0085/rgb_00030.jpg /living_room_0085/sync_depth_00030.png 518.8579 -/bookstore_0001d/rgb_00188.jpg /bookstore_0001d/sync_depth_00188.png 518.8579 -/classroom_0011/rgb_00019.jpg /classroom_0011/sync_depth_00019.png 518.8579 -/living_room_0050/rgb_00133.jpg /living_room_0050/sync_depth_00133.png 518.8579 -/kitchen_0049/rgb_00024.jpg /kitchen_0049/sync_depth_00024.png 518.8579 -/student_lounge_0001/rgb_00125.jpg /student_lounge_0001/sync_depth_00125.png 518.8579 -/bedroom_0051/rgb_00224.jpg /bedroom_0051/sync_depth_00224.png 518.8579 -/kitchen_0049/rgb_00004.jpg /kitchen_0049/sync_depth_00004.png 518.8579 -/study_room_0004/rgb_00106.jpg /study_room_0004/sync_depth_00106.png 518.8579 -/bedroom_0081/rgb_00025.jpg /bedroom_0081/sync_depth_00025.png 518.8579 -/dining_room_0024/rgb_00133.jpg /dining_room_0024/sync_depth_00133.png 518.8579 -/office_kitchen_0003/rgb_00033.jpg /office_kitchen_0003/sync_depth_00033.png 518.8579 -/furniture_store_0002a/rgb_00065.jpg /furniture_store_0002a/sync_depth_00065.png 518.8579 -/living_room_0071/rgb_00046.jpg /living_room_0071/sync_depth_00046.png 518.8579 -/bedroom_0079/rgb_00054.jpg /bedroom_0079/sync_depth_00054.png 518.8579 -/bedroom_0063/rgb_00001.jpg /bedroom_0063/sync_depth_00001.png 518.8579 -/furniture_store_0002a/rgb_00207.jpg /furniture_store_0002a/sync_depth_00207.png 518.8579 -/kitchen_0010/rgb_00102.jpg /kitchen_0010/sync_depth_00102.png 518.8579 -/living_room_0005/rgb_00006.jpg /living_room_0005/sync_depth_00006.png 518.8579 -/living_room_0010/rgb_00087.jpg /living_room_0010/sync_depth_00087.png 518.8579 -/bedroom_0125b/rgb_00005.jpg /bedroom_0125b/sync_depth_00005.png 518.8579 -/bookstore_0001d/rgb_00257.jpg /bookstore_0001d/sync_depth_00257.png 518.8579 -/playroom_0006/rgb_00041.jpg /playroom_0006/sync_depth_00041.png 518.8579 -/classroom_0010/rgb_00030.jpg /classroom_0010/sync_depth_00030.png 518.8579 -/bathroom_0051/rgb_00016.jpg /bathroom_0051/sync_depth_00016.png 518.8579 -/bedroom_0076a/rgb_00078.jpg /bedroom_0076a/sync_depth_00078.png 518.8579 -/living_room_0069b/rgb_00006.jpg /living_room_0069b/sync_depth_00006.png 518.8579 -/bookstore_0001f/rgb_00303.jpg /bookstore_0001f/sync_depth_00303.png 518.8579 -/living_room_0086a/rgb_00029.jpg /living_room_0086a/sync_depth_00029.png 518.8579 -/living_room_0039/rgb_00025.jpg /living_room_0039/sync_depth_00025.png 518.8579 -/kitchen_0050/rgb_00202.jpg /kitchen_0050/sync_depth_00202.png 518.8579 -/furniture_store_0002c/rgb_00067.jpg /furniture_store_0002c/sync_depth_00067.png 518.8579 -/kitchen_0043/rgb_00080.jpg /kitchen_0043/sync_depth_00080.png 518.8579 -/playroom_0002/rgb_00151.jpg /playroom_0002/sync_depth_00151.png 518.8579 -/kitchen_0035b/rgb_00118.jpg /kitchen_0035b/sync_depth_00118.png 518.8579 -/bedroom_0020/rgb_00045.jpg /bedroom_0020/sync_depth_00045.png 518.8579 -/kitchen_0003/rgb_00100.jpg /kitchen_0003/sync_depth_00100.png 518.8579 -/kitchen_0031/rgb_00171.jpg /kitchen_0031/sync_depth_00171.png 518.8579 -/office_kitchen_0001a/rgb_00076.jpg /office_kitchen_0001a/sync_depth_00076.png 518.8579 -/kitchen_0033/rgb_00033.jpg /kitchen_0033/sync_depth_00033.png 518.8579 -/study_room_0004/rgb_00164.jpg /study_room_0004/sync_depth_00164.png 518.8579 -/living_room_0004/rgb_00121.jpg /living_room_0004/sync_depth_00121.png 518.8579 -/bedroom_0071/rgb_00172.jpg /bedroom_0071/sync_depth_00172.png 518.8579 -/bedroom_0020/rgb_00026.jpg /bedroom_0020/sync_depth_00026.png 518.8579 -/bookstore_0001e/rgb_00072.jpg /bookstore_0001e/sync_depth_00072.png 518.8579 -/office_0006/rgb_00054.jpg /office_0006/sync_depth_00054.png 518.8579 -/living_room_0004/rgb_00158.jpg /living_room_0004/sync_depth_00158.png 518.8579 -/living_room_0040/rgb_00189.jpg /living_room_0040/sync_depth_00189.png 518.8579 -/dining_room_0028/rgb_00126.jpg /dining_room_0028/sync_depth_00126.png 518.8579 -/kitchen_0031/rgb_00209.jpg /kitchen_0031/sync_depth_00209.png 518.8579 -/bedroom_0025/rgb_00001.jpg /bedroom_0025/sync_depth_00001.png 518.8579 -/kitchen_0045a/rgb_00047.jpg /kitchen_0045a/sync_depth_00047.png 518.8579 -/kitchen_0050/rgb_00193.jpg /kitchen_0050/sync_depth_00193.png 518.8579 -/kitchen_0047/rgb_00111.jpg /kitchen_0047/sync_depth_00111.png 518.8579 -/kitchen_0060/rgb_00060.jpg /kitchen_0060/sync_depth_00060.png 518.8579 -/nyu_office_0/rgb_00130.jpg /nyu_office_0/sync_depth_00130.png 518.8579 -/nyu_office_0/rgb_00244.jpg /nyu_office_0/sync_depth_00244.png 518.8579 -/bedroom_0042/rgb_00015.jpg /bedroom_0042/sync_depth_00015.png 518.8579 -/kitchen_0048/rgb_00188.jpg /kitchen_0048/sync_depth_00188.png 518.8579 -/dining_room_0015/rgb_00175.jpg /dining_room_0015/sync_depth_00175.png 518.8579 -/bedroom_0063/rgb_00024.jpg /bedroom_0063/sync_depth_00024.png 518.8579 -/living_room_0040/rgb_00171.jpg /living_room_0040/sync_depth_00171.png 518.8579 -/living_room_0022/rgb_00253.jpg /living_room_0022/sync_depth_00253.png 518.8579 -/living_room_0067/rgb_00004.jpg /living_room_0067/sync_depth_00004.png 518.8579 -/bedroom_0072/rgb_00125.jpg /bedroom_0072/sync_depth_00125.png 518.8579 -/kitchen_0019a/rgb_00013.jpg /kitchen_0019a/sync_depth_00013.png 518.8579 -/kitchen_0043/rgb_00132.jpg /kitchen_0043/sync_depth_00132.png 518.8579 -/classroom_0018/rgb_00024.jpg /classroom_0018/sync_depth_00024.png 518.8579 -/reception_room_0001b/rgb_00070.jpg /reception_room_0001b/sync_depth_00070.png 518.8579 -/student_lounge_0001/rgb_00079.jpg /student_lounge_0001/sync_depth_00079.png 518.8579 -/bathroom_0011/rgb_00049.jpg /bathroom_0011/sync_depth_00049.png 518.8579 -/dining_room_0031/rgb_00058.jpg /dining_room_0031/sync_depth_00058.png 518.8579 -/bedroom_0015/rgb_00052.jpg /bedroom_0015/sync_depth_00052.png 518.8579 -/bedroom_0047/rgb_00050.jpg /bedroom_0047/sync_depth_00050.png 518.8579 -/kitchen_0019a/rgb_00194.jpg /kitchen_0019a/sync_depth_00194.png 518.8579 -/cafe_0001b/rgb_00072.jpg /cafe_0001b/sync_depth_00072.png 518.8579 -/laundry_room_0001/rgb_00052.jpg /laundry_room_0001/sync_depth_00052.png 518.8579 -/kitchen_0053/rgb_00148.jpg /kitchen_0053/sync_depth_00148.png 518.8579 -/dining_room_0012/rgb_00180.jpg /dining_room_0012/sync_depth_00180.png 518.8579 -/bedroom_0053/rgb_00031.jpg /bedroom_0053/sync_depth_00031.png 518.8579 -/living_room_0068/rgb_00050.jpg /living_room_0068/sync_depth_00050.png 518.8579 -/bedroom_0033/rgb_00102.jpg /bedroom_0033/sync_depth_00102.png 518.8579 -/living_room_0019/rgb_00219.jpg /living_room_0019/sync_depth_00219.png 518.8579 -/bedroom_0125b/rgb_00022.jpg /bedroom_0125b/sync_depth_00022.png 518.8579 -/living_room_0022/rgb_00125.jpg /living_room_0022/sync_depth_00125.png 518.8579 -/dining_room_0012/rgb_00062.jpg /dining_room_0012/sync_depth_00062.png 518.8579 -/dining_room_0031/rgb_00284.jpg /dining_room_0031/sync_depth_00284.png 518.8579 -/bedroom_0042/rgb_00019.jpg /bedroom_0042/sync_depth_00019.png 518.8579 -/bedroom_0050/rgb_00026.jpg /bedroom_0050/sync_depth_00026.png 518.8579 -/living_room_0020/rgb_00051.jpg /living_room_0020/sync_depth_00051.png 518.8579 -/office_0024/rgb_00127.jpg /office_0024/sync_depth_00127.png 518.8579 -/bedroom_0062/rgb_00040.jpg /bedroom_0062/sync_depth_00040.png 518.8579 -/classroom_0018/rgb_00038.jpg /classroom_0018/sync_depth_00038.png 518.8579 -/kitchen_0049/rgb_00136.jpg /kitchen_0049/sync_depth_00136.png 518.8579 -/dining_room_0028/rgb_00154.jpg /dining_room_0028/sync_depth_00154.png 518.8579 -/kitchen_0029c/rgb_00013.jpg /kitchen_0029c/sync_depth_00013.png 518.8579 -/living_room_0038/rgb_00100.jpg /living_room_0038/sync_depth_00100.png 518.8579 -/living_room_0022/rgb_00282.jpg /living_room_0022/sync_depth_00282.png 518.8579 -/classroom_0011/rgb_00013.jpg /classroom_0011/sync_depth_00013.png 518.8579 -/kitchen_0045a/rgb_00193.jpg /kitchen_0045a/sync_depth_00193.png 518.8579 -/bedroom_0050/rgb_00047.jpg /bedroom_0050/sync_depth_00047.png 518.8579 -/bedroom_0138/rgb_00085.jpg /bedroom_0138/sync_depth_00085.png 518.8579 -/bookstore_0001f/rgb_00457.jpg /bookstore_0001f/sync_depth_00457.png 518.8579 -/kitchen_0011b/rgb_00012.jpg /kitchen_0011b/sync_depth_00012.png 518.8579 -/office_0026/rgb_00091.jpg /office_0026/sync_depth_00091.png 518.8579 -/dining_room_0028/rgb_00145.jpg /dining_room_0028/sync_depth_00145.png 518.8579 -/classroom_0010/rgb_00034.jpg /classroom_0010/sync_depth_00034.png 518.8579 -/bedroom_0076a/rgb_00193.jpg /bedroom_0076a/sync_depth_00193.png 518.8579 -/bathroom_0010/rgb_00046.jpg /bathroom_0010/sync_depth_00046.png 518.8579 -/living_room_0055/rgb_00071.jpg /living_room_0055/sync_depth_00071.png 518.8579 -/bedroom_0050/rgb_00087.jpg /bedroom_0050/sync_depth_00087.png 518.8579 -/bedroom_0130/rgb_00097.jpg /bedroom_0130/sync_depth_00097.png 518.8579 -/office_kitchen_0003/rgb_00094.jpg /office_kitchen_0003/sync_depth_00094.png 518.8579 -/home_office_0007/rgb_00002.jpg /home_office_0007/sync_depth_00002.png 518.8579 -/bookstore_0001f/rgb_00275.jpg /bookstore_0001f/sync_depth_00275.png 518.8579 -/dining_room_0004/rgb_00001.jpg /dining_room_0004/sync_depth_00001.png 518.8579 -/bedroom_0056a/rgb_00044.jpg /bedroom_0056a/sync_depth_00044.png 518.8579 -/bedroom_0060/rgb_00012.jpg /bedroom_0060/sync_depth_00012.png 518.8579 -/dining_room_0012/rgb_00119.jpg /dining_room_0012/sync_depth_00119.png 518.8579 -/bedroom_0051/rgb_00182.jpg /bedroom_0051/sync_depth_00182.png 518.8579 -/bathroom_0057/rgb_00006.jpg /bathroom_0057/sync_depth_00006.png 518.8579 -/bookstore_0001f/rgb_00243.jpg /bookstore_0001f/sync_depth_00243.png 518.8579 -/dining_room_0012/rgb_00106.jpg /dining_room_0012/sync_depth_00106.png 518.8579 -/living_room_0068/rgb_00094.jpg /living_room_0068/sync_depth_00094.png 518.8579 -/furniture_store_0002c/rgb_00074.jpg /furniture_store_0002c/sync_depth_00074.png 518.8579 -/kitchen_0028a/rgb_00073.jpg /kitchen_0028a/sync_depth_00073.png 518.8579 -/kitchen_0059/rgb_00013.jpg /kitchen_0059/sync_depth_00013.png 518.8579 -/bedroom_0019/rgb_00139.jpg /bedroom_0019/sync_depth_00139.png 518.8579 -/living_room_0019/rgb_00032.jpg /living_room_0019/sync_depth_00032.png 518.8579 -/furniture_store_0002b/rgb_00189.jpg /furniture_store_0002b/sync_depth_00189.png 518.8579 -/bedroom_0125a/rgb_00024.jpg /bedroom_0125a/sync_depth_00024.png 518.8579 -/bedroom_0056a/rgb_00069.jpg /bedroom_0056a/sync_depth_00069.png 518.8579 -/bathroom_0011/rgb_00022.jpg /bathroom_0011/sync_depth_00022.png 518.8579 -/bedroom_0042/rgb_00058.jpg /bedroom_0042/sync_depth_00058.png 518.8579 -/nyu_office_0/rgb_00205.jpg /nyu_office_0/sync_depth_00205.png 518.8579 -/kitchen_0060/rgb_00007.jpg /kitchen_0060/sync_depth_00007.png 518.8579 -/bathroom_0053/rgb_00045.jpg /bathroom_0053/sync_depth_00045.png 518.8579 -/living_room_0039/rgb_00069.jpg /living_room_0039/sync_depth_00069.png 518.8579 -/kitchen_0035a/rgb_00022.jpg /kitchen_0035a/sync_depth_00022.png 518.8579 -/living_room_0067/rgb_00080.jpg /living_room_0067/sync_depth_00080.png 518.8579 -/bathroom_0010/rgb_00004.jpg /bathroom_0010/sync_depth_00004.png 518.8579 -/office_0026/rgb_00181.jpg /office_0026/sync_depth_00181.png 518.8579 -/reception_room_0001b/rgb_00110.jpg /reception_room_0001b/sync_depth_00110.png 518.8579 -/bedroom_0033/rgb_00157.jpg /bedroom_0033/sync_depth_00157.png 518.8579 -/dining_room_0019/rgb_00071.jpg /dining_room_0019/sync_depth_00071.png 518.8579 -/bedroom_0113/rgb_00026.jpg /bedroom_0113/sync_depth_00026.png 518.8579 -/bedroom_0097/rgb_00008.jpg /bedroom_0097/sync_depth_00008.png 518.8579 -/bedroom_0031/rgb_00048.jpg /bedroom_0031/sync_depth_00048.png 518.8579 -/nyu_office_0/rgb_00208.jpg /nyu_office_0/sync_depth_00208.png 518.8579 -/living_room_0069a/rgb_00036.jpg /living_room_0069a/sync_depth_00036.png 518.8579 -/bedroom_0076a/rgb_00062.jpg /bedroom_0076a/sync_depth_00062.png 518.8579 -/bedroom_0066/rgb_00019.jpg /bedroom_0066/sync_depth_00019.png 518.8579 -/bookstore_0001d/rgb_00318.jpg /bookstore_0001d/sync_depth_00318.png 518.8579 -/living_room_0055/rgb_00063.jpg /living_room_0055/sync_depth_00063.png 518.8579 -/dining_room_0015/rgb_00131.jpg /dining_room_0015/sync_depth_00131.png 518.8579 -/bathroom_0051/rgb_00058.jpg /bathroom_0051/sync_depth_00058.png 518.8579 -/bedroom_0063/rgb_00047.jpg /bedroom_0063/sync_depth_00047.png 518.8579 -/kitchen_0053/rgb_00113.jpg /kitchen_0053/sync_depth_00113.png 518.8579 -/kitchen_0045b/rgb_00091.jpg /kitchen_0045b/sync_depth_00091.png 518.8579 -/office_0006/rgb_00168.jpg /office_0006/sync_depth_00168.png 518.8579 -/kitchen_0028a/rgb_00005.jpg /kitchen_0028a/sync_depth_00005.png 518.8579 -/kitchen_0053/rgb_00163.jpg /kitchen_0053/sync_depth_00163.png 518.8579 -/kitchen_0011a/rgb_00110.jpg /kitchen_0011a/sync_depth_00110.png 518.8579 -/kitchen_0019a/rgb_00098.jpg /kitchen_0019a/sync_depth_00098.png 518.8579 -/dining_room_0034/rgb_00218.jpg /dining_room_0034/sync_depth_00218.png 518.8579 -/bookstore_0001h/rgb_00065.jpg /bookstore_0001h/sync_depth_00065.png 518.8579 -/bedroom_0063/rgb_00056.jpg /bedroom_0063/sync_depth_00056.png 518.8579 -/kitchen_0035b/rgb_00298.jpg /kitchen_0035b/sync_depth_00298.png 518.8579 -/bedroom_0126/rgb_00003.jpg /bedroom_0126/sync_depth_00003.png 518.8579 -/office_0026/rgb_00011.jpg /office_0026/sync_depth_00011.png 518.8579 -/bedroom_0050/rgb_00055.jpg /bedroom_0050/sync_depth_00055.png 518.8579 -/living_room_0069b/rgb_00057.jpg /living_room_0069b/sync_depth_00057.png 518.8579 -/kitchen_0060/rgb_00084.jpg /kitchen_0060/sync_depth_00084.png 518.8579 -/kitchen_0049/rgb_00169.jpg /kitchen_0049/sync_depth_00169.png 518.8579 -/kitchen_0017/rgb_00069.jpg /kitchen_0017/sync_depth_00069.png 518.8579 -/bedroom_0020/rgb_00048.jpg /bedroom_0020/sync_depth_00048.png 518.8579 -/bookstore_0001e/rgb_00172.jpg /bookstore_0001e/sync_depth_00172.png 518.8579 -/bedroom_0074/rgb_00023.jpg /bedroom_0074/sync_depth_00023.png 518.8579 -/dining_room_0015/rgb_00106.jpg /dining_room_0015/sync_depth_00106.png 518.8579 -/dining_room_0034/rgb_00098.jpg /dining_room_0034/sync_depth_00098.png 518.8579 -/bookstore_0001i/rgb_00031.jpg /bookstore_0001i/sync_depth_00031.png 518.8579 -/bedroom_0034/rgb_00098.jpg /bedroom_0034/sync_depth_00098.png 518.8579 -/office_0021/rgb_00002.jpg /office_0021/sync_depth_00002.png 518.8579 -/bedroom_0019/rgb_00089.jpg /bedroom_0019/sync_depth_00089.png 518.8579 -/bathroom_0048/rgb_00062.jpg /bathroom_0048/sync_depth_00062.png 518.8579 -/nyu_office_0/rgb_00030.jpg /nyu_office_0/sync_depth_00030.png 518.8579 -/kitchen_0028a/rgb_00100.jpg /kitchen_0028a/sync_depth_00100.png 518.8579 -/kitchen_0051/rgb_00334.jpg /kitchen_0051/sync_depth_00334.png 518.8579 -/bookstore_0001g/rgb_00210.jpg /bookstore_0001g/sync_depth_00210.png 518.8579 -/bedroom_0140/rgb_00017.jpg /bedroom_0140/sync_depth_00017.png 518.8579 -/living_room_0050/rgb_00030.jpg /living_room_0050/sync_depth_00030.png 518.8579 -/bookstore_0001f/rgb_00361.jpg /bookstore_0001f/sync_depth_00361.png 518.8579 -/bedroom_0069/rgb_00002.jpg /bedroom_0069/sync_depth_00002.png 518.8579 -/bookstore_0001f/rgb_00492.jpg /bookstore_0001f/sync_depth_00492.png 518.8579 -/kitchen_0047/rgb_00091.jpg /kitchen_0047/sync_depth_00091.png 518.8579 -/dining_room_0019/rgb_00154.jpg /dining_room_0019/sync_depth_00154.png 518.8579 -/kitchen_0035b/rgb_00255.jpg /kitchen_0035b/sync_depth_00255.png 518.8579 -/bedroom_0069/rgb_00048.jpg /bedroom_0069/sync_depth_00048.png 518.8579 -/kitchen_0050/rgb_00177.jpg /kitchen_0050/sync_depth_00177.png 518.8579 -/bathroom_0053/rgb_00024.jpg /bathroom_0053/sync_depth_00024.png 518.8579 -/living_room_0039/rgb_00170.jpg /living_room_0039/sync_depth_00170.png 518.8579 -/living_room_0033/rgb_00036.jpg /living_room_0033/sync_depth_00036.png 518.8579 -/kitchen_0053/rgb_00053.jpg /kitchen_0053/sync_depth_00053.png 518.8579 -/kitchen_0033/rgb_00125.jpg /kitchen_0033/sync_depth_00125.png 518.8579 -/furniture_store_0001d/rgb_00217.jpg /furniture_store_0001d/sync_depth_00217.png 518.8579 -/living_room_0020/rgb_00126.jpg /living_room_0020/sync_depth_00126.png 518.8579 -/kitchen_0029b/rgb_00036.jpg /kitchen_0029b/sync_depth_00036.png 518.8579 -/bedroom_0082/rgb_00052.jpg /bedroom_0082/sync_depth_00052.png 518.8579 -/living_room_0022/rgb_00014.jpg /living_room_0022/sync_depth_00014.png 518.8579 -/furniture_store_0001b/rgb_00070.jpg /furniture_store_0001b/sync_depth_00070.png 518.8579 -/dining_room_0031/rgb_00202.jpg /dining_room_0031/sync_depth_00202.png 518.8579 -/living_room_0012/rgb_00040.jpg /living_room_0012/sync_depth_00040.png 518.8579 -/bedroom_0052/rgb_00141.jpg /bedroom_0052/sync_depth_00141.png 518.8579 -/study_0004/rgb_00018.jpg /study_0004/sync_depth_00018.png 518.8579 -/furniture_store_0001d/rgb_00219.jpg /furniture_store_0001d/sync_depth_00219.png 518.8579 -/bookstore_0001j/rgb_00099.jpg /bookstore_0001j/sync_depth_00099.png 518.8579 -/kitchen_0029c/rgb_00045.jpg /kitchen_0029c/sync_depth_00045.png 518.8579 -/kitchen_0037/rgb_00046.jpg /kitchen_0037/sync_depth_00046.png 518.8579 -/furniture_store_0002b/rgb_00228.jpg /furniture_store_0002b/sync_depth_00228.png 518.8579 -/dining_room_0014/rgb_00023.jpg /dining_room_0014/sync_depth_00023.png 518.8579 -/dining_room_0007/rgb_00038.jpg /dining_room_0007/sync_depth_00038.png 518.8579 -/dining_room_0016/rgb_00196.jpg /dining_room_0016/sync_depth_00196.png 518.8579 -/bedroom_0069/rgb_00028.jpg /bedroom_0069/sync_depth_00028.png 518.8579 -/bookstore_0001f/rgb_00362.jpg /bookstore_0001f/sync_depth_00362.png 518.8579 -/living_room_0005/rgb_00084.jpg /living_room_0005/sync_depth_00084.png 518.8579 -/home_storage_0001/rgb_00155.jpg /home_storage_0001/sync_depth_00155.png 518.8579 -/student_lounge_0001/rgb_00169.jpg /student_lounge_0001/sync_depth_00169.png 518.8579 -/dining_room_0015/rgb_00154.jpg /dining_room_0015/sync_depth_00154.png 518.8579 -/living_room_0005/rgb_00057.jpg /living_room_0005/sync_depth_00057.png 518.8579 -/playroom_0004/rgb_00083.jpg /playroom_0004/sync_depth_00083.png 518.8579 -/living_room_0020/rgb_00165.jpg /living_room_0020/sync_depth_00165.png 518.8579 -/bedroom_0076a/rgb_00057.jpg /bedroom_0076a/sync_depth_00057.png 518.8579 -/furniture_store_0001d/rgb_00082.jpg /furniture_store_0001d/sync_depth_00082.png 518.8579 -/living_room_0085/rgb_00053.jpg /living_room_0085/sync_depth_00053.png 518.8579 -/cafe_0001a/rgb_00041.jpg /cafe_0001a/sync_depth_00041.png 518.8579 -/kitchen_0035b/rgb_00217.jpg /kitchen_0035b/sync_depth_00217.png 518.8579 -/home_office_0006/rgb_00094.jpg /home_office_0006/sync_depth_00094.png 518.8579 -/bathroom_0016/rgb_00026.jpg /bathroom_0016/sync_depth_00026.png 518.8579 -/bedroom_0025/rgb_00058.jpg /bedroom_0025/sync_depth_00058.png 518.8579 -/bookstore_0001d/rgb_00216.jpg /bookstore_0001d/sync_depth_00216.png 518.8579 -/bedroom_0056a/rgb_00102.jpg /bedroom_0056a/sync_depth_00102.png 518.8579 -/dining_room_0029/rgb_00060.jpg /dining_room_0029/sync_depth_00060.png 518.8579 -/bedroom_0052/rgb_00218.jpg /bedroom_0052/sync_depth_00218.png 518.8579 -/bedroom_0069/rgb_00013.jpg /bedroom_0069/sync_depth_00013.png 518.8579 -/dining_room_0031/rgb_00307.jpg /dining_room_0031/sync_depth_00307.png 518.8579 -/home_storage_0001/rgb_00058.jpg /home_storage_0001/sync_depth_00058.png 518.8579 -/dining_room_0028/rgb_00060.jpg /dining_room_0028/sync_depth_00060.png 518.8579 -/living_room_0010/rgb_00029.jpg /living_room_0010/sync_depth_00029.png 518.8579 -/bathroom_0048/rgb_00023.jpg /bathroom_0048/sync_depth_00023.png 518.8579 -/bookstore_0001e/rgb_00080.jpg /bookstore_0001e/sync_depth_00080.png 518.8579 -/living_room_0069a/rgb_00021.jpg /living_room_0069a/sync_depth_00021.png 518.8579 -/bedroom_0045/rgb_00004.jpg /bedroom_0045/sync_depth_00004.png 518.8579 -/kitchen_0048/rgb_00047.jpg /kitchen_0048/sync_depth_00047.png 518.8579 -/dining_room_0019/rgb_00142.jpg /dining_room_0019/sync_depth_00142.png 518.8579 -/living_room_0005/rgb_00038.jpg /living_room_0005/sync_depth_00038.png 518.8579 -/kitchen_0051/rgb_00217.jpg /kitchen_0051/sync_depth_00217.png 518.8579 -/dining_room_0031/rgb_00374.jpg /dining_room_0031/sync_depth_00374.png 518.8579 -/kitchen_0053/rgb_00227.jpg /kitchen_0053/sync_depth_00227.png 518.8579 -/furniture_store_0002a/rgb_00396.jpg /furniture_store_0002a/sync_depth_00396.png 518.8579 -/reception_room_0002/rgb_00120.jpg /reception_room_0002/sync_depth_00120.png 518.8579 -/living_room_0020/rgb_00175.jpg /living_room_0020/sync_depth_00175.png 518.8579 -/living_room_0010/rgb_00128.jpg /living_room_0010/sync_depth_00128.png 518.8579 -/nyu_office_1/rgb_00007.jpg /nyu_office_1/sync_depth_00007.png 518.8579 -/cafe_0001c/rgb_00006.jpg /cafe_0001c/sync_depth_00006.png 518.8579 -/bedroom_0010/rgb_00039.jpg /bedroom_0010/sync_depth_00039.png 518.8579 -/bathroom_0034/rgb_00058.jpg /bathroom_0034/sync_depth_00058.png 518.8579 -/living_room_0018/rgb_00200.jpg /living_room_0018/sync_depth_00200.png 518.8579 -/bookstore_0001e/rgb_00229.jpg /bookstore_0001e/sync_depth_00229.png 518.8579 -/living_room_0011/rgb_00134.jpg /living_room_0011/sync_depth_00134.png 518.8579 -/dining_room_0037/rgb_00102.jpg /dining_room_0037/sync_depth_00102.png 518.8579 -/furniture_store_0001d/rgb_00267.jpg /furniture_store_0001d/sync_depth_00267.png 518.8579 -/bedroom_0082/rgb_00038.jpg /bedroom_0082/sync_depth_00038.png 518.8579 -/living_room_0086a/rgb_00023.jpg /living_room_0086a/sync_depth_00023.png 518.8579 -/bedroom_0072/rgb_00043.jpg /bedroom_0072/sync_depth_00043.png 518.8579 -/dining_room_0024/rgb_00041.jpg /dining_room_0024/sync_depth_00041.png 518.8579 -/reception_room_0001b/rgb_00087.jpg /reception_room_0001b/sync_depth_00087.png 518.8579 -/bedroom_0130/rgb_00014.jpg /bedroom_0130/sync_depth_00014.png 518.8579 -/bookstore_0001i/rgb_00120.jpg /bookstore_0001i/sync_depth_00120.png 518.8579 -/bedroom_0069/rgb_00112.jpg /bedroom_0069/sync_depth_00112.png 518.8579 -/dining_room_0023/rgb_00152.jpg /dining_room_0023/sync_depth_00152.png 518.8579 -/kitchen_0037/rgb_00013.jpg /kitchen_0037/sync_depth_00013.png 518.8579 -/bedroom_0071/rgb_00063.jpg /bedroom_0071/sync_depth_00063.png 518.8579 -/office_0011/rgb_00086.jpg /office_0011/sync_depth_00086.png 518.8579 -/living_room_0005/rgb_00070.jpg /living_room_0005/sync_depth_00070.png 518.8579 -/office_0018/rgb_00003.jpg /office_0018/sync_depth_00003.png 518.8579 -/classroom_0003/rgb_00052.jpg /classroom_0003/sync_depth_00052.png 518.8579 -/bedroom_0040/rgb_00091.jpg /bedroom_0040/sync_depth_00091.png 518.8579 -/kitchen_0031/rgb_00057.jpg /kitchen_0031/sync_depth_00057.png 518.8579 -/office_0025/rgb_00046.jpg /office_0025/sync_depth_00046.png 518.8579 -/living_room_0069b/rgb_00059.jpg /living_room_0069b/sync_depth_00059.png 518.8579 -/bookstore_0001f/rgb_00501.jpg /bookstore_0001f/sync_depth_00501.png 518.8579 -/study_room_0005b/rgb_00030.jpg /study_room_0005b/sync_depth_00030.png 518.8579 -/cafe_0001c/rgb_00065.jpg /cafe_0001c/sync_depth_00065.png 518.8579 -/living_room_0046b/rgb_00017.jpg /living_room_0046b/sync_depth_00017.png 518.8579 -/home_office_0004/rgb_00185.jpg /home_office_0004/sync_depth_00185.png 518.8579 -/living_room_0022/rgb_00048.jpg /living_room_0022/sync_depth_00048.png 518.8579 -/bedroom_0056b/rgb_00011.jpg /bedroom_0056b/sync_depth_00011.png 518.8579 -/reception_room_0002/rgb_00031.jpg /reception_room_0002/sync_depth_00031.png 518.8579 -/living_room_0011/rgb_00036.jpg /living_room_0011/sync_depth_00036.png 518.8579 -/kitchen_0051/rgb_00080.jpg /kitchen_0051/sync_depth_00080.png 518.8579 -/living_room_0058/rgb_00039.jpg /living_room_0058/sync_depth_00039.png 518.8579 -/conference_room_0002/rgb_00020.jpg /conference_room_0002/sync_depth_00020.png 518.8579 -/furniture_store_0001b/rgb_00022.jpg /furniture_store_0001b/sync_depth_00022.png 518.8579 -/living_room_0050/rgb_00206.jpg /living_room_0050/sync_depth_00206.png 518.8579 -/living_room_0019/rgb_00075.jpg /living_room_0019/sync_depth_00075.png 518.8579 -/excercise_room_0001/rgb_00111.jpg /excercise_room_0001/sync_depth_00111.png 518.8579 -/living_room_0010/rgb_00102.jpg /living_room_0010/sync_depth_00102.png 518.8579 -/kitchen_0019a/rgb_00048.jpg /kitchen_0019a/sync_depth_00048.png 518.8579 -/playroom_0003/rgb_00120.jpg /playroom_0003/sync_depth_00120.png 518.8579 -/dining_room_0015/rgb_00263.jpg /dining_room_0015/sync_depth_00263.png 518.8579 -/living_room_0069b/rgb_00086.jpg /living_room_0069b/sync_depth_00086.png 518.8579 -/bedroom_0025/rgb_00000.jpg /bedroom_0025/sync_depth_00000.png 518.8579 -/bedroom_0136/rgb_00030.jpg /bedroom_0136/sync_depth_00030.png 518.8579 -/kitchen_0048/rgb_00099.jpg /kitchen_0048/sync_depth_00099.png 518.8579 -/office_kitchen_0001a/rgb_00017.jpg /office_kitchen_0001a/sync_depth_00017.png 518.8579 -/bedroom_0050/rgb_00090.jpg /bedroom_0050/sync_depth_00090.png 518.8579 -/bedroom_0106/rgb_00013.jpg /bedroom_0106/sync_depth_00013.png 518.8579 -/office_0004/rgb_00073.jpg /office_0004/sync_depth_00073.png 518.8579 -/kitchen_0028a/rgb_00020.jpg /kitchen_0028a/sync_depth_00020.png 518.8579 -/bedroom_0069/rgb_00118.jpg /bedroom_0069/sync_depth_00118.png 518.8579 -/office_0023/rgb_00003.jpg /office_0023/sync_depth_00003.png 518.8579 -/living_room_0040/rgb_00244.jpg /living_room_0040/sync_depth_00244.png 518.8579 -/living_room_0067/rgb_00070.jpg /living_room_0067/sync_depth_00070.png 518.8579 -/living_room_0004/rgb_00080.jpg /living_room_0004/sync_depth_00080.png 518.8579 -/kitchen_0028a/rgb_00142.jpg /kitchen_0028a/sync_depth_00142.png 518.8579 -/bookstore_0001d/rgb_00048.jpg /bookstore_0001d/sync_depth_00048.png 518.8579 -/bookstore_0001d/rgb_00236.jpg /bookstore_0001d/sync_depth_00236.png 518.8579 -/furniture_store_0002a/rgb_00268.jpg /furniture_store_0002a/sync_depth_00268.png 518.8579 -/bedroom_0050/rgb_00056.jpg /bedroom_0050/sync_depth_00056.png 518.8579 -/office_0011/rgb_00083.jpg /office_0011/sync_depth_00083.png 518.8579 -/home_office_0011/rgb_00068.jpg /home_office_0011/sync_depth_00068.png 518.8579 -/dining_room_0004/rgb_00053.jpg /dining_room_0004/sync_depth_00053.png 518.8579 -/dining_room_0019/rgb_00025.jpg /dining_room_0019/sync_depth_00025.png 518.8579 -/bathroom_0023/rgb_00007.jpg /bathroom_0023/sync_depth_00007.png 518.8579 -/bathroom_0013/rgb_00010.jpg /bathroom_0013/sync_depth_00010.png 518.8579 -/dining_room_0037/rgb_00155.jpg /dining_room_0037/sync_depth_00155.png 518.8579 -/kitchen_0028b/rgb_00048.jpg /kitchen_0028b/sync_depth_00048.png 518.8579 -/bathroom_0014a/rgb_00042.jpg /bathroom_0014a/sync_depth_00042.png 518.8579 -/living_room_0047b/rgb_00031.jpg /living_room_0047b/sync_depth_00031.png 518.8579 -/living_room_0040/rgb_00006.jpg /living_room_0040/sync_depth_00006.png 518.8579 -/bedroom_0129/rgb_00084.jpg /bedroom_0129/sync_depth_00084.png 518.8579 -/office_0026/rgb_00057.jpg /office_0026/sync_depth_00057.png 518.8579 -/dining_room_0001b/rgb_00190.jpg /dining_room_0001b/sync_depth_00190.png 518.8579 -/bedroom_0033/rgb_00086.jpg /bedroom_0033/sync_depth_00086.png 518.8579 -/office_kitchen_0003/rgb_00122.jpg /office_kitchen_0003/sync_depth_00122.png 518.8579 -/bedroom_0050/rgb_00005.jpg /bedroom_0050/sync_depth_00005.png 518.8579 -/playroom_0002/rgb_00009.jpg /playroom_0002/sync_depth_00009.png 518.8579 -/bookstore_0001j/rgb_00215.jpg /bookstore_0001j/sync_depth_00215.png 518.8579 -/bedroom_0020/rgb_00067.jpg /bedroom_0020/sync_depth_00067.png 518.8579 -/living_room_0062/rgb_00219.jpg /living_room_0062/sync_depth_00219.png 518.8579 -/kitchen_0050/rgb_00007.jpg /kitchen_0050/sync_depth_00007.png 518.8579 -/bedroom_0129/rgb_00024.jpg /bedroom_0129/sync_depth_00024.png 518.8579 -/study_0008/rgb_00057.jpg /study_0008/sync_depth_00057.png 518.8579 -/study_room_0004/rgb_00113.jpg /study_room_0004/sync_depth_00113.png 518.8579 -/furniture_store_0002b/rgb_00071.jpg /furniture_store_0002b/sync_depth_00071.png 518.8579 -/living_room_0020/rgb_00222.jpg /living_room_0020/sync_depth_00222.png 518.8579 -/dining_room_0029/rgb_00035.jpg /dining_room_0029/sync_depth_00035.png 518.8579 -/dining_room_0033/rgb_00125.jpg /dining_room_0033/sync_depth_00125.png 518.8579 -/bedroom_0136/rgb_00038.jpg /bedroom_0136/sync_depth_00038.png 518.8579 -/bedroom_0124/rgb_00025.jpg /bedroom_0124/sync_depth_00025.png 518.8579 -/bedroom_0050/rgb_00185.jpg /bedroom_0050/sync_depth_00185.png 518.8579 -/home_office_0011/rgb_00074.jpg /home_office_0011/sync_depth_00074.png 518.8579 -/office_0006/rgb_00106.jpg /office_0006/sync_depth_00106.png 518.8579 -/bedroom_0053/rgb_00056.jpg /bedroom_0053/sync_depth_00056.png 518.8579 -/bookstore_0001d/rgb_00201.jpg /bookstore_0001d/sync_depth_00201.png 518.8579 -/bedroom_0015/rgb_00090.jpg /bedroom_0015/sync_depth_00090.png 518.8579 -/bookstore_0001d/rgb_00310.jpg /bookstore_0001d/sync_depth_00310.png 518.8579 -/dining_room_0008/rgb_00116.jpg /dining_room_0008/sync_depth_00116.png 518.8579 -/living_room_0040/rgb_00151.jpg /living_room_0040/sync_depth_00151.png 518.8579 -/living_room_0033/rgb_00030.jpg /living_room_0033/sync_depth_00030.png 518.8579 -/dining_room_0016/rgb_00107.jpg /dining_room_0016/sync_depth_00107.png 518.8579 -/home_office_0006/rgb_00083.jpg /home_office_0006/sync_depth_00083.png 518.8579 -/furniture_store_0002a/rgb_00149.jpg /furniture_store_0002a/sync_depth_00149.png 518.8579 -/nyu_office_0/rgb_00293.jpg /nyu_office_0/sync_depth_00293.png 518.8579 -/dining_room_0008/rgb_00051.jpg /dining_room_0008/sync_depth_00051.png 518.8579 -/bedroom_0017/rgb_00011.jpg /bedroom_0017/sync_depth_00011.png 518.8579 -/kitchen_0003/rgb_00029.jpg /kitchen_0003/sync_depth_00029.png 518.8579 -/bedroom_0120/rgb_00039.jpg /bedroom_0120/sync_depth_00039.png 518.8579 -/kitchen_0050/rgb_00215.jpg /kitchen_0050/sync_depth_00215.png 518.8579 -/bookstore_0001j/rgb_00154.jpg /bookstore_0001j/sync_depth_00154.png 518.8579 -/bookstore_0001d/rgb_00050.jpg /bookstore_0001d/sync_depth_00050.png 518.8579 -/kitchen_0010/rgb_00030.jpg /kitchen_0010/sync_depth_00030.png 518.8579 -/office_0012/rgb_00020.jpg /office_0012/sync_depth_00020.png 518.8579 -/living_room_0069a/rgb_00039.jpg /living_room_0069a/sync_depth_00039.png 518.8579 -/bedroom_0052/rgb_00087.jpg /bedroom_0052/sync_depth_00087.png 518.8579 -/excercise_room_0001/rgb_00047.jpg /excercise_room_0001/sync_depth_00047.png 518.8579 -/classroom_0012/rgb_00045.jpg /classroom_0012/sync_depth_00045.png 518.8579 -/bookstore_0001d/rgb_00285.jpg /bookstore_0001d/sync_depth_00285.png 518.8579 -/bedroom_0051/rgb_00046.jpg /bedroom_0051/sync_depth_00046.png 518.8579 -/classroom_0010/rgb_00022.jpg /classroom_0010/sync_depth_00022.png 518.8579 -/living_room_0082/rgb_00011.jpg /living_room_0082/sync_depth_00011.png 518.8579 -/furniture_store_0001a/rgb_00055.jpg /furniture_store_0001a/sync_depth_00055.png 518.8579 -/kitchen_0031/rgb_00034.jpg /kitchen_0031/sync_depth_00034.png 518.8579 -/dining_room_0004/rgb_00101.jpg /dining_room_0004/sync_depth_00101.png 518.8579 -/kitchen_0048/rgb_00118.jpg /kitchen_0048/sync_depth_00118.png 518.8579 -/bedroom_0017/rgb_00104.jpg /bedroom_0017/sync_depth_00104.png 518.8579 -/kitchen_0045b/rgb_00125.jpg /kitchen_0045b/sync_depth_00125.png 518.8579 -/bedroom_0052/rgb_00089.jpg /bedroom_0052/sync_depth_00089.png 518.8579 -/kitchen_0048/rgb_00108.jpg /kitchen_0048/sync_depth_00108.png 518.8579 -/living_room_0010/rgb_00065.jpg /living_room_0010/sync_depth_00065.png 518.8579 -/laundry_room_0001/rgb_00018.jpg /laundry_room_0001/sync_depth_00018.png 518.8579 -/dining_room_0034/rgb_00171.jpg /dining_room_0034/sync_depth_00171.png 518.8579 -/office_0004/rgb_00051.jpg /office_0004/sync_depth_00051.png 518.8579 -/dining_room_0013/rgb_00109.jpg /dining_room_0013/sync_depth_00109.png 518.8579 -/bathroom_0055/rgb_00020.jpg /bathroom_0055/sync_depth_00020.png 518.8579 -/bookstore_0001i/rgb_00153.jpg /bookstore_0001i/sync_depth_00153.png 518.8579 -/living_room_0020/rgb_00125.jpg /living_room_0020/sync_depth_00125.png 518.8579 -/bathroom_0002/rgb_00019.jpg /bathroom_0002/sync_depth_00019.png 518.8579 -/living_room_0005/rgb_00145.jpg /living_room_0005/sync_depth_00145.png 518.8579 -/living_room_0047a/rgb_00044.jpg /living_room_0047a/sync_depth_00044.png 518.8579 -/bedroom_0138/rgb_00056.jpg /bedroom_0138/sync_depth_00056.png 518.8579 -/bedroom_0097/rgb_00049.jpg /bedroom_0097/sync_depth_00049.png 518.8579 -/living_room_0083/rgb_00082.jpg /living_room_0083/sync_depth_00082.png 518.8579 -/bedroom_0140/rgb_00062.jpg /bedroom_0140/sync_depth_00062.png 518.8579 -/living_room_0047b/rgb_00120.jpg /living_room_0047b/sync_depth_00120.png 518.8579 -/furniture_store_0002b/rgb_00139.jpg /furniture_store_0002b/sync_depth_00139.png 518.8579 -/kitchen_0017/rgb_00106.jpg /kitchen_0017/sync_depth_00106.png 518.8579 -/kitchen_0028a/rgb_00119.jpg /kitchen_0028a/sync_depth_00119.png 518.8579 -/kitchen_0019a/rgb_00122.jpg /kitchen_0019a/sync_depth_00122.png 518.8579 -/bedroom_0014/rgb_00072.jpg /bedroom_0014/sync_depth_00072.png 518.8579 -/kitchen_0028a/rgb_00023.jpg /kitchen_0028a/sync_depth_00023.png 518.8579 -/dining_room_0031/rgb_00160.jpg /dining_room_0031/sync_depth_00160.png 518.8579 -/bedroom_0056a/rgb_00007.jpg /bedroom_0056a/sync_depth_00007.png 518.8579 -/bathroom_0019/rgb_00027.jpg /bathroom_0019/sync_depth_00027.png 518.8579 -/living_room_0040/rgb_00263.jpg /living_room_0040/sync_depth_00263.png 518.8579 -/bedroom_0063/rgb_00019.jpg /bedroom_0063/sync_depth_00019.png 518.8579 -/living_room_0058/rgb_00184.jpg /living_room_0058/sync_depth_00184.png 518.8579 -/bathroom_0013/rgb_00013.jpg /bathroom_0013/sync_depth_00013.png 518.8579 -/bedroom_0040/rgb_00076.jpg /bedroom_0040/sync_depth_00076.png 518.8579 -/kitchen_0003/rgb_00046.jpg /kitchen_0003/sync_depth_00046.png 518.8579 -/living_room_0039/rgb_00151.jpg /living_room_0039/sync_depth_00151.png 518.8579 -/kitchen_0060/rgb_00034.jpg /kitchen_0060/sync_depth_00034.png 518.8579 -/bedroom_0028/rgb_00067.jpg /bedroom_0028/sync_depth_00067.png 518.8579 -/bedroom_0047/rgb_00008.jpg /bedroom_0047/sync_depth_00008.png 518.8579 -/bedroom_0086/rgb_00126.jpg /bedroom_0086/sync_depth_00126.png 518.8579 -/kitchen_0031/rgb_00187.jpg /kitchen_0031/sync_depth_00187.png 518.8579 -/bedroom_0051/rgb_00154.jpg /bedroom_0051/sync_depth_00154.png 518.8579 -/bedroom_0025/rgb_00057.jpg /bedroom_0025/sync_depth_00057.png 518.8579 -/kitchen_0019a/rgb_00077.jpg /kitchen_0019a/sync_depth_00077.png 518.8579 -/bookstore_0001i/rgb_00077.jpg /bookstore_0001i/sync_depth_00077.png 518.8579 -/living_room_0029/rgb_00097.jpg /living_room_0029/sync_depth_00097.png 518.8579 -/kitchen_0049/rgb_00119.jpg /kitchen_0049/sync_depth_00119.png 518.8579 -/living_room_0040/rgb_00109.jpg /living_room_0040/sync_depth_00109.png 518.8579 -/kitchen_0016/rgb_00091.jpg /kitchen_0016/sync_depth_00091.png 518.8579 -/bathroom_0002/rgb_00025.jpg /bathroom_0002/sync_depth_00025.png 518.8579 -/classroom_0003/rgb_00083.jpg /classroom_0003/sync_depth_00083.png 518.8579 -/bedroom_0004/rgb_00184.jpg /bedroom_0004/sync_depth_00184.png 518.8579 -/home_office_0005/rgb_00042.jpg /home_office_0005/sync_depth_00042.png 518.8579 -/office_0006/rgb_00008.jpg /office_0006/sync_depth_00008.png 518.8579 -/bathroom_0028/rgb_00143.jpg /bathroom_0028/sync_depth_00143.png 518.8579 -/kitchen_0035b/rgb_00209.jpg /kitchen_0035b/sync_depth_00209.png 518.8579 -/dining_room_0015/rgb_00169.jpg /dining_room_0015/sync_depth_00169.png 518.8579 -/kitchen_0043/rgb_00085.jpg /kitchen_0043/sync_depth_00085.png 518.8579 -/kitchen_0019b/rgb_00027.jpg /kitchen_0019b/sync_depth_00027.png 518.8579 -/living_room_0022/rgb_00030.jpg /living_room_0022/sync_depth_00030.png 518.8579 -/bathroom_0005/rgb_00032.jpg /bathroom_0005/sync_depth_00032.png 518.8579 -/living_room_0069a/rgb_00122.jpg /living_room_0069a/sync_depth_00122.png 518.8579 -/living_room_0018/rgb_00188.jpg /living_room_0018/sync_depth_00188.png 518.8579 -/bookstore_0001d/rgb_00351.jpg /bookstore_0001d/sync_depth_00351.png 518.8579 -/furniture_store_0002a/rgb_00214.jpg /furniture_store_0002a/sync_depth_00214.png 518.8579 -/bedroom_0096/rgb_00007.jpg /bedroom_0096/sync_depth_00007.png 518.8579 -/playroom_0002/rgb_00080.jpg /playroom_0002/sync_depth_00080.png 518.8579 -/computer_lab_0002/rgb_00039.jpg /computer_lab_0002/sync_depth_00039.png 518.8579 -/bedroom_0078/rgb_00108.jpg /bedroom_0078/sync_depth_00108.png 518.8579 -/dining_room_0016/rgb_00204.jpg /dining_room_0016/sync_depth_00204.png 518.8579 -/living_room_0078/rgb_00029.jpg /living_room_0078/sync_depth_00029.png 518.8579 -/bedroom_0050/rgb_00027.jpg /bedroom_0050/sync_depth_00027.png 518.8579 -/reception_room_0002/rgb_00014.jpg /reception_room_0002/sync_depth_00014.png 518.8579 -/dining_room_0028/rgb_00084.jpg /dining_room_0028/sync_depth_00084.png 518.8579 -/bedroom_0106/rgb_00078.jpg /bedroom_0106/sync_depth_00078.png 518.8579 -/kitchen_0033/rgb_00129.jpg /kitchen_0033/sync_depth_00129.png 518.8579 -/living_room_0022/rgb_00390.jpg /living_room_0022/sync_depth_00390.png 518.8579 -/kitchen_0035b/rgb_00246.jpg /kitchen_0035b/sync_depth_00246.png 518.8579 -/classroom_0012/rgb_00024.jpg /classroom_0012/sync_depth_00024.png 518.8579 -/home_storage_0001/rgb_00081.jpg /home_storage_0001/sync_depth_00081.png 518.8579 -/bedroom_0086/rgb_00034.jpg /bedroom_0086/sync_depth_00034.png 518.8579 -/bedroom_0016/rgb_00035.jpg /bedroom_0016/sync_depth_00035.png 518.8579 -/reception_room_0001a/rgb_00077.jpg /reception_room_0001a/sync_depth_00077.png 518.8579 -/living_room_0010/rgb_00013.jpg /living_room_0010/sync_depth_00013.png 518.8579 -/kitchen_0051/rgb_00064.jpg /kitchen_0051/sync_depth_00064.png 518.8579 -/excercise_room_0001/rgb_00081.jpg /excercise_room_0001/sync_depth_00081.png 518.8579 -/dining_room_0001b/rgb_00050.jpg /dining_room_0001b/sync_depth_00050.png 518.8579 -/bedroom_0136/rgb_00160.jpg /bedroom_0136/sync_depth_00160.png 518.8579 -/study_0008/rgb_00048.jpg /study_0008/sync_depth_00048.png 518.8579 -/living_room_0039/rgb_00180.jpg /living_room_0039/sync_depth_00180.png 518.8579 -/kitchen_0051/rgb_00265.jpg /kitchen_0051/sync_depth_00265.png 518.8579 -/bookstore_0001d/rgb_00109.jpg /bookstore_0001d/sync_depth_00109.png 518.8579 -/dining_room_0015/rgb_00048.jpg /dining_room_0015/sync_depth_00048.png 518.8579 -/bookstore_0001h/rgb_00089.jpg /bookstore_0001h/sync_depth_00089.png 518.8579 -/office_kitchen_0001a/rgb_00075.jpg /office_kitchen_0001a/sync_depth_00075.png 518.8579 -/home_office_0004/rgb_00096.jpg /home_office_0004/sync_depth_00096.png 518.8579 -/bedroom_0072/rgb_00061.jpg /bedroom_0072/sync_depth_00061.png 518.8579 -/bedroom_0056a/rgb_00111.jpg /bedroom_0056a/sync_depth_00111.png 518.8579 -/bedroom_0016/rgb_00032.jpg /bedroom_0016/sync_depth_00032.png 518.8579 -/bedroom_0056a/rgb_00066.jpg /bedroom_0056a/sync_depth_00066.png 518.8579 -/bedroom_0066/rgb_00021.jpg /bedroom_0066/sync_depth_00021.png 518.8579 -/classroom_0004/rgb_00052.jpg /classroom_0004/sync_depth_00052.png 518.8579 -/excercise_room_0001/rgb_00060.jpg /excercise_room_0001/sync_depth_00060.png 518.8579 -/playroom_0004/rgb_00038.jpg /playroom_0004/sync_depth_00038.png 518.8579 -/home_office_0005/rgb_00087.jpg /home_office_0005/sync_depth_00087.png 518.8579 -/living_room_0062/rgb_00135.jpg /living_room_0062/sync_depth_00135.png 518.8579 -/bedroom_0136/rgb_00051.jpg /bedroom_0136/sync_depth_00051.png 518.8579 -/kitchen_0049/rgb_00072.jpg /kitchen_0049/sync_depth_00072.png 518.8579 -/home_office_0008/rgb_00019.jpg /home_office_0008/sync_depth_00019.png 518.8579 -/excercise_room_0001/rgb_00007.jpg /excercise_room_0001/sync_depth_00007.png 518.8579 -/nyu_office_1/rgb_00082.jpg /nyu_office_1/sync_depth_00082.png 518.8579 -/bedroom_0021/rgb_00010.jpg /bedroom_0021/sync_depth_00010.png 518.8579 -/bedroom_0074/rgb_00110.jpg /bedroom_0074/sync_depth_00110.png 518.8579 -/bookstore_0001h/rgb_00030.jpg /bookstore_0001h/sync_depth_00030.png 518.8579 -/dining_room_0015/rgb_00234.jpg /dining_room_0015/sync_depth_00234.png 518.8579 -/bookstore_0001f/rgb_00235.jpg /bookstore_0001f/sync_depth_00235.png 518.8579 -/bookstore_0001f/rgb_00177.jpg /bookstore_0001f/sync_depth_00177.png 518.8579 -/dining_room_0024/rgb_00076.jpg /dining_room_0024/sync_depth_00076.png 518.8579 -/bookstore_0001g/rgb_00086.jpg /bookstore_0001g/sync_depth_00086.png 518.8579 -/dining_room_0016/rgb_00201.jpg /dining_room_0016/sync_depth_00201.png 518.8579 -/bedroom_0031/rgb_00050.jpg /bedroom_0031/sync_depth_00050.png 518.8579 -/living_room_0019/rgb_00180.jpg /living_room_0019/sync_depth_00180.png 518.8579 -/bookstore_0001g/rgb_00033.jpg /bookstore_0001g/sync_depth_00033.png 518.8579 -/dining_room_0013/rgb_00167.jpg /dining_room_0013/sync_depth_00167.png 518.8579 -/bookstore_0001j/rgb_00073.jpg /bookstore_0001j/sync_depth_00073.png 518.8579 -/living_room_0050/rgb_00214.jpg /living_room_0050/sync_depth_00214.png 518.8579 -/bedroom_0050/rgb_00188.jpg /bedroom_0050/sync_depth_00188.png 518.8579 -/dining_room_0031/rgb_00378.jpg /dining_room_0031/sync_depth_00378.png 518.8579 -/office_0024/rgb_00094.jpg /office_0024/sync_depth_00094.png 518.8579 -/office_kitchen_0001a/rgb_00034.jpg /office_kitchen_0001a/sync_depth_00034.png 518.8579 -/living_room_0086a/rgb_00058.jpg /living_room_0086a/sync_depth_00058.png 518.8579 -/bathroom_0030/rgb_00015.jpg /bathroom_0030/sync_depth_00015.png 518.8579 -/kitchen_0029c/rgb_00128.jpg /kitchen_0029c/sync_depth_00128.png 518.8579 -/bedroom_0120/rgb_00000.jpg /bedroom_0120/sync_depth_00000.png 518.8579 -/bedroom_0140/rgb_00012.jpg /bedroom_0140/sync_depth_00012.png 518.8579 -/living_room_0029/rgb_00090.jpg /living_room_0029/sync_depth_00090.png 518.8579 -/bedroom_0052/rgb_00166.jpg /bedroom_0052/sync_depth_00166.png 518.8579 -/study_0004/rgb_00033.jpg /study_0004/sync_depth_00033.png 518.8579 -/kitchen_0028a/rgb_00181.jpg /kitchen_0028a/sync_depth_00181.png 518.8579 -/bookstore_0001f/rgb_00249.jpg /bookstore_0001f/sync_depth_00249.png 518.8579 -/living_room_0022/rgb_00207.jpg /living_room_0022/sync_depth_00207.png 518.8579 -/bathroom_0041/rgb_00043.jpg /bathroom_0041/sync_depth_00043.png 518.8579 -/living_room_0042b/rgb_00045.jpg /living_room_0042b/sync_depth_00045.png 518.8579 -/bedroom_0071/rgb_00145.jpg /bedroom_0071/sync_depth_00145.png 518.8579 -/student_lounge_0001/rgb_00099.jpg /student_lounge_0001/sync_depth_00099.png 518.8579 -/furniture_store_0002b/rgb_00030.jpg /furniture_store_0002b/sync_depth_00030.png 518.8579 -/living_room_0086a/rgb_00065.jpg /living_room_0086a/sync_depth_00065.png 518.8579 -/printer_room_0001/rgb_00052.jpg /printer_room_0001/sync_depth_00052.png 518.8579 -/kitchen_0053/rgb_00002.jpg /kitchen_0053/sync_depth_00002.png 518.8579 -/office_kitchen_0001b/rgb_00013.jpg /office_kitchen_0001b/sync_depth_00013.png 518.8579 -/conference_room_0001/rgb_00105.jpg /conference_room_0001/sync_depth_00105.png 518.8579 -/reception_room_0001a/rgb_00116.jpg /reception_room_0001a/sync_depth_00116.png 518.8579 -/dining_room_0029/rgb_00031.jpg /dining_room_0029/sync_depth_00031.png 518.8579 -/dining_room_0012/rgb_00145.jpg /dining_room_0012/sync_depth_00145.png 518.8579 -/home_office_0005/rgb_00005.jpg /home_office_0005/sync_depth_00005.png 518.8579 -/bedroom_0076a/rgb_00171.jpg /bedroom_0076a/sync_depth_00171.png 518.8579 -/playroom_0003/rgb_00160.jpg /playroom_0003/sync_depth_00160.png 518.8579 -/bedroom_0126/rgb_00006.jpg /bedroom_0126/sync_depth_00006.png 518.8579 -/bedroom_0130/rgb_00096.jpg /bedroom_0130/sync_depth_00096.png 518.8579 -/living_room_0012/rgb_00202.jpg /living_room_0012/sync_depth_00202.png 518.8579 -/home_office_0011/rgb_00016.jpg /home_office_0011/sync_depth_00016.png 518.8579 -/bedroom_0033/rgb_00139.jpg /bedroom_0033/sync_depth_00139.png 518.8579 -/kitchen_0010/rgb_00097.jpg /kitchen_0010/sync_depth_00097.png 518.8579 -/office_0011/rgb_00114.jpg /office_0011/sync_depth_00114.png 518.8579 -/furniture_store_0002b/rgb_00171.jpg /furniture_store_0002b/sync_depth_00171.png 518.8579 -/bedroom_0129/rgb_00071.jpg /bedroom_0129/sync_depth_00071.png 518.8579 -/kitchen_0037/rgb_00103.jpg /kitchen_0037/sync_depth_00103.png 518.8579 -/kitchen_0003/rgb_00144.jpg /kitchen_0003/sync_depth_00144.png 518.8579 -/bathroom_0002/rgb_00045.jpg /bathroom_0002/sync_depth_00045.png 518.8579 -/kitchen_0053/rgb_00036.jpg /kitchen_0053/sync_depth_00036.png 518.8579 -/bedroom_0063/rgb_00112.jpg /bedroom_0063/sync_depth_00112.png 518.8579 -/office_0024/rgb_00038.jpg /office_0024/sync_depth_00038.png 518.8579 -/bathroom_0007/rgb_00066.jpg /bathroom_0007/sync_depth_00066.png 518.8579 -/nyu_office_0/rgb_00286.jpg /nyu_office_0/sync_depth_00286.png 518.8579 -/bedroom_0098/rgb_00002.jpg /bedroom_0098/sync_depth_00002.png 518.8579 -/kitchen_0037/rgb_00034.jpg /kitchen_0037/sync_depth_00034.png 518.8579 -/living_room_0022/rgb_00167.jpg /living_room_0022/sync_depth_00167.png 518.8579 -/living_room_0050/rgb_00200.jpg /living_room_0050/sync_depth_00200.png 518.8579 -/indoor_balcony_0001/rgb_00038.jpg /indoor_balcony_0001/sync_depth_00038.png 518.8579 -/furniture_store_0002a/rgb_00190.jpg /furniture_store_0002a/sync_depth_00190.png 518.8579 -/kitchen_0028a/rgb_00138.jpg /kitchen_0028a/sync_depth_00138.png 518.8579 -/bedroom_0113/rgb_00043.jpg /bedroom_0113/sync_depth_00043.png 518.8579 -/bedroom_0047/rgb_00059.jpg /bedroom_0047/sync_depth_00059.png 518.8579 -/living_room_0019/rgb_00031.jpg /living_room_0019/sync_depth_00031.png 518.8579 -/living_room_0040/rgb_00238.jpg /living_room_0040/sync_depth_00238.png 518.8579 -/bedroom_0025/rgb_00086.jpg /bedroom_0025/sync_depth_00086.png 518.8579 -/kitchen_0052/rgb_00036.jpg /kitchen_0052/sync_depth_00036.png 518.8579 -/kitchen_0051/rgb_00150.jpg /kitchen_0051/sync_depth_00150.png 518.8579 -/computer_lab_0002/rgb_00033.jpg /computer_lab_0002/sync_depth_00033.png 518.8579 -/bookstore_0001f/rgb_00093.jpg /bookstore_0001f/sync_depth_00093.png 518.8579 -/kitchen_0048/rgb_00182.jpg /kitchen_0048/sync_depth_00182.png 518.8579 -/kitchen_0035a/rgb_00056.jpg /kitchen_0035a/sync_depth_00056.png 518.8579 -/living_room_0086a/rgb_00002.jpg /living_room_0086a/sync_depth_00002.png 518.8579 -/bedroom_0069/rgb_00043.jpg /bedroom_0069/sync_depth_00043.png 518.8579 -/dinette_0001/rgb_00101.jpg /dinette_0001/sync_depth_00101.png 518.8579 -/bookstore_0001i/rgb_00140.jpg /bookstore_0001i/sync_depth_00140.png 518.8579 -/dining_room_0028/rgb_00065.jpg /dining_room_0028/sync_depth_00065.png 518.8579 -/kitchen_0043/rgb_00046.jpg /kitchen_0043/sync_depth_00046.png 518.8579 -/playroom_0006/rgb_00006.jpg /playroom_0006/sync_depth_00006.png 518.8579 -/kitchen_0053/rgb_00170.jpg /kitchen_0053/sync_depth_00170.png 518.8579 -/dining_room_0028/rgb_00039.jpg /dining_room_0028/sync_depth_00039.png 518.8579 -/dining_room_0007/rgb_00159.jpg /dining_room_0007/sync_depth_00159.png 518.8579 -/living_room_0020/rgb_00038.jpg /living_room_0020/sync_depth_00038.png 518.8579 -/reception_room_0004/rgb_00047.jpg /reception_room_0004/sync_depth_00047.png 518.8579 -/bathroom_0056/rgb_00006.jpg /bathroom_0056/sync_depth_00006.png 518.8579 -/student_lounge_0001/rgb_00135.jpg /student_lounge_0001/sync_depth_00135.png 518.8579 -/bathroom_0007/rgb_00077.jpg /bathroom_0007/sync_depth_00077.png 518.8579 -/bedroom_0029/rgb_00069.jpg /bedroom_0029/sync_depth_00069.png 518.8579 -/living_room_0086a/rgb_00071.jpg /living_room_0086a/sync_depth_00071.png 518.8579 -/kitchen_0045a/rgb_00180.jpg /kitchen_0045a/sync_depth_00180.png 518.8579 -/bedroom_0104/rgb_00103.jpg /bedroom_0104/sync_depth_00103.png 518.8579 -/bookstore_0001e/rgb_00154.jpg /bookstore_0001e/sync_depth_00154.png 518.8579 -/kitchen_0033/rgb_00090.jpg /kitchen_0033/sync_depth_00090.png 518.8579 -/home_office_0008/rgb_00132.jpg /home_office_0008/sync_depth_00132.png 518.8579 -/office_0006/rgb_00001.jpg /office_0006/sync_depth_00001.png 518.8579 -/basement_0001a/rgb_00005.jpg /basement_0001a/sync_depth_00005.png 518.8579 -/home_office_0004/rgb_00010.jpg /home_office_0004/sync_depth_00010.png 518.8579 -/living_room_0029/rgb_00000.jpg /living_room_0029/sync_depth_00000.png 518.8579 -/living_room_0085/rgb_00062.jpg /living_room_0085/sync_depth_00062.png 518.8579 -/home_office_0005/rgb_00091.jpg /home_office_0005/sync_depth_00091.png 518.8579 -/bedroom_0097/rgb_00046.jpg /bedroom_0097/sync_depth_00046.png 518.8579 -/bedroom_0086/rgb_00079.jpg /bedroom_0086/sync_depth_00079.png 518.8579 -/kitchen_0029c/rgb_00077.jpg /kitchen_0029c/sync_depth_00077.png 518.8579 -/dining_room_0028/rgb_00046.jpg /dining_room_0028/sync_depth_00046.png 518.8579 -/dining_room_0015/rgb_00015.jpg /dining_room_0015/sync_depth_00015.png 518.8579 -/playroom_0006/rgb_00083.jpg /playroom_0006/sync_depth_00083.png 518.8579 -/office_0023/rgb_00013.jpg /office_0023/sync_depth_00013.png 518.8579 -/kitchen_0053/rgb_00179.jpg /kitchen_0053/sync_depth_00179.png 518.8579 -/living_room_0038/rgb_00030.jpg /living_room_0038/sync_depth_00030.png 518.8579 -/kitchen_0031/rgb_00041.jpg /kitchen_0031/sync_depth_00041.png 518.8579 -/bedroom_0100/rgb_00074.jpg /bedroom_0100/sync_depth_00074.png 518.8579 -/living_room_0020/rgb_00048.jpg /living_room_0020/sync_depth_00048.png 518.8579 -/bathroom_0001/rgb_00010.jpg /bathroom_0001/sync_depth_00010.png 518.8579 -/dining_room_0008/rgb_00148.jpg /dining_room_0008/sync_depth_00148.png 518.8579 -/kitchen_0035b/rgb_00198.jpg /kitchen_0035b/sync_depth_00198.png 518.8579 -/nyu_office_0/rgb_00003.jpg /nyu_office_0/sync_depth_00003.png 518.8579 -/bedroom_0076a/rgb_00207.jpg /bedroom_0076a/sync_depth_00207.png 518.8579 -/living_room_0020/rgb_00086.jpg /living_room_0020/sync_depth_00086.png 518.8579 -/living_room_0035/rgb_00087.jpg /living_room_0035/sync_depth_00087.png 518.8579 -/bedroom_0138/rgb_00050.jpg /bedroom_0138/sync_depth_00050.png 518.8579 -/kitchen_0043/rgb_00232.jpg /kitchen_0043/sync_depth_00232.png 518.8579 -/playroom_0004/rgb_00011.jpg /playroom_0004/sync_depth_00011.png 518.8579 -/living_room_0042b/rgb_00086.jpg /living_room_0042b/sync_depth_00086.png 518.8579 -/bedroom_0033/rgb_00060.jpg /bedroom_0033/sync_depth_00060.png 518.8579 -/nyu_office_1/rgb_00078.jpg /nyu_office_1/sync_depth_00078.png 518.8579 -/office_0004/rgb_00070.jpg /office_0004/sync_depth_00070.png 518.8579 -/kitchen_0053/rgb_00230.jpg /kitchen_0053/sync_depth_00230.png 518.8579 -/classroom_0016/rgb_00040.jpg /classroom_0016/sync_depth_00040.png 518.8579 -/bathroom_0007/rgb_00017.jpg /bathroom_0007/sync_depth_00017.png 518.8579 -/bedroom_0140/rgb_00094.jpg /bedroom_0140/sync_depth_00094.png 518.8579 -/bedroom_0136/rgb_00003.jpg /bedroom_0136/sync_depth_00003.png 518.8579 -/bedroom_0015/rgb_00010.jpg /bedroom_0015/sync_depth_00010.png 518.8579 -/office_0021/rgb_00028.jpg /office_0021/sync_depth_00028.png 518.8579 -/living_room_0019/rgb_00082.jpg /living_room_0019/sync_depth_00082.png 518.8579 -/office_0026/rgb_00132.jpg /office_0026/sync_depth_00132.png 518.8579 -/living_room_0047b/rgb_00129.jpg /living_room_0047b/sync_depth_00129.png 518.8579 -/living_room_0042a/rgb_00030.jpg /living_room_0042a/sync_depth_00030.png 518.8579 -/dining_room_0037/rgb_00055.jpg /dining_room_0037/sync_depth_00055.png 518.8579 -/dining_room_0016/rgb_00020.jpg /dining_room_0016/sync_depth_00020.png 518.8579 -/furniture_store_0002b/rgb_00048.jpg /furniture_store_0002b/sync_depth_00048.png 518.8579 -/dining_room_0001b/rgb_00092.jpg /dining_room_0001b/sync_depth_00092.png 518.8579 -/furniture_store_0002a/rgb_00000.jpg /furniture_store_0002a/sync_depth_00000.png 518.8579 -/kitchen_0035b/rgb_00305.jpg /kitchen_0035b/sync_depth_00305.png 518.8579 -/bedroom_0014/rgb_00039.jpg /bedroom_0014/sync_depth_00039.png 518.8579 -/kitchen_0031/rgb_00118.jpg /kitchen_0031/sync_depth_00118.png 518.8579 -/kitchen_0059/rgb_00002.jpg /kitchen_0059/sync_depth_00002.png 518.8579 -/bedroom_0107/rgb_00026.jpg /bedroom_0107/sync_depth_00026.png 518.8579 -/bookstore_0001i/rgb_00089.jpg /bookstore_0001i/sync_depth_00089.png 518.8579 -/dining_room_0014/rgb_00049.jpg /dining_room_0014/sync_depth_00049.png 518.8579 -/office_kitchen_0001a/rgb_00026.jpg /office_kitchen_0001a/sync_depth_00026.png 518.8579 -/bookstore_0001g/rgb_00114.jpg /bookstore_0001g/sync_depth_00114.png 518.8579 -/bedroom_0020/rgb_00061.jpg /bedroom_0020/sync_depth_00061.png 518.8579 -/bathroom_0053/rgb_00039.jpg /bathroom_0053/sync_depth_00039.png 518.8579 -/furniture_store_0002a/rgb_00282.jpg /furniture_store_0002a/sync_depth_00282.png 518.8579 -/office_0026/rgb_00081.jpg /office_0026/sync_depth_00081.png 518.8579 -/office_0006/rgb_00062.jpg /office_0006/sync_depth_00062.png 518.8579 -/dining_room_0001b/rgb_00177.jpg /dining_room_0001b/sync_depth_00177.png 518.8579 -/bedroom_0051/rgb_00122.jpg /bedroom_0051/sync_depth_00122.png 518.8579 -/bookstore_0001j/rgb_00102.jpg /bookstore_0001j/sync_depth_00102.png 518.8579 -/furniture_store_0002c/rgb_00035.jpg /furniture_store_0002c/sync_depth_00035.png 518.8579 -/study_room_0004/rgb_00000.jpg /study_room_0004/sync_depth_00000.png 518.8579 -/living_room_0050/rgb_00040.jpg /living_room_0050/sync_depth_00040.png 518.8579 -/kitchen_0033/rgb_00161.jpg /kitchen_0033/sync_depth_00161.png 518.8579 -/kitchen_0053/rgb_00040.jpg /kitchen_0053/sync_depth_00040.png 518.8579 -/bedroom_0098/rgb_00021.jpg /bedroom_0098/sync_depth_00021.png 518.8579 -/bedroom_0106/rgb_00032.jpg /bedroom_0106/sync_depth_00032.png 518.8579 -/living_room_0022/rgb_00330.jpg /living_room_0022/sync_depth_00330.png 518.8579 -/bathroom_0016/rgb_00009.jpg /bathroom_0016/sync_depth_00009.png 518.8579 -/bathroom_0057/rgb_00014.jpg /bathroom_0057/sync_depth_00014.png 518.8579 -/kitchen_0017/rgb_00094.jpg /kitchen_0017/sync_depth_00094.png 518.8579 -/classroom_0011/rgb_00046.jpg /classroom_0011/sync_depth_00046.png 518.8579 -/furniture_store_0001d/rgb_00152.jpg /furniture_store_0001d/sync_depth_00152.png 518.8579 -/office_kitchen_0001b/rgb_00016.jpg /office_kitchen_0001b/sync_depth_00016.png 518.8579 -/dining_room_0031/rgb_00219.jpg /dining_room_0031/sync_depth_00219.png 518.8579 -/study_room_0004/rgb_00155.jpg /study_room_0004/sync_depth_00155.png 518.8579 -/bedroom_0113/rgb_00070.jpg /bedroom_0113/sync_depth_00070.png 518.8579 -/kitchen_0037/rgb_00062.jpg /kitchen_0037/sync_depth_00062.png 518.8579 -/bedroom_0050/rgb_00142.jpg /bedroom_0050/sync_depth_00142.png 518.8579 -/bedroom_0107/rgb_00039.jpg /bedroom_0107/sync_depth_00039.png 518.8579 -/bedroom_0050/rgb_00042.jpg /bedroom_0050/sync_depth_00042.png 518.8579 -/home_office_0006/rgb_00112.jpg /home_office_0006/sync_depth_00112.png 518.8579 -/bedroom_0014/rgb_00030.jpg /bedroom_0014/sync_depth_00030.png 518.8579 -/bookstore_0001f/rgb_00236.jpg /bookstore_0001f/sync_depth_00236.png 518.8579 -/bedroom_0072/rgb_00028.jpg /bedroom_0072/sync_depth_00028.png 518.8579 -/bedroom_0051/rgb_00055.jpg /bedroom_0051/sync_depth_00055.png 518.8579 -/kitchen_0051/rgb_00254.jpg /kitchen_0051/sync_depth_00254.png 518.8579 -/living_room_0020/rgb_00099.jpg /living_room_0020/sync_depth_00099.png 518.8579 -/furniture_store_0002a/rgb_00394.jpg /furniture_store_0002a/sync_depth_00394.png 518.8579 -/bookstore_0001g/rgb_00101.jpg /bookstore_0001g/sync_depth_00101.png 518.8579 -/bookstore_0001j/rgb_00100.jpg /bookstore_0001j/sync_depth_00100.png 518.8579 -/playroom_0003/rgb_00057.jpg /playroom_0003/sync_depth_00057.png 518.8579 -/living_room_0055/rgb_00107.jpg /living_room_0055/sync_depth_00107.png 518.8579 -/bedroom_0086/rgb_00108.jpg /bedroom_0086/sync_depth_00108.png 518.8579 -/kitchen_0006/rgb_00006.jpg /kitchen_0006/sync_depth_00006.png 518.8579 -/bedroom_0026/rgb_00098.jpg /bedroom_0026/sync_depth_00098.png 518.8579 -/bookstore_0001d/rgb_00327.jpg /bookstore_0001d/sync_depth_00327.png 518.8579 -/living_room_0033/rgb_00064.jpg /living_room_0033/sync_depth_00064.png 518.8579 -/office_0019/rgb_00048.jpg /office_0019/sync_depth_00048.png 518.8579 -/kitchen_0049/rgb_00007.jpg /kitchen_0049/sync_depth_00007.png 518.8579 -/dining_room_0012/rgb_00076.jpg /dining_room_0012/sync_depth_00076.png 518.8579 -/reception_room_0001b/rgb_00118.jpg /reception_room_0001b/sync_depth_00118.png 518.8579 -/bedroom_0047/rgb_00024.jpg /bedroom_0047/sync_depth_00024.png 518.8579 -/kitchen_0011b/rgb_00004.jpg /kitchen_0011b/sync_depth_00004.png 518.8579 -/bedroom_0028/rgb_00034.jpg /bedroom_0028/sync_depth_00034.png 518.8579 -/dining_room_0007/rgb_00121.jpg /dining_room_0007/sync_depth_00121.png 518.8579 -/bedroom_0130/rgb_00025.jpg /bedroom_0130/sync_depth_00025.png 518.8579 -/office_0011/rgb_00064.jpg /office_0011/sync_depth_00064.png 518.8579 -/bedroom_0014/rgb_00073.jpg /bedroom_0014/sync_depth_00073.png 518.8579 -/kitchen_0049/rgb_00044.jpg /kitchen_0049/sync_depth_00044.png 518.8579 -/dining_room_0034/rgb_00005.jpg /dining_room_0034/sync_depth_00005.png 518.8579 -/bedroom_0080/rgb_00022.jpg /bedroom_0080/sync_depth_00022.png 518.8579 -/kitchen_0045b/rgb_00136.jpg /kitchen_0045b/sync_depth_00136.png 518.8579 -/bathroom_0033/rgb_00034.jpg /bathroom_0033/sync_depth_00034.png 518.8579 -/living_room_0085/rgb_00022.jpg /living_room_0085/sync_depth_00022.png 518.8579 -/living_room_0004/rgb_00031.jpg /living_room_0004/sync_depth_00031.png 518.8579 -/bookstore_0001j/rgb_00196.jpg /bookstore_0001j/sync_depth_00196.png 518.8579 -/bedroom_0051/rgb_00029.jpg /bedroom_0051/sync_depth_00029.png 518.8579 -/kitchen_0029a/rgb_00018.jpg /kitchen_0029a/sync_depth_00018.png 518.8579 -/kitchen_0006/rgb_00056.jpg /kitchen_0006/sync_depth_00056.png 518.8579 -/kitchen_0019a/rgb_00108.jpg /kitchen_0019a/sync_depth_00108.png 518.8579 -/furniture_store_0002d/rgb_00039.jpg /furniture_store_0002d/sync_depth_00039.png 518.8579 -/bedroom_0125b/rgb_00096.jpg /bedroom_0125b/sync_depth_00096.png 518.8579 -/living_room_0050/rgb_00091.jpg /living_room_0050/sync_depth_00091.png 518.8579 -/study_room_0004/rgb_00068.jpg /study_room_0004/sync_depth_00068.png 518.8579 -/kitchen_0053/rgb_00114.jpg /kitchen_0053/sync_depth_00114.png 518.8579 -/bedroom_0026/rgb_00024.jpg /bedroom_0026/sync_depth_00024.png 518.8579 -/student_lounge_0001/rgb_00027.jpg /student_lounge_0001/sync_depth_00027.png 518.8579 -/living_room_0070/rgb_00012.jpg /living_room_0070/sync_depth_00012.png 518.8579 -/living_room_0086a/rgb_00012.jpg /living_room_0086a/sync_depth_00012.png 518.8579 -/bedroom_0078/rgb_00009.jpg /bedroom_0078/sync_depth_00009.png 518.8579 -/bedroom_0079/rgb_00037.jpg /bedroom_0079/sync_depth_00037.png 518.8579 -/kitchen_0047/rgb_00101.jpg /kitchen_0047/sync_depth_00101.png 518.8579 -/excercise_room_0001/rgb_00120.jpg /excercise_room_0001/sync_depth_00120.png 518.8579 -/kitchen_0050/rgb_00073.jpg /kitchen_0050/sync_depth_00073.png 518.8579 -/home_office_0006/rgb_00128.jpg /home_office_0006/sync_depth_00128.png 518.8579 -/bedroom_0136/rgb_00148.jpg /bedroom_0136/sync_depth_00148.png 518.8579 -/bedroom_0106/rgb_00131.jpg /bedroom_0106/sync_depth_00131.png 518.8579 -/dinette_0001/rgb_00079.jpg /dinette_0001/sync_depth_00079.png 518.8579 -/home_office_0013/rgb_00072.jpg /home_office_0013/sync_depth_00072.png 518.8579 -/living_room_0086a/rgb_00038.jpg /living_room_0086a/sync_depth_00038.png 518.8579 -/bedroom_0052/rgb_00039.jpg /bedroom_0052/sync_depth_00039.png 518.8579 -/bedroom_0130/rgb_00085.jpg /bedroom_0130/sync_depth_00085.png 518.8579 -/office_0026/rgb_00116.jpg /office_0026/sync_depth_00116.png 518.8579 -/dining_room_0001b/rgb_00212.jpg /dining_room_0001b/sync_depth_00212.png 518.8579 -/kitchen_0016/rgb_00038.jpg /kitchen_0016/sync_depth_00038.png 518.8579 -/kitchen_0035a/rgb_00049.jpg /kitchen_0035a/sync_depth_00049.png 518.8579 -/living_room_0082/rgb_00031.jpg /living_room_0082/sync_depth_00031.png 518.8579 -/dining_room_0007/rgb_00115.jpg /dining_room_0007/sync_depth_00115.png 518.8579 -/living_room_0029/rgb_00018.jpg /living_room_0029/sync_depth_00018.png 518.8579 -/nyu_office_0/rgb_00070.jpg /nyu_office_0/sync_depth_00070.png 518.8579 -/furniture_store_0001e/rgb_00032.jpg /furniture_store_0001e/sync_depth_00032.png 518.8579 -/living_room_0012/rgb_00017.jpg /living_room_0012/sync_depth_00017.png 518.8579 -/kitchen_0048/rgb_00002.jpg /kitchen_0048/sync_depth_00002.png 518.8579 -/bathroom_0007/rgb_00096.jpg /bathroom_0007/sync_depth_00096.png 518.8579 -/bedroom_0020/rgb_00116.jpg /bedroom_0020/sync_depth_00116.png 518.8579 -/kitchen_0008/rgb_00035.jpg /kitchen_0008/sync_depth_00035.png 518.8579 -/bedroom_0051/rgb_00016.jpg /bedroom_0051/sync_depth_00016.png 518.8579 -/bedroom_0026/rgb_00085.jpg /bedroom_0026/sync_depth_00085.png 518.8579 -/study_0004/rgb_00048.jpg /study_0004/sync_depth_00048.png 518.8579 -/bedroom_0004/rgb_00043.jpg /bedroom_0004/sync_depth_00043.png 518.8579 -/furniture_store_0002a/rgb_00057.jpg /furniture_store_0002a/sync_depth_00057.png 518.8579 -/living_room_0067/rgb_00100.jpg /living_room_0067/sync_depth_00100.png 518.8579 -/dining_room_0015/rgb_00179.jpg /dining_room_0015/sync_depth_00179.png 518.8579 -/bathroom_0006/rgb_00018.jpg /bathroom_0006/sync_depth_00018.png 518.8579 -/bedroom_0019/rgb_00050.jpg /bedroom_0019/sync_depth_00050.png 518.8579 -/home_office_0004/rgb_00157.jpg /home_office_0004/sync_depth_00157.png 518.8579 -/kitchen_0045a/rgb_00141.jpg /kitchen_0045a/sync_depth_00141.png 518.8579 -/office_0006/rgb_00013.jpg /office_0006/sync_depth_00013.png 518.8579 -/living_room_0039/rgb_00000.jpg /living_room_0039/sync_depth_00000.png 518.8579 -/living_room_0063/rgb_00031.jpg /living_room_0063/sync_depth_00031.png 518.8579 -/furniture_store_0001c/rgb_00021.jpg /furniture_store_0001c/sync_depth_00021.png 518.8579 -/classroom_0004/rgb_00023.jpg /classroom_0004/sync_depth_00023.png 518.8579 -/furniture_store_0002a/rgb_00295.jpg /furniture_store_0002a/sync_depth_00295.png 518.8579 -/kitchen_0033/rgb_00045.jpg /kitchen_0033/sync_depth_00045.png 518.8579 -/study_room_0004/rgb_00090.jpg /study_room_0004/sync_depth_00090.png 518.8579 -/home_office_0004/rgb_00125.jpg /home_office_0004/sync_depth_00125.png 518.8579 -/living_room_0022/rgb_00292.jpg /living_room_0022/sync_depth_00292.png 518.8579 -/living_room_0050/rgb_00117.jpg /living_room_0050/sync_depth_00117.png 518.8579 -/dining_room_0007/rgb_00137.jpg /dining_room_0007/sync_depth_00137.png 518.8579 -/bookstore_0001f/rgb_00210.jpg /bookstore_0001f/sync_depth_00210.png 518.8579 -/dining_room_0015/rgb_00093.jpg /dining_room_0015/sync_depth_00093.png 518.8579 -/home_office_0011/rgb_00090.jpg /home_office_0011/sync_depth_00090.png 518.8579 -/bedroom_0106/rgb_00048.jpg /bedroom_0106/sync_depth_00048.png 518.8579 -/dining_room_0029/rgb_00082.jpg /dining_room_0029/sync_depth_00082.png 518.8579 -/bedroom_0034/rgb_00106.jpg /bedroom_0034/sync_depth_00106.png 518.8579 -/bedroom_0086/rgb_00044.jpg /bedroom_0086/sync_depth_00044.png 518.8579 -/living_room_0033/rgb_00073.jpg /living_room_0033/sync_depth_00073.png 518.8579 -/living_room_0011/rgb_00100.jpg /living_room_0011/sync_depth_00100.png 518.8579 -/bathroom_0039/rgb_00017.jpg /bathroom_0039/sync_depth_00017.png 518.8579 -/bedroom_0081/rgb_00019.jpg /bedroom_0081/sync_depth_00019.png 518.8579 -/kitchen_0033/rgb_00121.jpg /kitchen_0033/sync_depth_00121.png 518.8579 -/bedroom_0090/rgb_00021.jpg /bedroom_0090/sync_depth_00021.png 518.8579 -/bathroom_0010/rgb_00045.jpg /bathroom_0010/sync_depth_00045.png 518.8579 -/classroom_0004/rgb_00014.jpg /classroom_0004/sync_depth_00014.png 518.8579 -/living_room_0004/rgb_00149.jpg /living_room_0004/sync_depth_00149.png 518.8579 -/living_room_0058/rgb_00232.jpg /living_room_0058/sync_depth_00232.png 518.8579 -/basement_0001b/rgb_00044.jpg /basement_0001b/sync_depth_00044.png 518.8579 -/living_room_0018/rgb_00100.jpg /living_room_0018/sync_depth_00100.png 518.8579 -/classroom_0018/rgb_00000.jpg /classroom_0018/sync_depth_00000.png 518.8579 -/kitchen_0047/rgb_00021.jpg /kitchen_0047/sync_depth_00021.png 518.8579 -/living_room_0062/rgb_00183.jpg /living_room_0062/sync_depth_00183.png 518.8579 -/living_room_0046a/rgb_00068.jpg /living_room_0046a/sync_depth_00068.png 518.8579 -/reception_room_0001a/rgb_00071.jpg /reception_room_0001a/sync_depth_00071.png 518.8579 -/living_room_0069a/rgb_00018.jpg /living_room_0069a/sync_depth_00018.png 518.8579 -/kitchen_0051/rgb_00138.jpg /kitchen_0051/sync_depth_00138.png 518.8579 -/bedroom_0031/rgb_00019.jpg /bedroom_0031/sync_depth_00019.png 518.8579 -/bookstore_0001j/rgb_00214.jpg /bookstore_0001j/sync_depth_00214.png 518.8579 -/dining_room_0023/rgb_00078.jpg /dining_room_0023/sync_depth_00078.png 518.8579 -/kitchen_0060/rgb_00157.jpg /kitchen_0060/sync_depth_00157.png 518.8579 -/furniture_store_0001b/rgb_00101.jpg /furniture_store_0001b/sync_depth_00101.png 518.8579 -/living_room_0018/rgb_00167.jpg /living_room_0018/sync_depth_00167.png 518.8579 -/office_kitchen_0001b/rgb_00059.jpg /office_kitchen_0001b/sync_depth_00059.png 518.8579 -/furniture_store_0002a/rgb_00277.jpg /furniture_store_0002a/sync_depth_00277.png 518.8579 -/bedroom_0021/rgb_00092.jpg /bedroom_0021/sync_depth_00092.png 518.8579 -/nyu_office_0/rgb_00167.jpg /nyu_office_0/sync_depth_00167.png 518.8579 -/home_office_0005/rgb_00123.jpg /home_office_0005/sync_depth_00123.png 518.8579 -/dinette_0001/rgb_00063.jpg /dinette_0001/sync_depth_00063.png 518.8579 -/kitchen_0028b/rgb_00009.jpg /kitchen_0028b/sync_depth_00009.png 518.8579 -/cafe_0001b/rgb_00014.jpg /cafe_0001b/sync_depth_00014.png 518.8579 -/bedroom_0129/rgb_00039.jpg /bedroom_0129/sync_depth_00039.png 518.8579 -/kitchen_0010/rgb_00038.jpg /kitchen_0010/sync_depth_00038.png 518.8579 -/study_room_0004/rgb_00101.jpg /study_room_0004/sync_depth_00101.png 518.8579 -/kitchen_0048/rgb_00058.jpg /kitchen_0048/sync_depth_00058.png 518.8579 -/bedroom_0063/rgb_00048.jpg /bedroom_0063/sync_depth_00048.png 518.8579 -/kitchen_0059/rgb_00030.jpg /kitchen_0059/sync_depth_00030.png 518.8579 -/office_0012/rgb_00029.jpg /office_0012/sync_depth_00029.png 518.8579 -/kitchen_0028b/rgb_00020.jpg /kitchen_0028b/sync_depth_00020.png 518.8579 -/living_room_0037/rgb_00013.jpg /living_room_0037/sync_depth_00013.png 518.8579 -/office_0026/rgb_00147.jpg /office_0026/sync_depth_00147.png 518.8579 -/bedroom_0090/rgb_00011.jpg /bedroom_0090/sync_depth_00011.png 518.8579 -/classroom_0016/rgb_00044.jpg /classroom_0016/sync_depth_00044.png 518.8579 -/office_0026/rgb_00083.jpg /office_0026/sync_depth_00083.png 518.8579 -/classroom_0022/rgb_00091.jpg /classroom_0022/sync_depth_00091.png 518.8579 -/home_office_0011/rgb_00067.jpg /home_office_0011/sync_depth_00067.png 518.8579 -/kitchen_0048/rgb_00073.jpg /kitchen_0048/sync_depth_00073.png 518.8579 -/printer_room_0001/rgb_00077.jpg /printer_room_0001/sync_depth_00077.png 518.8579 -/bedroom_0019/rgb_00133.jpg /bedroom_0019/sync_depth_00133.png 518.8579 -/bookstore_0001j/rgb_00010.jpg /bookstore_0001j/sync_depth_00010.png 518.8579 -/reception_room_0001b/rgb_00124.jpg /reception_room_0001b/sync_depth_00124.png 518.8579 -/bedroom_0019/rgb_00032.jpg /bedroom_0019/sync_depth_00032.png 518.8579 -/bedroom_0107/rgb_00053.jpg /bedroom_0107/sync_depth_00053.png 518.8579 -/bedroom_0035/rgb_00011.jpg /bedroom_0035/sync_depth_00011.png 518.8579 -/reception_room_0001b/rgb_00014.jpg /reception_room_0001b/sync_depth_00014.png 518.8579 -/kitchen_0060/rgb_00055.jpg /kitchen_0060/sync_depth_00055.png 518.8579 -/kitchen_0016/rgb_00106.jpg /kitchen_0016/sync_depth_00106.png 518.8579 -/bedroom_0060/rgb_00062.jpg /bedroom_0060/sync_depth_00062.png 518.8579 -/classroom_0006/rgb_00159.jpg /classroom_0006/sync_depth_00159.png 518.8579 -/office_0012/rgb_00073.jpg /office_0012/sync_depth_00073.png 518.8579 -/bedroom_0076a/rgb_00249.jpg /bedroom_0076a/sync_depth_00249.png 518.8579 -/dining_room_0016/rgb_00062.jpg /dining_room_0016/sync_depth_00062.png 518.8579 -/living_room_0022/rgb_00343.jpg /living_room_0022/sync_depth_00343.png 518.8579 -/office_0006/rgb_00156.jpg /office_0006/sync_depth_00156.png 518.8579 -/living_room_0058/rgb_00050.jpg /living_room_0058/sync_depth_00050.png 518.8579 -/living_room_0068/rgb_00085.jpg /living_room_0068/sync_depth_00085.png 518.8579 -/bathroom_0013/rgb_00057.jpg /bathroom_0013/sync_depth_00057.png 518.8579 -/study_room_0005a/rgb_00039.jpg /study_room_0005a/sync_depth_00039.png 518.8579 -/bookstore_0001f/rgb_00322.jpg /bookstore_0001f/sync_depth_00322.png 518.8579 -/bedroom_0062/rgb_00092.jpg /bedroom_0062/sync_depth_00092.png 518.8579 -/living_room_0033/rgb_00067.jpg /living_room_0033/sync_depth_00067.png 518.8579 -/bedroom_0028/rgb_00013.jpg /bedroom_0028/sync_depth_00013.png 518.8579 -/furniture_store_0001a/rgb_00028.jpg /furniture_store_0001a/sync_depth_00028.png 518.8579 -/computer_lab_0002/rgb_00036.jpg /computer_lab_0002/sync_depth_00036.png 518.8579 -/bedroom_0062/rgb_00024.jpg /bedroom_0062/sync_depth_00024.png 518.8579 -/bedroom_0062/rgb_00147.jpg /bedroom_0062/sync_depth_00147.png 518.8579 -/living_room_0011/rgb_00065.jpg /living_room_0011/sync_depth_00065.png 518.8579 -/bookstore_0001f/rgb_00185.jpg /bookstore_0001f/sync_depth_00185.png 518.8579 -/study_room_0005a/rgb_00059.jpg /study_room_0005a/sync_depth_00059.png 518.8579 -/bathroom_0007/rgb_00060.jpg /bathroom_0007/sync_depth_00060.png 518.8579 -/bedroom_0062/rgb_00160.jpg /bedroom_0062/sync_depth_00160.png 518.8579 -/playroom_0002/rgb_00018.jpg /playroom_0002/sync_depth_00018.png 518.8579 -/living_room_0042b/rgb_00029.jpg /living_room_0042b/sync_depth_00029.png 518.8579 -/bathroom_0053/rgb_00030.jpg /bathroom_0053/sync_depth_00030.png 518.8579 -/office_0018/rgb_00032.jpg /office_0018/sync_depth_00032.png 518.8579 -/playroom_0003/rgb_00044.jpg /playroom_0003/sync_depth_00044.png 518.8579 -/dining_room_0034/rgb_00047.jpg /dining_room_0034/sync_depth_00047.png 518.8579 -/bedroom_0104/rgb_00081.jpg /bedroom_0104/sync_depth_00081.png 518.8579 -/office_0024/rgb_00045.jpg /office_0024/sync_depth_00045.png 518.8579 -/bedroom_0076a/rgb_00197.jpg /bedroom_0076a/sync_depth_00197.png 518.8579 -/bedroom_0028/rgb_00037.jpg /bedroom_0028/sync_depth_00037.png 518.8579 -/bedroom_0140/rgb_00076.jpg /bedroom_0140/sync_depth_00076.png 518.8579 -/bedroom_0126/rgb_00024.jpg /bedroom_0126/sync_depth_00024.png 518.8579 -/bedroom_0031/rgb_00003.jpg /bedroom_0031/sync_depth_00003.png 518.8579 -/bedroom_0029/rgb_00036.jpg /bedroom_0029/sync_depth_00036.png 518.8579 -/printer_room_0001/rgb_00045.jpg /printer_room_0001/sync_depth_00045.png 518.8579 -/living_room_0033/rgb_00028.jpg /living_room_0033/sync_depth_00028.png 518.8579 -/reception_room_0002/rgb_00149.jpg /reception_room_0002/sync_depth_00149.png 518.8579 -/bookstore_0001e/rgb_00178.jpg /bookstore_0001e/sync_depth_00178.png 518.8579 -/bedroom_0062/rgb_00013.jpg /bedroom_0062/sync_depth_00013.png 518.8579 -/kitchen_0037/rgb_00058.jpg /kitchen_0037/sync_depth_00058.png 518.8579 -/basement_0001a/rgb_00145.jpg /basement_0001a/sync_depth_00145.png 518.8579 -/office_0026/rgb_00178.jpg /office_0026/sync_depth_00178.png 518.8579 -/living_room_0046b/rgb_00064.jpg /living_room_0046b/sync_depth_00064.png 518.8579 -/dining_room_0034/rgb_00016.jpg /dining_room_0034/sync_depth_00016.png 518.8579 -/bookstore_0001g/rgb_00034.jpg /bookstore_0001g/sync_depth_00034.png 518.8579 -/kitchen_0047/rgb_00028.jpg /kitchen_0047/sync_depth_00028.png 518.8579 -/kitchen_0017/rgb_00026.jpg /kitchen_0017/sync_depth_00026.png 518.8579 -/bookstore_0001f/rgb_00207.jpg /bookstore_0001f/sync_depth_00207.png 518.8579 -/kitchen_0006/rgb_00026.jpg /kitchen_0006/sync_depth_00026.png 518.8579 -/dining_room_0010/rgb_00079.jpg /dining_room_0010/sync_depth_00079.png 518.8579 -/kitchen_0051/rgb_00055.jpg /kitchen_0051/sync_depth_00055.png 518.8579 -/living_room_0046a/rgb_00017.jpg /living_room_0046a/sync_depth_00017.png 518.8579 -/home_office_0013/rgb_00013.jpg /home_office_0013/sync_depth_00013.png 518.8579 -/bedroom_0012/rgb_00047.jpg /bedroom_0012/sync_depth_00047.png 518.8579 -/kitchen_0049/rgb_00034.jpg /kitchen_0049/sync_depth_00034.png 518.8579 -/playroom_0003/rgb_00016.jpg /playroom_0003/sync_depth_00016.png 518.8579 -/office_0004/rgb_00090.jpg /office_0004/sync_depth_00090.png 518.8579 -/furniture_store_0002a/rgb_00325.jpg /furniture_store_0002a/sync_depth_00325.png 518.8579 -/office_0009/rgb_00069.jpg /office_0009/sync_depth_00069.png 518.8579 -/bookstore_0001d/rgb_00152.jpg /bookstore_0001d/sync_depth_00152.png 518.8579 -/playroom_0003/rgb_00080.jpg /playroom_0003/sync_depth_00080.png 518.8579 -/reception_room_0001b/rgb_00083.jpg /reception_room_0001b/sync_depth_00083.png 518.8579 -/bedroom_0050/rgb_00132.jpg /bedroom_0050/sync_depth_00132.png 518.8579 -/bedroom_0086/rgb_00016.jpg /bedroom_0086/sync_depth_00016.png 518.8579 -/dining_room_0031/rgb_00071.jpg /dining_room_0031/sync_depth_00071.png 518.8579 -/kitchen_0035a/rgb_00035.jpg /kitchen_0035a/sync_depth_00035.png 518.8579 -/bedroom_0004/rgb_00105.jpg /bedroom_0004/sync_depth_00105.png 518.8579 -/furniture_store_0002c/rgb_00079.jpg /furniture_store_0002c/sync_depth_00079.png 518.8579 -/bookstore_0001h/rgb_00100.jpg /bookstore_0001h/sync_depth_00100.png 518.8579 -/bathroom_0034/rgb_00068.jpg /bathroom_0034/sync_depth_00068.png 518.8579 -/living_room_0012/rgb_00170.jpg /living_room_0012/sync_depth_00170.png 518.8579 -/bedroom_0016/rgb_00099.jpg /bedroom_0016/sync_depth_00099.png 518.8579 -/bookstore_0001j/rgb_00313.jpg /bookstore_0001j/sync_depth_00313.png 518.8579 -/reception_room_0002/rgb_00160.jpg /reception_room_0002/sync_depth_00160.png 518.8579 -/bookstore_0001h/rgb_00033.jpg /bookstore_0001h/sync_depth_00033.png 518.8579 -/bookstore_0001g/rgb_00142.jpg /bookstore_0001g/sync_depth_00142.png 518.8579 -/bedroom_0090/rgb_00000.jpg /bedroom_0090/sync_depth_00000.png 518.8579 -/bedroom_0035/rgb_00020.jpg /bedroom_0035/sync_depth_00020.png 518.8579 -/kitchen_0008/rgb_00003.jpg /kitchen_0008/sync_depth_00003.png 518.8579 -/kitchen_0049/rgb_00103.jpg /kitchen_0049/sync_depth_00103.png 518.8579 -/kitchen_0006/rgb_00038.jpg /kitchen_0006/sync_depth_00038.png 518.8579 -/basement_0001a/rgb_00018.jpg /basement_0001a/sync_depth_00018.png 518.8579 -/classroom_0006/rgb_00020.jpg /classroom_0006/sync_depth_00020.png 518.8579 -/bookstore_0001i/rgb_00112.jpg /bookstore_0001i/sync_depth_00112.png 518.8579 -/nyu_office_0/rgb_00015.jpg /nyu_office_0/sync_depth_00015.png 518.8579 -/living_room_0046b/rgb_00068.jpg /living_room_0046b/sync_depth_00068.png 518.8579 -/bathroom_0049/rgb_00010.jpg /bathroom_0049/sync_depth_00010.png 518.8579 -/dining_room_0033/rgb_00106.jpg /dining_room_0033/sync_depth_00106.png 518.8579 -/dining_room_0014/rgb_00029.jpg /dining_room_0014/sync_depth_00029.png 518.8579 -/living_room_0018/rgb_00071.jpg /living_room_0018/sync_depth_00071.png 518.8579 -/furniture_store_0002a/rgb_00331.jpg /furniture_store_0002a/sync_depth_00331.png 518.8579 -/playroom_0002/rgb_00159.jpg /playroom_0002/sync_depth_00159.png 518.8579 -/student_lounge_0001/rgb_00013.jpg /student_lounge_0001/sync_depth_00013.png 518.8579 -/kitchen_0035a/rgb_00033.jpg /kitchen_0035a/sync_depth_00033.png 518.8579 -/laundry_room_0001/rgb_00064.jpg /laundry_room_0001/sync_depth_00064.png 518.8579 -/living_room_0040/rgb_00157.jpg /living_room_0040/sync_depth_00157.png 518.8579 -/bathroom_0010/rgb_00007.jpg /bathroom_0010/sync_depth_00007.png 518.8579 -/kitchen_0019b/rgb_00036.jpg /kitchen_0019b/sync_depth_00036.png 518.8579 -/bathroom_0001/rgb_00004.jpg /bathroom_0001/sync_depth_00004.png 518.8579 -/classroom_0006/rgb_00168.jpg /classroom_0006/sync_depth_00168.png 518.8579 -/bedroom_0034/rgb_00075.jpg /bedroom_0034/sync_depth_00075.png 518.8579 -/bookstore_0001h/rgb_00172.jpg /bookstore_0001h/sync_depth_00172.png 518.8579 -/bedroom_0029/rgb_00060.jpg /bedroom_0029/sync_depth_00060.png 518.8579 -/bedroom_0106/rgb_00071.jpg /bedroom_0106/sync_depth_00071.png 518.8579 -/furniture_store_0001a/rgb_00045.jpg /furniture_store_0001a/sync_depth_00045.png 518.8579 -/office_0023/rgb_00009.jpg /office_0023/sync_depth_00009.png 518.8579 -/kitchen_0029a/rgb_00002.jpg /kitchen_0029a/sync_depth_00002.png 518.8579 -/kitchen_0045a/rgb_00016.jpg /kitchen_0045a/sync_depth_00016.png 518.8579 -/kitchen_0049/rgb_00164.jpg /kitchen_0049/sync_depth_00164.png 518.8579 -/bookstore_0001f/rgb_00388.jpg /bookstore_0001f/sync_depth_00388.png 518.8579 -/bathroom_0011/rgb_00028.jpg /bathroom_0011/sync_depth_00028.png 518.8579 -/bathroom_0024/rgb_00029.jpg /bathroom_0024/sync_depth_00029.png 518.8579 -/bookstore_0001i/rgb_00000.jpg /bookstore_0001i/sync_depth_00000.png 518.8579 -/bookstore_0001g/rgb_00163.jpg /bookstore_0001g/sync_depth_00163.png 518.8579 -/dining_room_0015/rgb_00167.jpg /dining_room_0015/sync_depth_00167.png 518.8579 -/furniture_store_0002b/rgb_00251.jpg /furniture_store_0002b/sync_depth_00251.png 518.8579 -/bookstore_0001f/rgb_00384.jpg /bookstore_0001f/sync_depth_00384.png 518.8579 -/bedroom_0019/rgb_00034.jpg /bedroom_0019/sync_depth_00034.png 518.8579 -/home_office_0007/rgb_00040.jpg /home_office_0007/sync_depth_00040.png 518.8579 -/kitchen_0019a/rgb_00294.jpg /kitchen_0019a/sync_depth_00294.png 518.8579 -/bathroom_0033/rgb_00039.jpg /bathroom_0033/sync_depth_00039.png 518.8579 -/furniture_store_0002a/rgb_00118.jpg /furniture_store_0002a/sync_depth_00118.png 518.8579 -/basement_0001a/rgb_00193.jpg /basement_0001a/sync_depth_00193.png 518.8579 -/living_room_0046b/rgb_00086.jpg /living_room_0046b/sync_depth_00086.png 518.8579 -/living_room_0010/rgb_00155.jpg /living_room_0010/sync_depth_00155.png 518.8579 -/bedroom_0069/rgb_00099.jpg /bedroom_0069/sync_depth_00099.png 518.8579 -/bedroom_0120/rgb_00046.jpg /bedroom_0120/sync_depth_00046.png 518.8579 -/bedroom_0074/rgb_00087.jpg /bedroom_0074/sync_depth_00087.png 518.8579 -/dinette_0001/rgb_00011.jpg /dinette_0001/sync_depth_00011.png 518.8579 -/kitchen_0043/rgb_00155.jpg /kitchen_0043/sync_depth_00155.png 518.8579 -/kitchen_0016/rgb_00024.jpg /kitchen_0016/sync_depth_00024.png 518.8579 -/living_room_0004/rgb_00079.jpg /living_room_0004/sync_depth_00079.png 518.8579 -/kitchen_0019b/rgb_00022.jpg /kitchen_0019b/sync_depth_00022.png 518.8579 -/conference_room_0001/rgb_00149.jpg /conference_room_0001/sync_depth_00149.png 518.8579 -/bookstore_0001j/rgb_00255.jpg /bookstore_0001j/sync_depth_00255.png 518.8579 -/bathroom_0019/rgb_00096.jpg /bathroom_0019/sync_depth_00096.png 518.8579 -/study_0003/rgb_00099.jpg /study_0003/sync_depth_00099.png 518.8579 -/excercise_room_0001/rgb_00078.jpg /excercise_room_0001/sync_depth_00078.png 518.8579 -/bookstore_0001d/rgb_00280.jpg /bookstore_0001d/sync_depth_00280.png 518.8579 -/bathroom_0035/rgb_00011.jpg /bathroom_0035/sync_depth_00011.png 518.8579 -/playroom_0002/rgb_00070.jpg /playroom_0002/sync_depth_00070.png 518.8579 -/home_office_0011/rgb_00045.jpg /home_office_0011/sync_depth_00045.png 518.8579 -/bookstore_0001f/rgb_00069.jpg /bookstore_0001f/sync_depth_00069.png 518.8579 -/bedroom_0076a/rgb_00278.jpg /bedroom_0076a/sync_depth_00278.png 518.8579 -/living_room_0038/rgb_00074.jpg /living_room_0038/sync_depth_00074.png 518.8579 -/bedroom_0071/rgb_00062.jpg /bedroom_0071/sync_depth_00062.png 518.8579 -/office_0011/rgb_00007.jpg /office_0011/sync_depth_00007.png 518.8579 -/kitchen_0033/rgb_00086.jpg /kitchen_0033/sync_depth_00086.png 518.8579 -/bedroom_0052/rgb_00134.jpg /bedroom_0052/sync_depth_00134.png 518.8579 -/home_storage_0001/rgb_00146.jpg /home_storage_0001/sync_depth_00146.png 518.8579 -/kitchen_0031/rgb_00050.jpg /kitchen_0031/sync_depth_00050.png 518.8579 -/bedroom_0076a/rgb_00060.jpg /bedroom_0076a/sync_depth_00060.png 518.8579 -/office_0021/rgb_00050.jpg /office_0021/sync_depth_00050.png 518.8579 -/bedroom_0040/rgb_00023.jpg /bedroom_0040/sync_depth_00023.png 518.8579 -/bedroom_0010/rgb_00094.jpg /bedroom_0010/sync_depth_00094.png 518.8579 -/kitchen_0011b/rgb_00069.jpg /kitchen_0011b/sync_depth_00069.png 518.8579 -/bathroom_0048/rgb_00013.jpg /bathroom_0048/sync_depth_00013.png 518.8579 -/bathroom_0045a/rgb_00038.jpg /bathroom_0045a/sync_depth_00038.png 518.8579 -/bedroom_0136/rgb_00122.jpg /bedroom_0136/sync_depth_00122.png 518.8579 -/living_room_0042a/rgb_00010.jpg /living_room_0042a/sync_depth_00010.png 518.8579 -/living_room_0022/rgb_00176.jpg /living_room_0022/sync_depth_00176.png 518.8579 -/kitchen_0019a/rgb_00093.jpg /kitchen_0019a/sync_depth_00093.png 518.8579 -/dining_room_0016/rgb_00132.jpg /dining_room_0016/sync_depth_00132.png 518.8579 -/living_room_0040/rgb_00216.jpg /living_room_0040/sync_depth_00216.png 518.8579 -/bedroom_0040/rgb_00029.jpg /bedroom_0040/sync_depth_00029.png 518.8579 -/dining_room_0012/rgb_00158.jpg /dining_room_0012/sync_depth_00158.png 518.8579 -/office_0023/rgb_00016.jpg /office_0023/sync_depth_00016.png 518.8579 -/cafe_0001a/rgb_00043.jpg /cafe_0001a/sync_depth_00043.png 518.8579 -/bedroom_0045/rgb_00010.jpg /bedroom_0045/sync_depth_00010.png 518.8579 -/kitchen_0050/rgb_00119.jpg /kitchen_0050/sync_depth_00119.png 518.8579 -/living_room_0022/rgb_00205.jpg /living_room_0022/sync_depth_00205.png 518.8579 -/living_room_0070/rgb_00082.jpg /living_room_0070/sync_depth_00082.png 518.8579 -/bedroom_0015/rgb_00054.jpg /bedroom_0015/sync_depth_00054.png 518.8579 -/kitchen_0035b/rgb_00223.jpg /kitchen_0035b/sync_depth_00223.png 518.8579 -/bedroom_0017/rgb_00068.jpg /bedroom_0017/sync_depth_00068.png 518.8579 -/classroom_0010/rgb_00069.jpg /classroom_0010/sync_depth_00069.png 518.8579 -/bathroom_0006/rgb_00005.jpg /bathroom_0006/sync_depth_00005.png 518.8579 -/bedroom_0062/rgb_00056.jpg /bedroom_0062/sync_depth_00056.png 518.8579 -/bedroom_0017/rgb_00151.jpg /bedroom_0017/sync_depth_00151.png 518.8579 -/dining_room_0015/rgb_00099.jpg /dining_room_0015/sync_depth_00099.png 518.8579 -/bedroom_0138/rgb_00008.jpg /bedroom_0138/sync_depth_00008.png 518.8579 -/bedroom_0074/rgb_00033.jpg /bedroom_0074/sync_depth_00033.png 518.8579 -/bookstore_0001j/rgb_00093.jpg /bookstore_0001j/sync_depth_00093.png 518.8579 -/bedroom_0082/rgb_00061.jpg /bedroom_0082/sync_depth_00061.png 518.8579 -/bedroom_0118/rgb_00024.jpg /bedroom_0118/sync_depth_00024.png 518.8579 -/living_room_0040/rgb_00257.jpg /living_room_0040/sync_depth_00257.png 518.8579 -/kitchen_0017/rgb_00063.jpg /kitchen_0017/sync_depth_00063.png 518.8579 -/bookstore_0001e/rgb_00168.jpg /bookstore_0001e/sync_depth_00168.png 518.8579 -/bookstore_0001e/rgb_00152.jpg /bookstore_0001e/sync_depth_00152.png 518.8579 -/office_0021/rgb_00072.jpg /office_0021/sync_depth_00072.png 518.8579 -/dining_room_0001b/rgb_00045.jpg /dining_room_0001b/sync_depth_00045.png 518.8579 -/bedroom_0015/rgb_00017.jpg /bedroom_0015/sync_depth_00017.png 518.8579 -/bedroom_0096/rgb_00072.jpg /bedroom_0096/sync_depth_00072.png 518.8579 -/bedroom_0021/rgb_00053.jpg /bedroom_0021/sync_depth_00053.png 518.8579 -/dining_room_0033/rgb_00071.jpg /dining_room_0033/sync_depth_00071.png 518.8579 -/kitchen_0045b/rgb_00034.jpg /kitchen_0045b/sync_depth_00034.png 518.8579 -/bathroom_0056/rgb_00026.jpg /bathroom_0056/sync_depth_00026.png 518.8579 -/living_room_0040/rgb_00117.jpg /living_room_0040/sync_depth_00117.png 518.8579 -/bedroom_0016/rgb_00192.jpg /bedroom_0016/sync_depth_00192.png 518.8579 -/bookstore_0001d/rgb_00120.jpg /bookstore_0001d/sync_depth_00120.png 518.8579 -/living_room_0018/rgb_00113.jpg /living_room_0018/sync_depth_00113.png 518.8579 -/playroom_0002/rgb_00128.jpg /playroom_0002/sync_depth_00128.png 518.8579 -/excercise_room_0001/rgb_00125.jpg /excercise_room_0001/sync_depth_00125.png 518.8579 -/kitchen_0060/rgb_00166.jpg /kitchen_0060/sync_depth_00166.png 518.8579 -/bathroom_0055/rgb_00026.jpg /bathroom_0055/sync_depth_00026.png 518.8579 -/bedroom_0129/rgb_00011.jpg /bedroom_0129/sync_depth_00011.png 518.8579 -/dining_room_0014/rgb_00103.jpg /dining_room_0014/sync_depth_00103.png 518.8579 -/playroom_0004/rgb_00009.jpg /playroom_0004/sync_depth_00009.png 518.8579 -/living_room_0042b/rgb_00011.jpg /living_room_0042b/sync_depth_00011.png 518.8579 -/classroom_0018/rgb_00052.jpg /classroom_0018/sync_depth_00052.png 518.8579 -/bedroom_0025/rgb_00158.jpg /bedroom_0025/sync_depth_00158.png 518.8579 -/bookstore_0001f/rgb_00152.jpg /bookstore_0001f/sync_depth_00152.png 518.8579 -/classroom_0016/rgb_00007.jpg /classroom_0016/sync_depth_00007.png 518.8579 -/bedroom_0040/rgb_00038.jpg /bedroom_0040/sync_depth_00038.png 518.8579 -/kitchen_0045a/rgb_00131.jpg /kitchen_0045a/sync_depth_00131.png 518.8579 -/bathroom_0035/rgb_00037.jpg /bathroom_0035/sync_depth_00037.png 518.8579 -/classroom_0011/rgb_00022.jpg /classroom_0011/sync_depth_00022.png 518.8579 -/dining_room_0016/rgb_00121.jpg /dining_room_0016/sync_depth_00121.png 518.8579 -/bookstore_0001f/rgb_00015.jpg /bookstore_0001f/sync_depth_00015.png 518.8579 -/living_room_0039/rgb_00108.jpg /living_room_0039/sync_depth_00108.png 518.8579 -/dining_room_0031/rgb_00173.jpg /dining_room_0031/sync_depth_00173.png 518.8579 -/living_room_0063/rgb_00055.jpg /living_room_0063/sync_depth_00055.png 518.8579 -/bookstore_0001g/rgb_00200.jpg /bookstore_0001g/sync_depth_00200.png 518.8579 -/dining_room_0024/rgb_00158.jpg /dining_room_0024/sync_depth_00158.png 518.8579 -/bedroom_0025/rgb_00045.jpg /bedroom_0025/sync_depth_00045.png 518.8579 -/living_room_0004/rgb_00127.jpg /living_room_0004/sync_depth_00127.png 518.8579 -/excercise_room_0001/rgb_00104.jpg /excercise_room_0001/sync_depth_00104.png 518.8579 -/nyu_office_0/rgb_00363.jpg /nyu_office_0/sync_depth_00363.png 518.8579 -/kitchen_0060/rgb_00028.jpg /kitchen_0060/sync_depth_00028.png 518.8579 -/bedroom_0019/rgb_00019.jpg /bedroom_0019/sync_depth_00019.png 518.8579 -/home_office_0008/rgb_00157.jpg /home_office_0008/sync_depth_00157.png 518.8579 -/bookstore_0001f/rgb_00209.jpg /bookstore_0001f/sync_depth_00209.png 518.8579 -/office_0009/rgb_00020.jpg /office_0009/sync_depth_00020.png 518.8579 -/living_room_0019/rgb_00241.jpg /living_room_0019/sync_depth_00241.png 518.8579 -/office_0024/rgb_00012.jpg /office_0024/sync_depth_00012.png 518.8579 -/bedroom_0016/rgb_00090.jpg /bedroom_0016/sync_depth_00090.png 518.8579 -/bookstore_0001g/rgb_00197.jpg /bookstore_0001g/sync_depth_00197.png 518.8579 -/classroom_0022/rgb_00070.jpg /classroom_0022/sync_depth_00070.png 518.8579 -/bathroom_0007/rgb_00093.jpg /bathroom_0007/sync_depth_00093.png 518.8579 -/bedroom_0130/rgb_00037.jpg /bedroom_0130/sync_depth_00037.png 518.8579 -/living_room_0058/rgb_00193.jpg /living_room_0058/sync_depth_00193.png 518.8579 -/bathroom_0041/rgb_00056.jpg /bathroom_0041/sync_depth_00056.png 518.8579 -/bedroom_0104/rgb_00043.jpg /bedroom_0104/sync_depth_00043.png 518.8579 -/bedroom_0069/rgb_00040.jpg /bedroom_0069/sync_depth_00040.png 518.8579 -/bedroom_0028/rgb_00038.jpg /bedroom_0028/sync_depth_00038.png 518.8579 -/reception_room_0004/rgb_00060.jpg /reception_room_0004/sync_depth_00060.png 518.8579 -/home_office_0008/rgb_00081.jpg /home_office_0008/sync_depth_00081.png 518.8579 -/study_0004/rgb_00001.jpg /study_0004/sync_depth_00001.png 518.8579 -/living_room_0078/rgb_00125.jpg /living_room_0078/sync_depth_00125.png 518.8579 -/living_room_0047b/rgb_00163.jpg /living_room_0047b/sync_depth_00163.png 518.8579 -/dining_room_0028/rgb_00082.jpg /dining_room_0028/sync_depth_00082.png 518.8579 -/kitchen_0052/rgb_00065.jpg /kitchen_0052/sync_depth_00065.png 518.8579 -/office_0021/rgb_00025.jpg /office_0021/sync_depth_00025.png 518.8579 -/kitchen_0045b/rgb_00077.jpg /kitchen_0045b/sync_depth_00077.png 518.8579 -/bathroom_0005/rgb_00051.jpg /bathroom_0005/sync_depth_00051.png 518.8579 -/bookstore_0001f/rgb_00142.jpg /bookstore_0001f/sync_depth_00142.png 518.8579 -/living_room_0085/rgb_00013.jpg /living_room_0085/sync_depth_00013.png 518.8579 -/bedroom_0096/rgb_00091.jpg /bedroom_0096/sync_depth_00091.png 518.8579 -/bedroom_0019/rgb_00125.jpg /bedroom_0019/sync_depth_00125.png 518.8579 -/living_room_0086b/rgb_00003.jpg /living_room_0086b/sync_depth_00003.png 518.8579 -/living_room_0038/rgb_00109.jpg /living_room_0038/sync_depth_00109.png 518.8579 -/kitchen_0045a/rgb_00066.jpg /kitchen_0045a/sync_depth_00066.png 518.8579 -/kitchen_0053/rgb_00104.jpg /kitchen_0053/sync_depth_00104.png 518.8579 -/classroom_0005/rgb_00043.jpg /classroom_0005/sync_depth_00043.png 518.8579 -/bedroom_0071/rgb_00160.jpg /bedroom_0071/sync_depth_00160.png 518.8579 -/living_room_0011/rgb_00061.jpg /living_room_0011/sync_depth_00061.png 518.8579 -/basement_0001a/rgb_00185.jpg /basement_0001a/sync_depth_00185.png 518.8579 -/bedroom_0138/rgb_00021.jpg /bedroom_0138/sync_depth_00021.png 518.8579 -/dining_room_0029/rgb_00047.jpg /dining_room_0029/sync_depth_00047.png 518.8579 -/bookstore_0001e/rgb_00038.jpg /bookstore_0001e/sync_depth_00038.png 518.8579 -/bedroom_0025/rgb_00070.jpg /bedroom_0025/sync_depth_00070.png 518.8579 -/bookstore_0001j/rgb_00180.jpg /bookstore_0001j/sync_depth_00180.png 518.8579 -/kitchen_0051/rgb_00191.jpg /kitchen_0051/sync_depth_00191.png 518.8579 -/bedroom_0019/rgb_00088.jpg /bedroom_0019/sync_depth_00088.png 518.8579 -/living_room_0011/rgb_00051.jpg /living_room_0011/sync_depth_00051.png 518.8579 -/bedroom_0016/rgb_00042.jpg /bedroom_0016/sync_depth_00042.png 518.8579 -/living_room_0050/rgb_00262.jpg /living_room_0050/sync_depth_00262.png 518.8579 -/kitchen_0028a/rgb_00000.jpg /kitchen_0028a/sync_depth_00000.png 518.8579 -/study_room_0005b/rgb_00092.jpg /study_room_0005b/sync_depth_00092.png 518.8579 -/dining_room_0004/rgb_00098.jpg /dining_room_0004/sync_depth_00098.png 518.8579 -/furniture_store_0002b/rgb_00155.jpg /furniture_store_0002b/sync_depth_00155.png 518.8579 -/dining_room_0013/rgb_00051.jpg /dining_room_0013/sync_depth_00051.png 518.8579 -/furniture_store_0002a/rgb_00006.jpg /furniture_store_0002a/sync_depth_00006.png 518.8579 -/living_room_0004/rgb_00060.jpg /living_room_0004/sync_depth_00060.png 518.8579 -/bedroom_0033/rgb_00147.jpg /bedroom_0033/sync_depth_00147.png 518.8579 -/excercise_room_0001/rgb_00095.jpg /excercise_room_0001/sync_depth_00095.png 518.8579 -/living_room_0039/rgb_00048.jpg /living_room_0039/sync_depth_00048.png 518.8579 -/living_room_0022/rgb_00117.jpg /living_room_0022/sync_depth_00117.png 518.8579 -/home_office_0011/rgb_00038.jpg /home_office_0011/sync_depth_00038.png 518.8579 -/kitchen_0045a/rgb_00002.jpg /kitchen_0045a/sync_depth_00002.png 518.8579 -/bathroom_0042/rgb_00018.jpg /bathroom_0042/sync_depth_00018.png 518.8579 -/bedroom_0096/rgb_00001.jpg /bedroom_0096/sync_depth_00001.png 518.8579 -/bedroom_0132/rgb_00041.jpg /bedroom_0132/sync_depth_00041.png 518.8579 -/bedroom_0063/rgb_00121.jpg /bedroom_0063/sync_depth_00121.png 518.8579 -/living_room_0042a/rgb_00024.jpg /living_room_0042a/sync_depth_00024.png 518.8579 -/playroom_0006/rgb_00093.jpg /playroom_0006/sync_depth_00093.png 518.8579 -/bedroom_0100/rgb_00042.jpg /bedroom_0100/sync_depth_00042.png 518.8579 -/living_room_0011/rgb_00096.jpg /living_room_0011/sync_depth_00096.png 518.8579 -/playroom_0006/rgb_00044.jpg /playroom_0006/sync_depth_00044.png 518.8579 -/dining_room_0019/rgb_00038.jpg /dining_room_0019/sync_depth_00038.png 518.8579 -/kitchen_0033/rgb_00135.jpg /kitchen_0033/sync_depth_00135.png 518.8579 -/study_0008/rgb_00031.jpg /study_0008/sync_depth_00031.png 518.8579 -/bedroom_0004/rgb_00092.jpg /bedroom_0004/sync_depth_00092.png 518.8579 -/living_room_0068/rgb_00046.jpg /living_room_0068/sync_depth_00046.png 518.8579 -/classroom_0004/rgb_00019.jpg /classroom_0004/sync_depth_00019.png 518.8579 -/living_room_0018/rgb_00104.jpg /living_room_0018/sync_depth_00104.png 518.8579 -/kitchen_0028a/rgb_00035.jpg /kitchen_0028a/sync_depth_00035.png 518.8579 -/bedroom_0078/rgb_00155.jpg /bedroom_0078/sync_depth_00155.png 518.8579 -/dining_room_0028/rgb_00068.jpg /dining_room_0028/sync_depth_00068.png 518.8579 -/office_0026/rgb_00045.jpg /office_0026/sync_depth_00045.png 518.8579 -/office_0012/rgb_00108.jpg /office_0012/sync_depth_00108.png 518.8579 -/dining_room_0007/rgb_00232.jpg /dining_room_0007/sync_depth_00232.png 518.8579 -/living_room_0039/rgb_00079.jpg /living_room_0039/sync_depth_00079.png 518.8579 -/living_room_0039/rgb_00189.jpg /living_room_0039/sync_depth_00189.png 518.8579 -/furniture_store_0002c/rgb_00068.jpg /furniture_store_0002c/sync_depth_00068.png 518.8579 -/bedroom_0056a/rgb_00054.jpg /bedroom_0056a/sync_depth_00054.png 518.8579 -/classroom_0004/rgb_00100.jpg /classroom_0004/sync_depth_00100.png 518.8579 -/bathroom_0002/rgb_00047.jpg /bathroom_0002/sync_depth_00047.png 518.8579 -/bedroom_0060/rgb_00017.jpg /bedroom_0060/sync_depth_00017.png 518.8579 -/home_office_0008/rgb_00011.jpg /home_office_0008/sync_depth_00011.png 518.8579 -/dining_room_0031/rgb_00170.jpg /dining_room_0031/sync_depth_00170.png 518.8579 -/dining_room_0015/rgb_00192.jpg /dining_room_0015/sync_depth_00192.png 518.8579 -/dining_room_0029/rgb_00089.jpg /dining_room_0029/sync_depth_00089.png 518.8579 -/kitchen_0029c/rgb_00173.jpg /kitchen_0029c/sync_depth_00173.png 518.8579 -/office_0006/rgb_00091.jpg /office_0006/sync_depth_00091.png 518.8579 -/playroom_0002/rgb_00050.jpg /playroom_0002/sync_depth_00050.png 518.8579 -/furniture_store_0002a/rgb_00022.jpg /furniture_store_0002a/sync_depth_00022.png 518.8579 -/bedroom_0096/rgb_00034.jpg /bedroom_0096/sync_depth_00034.png 518.8579 -/living_room_0039/rgb_00072.jpg /living_room_0039/sync_depth_00072.png 518.8579 -/dining_room_0008/rgb_00046.jpg /dining_room_0008/sync_depth_00046.png 518.8579 -/bedroom_0062/rgb_00032.jpg /bedroom_0062/sync_depth_00032.png 518.8579 -/office_0024/rgb_00064.jpg /office_0024/sync_depth_00064.png 518.8579 -/bookstore_0001e/rgb_00075.jpg /bookstore_0001e/sync_depth_00075.png 518.8579 -/bedroom_0063/rgb_00130.jpg /bedroom_0063/sync_depth_00130.png 518.8579 -/dining_room_0012/rgb_00231.jpg /dining_room_0012/sync_depth_00231.png 518.8579 -/bookstore_0001e/rgb_00069.jpg /bookstore_0001e/sync_depth_00069.png 518.8579 -/home_office_0004/rgb_00051.jpg /home_office_0004/sync_depth_00051.png 518.8579 -/living_room_0083/rgb_00030.jpg /living_room_0083/sync_depth_00030.png 518.8579 -/bathroom_0034/rgb_00054.jpg /bathroom_0034/sync_depth_00054.png 518.8579 -/dining_room_0014/rgb_00062.jpg /dining_room_0014/sync_depth_00062.png 518.8579 -/bedroom_0016/rgb_00017.jpg /bedroom_0016/sync_depth_00017.png 518.8579 -/living_room_0055/rgb_00012.jpg /living_room_0055/sync_depth_00012.png 518.8579 -/bathroom_0048/rgb_00073.jpg /bathroom_0048/sync_depth_00073.png 518.8579 -/kitchen_0045b/rgb_00051.jpg /kitchen_0045b/sync_depth_00051.png 518.8579 -/bedroom_0051/rgb_00153.jpg /bedroom_0051/sync_depth_00153.png 518.8579 -/bedroom_0015/rgb_00106.jpg /bedroom_0015/sync_depth_00106.png 518.8579 -/kitchen_0008/rgb_00006.jpg /kitchen_0008/sync_depth_00006.png 518.8579 -/bedroom_0051/rgb_00049.jpg /bedroom_0051/sync_depth_00049.png 518.8579 -/furniture_store_0002a/rgb_00102.jpg /furniture_store_0002a/sync_depth_00102.png 518.8579 -/bedroom_0076a/rgb_00012.jpg /bedroom_0076a/sync_depth_00012.png 518.8579 -/living_room_0058/rgb_00020.jpg /living_room_0058/sync_depth_00020.png 518.8579 -/kitchen_0053/rgb_00062.jpg /kitchen_0053/sync_depth_00062.png 518.8579 -/printer_room_0001/rgb_00048.jpg /printer_room_0001/sync_depth_00048.png 518.8579 -/bathroom_0007/rgb_00083.jpg /bathroom_0007/sync_depth_00083.png 518.8579 -/basement_0001a/rgb_00080.jpg /basement_0001a/sync_depth_00080.png 518.8579 -/kitchen_0019a/rgb_00244.jpg /kitchen_0019a/sync_depth_00244.png 518.8579 -/kitchen_0051/rgb_00165.jpg /kitchen_0051/sync_depth_00165.png 518.8579 -/bedroom_0041/rgb_00059.jpg /bedroom_0041/sync_depth_00059.png 518.8579 -/bedroom_0071/rgb_00184.jpg /bedroom_0071/sync_depth_00184.png 518.8579 -/kitchen_0060/rgb_00175.jpg /kitchen_0060/sync_depth_00175.png 518.8579 -/bedroom_0071/rgb_00106.jpg /bedroom_0071/sync_depth_00106.png 518.8579 -/kitchen_0053/rgb_00252.jpg /kitchen_0053/sync_depth_00252.png 518.8579 -/bedroom_0076a/rgb_00079.jpg /bedroom_0076a/sync_depth_00079.png 518.8579 -/dining_room_0033/rgb_00055.jpg /dining_room_0033/sync_depth_00055.png 518.8579 -/laundry_room_0001/rgb_00019.jpg /laundry_room_0001/sync_depth_00019.png 518.8579 -/home_storage_0001/rgb_00079.jpg /home_storage_0001/sync_depth_00079.png 518.8579 -/living_room_0019/rgb_00054.jpg /living_room_0019/sync_depth_00054.png 518.8579 -/dining_room_0013/rgb_00102.jpg /dining_room_0013/sync_depth_00102.png 518.8579 -/living_room_0010/rgb_00049.jpg /living_room_0010/sync_depth_00049.png 518.8579 -/furniture_store_0002a/rgb_00024.jpg /furniture_store_0002a/sync_depth_00024.png 518.8579 -/home_storage_0001/rgb_00004.jpg /home_storage_0001/sync_depth_00004.png 518.8579 -/living_room_0047b/rgb_00176.jpg /living_room_0047b/sync_depth_00176.png 518.8579 -/bathroom_0041/rgb_00064.jpg /bathroom_0041/sync_depth_00064.png 518.8579 -/kitchen_0019a/rgb_00025.jpg /kitchen_0019a/sync_depth_00025.png 518.8579 -/living_room_0046b/rgb_00018.jpg /living_room_0046b/sync_depth_00018.png 518.8579 -/nyu_office_0/rgb_00203.jpg /nyu_office_0/sync_depth_00203.png 518.8579 -/bedroom_0047/rgb_00039.jpg /bedroom_0047/sync_depth_00039.png 518.8579 -/kitchen_0049/rgb_00208.jpg /kitchen_0049/sync_depth_00208.png 518.8579 -/bedroom_0120/rgb_00055.jpg /bedroom_0120/sync_depth_00055.png 518.8579 -/living_room_0062/rgb_00026.jpg /living_room_0062/sync_depth_00026.png 518.8579 -/study_room_0004/rgb_00129.jpg /study_room_0004/sync_depth_00129.png 518.8579 -/office_0019/rgb_00050.jpg /office_0019/sync_depth_00050.png 518.8579 -/bedroom_0017/rgb_00050.jpg /bedroom_0017/sync_depth_00050.png 518.8579 -/bedroom_0125a/rgb_00001.jpg /bedroom_0125a/sync_depth_00001.png 518.8579 -/kitchen_0035b/rgb_00121.jpg /kitchen_0035b/sync_depth_00121.png 518.8579 -/bedroom_0040/rgb_00073.jpg /bedroom_0040/sync_depth_00073.png 518.8579 -/living_room_0019/rgb_00114.jpg /living_room_0019/sync_depth_00114.png 518.8579 -/bathroom_0002/rgb_00008.jpg /bathroom_0002/sync_depth_00008.png 518.8579 -/bedroom_0076a/rgb_00233.jpg /bedroom_0076a/sync_depth_00233.png 518.8579 -/living_room_0050/rgb_00027.jpg /living_room_0050/sync_depth_00027.png 518.8579 -/bedroom_0029/rgb_00013.jpg /bedroom_0029/sync_depth_00013.png 518.8579 -/bookstore_0001d/rgb_00343.jpg /bookstore_0001d/sync_depth_00343.png 518.8579 -/dining_room_0031/rgb_00067.jpg /dining_room_0031/sync_depth_00067.png 518.8579 -/living_room_0063/rgb_00049.jpg /living_room_0063/sync_depth_00049.png 518.8579 -/bedroom_0025/rgb_00125.jpg /bedroom_0025/sync_depth_00125.png 518.8579 -/dining_room_0016/rgb_00202.jpg /dining_room_0016/sync_depth_00202.png 518.8579 -/living_room_0078/rgb_00013.jpg /living_room_0078/sync_depth_00013.png 518.8579 -/living_room_0022/rgb_00402.jpg /living_room_0022/sync_depth_00402.png 518.8579 -/bathroom_0057/rgb_00019.jpg /bathroom_0057/sync_depth_00019.png 518.8579 -/living_room_0011/rgb_00094.jpg /living_room_0011/sync_depth_00094.png 518.8579 -/dining_room_0028/rgb_00114.jpg /dining_room_0028/sync_depth_00114.png 518.8579 -/living_room_0068/rgb_00030.jpg /living_room_0068/sync_depth_00030.png 518.8579 -/bathroom_0016/rgb_00022.jpg /bathroom_0016/sync_depth_00022.png 518.8579 -/bathroom_0013/rgb_00020.jpg /bathroom_0013/sync_depth_00020.png 518.8579 -/bookstore_0001g/rgb_00217.jpg /bookstore_0001g/sync_depth_00217.png 518.8579 -/living_room_0022/rgb_00435.jpg /living_room_0022/sync_depth_00435.png 518.8579 -/living_room_0062/rgb_00221.jpg /living_room_0062/sync_depth_00221.png 518.8579 -/office_0006/rgb_00099.jpg /office_0006/sync_depth_00099.png 518.8579 -/bedroom_0040/rgb_00051.jpg /bedroom_0040/sync_depth_00051.png 518.8579 -/living_room_0038/rgb_00088.jpg /living_room_0038/sync_depth_00088.png 518.8579 -/kitchen_0048/rgb_00221.jpg /kitchen_0048/sync_depth_00221.png 518.8579 -/bedroom_0019/rgb_00018.jpg /bedroom_0019/sync_depth_00018.png 518.8579 -/living_room_0022/rgb_00160.jpg /living_room_0022/sync_depth_00160.png 518.8579 -/reception_room_0001a/rgb_00121.jpg /reception_room_0001a/sync_depth_00121.png 518.8579 -/nyu_office_1/rgb_00014.jpg /nyu_office_1/sync_depth_00014.png 518.8579 -/furniture_store_0002a/rgb_00213.jpg /furniture_store_0002a/sync_depth_00213.png 518.8579 -/kitchen_0028a/rgb_00011.jpg /kitchen_0028a/sync_depth_00011.png 518.8579 -/bedroom_0019/rgb_00095.jpg /bedroom_0019/sync_depth_00095.png 518.8579 -/nyu_office_0/rgb_00021.jpg /nyu_office_0/sync_depth_00021.png 518.8579 -/kitchen_0033/rgb_00049.jpg /kitchen_0033/sync_depth_00049.png 518.8579 -/living_room_0085/rgb_00017.jpg /living_room_0085/sync_depth_00017.png 518.8579 -/living_room_0083/rgb_00006.jpg /living_room_0083/sync_depth_00006.png 518.8579 -/bedroom_0072/rgb_00024.jpg /bedroom_0072/sync_depth_00024.png 518.8579 -/kitchen_0035b/rgb_00274.jpg /kitchen_0035b/sync_depth_00274.png 518.8579 -/kitchen_0006/rgb_00009.jpg /kitchen_0006/sync_depth_00009.png 518.8579 -/playroom_0003/rgb_00165.jpg /playroom_0003/sync_depth_00165.png 518.8579 -/home_office_0008/rgb_00125.jpg /home_office_0008/sync_depth_00125.png 518.8579 -/bedroom_0059/rgb_00015.jpg /bedroom_0059/sync_depth_00015.png 518.8579 -/living_room_0010/rgb_00200.jpg /living_room_0010/sync_depth_00200.png 518.8579 -/home_office_0008/rgb_00054.jpg /home_office_0008/sync_depth_00054.png 518.8579 -/home_storage_0001/rgb_00100.jpg /home_storage_0001/sync_depth_00100.png 518.8579 -/bathroom_0013/rgb_00043.jpg /bathroom_0013/sync_depth_00043.png 518.8579 -/bedroom_0033/rgb_00003.jpg /bedroom_0033/sync_depth_00003.png 518.8579 -/living_room_0078/rgb_00038.jpg /living_room_0078/sync_depth_00038.png 518.8579 -/study_room_0004/rgb_00026.jpg /study_room_0004/sync_depth_00026.png 518.8579 -/kitchen_0051/rgb_00298.jpg /kitchen_0051/sync_depth_00298.png 518.8579 -/foyer_0002/rgb_00044.jpg /foyer_0002/sync_depth_00044.png 518.8579 -/office_kitchen_0003/rgb_00046.jpg /office_kitchen_0003/sync_depth_00046.png 518.8579 -/living_room_0035/rgb_00100.jpg /living_room_0035/sync_depth_00100.png 518.8579 -/dining_room_0031/rgb_00263.jpg /dining_room_0031/sync_depth_00263.png 518.8579 -/living_room_0011/rgb_00027.jpg /living_room_0011/sync_depth_00027.png 518.8579 -/living_room_0042b/rgb_00085.jpg /living_room_0042b/sync_depth_00085.png 518.8579 -/bedroom_0017/rgb_00005.jpg /bedroom_0017/sync_depth_00005.png 518.8579 -/living_room_0085/rgb_00005.jpg /living_room_0085/sync_depth_00005.png 518.8579 -/bedroom_0050/rgb_00010.jpg /bedroom_0050/sync_depth_00010.png 518.8579 -/living_room_0058/rgb_00007.jpg /living_room_0058/sync_depth_00007.png 518.8579 -/kitchen_0047/rgb_00081.jpg /kitchen_0047/sync_depth_00081.png 518.8579 -/bedroom_0063/rgb_00006.jpg /bedroom_0063/sync_depth_00006.png 518.8579 -/office_kitchen_0003/rgb_00012.jpg /office_kitchen_0003/sync_depth_00012.png 518.8579 -/bedroom_0019/rgb_00167.jpg /bedroom_0019/sync_depth_00167.png 518.8579 -/bedroom_0045/rgb_00014.jpg /bedroom_0045/sync_depth_00014.png 518.8579 -/bathroom_0019/rgb_00088.jpg /bathroom_0019/sync_depth_00088.png 518.8579 -/kitchen_0051/rgb_00279.jpg /kitchen_0051/sync_depth_00279.png 518.8579 -/living_room_0039/rgb_00183.jpg /living_room_0039/sync_depth_00183.png 518.8579 -/kitchen_0053/rgb_00065.jpg /kitchen_0053/sync_depth_00065.png 518.8579 -/living_room_0035/rgb_00036.jpg /living_room_0035/sync_depth_00036.png 518.8579 -/bedroom_0012/rgb_00073.jpg /bedroom_0012/sync_depth_00073.png 518.8579 -/living_room_0018/rgb_00011.jpg /living_room_0018/sync_depth_00011.png 518.8579 -/kitchen_0003/rgb_00148.jpg /kitchen_0003/sync_depth_00148.png 518.8579 -/bedroom_0050/rgb_00028.jpg /bedroom_0050/sync_depth_00028.png 518.8579 -/living_room_0004/rgb_00040.jpg /living_room_0004/sync_depth_00040.png 518.8579 -/study_0003/rgb_00042.jpg /study_0003/sync_depth_00042.png 518.8579 -/living_room_0078/rgb_00045.jpg /living_room_0078/sync_depth_00045.png 518.8579 -/living_room_0039/rgb_00156.jpg /living_room_0039/sync_depth_00156.png 518.8579 -/bedroom_0047/rgb_00015.jpg /bedroom_0047/sync_depth_00015.png 518.8579 -/bedroom_0106/rgb_00007.jpg /bedroom_0106/sync_depth_00007.png 518.8579 -/dining_room_0001b/rgb_00108.jpg /dining_room_0001b/sync_depth_00108.png 518.8579 -/kitchen_0033/rgb_00122.jpg /kitchen_0033/sync_depth_00122.png 518.8579 -/dining_room_0033/rgb_00194.jpg /dining_room_0033/sync_depth_00194.png 518.8579 -/kitchen_0019a/rgb_00007.jpg /kitchen_0019a/sync_depth_00007.png 518.8579 -/office_0026/rgb_00118.jpg /office_0026/sync_depth_00118.png 518.8579 -/bathroom_0045a/rgb_00061.jpg /bathroom_0045a/sync_depth_00061.png 518.8579 -/bedroom_0120/rgb_00009.jpg /bedroom_0120/sync_depth_00009.png 518.8579 -/nyu_office_0/rgb_00118.jpg /nyu_office_0/sync_depth_00118.png 518.8579 -/bedroom_0051/rgb_00091.jpg /bedroom_0051/sync_depth_00091.png 518.8579 -/furniture_store_0002c/rgb_00023.jpg /furniture_store_0002c/sync_depth_00023.png 518.8579 -/furniture_store_0001e/rgb_00028.jpg /furniture_store_0001e/sync_depth_00028.png 518.8579 -/bathroom_0005/rgb_00019.jpg /bathroom_0005/sync_depth_00019.png 518.8579 -/bedroom_0059/rgb_00035.jpg /bedroom_0059/sync_depth_00035.png 518.8579 -/dining_room_0015/rgb_00141.jpg /dining_room_0015/sync_depth_00141.png 518.8579 -/office_kitchen_0001a/rgb_00069.jpg /office_kitchen_0001a/sync_depth_00069.png 518.8579 -/reception_room_0001b/rgb_00054.jpg /reception_room_0001b/sync_depth_00054.png 518.8579 -/living_room_0012/rgb_00049.jpg /living_room_0012/sync_depth_00049.png 518.8579 -/bedroom_0017/rgb_00092.jpg /bedroom_0017/sync_depth_00092.png 518.8579 -/cafe_0001a/rgb_00059.jpg /cafe_0001a/sync_depth_00059.png 518.8579 -/furniture_store_0001b/rgb_00079.jpg /furniture_store_0001b/sync_depth_00079.png 518.8579 -/kitchen_0050/rgb_00154.jpg /kitchen_0050/sync_depth_00154.png 518.8579 -/basement_0001a/rgb_00025.jpg /basement_0001a/sync_depth_00025.png 518.8579 -/living_room_0035/rgb_00064.jpg /living_room_0035/sync_depth_00064.png 518.8579 -/study_0003/rgb_00086.jpg /study_0003/sync_depth_00086.png 518.8579 -/conference_room_0002/rgb_00023.jpg /conference_room_0002/sync_depth_00023.png 518.8579 -/bedroom_0100/rgb_00055.jpg /bedroom_0100/sync_depth_00055.png 518.8579 -/bedroom_0140/rgb_00150.jpg /bedroom_0140/sync_depth_00150.png 518.8579 -/bedroom_0094/rgb_00024.jpg /bedroom_0094/sync_depth_00024.png 518.8579 -/office_0004/rgb_00062.jpg /office_0004/sync_depth_00062.png 518.8579 -/bedroom_0051/rgb_00126.jpg /bedroom_0051/sync_depth_00126.png 518.8579 -/study_room_0005b/rgb_00058.jpg /study_room_0005b/sync_depth_00058.png 518.8579 -/bedroom_0140/rgb_00072.jpg /bedroom_0140/sync_depth_00072.png 518.8579 -/living_room_0086b/rgb_00045.jpg /living_room_0086b/sync_depth_00045.png 518.8579 -/bathroom_0002/rgb_00024.jpg /bathroom_0002/sync_depth_00024.png 518.8579 -/living_room_0005/rgb_00051.jpg /living_room_0005/sync_depth_00051.png 518.8579 -/cafe_0001a/rgb_00017.jpg /cafe_0001a/sync_depth_00017.png 518.8579 -/classroom_0011/rgb_00016.jpg /classroom_0011/sync_depth_00016.png 518.8579 -/dining_room_0010/rgb_00032.jpg /dining_room_0010/sync_depth_00032.png 518.8579 -/bedroom_0053/rgb_00105.jpg /bedroom_0053/sync_depth_00105.png 518.8579 -/bathroom_0019/rgb_00033.jpg /bathroom_0019/sync_depth_00033.png 518.8579 -/office_0003/rgb_00051.jpg /office_0003/sync_depth_00051.png 518.8579 -/dining_room_0015/rgb_00064.jpg /dining_room_0015/sync_depth_00064.png 518.8579 -/kitchen_0049/rgb_00100.jpg /kitchen_0049/sync_depth_00100.png 518.8579 -/dining_room_0031/rgb_00221.jpg /dining_room_0031/sync_depth_00221.png 518.8579 -/nyu_office_0/rgb_00234.jpg /nyu_office_0/sync_depth_00234.png 518.8579 -/bathroom_0024/rgb_00020.jpg /bathroom_0024/sync_depth_00020.png 518.8579 -/living_room_0069a/rgb_00052.jpg /living_room_0069a/sync_depth_00052.png 518.8579 -/kitchen_0010/rgb_00036.jpg /kitchen_0010/sync_depth_00036.png 518.8579 -/kitchen_0033/rgb_00167.jpg /kitchen_0033/sync_depth_00167.png 518.8579 -/bedroom_0034/rgb_00120.jpg /bedroom_0034/sync_depth_00120.png 518.8579 -/bedroom_0056a/rgb_00075.jpg /bedroom_0056a/sync_depth_00075.png 518.8579 -/bedroom_0124/rgb_00001.jpg /bedroom_0124/sync_depth_00001.png 518.8579 -/kitchen_0003/rgb_00062.jpg /kitchen_0003/sync_depth_00062.png 518.8579 -/reception_room_0004/rgb_00076.jpg /reception_room_0004/sync_depth_00076.png 518.8579 -/bedroom_0076a/rgb_00204.jpg /bedroom_0076a/sync_depth_00204.png 518.8579 -/office_0024/rgb_00032.jpg /office_0024/sync_depth_00032.png 518.8579 -/bookstore_0001j/rgb_00060.jpg /bookstore_0001j/sync_depth_00060.png 518.8579 -/bathroom_0011/rgb_00033.jpg /bathroom_0011/sync_depth_00033.png 518.8579 -/kitchen_0043/rgb_00036.jpg /kitchen_0043/sync_depth_00036.png 518.8579 -/bedroom_0066/rgb_00049.jpg /bedroom_0066/sync_depth_00049.png 518.8579 -/living_room_0004/rgb_00154.jpg /living_room_0004/sync_depth_00154.png 518.8579 -/kitchen_0029c/rgb_00139.jpg /kitchen_0029c/sync_depth_00139.png 518.8579 -/bookstore_0001h/rgb_00167.jpg /bookstore_0001h/sync_depth_00167.png 518.8579 -/study_room_0004/rgb_00071.jpg /study_room_0004/sync_depth_00071.png 518.8579 -/kitchen_0053/rgb_00033.jpg /kitchen_0053/sync_depth_00033.png 518.8579 -/bedroom_0042/rgb_00054.jpg /bedroom_0042/sync_depth_00054.png 518.8579 -/living_room_0083/rgb_00074.jpg /living_room_0083/sync_depth_00074.png 518.8579 -/bookstore_0001g/rgb_00098.jpg /bookstore_0001g/sync_depth_00098.png 518.8579 -/nyu_office_1/rgb_00056.jpg /nyu_office_1/sync_depth_00056.png 518.8579 -/kitchen_0003/rgb_00141.jpg /kitchen_0003/sync_depth_00141.png 518.8579 -/kitchen_0052/rgb_00137.jpg /kitchen_0052/sync_depth_00137.png 518.8579 -/computer_lab_0002/rgb_00047.jpg /computer_lab_0002/sync_depth_00047.png 518.8579 -/furniture_store_0001d/rgb_00287.jpg /furniture_store_0001d/sync_depth_00287.png 518.8579 -/living_room_0020/rgb_00103.jpg /living_room_0020/sync_depth_00103.png 518.8579 -/reception_room_0001a/rgb_00096.jpg /reception_room_0001a/sync_depth_00096.png 518.8579 -/living_room_0038/rgb_00071.jpg /living_room_0038/sync_depth_00071.png 518.8579 -/living_room_0035/rgb_00029.jpg /living_room_0035/sync_depth_00029.png 518.8579 -/bedroom_0140/rgb_00090.jpg /bedroom_0140/sync_depth_00090.png 518.8579 -/dining_room_0023/rgb_00159.jpg /dining_room_0023/sync_depth_00159.png 518.8579 -/bedroom_0016/rgb_00103.jpg /bedroom_0016/sync_depth_00103.png 518.8579 -/kitchen_0028a/rgb_00156.jpg /kitchen_0028a/sync_depth_00156.png 518.8579 -/home_office_0013/rgb_00060.jpg /home_office_0013/sync_depth_00060.png 518.8579 -/kitchen_0051/rgb_00273.jpg /kitchen_0051/sync_depth_00273.png 518.8579 -/cafe_0001c/rgb_00106.jpg /cafe_0001c/sync_depth_00106.png 518.8579 -/kitchen_0051/rgb_00359.jpg /kitchen_0051/sync_depth_00359.png 518.8579 -/bathroom_0039/rgb_00008.jpg /bathroom_0039/sync_depth_00008.png 518.8579 -/bedroom_0125b/rgb_00008.jpg /bedroom_0125b/sync_depth_00008.png 518.8579 -/living_room_0022/rgb_00345.jpg /living_room_0022/sync_depth_00345.png 518.8579 -/playroom_0006/rgb_00018.jpg /playroom_0006/sync_depth_00018.png 518.8579 -/kitchen_0037/rgb_00011.jpg /kitchen_0037/sync_depth_00011.png 518.8579 -/office_kitchen_0001b/rgb_00039.jpg /office_kitchen_0001b/sync_depth_00039.png 518.8579 -/kitchen_0035b/rgb_00270.jpg /kitchen_0035b/sync_depth_00270.png 518.8579 -/kitchen_0045a/rgb_00032.jpg /kitchen_0045a/sync_depth_00032.png 518.8579 -/kitchen_0033/rgb_00188.jpg /kitchen_0033/sync_depth_00188.png 518.8579 -/study_0004/rgb_00035.jpg /study_0004/sync_depth_00035.png 518.8579 -/bedroom_0057/rgb_00024.jpg /bedroom_0057/sync_depth_00024.png 518.8579 -/bathroom_0045a/rgb_00029.jpg /bathroom_0045a/sync_depth_00029.png 518.8579 -/bathroom_0006/rgb_00053.jpg /bathroom_0006/sync_depth_00053.png 518.8579 -/bedroom_0034/rgb_00114.jpg /bedroom_0034/sync_depth_00114.png 518.8579 -/living_room_0011/rgb_00080.jpg /living_room_0011/sync_depth_00080.png 518.8579 -/bedroom_0097/rgb_00038.jpg /bedroom_0097/sync_depth_00038.png 518.8579 -/living_room_0012/rgb_00168.jpg /living_room_0012/sync_depth_00168.png 518.8579 -/furniture_store_0001e/rgb_00079.jpg /furniture_store_0001e/sync_depth_00079.png 518.8579 -/living_room_0078/rgb_00070.jpg /living_room_0078/sync_depth_00070.png 518.8579 -/bedroom_0124/rgb_00027.jpg /bedroom_0124/sync_depth_00027.png 518.8579 -/office_0018/rgb_00034.jpg /office_0018/sync_depth_00034.png 518.8579 -/dining_room_0015/rgb_00060.jpg /dining_room_0015/sync_depth_00060.png 518.8579 -/bathroom_0014a/rgb_00052.jpg /bathroom_0014a/sync_depth_00052.png 518.8579 -/furniture_store_0001d/rgb_00076.jpg /furniture_store_0001d/sync_depth_00076.png 518.8579 -/kitchen_0031/rgb_00018.jpg /kitchen_0031/sync_depth_00018.png 518.8579 -/study_room_0004/rgb_00127.jpg /study_room_0004/sync_depth_00127.png 518.8579 -/study_room_0005a/rgb_00008.jpg /study_room_0005a/sync_depth_00008.png 518.8579 -/nyu_office_0/rgb_00121.jpg /nyu_office_0/sync_depth_00121.png 518.8579 -/kitchen_0029c/rgb_00164.jpg /kitchen_0029c/sync_depth_00164.png 518.8579 -/bedroom_0086/rgb_00039.jpg /bedroom_0086/sync_depth_00039.png 518.8579 -/living_room_0018/rgb_00199.jpg /living_room_0018/sync_depth_00199.png 518.8579 -/kitchen_0051/rgb_00326.jpg /kitchen_0051/sync_depth_00326.png 518.8579 -/study_0003/rgb_00080.jpg /study_0003/sync_depth_00080.png 518.8579 -/bedroom_0057/rgb_00004.jpg /bedroom_0057/sync_depth_00004.png 518.8579 -/bedroom_0138/rgb_00098.jpg /bedroom_0138/sync_depth_00098.png 518.8579 -/kitchen_0049/rgb_00233.jpg /kitchen_0049/sync_depth_00233.png 518.8579 -/bedroom_0034/rgb_00078.jpg /bedroom_0034/sync_depth_00078.png 518.8579 -/bedroom_0050/rgb_00103.jpg /bedroom_0050/sync_depth_00103.png 518.8579 -/bedroom_0074/rgb_00069.jpg /bedroom_0074/sync_depth_00069.png 518.8579 -/bedroom_0081/rgb_00009.jpg /bedroom_0081/sync_depth_00009.png 518.8579 -/bedroom_0041/rgb_00030.jpg /bedroom_0041/sync_depth_00030.png 518.8579 -/classroom_0006/rgb_00149.jpg /classroom_0006/sync_depth_00149.png 518.8579 -/student_lounge_0001/rgb_00051.jpg /student_lounge_0001/sync_depth_00051.png 518.8579 -/dining_room_0031/rgb_00090.jpg /dining_room_0031/sync_depth_00090.png 518.8579 -/bedroom_0062/rgb_00141.jpg /bedroom_0062/sync_depth_00141.png 518.8579 -/bedroom_0069/rgb_00108.jpg /bedroom_0069/sync_depth_00108.png 518.8579 -/dining_room_0019/rgb_00008.jpg /dining_room_0019/sync_depth_00008.png 518.8579 -/study_0003/rgb_00111.jpg /study_0003/sync_depth_00111.png 518.8579 -/bedroom_0140/rgb_00142.jpg /bedroom_0140/sync_depth_00142.png 518.8579 -/living_room_0063/rgb_00034.jpg /living_room_0063/sync_depth_00034.png 518.8579 -/living_room_0022/rgb_00327.jpg /living_room_0022/sync_depth_00327.png 518.8579 -/nyu_office_0/rgb_00395.jpg /nyu_office_0/sync_depth_00395.png 518.8579 -/study_0005/rgb_00007.jpg /study_0005/sync_depth_00007.png 518.8579 -/dining_room_0015/rgb_00150.jpg /dining_room_0015/sync_depth_00150.png 518.8579 -/office_kitchen_0001b/rgb_00021.jpg /office_kitchen_0001b/sync_depth_00021.png 518.8579 -/living_room_0040/rgb_00048.jpg /living_room_0040/sync_depth_00048.png 518.8579 -/office_0024/rgb_00124.jpg /office_0024/sync_depth_00124.png 518.8579 -/bedroom_0118/rgb_00003.jpg /bedroom_0118/sync_depth_00003.png 518.8579 -/office_0011/rgb_00067.jpg /office_0011/sync_depth_00067.png 518.8579 -/living_room_0022/rgb_00414.jpg /living_room_0022/sync_depth_00414.png 518.8579 -/bedroom_0026/rgb_00111.jpg /bedroom_0026/sync_depth_00111.png 518.8579 -/living_room_0010/rgb_00145.jpg /living_room_0010/sync_depth_00145.png 518.8579 -/dining_room_0007/rgb_00151.jpg /dining_room_0007/sync_depth_00151.png 518.8579 -/living_room_0029/rgb_00021.jpg /living_room_0029/sync_depth_00021.png 518.8579 -/dining_room_0001b/rgb_00131.jpg /dining_room_0001b/sync_depth_00131.png 518.8579 -/living_room_0019/rgb_00044.jpg /living_room_0019/sync_depth_00044.png 518.8579 -/living_room_0063/rgb_00090.jpg /living_room_0063/sync_depth_00090.png 518.8579 -/bookstore_0001f/rgb_00346.jpg /bookstore_0001f/sync_depth_00346.png 518.8579 -/living_room_0050/rgb_00097.jpg /living_room_0050/sync_depth_00097.png 518.8579 -/bathroom_0034/rgb_00024.jpg /bathroom_0034/sync_depth_00024.png 518.8579 -/dining_room_0012/rgb_00179.jpg /dining_room_0012/sync_depth_00179.png 518.8579 -/playroom_0004/rgb_00042.jpg /playroom_0004/sync_depth_00042.png 518.8579 -/bathroom_0048/rgb_00051.jpg /bathroom_0048/sync_depth_00051.png 518.8579 -/dining_room_0034/rgb_00142.jpg /dining_room_0034/sync_depth_00142.png 518.8579 -/home_office_0011/rgb_00098.jpg /home_office_0011/sync_depth_00098.png 518.8579 -/home_office_0004/rgb_00019.jpg /home_office_0004/sync_depth_00019.png 518.8579 -/dining_room_0024/rgb_00125.jpg /dining_room_0024/sync_depth_00125.png 518.8579 -/printer_room_0001/rgb_00038.jpg /printer_room_0001/sync_depth_00038.png 518.8579 -/bathroom_0005/rgb_00049.jpg /bathroom_0005/sync_depth_00049.png 518.8579 -/bathroom_0056/rgb_00042.jpg /bathroom_0056/sync_depth_00042.png 518.8579 -/furniture_store_0001d/rgb_00130.jpg /furniture_store_0001d/sync_depth_00130.png 518.8579 -/kitchen_0048/rgb_00176.jpg /kitchen_0048/sync_depth_00176.png 518.8579 -/dining_room_0029/rgb_00098.jpg /dining_room_0029/sync_depth_00098.png 518.8579 -/dining_room_0016/rgb_00094.jpg /dining_room_0016/sync_depth_00094.png 518.8579 -/living_room_0055/rgb_00011.jpg /living_room_0055/sync_depth_00011.png 518.8579 -/kitchen_0035b/rgb_00190.jpg /kitchen_0035b/sync_depth_00190.png 518.8579 -/kitchen_0017/rgb_00053.jpg /kitchen_0017/sync_depth_00053.png 518.8579 -/bookstore_0001h/rgb_00161.jpg /bookstore_0001h/sync_depth_00161.png 518.8579 -/dining_room_0031/rgb_00377.jpg /dining_room_0031/sync_depth_00377.png 518.8579 -/bedroom_0020/rgb_00002.jpg /bedroom_0020/sync_depth_00002.png 518.8579 -/kitchen_0051/rgb_00153.jpg /kitchen_0051/sync_depth_00153.png 518.8579 -/bedroom_0047/rgb_00011.jpg /bedroom_0047/sync_depth_00011.png 518.8579 -/dining_room_0016/rgb_00097.jpg /dining_room_0016/sync_depth_00097.png 518.8579 -/living_room_0039/rgb_00177.jpg /living_room_0039/sync_depth_00177.png 518.8579 -/living_room_0069a/rgb_00103.jpg /living_room_0069a/sync_depth_00103.png 518.8579 -/bedroom_0004/rgb_00125.jpg /bedroom_0004/sync_depth_00125.png 518.8579 -/bedroom_0019/rgb_00012.jpg /bedroom_0019/sync_depth_00012.png 518.8579 -/classroom_0006/rgb_00142.jpg /classroom_0006/sync_depth_00142.png 518.8579 -/dining_room_0034/rgb_00181.jpg /dining_room_0034/sync_depth_00181.png 518.8579 -/classroom_0003/rgb_00023.jpg /classroom_0003/sync_depth_00023.png 518.8579 -/bedroom_0034/rgb_00123.jpg /bedroom_0034/sync_depth_00123.png 518.8579 -/bedroom_0081/rgb_00016.jpg /bedroom_0081/sync_depth_00016.png 518.8579 -/kitchen_0051/rgb_00142.jpg /kitchen_0051/sync_depth_00142.png 518.8579 -/bookstore_0001h/rgb_00141.jpg /bookstore_0001h/sync_depth_00141.png 518.8579 -/bedroom_0051/rgb_00216.jpg /bedroom_0051/sync_depth_00216.png 518.8579 -/living_room_0058/rgb_00197.jpg /living_room_0058/sync_depth_00197.png 518.8579 -/bedroom_0113/rgb_00091.jpg /bedroom_0113/sync_depth_00091.png 518.8579 -/dining_room_0008/rgb_00154.jpg /dining_room_0008/sync_depth_00154.png 518.8579 -/living_room_0010/rgb_00122.jpg /living_room_0010/sync_depth_00122.png 518.8579 -/living_room_0011/rgb_00074.jpg /living_room_0011/sync_depth_00074.png 518.8579 -/home_office_0006/rgb_00159.jpg /home_office_0006/sync_depth_00159.png 518.8579 -/bedroom_0129/rgb_00095.jpg /bedroom_0129/sync_depth_00095.png 518.8579 -/bathroom_0039/rgb_00057.jpg /bathroom_0039/sync_depth_00057.png 518.8579 -/living_room_0069a/rgb_00051.jpg /living_room_0069a/sync_depth_00051.png 518.8579 -/bookstore_0001f/rgb_00100.jpg /bookstore_0001f/sync_depth_00100.png 518.8579 -/study_0006/rgb_00027.jpg /study_0006/sync_depth_00027.png 518.8579 -/nyu_office_1/rgb_00069.jpg /nyu_office_1/sync_depth_00069.png 518.8579 -/living_room_0058/rgb_00049.jpg /living_room_0058/sync_depth_00049.png 518.8579 -/office_0006/rgb_00067.jpg /office_0006/sync_depth_00067.png 518.8579 -/living_room_0018/rgb_00094.jpg /living_room_0018/sync_depth_00094.png 518.8579 -/bedroom_0076a/rgb_00181.jpg /bedroom_0076a/sync_depth_00181.png 518.8579 -/reception_room_0004/rgb_00050.jpg /reception_room_0004/sync_depth_00050.png 518.8579 -/kitchen_0060/rgb_00066.jpg /kitchen_0060/sync_depth_00066.png 518.8579 -/bedroom_0050/rgb_00151.jpg /bedroom_0050/sync_depth_00151.png 518.8579 -/dining_room_0016/rgb_00212.jpg /dining_room_0016/sync_depth_00212.png 518.8579 -/bedroom_0025/rgb_00109.jpg /bedroom_0025/sync_depth_00109.png 518.8579 -/home_office_0008/rgb_00029.jpg /home_office_0008/sync_depth_00029.png 518.8579 -/kitchen_0028a/rgb_00116.jpg /kitchen_0028a/sync_depth_00116.png 518.8579 -/home_storage_0001/rgb_00117.jpg /home_storage_0001/sync_depth_00117.png 518.8579 -/bookstore_0001f/rgb_00381.jpg /bookstore_0001f/sync_depth_00381.png 518.8579 -/bathroom_0045a/rgb_00015.jpg /bathroom_0045a/sync_depth_00015.png 518.8579 -/bookstore_0001i/rgb_00019.jpg /bookstore_0001i/sync_depth_00019.png 518.8579 -/furniture_store_0002b/rgb_00053.jpg /furniture_store_0002b/sync_depth_00053.png 518.8579 -/dining_room_0001b/rgb_00066.jpg /dining_room_0001b/sync_depth_00066.png 518.8579 -/living_room_0040/rgb_00328.jpg /living_room_0040/sync_depth_00328.png 518.8579 -/bedroom_0106/rgb_00074.jpg /bedroom_0106/sync_depth_00074.png 518.8579 -/bookstore_0001g/rgb_00188.jpg /bookstore_0001g/sync_depth_00188.png 518.8579 -/study_room_0004/rgb_00088.jpg /study_room_0004/sync_depth_00088.png 518.8579 -/bedroom_0017/rgb_00136.jpg /bedroom_0017/sync_depth_00136.png 518.8579 -/basement_0001a/rgb_00137.jpg /basement_0001a/sync_depth_00137.png 518.8579 -/bedroom_0042/rgb_00031.jpg /bedroom_0042/sync_depth_00031.png 518.8579 -/kitchen_0043/rgb_00165.jpg /kitchen_0043/sync_depth_00165.png 518.8579 -/dining_room_0012/rgb_00087.jpg /dining_room_0012/sync_depth_00087.png 518.8579 -/dining_room_0001b/rgb_00139.jpg /dining_room_0001b/sync_depth_00139.png 518.8579 -/home_office_0005/rgb_00115.jpg /home_office_0005/sync_depth_00115.png 518.8579 -/kitchen_0016/rgb_00062.jpg /kitchen_0016/sync_depth_00062.png 518.8579 -/home_office_0005/rgb_00016.jpg /home_office_0005/sync_depth_00016.png 518.8579 -/bathroom_0049/rgb_00022.jpg /bathroom_0049/sync_depth_00022.png 518.8579 -/reception_room_0002/rgb_00009.jpg /reception_room_0002/sync_depth_00009.png 518.8579 -/kitchen_0052/rgb_00054.jpg /kitchen_0052/sync_depth_00054.png 518.8579 -/classroom_0006/rgb_00032.jpg /classroom_0006/sync_depth_00032.png 518.8579 -/dining_room_0007/rgb_00053.jpg /dining_room_0007/sync_depth_00053.png 518.8579 -/kitchen_0003/rgb_00017.jpg /kitchen_0003/sync_depth_00017.png 518.8579 -/bedroom_0129/rgb_00068.jpg /bedroom_0129/sync_depth_00068.png 518.8579 -/office_0006/rgb_00109.jpg /office_0006/sync_depth_00109.png 518.8579 -/bedroom_0076a/rgb_00043.jpg /bedroom_0076a/sync_depth_00043.png 518.8579 -/bedroom_0016/rgb_00049.jpg /bedroom_0016/sync_depth_00049.png 518.8579 -/furniture_store_0002b/rgb_00112.jpg /furniture_store_0002b/sync_depth_00112.png 518.8579 -/living_room_0038/rgb_00016.jpg /living_room_0038/sync_depth_00016.png 518.8579 -/bathroom_0048/rgb_00049.jpg /bathroom_0048/sync_depth_00049.png 518.8579 -/reception_room_0001b/rgb_00122.jpg /reception_room_0001b/sync_depth_00122.png 518.8579 -/bathroom_0049/rgb_00004.jpg /bathroom_0049/sync_depth_00004.png 518.8579 -/kitchen_0045b/rgb_00120.jpg /kitchen_0045b/sync_depth_00120.png 518.8579 -/living_room_0010/rgb_00168.jpg /living_room_0010/sync_depth_00168.png 518.8579 -/bedroom_0053/rgb_00066.jpg /bedroom_0053/sync_depth_00066.png 518.8579 -/living_room_0063/rgb_00074.jpg /living_room_0063/sync_depth_00074.png 518.8579 -/dining_room_0014/rgb_00038.jpg /dining_room_0014/sync_depth_00038.png 518.8579 -/bathroom_0045a/rgb_00004.jpg /bathroom_0045a/sync_depth_00004.png 518.8579 -/bookstore_0001f/rgb_00298.jpg /bookstore_0001f/sync_depth_00298.png 518.8579 -/bedroom_0017/rgb_00006.jpg /bedroom_0017/sync_depth_00006.png 518.8579 -/living_room_0020/rgb_00081.jpg /living_room_0020/sync_depth_00081.png 518.8579 -/living_room_0022/rgb_00279.jpg /living_room_0022/sync_depth_00279.png 518.8579 -/living_room_0005/rgb_00020.jpg /living_room_0005/sync_depth_00020.png 518.8579 -/office_0009/rgb_00024.jpg /office_0009/sync_depth_00024.png 518.8579 -/living_room_0055/rgb_00092.jpg /living_room_0055/sync_depth_00092.png 518.8579 -/dining_room_0037/rgb_00109.jpg /dining_room_0037/sync_depth_00109.png 518.8579 -/dining_room_0034/rgb_00073.jpg /dining_room_0034/sync_depth_00073.png 518.8579 -/living_room_0018/rgb_00074.jpg /living_room_0018/sync_depth_00074.png 518.8579 -/furniture_store_0002a/rgb_00204.jpg /furniture_store_0002a/sync_depth_00204.png 518.8579 -/bedroom_0052/rgb_00212.jpg /bedroom_0052/sync_depth_00212.png 518.8579 -/home_office_0004/rgb_00042.jpg /home_office_0004/sync_depth_00042.png 518.8579 -/bedroom_0014/rgb_00063.jpg /bedroom_0014/sync_depth_00063.png 518.8579 -/dining_room_0013/rgb_00125.jpg /dining_room_0013/sync_depth_00125.png 518.8579 -/kitchen_0035b/rgb_00306.jpg /kitchen_0035b/sync_depth_00306.png 518.8579 -/bedroom_0140/rgb_00135.jpg /bedroom_0140/sync_depth_00135.png 518.8579 -/classroom_0003/rgb_00042.jpg /classroom_0003/sync_depth_00042.png 518.8579 -/bedroom_0078/rgb_00068.jpg /bedroom_0078/sync_depth_00068.png 518.8579 -/living_room_0078/rgb_00079.jpg /living_room_0078/sync_depth_00079.png 518.8579 -/bedroom_0040/rgb_00035.jpg /bedroom_0040/sync_depth_00035.png 518.8579 -/nyu_office_0/rgb_00187.jpg /nyu_office_0/sync_depth_00187.png 518.8579 -/bedroom_0081/rgb_00003.jpg /bedroom_0081/sync_depth_00003.png 518.8579 -/bookstore_0001g/rgb_00175.jpg /bookstore_0001g/sync_depth_00175.png 518.8579 -/dining_room_0013/rgb_00155.jpg /dining_room_0013/sync_depth_00155.png 518.8579 -/student_lounge_0001/rgb_00176.jpg /student_lounge_0001/sync_depth_00176.png 518.8579 -/dinette_0001/rgb_00001.jpg /dinette_0001/sync_depth_00001.png 518.8579 -/nyu_office_0/rgb_00173.jpg /nyu_office_0/sync_depth_00173.png 518.8579 -/living_room_0047b/rgb_00037.jpg /living_room_0047b/sync_depth_00037.png 518.8579 -/living_room_0063/rgb_00107.jpg /living_room_0063/sync_depth_00107.png 518.8579 -/office_0026/rgb_00086.jpg /office_0026/sync_depth_00086.png 518.8579 -/kitchen_0043/rgb_00122.jpg /kitchen_0043/sync_depth_00122.png 518.8579 -/living_room_0033/rgb_00006.jpg /living_room_0033/sync_depth_00006.png 518.8579 -/bookstore_0001i/rgb_00072.jpg /bookstore_0001i/sync_depth_00072.png 518.8579 -/bedroom_0130/rgb_00069.jpg /bedroom_0130/sync_depth_00069.png 518.8579 -/living_room_0058/rgb_00167.jpg /living_room_0058/sync_depth_00167.png 518.8579 -/living_room_0058/rgb_00281.jpg /living_room_0058/sync_depth_00281.png 518.8579 -/living_room_0019/rgb_00057.jpg /living_room_0019/sync_depth_00057.png 518.8579 -/bedroom_0106/rgb_00058.jpg /bedroom_0106/sync_depth_00058.png 518.8579 -/living_room_0010/rgb_00131.jpg /living_room_0010/sync_depth_00131.png 518.8579 -/bookstore_0001d/rgb_00010.jpg /bookstore_0001d/sync_depth_00010.png 518.8579 -/bedroom_0050/rgb_00158.jpg /bedroom_0050/sync_depth_00158.png 518.8579 -/furniture_store_0002a/rgb_00383.jpg /furniture_store_0002a/sync_depth_00383.png 518.8579 -/bedroom_0051/rgb_00008.jpg /bedroom_0051/sync_depth_00008.png 518.8579 -/dining_room_0019/rgb_00049.jpg /dining_room_0019/sync_depth_00049.png 518.8579 -/living_room_0011/rgb_00070.jpg /living_room_0011/sync_depth_00070.png 518.8579 -/kitchen_0053/rgb_00109.jpg /kitchen_0053/sync_depth_00109.png 518.8579 -/playroom_0003/rgb_00063.jpg /playroom_0003/sync_depth_00063.png 518.8579 -/bathroom_0013/rgb_00000.jpg /bathroom_0013/sync_depth_00000.png 518.8579 -/bedroom_0045/rgb_00008.jpg /bedroom_0045/sync_depth_00008.png 518.8579 -/dining_room_0013/rgb_00091.jpg /dining_room_0013/sync_depth_00091.png 518.8579 -/bedroom_0060/rgb_00034.jpg /bedroom_0060/sync_depth_00034.png 518.8579 -/bedroom_0106/rgb_00067.jpg /bedroom_0106/sync_depth_00067.png 518.8579 -/living_room_0022/rgb_00098.jpg /living_room_0022/sync_depth_00098.png 518.8579 -/living_room_0058/rgb_00080.jpg /living_room_0058/sync_depth_00080.png 518.8579 -/kitchen_0051/rgb_00147.jpg /kitchen_0051/sync_depth_00147.png 518.8579 -/bedroom_0076a/rgb_00239.jpg /bedroom_0076a/sync_depth_00239.png 518.8579 -/dining_room_0029/rgb_00120.jpg /dining_room_0029/sync_depth_00120.png 518.8579 -/living_room_0019/rgb_00045.jpg /living_room_0019/sync_depth_00045.png 518.8579 -/kitchen_0051/rgb_00074.jpg /kitchen_0051/sync_depth_00074.png 518.8579 -/bathroom_0030/rgb_00040.jpg /bathroom_0030/sync_depth_00040.png 518.8579 -/living_room_0050/rgb_00211.jpg /living_room_0050/sync_depth_00211.png 518.8579 -/kitchen_0053/rgb_00136.jpg /kitchen_0053/sync_depth_00136.png 518.8579 -/bathroom_0028/rgb_00098.jpg /bathroom_0028/sync_depth_00098.png 518.8579 -/bedroom_0051/rgb_00164.jpg /bedroom_0051/sync_depth_00164.png 518.8579 -/bathroom_0014a/rgb_00060.jpg /bathroom_0014a/sync_depth_00060.png 518.8579 -/bedroom_0132/rgb_00019.jpg /bedroom_0132/sync_depth_00019.png 518.8579 -/bedroom_0074/rgb_00000.jpg /bedroom_0074/sync_depth_00000.png 518.8579 -/living_room_0040/rgb_00112.jpg /living_room_0040/sync_depth_00112.png 518.8579 -/playroom_0004/rgb_00046.jpg /playroom_0004/sync_depth_00046.png 518.8579 -/study_0003/rgb_00049.jpg /study_0003/sync_depth_00049.png 518.8579 -/dining_room_0031/rgb_00109.jpg /dining_room_0031/sync_depth_00109.png 518.8579 -/conference_room_0001/rgb_00028.jpg /conference_room_0001/sync_depth_00028.png 518.8579 -/living_room_0022/rgb_00314.jpg /living_room_0022/sync_depth_00314.png 518.8579 -/kitchen_0028a/rgb_00204.jpg /kitchen_0028a/sync_depth_00204.png 518.8579 -/bedroom_0025/rgb_00080.jpg /bedroom_0025/sync_depth_00080.png 518.8579 -/classroom_0022/rgb_00025.jpg /classroom_0022/sync_depth_00025.png 518.8579 -/dining_room_0001b/rgb_00120.jpg /dining_room_0001b/sync_depth_00120.png 518.8579 -/bookstore_0001f/rgb_00112.jpg /bookstore_0001f/sync_depth_00112.png 518.8579 -/kitchen_0051/rgb_00107.jpg /kitchen_0051/sync_depth_00107.png 518.8579 -/laundry_room_0001/rgb_00038.jpg /laundry_room_0001/sync_depth_00038.png 518.8579 -/study_room_0005a/rgb_00037.jpg /study_room_0005a/sync_depth_00037.png 518.8579 -/dining_room_0012/rgb_00116.jpg /dining_room_0012/sync_depth_00116.png 518.8579 -/living_room_0042a/rgb_00011.jpg /living_room_0042a/sync_depth_00011.png 518.8579 -/classroom_0022/rgb_00118.jpg /classroom_0022/sync_depth_00118.png 518.8579 -/bedroom_0126/rgb_00025.jpg /bedroom_0126/sync_depth_00025.png 518.8579 -/nyu_office_0/rgb_00414.jpg /nyu_office_0/sync_depth_00414.png 518.8579 -/bathroom_0016/rgb_00014.jpg /bathroom_0016/sync_depth_00014.png 518.8579 -/nyu_office_0/rgb_00176.jpg /nyu_office_0/sync_depth_00176.png 518.8579 -/excercise_room_0001/rgb_00094.jpg /excercise_room_0001/sync_depth_00094.png 518.8579 -/furniture_store_0002b/rgb_00213.jpg /furniture_store_0002b/sync_depth_00213.png 518.8579 -/study_room_0004/rgb_00184.jpg /study_room_0004/sync_depth_00184.png 518.8579 -/living_room_0068/rgb_00034.jpg /living_room_0068/sync_depth_00034.png 518.8579 -/kitchen_0048/rgb_00001.jpg /kitchen_0048/sync_depth_00001.png 518.8579 -/dining_room_0012/rgb_00214.jpg /dining_room_0012/sync_depth_00214.png 518.8579 -/dining_room_0007/rgb_00114.jpg /dining_room_0007/sync_depth_00114.png 518.8579 -/furniture_store_0001d/rgb_00181.jpg /furniture_store_0001d/sync_depth_00181.png 518.8579 -/dining_room_0010/rgb_00072.jpg /dining_room_0010/sync_depth_00072.png 518.8579 -/office_0006/rgb_00131.jpg /office_0006/sync_depth_00131.png 518.8579 -/dining_room_0037/rgb_00014.jpg /dining_room_0037/sync_depth_00014.png 518.8579 -/office_0011/rgb_00038.jpg /office_0011/sync_depth_00038.png 518.8579 -/bookstore_0001h/rgb_00090.jpg /bookstore_0001h/sync_depth_00090.png 518.8579 -/dining_room_0015/rgb_00243.jpg /dining_room_0015/sync_depth_00243.png 518.8579 -/kitchen_0051/rgb_00302.jpg /kitchen_0051/sync_depth_00302.png 518.8579 -/home_office_0005/rgb_00078.jpg /home_office_0005/sync_depth_00078.png 518.8579 -/computer_lab_0002/rgb_00035.jpg /computer_lab_0002/sync_depth_00035.png 518.8579 -/bookstore_0001j/rgb_00054.jpg /bookstore_0001j/sync_depth_00054.png 518.8579 -/bedroom_0053/rgb_00038.jpg /bedroom_0053/sync_depth_00038.png 518.8579 -/bedroom_0078/rgb_00036.jpg /bedroom_0078/sync_depth_00036.png 518.8579 -/dining_room_0019/rgb_00128.jpg /dining_room_0019/sync_depth_00128.png 518.8579 -/dining_room_0007/rgb_00091.jpg /dining_room_0007/sync_depth_00091.png 518.8579 -/basement_0001b/rgb_00008.jpg /basement_0001b/sync_depth_00008.png 518.8579 -/kitchen_0045a/rgb_00176.jpg /kitchen_0045a/sync_depth_00176.png 518.8579 -/kitchen_0031/rgb_00009.jpg /kitchen_0031/sync_depth_00009.png 518.8579 -/bookstore_0001e/rgb_00136.jpg /bookstore_0001e/sync_depth_00136.png 518.8579 -/bedroom_0039/rgb_00010.jpg /bedroom_0039/sync_depth_00010.png 518.8579 -/bedroom_0130/rgb_00000.jpg /bedroom_0130/sync_depth_00000.png 518.8579 -/bookstore_0001i/rgb_00053.jpg /bookstore_0001i/sync_depth_00053.png 518.8579 -/kitchen_0035b/rgb_00126.jpg /kitchen_0035b/sync_depth_00126.png 518.8579 -/bathroom_0007/rgb_00032.jpg /bathroom_0007/sync_depth_00032.png 518.8579 -/living_room_0067/rgb_00081.jpg /living_room_0067/sync_depth_00081.png 518.8579 -/bathroom_0019/rgb_00049.jpg /bathroom_0019/sync_depth_00049.png 518.8579 -/bedroom_0021/rgb_00080.jpg /bedroom_0021/sync_depth_00080.png 518.8579 -/living_room_0063/rgb_00174.jpg /living_room_0063/sync_depth_00174.png 518.8579 -/home_office_0004/rgb_00144.jpg /home_office_0004/sync_depth_00144.png 518.8579 -/living_room_0058/rgb_00081.jpg /living_room_0058/sync_depth_00081.png 518.8579 -/bookstore_0001g/rgb_00076.jpg /bookstore_0001g/sync_depth_00076.png 518.8579 -/bedroom_0053/rgb_00064.jpg /bedroom_0053/sync_depth_00064.png 518.8579 -/dining_room_0001b/rgb_00188.jpg /dining_room_0001b/sync_depth_00188.png 518.8579 -/basement_0001a/rgb_00070.jpg /basement_0001a/sync_depth_00070.png 518.8579 -/living_room_0070/rgb_00099.jpg /living_room_0070/sync_depth_00099.png 518.8579 -/furniture_store_0002a/rgb_00070.jpg /furniture_store_0002a/sync_depth_00070.png 518.8579 -/bedroom_0059/rgb_00061.jpg /bedroom_0059/sync_depth_00061.png 518.8579 -/living_room_0039/rgb_00130.jpg /living_room_0039/sync_depth_00130.png 518.8579 -/bookstore_0001h/rgb_00035.jpg /bookstore_0001h/sync_depth_00035.png 518.8579 -/dining_room_0012/rgb_00202.jpg /dining_room_0012/sync_depth_00202.png 518.8579 -/bathroom_0028/rgb_00075.jpg /bathroom_0028/sync_depth_00075.png 518.8579 -/bedroom_0097/rgb_00032.jpg /bedroom_0097/sync_depth_00032.png 518.8579 -/living_room_0011/rgb_00115.jpg /living_room_0011/sync_depth_00115.png 518.8579 -/kitchen_0019a/rgb_00118.jpg /kitchen_0019a/sync_depth_00118.png 518.8579 -/kitchen_0003/rgb_00086.jpg /kitchen_0003/sync_depth_00086.png 518.8579 -/living_room_0029/rgb_00077.jpg /living_room_0029/sync_depth_00077.png 518.8579 -/bathroom_0028/rgb_00142.jpg /bathroom_0028/sync_depth_00142.png 518.8579 -/kitchen_0028a/rgb_00201.jpg /kitchen_0028a/sync_depth_00201.png 518.8579 -/living_room_0046b/rgb_00080.jpg /living_room_0046b/sync_depth_00080.png 518.8579 -/furniture_store_0001f/rgb_00017.jpg /furniture_store_0001f/sync_depth_00017.png 518.8579 -/playroom_0003/rgb_00047.jpg /playroom_0003/sync_depth_00047.png 518.8579 -/bedroom_0062/rgb_00022.jpg /bedroom_0062/sync_depth_00022.png 518.8579 -/kitchen_0043/rgb_00031.jpg /kitchen_0043/sync_depth_00031.png 518.8579 -/dining_room_0031/rgb_00087.jpg /dining_room_0031/sync_depth_00087.png 518.8579 -/dining_room_0004/rgb_00076.jpg /dining_room_0004/sync_depth_00076.png 518.8579 -/kitchen_0029c/rgb_00005.jpg /kitchen_0029c/sync_depth_00005.png 518.8579 -/furniture_store_0002b/rgb_00158.jpg /furniture_store_0002b/sync_depth_00158.png 518.8579 -/office_0012/rgb_00022.jpg /office_0012/sync_depth_00022.png 518.8579 -/bathroom_0014a/rgb_00076.jpg /bathroom_0014a/sync_depth_00076.png 518.8579 -/dining_room_0024/rgb_00099.jpg /dining_room_0024/sync_depth_00099.png 518.8579 -/excercise_room_0001/rgb_00103.jpg /excercise_room_0001/sync_depth_00103.png 518.8579 -/bedroom_0079/rgb_00025.jpg /bedroom_0079/sync_depth_00025.png 518.8579 -/kitchen_0043/rgb_00209.jpg /kitchen_0043/sync_depth_00209.png 518.8579 -/bedroom_0104/rgb_00061.jpg /bedroom_0104/sync_depth_00061.png 518.8579 -/bedroom_0132/rgb_00013.jpg /bedroom_0132/sync_depth_00013.png 518.8579 -/dining_room_0007/rgb_00093.jpg /dining_room_0007/sync_depth_00093.png 518.8579 -/playroom_0003/rgb_00150.jpg /playroom_0003/sync_depth_00150.png 518.8579 -/furniture_store_0001b/rgb_00089.jpg /furniture_store_0001b/sync_depth_00089.png 518.8579 -/kitchen_0029b/rgb_00062.jpg /kitchen_0029b/sync_depth_00062.png 518.8579 -/dinette_0001/rgb_00040.jpg /dinette_0001/sync_depth_00040.png 518.8579 -/nyu_office_0/rgb_00261.jpg /nyu_office_0/sync_depth_00261.png 518.8579 -/kitchen_0035b/rgb_00165.jpg /kitchen_0035b/sync_depth_00165.png 518.8579 -/living_room_0047b/rgb_00076.jpg /living_room_0047b/sync_depth_00076.png 518.8579 -/bathroom_0033/rgb_00060.jpg /bathroom_0033/sync_depth_00060.png 518.8579 -/bedroom_0041/rgb_00018.jpg /bedroom_0041/sync_depth_00018.png 518.8579 -/living_room_0071/rgb_00001.jpg /living_room_0071/sync_depth_00001.png 518.8579 -/excercise_room_0001/rgb_00090.jpg /excercise_room_0001/sync_depth_00090.png 518.8579 -/kitchen_0010/rgb_00093.jpg /kitchen_0010/sync_depth_00093.png 518.8579 -/office_0024/rgb_00062.jpg /office_0024/sync_depth_00062.png 518.8579 -/bookstore_0001g/rgb_00198.jpg /bookstore_0001g/sync_depth_00198.png 518.8579 -/bedroom_0124/rgb_00036.jpg /bedroom_0124/sync_depth_00036.png 518.8579 -/furniture_store_0002b/rgb_00015.jpg /furniture_store_0002b/sync_depth_00015.png 518.8579 -/reception_room_0001b/rgb_00039.jpg /reception_room_0001b/sync_depth_00039.png 518.8579 -/office_0011/rgb_00121.jpg /office_0011/sync_depth_00121.png 518.8579 -/dining_room_0034/rgb_00072.jpg /dining_room_0034/sync_depth_00072.png 518.8579 -/bookstore_0001d/rgb_00324.jpg /bookstore_0001d/sync_depth_00324.png 518.8579 -/kitchen_0003/rgb_00160.jpg /kitchen_0003/sync_depth_00160.png 518.8579 -/kitchen_0035b/rgb_00134.jpg /kitchen_0035b/sync_depth_00134.png 518.8579 -/cafe_0001a/rgb_00088.jpg /cafe_0001a/sync_depth_00088.png 518.8579 -/living_room_0055/rgb_00055.jpg /living_room_0055/sync_depth_00055.png 518.8579 -/bedroom_0052/rgb_00022.jpg /bedroom_0052/sync_depth_00022.png 518.8579 -/kitchen_0028b/rgb_00031.jpg /kitchen_0028b/sync_depth_00031.png 518.8579 -/living_room_0050/rgb_00159.jpg /living_room_0050/sync_depth_00159.png 518.8579 -/kitchen_0028a/rgb_00090.jpg /kitchen_0028a/sync_depth_00090.png 518.8579 -/dining_room_0015/rgb_00230.jpg /dining_room_0015/sync_depth_00230.png 518.8579 -/bookstore_0001g/rgb_00062.jpg /bookstore_0001g/sync_depth_00062.png 518.8579 -/kitchen_0016/rgb_00113.jpg /kitchen_0016/sync_depth_00113.png 518.8579 -/bathroom_0011/rgb_00021.jpg /bathroom_0011/sync_depth_00021.png 518.8579 -/bedroom_0060/rgb_00056.jpg /bedroom_0060/sync_depth_00056.png 518.8579 -/kitchen_0053/rgb_00220.jpg /kitchen_0053/sync_depth_00220.png 518.8579 -/playroom_0003/rgb_00013.jpg /playroom_0003/sync_depth_00013.png 518.8579 -/bedroom_0079/rgb_00028.jpg /bedroom_0079/sync_depth_00028.png 518.8579 -/furniture_store_0002a/rgb_00107.jpg /furniture_store_0002a/sync_depth_00107.png 518.8579 -/furniture_store_0002b/rgb_00021.jpg /furniture_store_0002b/sync_depth_00021.png 518.8579 -/study_room_0004/rgb_00191.jpg /study_room_0004/sync_depth_00191.png 518.8579 -/bookstore_0001d/rgb_00094.jpg /bookstore_0001d/sync_depth_00094.png 518.8579 -/home_storage_0001/rgb_00074.jpg /home_storage_0001/sync_depth_00074.png 518.8579 -/nyu_office_1/rgb_00047.jpg /nyu_office_1/sync_depth_00047.png 518.8579 -/playroom_0006/rgb_00151.jpg /playroom_0006/sync_depth_00151.png 518.8579 -/kitchen_0060/rgb_00178.jpg /kitchen_0060/sync_depth_00178.png 518.8579 -/bedroom_0059/rgb_00008.jpg /bedroom_0059/sync_depth_00008.png 518.8579 -/dining_room_0037/rgb_00147.jpg /dining_room_0037/sync_depth_00147.png 518.8579 -/bedroom_0038/rgb_00005.jpg /bedroom_0038/sync_depth_00005.png 518.8579 -/cafe_0001b/rgb_00036.jpg /cafe_0001b/sync_depth_00036.png 518.8579 -/living_room_0085/rgb_00042.jpg /living_room_0085/sync_depth_00042.png 518.8579 -/kitchen_0031/rgb_00029.jpg /kitchen_0031/sync_depth_00029.png 518.8579 -/bedroom_0051/rgb_00077.jpg /bedroom_0051/sync_depth_00077.png 518.8579 -/living_room_0020/rgb_00228.jpg /living_room_0020/sync_depth_00228.png 518.8579 -/bathroom_0019/rgb_00010.jpg /bathroom_0019/sync_depth_00010.png 518.8579 -/bedroom_0050/rgb_00147.jpg /bedroom_0050/sync_depth_00147.png 518.8579 -/kitchen_0031/rgb_00089.jpg /kitchen_0031/sync_depth_00089.png 518.8579 -/dining_room_0004/rgb_00010.jpg /dining_room_0004/sync_depth_00010.png 518.8579 -/living_room_0067/rgb_00023.jpg /living_room_0067/sync_depth_00023.png 518.8579 -/basement_0001a/rgb_00128.jpg /basement_0001a/sync_depth_00128.png 518.8579 -/kitchen_0043/rgb_00022.jpg /kitchen_0043/sync_depth_00022.png 518.8579 -/bathroom_0039/rgb_00033.jpg /bathroom_0039/sync_depth_00033.png 518.8579 -/excercise_room_0001/rgb_00122.jpg /excercise_room_0001/sync_depth_00122.png 518.8579 -/classroom_0003/rgb_00105.jpg /classroom_0003/sync_depth_00105.png 518.8579 -/furniture_store_0001e/rgb_00076.jpg /furniture_store_0001e/sync_depth_00076.png 518.8579 -/conference_room_0002/rgb_00018.jpg /conference_room_0002/sync_depth_00018.png 518.8579 -/living_room_0010/rgb_00151.jpg /living_room_0010/sync_depth_00151.png 518.8579 -/bedroom_0074/rgb_00081.jpg /bedroom_0074/sync_depth_00081.png 518.8579 -/living_room_0005/rgb_00073.jpg /living_room_0005/sync_depth_00073.png 518.8579 -/reception_room_0004/rgb_00087.jpg /reception_room_0004/sync_depth_00087.png 518.8579 -/kitchen_0017/rgb_00040.jpg /kitchen_0017/sync_depth_00040.png 518.8579 -/dining_room_0037/rgb_00139.jpg /dining_room_0037/sync_depth_00139.png 518.8579 -/dining_room_0004/rgb_00107.jpg /dining_room_0004/sync_depth_00107.png 518.8579 -/dining_room_0008/rgb_00137.jpg /dining_room_0008/sync_depth_00137.png 518.8579 -/furniture_store_0002a/rgb_00366.jpg /furniture_store_0002a/sync_depth_00366.png 518.8579 -/bookstore_0001d/rgb_00161.jpg /bookstore_0001d/sync_depth_00161.png 518.8579 -/bedroom_0138/rgb_00053.jpg /bedroom_0138/sync_depth_00053.png 518.8579 -/kitchen_0048/rgb_00198.jpg /kitchen_0048/sync_depth_00198.png 518.8579 -/living_room_0011/rgb_00030.jpg /living_room_0011/sync_depth_00030.png 518.8579 -/bathroom_0014a/rgb_00069.jpg /bathroom_0014a/sync_depth_00069.png 518.8579 -/living_room_0033/rgb_00050.jpg /living_room_0033/sync_depth_00050.png 518.8579 -/living_room_0062/rgb_00186.jpg /living_room_0062/sync_depth_00186.png 518.8579 -/foyer_0002/rgb_00031.jpg /foyer_0002/sync_depth_00031.png 518.8579 -/dining_room_0013/rgb_00067.jpg /dining_room_0013/sync_depth_00067.png 518.8579 -/bookstore_0001g/rgb_00238.jpg /bookstore_0001g/sync_depth_00238.png 518.8579 -/bedroom_0072/rgb_00013.jpg /bedroom_0072/sync_depth_00013.png 518.8579 -/bathroom_0023/rgb_00005.jpg /bathroom_0023/sync_depth_00005.png 518.8579 -/bedroom_0015/rgb_00001.jpg /bedroom_0015/sync_depth_00001.png 518.8579 -/kitchen_0028b/rgb_00000.jpg /kitchen_0028b/sync_depth_00000.png 518.8579 -/bookstore_0001d/rgb_00340.jpg /bookstore_0001d/sync_depth_00340.png 518.8579 -/dining_room_0008/rgb_00043.jpg /dining_room_0008/sync_depth_00043.png 518.8579 -/student_lounge_0001/rgb_00074.jpg /student_lounge_0001/sync_depth_00074.png 518.8579 -/classroom_0018/rgb_00028.jpg /classroom_0018/sync_depth_00028.png 518.8579 -/dining_room_0033/rgb_00057.jpg /dining_room_0033/sync_depth_00057.png 518.8579 -/bedroom_0010/rgb_00054.jpg /bedroom_0010/sync_depth_00054.png 518.8579 -/office_kitchen_0003/rgb_00112.jpg /office_kitchen_0003/sync_depth_00112.png 518.8579 -/dining_room_0031/rgb_00080.jpg /dining_room_0031/sync_depth_00080.png 518.8579 -/furniture_store_0002c/rgb_00000.jpg /furniture_store_0002c/sync_depth_00000.png 518.8579 -/living_room_0035/rgb_00004.jpg /living_room_0035/sync_depth_00004.png 518.8579 -/furniture_store_0002a/rgb_00158.jpg /furniture_store_0002a/sync_depth_00158.png 518.8579 -/living_room_0020/rgb_00234.jpg /living_room_0020/sync_depth_00234.png 518.8579 -/kitchen_0029b/rgb_00061.jpg /kitchen_0029b/sync_depth_00061.png 518.8579 -/bathroom_0057/rgb_00026.jpg /bathroom_0057/sync_depth_00026.png 518.8579 -/reception_room_0001b/rgb_00103.jpg /reception_room_0001b/sync_depth_00103.png 518.8579 -/kitchen_0045a/rgb_00153.jpg /kitchen_0045a/sync_depth_00153.png 518.8579 -/basement_0001a/rgb_00047.jpg /basement_0001a/sync_depth_00047.png 518.8579 -/living_room_0050/rgb_00047.jpg /living_room_0050/sync_depth_00047.png 518.8579 -/living_room_0078/rgb_00050.jpg /living_room_0078/sync_depth_00050.png 518.8579 -/bedroom_0097/rgb_00014.jpg /bedroom_0097/sync_depth_00014.png 518.8579 -/living_room_0018/rgb_00181.jpg /living_room_0018/sync_depth_00181.png 518.8579 -/dinette_0001/rgb_00076.jpg /dinette_0001/sync_depth_00076.png 518.8579 -/bedroom_0004/rgb_00012.jpg /bedroom_0004/sync_depth_00012.png 518.8579 -/kitchen_0051/rgb_00341.jpg /kitchen_0051/sync_depth_00341.png 518.8579 -/dining_room_0013/rgb_00149.jpg /dining_room_0013/sync_depth_00149.png 518.8579 -/bedroom_0051/rgb_00128.jpg /bedroom_0051/sync_depth_00128.png 518.8579 -/home_office_0006/rgb_00113.jpg /home_office_0006/sync_depth_00113.png 518.8579 -/dining_room_0033/rgb_00137.jpg /dining_room_0033/sync_depth_00137.png 518.8579 -/bookstore_0001g/rgb_00110.jpg /bookstore_0001g/sync_depth_00110.png 518.8579 -/bedroom_0052/rgb_00071.jpg /bedroom_0052/sync_depth_00071.png 518.8579 -/furniture_store_0001e/rgb_00031.jpg /furniture_store_0001e/sync_depth_00031.png 518.8579 -/bedroom_0062/rgb_00035.jpg /bedroom_0062/sync_depth_00035.png 518.8579 -/dining_room_0007/rgb_00218.jpg /dining_room_0007/sync_depth_00218.png 518.8579 -/bedroom_0067b/rgb_00006.jpg /bedroom_0067b/sync_depth_00006.png 518.8579 -/kitchen_0053/rgb_00151.jpg /kitchen_0053/sync_depth_00151.png 518.8579 -/office_0019/rgb_00012.jpg /office_0019/sync_depth_00012.png 518.8579 -/classroom_0012/rgb_00047.jpg /classroom_0012/sync_depth_00047.png 518.8579 -/living_room_0033/rgb_00069.jpg /living_room_0033/sync_depth_00069.png 518.8579 -/living_room_0010/rgb_00197.jpg /living_room_0010/sync_depth_00197.png 518.8579 -/bookstore_0001d/rgb_00141.jpg /bookstore_0001d/sync_depth_00141.png 518.8579 -/student_lounge_0001/rgb_00154.jpg /student_lounge_0001/sync_depth_00154.png 518.8579 -/kitchen_0019b/rgb_00016.jpg /kitchen_0019b/sync_depth_00016.png 518.8579 -/living_room_0038/rgb_00103.jpg /living_room_0038/sync_depth_00103.png 518.8579 -/living_room_0070/rgb_00056.jpg /living_room_0070/sync_depth_00056.png 518.8579 -/living_room_0067/rgb_00084.jpg /living_room_0067/sync_depth_00084.png 518.8579 -/bedroom_0033/rgb_00051.jpg /bedroom_0033/sync_depth_00051.png 518.8579 -/office_0006/rgb_00005.jpg /office_0006/sync_depth_00005.png 518.8579 -/bedroom_0125a/rgb_00020.jpg /bedroom_0125a/sync_depth_00020.png 518.8579 -/living_room_0012/rgb_00108.jpg /living_room_0012/sync_depth_00108.png 518.8579 -/bookstore_0001g/rgb_00006.jpg /bookstore_0001g/sync_depth_00006.png 518.8579 -/kitchen_0047/rgb_00141.jpg /kitchen_0047/sync_depth_00141.png 518.8579 -/bedroom_0047/rgb_00020.jpg /bedroom_0047/sync_depth_00020.png 518.8579 -/kitchen_0060/rgb_00020.jpg /kitchen_0060/sync_depth_00020.png 518.8579 -/bookstore_0001e/rgb_00170.jpg /bookstore_0001e/sync_depth_00170.png 518.8579 -/kitchen_0016/rgb_00021.jpg /kitchen_0016/sync_depth_00021.png 518.8579 -/furniture_store_0002a/rgb_00166.jpg /furniture_store_0002a/sync_depth_00166.png 518.8579 -/living_room_0062/rgb_00091.jpg /living_room_0062/sync_depth_00091.png 518.8579 -/dining_room_0031/rgb_00184.jpg /dining_room_0031/sync_depth_00184.png 518.8579 -/bedroom_0004/rgb_00089.jpg /bedroom_0004/sync_depth_00089.png 518.8579 -/bathroom_0001/rgb_00017.jpg /bathroom_0001/sync_depth_00017.png 518.8579 -/bookstore_0001j/rgb_00050.jpg /bookstore_0001j/sync_depth_00050.png 518.8579 -/office_0012/rgb_00064.jpg /office_0012/sync_depth_00064.png 518.8579 -/kitchen_0037/rgb_00060.jpg /kitchen_0037/sync_depth_00060.png 518.8579 -/living_room_0068/rgb_00068.jpg /living_room_0068/sync_depth_00068.png 518.8579 -/bedroom_0138/rgb_00096.jpg /bedroom_0138/sync_depth_00096.png 518.8579 -/living_room_0063/rgb_00063.jpg /living_room_0063/sync_depth_00063.png 518.8579 -/bedroom_0063/rgb_00045.jpg /bedroom_0063/sync_depth_00045.png 518.8579 -/bedroom_0076a/rgb_00251.jpg /bedroom_0076a/sync_depth_00251.png 518.8579 -/bookstore_0001f/rgb_00406.jpg /bookstore_0001f/sync_depth_00406.png 518.8579 -/bathroom_0024/rgb_00039.jpg /bathroom_0024/sync_depth_00039.png 518.8579 -/furniture_store_0002c/rgb_00006.jpg /furniture_store_0002c/sync_depth_00006.png 518.8579 -/living_room_0010/rgb_00103.jpg /living_room_0010/sync_depth_00103.png 518.8579 -/classroom_0022/rgb_00077.jpg /classroom_0022/sync_depth_00077.png 518.8579 -/living_room_0035/rgb_00071.jpg /living_room_0035/sync_depth_00071.png 518.8579 -/bedroom_0065/rgb_00017.jpg /bedroom_0065/sync_depth_00017.png 518.8579 -/bookstore_0001g/rgb_00156.jpg /bookstore_0001g/sync_depth_00156.png 518.8579 -/bookstore_0001i/rgb_00167.jpg /bookstore_0001i/sync_depth_00167.png 518.8579 -/kitchen_0060/rgb_00039.jpg /kitchen_0060/sync_depth_00039.png 518.8579 -/office_0011/rgb_00016.jpg /office_0011/sync_depth_00016.png 518.8579 -/excercise_room_0001/rgb_00030.jpg /excercise_room_0001/sync_depth_00030.png 518.8579 -/bedroom_0052/rgb_00019.jpg /bedroom_0052/sync_depth_00019.png 518.8579 -/reception_room_0004/rgb_00074.jpg /reception_room_0004/sync_depth_00074.png 518.8579 -/kitchen_0019a/rgb_00083.jpg /kitchen_0019a/sync_depth_00083.png 518.8579 -/conference_room_0001/rgb_00136.jpg /conference_room_0001/sync_depth_00136.png 518.8579 -/bathroom_0013/rgb_00026.jpg /bathroom_0013/sync_depth_00026.png 518.8579 -/kitchen_0049/rgb_00063.jpg /kitchen_0049/sync_depth_00063.png 518.8579 -/bedroom_0069/rgb_00045.jpg /bedroom_0069/sync_depth_00045.png 518.8579 -/furniture_store_0002b/rgb_00202.jpg /furniture_store_0002b/sync_depth_00202.png 518.8579 -/bookstore_0001d/rgb_00268.jpg /bookstore_0001d/sync_depth_00268.png 518.8579 -/classroom_0006/rgb_00086.jpg /classroom_0006/sync_depth_00086.png 518.8579 -/bedroom_0050/rgb_00124.jpg /bedroom_0050/sync_depth_00124.png 518.8579 -/dining_room_0031/rgb_00096.jpg /dining_room_0031/sync_depth_00096.png 518.8579 -/bathroom_0045a/rgb_00032.jpg /bathroom_0045a/sync_depth_00032.png 518.8579 -/kitchen_0051/rgb_00163.jpg /kitchen_0051/sync_depth_00163.png 518.8579 -/classroom_0006/rgb_00186.jpg /classroom_0006/sync_depth_00186.png 518.8579 -/furniture_store_0001c/rgb_00033.jpg /furniture_store_0001c/sync_depth_00033.png 518.8579 -/bedroom_0057/rgb_00040.jpg /bedroom_0057/sync_depth_00040.png 518.8579 -/bedroom_0126/rgb_00053.jpg /bedroom_0126/sync_depth_00053.png 518.8579 -/bookstore_0001e/rgb_00051.jpg /bookstore_0001e/sync_depth_00051.png 518.8579 -/living_room_0058/rgb_00066.jpg /living_room_0058/sync_depth_00066.png 518.8579 -/home_office_0005/rgb_00140.jpg /home_office_0005/sync_depth_00140.png 518.8579 -/bedroom_0004/rgb_00028.jpg /bedroom_0004/sync_depth_00028.png 518.8579 -/student_lounge_0001/rgb_00163.jpg /student_lounge_0001/sync_depth_00163.png 518.8579 -/living_room_0063/rgb_00069.jpg /living_room_0063/sync_depth_00069.png 518.8579 -/playroom_0003/rgb_00146.jpg /playroom_0003/sync_depth_00146.png 518.8579 -/living_room_0078/rgb_00047.jpg /living_room_0078/sync_depth_00047.png 518.8579 -/student_lounge_0001/rgb_00166.jpg /student_lounge_0001/sync_depth_00166.png 518.8579 -/dining_room_0001b/rgb_00047.jpg /dining_room_0001b/sync_depth_00047.png 518.8579 -/playroom_0003/rgb_00019.jpg /playroom_0003/sync_depth_00019.png 518.8579 -/indoor_balcony_0001/rgb_00042.jpg /indoor_balcony_0001/sync_depth_00042.png 518.8579 -/dining_room_0031/rgb_00187.jpg /dining_room_0031/sync_depth_00187.png 518.8579 -/living_room_0022/rgb_00123.jpg /living_room_0022/sync_depth_00123.png 518.8579 -/bedroom_0033/rgb_00095.jpg /bedroom_0033/sync_depth_00095.png 518.8579 -/bookstore_0001e/rgb_00177.jpg /bookstore_0001e/sync_depth_00177.png 518.8579 -/dinette_0001/rgb_00054.jpg /dinette_0001/sync_depth_00054.png 518.8579 -/living_room_0011/rgb_00116.jpg /living_room_0011/sync_depth_00116.png 518.8579 -/kitchen_0016/rgb_00122.jpg /kitchen_0016/sync_depth_00122.png 518.8579 -/bedroom_0010/rgb_00091.jpg /bedroom_0010/sync_depth_00091.png 518.8579 -/kitchen_0028a/rgb_00006.jpg /kitchen_0028a/sync_depth_00006.png 518.8579 -/kitchen_0031/rgb_00165.jpg /kitchen_0031/sync_depth_00165.png 518.8579 -/living_room_0022/rgb_00406.jpg /living_room_0022/sync_depth_00406.png 518.8579 -/nyu_office_0/rgb_00025.jpg /nyu_office_0/sync_depth_00025.png 518.8579 -/dining_room_0037/rgb_00119.jpg /dining_room_0037/sync_depth_00119.png 518.8579 -/playroom_0002/rgb_00047.jpg /playroom_0002/sync_depth_00047.png 518.8579 -/kitchen_0029c/rgb_00057.jpg /kitchen_0029c/sync_depth_00057.png 518.8579 -/bathroom_0041/rgb_00028.jpg /bathroom_0041/sync_depth_00028.png 518.8579 -/kitchen_0052/rgb_00068.jpg /kitchen_0052/sync_depth_00068.png 518.8579 -/bedroom_0082/rgb_00023.jpg /bedroom_0082/sync_depth_00023.png 518.8579 -/living_room_0019/rgb_00008.jpg /living_room_0019/sync_depth_00008.png 518.8579 -/kitchen_0060/rgb_00005.jpg /kitchen_0060/sync_depth_00005.png 518.8579 -/kitchen_0043/rgb_00162.jpg /kitchen_0043/sync_depth_00162.png 518.8579 -/bedroom_0063/rgb_00127.jpg /bedroom_0063/sync_depth_00127.png 518.8579 -/dining_room_0031/rgb_00206.jpg /dining_room_0031/sync_depth_00206.png 518.8579 -/bedroom_0071/rgb_00098.jpg /bedroom_0071/sync_depth_00098.png 518.8579 -/kitchen_0048/rgb_00173.jpg /kitchen_0048/sync_depth_00173.png 518.8579 -/kitchen_0043/rgb_00251.jpg /kitchen_0043/sync_depth_00251.png 518.8579 -/living_room_0012/rgb_00140.jpg /living_room_0012/sync_depth_00140.png 518.8579 -/bookstore_0001d/rgb_00013.jpg /bookstore_0001d/sync_depth_00013.png 518.8579 -/furniture_store_0002b/rgb_00014.jpg /furniture_store_0002b/sync_depth_00014.png 518.8579 -/bedroom_0113/rgb_00076.jpg /bedroom_0113/sync_depth_00076.png 518.8579 -/bedroom_0097/rgb_00055.jpg /bedroom_0097/sync_depth_00055.png 518.8579 -/study_room_0005a/rgb_00044.jpg /study_room_0005a/sync_depth_00044.png 518.8579 -/kitchen_0011b/rgb_00017.jpg /kitchen_0011b/sync_depth_00017.png 518.8579 -/reception_room_0001a/rgb_00070.jpg /reception_room_0001a/sync_depth_00070.png 518.8579 -/home_office_0006/rgb_00115.jpg /home_office_0006/sync_depth_00115.png 518.8579 -/dining_room_0028/rgb_00151.jpg /dining_room_0028/sync_depth_00151.png 518.8579 -/furniture_store_0002d/rgb_00008.jpg /furniture_store_0002d/sync_depth_00008.png 518.8579 -/living_room_0040/rgb_00325.jpg /living_room_0040/sync_depth_00325.png 518.8579 -/kitchen_0028b/rgb_00079.jpg /kitchen_0028b/sync_depth_00079.png 518.8579 -/living_room_0022/rgb_00166.jpg /living_room_0022/sync_depth_00166.png 518.8579 -/dining_room_0001b/rgb_00241.jpg /dining_room_0001b/sync_depth_00241.png 518.8579 -/dining_room_0016/rgb_00022.jpg /dining_room_0016/sync_depth_00022.png 518.8579 -/home_office_0013/rgb_00014.jpg /home_office_0013/sync_depth_00014.png 518.8579 -/bedroom_0082/rgb_00039.jpg /bedroom_0082/sync_depth_00039.png 518.8579 -/bathroom_0034/rgb_00012.jpg /bathroom_0034/sync_depth_00012.png 518.8579 -/living_room_0004/rgb_00140.jpg /living_room_0004/sync_depth_00140.png 518.8579 -/bedroom_0060/rgb_00015.jpg /bedroom_0060/sync_depth_00015.png 518.8579 -/conference_room_0002/rgb_00008.jpg /conference_room_0002/sync_depth_00008.png 518.8579 -/bookstore_0001e/rgb_00161.jpg /bookstore_0001e/sync_depth_00161.png 518.8579 -/kitchen_0031/rgb_00092.jpg /kitchen_0031/sync_depth_00092.png 518.8579 -/furniture_store_0002a/rgb_00110.jpg /furniture_store_0002a/sync_depth_00110.png 518.8579 -/living_room_0022/rgb_00304.jpg /living_room_0022/sync_depth_00304.png 518.8579 -/bedroom_0129/rgb_00025.jpg /bedroom_0129/sync_depth_00025.png 518.8579 -/bedroom_0106/rgb_00029.jpg /bedroom_0106/sync_depth_00029.png 518.8579 -/living_room_0050/rgb_00028.jpg /living_room_0050/sync_depth_00028.png 518.8579 -/bedroom_0033/rgb_00075.jpg /bedroom_0033/sync_depth_00075.png 518.8579 -/living_room_0040/rgb_00114.jpg /living_room_0040/sync_depth_00114.png 518.8579 -/living_room_0040/rgb_00061.jpg /living_room_0040/sync_depth_00061.png 518.8579 -/bathroom_0028/rgb_00027.jpg /bathroom_0028/sync_depth_00027.png 518.8579 -/study_0004/rgb_00061.jpg /study_0004/sync_depth_00061.png 518.8579 -/bathroom_0028/rgb_00052.jpg /bathroom_0028/sync_depth_00052.png 518.8579 -/living_room_0046a/rgb_00079.jpg /living_room_0046a/sync_depth_00079.png 518.8579 -/kitchen_0031/rgb_00056.jpg /kitchen_0031/sync_depth_00056.png 518.8579 -/dining_room_0015/rgb_00285.jpg /dining_room_0015/sync_depth_00285.png 518.8579 -/kitchen_0011b/rgb_00009.jpg /kitchen_0011b/sync_depth_00009.png 518.8579 -/living_room_0078/rgb_00104.jpg /living_room_0078/sync_depth_00104.png 518.8579 -/kitchen_0051/rgb_00198.jpg /kitchen_0051/sync_depth_00198.png 518.8579 -/classroom_0004/rgb_00078.jpg /classroom_0004/sync_depth_00078.png 518.8579 -/playroom_0002/rgb_00131.jpg /playroom_0002/sync_depth_00131.png 518.8579 -/dining_room_0014/rgb_00105.jpg /dining_room_0014/sync_depth_00105.png 518.8579 -/dining_room_0015/rgb_00071.jpg /dining_room_0015/sync_depth_00071.png 518.8579 -/kitchen_0051/rgb_00171.jpg /kitchen_0051/sync_depth_00171.png 518.8579 -/bedroom_0140/rgb_00101.jpg /bedroom_0140/sync_depth_00101.png 518.8579 -/bedroom_0136/rgb_00115.jpg /bedroom_0136/sync_depth_00115.png 518.8579 -/dining_room_0023/rgb_00180.jpg /dining_room_0023/sync_depth_00180.png 518.8579 -/reception_room_0001b/rgb_00012.jpg /reception_room_0001b/sync_depth_00012.png 518.8579 -/living_room_0010/rgb_00234.jpg /living_room_0010/sync_depth_00234.png 518.8579 -/dining_room_0015/rgb_00036.jpg /dining_room_0015/sync_depth_00036.png 518.8579 -/student_lounge_0001/rgb_00055.jpg /student_lounge_0001/sync_depth_00055.png 518.8579 -/living_room_0035/rgb_00023.jpg /living_room_0035/sync_depth_00023.png 518.8579 -/living_room_0050/rgb_00168.jpg /living_room_0050/sync_depth_00168.png 518.8579 -/home_office_0005/rgb_00106.jpg /home_office_0005/sync_depth_00106.png 518.8579 -/bookstore_0001f/rgb_00486.jpg /bookstore_0001f/sync_depth_00486.png 518.8579 -/study_room_0004/rgb_00082.jpg /study_room_0004/sync_depth_00082.png 518.8579 -/kitchen_0043/rgb_00011.jpg /kitchen_0043/sync_depth_00011.png 518.8579 -/dining_room_0015/rgb_00074.jpg /dining_room_0015/sync_depth_00074.png 518.8579 -/living_room_0050/rgb_00012.jpg /living_room_0050/sync_depth_00012.png 518.8579 -/bedroom_0041/rgb_00019.jpg /bedroom_0041/sync_depth_00019.png 518.8579 -/dining_room_0031/rgb_00127.jpg /dining_room_0031/sync_depth_00127.png 518.8579 -/dining_room_0008/rgb_00045.jpg /dining_room_0008/sync_depth_00045.png 518.8579 -/bedroom_0113/rgb_00034.jpg /bedroom_0113/sync_depth_00034.png 518.8579 -/kitchen_0003/rgb_00131.jpg /kitchen_0003/sync_depth_00131.png 518.8579 -/bedroom_0059/rgb_00087.jpg /bedroom_0059/sync_depth_00087.png 518.8579 -/bedroom_0051/rgb_00099.jpg /bedroom_0051/sync_depth_00099.png 518.8579 -/kitchen_0008/rgb_00010.jpg /kitchen_0008/sync_depth_00010.png 518.8579 -/bedroom_0136/rgb_00032.jpg /bedroom_0136/sync_depth_00032.png 518.8579 -/kitchen_0029b/rgb_00041.jpg /kitchen_0029b/sync_depth_00041.png 518.8579 -/bookstore_0001g/rgb_00230.jpg /bookstore_0001g/sync_depth_00230.png 518.8579 -/living_room_0067/rgb_00049.jpg /living_room_0067/sync_depth_00049.png 518.8579 -/bedroom_0096/rgb_00063.jpg /bedroom_0096/sync_depth_00063.png 518.8579 -/dining_room_0028/rgb_00088.jpg /dining_room_0028/sync_depth_00088.png 518.8579 -/kitchen_0031/rgb_00048.jpg /kitchen_0031/sync_depth_00048.png 518.8579 -/living_room_0086a/rgb_00072.jpg /living_room_0086a/sync_depth_00072.png 518.8579 -/bedroom_0004/rgb_00013.jpg /bedroom_0004/sync_depth_00013.png 518.8579 -/kitchen_0049/rgb_00021.jpg /kitchen_0049/sync_depth_00021.png 518.8579 -/kitchen_0050/rgb_00093.jpg /kitchen_0050/sync_depth_00093.png 518.8579 -/home_office_0007/rgb_00043.jpg /home_office_0007/sync_depth_00043.png 518.8579 -/bathroom_0034/rgb_00013.jpg /bathroom_0034/sync_depth_00013.png 518.8579 -/living_room_0010/rgb_00194.jpg /living_room_0010/sync_depth_00194.png 518.8579 -/nyu_office_0/rgb_00245.jpg /nyu_office_0/sync_depth_00245.png 518.8579 -/dining_room_0016/rgb_00001.jpg /dining_room_0016/sync_depth_00001.png 518.8579 -/kitchen_0010/rgb_00065.jpg /kitchen_0010/sync_depth_00065.png 518.8579 -/furniture_store_0001d/rgb_00147.jpg /furniture_store_0001d/sync_depth_00147.png 518.8579 -/dining_room_0004/rgb_00018.jpg /dining_room_0004/sync_depth_00018.png 518.8579 -/dining_room_0033/rgb_00168.jpg /dining_room_0033/sync_depth_00168.png 518.8579 -/indoor_balcony_0001/rgb_00015.jpg /indoor_balcony_0001/sync_depth_00015.png 518.8579 -/living_room_0070/rgb_00088.jpg /living_room_0070/sync_depth_00088.png 518.8579 -/kitchen_0029c/rgb_00181.jpg /kitchen_0029c/sync_depth_00181.png 518.8579 -/bathroom_0042/rgb_00009.jpg /bathroom_0042/sync_depth_00009.png 518.8579 -/kitchen_0045b/rgb_00075.jpg /kitchen_0045b/sync_depth_00075.png 518.8579 -/living_room_0047b/rgb_00172.jpg /living_room_0047b/sync_depth_00172.png 518.8579 -/bookstore_0001f/rgb_00213.jpg /bookstore_0001f/sync_depth_00213.png 518.8579 -/bookstore_0001f/rgb_00434.jpg /bookstore_0001f/sync_depth_00434.png 518.8579 -/bedroom_0086/rgb_00078.jpg /bedroom_0086/sync_depth_00078.png 518.8579 -/kitchen_0048/rgb_00180.jpg /kitchen_0048/sync_depth_00180.png 518.8579 -/living_room_0062/rgb_00109.jpg /living_room_0062/sync_depth_00109.png 518.8579 -/bathroom_0051/rgb_00001.jpg /bathroom_0051/sync_depth_00001.png 518.8579 -/dining_room_0004/rgb_00012.jpg /dining_room_0004/sync_depth_00012.png 518.8579 -/kitchen_0016/rgb_00051.jpg /kitchen_0016/sync_depth_00051.png 518.8579 -/living_room_0039/rgb_00125.jpg /living_room_0039/sync_depth_00125.png 518.8579 -/bedroom_0026/rgb_00112.jpg /bedroom_0026/sync_depth_00112.png 518.8579 -/nyu_office_0/rgb_00435.jpg /nyu_office_0/sync_depth_00435.png 518.8579 -/bedroom_0051/rgb_00083.jpg /bedroom_0051/sync_depth_00083.png 518.8579 -/classroom_0012/rgb_00021.jpg /classroom_0012/sync_depth_00021.png 518.8579 -/bathroom_0048/rgb_00086.jpg /bathroom_0048/sync_depth_00086.png 518.8579 -/bedroom_0052/rgb_00049.jpg /bedroom_0052/sync_depth_00049.png 518.8579 -/bedroom_0019/rgb_00041.jpg /bedroom_0019/sync_depth_00041.png 518.8579 -/living_room_0004/rgb_00006.jpg /living_room_0004/sync_depth_00006.png 518.8579 -/living_room_0058/rgb_00062.jpg /living_room_0058/sync_depth_00062.png 518.8579 -/living_room_0010/rgb_00210.jpg /living_room_0010/sync_depth_00210.png 518.8579 -/bedroom_0056a/rgb_00070.jpg /bedroom_0056a/sync_depth_00070.png 518.8579 -/classroom_0022/rgb_00112.jpg /classroom_0022/sync_depth_00112.png 518.8579 -/kitchen_0019a/rgb_00212.jpg /kitchen_0019a/sync_depth_00212.png 518.8579 -/dining_room_0028/rgb_00119.jpg /dining_room_0028/sync_depth_00119.png 518.8579 -/living_room_0018/rgb_00058.jpg /living_room_0018/sync_depth_00058.png 518.8579 -/bookstore_0001f/rgb_00262.jpg /bookstore_0001f/sync_depth_00262.png 518.8579 -/bedroom_0086/rgb_00024.jpg /bedroom_0086/sync_depth_00024.png 518.8579 -/dining_room_0029/rgb_00025.jpg /dining_room_0029/sync_depth_00025.png 518.8579 -/dining_room_0016/rgb_00049.jpg /dining_room_0016/sync_depth_00049.png 518.8579 -/home_office_0011/rgb_00020.jpg /home_office_0011/sync_depth_00020.png 518.8579 -/dining_room_0007/rgb_00193.jpg /dining_room_0007/sync_depth_00193.png 518.8579 -/office_0019/rgb_00057.jpg /office_0019/sync_depth_00057.png 518.8579 -/living_room_0086b/rgb_00029.jpg /living_room_0086b/sync_depth_00029.png 518.8579 -/kitchen_0045b/rgb_00018.jpg /kitchen_0045b/sync_depth_00018.png 518.8579 -/bedroom_0050/rgb_00085.jpg /bedroom_0050/sync_depth_00085.png 518.8579 -/bathroom_0034/rgb_00006.jpg /bathroom_0034/sync_depth_00006.png 518.8579 -/living_room_0010/rgb_00191.jpg /living_room_0010/sync_depth_00191.png 518.8579 -/bathroom_0028/rgb_00074.jpg /bathroom_0028/sync_depth_00074.png 518.8579 -/laundry_room_0001/rgb_00015.jpg /laundry_room_0001/sync_depth_00015.png 518.8579 -/bedroom_0113/rgb_00086.jpg /bedroom_0113/sync_depth_00086.png 518.8579 -/bedroom_0136/rgb_00157.jpg /bedroom_0136/sync_depth_00157.png 518.8579 -/bedroom_0069/rgb_00096.jpg /bedroom_0069/sync_depth_00096.png 518.8579 -/dining_room_0008/rgb_00077.jpg /dining_room_0008/sync_depth_00077.png 518.8579 -/dining_room_0013/rgb_00158.jpg /dining_room_0013/sync_depth_00158.png 518.8579 -/living_room_0019/rgb_00070.jpg /living_room_0019/sync_depth_00070.png 518.8579 -/bathroom_0048/rgb_00078.jpg /bathroom_0048/sync_depth_00078.png 518.8579 -/kitchen_0053/rgb_00020.jpg /kitchen_0053/sync_depth_00020.png 518.8579 -/kitchen_0019a/rgb_00182.jpg /kitchen_0019a/sync_depth_00182.png 518.8579 -/living_room_0004/rgb_00057.jpg /living_room_0004/sync_depth_00057.png 518.8579 -/bedroom_0041/rgb_00050.jpg /bedroom_0041/sync_depth_00050.png 518.8579 -/bedroom_0015/rgb_00004.jpg /bedroom_0015/sync_depth_00004.png 518.8579 -/kitchen_0006/rgb_00077.jpg /kitchen_0006/sync_depth_00077.png 518.8579 -/home_office_0006/rgb_00030.jpg /home_office_0006/sync_depth_00030.png 518.8579 -/kitchen_0019a/rgb_00166.jpg /kitchen_0019a/sync_depth_00166.png 518.8579 -/kitchen_0006/rgb_00071.jpg /kitchen_0006/sync_depth_00071.png 518.8579 -/kitchen_0019a/rgb_00246.jpg /kitchen_0019a/sync_depth_00246.png 518.8579 -/dining_room_0004/rgb_00110.jpg /dining_room_0004/sync_depth_00110.png 518.8579 -/dining_room_0007/rgb_00027.jpg /dining_room_0007/sync_depth_00027.png 518.8579 -/kitchen_0029c/rgb_00012.jpg /kitchen_0029c/sync_depth_00012.png 518.8579 -/bathroom_0014a/rgb_00063.jpg /bathroom_0014a/sync_depth_00063.png 518.8579 -/kitchen_0016/rgb_00071.jpg /kitchen_0016/sync_depth_00071.png 518.8579 -/bedroom_0004/rgb_00083.jpg /bedroom_0004/sync_depth_00083.png 518.8579 -/bathroom_0001/rgb_00020.jpg /bathroom_0001/sync_depth_00020.png 518.8579 -/bedroom_0016/rgb_00129.jpg /bedroom_0016/sync_depth_00129.png 518.8579 -/office_kitchen_0003/rgb_00109.jpg /office_kitchen_0003/sync_depth_00109.png 518.8579 -/bathroom_0039/rgb_00077.jpg /bathroom_0039/sync_depth_00077.png 518.8579 -/bookstore_0001f/rgb_00515.jpg /bookstore_0001f/sync_depth_00515.png 518.8579 -/bathroom_0014a/rgb_00040.jpg /bathroom_0014a/sync_depth_00040.png 518.8579 -/bathroom_0041/rgb_00003.jpg /bathroom_0041/sync_depth_00003.png 518.8579 -/kitchen_0003/rgb_00167.jpg /kitchen_0003/sync_depth_00167.png 518.8579 -/kitchen_0019a/rgb_00242.jpg /kitchen_0019a/sync_depth_00242.png 518.8579 -/dining_room_0012/rgb_00098.jpg /dining_room_0012/sync_depth_00098.png 518.8579 -/bedroom_0040/rgb_00017.jpg /bedroom_0040/sync_depth_00017.png 518.8579 -/study_room_0004/rgb_00107.jpg /study_room_0004/sync_depth_00107.png 518.8579 -/bathroom_0056/rgb_00031.jpg /bathroom_0056/sync_depth_00031.png 518.8579 -/office_0024/rgb_00109.jpg /office_0024/sync_depth_00109.png 518.8579 -/basement_0001a/rgb_00124.jpg /basement_0001a/sync_depth_00124.png 518.8579 -/office_0019/rgb_00040.jpg /office_0019/sync_depth_00040.png 518.8579 -/office_0004/rgb_00016.jpg /office_0004/sync_depth_00016.png 518.8579 -/living_room_0022/rgb_00281.jpg /living_room_0022/sync_depth_00281.png 518.8579 -/bedroom_0120/rgb_00024.jpg /bedroom_0120/sync_depth_00024.png 518.8579 -/playroom_0006/rgb_00118.jpg /playroom_0006/sync_depth_00118.png 518.8579 -/bathroom_0013/rgb_00074.jpg /bathroom_0013/sync_depth_00074.png 518.8579 -/office_kitchen_0003/rgb_00009.jpg /office_kitchen_0003/sync_depth_00009.png 518.8579 -/bedroom_0056a/rgb_00082.jpg /bedroom_0056a/sync_depth_00082.png 518.8579 -/bedroom_0028/rgb_00001.jpg /bedroom_0028/sync_depth_00001.png 518.8579 -/bedroom_0052/rgb_00185.jpg /bedroom_0052/sync_depth_00185.png 518.8579 -/bedroom_0062/rgb_00091.jpg /bedroom_0062/sync_depth_00091.png 518.8579 -/living_room_0022/rgb_00386.jpg /living_room_0022/sync_depth_00386.png 518.8579 -/bookstore_0001f/rgb_00181.jpg /bookstore_0001f/sync_depth_00181.png 518.8579 -/home_office_0006/rgb_00001.jpg /home_office_0006/sync_depth_00001.png 518.8579 -/bedroom_0062/rgb_00089.jpg /bedroom_0062/sync_depth_00089.png 518.8579 -/bedroom_0094/rgb_00018.jpg /bedroom_0094/sync_depth_00018.png 518.8579 -/dining_room_0029/rgb_00018.jpg /dining_room_0029/sync_depth_00018.png 518.8579 -/dining_room_0031/rgb_00272.jpg /dining_room_0031/sync_depth_00272.png 518.8579 -/study_room_0004/rgb_00046.jpg /study_room_0004/sync_depth_00046.png 518.8579 -/living_room_0083/rgb_00072.jpg /living_room_0083/sync_depth_00072.png 518.8579 -/bedroom_0130/rgb_00010.jpg /bedroom_0130/sync_depth_00010.png 518.8579 -/bedroom_0063/rgb_00050.jpg /bedroom_0063/sync_depth_00050.png 518.8579 -/bedroom_0138/rgb_00038.jpg /bedroom_0138/sync_depth_00038.png 518.8579 -/dining_room_0007/rgb_00056.jpg /dining_room_0007/sync_depth_00056.png 518.8579 -/bedroom_0126/rgb_00027.jpg /bedroom_0126/sync_depth_00027.png 518.8579 -/living_room_0011/rgb_00012.jpg /living_room_0011/sync_depth_00012.png 518.8579 -/living_room_0010/rgb_00036.jpg /living_room_0010/sync_depth_00036.png 518.8579 -/kitchen_0053/rgb_00061.jpg /kitchen_0053/sync_depth_00061.png 518.8579 -/bedroom_0051/rgb_00020.jpg /bedroom_0051/sync_depth_00020.png 518.8579 -/bookstore_0001j/rgb_00289.jpg /bookstore_0001j/sync_depth_00289.png 518.8579 -/bathroom_0049/rgb_00061.jpg /bathroom_0049/sync_depth_00061.png 518.8579 -/laundry_room_0001/rgb_00010.jpg /laundry_room_0001/sync_depth_00010.png 518.8579 -/dinette_0001/rgb_00053.jpg /dinette_0001/sync_depth_00053.png 518.8579 -/bedroom_0130/rgb_00094.jpg /bedroom_0130/sync_depth_00094.png 518.8579 -/living_room_0038/rgb_00002.jpg /living_room_0038/sync_depth_00002.png 518.8579 -/classroom_0010/rgb_00008.jpg /classroom_0010/sync_depth_00008.png 518.8579 -/bedroom_0051/rgb_00192.jpg /bedroom_0051/sync_depth_00192.png 518.8579 -/bedroom_0076a/rgb_00030.jpg /bedroom_0076a/sync_depth_00030.png 518.8579 -/home_storage_0001/rgb_00075.jpg /home_storage_0001/sync_depth_00075.png 518.8579 -/bedroom_0106/rgb_00140.jpg /bedroom_0106/sync_depth_00140.png 518.8579 -/nyu_office_0/rgb_00101.jpg /nyu_office_0/sync_depth_00101.png 518.8579 -/living_room_0020/rgb_00216.jpg /living_room_0020/sync_depth_00216.png 518.8579 -/furniture_store_0002a/rgb_00357.jpg /furniture_store_0002a/sync_depth_00357.png 518.8579 -/cafe_0001b/rgb_00057.jpg /cafe_0001b/sync_depth_00057.png 518.8579 -/kitchen_0011b/rgb_00010.jpg /kitchen_0011b/sync_depth_00010.png 518.8579 -/bathroom_0034/rgb_00022.jpg /bathroom_0034/sync_depth_00022.png 518.8579 -/dining_room_0033/rgb_00174.jpg /dining_room_0033/sync_depth_00174.png 518.8579 -/kitchen_0028a/rgb_00093.jpg /kitchen_0028a/sync_depth_00093.png 518.8579 -/living_room_0046b/rgb_00038.jpg /living_room_0046b/sync_depth_00038.png 518.8579 -/student_lounge_0001/rgb_00205.jpg /student_lounge_0001/sync_depth_00205.png 518.8579 -/dining_room_0033/rgb_00096.jpg /dining_room_0033/sync_depth_00096.png 518.8579 -/kitchen_0003/rgb_00023.jpg /kitchen_0003/sync_depth_00023.png 518.8579 -/bookstore_0001f/rgb_00163.jpg /bookstore_0001f/sync_depth_00163.png 518.8579 -/kitchen_0003/rgb_00035.jpg /kitchen_0003/sync_depth_00035.png 518.8579 -/bedroom_0051/rgb_00163.jpg /bedroom_0051/sync_depth_00163.png 518.8579 -/living_room_0040/rgb_00231.jpg /living_room_0040/sync_depth_00231.png 518.8579 -/classroom_0022/rgb_00105.jpg /classroom_0022/sync_depth_00105.png 518.8579 -/nyu_office_1/rgb_00050.jpg /nyu_office_1/sync_depth_00050.png 518.8579 -/living_room_0005/rgb_00058.jpg /living_room_0005/sync_depth_00058.png 518.8579 -/bedroom_0052/rgb_00065.jpg /bedroom_0052/sync_depth_00065.png 518.8579 -/kitchen_0060/rgb_00177.jpg /kitchen_0060/sync_depth_00177.png 518.8579 -/kitchen_0010/rgb_00112.jpg /kitchen_0010/sync_depth_00112.png 518.8579 -/furniture_store_0002c/rgb_00003.jpg /furniture_store_0002c/sync_depth_00003.png 518.8579 -/kitchen_0019b/rgb_00045.jpg /kitchen_0019b/sync_depth_00045.png 518.8579 -/bedroom_0050/rgb_00145.jpg /bedroom_0050/sync_depth_00145.png 518.8579 -/living_room_0050/rgb_00156.jpg /living_room_0050/sync_depth_00156.png 518.8579 -/bedroom_0016/rgb_00157.jpg /bedroom_0016/sync_depth_00157.png 518.8579 -/bedroom_0126/rgb_00011.jpg /bedroom_0126/sync_depth_00011.png 518.8579 -/dining_room_0015/rgb_00201.jpg /dining_room_0015/sync_depth_00201.png 518.8579 -/kitchen_0053/rgb_00021.jpg /kitchen_0053/sync_depth_00021.png 518.8579 -/living_room_0040/rgb_00152.jpg /living_room_0040/sync_depth_00152.png 518.8579 -/kitchen_0035b/rgb_00319.jpg /kitchen_0035b/sync_depth_00319.png 518.8579 -/playroom_0006/rgb_00009.jpg /playroom_0006/sync_depth_00009.png 518.8579 -/dining_room_0023/rgb_00039.jpg /dining_room_0023/sync_depth_00039.png 518.8579 -/bedroom_0041/rgb_00060.jpg /bedroom_0041/sync_depth_00060.png 518.8579 -/office_0023/rgb_00000.jpg /office_0023/sync_depth_00000.png 518.8579 -/home_office_0006/rgb_00132.jpg /home_office_0006/sync_depth_00132.png 518.8579 -/living_room_0010/rgb_00041.jpg /living_room_0010/sync_depth_00041.png 518.8579 -/bathroom_0035/rgb_00013.jpg /bathroom_0035/sync_depth_00013.png 518.8579 -/study_room_0004/rgb_00020.jpg /study_room_0004/sync_depth_00020.png 518.8579 -/classroom_0004/rgb_00068.jpg /classroom_0004/sync_depth_00068.png 518.8579 -/kitchen_0035b/rgb_00049.jpg /kitchen_0035b/sync_depth_00049.png 518.8579 -/dining_room_0024/rgb_00022.jpg /dining_room_0024/sync_depth_00022.png 518.8579 -/office_0006/rgb_00080.jpg /office_0006/sync_depth_00080.png 518.8579 -/living_room_0046a/rgb_00063.jpg /living_room_0046a/sync_depth_00063.png 518.8579 -/kitchen_0031/rgb_00086.jpg /kitchen_0031/sync_depth_00086.png 518.8579 -/living_room_0040/rgb_00085.jpg /living_room_0040/sync_depth_00085.png 518.8579 -/kitchen_0035b/rgb_00172.jpg /kitchen_0035b/sync_depth_00172.png 518.8579 -/kitchen_0045b/rgb_00095.jpg /kitchen_0045b/sync_depth_00095.png 518.8579 -/bathroom_0028/rgb_00028.jpg /bathroom_0028/sync_depth_00028.png 518.8579 -/bathroom_0041/rgb_00037.jpg /bathroom_0041/sync_depth_00037.png 518.8579 -/living_room_0058/rgb_00165.jpg /living_room_0058/sync_depth_00165.png 518.8579 -/indoor_balcony_0001/rgb_00004.jpg /indoor_balcony_0001/sync_depth_00004.png 518.8579 -/living_room_0039/rgb_00038.jpg /living_room_0039/sync_depth_00038.png 518.8579 -/bookstore_0001i/rgb_00054.jpg /bookstore_0001i/sync_depth_00054.png 518.8579 -/living_room_0050/rgb_00193.jpg /living_room_0050/sync_depth_00193.png 518.8579 -/nyu_office_0/rgb_00285.jpg /nyu_office_0/sync_depth_00285.png 518.8579 -/kitchen_0019a/rgb_00199.jpg /kitchen_0019a/sync_depth_00199.png 518.8579 -/living_room_0050/rgb_00177.jpg /living_room_0050/sync_depth_00177.png 518.8579 -/office_0023/rgb_00040.jpg /office_0023/sync_depth_00040.png 518.8579 -/bedroom_0078/rgb_00140.jpg /bedroom_0078/sync_depth_00140.png 518.8579 -/living_room_0046b/rgb_00081.jpg /living_room_0046b/sync_depth_00081.png 518.8579 -/kitchen_0045a/rgb_00069.jpg /kitchen_0045a/sync_depth_00069.png 518.8579 -/dining_room_0015/rgb_00146.jpg /dining_room_0015/sync_depth_00146.png 518.8579 -/kitchen_0053/rgb_00251.jpg /kitchen_0053/sync_depth_00251.png 518.8579 -/classroom_0006/rgb_00189.jpg /classroom_0006/sync_depth_00189.png 518.8579 -/dining_room_0012/rgb_00068.jpg /dining_room_0012/sync_depth_00068.png 518.8579 -/bedroom_0140/rgb_00164.jpg /bedroom_0140/sync_depth_00164.png 518.8579 -/excercise_room_0001/rgb_00071.jpg /excercise_room_0001/sync_depth_00071.png 518.8579 -/home_storage_0001/rgb_00002.jpg /home_storage_0001/sync_depth_00002.png 518.8579 -/living_room_0032/rgb_00031.jpg /living_room_0032/sync_depth_00031.png 518.8579 -/dining_room_0008/rgb_00041.jpg /dining_room_0008/sync_depth_00041.png 518.8579 -/bookstore_0001f/rgb_00084.jpg /bookstore_0001f/sync_depth_00084.png 518.8579 -/bedroom_0056b/rgb_00048.jpg /bedroom_0056b/sync_depth_00048.png 518.8579 -/office_0011/rgb_00070.jpg /office_0011/sync_depth_00070.png 518.8579 -/office_0019/rgb_00053.jpg /office_0019/sync_depth_00053.png 518.8579 -/kitchen_0035b/rgb_00086.jpg /kitchen_0035b/sync_depth_00086.png 518.8579 -/living_room_0022/rgb_00268.jpg /living_room_0022/sync_depth_00268.png 518.8579 -/dining_room_0031/rgb_00399.jpg /dining_room_0031/sync_depth_00399.png 518.8579 -/bedroom_0140/rgb_00042.jpg /bedroom_0140/sync_depth_00042.png 518.8579 -/basement_0001a/rgb_00187.jpg /basement_0001a/sync_depth_00187.png 518.8579 -/bedroom_0051/rgb_00167.jpg /bedroom_0051/sync_depth_00167.png 518.8579 -/living_room_0038/rgb_00072.jpg /living_room_0038/sync_depth_00072.png 518.8579 -/dinette_0001/rgb_00009.jpg /dinette_0001/sync_depth_00009.png 518.8579 -/bedroom_0106/rgb_00113.jpg /bedroom_0106/sync_depth_00113.png 518.8579 -/bedroom_0051/rgb_00057.jpg /bedroom_0051/sync_depth_00057.png 518.8579 -/dining_room_0016/rgb_00042.jpg /dining_room_0016/sync_depth_00042.png 518.8579 -/bedroom_0071/rgb_00017.jpg /bedroom_0071/sync_depth_00017.png 518.8579 -/dining_room_0008/rgb_00194.jpg /dining_room_0008/sync_depth_00194.png 518.8579 -/bedroom_0082/rgb_00047.jpg /bedroom_0082/sync_depth_00047.png 518.8579 -/living_room_0078/rgb_00089.jpg /living_room_0078/sync_depth_00089.png 518.8579 -/kitchen_0011b/rgb_00064.jpg /kitchen_0011b/sync_depth_00064.png 518.8579 -/bathroom_0042/rgb_00027.jpg /bathroom_0042/sync_depth_00027.png 518.8579 -/living_room_0058/rgb_00162.jpg /living_room_0058/sync_depth_00162.png 518.8579 -/bedroom_0059/rgb_00077.jpg /bedroom_0059/sync_depth_00077.png 518.8579 -/kitchen_0045a/rgb_00183.jpg /kitchen_0045a/sync_depth_00183.png 518.8579 -/bedroom_0074/rgb_00055.jpg /bedroom_0074/sync_depth_00055.png 518.8579 -/kitchen_0050/rgb_00107.jpg /kitchen_0050/sync_depth_00107.png 518.8579 -/kitchen_0045a/rgb_00022.jpg /kitchen_0045a/sync_depth_00022.png 518.8579 -/bookstore_0001f/rgb_00139.jpg /bookstore_0001f/sync_depth_00139.png 518.8579 -/living_room_0069a/rgb_00089.jpg /living_room_0069a/sync_depth_00089.png 518.8579 -/home_office_0004/rgb_00064.jpg /home_office_0004/sync_depth_00064.png 518.8579 -/dining_room_0031/rgb_00365.jpg /dining_room_0031/sync_depth_00365.png 518.8579 -/playroom_0003/rgb_00108.jpg /playroom_0003/sync_depth_00108.png 518.8579 -/bedroom_0034/rgb_00013.jpg /bedroom_0034/sync_depth_00013.png 518.8579 -/home_office_0008/rgb_00142.jpg /home_office_0008/sync_depth_00142.png 518.8579 -/kitchen_0017/rgb_00113.jpg /kitchen_0017/sync_depth_00113.png 518.8579 -/home_office_0004/rgb_00191.jpg /home_office_0004/sync_depth_00191.png 518.8579 -/living_room_0032/rgb_00032.jpg /living_room_0032/sync_depth_00032.png 518.8579 -/classroom_0006/rgb_00009.jpg /classroom_0006/sync_depth_00009.png 518.8579 -/bathroom_0041/rgb_00017.jpg /bathroom_0041/sync_depth_00017.png 518.8579 -/foyer_0002/rgb_00050.jpg /foyer_0002/sync_depth_00050.png 518.8579 -/classroom_0006/rgb_00103.jpg /classroom_0006/sync_depth_00103.png 518.8579 -/living_room_0067/rgb_00008.jpg /living_room_0067/sync_depth_00008.png 518.8579 -/reception_room_0001a/rgb_00089.jpg /reception_room_0001a/sync_depth_00089.png 518.8579 -/bedroom_0069/rgb_00088.jpg /bedroom_0069/sync_depth_00088.png 518.8579 -/kitchen_0010/rgb_00035.jpg /kitchen_0010/sync_depth_00035.png 518.8579 -/dining_room_0008/rgb_00107.jpg /dining_room_0008/sync_depth_00107.png 518.8579 -/dinette_0001/rgb_00003.jpg /dinette_0001/sync_depth_00003.png 518.8579 -/living_room_0022/rgb_00036.jpg /living_room_0022/sync_depth_00036.png 518.8579 -/bedroom_0062/rgb_00120.jpg /bedroom_0062/sync_depth_00120.png 518.8579 -/classroom_0010/rgb_00027.jpg /classroom_0010/sync_depth_00027.png 518.8579 -/kitchen_0019a/rgb_00185.jpg /kitchen_0019a/sync_depth_00185.png 518.8579 -/kitchen_0029c/rgb_00086.jpg /kitchen_0029c/sync_depth_00086.png 518.8579 -/nyu_office_0/rgb_00254.jpg /nyu_office_0/sync_depth_00254.png 518.8579 -/classroom_0016/rgb_00032.jpg /classroom_0016/sync_depth_00032.png 518.8579 -/furniture_store_0002a/rgb_00003.jpg /furniture_store_0002a/sync_depth_00003.png 518.8579 -/living_room_0062/rgb_00193.jpg /living_room_0062/sync_depth_00193.png 518.8579 -/study_room_0005b/rgb_00016.jpg /study_room_0005b/sync_depth_00016.png 518.8579 -/bedroom_0025/rgb_00142.jpg /bedroom_0025/sync_depth_00142.png 518.8579 -/furniture_store_0002a/rgb_00159.jpg /furniture_store_0002a/sync_depth_00159.png 518.8579 -/bookstore_0001f/rgb_00255.jpg /bookstore_0001f/sync_depth_00255.png 518.8579 -/bedroom_0076a/rgb_00150.jpg /bedroom_0076a/sync_depth_00150.png 518.8579 -/furniture_store_0001e/rgb_00047.jpg /furniture_store_0001e/sync_depth_00047.png 518.8579 -/home_office_0011/rgb_00058.jpg /home_office_0011/sync_depth_00058.png 518.8579 -/living_room_0005/rgb_00103.jpg /living_room_0005/sync_depth_00103.png 518.8579 -/living_room_0046a/rgb_00084.jpg /living_room_0046a/sync_depth_00084.png 518.8579 -/bedroom_0062/rgb_00077.jpg /bedroom_0062/sync_depth_00077.png 518.8579 -/office_0024/rgb_00011.jpg /office_0024/sync_depth_00011.png 518.8579 -/study_room_0005b/rgb_00042.jpg /study_room_0005b/sync_depth_00042.png 518.8579 -/bedroom_0082/rgb_00025.jpg /bedroom_0082/sync_depth_00025.png 518.8579 -/bedroom_0063/rgb_00128.jpg /bedroom_0063/sync_depth_00128.png 518.8579 -/bathroom_0005/rgb_00038.jpg /bathroom_0005/sync_depth_00038.png 518.8579 -/living_room_0020/rgb_00207.jpg /living_room_0020/sync_depth_00207.png 518.8579 -/classroom_0016/rgb_00073.jpg /classroom_0016/sync_depth_00073.png 518.8579 -/kitchen_0050/rgb_00139.jpg /kitchen_0050/sync_depth_00139.png 518.8579 -/living_room_0047a/rgb_00000.jpg /living_room_0047a/sync_depth_00000.png 518.8579 -/study_room_0004/rgb_00190.jpg /study_room_0004/sync_depth_00190.png 518.8579 -/office_0004/rgb_00032.jpg /office_0004/sync_depth_00032.png 518.8579 -/playroom_0006/rgb_00133.jpg /playroom_0006/sync_depth_00133.png 518.8579 -/living_room_0040/rgb_00155.jpg /living_room_0040/sync_depth_00155.png 518.8579 -/living_room_0058/rgb_00139.jpg /living_room_0058/sync_depth_00139.png 518.8579 -/dining_room_0008/rgb_00014.jpg /dining_room_0008/sync_depth_00014.png 518.8579 -/bookstore_0001f/rgb_00081.jpg /bookstore_0001f/sync_depth_00081.png 518.8579 -/living_room_0068/rgb_00106.jpg /living_room_0068/sync_depth_00106.png 518.8579 -/computer_lab_0002/rgb_00045.jpg /computer_lab_0002/sync_depth_00045.png 518.8579 -/bathroom_0041/rgb_00076.jpg /bathroom_0041/sync_depth_00076.png 518.8579 -/conference_room_0002/rgb_00028.jpg /conference_room_0002/sync_depth_00028.png 518.8579 -/kitchen_0051/rgb_00141.jpg /kitchen_0051/sync_depth_00141.png 518.8579 -/bathroom_0051/rgb_00020.jpg /bathroom_0051/sync_depth_00020.png 518.8579 -/bedroom_0120/rgb_00071.jpg /bedroom_0120/sync_depth_00071.png 518.8579 -/living_room_0039/rgb_00035.jpg /living_room_0039/sync_depth_00035.png 518.8579 -/kitchen_0031/rgb_00031.jpg /kitchen_0031/sync_depth_00031.png 518.8579 -/cafe_0001b/rgb_00035.jpg /cafe_0001b/sync_depth_00035.png 518.8579 -/bookstore_0001j/rgb_00077.jpg /bookstore_0001j/sync_depth_00077.png 518.8579 -/bedroom_0059/rgb_00013.jpg /bedroom_0059/sync_depth_00013.png 518.8579 -/bedroom_0067a/rgb_00039.jpg /bedroom_0067a/sync_depth_00039.png 518.8579 -/bedroom_0040/rgb_00047.jpg /bedroom_0040/sync_depth_00047.png 518.8579 -/kitchen_0045a/rgb_00147.jpg /kitchen_0045a/sync_depth_00147.png 518.8579 -/study_0008/rgb_00028.jpg /study_0008/sync_depth_00028.png 518.8579 -/kitchen_0045a/rgb_00114.jpg /kitchen_0045a/sync_depth_00114.png 518.8579 -/study_0006/rgb_00037.jpg /study_0006/sync_depth_00037.png 518.8579 -/living_room_0062/rgb_00049.jpg /living_room_0062/sync_depth_00049.png 518.8579 -/bedroom_0047/rgb_00002.jpg /bedroom_0047/sync_depth_00002.png 518.8579 -/bathroom_0006/rgb_00043.jpg /bathroom_0006/sync_depth_00043.png 518.8579 -/bedroom_0062/rgb_00001.jpg /bedroom_0062/sync_depth_00001.png 518.8579 -/kitchen_0052/rgb_00035.jpg /kitchen_0052/sync_depth_00035.png 518.8579 -/bedroom_0082/rgb_00008.jpg /bedroom_0082/sync_depth_00008.png 518.8579 -/living_room_0063/rgb_00066.jpg /living_room_0063/sync_depth_00066.png 518.8579 -/living_room_0004/rgb_00178.jpg /living_room_0004/sync_depth_00178.png 518.8579 -/playroom_0006/rgb_00137.jpg /playroom_0006/sync_depth_00137.png 518.8579 -/dining_room_0008/rgb_00017.jpg /dining_room_0008/sync_depth_00017.png 518.8579 -/reception_room_0001a/rgb_00113.jpg /reception_room_0001a/sync_depth_00113.png 518.8579 -/furniture_store_0002a/rgb_00053.jpg /furniture_store_0002a/sync_depth_00053.png 518.8579 -/bedroom_0020/rgb_00110.jpg /bedroom_0020/sync_depth_00110.png 518.8579 -/bedroom_0125b/rgb_00052.jpg /bedroom_0125b/sync_depth_00052.png 518.8579 -/home_office_0008/rgb_00170.jpg /home_office_0008/sync_depth_00170.png 518.8579 -/furniture_store_0001a/rgb_00021.jpg /furniture_store_0001a/sync_depth_00021.png 518.8579 -/bathroom_0028/rgb_00155.jpg /bathroom_0028/sync_depth_00155.png 518.8579 -/bedroom_0056a/rgb_00092.jpg /bedroom_0056a/sync_depth_00092.png 518.8579 -/kitchen_0010/rgb_00127.jpg /kitchen_0010/sync_depth_00127.png 518.8579 -/bookstore_0001g/rgb_00187.jpg /bookstore_0001g/sync_depth_00187.png 518.8579 -/kitchen_0051/rgb_00355.jpg /kitchen_0051/sync_depth_00355.png 518.8579 -/living_room_0011/rgb_00064.jpg /living_room_0011/sync_depth_00064.png 518.8579 -/cafe_0001a/rgb_00064.jpg /cafe_0001a/sync_depth_00064.png 518.8579 -/bedroom_0060/rgb_00091.jpg /bedroom_0060/sync_depth_00091.png 518.8579 -/kitchen_0059/rgb_00062.jpg /kitchen_0059/sync_depth_00062.png 518.8579 -/kitchen_0029c/rgb_00088.jpg /kitchen_0029c/sync_depth_00088.png 518.8579 -/bedroom_0052/rgb_00187.jpg /bedroom_0052/sync_depth_00187.png 518.8579 -/bathroom_0053/rgb_00021.jpg /bathroom_0053/sync_depth_00021.png 518.8579 -/bedroom_0014/rgb_00056.jpg /bedroom_0014/sync_depth_00056.png 518.8579 -/bedroom_0078/rgb_00011.jpg /bedroom_0078/sync_depth_00011.png 518.8579 -/bathroom_0024/rgb_00059.jpg /bathroom_0024/sync_depth_00059.png 518.8579 -/nyu_office_0/rgb_00381.jpg /nyu_office_0/sync_depth_00381.png 518.8579 -/playroom_0006/rgb_00000.jpg /playroom_0006/sync_depth_00000.png 518.8579 -/bookstore_0001f/rgb_00223.jpg /bookstore_0001f/sync_depth_00223.png 518.8579 -/bedroom_0136/rgb_00070.jpg /bedroom_0136/sync_depth_00070.png 518.8579 -/classroom_0011/rgb_00000.jpg /classroom_0011/sync_depth_00000.png 518.8579 -/living_room_0042b/rgb_00032.jpg /living_room_0042b/sync_depth_00032.png 518.8579 -/classroom_0022/rgb_00072.jpg /classroom_0022/sync_depth_00072.png 518.8579 -/bookstore_0001f/rgb_00473.jpg /bookstore_0001f/sync_depth_00473.png 518.8579 -/foyer_0002/rgb_00008.jpg /foyer_0002/sync_depth_00008.png 518.8579 -/living_room_0047b/rgb_00036.jpg /living_room_0047b/sync_depth_00036.png 518.8579 -/bookstore_0001j/rgb_00310.jpg /bookstore_0001j/sync_depth_00310.png 518.8579 -/bedroom_0071/rgb_00166.jpg /bedroom_0071/sync_depth_00166.png 518.8579 -/office_0006/rgb_00135.jpg /office_0006/sync_depth_00135.png 518.8579 -/bedroom_0026/rgb_00118.jpg /bedroom_0026/sync_depth_00118.png 518.8579 -/bedroom_0041/rgb_00016.jpg /bedroom_0041/sync_depth_00016.png 518.8579 -/living_room_0050/rgb_00063.jpg /living_room_0050/sync_depth_00063.png 518.8579 -/kitchen_0033/rgb_00194.jpg /kitchen_0033/sync_depth_00194.png 518.8579 -/bedroom_0021/rgb_00047.jpg /bedroom_0021/sync_depth_00047.png 518.8579 -/bedroom_0130/rgb_00049.jpg /bedroom_0130/sync_depth_00049.png 518.8579 -/bookstore_0001d/rgb_00211.jpg /bookstore_0001d/sync_depth_00211.png 518.8579 -/bathroom_0007/rgb_00091.jpg /bathroom_0007/sync_depth_00091.png 518.8579 -/laundry_room_0001/rgb_00031.jpg /laundry_room_0001/sync_depth_00031.png 518.8579 -/bathroom_0049/rgb_00009.jpg /bathroom_0049/sync_depth_00009.png 518.8579 -/living_room_0012/rgb_00026.jpg /living_room_0012/sync_depth_00026.png 518.8579 -/bathroom_0007/rgb_00005.jpg /bathroom_0007/sync_depth_00005.png 518.8579 -/kitchen_0033/rgb_00091.jpg /kitchen_0033/sync_depth_00091.png 518.8579 -/bedroom_0017/rgb_00042.jpg /bedroom_0017/sync_depth_00042.png 518.8579 -/printer_room_0001/rgb_00017.jpg /printer_room_0001/sync_depth_00017.png 518.8579 -/bedroom_0113/rgb_00054.jpg /bedroom_0113/sync_depth_00054.png 518.8579 -/dining_room_0001b/rgb_00006.jpg /dining_room_0001b/sync_depth_00006.png 518.8579 -/nyu_office_0/rgb_00366.jpg /nyu_office_0/sync_depth_00366.png 518.8579 -/bedroom_0078/rgb_00157.jpg /bedroom_0078/sync_depth_00157.png 518.8579 -/bedroom_0059/rgb_00067.jpg /bedroom_0059/sync_depth_00067.png 518.8579 -/kitchen_0019a/rgb_00231.jpg /kitchen_0019a/sync_depth_00231.png 518.8579 -/bedroom_0050/rgb_00148.jpg /bedroom_0050/sync_depth_00148.png 518.8579 -/bedroom_0129/rgb_00001.jpg /bedroom_0129/sync_depth_00001.png 518.8579 -/bedroom_0038/rgb_00004.jpg /bedroom_0038/sync_depth_00004.png 518.8579 -/bookstore_0001d/rgb_00320.jpg /bookstore_0001d/sync_depth_00320.png 518.8579 -/study_room_0004/rgb_00124.jpg /study_room_0004/sync_depth_00124.png 518.8579 -/dining_room_0007/rgb_00083.jpg /dining_room_0007/sync_depth_00083.png 518.8579 -/furniture_store_0002b/rgb_00161.jpg /furniture_store_0002b/sync_depth_00161.png 518.8579 -/living_room_0029/rgb_00070.jpg /living_room_0029/sync_depth_00070.png 518.8579 -/living_room_0082/rgb_00049.jpg /living_room_0082/sync_depth_00049.png 518.8579 -/living_room_0046a/rgb_00100.jpg /living_room_0046a/sync_depth_00100.png 518.8579 -/bedroom_0086/rgb_00004.jpg /bedroom_0086/sync_depth_00004.png 518.8579 -/living_room_0082/rgb_00025.jpg /living_room_0082/sync_depth_00025.png 518.8579 -/living_room_0029/rgb_00074.jpg /living_room_0029/sync_depth_00074.png 518.8579 -/bookstore_0001f/rgb_00396.jpg /bookstore_0001f/sync_depth_00396.png 518.8579 -/living_room_0068/rgb_00022.jpg /living_room_0068/sync_depth_00022.png 518.8579 -/bedroom_0074/rgb_00075.jpg /bedroom_0074/sync_depth_00075.png 518.8579 -/kitchen_0035a/rgb_00041.jpg /kitchen_0035a/sync_depth_00041.png 518.8579 -/classroom_0004/rgb_00102.jpg /classroom_0004/sync_depth_00102.png 518.8579 -/living_room_0046b/rgb_00070.jpg /living_room_0046b/sync_depth_00070.png 518.8579 -/bedroom_0019/rgb_00079.jpg /bedroom_0019/sync_depth_00079.png 518.8579 -/kitchen_0031/rgb_00168.jpg /kitchen_0031/sync_depth_00168.png 518.8579 -/bedroom_0081/rgb_00026.jpg /bedroom_0081/sync_depth_00026.png 518.8579 -/dining_room_0016/rgb_00014.jpg /dining_room_0016/sync_depth_00014.png 518.8579 -/office_0011/rgb_00051.jpg /office_0011/sync_depth_00051.png 518.8579 -/kitchen_0052/rgb_00122.jpg /kitchen_0052/sync_depth_00122.png 518.8579 -/kitchen_0016/rgb_00059.jpg /kitchen_0016/sync_depth_00059.png 518.8579 -/bathroom_0011/rgb_00025.jpg /bathroom_0011/sync_depth_00025.png 518.8579 -/office_0012/rgb_00030.jpg /office_0012/sync_depth_00030.png 518.8579 -/dining_room_0031/rgb_00218.jpg /dining_room_0031/sync_depth_00218.png 518.8579 -/kitchen_0053/rgb_00066.jpg /kitchen_0053/sync_depth_00066.png 518.8579 -/kitchen_0051/rgb_00061.jpg /kitchen_0051/sync_depth_00061.png 518.8579 -/home_office_0004/rgb_00000.jpg /home_office_0004/sync_depth_00000.png 518.8579 -/living_room_0040/rgb_00208.jpg /living_room_0040/sync_depth_00208.png 518.8579 -/dining_room_0015/rgb_00215.jpg /dining_room_0015/sync_depth_00215.png 518.8579 -/kitchen_0045a/rgb_00196.jpg /kitchen_0045a/sync_depth_00196.png 518.8579 -/kitchen_0048/rgb_00125.jpg /kitchen_0048/sync_depth_00125.png 518.8579 -/bedroom_0033/rgb_00001.jpg /bedroom_0033/sync_depth_00001.png 518.8579 -/bedroom_0125a/rgb_00027.jpg /bedroom_0125a/sync_depth_00027.png 518.8579 -/kitchen_0028a/rgb_00046.jpg /kitchen_0028a/sync_depth_00046.png 518.8579 -/living_room_0012/rgb_00211.jpg /living_room_0012/sync_depth_00211.png 518.8579 -/dining_room_0033/rgb_00054.jpg /dining_room_0033/sync_depth_00054.png 518.8579 -/conference_room_0001/rgb_00072.jpg /conference_room_0001/sync_depth_00072.png 518.8579 -/living_room_0062/rgb_00176.jpg /living_room_0062/sync_depth_00176.png 518.8579 -/home_office_0004/rgb_00004.jpg /home_office_0004/sync_depth_00004.png 518.8579 -/living_room_0020/rgb_00177.jpg /living_room_0020/sync_depth_00177.png 518.8579 -/furniture_store_0002b/rgb_00187.jpg /furniture_store_0002b/sync_depth_00187.png 518.8579 -/furniture_store_0001e/rgb_00080.jpg /furniture_store_0001e/sync_depth_00080.png 518.8579 -/bathroom_0011/rgb_00043.jpg /bathroom_0011/sync_depth_00043.png 518.8579 -/student_lounge_0001/rgb_00057.jpg /student_lounge_0001/sync_depth_00057.png 518.8579 -/furniture_store_0002b/rgb_00209.jpg /furniture_store_0002b/sync_depth_00209.png 518.8579 -/bedroom_0072/rgb_00038.jpg /bedroom_0072/sync_depth_00038.png 518.8579 -/bathroom_0030/rgb_00033.jpg /bathroom_0030/sync_depth_00033.png 518.8579 -/living_room_0040/rgb_00245.jpg /living_room_0040/sync_depth_00245.png 518.8579 -/student_lounge_0001/rgb_00113.jpg /student_lounge_0001/sync_depth_00113.png 518.8579 -/living_room_0022/rgb_00266.jpg /living_room_0022/sync_depth_00266.png 518.8579 -/dining_room_0012/rgb_00199.jpg /dining_room_0012/sync_depth_00199.png 518.8579 -/dining_room_0015/rgb_00176.jpg /dining_room_0015/sync_depth_00176.png 518.8579 -/classroom_0022/rgb_00075.jpg /classroom_0022/sync_depth_00075.png 518.8579 -/dining_room_0008/rgb_00102.jpg /dining_room_0008/sync_depth_00102.png 518.8579 -/kitchen_0011b/rgb_00054.jpg /kitchen_0011b/sync_depth_00054.png 518.8579 -/furniture_store_0001f/rgb_00010.jpg /furniture_store_0001f/sync_depth_00010.png 518.8579 -/bedroom_0051/rgb_00059.jpg /bedroom_0051/sync_depth_00059.png 518.8579 -/kitchen_0053/rgb_00188.jpg /kitchen_0053/sync_depth_00188.png 518.8579 -/dining_room_0037/rgb_00083.jpg /dining_room_0037/sync_depth_00083.png 518.8579 -/kitchen_0045a/rgb_00115.jpg /kitchen_0045a/sync_depth_00115.png 518.8579 -/bedroom_0078/rgb_00095.jpg /bedroom_0078/sync_depth_00095.png 518.8579 -/kitchen_0047/rgb_00030.jpg /kitchen_0047/sync_depth_00030.png 518.8579 -/living_room_0070/rgb_00019.jpg /living_room_0070/sync_depth_00019.png 518.8579 -/living_room_0046a/rgb_00072.jpg /living_room_0046a/sync_depth_00072.png 518.8579 -/bedroom_0026/rgb_00010.jpg /bedroom_0026/sync_depth_00010.png 518.8579 -/bedroom_0025/rgb_00143.jpg /bedroom_0025/sync_depth_00143.png 518.8579 -/home_office_0005/rgb_00121.jpg /home_office_0005/sync_depth_00121.png 518.8579 -/living_room_0067/rgb_00094.jpg /living_room_0067/sync_depth_00094.png 518.8579 -/kitchen_0059/rgb_00039.jpg /kitchen_0059/sync_depth_00039.png 518.8579 -/kitchen_0019a/rgb_00087.jpg /kitchen_0019a/sync_depth_00087.png 518.8579 -/laundry_room_0001/rgb_00032.jpg /laundry_room_0001/sync_depth_00032.png 518.8579 -/home_office_0011/rgb_00077.jpg /home_office_0011/sync_depth_00077.png 518.8579 -/furniture_store_0002a/rgb_00123.jpg /furniture_store_0002a/sync_depth_00123.png 518.8579 -/kitchen_0043/rgb_00116.jpg /kitchen_0043/sync_depth_00116.png 518.8579 -/dining_room_0033/rgb_00149.jpg /dining_room_0033/sync_depth_00149.png 518.8579 -/living_room_0067/rgb_00005.jpg /living_room_0067/sync_depth_00005.png 518.8579 -/bedroom_0086/rgb_00114.jpg /bedroom_0086/sync_depth_00114.png 518.8579 -/dining_room_0031/rgb_00205.jpg /dining_room_0031/sync_depth_00205.png 518.8579 -/dining_room_0016/rgb_00183.jpg /dining_room_0016/sync_depth_00183.png 518.8579 -/kitchen_0045b/rgb_00115.jpg /kitchen_0045b/sync_depth_00115.png 518.8579 -/bedroom_0140/rgb_00014.jpg /bedroom_0140/sync_depth_00014.png 518.8579 -/bedroom_0056a/rgb_00113.jpg /bedroom_0056a/sync_depth_00113.png 518.8579 -/conference_room_0001/rgb_00114.jpg /conference_room_0001/sync_depth_00114.png 518.8579 -/office_0025/rgb_00000.jpg /office_0025/sync_depth_00000.png 518.8579 -/bedroom_0050/rgb_00164.jpg /bedroom_0050/sync_depth_00164.png 518.8579 -/kitchen_0050/rgb_00158.jpg /kitchen_0050/sync_depth_00158.png 518.8579 -/living_room_0085/rgb_00055.jpg /living_room_0085/sync_depth_00055.png 518.8579 -/kitchen_0059/rgb_00075.jpg /kitchen_0059/sync_depth_00075.png 518.8579 -/home_office_0005/rgb_00052.jpg /home_office_0005/sync_depth_00052.png 518.8579 -/dining_room_0001b/rgb_00134.jpg /dining_room_0001b/sync_depth_00134.png 518.8579 -/kitchen_0052/rgb_00159.jpg /kitchen_0052/sync_depth_00159.png 518.8579 -/kitchen_0003/rgb_00125.jpg /kitchen_0003/sync_depth_00125.png 518.8579 -/nyu_office_0/rgb_00238.jpg /nyu_office_0/sync_depth_00238.png 518.8579 -/bedroom_0045/rgb_00007.jpg /bedroom_0045/sync_depth_00007.png 518.8579 -/office_0011/rgb_00105.jpg /office_0011/sync_depth_00105.png 518.8579 -/bedroom_0016/rgb_00110.jpg /bedroom_0016/sync_depth_00110.png 518.8579 -/home_office_0004/rgb_00162.jpg /home_office_0004/sync_depth_00162.png 518.8579 -/furniture_store_0002a/rgb_00354.jpg /furniture_store_0002a/sync_depth_00354.png 518.8579 -/kitchen_0051/rgb_00052.jpg /kitchen_0051/sync_depth_00052.png 518.8579 -/furniture_store_0002d/rgb_00040.jpg /furniture_store_0002d/sync_depth_00040.png 518.8579 -/bedroom_0096/rgb_00053.jpg /bedroom_0096/sync_depth_00053.png 518.8579 -/kitchen_0003/rgb_00061.jpg /kitchen_0003/sync_depth_00061.png 518.8579 -/kitchen_0043/rgb_00130.jpg /kitchen_0043/sync_depth_00130.png 518.8579 -/bedroom_0062/rgb_00069.jpg /bedroom_0062/sync_depth_00069.png 518.8579 -/bookstore_0001f/rgb_00466.jpg /bookstore_0001f/sync_depth_00466.png 518.8579 -/bedroom_0086/rgb_00129.jpg /bedroom_0086/sync_depth_00129.png 518.8579 -/kitchen_0037/rgb_00009.jpg /kitchen_0037/sync_depth_00009.png 518.8579 -/living_room_0004/rgb_00111.jpg /living_room_0004/sync_depth_00111.png 518.8579 -/dining_room_0012/rgb_00082.jpg /dining_room_0012/sync_depth_00082.png 518.8579 -/bookstore_0001g/rgb_00182.jpg /bookstore_0001g/sync_depth_00182.png 518.8579 -/living_room_0083/rgb_00053.jpg /living_room_0083/sync_depth_00053.png 518.8579 -/dining_room_0023/rgb_00119.jpg /dining_room_0023/sync_depth_00119.png 518.8579 -/kitchen_0052/rgb_00051.jpg /kitchen_0052/sync_depth_00051.png 518.8579 -/furniture_store_0001a/rgb_00051.jpg /furniture_store_0001a/sync_depth_00051.png 518.8579 -/kitchen_0049/rgb_00028.jpg /kitchen_0049/sync_depth_00028.png 518.8579 -/kitchen_0035b/rgb_00152.jpg /kitchen_0035b/sync_depth_00152.png 518.8579 -/bedroom_0104/rgb_00005.jpg /bedroom_0104/sync_depth_00005.png 518.8579 -/dining_room_0029/rgb_00003.jpg /dining_room_0029/sync_depth_00003.png 518.8579 -/home_storage_0001/rgb_00015.jpg /home_storage_0001/sync_depth_00015.png 518.8579 -/living_room_0010/rgb_00090.jpg /living_room_0010/sync_depth_00090.png 518.8579 -/dining_room_0013/rgb_00032.jpg /dining_room_0013/sync_depth_00032.png 518.8579 -/home_office_0004/rgb_00001.jpg /home_office_0004/sync_depth_00001.png 518.8579 -/bedroom_0026/rgb_00000.jpg /bedroom_0026/sync_depth_00000.png 518.8579 -/living_room_0029/rgb_00020.jpg /living_room_0029/sync_depth_00020.png 518.8579 -/bedroom_0004/rgb_00154.jpg /bedroom_0004/sync_depth_00154.png 518.8579 -/kitchen_0045a/rgb_00169.jpg /kitchen_0045a/sync_depth_00169.png 518.8579 -/bedroom_0031/rgb_00033.jpg /bedroom_0031/sync_depth_00033.png 518.8579 -/bedroom_0071/rgb_00190.jpg /bedroom_0071/sync_depth_00190.png 518.8579 -/bookstore_0001j/rgb_00095.jpg /bookstore_0001j/sync_depth_00095.png 518.8579 -/bathroom_0028/rgb_00126.jpg /bathroom_0028/sync_depth_00126.png 518.8579 -/bedroom_0098/rgb_00060.jpg /bedroom_0098/sync_depth_00060.png 518.8579 -/furniture_store_0002a/rgb_00259.jpg /furniture_store_0002a/sync_depth_00259.png 518.8579 -/kitchen_0050/rgb_00106.jpg /kitchen_0050/sync_depth_00106.png 518.8579 -/living_room_0046a/rgb_00066.jpg /living_room_0046a/sync_depth_00066.png 518.8579 -/living_room_0005/rgb_00013.jpg /living_room_0005/sync_depth_00013.png 518.8579 -/living_room_0020/rgb_00199.jpg /living_room_0020/sync_depth_00199.png 518.8579 -/furniture_store_0001d/rgb_00262.jpg /furniture_store_0001d/sync_depth_00262.png 518.8579 -/bedroom_0062/rgb_00041.jpg /bedroom_0062/sync_depth_00041.png 518.8579 -/reception_room_0002/rgb_00166.jpg /reception_room_0002/sync_depth_00166.png 518.8579 -/living_room_0040/rgb_00193.jpg /living_room_0040/sync_depth_00193.png 518.8579 -/kitchen_0043/rgb_00058.jpg /kitchen_0043/sync_depth_00058.png 518.8579 -/living_room_0071/rgb_00020.jpg /living_room_0071/sync_depth_00020.png 518.8579 -/office_0011/rgb_00072.jpg /office_0011/sync_depth_00072.png 518.8579 -/bedroom_0071/rgb_00174.jpg /bedroom_0071/sync_depth_00174.png 518.8579 -/playroom_0004/rgb_00121.jpg /playroom_0004/sync_depth_00121.png 518.8579 -/basement_0001a/rgb_00089.jpg /basement_0001a/sync_depth_00089.png 518.8579 -/bedroom_0113/rgb_00025.jpg /bedroom_0113/sync_depth_00025.png 518.8579 -/playroom_0003/rgb_00007.jpg /playroom_0003/sync_depth_00007.png 518.8579 -/playroom_0003/rgb_00118.jpg /playroom_0003/sync_depth_00118.png 518.8579 -/dining_room_0012/rgb_00065.jpg /dining_room_0012/sync_depth_00065.png 518.8579 -/bedroom_0051/rgb_00113.jpg /bedroom_0051/sync_depth_00113.png 518.8579 -/living_room_0058/rgb_00117.jpg /living_room_0058/sync_depth_00117.png 518.8579 -/office_0011/rgb_00158.jpg /office_0011/sync_depth_00158.png 518.8579 -/bedroom_0086/rgb_00103.jpg /bedroom_0086/sync_depth_00103.png 518.8579 -/dining_room_0008/rgb_00086.jpg /dining_room_0008/sync_depth_00086.png 518.8579 -/bookstore_0001d/rgb_00091.jpg /bookstore_0001d/sync_depth_00091.png 518.8579 -/dining_room_0007/rgb_00142.jpg /dining_room_0007/sync_depth_00142.png 518.8579 -/kitchen_0045a/rgb_00125.jpg /kitchen_0045a/sync_depth_00125.png 518.8579 -/furniture_store_0002b/rgb_00064.jpg /furniture_store_0002b/sync_depth_00064.png 518.8579 -/kitchen_0029c/rgb_00050.jpg /kitchen_0029c/sync_depth_00050.png 518.8579 -/home_office_0011/rgb_00100.jpg /home_office_0011/sync_depth_00100.png 518.8579 -/office_0012/rgb_00054.jpg /office_0012/sync_depth_00054.png 518.8579 -/classroom_0004/rgb_00065.jpg /classroom_0004/sync_depth_00065.png 518.8579 -/bedroom_0051/rgb_00132.jpg /bedroom_0051/sync_depth_00132.png 518.8579 -/bedroom_0065/rgb_00013.jpg /bedroom_0065/sync_depth_00013.png 518.8579 -/cafe_0001b/rgb_00011.jpg /cafe_0001b/sync_depth_00011.png 518.8579 -/classroom_0011/rgb_00033.jpg /classroom_0011/sync_depth_00033.png 518.8579 -/living_room_0058/rgb_00098.jpg /living_room_0058/sync_depth_00098.png 518.8579 -/bedroom_0016/rgb_00204.jpg /bedroom_0016/sync_depth_00204.png 518.8579 -/bookstore_0001f/rgb_00020.jpg /bookstore_0001f/sync_depth_00020.png 518.8579 -/bedroom_0019/rgb_00077.jpg /bedroom_0019/sync_depth_00077.png 518.8579 -/living_room_0050/rgb_00282.jpg /living_room_0050/sync_depth_00282.png 518.8579 -/kitchen_0011a/rgb_00106.jpg /kitchen_0011a/sync_depth_00106.png 518.8579 -/dining_room_0012/rgb_00055.jpg /dining_room_0012/sync_depth_00055.png 518.8579 -/dining_room_0029/rgb_00032.jpg /dining_room_0029/sync_depth_00032.png 518.8579 -/living_room_0018/rgb_00018.jpg /living_room_0018/sync_depth_00018.png 518.8579 -/classroom_0004/rgb_00108.jpg /classroom_0004/sync_depth_00108.png 518.8579 -/kitchen_0050/rgb_00161.jpg /kitchen_0050/sync_depth_00161.png 518.8579 -/dining_room_0015/rgb_00023.jpg /dining_room_0015/sync_depth_00023.png 518.8579 -/kitchen_0017/rgb_00009.jpg /kitchen_0017/sync_depth_00009.png 518.8579 -/bedroom_0072/rgb_00092.jpg /bedroom_0072/sync_depth_00092.png 518.8579 -/living_room_0068/rgb_00047.jpg /living_room_0068/sync_depth_00047.png 518.8579 -/furniture_store_0002a/rgb_00309.jpg /furniture_store_0002a/sync_depth_00309.png 518.8579 -/study_room_0005b/rgb_00010.jpg /study_room_0005b/sync_depth_00010.png 518.8579 -/office_0004/rgb_00052.jpg /office_0004/sync_depth_00052.png 518.8579 -/dining_room_0031/rgb_00387.jpg /dining_room_0031/sync_depth_00387.png 518.8579 -/kitchen_0029b/rgb_00019.jpg /kitchen_0029b/sync_depth_00019.png 518.8579 -/living_room_0012/rgb_00213.jpg /living_room_0012/sync_depth_00213.png 518.8579 -/office_0006/rgb_00093.jpg /office_0006/sync_depth_00093.png 518.8579 -/kitchen_0019a/rgb_00096.jpg /kitchen_0019a/sync_depth_00096.png 518.8579 -/bookstore_0001j/rgb_00316.jpg /bookstore_0001j/sync_depth_00316.png 518.8579 -/study_room_0004/rgb_00116.jpg /study_room_0004/sync_depth_00116.png 518.8579 -/living_room_0046b/rgb_00012.jpg /living_room_0046b/sync_depth_00012.png 518.8579 -/kitchen_0035b/rgb_00057.jpg /kitchen_0035b/sync_depth_00057.png 518.8579 -/kitchen_0045b/rgb_00012.jpg /kitchen_0045b/sync_depth_00012.png 518.8579 -/furniture_store_0001c/rgb_00004.jpg /furniture_store_0001c/sync_depth_00004.png 518.8579 -/office_0003/rgb_00013.jpg /office_0003/sync_depth_00013.png 518.8579 -/living_room_0010/rgb_00055.jpg /living_room_0010/sync_depth_00055.png 518.8579 -/bookstore_0001g/rgb_00191.jpg /bookstore_0001g/sync_depth_00191.png 518.8579 -/living_room_0083/rgb_00076.jpg /living_room_0083/sync_depth_00076.png 518.8579 -/living_room_0039/rgb_00187.jpg /living_room_0039/sync_depth_00187.png 518.8579 -/office_0026/rgb_00042.jpg /office_0026/sync_depth_00042.png 518.8579 -/dining_room_0012/rgb_00183.jpg /dining_room_0012/sync_depth_00183.png 518.8579 -/bedroom_0019/rgb_00136.jpg /bedroom_0019/sync_depth_00136.png 518.8579 -/bedroom_0050/rgb_00161.jpg /bedroom_0050/sync_depth_00161.png 518.8579 -/nyu_office_1/rgb_00060.jpg /nyu_office_1/sync_depth_00060.png 518.8579 -/living_room_0069a/rgb_00110.jpg /living_room_0069a/sync_depth_00110.png 518.8579 -/kitchen_0049/rgb_00236.jpg /kitchen_0049/sync_depth_00236.png 518.8579 -/living_room_0078/rgb_00066.jpg /living_room_0078/sync_depth_00066.png 518.8579 -/reception_room_0002/rgb_00154.jpg /reception_room_0002/sync_depth_00154.png 518.8579 -/nyu_office_0/rgb_00171.jpg /nyu_office_0/sync_depth_00171.png 518.8579 -/study_room_0005a/rgb_00017.jpg /study_room_0005a/sync_depth_00017.png 518.8579 -/dining_room_0019/rgb_00126.jpg /dining_room_0019/sync_depth_00126.png 518.8579 -/bedroom_0076a/rgb_00201.jpg /bedroom_0076a/sync_depth_00201.png 518.8579 -/living_room_0046a/rgb_00011.jpg /living_room_0046a/sync_depth_00011.png 518.8579 -/living_room_0010/rgb_00175.jpg /living_room_0010/sync_depth_00175.png 518.8579 -/bedroom_0129/rgb_00074.jpg /bedroom_0129/sync_depth_00074.png 518.8579 -/living_room_0019/rgb_00089.jpg /living_room_0019/sync_depth_00089.png 518.8579 -/bedroom_0029/rgb_00002.jpg /bedroom_0029/sync_depth_00002.png 518.8579 -/living_room_0063/rgb_00011.jpg /living_room_0063/sync_depth_00011.png 518.8579 -/office_0025/rgb_00003.jpg /office_0025/sync_depth_00003.png 518.8579 -/bookstore_0001f/rgb_00407.jpg /bookstore_0001f/sync_depth_00407.png 518.8579 -/bedroom_0076a/rgb_00156.jpg /bedroom_0076a/sync_depth_00156.png 518.8579 -/living_room_0039/rgb_00152.jpg /living_room_0039/sync_depth_00152.png 518.8579 -/study_0008/rgb_00018.jpg /study_0008/sync_depth_00018.png 518.8579 -/kitchen_0003/rgb_00058.jpg /kitchen_0003/sync_depth_00058.png 518.8579 -/living_room_0022/rgb_00311.jpg /living_room_0022/sync_depth_00311.png 518.8579 -/bedroom_0069/rgb_00072.jpg /bedroom_0069/sync_depth_00072.png 518.8579 -/kitchen_0035b/rgb_00130.jpg /kitchen_0035b/sync_depth_00130.png 518.8579 -/bedroom_0106/rgb_00093.jpg /bedroom_0106/sync_depth_00093.png 518.8579 -/office_0011/rgb_00003.jpg /office_0011/sync_depth_00003.png 518.8579 -/living_room_0046b/rgb_00029.jpg /living_room_0046b/sync_depth_00029.png 518.8579 -/bedroom_0072/rgb_00149.jpg /bedroom_0072/sync_depth_00149.png 518.8579 -/dining_room_0034/rgb_00069.jpg /dining_room_0034/sync_depth_00069.png 518.8579 -/bedroom_0026/rgb_00013.jpg /bedroom_0026/sync_depth_00013.png 518.8579 -/bookstore_0001g/rgb_00260.jpg /bookstore_0001g/sync_depth_00260.png 518.8579 -/nyu_office_0/rgb_00344.jpg /nyu_office_0/sync_depth_00344.png 518.8579 -/bookstore_0001h/rgb_00016.jpg /bookstore_0001h/sync_depth_00016.png 518.8579 -/bedroom_0080/rgb_00062.jpg /bedroom_0080/sync_depth_00062.png 518.8579 -/bookstore_0001f/rgb_00136.jpg /bookstore_0001f/sync_depth_00136.png 518.8579 -/bathroom_0014a/rgb_00082.jpg /bathroom_0014a/sync_depth_00082.png 518.8579 -/kitchen_0028b/rgb_00004.jpg /kitchen_0028b/sync_depth_00004.png 518.8579 -/bathroom_0042/rgb_00021.jpg /bathroom_0042/sync_depth_00021.png 518.8579 -/classroom_0003/rgb_00055.jpg /classroom_0003/sync_depth_00055.png 518.8579 -/bookstore_0001h/rgb_00173.jpg /bookstore_0001h/sync_depth_00173.png 518.8579 -/living_room_0019/rgb_00051.jpg /living_room_0019/sync_depth_00051.png 518.8579 -/living_room_0005/rgb_00008.jpg /living_room_0005/sync_depth_00008.png 518.8579 -/kitchen_0028a/rgb_00134.jpg /kitchen_0028a/sync_depth_00134.png 518.8579 -/bedroom_0056a/rgb_00048.jpg /bedroom_0056a/sync_depth_00048.png 518.8579 -/bookstore_0001j/rgb_00172.jpg /bookstore_0001j/sync_depth_00172.png 518.8579 -/office_0026/rgb_00162.jpg /office_0026/sync_depth_00162.png 518.8579 -/home_office_0006/rgb_00071.jpg /home_office_0006/sync_depth_00071.png 518.8579 -/bathroom_0019/rgb_00008.jpg /bathroom_0019/sync_depth_00008.png 518.8579 -/bedroom_0015/rgb_00055.jpg /bedroom_0015/sync_depth_00055.png 518.8579 -/dining_room_0023/rgb_00062.jpg /dining_room_0023/sync_depth_00062.png 518.8579 -/bedroom_0097/rgb_00030.jpg /bedroom_0097/sync_depth_00030.png 518.8579 -/office_0009/rgb_00083.jpg /office_0009/sync_depth_00083.png 518.8579 -/nyu_office_0/rgb_00231.jpg /nyu_office_0/sync_depth_00231.png 518.8579 -/bedroom_0052/rgb_00061.jpg /bedroom_0052/sync_depth_00061.png 518.8579 -/bedroom_0113/rgb_00010.jpg /bedroom_0113/sync_depth_00010.png 518.8579 -/living_room_0012/rgb_00069.jpg /living_room_0012/sync_depth_00069.png 518.8579 -/bedroom_0052/rgb_00186.jpg /bedroom_0052/sync_depth_00186.png 518.8579 -/bathroom_0042/rgb_00025.jpg /bathroom_0042/sync_depth_00025.png 518.8579 -/study_room_0004/rgb_00087.jpg /study_room_0004/sync_depth_00087.png 518.8579 -/furniture_store_0001c/rgb_00027.jpg /furniture_store_0001c/sync_depth_00027.png 518.8579 -/living_room_0010/rgb_00030.jpg /living_room_0010/sync_depth_00030.png 518.8579 -/bedroom_0072/rgb_00089.jpg /bedroom_0072/sync_depth_00089.png 518.8579 -/office_0011/rgb_00131.jpg /office_0011/sync_depth_00131.png 518.8579 -/dining_room_0029/rgb_00099.jpg /dining_room_0029/sync_depth_00099.png 518.8579 -/living_room_0063/rgb_00148.jpg /living_room_0063/sync_depth_00148.png 518.8579 -/bedroom_0040/rgb_00011.jpg /bedroom_0040/sync_depth_00011.png 518.8579 -/kitchen_0029c/rgb_00112.jpg /kitchen_0029c/sync_depth_00112.png 518.8579 -/bedroom_0129/rgb_00061.jpg /bedroom_0129/sync_depth_00061.png 518.8579 -/home_office_0008/rgb_00077.jpg /home_office_0008/sync_depth_00077.png 518.8579 -/bedroom_0140/rgb_00155.jpg /bedroom_0140/sync_depth_00155.png 518.8579 -/kitchen_0049/rgb_00011.jpg /kitchen_0049/sync_depth_00011.png 518.8579 -/bookstore_0001f/rgb_00101.jpg /bookstore_0001f/sync_depth_00101.png 518.8579 -/bedroom_0129/rgb_00013.jpg /bedroom_0129/sync_depth_00013.png 518.8579 -/living_room_0020/rgb_00243.jpg /living_room_0020/sync_depth_00243.png 518.8579 -/living_room_0068/rgb_00118.jpg /living_room_0068/sync_depth_00118.png 518.8579 -/dining_room_0034/rgb_00215.jpg /dining_room_0034/sync_depth_00215.png 518.8579 -/bedroom_0078/rgb_00063.jpg /bedroom_0078/sync_depth_00063.png 518.8579 -/kitchen_0047/rgb_00095.jpg /kitchen_0047/sync_depth_00095.png 518.8579 -/bathroom_0007/rgb_00022.jpg /bathroom_0007/sync_depth_00022.png 518.8579 -/kitchen_0019a/rgb_00045.jpg /kitchen_0019a/sync_depth_00045.png 518.8579 -/reception_room_0002/rgb_00168.jpg /reception_room_0002/sync_depth_00168.png 518.8579 -/home_office_0008/rgb_00151.jpg /home_office_0008/sync_depth_00151.png 518.8579 -/bedroom_0078/rgb_00145.jpg /bedroom_0078/sync_depth_00145.png 518.8579 -/living_room_0010/rgb_00202.jpg /living_room_0010/sync_depth_00202.png 518.8579 -/living_room_0018/rgb_00017.jpg /living_room_0018/sync_depth_00017.png 518.8579 -/bookstore_0001e/rgb_00086.jpg /bookstore_0001e/sync_depth_00086.png 518.8579 -/living_room_0068/rgb_00021.jpg /living_room_0068/sync_depth_00021.png 518.8579 -/kitchen_0060/rgb_00050.jpg /kitchen_0060/sync_depth_00050.png 518.8579 -/office_0006/rgb_00147.jpg /office_0006/sync_depth_00147.png 518.8579 -/bookstore_0001d/rgb_00254.jpg /bookstore_0001d/sync_depth_00254.png 518.8579 -/dining_room_0028/rgb_00063.jpg /dining_room_0028/sync_depth_00063.png 518.8579 -/playroom_0003/rgb_00083.jpg /playroom_0003/sync_depth_00083.png 518.8579 -/living_room_0040/rgb_00326.jpg /living_room_0040/sync_depth_00326.png 518.8579 -/office_kitchen_0003/rgb_00086.jpg /office_kitchen_0003/sync_depth_00086.png 518.8579 -/bedroom_0106/rgb_00118.jpg /bedroom_0106/sync_depth_00118.png 518.8579 -/bookstore_0001f/rgb_00442.jpg /bookstore_0001f/sync_depth_00442.png 518.8579 -/study_room_0005b/rgb_00054.jpg /study_room_0005b/sync_depth_00054.png 518.8579 -/bathroom_0005/rgb_00018.jpg /bathroom_0005/sync_depth_00018.png 518.8579 -/kitchen_0033/rgb_00140.jpg /kitchen_0033/sync_depth_00140.png 518.8579 -/living_room_0068/rgb_00042.jpg /living_room_0068/sync_depth_00042.png 518.8579 -/kitchen_0016/rgb_00105.jpg /kitchen_0016/sync_depth_00105.png 518.8579 -/dining_room_0031/rgb_00354.jpg /dining_room_0031/sync_depth_00354.png 518.8579 -/bedroom_0079/rgb_00011.jpg /bedroom_0079/sync_depth_00011.png 518.8579 -/kitchen_0011b/rgb_00043.jpg /kitchen_0011b/sync_depth_00043.png 518.8579 -/dining_room_0033/rgb_00146.jpg /dining_room_0033/sync_depth_00146.png 518.8579 -/home_storage_0001/rgb_00123.jpg /home_storage_0001/sync_depth_00123.png 518.8579 -/bathroom_0028/rgb_00116.jpg /bathroom_0028/sync_depth_00116.png 518.8579 -/playroom_0006/rgb_00145.jpg /playroom_0006/sync_depth_00145.png 518.8579 -/bedroom_0053/rgb_00019.jpg /bedroom_0053/sync_depth_00019.png 518.8579 -/living_room_0055/rgb_00060.jpg /living_room_0055/sync_depth_00060.png 518.8579 -/bedroom_0067b/rgb_00013.jpg /bedroom_0067b/sync_depth_00013.png 518.8579 -/bathroom_0048/rgb_00029.jpg /bathroom_0048/sync_depth_00029.png 518.8579 -/study_0003/rgb_00120.jpg /study_0003/sync_depth_00120.png 518.8579 -/living_room_0067/rgb_00087.jpg /living_room_0067/sync_depth_00087.png 518.8579 -/bookstore_0001g/rgb_00001.jpg /bookstore_0001g/sync_depth_00001.png 518.8579 -/classroom_0004/rgb_00049.jpg /classroom_0004/sync_depth_00049.png 518.8579 -/bedroom_0012/rgb_00066.jpg /bedroom_0012/sync_depth_00066.png 518.8579 -/study_room_0004/rgb_00021.jpg /study_room_0004/sync_depth_00021.png 518.8579 -/furniture_store_0002c/rgb_00047.jpg /furniture_store_0002c/sync_depth_00047.png 518.8579 -/bedroom_0052/rgb_00102.jpg /bedroom_0052/sync_depth_00102.png 518.8579 -/dining_room_0004/rgb_00094.jpg /dining_room_0004/sync_depth_00094.png 518.8579 -/bedroom_0076a/rgb_00175.jpg /bedroom_0076a/sync_depth_00175.png 518.8579 -/living_room_0039/rgb_00070.jpg /living_room_0039/sync_depth_00070.png 518.8579 -/bedroom_0063/rgb_00109.jpg /bedroom_0063/sync_depth_00109.png 518.8579 -/kitchen_0010/rgb_00052.jpg /kitchen_0010/sync_depth_00052.png 518.8579 -/bedroom_0025/rgb_00073.jpg /bedroom_0025/sync_depth_00073.png 518.8579 -/home_office_0004/rgb_00090.jpg /home_office_0004/sync_depth_00090.png 518.8579 -/kitchen_0029c/rgb_00000.jpg /kitchen_0029c/sync_depth_00000.png 518.8579 -/bedroom_0098/rgb_00011.jpg /bedroom_0098/sync_depth_00011.png 518.8579 -/furniture_store_0002b/rgb_00043.jpg /furniture_store_0002b/sync_depth_00043.png 518.8579 -/basement_0001a/rgb_00050.jpg /basement_0001a/sync_depth_00050.png 518.8579 -/bookstore_0001f/rgb_00514.jpg /bookstore_0001f/sync_depth_00514.png 518.8579 -/bedroom_0052/rgb_00128.jpg /bedroom_0052/sync_depth_00128.png 518.8579 -/playroom_0003/rgb_00064.jpg /playroom_0003/sync_depth_00064.png 518.8579 -/kitchen_0052/rgb_00163.jpg /kitchen_0052/sync_depth_00163.png 518.8579 -/kitchen_0045a/rgb_00037.jpg /kitchen_0045a/sync_depth_00037.png 518.8579 -/bedroom_0066/rgb_00035.jpg /bedroom_0066/sync_depth_00035.png 518.8579 -/kitchen_0049/rgb_00173.jpg /kitchen_0049/sync_depth_00173.png 518.8579 -/bedroom_0050/rgb_00098.jpg /bedroom_0050/sync_depth_00098.png 518.8579 -/bedroom_0130/rgb_00058.jpg /bedroom_0130/sync_depth_00058.png 518.8579 -/bedroom_0053/rgb_00040.jpg /bedroom_0053/sync_depth_00040.png 518.8579 -/kitchen_0043/rgb_00091.jpg /kitchen_0043/sync_depth_00091.png 518.8579 -/nyu_office_0/rgb_00037.jpg /nyu_office_0/sync_depth_00037.png 518.8579 -/bookstore_0001f/rgb_00471.jpg /bookstore_0001f/sync_depth_00471.png 518.8579 -/kitchen_0029a/rgb_00025.jpg /kitchen_0029a/sync_depth_00025.png 518.8579 -/reception_room_0001b/rgb_00000.jpg /reception_room_0001b/sync_depth_00000.png 518.8579 -/dining_room_0015/rgb_00122.jpg /dining_room_0015/sync_depth_00122.png 518.8579 -/bookstore_0001f/rgb_00409.jpg /bookstore_0001f/sync_depth_00409.png 518.8579 -/reception_room_0001b/rgb_00045.jpg /reception_room_0001b/sync_depth_00045.png 518.8579 -/bathroom_0007/rgb_00043.jpg /bathroom_0007/sync_depth_00043.png 518.8579 -/office_0004/rgb_00054.jpg /office_0004/sync_depth_00054.png 518.8579 -/living_room_0018/rgb_00143.jpg /living_room_0018/sync_depth_00143.png 518.8579 -/dining_room_0024/rgb_00032.jpg /dining_room_0024/sync_depth_00032.png 518.8579 -/bathroom_0039/rgb_00058.jpg /bathroom_0039/sync_depth_00058.png 518.8579 -/bedroom_0140/rgb_00011.jpg /bedroom_0140/sync_depth_00011.png 518.8579 -/bedroom_0016/rgb_00087.jpg /bedroom_0016/sync_depth_00087.png 518.8579 -/living_room_0040/rgb_00160.jpg /living_room_0040/sync_depth_00160.png 518.8579 -/kitchen_0029b/rgb_00005.jpg /kitchen_0029b/sync_depth_00005.png 518.8579 -/living_room_0047a/rgb_00045.jpg /living_room_0047a/sync_depth_00045.png 518.8579 -/dining_room_0008/rgb_00006.jpg /dining_room_0008/sync_depth_00006.png 518.8579 -/dining_room_0008/rgb_00201.jpg /dining_room_0008/sync_depth_00201.png 518.8579 -/bedroom_0086/rgb_00113.jpg /bedroom_0086/sync_depth_00113.png 518.8579 -/conference_room_0001/rgb_00044.jpg /conference_room_0001/sync_depth_00044.png 518.8579 -/dining_room_0007/rgb_00092.jpg /dining_room_0007/sync_depth_00092.png 518.8579 -/furniture_store_0001d/rgb_00065.jpg /furniture_store_0001d/sync_depth_00065.png 518.8579 -/living_room_0055/rgb_00005.jpg /living_room_0055/sync_depth_00005.png 518.8579 -/classroom_0016/rgb_00010.jpg /classroom_0016/sync_depth_00010.png 518.8579 -/bookstore_0001i/rgb_00160.jpg /bookstore_0001i/sync_depth_00160.png 518.8579 -/dining_room_0015/rgb_00283.jpg /dining_room_0015/sync_depth_00283.png 518.8579 -/living_room_0069a/rgb_00093.jpg /living_room_0069a/sync_depth_00093.png 518.8579 -/bathroom_0010/rgb_00012.jpg /bathroom_0010/sync_depth_00012.png 518.8579 -/kitchen_0006/rgb_00070.jpg /kitchen_0006/sync_depth_00070.png 518.8579 -/bathroom_0051/rgb_00030.jpg /bathroom_0051/sync_depth_00030.png 518.8579 -/living_room_0070/rgb_00029.jpg /living_room_0070/sync_depth_00029.png 518.8579 -/living_room_0005/rgb_00074.jpg /living_room_0005/sync_depth_00074.png 518.8579 -/bedroom_0104/rgb_00068.jpg /bedroom_0104/sync_depth_00068.png 518.8579 -/office_0026/rgb_00160.jpg /office_0026/sync_depth_00160.png 518.8579 -/furniture_store_0001e/rgb_00066.jpg /furniture_store_0001e/sync_depth_00066.png 518.8579 -/playroom_0002/rgb_00045.jpg /playroom_0002/sync_depth_00045.png 518.8579 -/classroom_0006/rgb_00014.jpg /classroom_0006/sync_depth_00014.png 518.8579 -/kitchen_0029c/rgb_00051.jpg /kitchen_0029c/sync_depth_00051.png 518.8579 -/furniture_store_0002b/rgb_00277.jpg /furniture_store_0002b/sync_depth_00277.png 518.8579 -/kitchen_0048/rgb_00007.jpg /kitchen_0048/sync_depth_00007.png 518.8579 -/kitchen_0037/rgb_00015.jpg /kitchen_0037/sync_depth_00015.png 518.8579 -/bedroom_0076a/rgb_00287.jpg /bedroom_0076a/sync_depth_00287.png 518.8579 -/kitchen_0016/rgb_00007.jpg /kitchen_0016/sync_depth_00007.png 518.8579 -/bookstore_0001f/rgb_00193.jpg /bookstore_0001f/sync_depth_00193.png 518.8579 -/home_storage_0001/rgb_00046.jpg /home_storage_0001/sync_depth_00046.png 518.8579 -/dining_room_0037/rgb_00091.jpg /dining_room_0037/sync_depth_00091.png 518.8579 -/bathroom_0042/rgb_00013.jpg /bathroom_0042/sync_depth_00013.png 518.8579 -/bedroom_0140/rgb_00007.jpg /bedroom_0140/sync_depth_00007.png 518.8579 -/bathroom_0010/rgb_00015.jpg /bathroom_0010/sync_depth_00015.png 518.8579 -/bedroom_0051/rgb_00042.jpg /bedroom_0051/sync_depth_00042.png 518.8579 -/home_office_0004/rgb_00071.jpg /home_office_0004/sync_depth_00071.png 518.8579 -/living_room_0069a/rgb_00097.jpg /living_room_0069a/sync_depth_00097.png 518.8579 -/bedroom_0060/rgb_00100.jpg /bedroom_0060/sync_depth_00100.png 518.8579 -/bedroom_0076a/rgb_00223.jpg /bedroom_0076a/sync_depth_00223.png 518.8579 -/bathroom_0006/rgb_00028.jpg /bathroom_0006/sync_depth_00028.png 518.8579 -/office_0003/rgb_00048.jpg /office_0003/sync_depth_00048.png 518.8579 -/living_room_0062/rgb_00102.jpg /living_room_0062/sync_depth_00102.png 518.8579 -/kitchen_0033/rgb_00151.jpg /kitchen_0033/sync_depth_00151.png 518.8579 -/nyu_office_0/rgb_00212.jpg /nyu_office_0/sync_depth_00212.png 518.8579 -/classroom_0022/rgb_00067.jpg /classroom_0022/sync_depth_00067.png 518.8579 -/reception_room_0001b/rgb_00125.jpg /reception_room_0001b/sync_depth_00125.png 518.8579 -/dining_room_0007/rgb_00024.jpg /dining_room_0007/sync_depth_00024.png 518.8579 -/dining_room_0028/rgb_00011.jpg /dining_room_0028/sync_depth_00011.png 518.8579 -/living_room_0020/rgb_00067.jpg /living_room_0020/sync_depth_00067.png 518.8579 -/living_room_0022/rgb_00316.jpg /living_room_0022/sync_depth_00316.png 518.8579 -/bedroom_0106/rgb_00087.jpg /bedroom_0106/sync_depth_00087.png 518.8579 -/living_room_0005/rgb_00142.jpg /living_room_0005/sync_depth_00142.png 518.8579 -/bedroom_0069/rgb_00037.jpg /bedroom_0069/sync_depth_00037.png 518.8579 -/living_room_0055/rgb_00023.jpg /living_room_0055/sync_depth_00023.png 518.8579 -/nyu_office_0/rgb_00078.jpg /nyu_office_0/sync_depth_00078.png 518.8579 -/kitchen_0049/rgb_00058.jpg /kitchen_0049/sync_depth_00058.png 518.8579 -/bedroom_0025/rgb_00020.jpg /bedroom_0025/sync_depth_00020.png 518.8579 -/kitchen_0045a/rgb_00024.jpg /kitchen_0045a/sync_depth_00024.png 518.8579 -/living_room_0068/rgb_00092.jpg /living_room_0068/sync_depth_00092.png 518.8579 -/bedroom_0138/rgb_00025.jpg /bedroom_0138/sync_depth_00025.png 518.8579 -/dining_room_0002/rgb_00008.jpg /dining_room_0002/sync_depth_00008.png 518.8579 -/classroom_0012/rgb_00006.jpg /classroom_0012/sync_depth_00006.png 518.8579 -/dining_room_0008/rgb_00129.jpg /dining_room_0008/sync_depth_00129.png 518.8579 -/office_0026/rgb_00061.jpg /office_0026/sync_depth_00061.png 518.8579 -/bedroom_0062/rgb_00075.jpg /bedroom_0062/sync_depth_00075.png 518.8579 -/bookstore_0001i/rgb_00057.jpg /bookstore_0001i/sync_depth_00057.png 518.8579 -/living_room_0018/rgb_00101.jpg /living_room_0018/sync_depth_00101.png 518.8579 -/kitchen_0019a/rgb_00100.jpg /kitchen_0019a/sync_depth_00100.png 518.8579 -/reception_room_0002/rgb_00127.jpg /reception_room_0002/sync_depth_00127.png 518.8579 -/home_office_0011/rgb_00075.jpg /home_office_0011/sync_depth_00075.png 518.8579 -/bathroom_0054/rgb_00013.jpg /bathroom_0054/sync_depth_00013.png 518.8579 -/living_room_0069b/rgb_00055.jpg /living_room_0069b/sync_depth_00055.png 518.8579 -/living_room_0069a/rgb_00020.jpg /living_room_0069a/sync_depth_00020.png 518.8579 -/living_room_0012/rgb_00217.jpg /living_room_0012/sync_depth_00217.png 518.8579 -/reception_room_0002/rgb_00114.jpg /reception_room_0002/sync_depth_00114.png 518.8579 -/living_room_0005/rgb_00086.jpg /living_room_0005/sync_depth_00086.png 518.8579 -/living_room_0032/rgb_00003.jpg /living_room_0032/sync_depth_00003.png 518.8579 -/nyu_office_0/rgb_00253.jpg /nyu_office_0/sync_depth_00253.png 518.8579 -/bedroom_0130/rgb_00016.jpg /bedroom_0130/sync_depth_00016.png 518.8579 -/nyu_office_0/rgb_00011.jpg /nyu_office_0/sync_depth_00011.png 518.8579 -/living_room_0046b/rgb_00083.jpg /living_room_0046b/sync_depth_00083.png 518.8579 -/living_room_0035/rgb_00097.jpg /living_room_0035/sync_depth_00097.png 518.8579 -/kitchen_0047/rgb_00005.jpg /kitchen_0047/sync_depth_00005.png 518.8579 -/living_room_0069b/rgb_00005.jpg /living_room_0069b/sync_depth_00005.png 518.8579 -/kitchen_0028a/rgb_00121.jpg /kitchen_0028a/sync_depth_00121.png 518.8579 -/bedroom_0016/rgb_00062.jpg /bedroom_0016/sync_depth_00062.png 518.8579 -/nyu_office_0/rgb_00354.jpg /nyu_office_0/sync_depth_00354.png 518.8579 -/bedroom_0125b/rgb_00039.jpg /bedroom_0125b/sync_depth_00039.png 518.8579 -/kitchen_0049/rgb_00224.jpg /kitchen_0049/sync_depth_00224.png 518.8579 -/bedroom_0106/rgb_00090.jpg /bedroom_0106/sync_depth_00090.png 518.8579 -/living_room_0029/rgb_00086.jpg /living_room_0029/sync_depth_00086.png 518.8579 -/bookstore_0001g/rgb_00246.jpg /bookstore_0001g/sync_depth_00246.png 518.8579 -/classroom_0003/rgb_00062.jpg /classroom_0003/sync_depth_00062.png 518.8579 -/study_room_0004/rgb_00069.jpg /study_room_0004/sync_depth_00069.png 518.8579 -/living_room_0062/rgb_00113.jpg /living_room_0062/sync_depth_00113.png 518.8579 -/living_room_0078/rgb_00136.jpg /living_room_0078/sync_depth_00136.png 518.8579 -/dining_room_0001b/rgb_00196.jpg /dining_room_0001b/sync_depth_00196.png 518.8579 -/home_office_0006/rgb_00073.jpg /home_office_0006/sync_depth_00073.png 518.8579 -/living_room_0033/rgb_00059.jpg /living_room_0033/sync_depth_00059.png 518.8579 -/bathroom_0007/rgb_00048.jpg /bathroom_0007/sync_depth_00048.png 518.8579 -/student_lounge_0001/rgb_00256.jpg /student_lounge_0001/sync_depth_00256.png 518.8579 -/kitchen_0017/rgb_00052.jpg /kitchen_0017/sync_depth_00052.png 518.8579 -/dining_room_0015/rgb_00221.jpg /dining_room_0015/sync_depth_00221.png 518.8579 -/furniture_store_0002b/rgb_00232.jpg /furniture_store_0002b/sync_depth_00232.png 518.8579 -/kitchen_0016/rgb_00015.jpg /kitchen_0016/sync_depth_00015.png 518.8579 -/bedroom_0082/rgb_00062.jpg /bedroom_0082/sync_depth_00062.png 518.8579 -/bedroom_0104/rgb_00035.jpg /bedroom_0104/sync_depth_00035.png 518.8579 -/playroom_0003/rgb_00003.jpg /playroom_0003/sync_depth_00003.png 518.8579 -/kitchen_0019a/rgb_00224.jpg /kitchen_0019a/sync_depth_00224.png 518.8579 -/living_room_0046a/rgb_00076.jpg /living_room_0046a/sync_depth_00076.png 518.8579 -/living_room_0004/rgb_00131.jpg /living_room_0004/sync_depth_00131.png 518.8579 -/bedroom_0051/rgb_00061.jpg /bedroom_0051/sync_depth_00061.png 518.8579 -/bathroom_0055/rgb_00059.jpg /bathroom_0055/sync_depth_00059.png 518.8579 -/bedroom_0100/rgb_00051.jpg /bedroom_0100/sync_depth_00051.png 518.8579 -/kitchen_0045b/rgb_00079.jpg /kitchen_0045b/sync_depth_00079.png 518.8579 -/home_storage_0001/rgb_00088.jpg /home_storage_0001/sync_depth_00088.png 518.8579 -/dining_room_0008/rgb_00174.jpg /dining_room_0008/sync_depth_00174.png 518.8579 -/dining_room_0008/rgb_00167.jpg /dining_room_0008/sync_depth_00167.png 518.8579 -/dining_room_0015/rgb_00262.jpg /dining_room_0015/sync_depth_00262.png 518.8579 -/basement_0001a/rgb_00035.jpg /basement_0001a/sync_depth_00035.png 518.8579 -/conference_room_0002/rgb_00029.jpg /conference_room_0002/sync_depth_00029.png 518.8579 -/bookstore_0001g/rgb_00094.jpg /bookstore_0001g/sync_depth_00094.png 518.8579 -/dining_room_0031/rgb_00335.jpg /dining_room_0031/sync_depth_00335.png 518.8579 -/living_room_0085/rgb_00016.jpg /living_room_0085/sync_depth_00016.png 518.8579 -/bookstore_0001j/rgb_00234.jpg /bookstore_0001j/sync_depth_00234.png 518.8579 -/bedroom_0033/rgb_00022.jpg /bedroom_0033/sync_depth_00022.png 518.8579 -/bathroom_0045a/rgb_00025.jpg /bathroom_0045a/sync_depth_00025.png 518.8579 -/living_room_0047b/rgb_00199.jpg /living_room_0047b/sync_depth_00199.png 518.8579 -/bookstore_0001g/rgb_00009.jpg /bookstore_0001g/sync_depth_00009.png 518.8579 -/living_room_0050/rgb_00271.jpg /living_room_0050/sync_depth_00271.png 518.8579 -/bedroom_0113/rgb_00110.jpg /bedroom_0113/sync_depth_00110.png 518.8579 -/bookstore_0001e/rgb_00228.jpg /bookstore_0001e/sync_depth_00228.png 518.8579 -/study_room_0004/rgb_00168.jpg /study_room_0004/sync_depth_00168.png 518.8579 -/bookstore_0001g/rgb_00133.jpg /bookstore_0001g/sync_depth_00133.png 518.8579 -/living_room_0038/rgb_00098.jpg /living_room_0038/sync_depth_00098.png 518.8579 -/living_room_0005/rgb_00064.jpg /living_room_0005/sync_depth_00064.png 518.8579 -/kitchen_0045a/rgb_00136.jpg /kitchen_0045a/sync_depth_00136.png 518.8579 -/bathroom_0019/rgb_00065.jpg /bathroom_0019/sync_depth_00065.png 518.8579 -/playroom_0002/rgb_00024.jpg /playroom_0002/sync_depth_00024.png 518.8579 -/bedroom_0010/rgb_00049.jpg /bedroom_0010/sync_depth_00049.png 518.8579 -/living_room_0019/rgb_00077.jpg /living_room_0019/sync_depth_00077.png 518.8579 -/dining_room_0001b/rgb_00223.jpg /dining_room_0001b/sync_depth_00223.png 518.8579 -/dining_room_0019/rgb_00097.jpg /dining_room_0019/sync_depth_00097.png 518.8579 -/kitchen_0011a/rgb_00023.jpg /kitchen_0011a/sync_depth_00023.png 518.8579 -/living_room_0035/rgb_00108.jpg /living_room_0035/sync_depth_00108.png 518.8579 -/living_room_0046a/rgb_00028.jpg /living_room_0046a/sync_depth_00028.png 518.8579 -/home_office_0004/rgb_00059.jpg /home_office_0004/sync_depth_00059.png 518.8579 -/kitchen_0052/rgb_00017.jpg /kitchen_0052/sync_depth_00017.png 518.8579 -/office_0026/rgb_00016.jpg /office_0026/sync_depth_00016.png 518.8579 -/dining_room_0024/rgb_00019.jpg /dining_room_0024/sync_depth_00019.png 518.8579 -/nyu_office_1/rgb_00039.jpg /nyu_office_1/sync_depth_00039.png 518.8579 -/bookstore_0001d/rgb_00018.jpg /bookstore_0001d/sync_depth_00018.png 518.8579 -/dining_room_0015/rgb_00111.jpg /dining_room_0015/sync_depth_00111.png 518.8579 -/bedroom_0026/rgb_00091.jpg /bedroom_0026/sync_depth_00091.png 518.8579 -/kitchen_0049/rgb_00040.jpg /kitchen_0049/sync_depth_00040.png 518.8579 -/bathroom_0007/rgb_00056.jpg /bathroom_0007/sync_depth_00056.png 518.8579 -/nyu_office_0/rgb_00033.jpg /nyu_office_0/sync_depth_00033.png 518.8579 -/bathroom_0006/rgb_00008.jpg /bathroom_0006/sync_depth_00008.png 518.8579 -/bathroom_0028/rgb_00062.jpg /bathroom_0028/sync_depth_00062.png 518.8579 -/bedroom_0094/rgb_00020.jpg /bedroom_0094/sync_depth_00020.png 518.8579 -/bedroom_0062/rgb_00130.jpg /bedroom_0062/sync_depth_00130.png 518.8579 -/bookstore_0001j/rgb_00269.jpg /bookstore_0001j/sync_depth_00269.png 518.8579 -/office_0025/rgb_00006.jpg /office_0025/sync_depth_00006.png 518.8579 -/bathroom_0033/rgb_00015.jpg /bathroom_0033/sync_depth_00015.png 518.8579 -/bookstore_0001f/rgb_00371.jpg /bookstore_0001f/sync_depth_00371.png 518.8579 -/classroom_0012/rgb_00048.jpg /classroom_0012/sync_depth_00048.png 518.8579 -/living_room_0019/rgb_00235.jpg /living_room_0019/sync_depth_00235.png 518.8579 -/bedroom_0063/rgb_00085.jpg /bedroom_0063/sync_depth_00085.png 518.8579 -/classroom_0018/rgb_00009.jpg /classroom_0018/sync_depth_00009.png 518.8579 -/living_room_0040/rgb_00276.jpg /living_room_0040/sync_depth_00276.png 518.8579 -/bathroom_0007/rgb_00104.jpg /bathroom_0007/sync_depth_00104.png 518.8579 -/classroom_0003/rgb_00064.jpg /classroom_0003/sync_depth_00064.png 518.8579 -/home_office_0005/rgb_00014.jpg /home_office_0005/sync_depth_00014.png 518.8579 -/furniture_store_0002d/rgb_00047.jpg /furniture_store_0002d/sync_depth_00047.png 518.8579 -/kitchen_0051/rgb_00271.jpg /kitchen_0051/sync_depth_00271.png 518.8579 -/living_room_0012/rgb_00074.jpg /living_room_0012/sync_depth_00074.png 518.8579 -/furniture_store_0002a/rgb_00243.jpg /furniture_store_0002a/sync_depth_00243.png 518.8579 -/bedroom_0067a/rgb_00038.jpg /bedroom_0067a/sync_depth_00038.png 518.8579 -/student_lounge_0001/rgb_00159.jpg /student_lounge_0001/sync_depth_00159.png 518.8579 -/bedroom_0074/rgb_00076.jpg /bedroom_0074/sync_depth_00076.png 518.8579 -/bookstore_0001g/rgb_00129.jpg /bookstore_0001g/sync_depth_00129.png 518.8579 -/nyu_office_0/rgb_00197.jpg /nyu_office_0/sync_depth_00197.png 518.8579 -/nyu_office_1/rgb_00001.jpg /nyu_office_1/sync_depth_00001.png 518.8579 -/reception_room_0002/rgb_00119.jpg /reception_room_0002/sync_depth_00119.png 518.8579 -/furniture_store_0001d/rgb_00079.jpg /furniture_store_0001d/sync_depth_00079.png 518.8579 -/bedroom_0069/rgb_00082.jpg /bedroom_0069/sync_depth_00082.png 518.8579 -/nyu_office_0/rgb_00356.jpg /nyu_office_0/sync_depth_00356.png 518.8579 -/dining_room_0008/rgb_00113.jpg /dining_room_0008/sync_depth_00113.png 518.8579 -/bedroom_0140/rgb_00063.jpg /bedroom_0140/sync_depth_00063.png 518.8579 -/study_0004/rgb_00059.jpg /study_0004/sync_depth_00059.png 518.8579 -/bedroom_0062/rgb_00156.jpg /bedroom_0062/sync_depth_00156.png 518.8579 -/bedroom_0130/rgb_00056.jpg /bedroom_0130/sync_depth_00056.png 518.8579 -/kitchen_0045b/rgb_00082.jpg /kitchen_0045b/sync_depth_00082.png 518.8579 -/bedroom_0053/rgb_00003.jpg /bedroom_0053/sync_depth_00003.png 518.8579 -/kitchen_0029c/rgb_00108.jpg /kitchen_0029c/sync_depth_00108.png 518.8579 -/bedroom_0080/rgb_00020.jpg /bedroom_0080/sync_depth_00020.png 518.8579 -/kitchen_0043/rgb_00024.jpg /kitchen_0043/sync_depth_00024.png 518.8579 -/living_room_0050/rgb_00092.jpg /living_room_0050/sync_depth_00092.png 518.8579 -/office_0026/rgb_00103.jpg /office_0026/sync_depth_00103.png 518.8579 -/living_room_0063/rgb_00108.jpg /living_room_0063/sync_depth_00108.png 518.8579 -/living_room_0062/rgb_00115.jpg /living_room_0062/sync_depth_00115.png 518.8579 -/kitchen_0050/rgb_00210.jpg /kitchen_0050/sync_depth_00210.png 518.8579 -/bookstore_0001f/rgb_00336.jpg /bookstore_0001f/sync_depth_00336.png 518.8579 -/student_lounge_0001/rgb_00134.jpg /student_lounge_0001/sync_depth_00134.png 518.8579 -/office_0024/rgb_00051.jpg /office_0024/sync_depth_00051.png 518.8579 -/bookstore_0001d/rgb_00248.jpg /bookstore_0001d/sync_depth_00248.png 518.8579 -/bedroom_0020/rgb_00052.jpg /bedroom_0020/sync_depth_00052.png 518.8579 -/dining_room_0015/rgb_00039.jpg /dining_room_0015/sync_depth_00039.png 518.8579 -/bedroom_0014/rgb_00021.jpg /bedroom_0014/sync_depth_00021.png 518.8579 -/living_room_0040/rgb_00020.jpg /living_room_0040/sync_depth_00020.png 518.8579 -/living_room_0058/rgb_00235.jpg /living_room_0058/sync_depth_00235.png 518.8579 -/living_room_0004/rgb_00013.jpg /living_room_0004/sync_depth_00013.png 518.8579 -/bathroom_0002/rgb_00030.jpg /bathroom_0002/sync_depth_00030.png 518.8579 -/dining_room_0007/rgb_00054.jpg /dining_room_0007/sync_depth_00054.png 518.8579 -/kitchen_0003/rgb_00115.jpg /kitchen_0003/sync_depth_00115.png 518.8579 -/bookstore_0001f/rgb_00190.jpg /bookstore_0001f/sync_depth_00190.png 518.8579 -/bedroom_0034/rgb_00053.jpg /bedroom_0034/sync_depth_00053.png 518.8579 -/bathroom_0045a/rgb_00040.jpg /bathroom_0045a/sync_depth_00040.png 518.8579 -/living_room_0042b/rgb_00020.jpg /living_room_0042b/sync_depth_00020.png 518.8579 -/furniture_store_0002b/rgb_00088.jpg /furniture_store_0002b/sync_depth_00088.png 518.8579 -/bookstore_0001f/rgb_00135.jpg /bookstore_0001f/sync_depth_00135.png 518.8579 -/classroom_0004/rgb_00106.jpg /classroom_0004/sync_depth_00106.png 518.8579 -/bedroom_0074/rgb_00056.jpg /bedroom_0074/sync_depth_00056.png 518.8579 -/classroom_0018/rgb_00032.jpg /classroom_0018/sync_depth_00032.png 518.8579 -/bedroom_0072/rgb_00172.jpg /bedroom_0072/sync_depth_00172.png 518.8579 -/bedroom_0059/rgb_00036.jpg /bedroom_0059/sync_depth_00036.png 518.8579 -/dining_room_0001b/rgb_00013.jpg /dining_room_0001b/sync_depth_00013.png 518.8579 -/bedroom_0069/rgb_00023.jpg /bedroom_0069/sync_depth_00023.png 518.8579 -/reception_room_0002/rgb_00140.jpg /reception_room_0002/sync_depth_00140.png 518.8579 -/living_room_0067/rgb_00010.jpg /living_room_0067/sync_depth_00010.png 518.8579 -/bookstore_0001f/rgb_00000.jpg /bookstore_0001f/sync_depth_00000.png 518.8579 -/bedroom_0033/rgb_00153.jpg /bedroom_0033/sync_depth_00153.png 518.8579 -/living_room_0070/rgb_00076.jpg /living_room_0070/sync_depth_00076.png 518.8579 -/living_room_0020/rgb_00170.jpg /living_room_0020/sync_depth_00170.png 518.8579 -/bedroom_0125b/rgb_00009.jpg /bedroom_0125b/sync_depth_00009.png 518.8579 -/living_room_0086a/rgb_00057.jpg /living_room_0086a/sync_depth_00057.png 518.8579 -/bathroom_0016/rgb_00029.jpg /bathroom_0016/sync_depth_00029.png 518.8579 -/living_room_0078/rgb_00028.jpg /living_room_0078/sync_depth_00028.png 518.8579 -/bedroom_0062/rgb_00073.jpg /bedroom_0062/sync_depth_00073.png 518.8579 -/home_office_0006/rgb_00183.jpg /home_office_0006/sync_depth_00183.png 518.8579 -/living_room_0039/rgb_00104.jpg /living_room_0039/sync_depth_00104.png 518.8579 -/living_room_0069a/rgb_00059.jpg /living_room_0069a/sync_depth_00059.png 518.8579 -/bedroom_0140/rgb_00040.jpg /bedroom_0140/sync_depth_00040.png 518.8579 -/furniture_store_0002a/rgb_00352.jpg /furniture_store_0002a/sync_depth_00352.png 518.8579 -/office_0024/rgb_00017.jpg /office_0024/sync_depth_00017.png 518.8579 -/living_room_0004/rgb_00117.jpg /living_room_0004/sync_depth_00117.png 518.8579 -/living_room_0063/rgb_00005.jpg /living_room_0063/sync_depth_00005.png 518.8579 -/dining_room_0001b/rgb_00178.jpg /dining_room_0001b/sync_depth_00178.png 518.8579 -/bathroom_0049/rgb_00015.jpg /bathroom_0049/sync_depth_00015.png 518.8579 -/home_office_0008/rgb_00010.jpg /home_office_0008/sync_depth_00010.png 518.8579 -/kitchen_0047/rgb_00106.jpg /kitchen_0047/sync_depth_00106.png 518.8579 -/furniture_store_0001d/rgb_00191.jpg /furniture_store_0001d/sync_depth_00191.png 518.8579 -/bedroom_0051/rgb_00193.jpg /bedroom_0051/sync_depth_00193.png 518.8579 -/classroom_0003/rgb_00051.jpg /classroom_0003/sync_depth_00051.png 518.8579 -/conference_room_0002/rgb_00037.jpg /conference_room_0002/sync_depth_00037.png 518.8579 -/office_0011/rgb_00032.jpg /office_0011/sync_depth_00032.png 518.8579 -/office_0011/rgb_00019.jpg /office_0011/sync_depth_00019.png 518.8579 -/reception_room_0002/rgb_00174.jpg /reception_room_0002/sync_depth_00174.png 518.8579 -/dining_room_0016/rgb_00048.jpg /dining_room_0016/sync_depth_00048.png 518.8579 -/dining_room_0031/rgb_00118.jpg /dining_room_0031/sync_depth_00118.png 518.8579 -/kitchen_0019a/rgb_00287.jpg /kitchen_0019a/sync_depth_00287.png 518.8579 -/bedroom_0097/rgb_00026.jpg /bedroom_0097/sync_depth_00026.png 518.8579 -/bookstore_0001e/rgb_00133.jpg /bookstore_0001e/sync_depth_00133.png 518.8579 -/living_room_0022/rgb_00122.jpg /living_room_0022/sync_depth_00122.png 518.8579 -/home_storage_0001/rgb_00127.jpg /home_storage_0001/sync_depth_00127.png 518.8579 -/bedroom_0138/rgb_00002.jpg /bedroom_0138/sync_depth_00002.png 518.8579 -/living_room_0038/rgb_00031.jpg /living_room_0038/sync_depth_00031.png 518.8579 -/bookstore_0001f/rgb_00078.jpg /bookstore_0001f/sync_depth_00078.png 518.8579 -/living_room_0047b/rgb_00074.jpg /living_room_0047b/sync_depth_00074.png 518.8579 -/bathroom_0007/rgb_00075.jpg /bathroom_0007/sync_depth_00075.png 518.8579 -/furniture_store_0001a/rgb_00027.jpg /furniture_store_0001a/sync_depth_00027.png 518.8579 -/kitchen_0019a/rgb_00196.jpg /kitchen_0019a/sync_depth_00196.png 518.8579 -/kitchen_0053/rgb_00096.jpg /kitchen_0053/sync_depth_00096.png 518.8579 -/dining_room_0033/rgb_00161.jpg /dining_room_0033/sync_depth_00161.png 518.8579 -/kitchen_0060/rgb_00113.jpg /kitchen_0060/sync_depth_00113.png 518.8579 -/bedroom_0072/rgb_00034.jpg /bedroom_0072/sync_depth_00034.png 518.8579 -/nyu_office_0/rgb_00155.jpg /nyu_office_0/sync_depth_00155.png 518.8579 -/home_office_0004/rgb_00166.jpg /home_office_0004/sync_depth_00166.png 518.8579 -/kitchen_0037/rgb_00012.jpg /kitchen_0037/sync_depth_00012.png 518.8579 -/kitchen_0048/rgb_00000.jpg /kitchen_0048/sync_depth_00000.png 518.8579 -/bedroom_0060/rgb_00087.jpg /bedroom_0060/sync_depth_00087.png 518.8579 -/bedroom_0120/rgb_00036.jpg /bedroom_0120/sync_depth_00036.png 518.8579 -/home_office_0006/rgb_00149.jpg /home_office_0006/sync_depth_00149.png 518.8579 -/bedroom_0016/rgb_00128.jpg /bedroom_0016/sync_depth_00128.png 518.8579 -/indoor_balcony_0001/rgb_00041.jpg /indoor_balcony_0001/sync_depth_00041.png 518.8579 -/home_office_0004/rgb_00118.jpg /home_office_0004/sync_depth_00118.png 518.8579 -/bedroom_0057/rgb_00001.jpg /bedroom_0057/sync_depth_00001.png 518.8579 -/office_0012/rgb_00048.jpg /office_0012/sync_depth_00048.png 518.8579 -/kitchen_0035b/rgb_00088.jpg /kitchen_0035b/sync_depth_00088.png 518.8579 -/basement_0001a/rgb_00173.jpg /basement_0001a/sync_depth_00173.png 518.8579 -/bathroom_0006/rgb_00060.jpg /bathroom_0006/sync_depth_00060.png 518.8579 -/study_room_0005b/rgb_00007.jpg /study_room_0005b/sync_depth_00007.png 518.8579 -/office_0009/rgb_00080.jpg /office_0009/sync_depth_00080.png 518.8579 -/bookstore_0001g/rgb_00015.jpg /bookstore_0001g/sync_depth_00015.png 518.8579 -/kitchen_0033/rgb_00102.jpg /kitchen_0033/sync_depth_00102.png 518.8579 -/kitchen_0053/rgb_00056.jpg /kitchen_0053/sync_depth_00056.png 518.8579 -/office_0006/rgb_00025.jpg /office_0006/sync_depth_00025.png 518.8579 -/indoor_balcony_0001/rgb_00023.jpg /indoor_balcony_0001/sync_depth_00023.png 518.8579 -/living_room_0018/rgb_00156.jpg /living_room_0018/sync_depth_00156.png 518.8579 -/bathroom_0006/rgb_00020.jpg /bathroom_0006/sync_depth_00020.png 518.8579 -/kitchen_0048/rgb_00157.jpg /kitchen_0048/sync_depth_00157.png 518.8579 -/office_0006/rgb_00132.jpg /office_0006/sync_depth_00132.png 518.8579 -/study_room_0005b/rgb_00064.jpg /study_room_0005b/sync_depth_00064.png 518.8579 -/bedroom_0051/rgb_00148.jpg /bedroom_0051/sync_depth_00148.png 518.8579 -/bedroom_0016/rgb_00155.jpg /bedroom_0016/sync_depth_00155.png 518.8579 -/cafe_0001c/rgb_00109.jpg /cafe_0001c/sync_depth_00109.png 518.8579 -/kitchen_0003/rgb_00161.jpg /kitchen_0003/sync_depth_00161.png 518.8579 -/bedroom_0126/rgb_00037.jpg /bedroom_0126/sync_depth_00037.png 518.8579 -/bedroom_0063/rgb_00108.jpg /bedroom_0063/sync_depth_00108.png 518.8579 -/dining_room_0007/rgb_00045.jpg /dining_room_0007/sync_depth_00045.png 518.8579 -/dining_room_0014/rgb_00011.jpg /dining_room_0014/sync_depth_00011.png 518.8579 -/bedroom_0050/rgb_00155.jpg /bedroom_0050/sync_depth_00155.png 518.8579 -/furniture_store_0002a/rgb_00126.jpg /furniture_store_0002a/sync_depth_00126.png 518.8579 -/study_0003/rgb_00046.jpg /study_0003/sync_depth_00046.png 518.8579 -/kitchen_0050/rgb_00150.jpg /kitchen_0050/sync_depth_00150.png 518.8579 -/classroom_0006/rgb_00175.jpg /classroom_0006/sync_depth_00175.png 518.8579 -/living_room_0071/rgb_00039.jpg /living_room_0071/sync_depth_00039.png 518.8579 -/kitchen_0016/rgb_00084.jpg /kitchen_0016/sync_depth_00084.png 518.8579 -/bedroom_0129/rgb_00086.jpg /bedroom_0129/sync_depth_00086.png 518.8579 -/living_room_0083/rgb_00047.jpg /living_room_0083/sync_depth_00047.png 518.8579 -/kitchen_0047/rgb_00065.jpg /kitchen_0047/sync_depth_00065.png 518.8579 -/excercise_room_0001/rgb_00088.jpg /excercise_room_0001/sync_depth_00088.png 518.8579 -/home_office_0006/rgb_00152.jpg /home_office_0006/sync_depth_00152.png 518.8579 -/classroom_0003/rgb_00019.jpg /classroom_0003/sync_depth_00019.png 518.8579 -/dining_room_0004/rgb_00104.jpg /dining_room_0004/sync_depth_00104.png 518.8579 -/nyu_office_1/rgb_00049.jpg /nyu_office_1/sync_depth_00049.png 518.8579 -/bathroom_0002/rgb_00042.jpg /bathroom_0002/sync_depth_00042.png 518.8579 -/living_room_0058/rgb_00023.jpg /living_room_0058/sync_depth_00023.png 518.8579 -/bedroom_0078/rgb_00136.jpg /bedroom_0078/sync_depth_00136.png 518.8579 -/living_room_0046b/rgb_00021.jpg /living_room_0046b/sync_depth_00021.png 518.8579 -/bookstore_0001e/rgb_00028.jpg /bookstore_0001e/sync_depth_00028.png 518.8579 -/dining_room_0031/rgb_00400.jpg /dining_room_0031/sync_depth_00400.png 518.8579 -/dining_room_0001b/rgb_00240.jpg /dining_room_0001b/sync_depth_00240.png 518.8579 -/bedroom_0051/rgb_00155.jpg /bedroom_0051/sync_depth_00155.png 518.8579 -/classroom_0016/rgb_00028.jpg /classroom_0016/sync_depth_00028.png 518.8579 -/kitchen_0048/rgb_00202.jpg /kitchen_0048/sync_depth_00202.png 518.8579 -/dining_room_0033/rgb_00077.jpg /dining_room_0033/sync_depth_00077.png 518.8579 -/kitchen_0051/rgb_00301.jpg /kitchen_0051/sync_depth_00301.png 518.8579 -/bedroom_0019/rgb_00164.jpg /bedroom_0019/sync_depth_00164.png 518.8579 -/kitchen_0045a/rgb_00200.jpg /kitchen_0045a/sync_depth_00200.png 518.8579 -/study_room_0004/rgb_00180.jpg /study_room_0004/sync_depth_00180.png 518.8579 -/bookstore_0001f/rgb_00248.jpg /bookstore_0001f/sync_depth_00248.png 518.8579 -/kitchen_0019a/rgb_00230.jpg /kitchen_0019a/sync_depth_00230.png 518.8579 -/bedroom_0034/rgb_00084.jpg /bedroom_0034/sync_depth_00084.png 518.8579 -/home_office_0004/rgb_00177.jpg /home_office_0004/sync_depth_00177.png 518.8579 -/living_room_0071/rgb_00003.jpg /living_room_0071/sync_depth_00003.png 518.8579 -/office_0021/rgb_00066.jpg /office_0021/sync_depth_00066.png 518.8579 -/bedroom_0038/rgb_00024.jpg /bedroom_0038/sync_depth_00024.png 518.8579 -/bookstore_0001j/rgb_00259.jpg /bookstore_0001j/sync_depth_00259.png 518.8579 -/office_0025/rgb_00032.jpg /office_0025/sync_depth_00032.png 518.8579 -/bedroom_0014/rgb_00033.jpg /bedroom_0014/sync_depth_00033.png 518.8579 -/furniture_store_0002d/rgb_00001.jpg /furniture_store_0002d/sync_depth_00001.png 518.8579 -/bathroom_0048/rgb_00052.jpg /bathroom_0048/sync_depth_00052.png 518.8579 -/home_storage_0001/rgb_00106.jpg /home_storage_0001/sync_depth_00106.png 518.8579 -/living_room_0062/rgb_00160.jpg /living_room_0062/sync_depth_00160.png 518.8579 -/living_room_0019/rgb_00121.jpg /living_room_0019/sync_depth_00121.png 518.8579 -/living_room_0062/rgb_00199.jpg /living_room_0062/sync_depth_00199.png 518.8579 -/office_0026/rgb_00062.jpg /office_0026/sync_depth_00062.png 518.8579 -/bathroom_0048/rgb_00061.jpg /bathroom_0048/sync_depth_00061.png 518.8579 -/kitchen_0043/rgb_00248.jpg /kitchen_0043/sync_depth_00248.png 518.8579 -/living_room_0070/rgb_00086.jpg /living_room_0070/sync_depth_00086.png 518.8579 -/study_0006/rgb_00012.jpg /study_0006/sync_depth_00012.png 518.8579 -/bathroom_0013/rgb_00064.jpg /bathroom_0013/sync_depth_00064.png 518.8579 -/bedroom_0072/rgb_00025.jpg /bedroom_0072/sync_depth_00025.png 518.8579 -/bathroom_0006/rgb_00006.jpg /bathroom_0006/sync_depth_00006.png 518.8579 -/living_room_0022/rgb_00313.jpg /living_room_0022/sync_depth_00313.png 518.8579 -/dining_room_0033/rgb_00016.jpg /dining_room_0033/sync_depth_00016.png 518.8579 -/bedroom_0072/rgb_00006.jpg /bedroom_0072/sync_depth_00006.png 518.8579 -/living_room_0070/rgb_00013.jpg /living_room_0070/sync_depth_00013.png 518.8579 -/living_room_0040/rgb_00279.jpg /living_room_0040/sync_depth_00279.png 518.8579 -/living_room_0050/rgb_00226.jpg /living_room_0050/sync_depth_00226.png 518.8579 -/living_room_0050/rgb_00258.jpg /living_room_0050/sync_depth_00258.png 518.8579 -/student_lounge_0001/rgb_00021.jpg /student_lounge_0001/sync_depth_00021.png 518.8579 -/bedroom_0051/rgb_00068.jpg /bedroom_0051/sync_depth_00068.png 518.8579 -/furniture_store_0002a/rgb_00203.jpg /furniture_store_0002a/sync_depth_00203.png 518.8579 -/bedroom_0082/rgb_00017.jpg /bedroom_0082/sync_depth_00017.png 518.8579 -/bathroom_0048/rgb_00067.jpg /bathroom_0048/sync_depth_00067.png 518.8579 -/kitchen_0053/rgb_00045.jpg /kitchen_0053/sync_depth_00045.png 518.8579 -/bedroom_0136/rgb_00081.jpg /bedroom_0136/sync_depth_00081.png 518.8579 -/living_room_0070/rgb_00104.jpg /living_room_0070/sync_depth_00104.png 518.8579 -/kitchen_0011a/rgb_00065.jpg /kitchen_0011a/sync_depth_00065.png 518.8579 -/bedroom_0074/rgb_00094.jpg /bedroom_0074/sync_depth_00094.png 518.8579 -/bedroom_0010/rgb_00024.jpg /bedroom_0010/sync_depth_00024.png 518.8579 -/living_room_0032/rgb_00022.jpg /living_room_0032/sync_depth_00022.png 518.8579 -/bookstore_0001g/rgb_00078.jpg /bookstore_0001g/sync_depth_00078.png 518.8579 -/cafe_0001c/rgb_00028.jpg /cafe_0001c/sync_depth_00028.png 518.8579 -/conference_room_0002/rgb_00017.jpg /conference_room_0002/sync_depth_00017.png 518.8579 -/living_room_0069b/rgb_00035.jpg /living_room_0069b/sync_depth_00035.png 518.8579 -/bedroom_0052/rgb_00032.jpg /bedroom_0052/sync_depth_00032.png 518.8579 -/furniture_store_0001d/rgb_00137.jpg /furniture_store_0001d/sync_depth_00137.png 518.8579 -/study_room_0004/rgb_00193.jpg /study_room_0004/sync_depth_00193.png 518.8579 -/kitchen_0053/rgb_00048.jpg /kitchen_0053/sync_depth_00048.png 518.8579 -/playroom_0003/rgb_00022.jpg /playroom_0003/sync_depth_00022.png 518.8579 -/kitchen_0051/rgb_00026.jpg /kitchen_0051/sync_depth_00026.png 518.8579 -/bedroom_0081/rgb_00049.jpg /bedroom_0081/sync_depth_00049.png 518.8579 -/bedroom_0120/rgb_00005.jpg /bedroom_0120/sync_depth_00005.png 518.8579 -/bathroom_0016/rgb_00019.jpg /bathroom_0016/sync_depth_00019.png 518.8579 -/bedroom_0045/rgb_00001.jpg /bedroom_0045/sync_depth_00001.png 518.8579 -/bathroom_0016/rgb_00038.jpg /bathroom_0016/sync_depth_00038.png 518.8579 -/living_room_0058/rgb_00222.jpg /living_room_0058/sync_depth_00222.png 518.8579 -/furniture_store_0001d/rgb_00210.jpg /furniture_store_0001d/sync_depth_00210.png 518.8579 -/kitchen_0033/rgb_00112.jpg /kitchen_0033/sync_depth_00112.png 518.8579 -/bookstore_0001f/rgb_00330.jpg /bookstore_0001f/sync_depth_00330.png 518.8579 -/bookstore_0001e/rgb_00077.jpg /bookstore_0001e/sync_depth_00077.png 518.8579 -/living_room_0067/rgb_00042.jpg /living_room_0067/sync_depth_00042.png 518.8579 -/bedroom_0016/rgb_00020.jpg /bedroom_0016/sync_depth_00020.png 518.8579 -/kitchen_0010/rgb_00049.jpg /kitchen_0010/sync_depth_00049.png 518.8579 -/bathroom_0041/rgb_00035.jpg /bathroom_0041/sync_depth_00035.png 518.8579 -/office_0023/rgb_00006.jpg /office_0023/sync_depth_00006.png 518.8579 -/dining_room_0016/rgb_00116.jpg /dining_room_0016/sync_depth_00116.png 518.8579 -/kitchen_0028b/rgb_00006.jpg /kitchen_0028b/sync_depth_00006.png 518.8579 -/kitchen_0031/rgb_00114.jpg /kitchen_0031/sync_depth_00114.png 518.8579 -/bedroom_0140/rgb_00177.jpg /bedroom_0140/sync_depth_00177.png 518.8579 -/kitchen_0051/rgb_00042.jpg /kitchen_0051/sync_depth_00042.png 518.8579 -/kitchen_0028a/rgb_00145.jpg /kitchen_0028a/sync_depth_00145.png 518.8579 -/office_0026/rgb_00046.jpg /office_0026/sync_depth_00046.png 518.8579 -/bathroom_0028/rgb_00087.jpg /bathroom_0028/sync_depth_00087.png 518.8579 -/living_room_0004/rgb_00175.jpg /living_room_0004/sync_depth_00175.png 518.8579 -/bedroom_0072/rgb_00178.jpg /bedroom_0072/sync_depth_00178.png 518.8579 -/living_room_0068/rgb_00072.jpg /living_room_0068/sync_depth_00072.png 518.8579 -/bedroom_0016/rgb_00055.jpg /bedroom_0016/sync_depth_00055.png 518.8579 -/classroom_0016/rgb_00017.jpg /classroom_0016/sync_depth_00017.png 518.8579 -/bathroom_0039/rgb_00048.jpg /bathroom_0039/sync_depth_00048.png 518.8579 -/kitchen_0051/rgb_00071.jpg /kitchen_0051/sync_depth_00071.png 518.8579 -/dining_room_0031/rgb_00020.jpg /dining_room_0031/sync_depth_00020.png 518.8579 -/bookstore_0001f/rgb_00273.jpg /bookstore_0001f/sync_depth_00273.png 518.8579 -/excercise_room_0001/rgb_00024.jpg /excercise_room_0001/sync_depth_00024.png 518.8579 -/dining_room_0015/rgb_00244.jpg /dining_room_0015/sync_depth_00244.png 518.8579 -/bedroom_0019/rgb_00161.jpg /bedroom_0019/sync_depth_00161.png 518.8579 -/bedroom_0004/rgb_00108.jpg /bedroom_0004/sync_depth_00108.png 518.8579 -/office_0009/rgb_00061.jpg /office_0009/sync_depth_00061.png 518.8579 -/bookstore_0001f/rgb_00222.jpg /bookstore_0001f/sync_depth_00222.png 518.8579 -/kitchen_0028b/rgb_00043.jpg /kitchen_0028b/sync_depth_00043.png 518.8579 -/kitchen_0053/rgb_00110.jpg /kitchen_0053/sync_depth_00110.png 518.8579 -/dining_room_0016/rgb_00019.jpg /dining_room_0016/sync_depth_00019.png 518.8579 -/home_office_0006/rgb_00096.jpg /home_office_0006/sync_depth_00096.png 518.8579 -/student_lounge_0001/rgb_00084.jpg /student_lounge_0001/sync_depth_00084.png 518.8579 -/kitchen_0035b/rgb_00201.jpg /kitchen_0035b/sync_depth_00201.png 518.8579 -/kitchen_0037/rgb_00085.jpg /kitchen_0037/sync_depth_00085.png 518.8579 -/bookstore_0001f/rgb_00394.jpg /bookstore_0001f/sync_depth_00394.png 518.8579 -/bathroom_0039/rgb_00001.jpg /bathroom_0039/sync_depth_00001.png 518.8579 -/bookstore_0001d/rgb_00249.jpg /bookstore_0001d/sync_depth_00249.png 518.8579 -/bathroom_0006/rgb_00044.jpg /bathroom_0006/sync_depth_00044.png 518.8579 -/nyu_office_0/rgb_00202.jpg /nyu_office_0/sync_depth_00202.png 518.8579 -/furniture_store_0002b/rgb_00167.jpg /furniture_store_0002b/sync_depth_00167.png 518.8579 -/bedroom_0019/rgb_00000.jpg /bedroom_0019/sync_depth_00000.png 518.8579 -/dining_room_0037/rgb_00115.jpg /dining_room_0037/sync_depth_00115.png 518.8579 -/bedroom_0059/rgb_00064.jpg /bedroom_0059/sync_depth_00064.png 518.8579 -/living_room_0042b/rgb_00031.jpg /living_room_0042b/sync_depth_00031.png 518.8579 -/bookstore_0001f/rgb_00120.jpg /bookstore_0001f/sync_depth_00120.png 518.8579 -/dining_room_0014/rgb_00065.jpg /dining_room_0014/sync_depth_00065.png 518.8579 -/study_room_0005a/rgb_00051.jpg /study_room_0005a/sync_depth_00051.png 518.8579 -/reception_room_0004/rgb_00006.jpg /reception_room_0004/sync_depth_00006.png 518.8579 -/bedroom_0076a/rgb_00219.jpg /bedroom_0076a/sync_depth_00219.png 518.8579 -/bookstore_0001g/rgb_00000.jpg /bookstore_0001g/sync_depth_00000.png 518.8579 -/living_room_0022/rgb_00375.jpg /living_room_0022/sync_depth_00375.png 518.8579 -/bedroom_0076a/rgb_00153.jpg /bedroom_0076a/sync_depth_00153.png 518.8579 -/kitchen_0031/rgb_00162.jpg /kitchen_0031/sync_depth_00162.png 518.8579 -/kitchen_0048/rgb_00049.jpg /kitchen_0048/sync_depth_00049.png 518.8579 -/bookstore_0001g/rgb_00255.jpg /bookstore_0001g/sync_depth_00255.png 518.8579 -/bedroom_0125b/rgb_00023.jpg /bedroom_0125b/sync_depth_00023.png 518.8579 -/living_room_0071/rgb_00007.jpg /living_room_0071/sync_depth_00007.png 518.8579 -/bathroom_0051/rgb_00032.jpg /bathroom_0051/sync_depth_00032.png 518.8579 -/bedroom_0086/rgb_00085.jpg /bedroom_0086/sync_depth_00085.png 518.8579 -/bathroom_0024/rgb_00005.jpg /bathroom_0024/sync_depth_00005.png 518.8579 -/office_0026/rgb_00064.jpg /office_0026/sync_depth_00064.png 518.8579 -/kitchen_0011b/rgb_00050.jpg /kitchen_0011b/sync_depth_00050.png 518.8579 -/kitchen_0029b/rgb_00022.jpg /kitchen_0029b/sync_depth_00022.png 518.8579 -/living_room_0005/rgb_00017.jpg /living_room_0005/sync_depth_00017.png 518.8579 -/nyu_office_0/rgb_00273.jpg /nyu_office_0/sync_depth_00273.png 518.8579 -/furniture_store_0001b/rgb_00099.jpg /furniture_store_0001b/sync_depth_00099.png 518.8579 -/kitchen_0050/rgb_00118.jpg /kitchen_0050/sync_depth_00118.png 518.8579 -/dining_room_0016/rgb_00004.jpg /dining_room_0016/sync_depth_00004.png 518.8579 -/bathroom_0035/rgb_00019.jpg /bathroom_0035/sync_depth_00019.png 518.8579 -/bathroom_0019/rgb_00071.jpg /bathroom_0019/sync_depth_00071.png 518.8579 -/kitchen_0008/rgb_00038.jpg /kitchen_0008/sync_depth_00038.png 518.8579 -/dining_room_0013/rgb_00135.jpg /dining_room_0013/sync_depth_00135.png 518.8579 -/classroom_0003/rgb_00080.jpg /classroom_0003/sync_depth_00080.png 518.8579 -/living_room_0022/rgb_00085.jpg /living_room_0022/sync_depth_00085.png 518.8579 -/dining_room_0024/rgb_00061.jpg /dining_room_0024/sync_depth_00061.png 518.8579 -/bedroom_0026/rgb_00137.jpg /bedroom_0026/sync_depth_00137.png 518.8579 -/bedroom_0050/rgb_00036.jpg /bedroom_0050/sync_depth_00036.png 518.8579 -/bathroom_0054/rgb_00010.jpg /bathroom_0054/sync_depth_00010.png 518.8579 -/living_room_0020/rgb_00045.jpg /living_room_0020/sync_depth_00045.png 518.8579 -/kitchen_0037/rgb_00024.jpg /kitchen_0037/sync_depth_00024.png 518.8579 -/bookstore_0001h/rgb_00154.jpg /bookstore_0001h/sync_depth_00154.png 518.8579 -/dining_room_0010/rgb_00034.jpg /dining_room_0010/sync_depth_00034.png 518.8579 -/living_room_0047b/rgb_00175.jpg /living_room_0047b/sync_depth_00175.png 518.8579 -/kitchen_0048/rgb_00230.jpg /kitchen_0048/sync_depth_00230.png 518.8579 -/kitchen_0050/rgb_00216.jpg /kitchen_0050/sync_depth_00216.png 518.8579 -/bedroom_0078/rgb_00084.jpg /bedroom_0078/sync_depth_00084.png 518.8579 -/living_room_0082/rgb_00050.jpg /living_room_0082/sync_depth_00050.png 518.8579 -/kitchen_0043/rgb_00055.jpg /kitchen_0043/sync_depth_00055.png 518.8579 -/furniture_store_0002a/rgb_00229.jpg /furniture_store_0002a/sync_depth_00229.png 518.8579 -/living_room_0022/rgb_00262.jpg /living_room_0022/sync_depth_00262.png 518.8579 -/home_storage_0001/rgb_00133.jpg /home_storage_0001/sync_depth_00133.png 518.8579 -/bedroom_0125a/rgb_00012.jpg /bedroom_0125a/sync_depth_00012.png 518.8579 -/bedroom_0136/rgb_00110.jpg /bedroom_0136/sync_depth_00110.png 518.8579 -/bookstore_0001i/rgb_00063.jpg /bookstore_0001i/sync_depth_00063.png 518.8579 -/bathroom_0042/rgb_00015.jpg /bathroom_0042/sync_depth_00015.png 518.8579 -/bedroom_0034/rgb_00085.jpg /bedroom_0034/sync_depth_00085.png 518.8579 -/furniture_store_0002a/rgb_00085.jpg /furniture_store_0002a/sync_depth_00085.png 518.8579 -/bedroom_0063/rgb_00060.jpg /bedroom_0063/sync_depth_00060.png 518.8579 -/bedroom_0041/rgb_00067.jpg /bedroom_0041/sync_depth_00067.png 518.8579 -/living_room_0050/rgb_00017.jpg /living_room_0050/sync_depth_00017.png 518.8579 -/playroom_0006/rgb_00037.jpg /playroom_0006/sync_depth_00037.png 518.8579 -/nyu_office_0/rgb_00081.jpg /nyu_office_0/sync_depth_00081.png 518.8579 -/bathroom_0055/rgb_00033.jpg /bathroom_0055/sync_depth_00033.png 518.8579 -/bathroom_0048/rgb_00074.jpg /bathroom_0048/sync_depth_00074.png 518.8579 -/kitchen_0016/rgb_00070.jpg /kitchen_0016/sync_depth_00070.png 518.8579 -/living_room_0018/rgb_00087.jpg /living_room_0018/sync_depth_00087.png 518.8579 -/bedroom_0020/rgb_00043.jpg /bedroom_0020/sync_depth_00043.png 518.8579 -/bookstore_0001f/rgb_00230.jpg /bookstore_0001f/sync_depth_00230.png 518.8579 -/dining_room_0012/rgb_00196.jpg /dining_room_0012/sync_depth_00196.png 518.8579 -/bedroom_0034/rgb_00111.jpg /bedroom_0034/sync_depth_00111.png 518.8579 -/kitchen_0003/rgb_00048.jpg /kitchen_0003/sync_depth_00048.png 518.8579 -/bedroom_0113/rgb_00019.jpg /bedroom_0113/sync_depth_00019.png 518.8579 -/kitchen_0041/rgb_00050.jpg /kitchen_0041/sync_depth_00050.png 518.8579 -/kitchen_0003/rgb_00078.jpg /kitchen_0003/sync_depth_00078.png 518.8579 -/bedroom_0071/rgb_00007.jpg /bedroom_0071/sync_depth_00007.png 518.8579 -/bedroom_0051/rgb_00062.jpg /bedroom_0051/sync_depth_00062.png 518.8579 -/classroom_0004/rgb_00043.jpg /classroom_0004/sync_depth_00043.png 518.8579 -/dining_room_0029/rgb_00076.jpg /dining_room_0029/sync_depth_00076.png 518.8579 -/bedroom_0080/rgb_00029.jpg /bedroom_0080/sync_depth_00029.png 518.8579 -/bedroom_0074/rgb_00016.jpg /bedroom_0074/sync_depth_00016.png 518.8579 -/bookstore_0001i/rgb_00015.jpg /bookstore_0001i/sync_depth_00015.png 518.8579 -/dining_room_0015/rgb_00240.jpg /dining_room_0015/sync_depth_00240.png 518.8579 -/bathroom_0041/rgb_00045.jpg /bathroom_0041/sync_depth_00045.png 518.8579 -/bookstore_0001e/rgb_00196.jpg /bookstore_0001e/sync_depth_00196.png 518.8579 -/bathroom_0033/rgb_00047.jpg /bathroom_0033/sync_depth_00047.png 518.8579 -/bedroom_0113/rgb_00102.jpg /bedroom_0113/sync_depth_00102.png 518.8579 -/bedroom_0125a/rgb_00010.jpg /bedroom_0125a/sync_depth_00010.png 518.8579 -/living_room_0047a/rgb_00041.jpg /living_room_0047a/sync_depth_00041.png 518.8579 -/bedroom_0125b/rgb_00065.jpg /bedroom_0125b/sync_depth_00065.png 518.8579 -/dining_room_0037/rgb_00148.jpg /dining_room_0037/sync_depth_00148.png 518.8579 -/dining_room_0010/rgb_00047.jpg /dining_room_0010/sync_depth_00047.png 518.8579 -/bedroom_0052/rgb_00081.jpg /bedroom_0052/sync_depth_00081.png 518.8579 -/bedroom_0060/rgb_00063.jpg /bedroom_0060/sync_depth_00063.png 518.8579 -/bedroom_0004/rgb_00158.jpg /bedroom_0004/sync_depth_00158.png 518.8579 -/home_office_0006/rgb_00153.jpg /home_office_0006/sync_depth_00153.png 518.8579 -/bathroom_0014a/rgb_00019.jpg /bathroom_0014a/sync_depth_00019.png 518.8579 -/bedroom_0016/rgb_00187.jpg /bedroom_0016/sync_depth_00187.png 518.8579 -/living_room_0082/rgb_00012.jpg /living_room_0082/sync_depth_00012.png 518.8579 -/classroom_0006/rgb_00187.jpg /classroom_0006/sync_depth_00187.png 518.8579 -/dining_room_0029/rgb_00024.jpg /dining_room_0029/sync_depth_00024.png 518.8579 -/kitchen_0006/rgb_00001.jpg /kitchen_0006/sync_depth_00001.png 518.8579 -/kitchen_0008/rgb_00018.jpg /kitchen_0008/sync_depth_00018.png 518.8579 -/furniture_store_0002a/rgb_00187.jpg /furniture_store_0002a/sync_depth_00187.png 518.8579 -/furniture_store_0002d/rgb_00053.jpg /furniture_store_0002d/sync_depth_00053.png 518.8579 -/playroom_0002/rgb_00137.jpg /playroom_0002/sync_depth_00137.png 518.8579 -/living_room_0062/rgb_00164.jpg /living_room_0062/sync_depth_00164.png 518.8579 -/playroom_0004/rgb_00071.jpg /playroom_0004/sync_depth_00071.png 518.8579 -/nyu_office_0/rgb_00107.jpg /nyu_office_0/sync_depth_00107.png 518.8579 -/kitchen_0019a/rgb_00124.jpg /kitchen_0019a/sync_depth_00124.png 518.8579 -/bedroom_0104/rgb_00115.jpg /bedroom_0104/sync_depth_00115.png 518.8579 -/study_0003/rgb_00033.jpg /study_0003/sync_depth_00033.png 518.8579 -/bedroom_0033/rgb_00027.jpg /bedroom_0033/sync_depth_00027.png 518.8579 -/dining_room_0014/rgb_00041.jpg /dining_room_0014/sync_depth_00041.png 518.8579 -/living_room_0069b/rgb_00046.jpg /living_room_0069b/sync_depth_00046.png 518.8579 -/dining_room_0019/rgb_00051.jpg /dining_room_0019/sync_depth_00051.png 518.8579 -/dining_room_0013/rgb_00105.jpg /dining_room_0013/sync_depth_00105.png 518.8579 -/office_0004/rgb_00002.jpg /office_0004/sync_depth_00002.png 518.8579 -/kitchen_0035b/rgb_00072.jpg /kitchen_0035b/sync_depth_00072.png 518.8579 -/kitchen_0029c/rgb_00175.jpg /kitchen_0029c/sync_depth_00175.png 518.8579 -/bedroom_0097/rgb_00020.jpg /bedroom_0097/sync_depth_00020.png 518.8579 -/study_room_0004/rgb_00002.jpg /study_room_0004/sync_depth_00002.png 518.8579 -/furniture_store_0002a/rgb_00028.jpg /furniture_store_0002a/sync_depth_00028.png 518.8579 -/kitchen_0028a/rgb_00014.jpg /kitchen_0028a/sync_depth_00014.png 518.8579 -/bedroom_0010/rgb_00112.jpg /bedroom_0010/sync_depth_00112.png 518.8579 -/kitchen_0049/rgb_00010.jpg /kitchen_0049/sync_depth_00010.png 518.8579 -/bedroom_0012/rgb_00009.jpg /bedroom_0012/sync_depth_00009.png 518.8579 -/playroom_0003/rgb_00123.jpg /playroom_0003/sync_depth_00123.png 518.8579 -/kitchen_0006/rgb_00067.jpg /kitchen_0006/sync_depth_00067.png 518.8579 -/bedroom_0078/rgb_00132.jpg /bedroom_0078/sync_depth_00132.png 518.8579 -/kitchen_0051/rgb_00299.jpg /kitchen_0051/sync_depth_00299.png 518.8579 -/nyu_office_0/rgb_00180.jpg /nyu_office_0/sync_depth_00180.png 518.8579 -/student_lounge_0001/rgb_00036.jpg /student_lounge_0001/sync_depth_00036.png 518.8579 -/bathroom_0055/rgb_00021.jpg /bathroom_0055/sync_depth_00021.png 518.8579 -/dining_room_0007/rgb_00096.jpg /dining_room_0007/sync_depth_00096.png 518.8579 -/bookstore_0001g/rgb_00273.jpg /bookstore_0001g/sync_depth_00273.png 518.8579 -/living_room_0010/rgb_00039.jpg /living_room_0010/sync_depth_00039.png 518.8579 -/dining_room_0007/rgb_00223.jpg /dining_room_0007/sync_depth_00223.png 518.8579 -/kitchen_0011b/rgb_00070.jpg /kitchen_0011b/sync_depth_00070.png 518.8579 -/bedroom_0080/rgb_00064.jpg /bedroom_0080/sync_depth_00064.png 518.8579 -/bedroom_0065/rgb_00003.jpg /bedroom_0065/sync_depth_00003.png 518.8579 -/dining_room_0016/rgb_00145.jpg /dining_room_0016/sync_depth_00145.png 518.8579 -/bookstore_0001f/rgb_00439.jpg /bookstore_0001f/sync_depth_00439.png 518.8579 -/bedroom_0062/rgb_00128.jpg /bedroom_0062/sync_depth_00128.png 518.8579 -/home_office_0006/rgb_00102.jpg /home_office_0006/sync_depth_00102.png 518.8579 -/kitchen_0045b/rgb_00041.jpg /kitchen_0045b/sync_depth_00041.png 518.8579 -/kitchen_0003/rgb_00014.jpg /kitchen_0003/sync_depth_00014.png 518.8579 -/nyu_office_0/rgb_00376.jpg /nyu_office_0/sync_depth_00376.png 518.8579 -/living_room_0018/rgb_00117.jpg /living_room_0018/sync_depth_00117.png 518.8579 -/study_0003/rgb_00100.jpg /study_0003/sync_depth_00100.png 518.8579 -/study_0004/rgb_00058.jpg /study_0004/sync_depth_00058.png 518.8579 -/bedroom_0066/rgb_00001.jpg /bedroom_0066/sync_depth_00001.png 518.8579 -/furniture_store_0001a/rgb_00011.jpg /furniture_store_0001a/sync_depth_00011.png 518.8579 -/living_room_0050/rgb_00188.jpg /living_room_0050/sync_depth_00188.png 518.8579 -/bedroom_0004/rgb_00064.jpg /bedroom_0004/sync_depth_00064.png 518.8579 -/living_room_0063/rgb_00165.jpg /living_room_0063/sync_depth_00165.png 518.8579 -/conference_room_0002/rgb_00044.jpg /conference_room_0002/sync_depth_00044.png 518.8579 -/study_room_0004/rgb_00196.jpg /study_room_0004/sync_depth_00196.png 518.8579 -/living_room_0046b/rgb_00043.jpg /living_room_0046b/sync_depth_00043.png 518.8579 -/home_office_0006/rgb_00078.jpg /home_office_0006/sync_depth_00078.png 518.8579 -/kitchen_0003/rgb_00105.jpg /kitchen_0003/sync_depth_00105.png 518.8579 -/bedroom_0025/rgb_00013.jpg /bedroom_0025/sync_depth_00013.png 518.8579 -/bedroom_0059/rgb_00058.jpg /bedroom_0059/sync_depth_00058.png 518.8579 -/living_room_0086b/rgb_00033.jpg /living_room_0086b/sync_depth_00033.png 518.8579 -/home_office_0007/rgb_00048.jpg /home_office_0007/sync_depth_00048.png 518.8579 -/dining_room_0015/rgb_00277.jpg /dining_room_0015/sync_depth_00277.png 518.8579 -/bedroom_0042/rgb_00010.jpg /bedroom_0042/sync_depth_00010.png 518.8579 -/bookstore_0001g/rgb_00013.jpg /bookstore_0001g/sync_depth_00013.png 518.8579 -/bedroom_0118/rgb_00009.jpg /bedroom_0118/sync_depth_00009.png 518.8579 -/dining_room_0031/rgb_00382.jpg /dining_room_0031/sync_depth_00382.png 518.8579 -/bedroom_0019/rgb_00118.jpg /bedroom_0019/sync_depth_00118.png 518.8579 -/dining_room_0014/rgb_00035.jpg /dining_room_0014/sync_depth_00035.png 518.8579 -/bedroom_0066/rgb_00018.jpg /bedroom_0066/sync_depth_00018.png 518.8579 -/kitchen_0045b/rgb_00108.jpg /kitchen_0045b/sync_depth_00108.png 518.8579 -/study_room_0005a/rgb_00057.jpg /study_room_0005a/sync_depth_00057.png 518.8579 -/basement_0001a/rgb_00051.jpg /basement_0001a/sync_depth_00051.png 518.8579 -/living_room_0010/rgb_00084.jpg /living_room_0010/sync_depth_00084.png 518.8579 -/bedroom_0100/rgb_00046.jpg /bedroom_0100/sync_depth_00046.png 518.8579 -/living_room_0068/rgb_00012.jpg /living_room_0068/sync_depth_00012.png 518.8579 -/bedroom_0097/rgb_00042.jpg /bedroom_0097/sync_depth_00042.png 518.8579 -/dining_room_0013/rgb_00122.jpg /dining_room_0013/sync_depth_00122.png 518.8579 -/dining_room_0008/rgb_00033.jpg /dining_room_0008/sync_depth_00033.png 518.8579 -/living_room_0068/rgb_00031.jpg /living_room_0068/sync_depth_00031.png 518.8579 -/living_room_0082/rgb_00033.jpg /living_room_0082/sync_depth_00033.png 518.8579 -/kitchen_0031/rgb_00212.jpg /kitchen_0031/sync_depth_00212.png 518.8579 -/bathroom_0019/rgb_00016.jpg /bathroom_0019/sync_depth_00016.png 518.8579 -/dining_room_0015/rgb_00096.jpg /dining_room_0015/sync_depth_00096.png 518.8579 -/furniture_store_0002d/rgb_00037.jpg /furniture_store_0002d/sync_depth_00037.png 518.8579 -/dining_room_0008/rgb_00011.jpg /dining_room_0008/sync_depth_00011.png 518.8579 -/bedroom_0062/rgb_00006.jpg /bedroom_0062/sync_depth_00006.png 518.8579 -/bedroom_0120/rgb_00059.jpg /bedroom_0120/sync_depth_00059.png 518.8579 -/kitchen_0051/rgb_00011.jpg /kitchen_0051/sync_depth_00011.png 518.8579 -/bedroom_0082/rgb_00042.jpg /bedroom_0082/sync_depth_00042.png 518.8579 -/living_room_0010/rgb_00187.jpg /living_room_0010/sync_depth_00187.png 518.8579 -/bedroom_0106/rgb_00064.jpg /bedroom_0106/sync_depth_00064.png 518.8579 -/furniture_store_0002a/rgb_00217.jpg /furniture_store_0002a/sync_depth_00217.png 518.8579 -/bathroom_0001/rgb_00000.jpg /bathroom_0001/sync_depth_00000.png 518.8579 -/bathroom_0014a/rgb_00002.jpg /bathroom_0014a/sync_depth_00002.png 518.8579 -/bathroom_0053/rgb_00034.jpg /bathroom_0053/sync_depth_00034.png 518.8579 -/living_room_0069a/rgb_00070.jpg /living_room_0069a/sync_depth_00070.png 518.8579 -/living_room_0019/rgb_00202.jpg /living_room_0019/sync_depth_00202.png 518.8579 -/kitchen_0011a/rgb_00063.jpg /kitchen_0011a/sync_depth_00063.png 518.8579 -/reception_room_0001b/rgb_00112.jpg /reception_room_0001b/sync_depth_00112.png 518.8579 -/bedroom_0104/rgb_00041.jpg /bedroom_0104/sync_depth_00041.png 518.8579 -/bookstore_0001d/rgb_00114.jpg /bookstore_0001d/sync_depth_00114.png 518.8579 -/basement_0001a/rgb_00088.jpg /basement_0001a/sync_depth_00088.png 518.8579 -/basement_0001a/rgb_00061.jpg /basement_0001a/sync_depth_00061.png 518.8579 -/living_room_0078/rgb_00083.jpg /living_room_0078/sync_depth_00083.png 518.8579 -/dining_room_0031/rgb_00320.jpg /dining_room_0031/sync_depth_00320.png 518.8579 -/study_0006/rgb_00018.jpg /study_0006/sync_depth_00018.png 518.8579 -/dining_room_0014/rgb_00106.jpg /dining_room_0014/sync_depth_00106.png 518.8579 -/bedroom_0074/rgb_00050.jpg /bedroom_0074/sync_depth_00050.png 518.8579 -/living_room_0040/rgb_00229.jpg /living_room_0040/sync_depth_00229.png 518.8579 -/bedroom_0076a/rgb_00216.jpg /bedroom_0076a/sync_depth_00216.png 518.8579 -/bedroom_0076a/rgb_00121.jpg /bedroom_0076a/sync_depth_00121.png 518.8579 -/bathroom_0030/rgb_00045.jpg /bathroom_0030/sync_depth_00045.png 518.8579 -/bedroom_0034/rgb_00108.jpg /bedroom_0034/sync_depth_00108.png 518.8579 -/furniture_store_0002b/rgb_00133.jpg /furniture_store_0002b/sync_depth_00133.png 518.8579 -/bookstore_0001d/rgb_00110.jpg /bookstore_0001d/sync_depth_00110.png 518.8579 -/bedroom_0063/rgb_00057.jpg /bedroom_0063/sync_depth_00057.png 518.8579 -/bedroom_0067a/rgb_00036.jpg /bedroom_0067a/sync_depth_00036.png 518.8579 -/bedroom_0004/rgb_00174.jpg /bedroom_0004/sync_depth_00174.png 518.8579 -/office_0023/rgb_00041.jpg /office_0023/sync_depth_00041.png 518.8579 -/living_room_0069b/rgb_00019.jpg /living_room_0069b/sync_depth_00019.png 518.8579 -/study_0006/rgb_00030.jpg /study_0006/sync_depth_00030.png 518.8579 -/home_office_0008/rgb_00046.jpg /home_office_0008/sync_depth_00046.png 518.8579 -/office_kitchen_0001a/rgb_00088.jpg /office_kitchen_0001a/sync_depth_00088.png 518.8579 -/dining_room_0007/rgb_00031.jpg /dining_room_0007/sync_depth_00031.png 518.8579 -/bathroom_0024/rgb_00010.jpg /bathroom_0024/sync_depth_00010.png 518.8579 -/bedroom_0029/rgb_00022.jpg /bedroom_0029/sync_depth_00022.png 518.8579 -/kitchen_0011a/rgb_00036.jpg /kitchen_0011a/sync_depth_00036.png 518.8579 -/home_office_0004/rgb_00055.jpg /home_office_0004/sync_depth_00055.png 518.8579 -/living_room_0069a/rgb_00113.jpg /living_room_0069a/sync_depth_00113.png 518.8579 -/bedroom_0052/rgb_00103.jpg /bedroom_0052/sync_depth_00103.png 518.8579 -/bedroom_0056a/rgb_00022.jpg /bedroom_0056a/sync_depth_00022.png 518.8579 -/reception_room_0001a/rgb_00061.jpg /reception_room_0001a/sync_depth_00061.png 518.8579 -/dining_room_0012/rgb_00034.jpg /dining_room_0012/sync_depth_00034.png 518.8579 -/living_room_0022/rgb_00218.jpg /living_room_0022/sync_depth_00218.png 518.8579 -/dining_room_0015/rgb_00118.jpg /dining_room_0015/sync_depth_00118.png 518.8579 -/living_room_0022/rgb_00420.jpg /living_room_0022/sync_depth_00420.png 518.8579 -/bedroom_0038/rgb_00020.jpg /bedroom_0038/sync_depth_00020.png 518.8579 -/living_room_0055/rgb_00126.jpg /living_room_0055/sync_depth_00126.png 518.8579 -/bedroom_0020/rgb_00078.jpg /bedroom_0020/sync_depth_00078.png 518.8579 -/study_0004/rgb_00051.jpg /study_0004/sync_depth_00051.png 518.8579 -/furniture_store_0002b/rgb_00197.jpg /furniture_store_0002b/sync_depth_00197.png 518.8579 -/office_0009/rgb_00012.jpg /office_0009/sync_depth_00012.png 518.8579 -/living_room_0083/rgb_00043.jpg /living_room_0083/sync_depth_00043.png 518.8579 -/dining_room_0024/rgb_00167.jpg /dining_room_0024/sync_depth_00167.png 518.8579 -/furniture_store_0002a/rgb_00258.jpg /furniture_store_0002a/sync_depth_00258.png 518.8579 -/furniture_store_0002a/rgb_00418.jpg /furniture_store_0002a/sync_depth_00418.png 518.8579 -/living_room_0085/rgb_00002.jpg /living_room_0085/sync_depth_00002.png 518.8579 -/kitchen_0045a/rgb_00080.jpg /kitchen_0045a/sync_depth_00080.png 518.8579 -/bedroom_0067a/rgb_00026.jpg /bedroom_0067a/sync_depth_00026.png 518.8579 -/kitchen_0008/rgb_00009.jpg /kitchen_0008/sync_depth_00009.png 518.8579 -/kitchen_0028a/rgb_00167.jpg /kitchen_0028a/sync_depth_00167.png 518.8579 -/living_room_0063/rgb_00133.jpg /living_room_0063/sync_depth_00133.png 518.8579 -/kitchen_0029c/rgb_00066.jpg /kitchen_0029c/sync_depth_00066.png 518.8579 -/kitchen_0049/rgb_00225.jpg /kitchen_0049/sync_depth_00225.png 518.8579 -/living_room_0018/rgb_00208.jpg /living_room_0018/sync_depth_00208.png 518.8579 -/bookstore_0001i/rgb_00027.jpg /bookstore_0001i/sync_depth_00027.png 518.8579 -/office_0006/rgb_00019.jpg /office_0006/sync_depth_00019.png 518.8579 -/bedroom_0078/rgb_00020.jpg /bedroom_0078/sync_depth_00020.png 518.8579 -/bedroom_0017/rgb_00017.jpg /bedroom_0017/sync_depth_00017.png 518.8579 -/bedroom_0033/rgb_00105.jpg /bedroom_0033/sync_depth_00105.png 518.8579 -/furniture_store_0001b/rgb_00006.jpg /furniture_store_0001b/sync_depth_00006.png 518.8579 -/bedroom_0025/rgb_00157.jpg /bedroom_0025/sync_depth_00157.png 518.8579 -/bedroom_0033/rgb_00166.jpg /bedroom_0033/sync_depth_00166.png 518.8579 -/living_room_0019/rgb_00159.jpg /living_room_0019/sync_depth_00159.png 518.8579 -/bedroom_0136/rgb_00132.jpg /bedroom_0136/sync_depth_00132.png 518.8579 -/study_room_0005a/rgb_00011.jpg /study_room_0005a/sync_depth_00011.png 518.8579 -/bedroom_0020/rgb_00081.jpg /bedroom_0020/sync_depth_00081.png 518.8579 -/bedroom_0050/rgb_00018.jpg /bedroom_0050/sync_depth_00018.png 518.8579 -/bookstore_0001h/rgb_00017.jpg /bookstore_0001h/sync_depth_00017.png 518.8579 -/home_office_0013/rgb_00075.jpg /home_office_0013/sync_depth_00075.png 518.8579 -/dining_room_0001b/rgb_00111.jpg /dining_room_0001b/sync_depth_00111.png 518.8579 -/bedroom_0050/rgb_00127.jpg /bedroom_0050/sync_depth_00127.png 518.8579 -/dining_room_0031/rgb_00292.jpg /dining_room_0031/sync_depth_00292.png 518.8579 -/office_0004/rgb_00081.jpg /office_0004/sync_depth_00081.png 518.8579 -/nyu_office_0/rgb_00174.jpg /nyu_office_0/sync_depth_00174.png 518.8579 -/bathroom_0014a/rgb_00033.jpg /bathroom_0014a/sync_depth_00033.png 518.8579 -/kitchen_0045a/rgb_00166.jpg /kitchen_0045a/sync_depth_00166.png 518.8579 -/dining_room_0010/rgb_00038.jpg /dining_room_0010/sync_depth_00038.png 518.8579 -/dining_room_0012/rgb_00097.jpg /dining_room_0012/sync_depth_00097.png 518.8579 -/bathroom_0024/rgb_00033.jpg /bathroom_0024/sync_depth_00033.png 518.8579 -/kitchen_0011a/rgb_00012.jpg /kitchen_0011a/sync_depth_00012.png 518.8579 -/bedroom_0025/rgb_00043.jpg /bedroom_0025/sync_depth_00043.png 518.8579 -/kitchen_0037/rgb_00068.jpg /kitchen_0037/sync_depth_00068.png 518.8579 -/kitchen_0029c/rgb_00136.jpg /kitchen_0029c/sync_depth_00136.png 518.8579 -/dining_room_0014/rgb_00109.jpg /dining_room_0014/sync_depth_00109.png 518.8579 -/bedroom_0132/rgb_00040.jpg /bedroom_0132/sync_depth_00040.png 518.8579 -/kitchen_0045b/rgb_00016.jpg /kitchen_0045b/sync_depth_00016.png 518.8579 -/dining_room_0019/rgb_00132.jpg /dining_room_0019/sync_depth_00132.png 518.8579 -/living_room_0050/rgb_00134.jpg /living_room_0050/sync_depth_00134.png 518.8579 -/bedroom_0063/rgb_00067.jpg /bedroom_0063/sync_depth_00067.png 518.8579 -/furniture_store_0002a/rgb_00375.jpg /furniture_store_0002a/sync_depth_00375.png 518.8579 -/bedroom_0025/rgb_00116.jpg /bedroom_0025/sync_depth_00116.png 518.8579 -/bedroom_0019/rgb_00038.jpg /bedroom_0019/sync_depth_00038.png 518.8579 -/classroom_0004/rgb_00027.jpg /classroom_0004/sync_depth_00027.png 518.8579 -/dining_room_0007/rgb_00029.jpg /dining_room_0007/sync_depth_00029.png 518.8579 -/dining_room_0028/rgb_00104.jpg /dining_room_0028/sync_depth_00104.png 518.8579 -/bathroom_0023/rgb_00004.jpg /bathroom_0023/sync_depth_00004.png 518.8579 -/home_office_0013/rgb_00036.jpg /home_office_0013/sync_depth_00036.png 518.8579 -/basement_0001a/rgb_00056.jpg /basement_0001a/sync_depth_00056.png 518.8579 -/bedroom_0019/rgb_00157.jpg /bedroom_0019/sync_depth_00157.png 518.8579 -/living_room_0062/rgb_00007.jpg /living_room_0062/sync_depth_00007.png 518.8579 -/bedroom_0074/rgb_00119.jpg /bedroom_0074/sync_depth_00119.png 518.8579 -/dining_room_0034/rgb_00206.jpg /dining_room_0034/sync_depth_00206.png 518.8579 -/bedroom_0016/rgb_00083.jpg /bedroom_0016/sync_depth_00083.png 518.8579 -/bedroom_0079/rgb_00015.jpg /bedroom_0079/sync_depth_00015.png 518.8579 -/bathroom_0006/rgb_00012.jpg /bathroom_0006/sync_depth_00012.png 518.8579 -/living_room_0019/rgb_00130.jpg /living_room_0019/sync_depth_00130.png 518.8579 -/living_room_0004/rgb_00142.jpg /living_room_0004/sync_depth_00142.png 518.8579 -/bathroom_0048/rgb_00000.jpg /bathroom_0048/sync_depth_00000.png 518.8579 -/office_0009/rgb_00044.jpg /office_0009/sync_depth_00044.png 518.8579 -/bathroom_0016/rgb_00037.jpg /bathroom_0016/sync_depth_00037.png 518.8579 -/bedroom_0069/rgb_00053.jpg /bedroom_0069/sync_depth_00053.png 518.8579 -/office_0011/rgb_00140.jpg /office_0011/sync_depth_00140.png 518.8579 -/furniture_store_0001d/rgb_00271.jpg /furniture_store_0001d/sync_depth_00271.png 518.8579 -/nyu_office_1/rgb_00094.jpg /nyu_office_1/sync_depth_00094.png 518.8579 -/kitchen_0017/rgb_00100.jpg /kitchen_0017/sync_depth_00100.png 518.8579 -/playroom_0002/rgb_00022.jpg /playroom_0002/sync_depth_00022.png 518.8579 -/bedroom_0074/rgb_00013.jpg /bedroom_0074/sync_depth_00013.png 518.8579 -/furniture_store_0001a/rgb_00037.jpg /furniture_store_0001a/sync_depth_00037.png 518.8579 -/bathroom_0007/rgb_00008.jpg /bathroom_0007/sync_depth_00008.png 518.8579 -/bedroom_0042/rgb_00040.jpg /bedroom_0042/sync_depth_00040.png 518.8579 -/office_0004/rgb_00014.jpg /office_0004/sync_depth_00014.png 518.8579 -/kitchen_0016/rgb_00058.jpg /kitchen_0016/sync_depth_00058.png 518.8579 -/bedroom_0019/rgb_00072.jpg /bedroom_0019/sync_depth_00072.png 518.8579 -/living_room_0046a/rgb_00098.jpg /living_room_0046a/sync_depth_00098.png 518.8579 -/bathroom_0045a/rgb_00049.jpg /bathroom_0045a/sync_depth_00049.png 518.8579 -/home_office_0008/rgb_00119.jpg /home_office_0008/sync_depth_00119.png 518.8579 -/living_room_0022/rgb_00416.jpg /living_room_0022/sync_depth_00416.png 518.8579 -/home_office_0008/rgb_00083.jpg /home_office_0008/sync_depth_00083.png 518.8579 -/bedroom_0033/rgb_00089.jpg /bedroom_0033/sync_depth_00089.png 518.8579 -/office_0026/rgb_00172.jpg /office_0026/sync_depth_00172.png 518.8579 -/living_room_0069a/rgb_00107.jpg /living_room_0069a/sync_depth_00107.png 518.8579 -/dining_room_0010/rgb_00003.jpg /dining_room_0010/sync_depth_00003.png 518.8579 -/kitchen_0045a/rgb_00186.jpg /kitchen_0045a/sync_depth_00186.png 518.8579 -/living_room_0004/rgb_00053.jpg /living_room_0004/sync_depth_00053.png 518.8579 -/dining_room_0010/rgb_00102.jpg /dining_room_0010/sync_depth_00102.png 518.8579 -/kitchen_0016/rgb_00052.jpg /kitchen_0016/sync_depth_00052.png 518.8579 -/bookstore_0001g/rgb_00195.jpg /bookstore_0001g/sync_depth_00195.png 518.8579 -/dining_room_0031/rgb_00372.jpg /dining_room_0031/sync_depth_00372.png 518.8579 -/dining_room_0031/rgb_00189.jpg /dining_room_0031/sync_depth_00189.png 518.8579 -/reception_room_0002/rgb_00148.jpg /reception_room_0002/sync_depth_00148.png 518.8579 -/kitchen_0016/rgb_00061.jpg /kitchen_0016/sync_depth_00061.png 518.8579 -/living_room_0067/rgb_00016.jpg /living_room_0067/sync_depth_00016.png 518.8579 -/living_room_0022/rgb_00059.jpg /living_room_0022/sync_depth_00059.png 518.8579 -/kitchen_0050/rgb_00173.jpg /kitchen_0050/sync_depth_00173.png 518.8579 -/classroom_0022/rgb_00086.jpg /classroom_0022/sync_depth_00086.png 518.8579 -/living_room_0022/rgb_00252.jpg /living_room_0022/sync_depth_00252.png 518.8579 -/bedroom_0017/rgb_00114.jpg /bedroom_0017/sync_depth_00114.png 518.8579 -/dining_room_0034/rgb_00130.jpg /dining_room_0034/sync_depth_00130.png 518.8579 -/kitchen_0008/rgb_00031.jpg /kitchen_0008/sync_depth_00031.png 518.8579 -/living_room_0039/rgb_00181.jpg /living_room_0039/sync_depth_00181.png 518.8579 -/bedroom_0129/rgb_00030.jpg /bedroom_0129/sync_depth_00030.png 518.8579 -/kitchen_0060/rgb_00088.jpg /kitchen_0060/sync_depth_00088.png 518.8579 -/study_room_0005b/rgb_00029.jpg /study_room_0005b/sync_depth_00029.png 518.8579 -/student_lounge_0001/rgb_00217.jpg /student_lounge_0001/sync_depth_00217.png 518.8579 -/home_office_0004/rgb_00137.jpg /home_office_0004/sync_depth_00137.png 518.8579 -/living_room_0004/rgb_00022.jpg /living_room_0004/sync_depth_00022.png 518.8579 -/office_0003/rgb_00053.jpg /office_0003/sync_depth_00053.png 518.8579 -/dining_room_0031/rgb_00089.jpg /dining_room_0031/sync_depth_00089.png 518.8579 -/dining_room_0015/rgb_00204.jpg /dining_room_0015/sync_depth_00204.png 518.8579 -/kitchen_0016/rgb_00033.jpg /kitchen_0016/sync_depth_00033.png 518.8579 -/kitchen_0045a/rgb_00173.jpg /kitchen_0045a/sync_depth_00173.png 518.8579 -/bathroom_0030/rgb_00021.jpg /bathroom_0030/sync_depth_00021.png 518.8579 -/classroom_0004/rgb_00071.jpg /classroom_0004/sync_depth_00071.png 518.8579 -/bedroom_0132/rgb_00044.jpg /bedroom_0132/sync_depth_00044.png 518.8579 -/dining_room_0029/rgb_00109.jpg /dining_room_0029/sync_depth_00109.png 518.8579 -/dining_room_0008/rgb_00191.jpg /dining_room_0008/sync_depth_00191.png 518.8579 -/dining_room_0031/rgb_00026.jpg /dining_room_0031/sync_depth_00026.png 518.8579 -/bedroom_0125b/rgb_00071.jpg /bedroom_0125b/sync_depth_00071.png 518.8579 -/dining_room_0024/rgb_00185.jpg /dining_room_0024/sync_depth_00185.png 518.8579 -/living_room_0018/rgb_00082.jpg /living_room_0018/sync_depth_00082.png 518.8579 -/living_room_0022/rgb_00039.jpg /living_room_0022/sync_depth_00039.png 518.8579 -/kitchen_0048/rgb_00023.jpg /kitchen_0048/sync_depth_00023.png 518.8579 -/student_lounge_0001/rgb_00147.jpg /student_lounge_0001/sync_depth_00147.png 518.8579 -/cafe_0001b/rgb_00065.jpg /cafe_0001b/sync_depth_00065.png 518.8579 -/living_room_0050/rgb_00062.jpg /living_room_0050/sync_depth_00062.png 518.8579 -/bedroom_0015/rgb_00071.jpg /bedroom_0015/sync_depth_00071.png 518.8579 -/living_room_0020/rgb_00132.jpg /living_room_0020/sync_depth_00132.png 518.8579 -/living_room_0055/rgb_00056.jpg /living_room_0055/sync_depth_00056.png 518.8579 -/living_room_0010/rgb_00240.jpg /living_room_0010/sync_depth_00240.png 518.8579 -/study_0003/rgb_00014.jpg /study_0003/sync_depth_00014.png 518.8579 -/living_room_0058/rgb_00148.jpg /living_room_0058/sync_depth_00148.png 518.8579 -/living_room_0083/rgb_00015.jpg /living_room_0083/sync_depth_00015.png 518.8579 -/foyer_0002/rgb_00049.jpg /foyer_0002/sync_depth_00049.png 518.8579 -/bathroom_0028/rgb_00132.jpg /bathroom_0028/sync_depth_00132.png 518.8579 -/bedroom_0033/rgb_00015.jpg /bedroom_0033/sync_depth_00015.png 518.8579 -/student_lounge_0001/rgb_00227.jpg /student_lounge_0001/sync_depth_00227.png 518.8579 -/bedroom_0074/rgb_00019.jpg /bedroom_0074/sync_depth_00019.png 518.8579 -/bedroom_0010/rgb_00036.jpg /bedroom_0010/sync_depth_00036.png 518.8579 -/dining_room_0014/rgb_00005.jpg /dining_room_0014/sync_depth_00005.png 518.8579 -/office_0011/rgb_00001.jpg /office_0011/sync_depth_00001.png 518.8579 -/bedroom_0063/rgb_00146.jpg /bedroom_0063/sync_depth_00146.png 518.8579 -/playroom_0006/rgb_00089.jpg /playroom_0006/sync_depth_00089.png 518.8579 -/living_room_0055/rgb_00007.jpg /living_room_0055/sync_depth_00007.png 518.8579 -/student_lounge_0001/rgb_00076.jpg /student_lounge_0001/sync_depth_00076.png 518.8579 -/dining_room_0016/rgb_00105.jpg /dining_room_0016/sync_depth_00105.png 518.8579 -/classroom_0005/rgb_00007.jpg /classroom_0005/sync_depth_00007.png 518.8579 -/bedroom_0106/rgb_00144.jpg /bedroom_0106/sync_depth_00144.png 518.8579 -/dining_room_0008/rgb_00183.jpg /dining_room_0008/sync_depth_00183.png 518.8579 -/furniture_store_0001d/rgb_00216.jpg /furniture_store_0001d/sync_depth_00216.png 518.8579 -/bedroom_0052/rgb_00148.jpg /bedroom_0052/sync_depth_00148.png 518.8579 -/kitchen_0050/rgb_00096.jpg /kitchen_0050/sync_depth_00096.png 518.8579 -/living_room_0067/rgb_00013.jpg /living_room_0067/sync_depth_00013.png 518.8579 -/living_room_0046b/rgb_00003.jpg /living_room_0046b/sync_depth_00003.png 518.8579 -/bedroom_0056b/rgb_00036.jpg /bedroom_0056b/sync_depth_00036.png 518.8579 -/dining_room_0019/rgb_00107.jpg /dining_room_0019/sync_depth_00107.png 518.8579 -/bedroom_0036/rgb_00000.jpg /bedroom_0036/sync_depth_00000.png 518.8579 -/bedroom_0034/rgb_00119.jpg /bedroom_0034/sync_depth_00119.png 518.8579 -/bedroom_0060/rgb_00059.jpg /bedroom_0060/sync_depth_00059.png 518.8579 -/living_room_0040/rgb_00290.jpg /living_room_0040/sync_depth_00290.png 518.8579 -/classroom_0011/rgb_00018.jpg /classroom_0011/sync_depth_00018.png 518.8579 -/bathroom_0016/rgb_00031.jpg /bathroom_0016/sync_depth_00031.png 518.8579 -/living_room_0046a/rgb_00007.jpg /living_room_0046a/sync_depth_00007.png 518.8579 -/living_room_0067/rgb_00045.jpg /living_room_0067/sync_depth_00045.png 518.8579 -/bedroom_0052/rgb_00057.jpg /bedroom_0052/sync_depth_00057.png 518.8579 -/living_room_0063/rgb_00052.jpg /living_room_0063/sync_depth_00052.png 518.8579 -/living_room_0078/rgb_00000.jpg /living_room_0078/sync_depth_00000.png 518.8579 -/bedroom_0025/rgb_00032.jpg /bedroom_0025/sync_depth_00032.png 518.8579 -/bedroom_0086/rgb_00094.jpg /bedroom_0086/sync_depth_00094.png 518.8579 -/living_room_0011/rgb_00119.jpg /living_room_0011/sync_depth_00119.png 518.8579 -/kitchen_0035b/rgb_00171.jpg /kitchen_0035b/sync_depth_00171.png 518.8579 -/bedroom_0100/rgb_00045.jpg /bedroom_0100/sync_depth_00045.png 518.8579 -/kitchen_0035b/rgb_00264.jpg /kitchen_0035b/sync_depth_00264.png 518.8579 -/living_room_0062/rgb_00166.jpg /living_room_0062/sync_depth_00166.png 518.8579 -/bedroom_0120/rgb_00006.jpg /bedroom_0120/sync_depth_00006.png 518.8579 -/living_room_0022/rgb_00284.jpg /living_room_0022/sync_depth_00284.png 518.8579 -/living_room_0038/rgb_00018.jpg /living_room_0038/sync_depth_00018.png 518.8579 -/kitchen_0045b/rgb_00083.jpg /kitchen_0045b/sync_depth_00083.png 518.8579 -/bookstore_0001i/rgb_00105.jpg /bookstore_0001i/sync_depth_00105.png 518.8579 -/office_0011/rgb_00035.jpg /office_0011/sync_depth_00035.png 518.8579 -/kitchen_0053/rgb_00011.jpg /kitchen_0053/sync_depth_00011.png 518.8579 -/home_office_0004/rgb_00094.jpg /home_office_0004/sync_depth_00094.png 518.8579 -/office_0011/rgb_00006.jpg /office_0011/sync_depth_00006.png 518.8579 -/kitchen_0035a/rgb_00052.jpg /kitchen_0035a/sync_depth_00052.png 518.8579 -/living_room_0042b/rgb_00034.jpg /living_room_0042b/sync_depth_00034.png 518.8579 -/office_0026/rgb_00026.jpg /office_0026/sync_depth_00026.png 518.8579 -/dining_room_0034/rgb_00111.jpg /dining_room_0034/sync_depth_00111.png 518.8579 -/kitchen_0035b/rgb_00153.jpg /kitchen_0035b/sync_depth_00153.png 518.8579 -/dining_room_0024/rgb_00137.jpg /dining_room_0024/sync_depth_00137.png 518.8579 -/bedroom_0019/rgb_00083.jpg /bedroom_0019/sync_depth_00083.png 518.8579 -/bedroom_0106/rgb_00077.jpg /bedroom_0106/sync_depth_00077.png 518.8579 -/bedroom_0059/rgb_00016.jpg /bedroom_0059/sync_depth_00016.png 518.8579 -/kitchen_0043/rgb_00160.jpg /kitchen_0043/sync_depth_00160.png 518.8579 -/bedroom_0100/rgb_00069.jpg /bedroom_0100/sync_depth_00069.png 518.8579 -/bedroom_0069/rgb_00105.jpg /bedroom_0069/sync_depth_00105.png 518.8579 -/office_0006/rgb_00097.jpg /office_0006/sync_depth_00097.png 518.8579 -/dining_room_0034/rgb_00109.jpg /dining_room_0034/sync_depth_00109.png 518.8579 -/dining_room_0034/rgb_00044.jpg /dining_room_0034/sync_depth_00044.png 518.8579 -/dining_room_0024/rgb_00015.jpg /dining_room_0024/sync_depth_00015.png 518.8579 -/living_room_0040/rgb_00029.jpg /living_room_0040/sync_depth_00029.png 518.8579 -/bedroom_0118/rgb_00018.jpg /bedroom_0118/sync_depth_00018.png 518.8579 -/kitchen_0011a/rgb_00049.jpg /kitchen_0011a/sync_depth_00049.png 518.8579 -/living_room_0012/rgb_00225.jpg /living_room_0012/sync_depth_00225.png 518.8579 -/kitchen_0053/rgb_00100.jpg /kitchen_0053/sync_depth_00100.png 518.8579 -/kitchen_0047/rgb_00068.jpg /kitchen_0047/sync_depth_00068.png 518.8579 -/bookstore_0001f/rgb_00332.jpg /bookstore_0001f/sync_depth_00332.png 518.8579 -/kitchen_0033/rgb_00014.jpg /kitchen_0033/sync_depth_00014.png 518.8579 -/kitchen_0006/rgb_00003.jpg /kitchen_0006/sync_depth_00003.png 518.8579 -/dining_room_0023/rgb_00067.jpg /dining_room_0023/sync_depth_00067.png 518.8579 -/bedroom_0069/rgb_00114.jpg /bedroom_0069/sync_depth_00114.png 518.8579 -/office_0019/rgb_00002.jpg /office_0019/sync_depth_00002.png 518.8579 -/office_0004/rgb_00041.jpg /office_0004/sync_depth_00041.png 518.8579 -/living_room_0018/rgb_00214.jpg /living_room_0018/sync_depth_00214.png 518.8579 -/furniture_store_0002a/rgb_00179.jpg /furniture_store_0002a/sync_depth_00179.png 518.8579 -/living_room_0046b/rgb_00089.jpg /living_room_0046b/sync_depth_00089.png 518.8579 -/bathroom_0039/rgb_00069.jpg /bathroom_0039/sync_depth_00069.png 518.8579 -/office_0024/rgb_00000.jpg /office_0024/sync_depth_00000.png 518.8579 -/office_0011/rgb_00089.jpg /office_0011/sync_depth_00089.png 518.8579 -/home_office_0008/rgb_00057.jpg /home_office_0008/sync_depth_00057.png 518.8579 -/office_0004/rgb_00083.jpg /office_0004/sync_depth_00083.png 518.8579 -/dining_room_0033/rgb_00103.jpg /dining_room_0033/sync_depth_00103.png 518.8579 -/bedroom_0129/rgb_00045.jpg /bedroom_0129/sync_depth_00045.png 518.8579 -/kitchen_0037/rgb_00106.jpg /kitchen_0037/sync_depth_00106.png 518.8579 -/kitchen_0050/rgb_00198.jpg /kitchen_0050/sync_depth_00198.png 518.8579 -/dining_room_0037/rgb_00065.jpg /dining_room_0037/sync_depth_00065.png 518.8579 -/kitchen_0003/rgb_00139.jpg /kitchen_0003/sync_depth_00139.png 518.8579 -/bedroom_0071/rgb_00101.jpg /bedroom_0071/sync_depth_00101.png 518.8579 -/bedroom_0035/rgb_00029.jpg /bedroom_0035/sync_depth_00029.png 518.8579 -/kitchen_0035b/rgb_00008.jpg /kitchen_0035b/sync_depth_00008.png 518.8579 -/bedroom_0124/rgb_00010.jpg /bedroom_0124/sync_depth_00010.png 518.8579 -/classroom_0004/rgb_00055.jpg /classroom_0004/sync_depth_00055.png 518.8579 -/furniture_store_0001d/rgb_00046.jpg /furniture_store_0001d/sync_depth_00046.png 518.8579 -/bathroom_0019/rgb_00060.jpg /bathroom_0019/sync_depth_00060.png 518.8579 -/kitchen_0049/rgb_00088.jpg /kitchen_0049/sync_depth_00088.png 518.8579 -/excercise_room_0001/rgb_00063.jpg /excercise_room_0001/sync_depth_00063.png 518.8579 -/study_0005/rgb_00009.jpg /study_0005/sync_depth_00009.png 518.8579 -/student_lounge_0001/rgb_00008.jpg /student_lounge_0001/sync_depth_00008.png 518.8579 -/bathroom_0034/rgb_00086.jpg /bathroom_0034/sync_depth_00086.png 518.8579 -/home_office_0004/rgb_00188.jpg /home_office_0004/sync_depth_00188.png 518.8579 -/bookstore_0001j/rgb_00280.jpg /bookstore_0001j/sync_depth_00280.png 518.8579 -/kitchen_0031/rgb_00099.jpg /kitchen_0031/sync_depth_00099.png 518.8579 -/living_room_0086a/rgb_00039.jpg /living_room_0086a/sync_depth_00039.png 518.8579 -/bookstore_0001g/rgb_00118.jpg /bookstore_0001g/sync_depth_00118.png 518.8579 -/kitchen_0052/rgb_00048.jpg /kitchen_0052/sync_depth_00048.png 518.8579 -/living_room_0020/rgb_00009.jpg /living_room_0020/sync_depth_00009.png 518.8579 -/living_room_0019/rgb_00210.jpg /living_room_0019/sync_depth_00210.png 518.8579 -/home_office_0008/rgb_00172.jpg /home_office_0008/sync_depth_00172.png 518.8579 -/office_0026/rgb_00125.jpg /office_0026/sync_depth_00125.png 518.8579 -/printer_room_0001/rgb_00011.jpg /printer_room_0001/sync_depth_00011.png 518.8579 -/bedroom_0067b/rgb_00028.jpg /bedroom_0067b/sync_depth_00028.png 518.8579 -/nyu_office_0/rgb_00229.jpg /nyu_office_0/sync_depth_00229.png 518.8579 -/bathroom_0033/rgb_00051.jpg /bathroom_0033/sync_depth_00051.png 518.8579 -/excercise_room_0001/rgb_00001.jpg /excercise_room_0001/sync_depth_00001.png 518.8579 -/dining_room_0012/rgb_00117.jpg /dining_room_0012/sync_depth_00117.png 518.8579 -/bathroom_0034/rgb_00008.jpg /bathroom_0034/sync_depth_00008.png 518.8579 -/bedroom_0079/rgb_00007.jpg /bedroom_0079/sync_depth_00007.png 518.8579 -/bedroom_0079/rgb_00038.jpg /bedroom_0079/sync_depth_00038.png 518.8579 -/dining_room_0001b/rgb_00232.jpg /dining_room_0001b/sync_depth_00232.png 518.8579 -/dining_room_0012/rgb_00001.jpg /dining_room_0012/sync_depth_00001.png 518.8579 -/bedroom_0104/rgb_00042.jpg /bedroom_0104/sync_depth_00042.png 518.8579 -/bedroom_0051/rgb_00116.jpg /bedroom_0051/sync_depth_00116.png 518.8579 -/bathroom_0045a/rgb_00012.jpg /bathroom_0045a/sync_depth_00012.png 518.8579 -/office_0024/rgb_00102.jpg /office_0024/sync_depth_00102.png 518.8579 -/furniture_store_0001d/rgb_00017.jpg /furniture_store_0001d/sync_depth_00017.png 518.8579 -/living_room_0022/rgb_00052.jpg /living_room_0022/sync_depth_00052.png 518.8579 -/bedroom_0080/rgb_00054.jpg /bedroom_0080/sync_depth_00054.png 518.8579 -/nyu_office_0/rgb_00051.jpg /nyu_office_0/sync_depth_00051.png 518.8579 -/dining_room_0031/rgb_00014.jpg /dining_room_0031/sync_depth_00014.png 518.8579 -/kitchen_0028a/rgb_00161.jpg /kitchen_0028a/sync_depth_00161.png 518.8579 -/dining_room_0023/rgb_00084.jpg /dining_room_0023/sync_depth_00084.png 518.8579 -/dining_room_0031/rgb_00391.jpg /dining_room_0031/sync_depth_00391.png 518.8579 -/bedroom_0004/rgb_00054.jpg /bedroom_0004/sync_depth_00054.png 518.8579 -/kitchen_0006/rgb_00062.jpg /kitchen_0006/sync_depth_00062.png 518.8579 -/bookstore_0001f/rgb_00050.jpg /bookstore_0001f/sync_depth_00050.png 518.8579 -/furniture_store_0002a/rgb_00414.jpg /furniture_store_0002a/sync_depth_00414.png 518.8579 -/bedroom_0081/rgb_00010.jpg /bedroom_0081/sync_depth_00010.png 518.8579 -/dining_room_0024/rgb_00118.jpg /dining_room_0024/sync_depth_00118.png 518.8579 -/bookstore_0001j/rgb_00008.jpg /bookstore_0001j/sync_depth_00008.png 518.8579 -/kitchen_0041/rgb_00020.jpg /kitchen_0041/sync_depth_00020.png 518.8579 -/living_room_0042a/rgb_00018.jpg /living_room_0042a/sync_depth_00018.png 518.8579 -/nyu_office_1/rgb_00106.jpg /nyu_office_1/sync_depth_00106.png 518.8579 -/living_room_0019/rgb_00118.jpg /living_room_0019/sync_depth_00118.png 518.8579 -/bedroom_0053/rgb_00047.jpg /bedroom_0053/sync_depth_00047.png 518.8579 -/living_room_0020/rgb_00137.jpg /living_room_0020/sync_depth_00137.png 518.8579 -/bedroom_0041/rgb_00015.jpg /bedroom_0041/sync_depth_00015.png 518.8579 -/kitchen_0010/rgb_00119.jpg /kitchen_0010/sync_depth_00119.png 518.8579 -/dining_room_0019/rgb_00032.jpg /dining_room_0019/sync_depth_00032.png 518.8579 -/living_room_0022/rgb_00159.jpg /living_room_0022/sync_depth_00159.png 518.8579 -/kitchen_0037/rgb_00076.jpg /kitchen_0037/sync_depth_00076.png 518.8579 -/bedroom_0096/rgb_00055.jpg /bedroom_0096/sync_depth_00055.png 518.8579 -/living_room_0069b/rgb_00084.jpg /living_room_0069b/sync_depth_00084.png 518.8579 -/bathroom_0010/rgb_00041.jpg /bathroom_0010/sync_depth_00041.png 518.8579 -/kitchen_0035a/rgb_00027.jpg /kitchen_0035a/sync_depth_00027.png 518.8579 -/bookstore_0001h/rgb_00078.jpg /bookstore_0001h/sync_depth_00078.png 518.8579 -/bookstore_0001i/rgb_00076.jpg /bookstore_0001i/sync_depth_00076.png 518.8579 -/living_room_0012/rgb_00009.jpg /living_room_0012/sync_depth_00009.png 518.8579 -/home_office_0004/rgb_00058.jpg /home_office_0004/sync_depth_00058.png 518.8579 -/bedroom_0052/rgb_00048.jpg /bedroom_0052/sync_depth_00048.png 518.8579 -/dining_room_0034/rgb_00035.jpg /dining_room_0034/sync_depth_00035.png 518.8579 -/home_office_0007/rgb_00063.jpg /home_office_0007/sync_depth_00063.png 518.8579 -/living_room_0046b/rgb_00035.jpg /living_room_0046b/sync_depth_00035.png 518.8579 -/furniture_store_0002a/rgb_00341.jpg /furniture_store_0002a/sync_depth_00341.png 518.8579 -/kitchen_0045b/rgb_00124.jpg /kitchen_0045b/sync_depth_00124.png 518.8579 -/furniture_store_0001d/rgb_00097.jpg /furniture_store_0001d/sync_depth_00097.png 518.8579 -/bathroom_0005/rgb_00004.jpg /bathroom_0005/sync_depth_00004.png 518.8579 -/kitchen_0033/rgb_00139.jpg /kitchen_0033/sync_depth_00139.png 518.8579 -/kitchen_0047/rgb_00147.jpg /kitchen_0047/sync_depth_00147.png 518.8579 -/bedroom_0004/rgb_00044.jpg /bedroom_0004/sync_depth_00044.png 518.8579 -/kitchen_0060/rgb_00087.jpg /kitchen_0060/sync_depth_00087.png 518.8579 -/classroom_0004/rgb_00025.jpg /classroom_0004/sync_depth_00025.png 518.8579 -/bedroom_0040/rgb_00031.jpg /bedroom_0040/sync_depth_00031.png 518.8579 -/study_room_0005b/rgb_00089.jpg /study_room_0005b/sync_depth_00089.png 518.8579 -/kitchen_0003/rgb_00067.jpg /kitchen_0003/sync_depth_00067.png 518.8579 -/dining_room_0012/rgb_00219.jpg /dining_room_0012/sync_depth_00219.png 518.8579 -/kitchen_0053/rgb_00139.jpg /kitchen_0053/sync_depth_00139.png 518.8579 -/bookstore_0001g/rgb_00242.jpg /bookstore_0001g/sync_depth_00242.png 518.8579 -/nyu_office_0/rgb_00247.jpg /nyu_office_0/sync_depth_00247.png 518.8579 -/printer_room_0001/rgb_00081.jpg /printer_room_0001/sync_depth_00081.png 518.8579 -/dining_room_0029/rgb_00088.jpg /dining_room_0029/sync_depth_00088.png 518.8579 -/furniture_store_0002a/rgb_00369.jpg /furniture_store_0002a/sync_depth_00369.png 518.8579 -/furniture_store_0002a/rgb_00320.jpg /furniture_store_0002a/sync_depth_00320.png 518.8579 -/bedroom_0026/rgb_00145.jpg /bedroom_0026/sync_depth_00145.png 518.8579 -/kitchen_0048/rgb_00103.jpg /kitchen_0048/sync_depth_00103.png 518.8579 -/bedroom_0034/rgb_00066.jpg /bedroom_0034/sync_depth_00066.png 518.8579 -/kitchen_0028a/rgb_00070.jpg /kitchen_0028a/sync_depth_00070.png 518.8579 -/living_room_0046a/rgb_00085.jpg /living_room_0046a/sync_depth_00085.png 518.8579 -/furniture_store_0001e/rgb_00015.jpg /furniture_store_0001e/sync_depth_00015.png 518.8579 -/furniture_store_0001d/rgb_00284.jpg /furniture_store_0001d/sync_depth_00284.png 518.8579 -/dining_room_0013/rgb_00138.jpg /dining_room_0013/sync_depth_00138.png 518.8579 -/kitchen_0043/rgb_00178.jpg /kitchen_0043/sync_depth_00178.png 518.8579 -/bedroom_0136/rgb_00026.jpg /bedroom_0136/sync_depth_00026.png 518.8579 -/kitchen_0029c/rgb_00016.jpg /kitchen_0029c/sync_depth_00016.png 518.8579 -/bathroom_0010/rgb_00029.jpg /bathroom_0010/sync_depth_00029.png 518.8579 -/dining_room_0015/rgb_00079.jpg /dining_room_0015/sync_depth_00079.png 518.8579 -/study_0004/rgb_00042.jpg /study_0004/sync_depth_00042.png 518.8579 -/bedroom_0071/rgb_00008.jpg /bedroom_0071/sync_depth_00008.png 518.8579 -/bedroom_0136/rgb_00149.jpg /bedroom_0136/sync_depth_00149.png 518.8579 -/student_lounge_0001/rgb_00250.jpg /student_lounge_0001/sync_depth_00250.png 518.8579 -/kitchen_0049/rgb_00144.jpg /kitchen_0049/sync_depth_00144.png 518.8579 -/dining_room_0008/rgb_00026.jpg /dining_room_0008/sync_depth_00026.png 518.8579 -/bedroom_0132/rgb_00014.jpg /bedroom_0132/sync_depth_00014.png 518.8579 -/dining_room_0031/rgb_00140.jpg /dining_room_0031/sync_depth_00140.png 518.8579 -/dining_room_0024/rgb_00021.jpg /dining_room_0024/sync_depth_00021.png 518.8579 -/bedroom_0086/rgb_00120.jpg /bedroom_0086/sync_depth_00120.png 518.8579 -/kitchen_0011b/rgb_00028.jpg /kitchen_0011b/sync_depth_00028.png 518.8579 -/bookstore_0001j/rgb_00266.jpg /bookstore_0001j/sync_depth_00266.png 518.8579 -/bedroom_0071/rgb_00169.jpg /bedroom_0071/sync_depth_00169.png 518.8579 -/kitchen_0045b/rgb_00007.jpg /kitchen_0045b/sync_depth_00007.png 518.8579 -/dining_room_0023/rgb_00162.jpg /dining_room_0023/sync_depth_00162.png 518.8579 -/playroom_0002/rgb_00085.jpg /playroom_0002/sync_depth_00085.png 518.8579 -/bedroom_0067a/rgb_00018.jpg /bedroom_0067a/sync_depth_00018.png 518.8579 -/kitchen_0047/rgb_00135.jpg /kitchen_0047/sync_depth_00135.png 518.8579 -/dining_room_0008/rgb_00188.jpg /dining_room_0008/sync_depth_00188.png 518.8579 -/bathroom_0039/rgb_00080.jpg /bathroom_0039/sync_depth_00080.png 518.8579 -/bathroom_0007/rgb_00115.jpg /bathroom_0007/sync_depth_00115.png 518.8579 -/bedroom_0082/rgb_00004.jpg /bedroom_0082/sync_depth_00004.png 518.8579 -/playroom_0004/rgb_00091.jpg /playroom_0004/sync_depth_00091.png 518.8579 -/bedroom_0113/rgb_00109.jpg /bedroom_0113/sync_depth_00109.png 518.8579 -/living_room_0063/rgb_00015.jpg /living_room_0063/sync_depth_00015.png 518.8579 -/dining_room_0024/rgb_00112.jpg /dining_room_0024/sync_depth_00112.png 518.8579 -/bedroom_0097/rgb_00007.jpg /bedroom_0097/sync_depth_00007.png 518.8579 -/dining_room_0034/rgb_00028.jpg /dining_room_0034/sync_depth_00028.png 518.8579 -/living_room_0012/rgb_00087.jpg /living_room_0012/sync_depth_00087.png 518.8579 -/dining_room_0016/rgb_00005.jpg /dining_room_0016/sync_depth_00005.png 518.8579 -/bedroom_0033/rgb_00048.jpg /bedroom_0033/sync_depth_00048.png 518.8579 -/living_room_0019/rgb_00191.jpg /living_room_0019/sync_depth_00191.png 518.8579 -/furniture_store_0002b/rgb_00005.jpg /furniture_store_0002b/sync_depth_00005.png 518.8579 -/nyu_office_1/rgb_00034.jpg /nyu_office_1/sync_depth_00034.png 518.8579 -/bedroom_0126/rgb_00064.jpg /bedroom_0126/sync_depth_00064.png 518.8579 -/bookstore_0001j/rgb_00051.jpg /bookstore_0001j/sync_depth_00051.png 518.8579 -/bathroom_0057/rgb_00013.jpg /bathroom_0057/sync_depth_00013.png 518.8579 -/bedroom_0026/rgb_00003.jpg /bedroom_0026/sync_depth_00003.png 518.8579 -/dining_room_0015/rgb_00128.jpg /dining_room_0015/sync_depth_00128.png 518.8579 -/bathroom_0010/rgb_00048.jpg /bathroom_0010/sync_depth_00048.png 518.8579 -/living_room_0070/rgb_00083.jpg /living_room_0070/sync_depth_00083.png 518.8579 -/home_office_0013/rgb_00016.jpg /home_office_0013/sync_depth_00016.png 518.8579 -/kitchen_0060/rgb_00130.jpg /kitchen_0060/sync_depth_00130.png 518.8579 -/kitchen_0019a/rgb_00067.jpg /kitchen_0019a/sync_depth_00067.png 518.8579 -/bedroom_0016/rgb_00193.jpg /bedroom_0016/sync_depth_00193.png 518.8579 -/bedroom_0067a/rgb_00007.jpg /bedroom_0067a/sync_depth_00007.png 518.8579 -/bathroom_0041/rgb_00070.jpg /bathroom_0041/sync_depth_00070.png 518.8579 -/kitchen_0051/rgb_00112.jpg /kitchen_0051/sync_depth_00112.png 518.8579 -/furniture_store_0001d/rgb_00108.jpg /furniture_store_0001d/sync_depth_00108.png 518.8579 -/office_0011/rgb_00093.jpg /office_0011/sync_depth_00093.png 518.8579 -/bathroom_0053/rgb_00040.jpg /bathroom_0053/sync_depth_00040.png 518.8579 -/furniture_store_0001d/rgb_00257.jpg /furniture_store_0001d/sync_depth_00257.png 518.8579 -/dining_room_0031/rgb_00197.jpg /dining_room_0031/sync_depth_00197.png 518.8579 -/playroom_0004/rgb_00004.jpg /playroom_0004/sync_depth_00004.png 518.8579 -/bookstore_0001f/rgb_00080.jpg /bookstore_0001f/sync_depth_00080.png 518.8579 -/furniture_store_0001d/rgb_00025.jpg /furniture_store_0001d/sync_depth_00025.png 518.8579 -/dining_room_0033/rgb_00152.jpg /dining_room_0033/sync_depth_00152.png 518.8579 -/bedroom_0004/rgb_00130.jpg /bedroom_0004/sync_depth_00130.png 518.8579 -/home_office_0006/rgb_00157.jpg /home_office_0006/sync_depth_00157.png 518.8579 -/bookstore_0001i/rgb_00143.jpg /bookstore_0001i/sync_depth_00143.png 518.8579 -/bedroom_0019/rgb_00128.jpg /bedroom_0019/sync_depth_00128.png 518.8579 -/bedroom_0076a/rgb_00273.jpg /bedroom_0076a/sync_depth_00273.png 518.8579 -/living_room_0040/rgb_00045.jpg /living_room_0040/sync_depth_00045.png 518.8579 -/bookstore_0001h/rgb_00144.jpg /bookstore_0001h/sync_depth_00144.png 518.8579 -/dining_room_0033/rgb_00042.jpg /dining_room_0033/sync_depth_00042.png 518.8579 -/bedroom_0052/rgb_00097.jpg /bedroom_0052/sync_depth_00097.png 518.8579 -/bookstore_0001f/rgb_00064.jpg /bookstore_0001f/sync_depth_00064.png 518.8579 -/student_lounge_0001/rgb_00004.jpg /student_lounge_0001/sync_depth_00004.png 518.8579 -/living_room_0055/rgb_00042.jpg /living_room_0055/sync_depth_00042.png 518.8579 -/bookstore_0001d/rgb_00220.jpg /bookstore_0001d/sync_depth_00220.png 518.8579 -/living_room_0019/rgb_00186.jpg /living_room_0019/sync_depth_00186.png 518.8579 -/bookstore_0001e/rgb_00112.jpg /bookstore_0001e/sync_depth_00112.png 518.8579 -/dining_room_0031/rgb_00151.jpg /dining_room_0031/sync_depth_00151.png 518.8579 -/living_room_0047b/rgb_00171.jpg /living_room_0047b/sync_depth_00171.png 518.8579 -/home_office_0006/rgb_00105.jpg /home_office_0006/sync_depth_00105.png 518.8579 -/bedroom_0041/rgb_00021.jpg /bedroom_0041/sync_depth_00021.png 518.8579 -/living_room_0012/rgb_00226.jpg /living_room_0012/sync_depth_00226.png 518.8579 -/living_room_0005/rgb_00106.jpg /living_room_0005/sync_depth_00106.png 518.8579 -/dining_room_0019/rgb_00090.jpg /dining_room_0019/sync_depth_00090.png 518.8579 -/bedroom_0025/rgb_00151.jpg /bedroom_0025/sync_depth_00151.png 518.8579 -/bedroom_0118/rgb_00025.jpg /bedroom_0118/sync_depth_00025.png 518.8579 -/home_office_0011/rgb_00010.jpg /home_office_0011/sync_depth_00010.png 518.8579 -/dining_room_0004/rgb_00081.jpg /dining_room_0004/sync_depth_00081.png 518.8579 -/bedroom_0125b/rgb_00097.jpg /bedroom_0125b/sync_depth_00097.png 518.8579 -/bedroom_0076a/rgb_00284.jpg /bedroom_0076a/sync_depth_00284.png 518.8579 -/living_room_0011/rgb_00090.jpg /living_room_0011/sync_depth_00090.png 518.8579 -/living_room_0070/rgb_00015.jpg /living_room_0070/sync_depth_00015.png 518.8579 -/bedroom_0063/rgb_00037.jpg /bedroom_0063/sync_depth_00037.png 518.8579 -/bedroom_0136/rgb_00093.jpg /bedroom_0136/sync_depth_00093.png 518.8579 -/living_room_0047b/rgb_00138.jpg /living_room_0047b/sync_depth_00138.png 518.8579 -/nyu_office_0/rgb_00360.jpg /nyu_office_0/sync_depth_00360.png 518.8579 -/kitchen_0043/rgb_00114.jpg /kitchen_0043/sync_depth_00114.png 518.8579 -/bedroom_0050/rgb_00186.jpg /bedroom_0050/sync_depth_00186.png 518.8579 -/cafe_0001c/rgb_00023.jpg /cafe_0001c/sync_depth_00023.png 518.8579 -/living_room_0069a/rgb_00024.jpg /living_room_0069a/sync_depth_00024.png 518.8579 -/bedroom_0052/rgb_00179.jpg /bedroom_0052/sync_depth_00179.png 518.8579 -/bathroom_0053/rgb_00057.jpg /bathroom_0053/sync_depth_00057.png 518.8579 -/bathroom_0053/rgb_00037.jpg /bathroom_0053/sync_depth_00037.png 518.8579 -/indoor_balcony_0001/rgb_00024.jpg /indoor_balcony_0001/sync_depth_00024.png 518.8579 -/conference_room_0001/rgb_00117.jpg /conference_room_0001/sync_depth_00117.png 518.8579 -/bathroom_0048/rgb_00087.jpg /bathroom_0048/sync_depth_00087.png 518.8579 -/kitchen_0033/rgb_00155.jpg /kitchen_0033/sync_depth_00155.png 518.8579 -/bathroom_0028/rgb_00135.jpg /bathroom_0028/sync_depth_00135.png 518.8579 -/bookstore_0001d/rgb_00014.jpg /bookstore_0001d/sync_depth_00014.png 518.8579 -/bedroom_0026/rgb_00051.jpg /bedroom_0026/sync_depth_00051.png 518.8579 -/bathroom_0013/rgb_00054.jpg /bathroom_0013/sync_depth_00054.png 518.8579 -/bedroom_0033/rgb_00091.jpg /bedroom_0033/sync_depth_00091.png 518.8579 -/kitchen_0006/rgb_00053.jpg /kitchen_0006/sync_depth_00053.png 518.8579 -/living_room_0004/rgb_00098.jpg /living_room_0004/sync_depth_00098.png 518.8579 -/living_room_0011/rgb_00068.jpg /living_room_0011/sync_depth_00068.png 518.8579 -/living_room_0078/rgb_00108.jpg /living_room_0078/sync_depth_00108.png 518.8579 -/bedroom_0057/rgb_00007.jpg /bedroom_0057/sync_depth_00007.png 518.8579 -/bedroom_0050/rgb_00133.jpg /bedroom_0050/sync_depth_00133.png 518.8579 -/bedroom_0098/rgb_00027.jpg /bedroom_0098/sync_depth_00027.png 518.8579 -/kitchen_0028b/rgb_00019.jpg /kitchen_0028b/sync_depth_00019.png 518.8579 -/reception_room_0002/rgb_00116.jpg /reception_room_0002/sync_depth_00116.png 518.8579 -/living_room_0058/rgb_00280.jpg /living_room_0058/sync_depth_00280.png 518.8579 -/bedroom_0021/rgb_00043.jpg /bedroom_0021/sync_depth_00043.png 518.8579 -/kitchen_0041/rgb_00010.jpg /kitchen_0041/sync_depth_00010.png 518.8579 -/dining_room_0013/rgb_00192.jpg /dining_room_0013/sync_depth_00192.png 518.8579 -/kitchen_0033/rgb_00068.jpg /kitchen_0033/sync_depth_00068.png 518.8579 -/kitchen_0049/rgb_00085.jpg /kitchen_0049/sync_depth_00085.png 518.8579 -/office_0003/rgb_00010.jpg /office_0003/sync_depth_00010.png 518.8579 -/office_0003/rgb_00019.jpg /office_0003/sync_depth_00019.png 518.8579 -/dining_room_0010/rgb_00050.jpg /dining_room_0010/sync_depth_00050.png 518.8579 -/bedroom_0136/rgb_00112.jpg /bedroom_0136/sync_depth_00112.png 518.8579 -/kitchen_0060/rgb_00116.jpg /kitchen_0060/sync_depth_00116.png 518.8579 -/bedroom_0071/rgb_00103.jpg /bedroom_0071/sync_depth_00103.png 518.8579 -/living_room_0063/rgb_00117.jpg /living_room_0063/sync_depth_00117.png 518.8579 -/office_0003/rgb_00016.jpg /office_0003/sync_depth_00016.png 518.8579 -/home_storage_0001/rgb_00085.jpg /home_storage_0001/sync_depth_00085.png 518.8579 -/living_room_0050/rgb_00243.jpg /living_room_0050/sync_depth_00243.png 518.8579 -/bathroom_0007/rgb_00118.jpg /bathroom_0007/sync_depth_00118.png 518.8579 -/dining_room_0015/rgb_00132.jpg /dining_room_0015/sync_depth_00132.png 518.8579 -/bedroom_0076a/rgb_00259.jpg /bedroom_0076a/sync_depth_00259.png 518.8579 -/bedroom_0033/rgb_00136.jpg /bedroom_0033/sync_depth_00136.png 518.8579 -/bathroom_0007/rgb_00025.jpg /bathroom_0007/sync_depth_00025.png 518.8579 -/reception_room_0001a/rgb_00051.jpg /reception_room_0001a/sync_depth_00051.png 518.8579 -/bedroom_0042/rgb_00013.jpg /bedroom_0042/sync_depth_00013.png 518.8579 -/kitchen_0045a/rgb_00021.jpg /kitchen_0045a/sync_depth_00021.png 518.8579 -/living_room_0004/rgb_00134.jpg /living_room_0004/sync_depth_00134.png 518.8579 -/kitchen_0047/rgb_00136.jpg /kitchen_0047/sync_depth_00136.png 518.8579 -/bedroom_0066/rgb_00038.jpg /bedroom_0066/sync_depth_00038.png 518.8579 -/bedroom_0106/rgb_00059.jpg /bedroom_0106/sync_depth_00059.png 518.8579 -/classroom_0022/rgb_00066.jpg /classroom_0022/sync_depth_00066.png 518.8579 -/bathroom_0010/rgb_00038.jpg /bathroom_0010/sync_depth_00038.png 518.8579 -/kitchen_0049/rgb_00158.jpg /kitchen_0049/sync_depth_00158.png 518.8579 -/living_room_0029/rgb_00058.jpg /living_room_0029/sync_depth_00058.png 518.8579 -/office_0025/rgb_00009.jpg /office_0025/sync_depth_00009.png 518.8579 -/bookstore_0001d/rgb_00334.jpg /bookstore_0001d/sync_depth_00334.png 518.8579 -/dining_room_0031/rgb_00011.jpg /dining_room_0031/sync_depth_00011.png 518.8579 -/living_room_0035/rgb_00007.jpg /living_room_0035/sync_depth_00007.png 518.8579 -/bedroom_0126/rgb_00013.jpg /bedroom_0126/sync_depth_00013.png 518.8579 -/bedroom_0124/rgb_00004.jpg /bedroom_0124/sync_depth_00004.png 518.8579 -/dining_room_0037/rgb_00131.jpg /dining_room_0037/sync_depth_00131.png 518.8579 -/bookstore_0001i/rgb_00018.jpg /bookstore_0001i/sync_depth_00018.png 518.8579 -/playroom_0002/rgb_00156.jpg /playroom_0002/sync_depth_00156.png 518.8579 -/bedroom_0056a/rgb_00010.jpg /bedroom_0056a/sync_depth_00010.png 518.8579 -/living_room_0050/rgb_00034.jpg /living_room_0050/sync_depth_00034.png 518.8579 -/dining_room_0019/rgb_00033.jpg /dining_room_0019/sync_depth_00033.png 518.8579 -/bathroom_0056/rgb_00040.jpg /bathroom_0056/sync_depth_00040.png 518.8579 -/bedroom_0074/rgb_00005.jpg /bedroom_0074/sync_depth_00005.png 518.8579 -/basement_0001a/rgb_00134.jpg /basement_0001a/sync_depth_00134.png 518.8579 -/kitchen_0049/rgb_00052.jpg /kitchen_0049/sync_depth_00052.png 518.8579 -/bookstore_0001d/rgb_00033.jpg /bookstore_0001d/sync_depth_00033.png 518.8579 -/bedroom_0050/rgb_00079.jpg /bedroom_0050/sync_depth_00079.png 518.8579 -/home_office_0005/rgb_00093.jpg /home_office_0005/sync_depth_00093.png 518.8579 -/dining_room_0014/rgb_00122.jpg /dining_room_0014/sync_depth_00122.png 518.8579 -/dining_room_0031/rgb_00224.jpg /dining_room_0031/sync_depth_00224.png 518.8579 -/furniture_store_0001c/rgb_00001.jpg /furniture_store_0001c/sync_depth_00001.png 518.8579 -/office_0019/rgb_00031.jpg /office_0019/sync_depth_00031.png 518.8579 -/dining_room_0015/rgb_00231.jpg /dining_room_0015/sync_depth_00231.png 518.8579 -/bookstore_0001e/rgb_00114.jpg /bookstore_0001e/sync_depth_00114.png 518.8579 -/living_room_0047b/rgb_00098.jpg /living_room_0047b/sync_depth_00098.png 518.8579 -/living_room_0019/rgb_00175.jpg /living_room_0019/sync_depth_00175.png 518.8579 -/office_0006/rgb_00105.jpg /office_0006/sync_depth_00105.png 518.8579 -/bedroom_0052/rgb_00190.jpg /bedroom_0052/sync_depth_00190.png 518.8579 -/kitchen_0045a/rgb_00098.jpg /kitchen_0045a/sync_depth_00098.png 518.8579 -/reception_room_0002/rgb_00063.jpg /reception_room_0002/sync_depth_00063.png 518.8579 -/living_room_0058/rgb_00210.jpg /living_room_0058/sync_depth_00210.png 518.8579 -/furniture_store_0001c/rgb_00030.jpg /furniture_store_0001c/sync_depth_00030.png 518.8579 -/basement_0001a/rgb_00091.jpg /basement_0001a/sync_depth_00091.png 518.8579 -/classroom_0022/rgb_00006.jpg /classroom_0022/sync_depth_00006.png 518.8579 -/kitchen_0037/rgb_00021.jpg /kitchen_0037/sync_depth_00021.png 518.8579 -/bedroom_0034/rgb_00069.jpg /bedroom_0034/sync_depth_00069.png 518.8579 -/office_0009/rgb_00021.jpg /office_0009/sync_depth_00021.png 518.8579 -/bathroom_0049/rgb_00058.jpg /bathroom_0049/sync_depth_00058.png 518.8579 -/office_kitchen_0001a/rgb_00056.jpg /office_kitchen_0001a/sync_depth_00056.png 518.8579 -/bedroom_0010/rgb_00124.jpg /bedroom_0010/sync_depth_00124.png 518.8579 -/reception_room_0002/rgb_00078.jpg /reception_room_0002/sync_depth_00078.png 518.8579 -/kitchen_0037/rgb_00019.jpg /kitchen_0037/sync_depth_00019.png 518.8579 -/dining_room_0031/rgb_00141.jpg /dining_room_0031/sync_depth_00141.png 518.8579 -/living_room_0039/rgb_00041.jpg /living_room_0039/sync_depth_00041.png 518.8579 -/kitchen_0010/rgb_00124.jpg /kitchen_0010/sync_depth_00124.png 518.8579 -/living_room_0058/rgb_00097.jpg /living_room_0058/sync_depth_00097.png 518.8579 -/furniture_store_0001d/rgb_00009.jpg /furniture_store_0001d/sync_depth_00009.png 518.8579 -/kitchen_0043/rgb_00245.jpg /kitchen_0043/sync_depth_00245.png 518.8579 -/bedroom_0042/rgb_00032.jpg /bedroom_0042/sync_depth_00032.png 518.8579 -/office_kitchen_0003/rgb_00083.jpg /office_kitchen_0003/sync_depth_00083.png 518.8579 -/dining_room_0033/rgb_00099.jpg /dining_room_0033/sync_depth_00099.png 518.8579 -/kitchen_0031/rgb_00006.jpg /kitchen_0031/sync_depth_00006.png 518.8579 -/bathroom_0007/rgb_00038.jpg /bathroom_0007/sync_depth_00038.png 518.8579 -/kitchen_0043/rgb_00167.jpg /kitchen_0043/sync_depth_00167.png 518.8579 -/bedroom_0026/rgb_00136.jpg /bedroom_0026/sync_depth_00136.png 518.8579 -/kitchen_0045a/rgb_00012.jpg /kitchen_0045a/sync_depth_00012.png 518.8579 -/bookstore_0001d/rgb_00030.jpg /bookstore_0001d/sync_depth_00030.png 518.8579 -/dining_room_0031/rgb_00134.jpg /dining_room_0031/sync_depth_00134.png 518.8579 -/bedroom_0081/rgb_00020.jpg /bedroom_0081/sync_depth_00020.png 518.8579 -/living_room_0078/rgb_00069.jpg /living_room_0078/sync_depth_00069.png 518.8579 -/bedroom_0025/rgb_00064.jpg /bedroom_0025/sync_depth_00064.png 518.8579 -/home_office_0005/rgb_00020.jpg /home_office_0005/sync_depth_00020.png 518.8579 -/student_lounge_0001/rgb_00077.jpg /student_lounge_0001/sync_depth_00077.png 518.8579 -/office_0026/rgb_00115.jpg /office_0026/sync_depth_00115.png 518.8579 -/kitchen_0045b/rgb_00099.jpg /kitchen_0045b/sync_depth_00099.png 518.8579 -/living_room_0011/rgb_00106.jpg /living_room_0011/sync_depth_00106.png 518.8579 -/bedroom_0019/rgb_00009.jpg /bedroom_0019/sync_depth_00009.png 518.8579 -/living_room_0040/rgb_00232.jpg /living_room_0040/sync_depth_00232.png 518.8579 -/bathroom_0014a/rgb_00009.jpg /bathroom_0014a/sync_depth_00009.png 518.8579 -/furniture_store_0001e/rgb_00026.jpg /furniture_store_0001e/sync_depth_00026.png 518.8579 -/living_room_0083/rgb_00023.jpg /living_room_0083/sync_depth_00023.png 518.8579 -/kitchen_0035b/rgb_00137.jpg /kitchen_0035b/sync_depth_00137.png 518.8579 -/bedroom_0053/rgb_00024.jpg /bedroom_0053/sync_depth_00024.png 518.8579 -/living_room_0022/rgb_00432.jpg /living_room_0022/sync_depth_00432.png 518.8579 -/living_room_0019/rgb_00152.jpg /living_room_0019/sync_depth_00152.png 518.8579 -/bathroom_0033/rgb_00037.jpg /bathroom_0033/sync_depth_00037.png 518.8579 -/bedroom_0017/rgb_00091.jpg /bedroom_0017/sync_depth_00091.png 518.8579 -/living_room_0078/rgb_00128.jpg /living_room_0078/sync_depth_00128.png 518.8579 -/reception_room_0002/rgb_00097.jpg /reception_room_0002/sync_depth_00097.png 518.8579 -/kitchen_0053/rgb_00144.jpg /kitchen_0053/sync_depth_00144.png 518.8579 -/bedroom_0052/rgb_00182.jpg /bedroom_0052/sync_depth_00182.png 518.8579 -/bedroom_0017/rgb_00150.jpg /bedroom_0017/sync_depth_00150.png 518.8579 -/bedroom_0050/rgb_00123.jpg /bedroom_0050/sync_depth_00123.png 518.8579 -/bedroom_0069/rgb_00063.jpg /bedroom_0069/sync_depth_00063.png 518.8579 -/office_kitchen_0003/rgb_00119.jpg /office_kitchen_0003/sync_depth_00119.png 518.8579 -/bedroom_0130/rgb_00091.jpg /bedroom_0130/sync_depth_00091.png 518.8579 -/living_room_0063/rgb_00119.jpg /living_room_0063/sync_depth_00119.png 518.8579 -/bookstore_0001g/rgb_00134.jpg /bookstore_0001g/sync_depth_00134.png 518.8579 -/dining_room_0037/rgb_00112.jpg /dining_room_0037/sync_depth_00112.png 518.8579 -/kitchen_0043/rgb_00176.jpg /kitchen_0043/sync_depth_00176.png 518.8579 -/bedroom_0021/rgb_00016.jpg /bedroom_0021/sync_depth_00016.png 518.8579 -/kitchen_0010/rgb_00064.jpg /kitchen_0010/sync_depth_00064.png 518.8579 -/living_room_0071/rgb_00027.jpg /living_room_0071/sync_depth_00027.png 518.8579 -/bedroom_0053/rgb_00009.jpg /bedroom_0053/sync_depth_00009.png 518.8579 -/bedroom_0104/rgb_00106.jpg /bedroom_0104/sync_depth_00106.png 518.8579 -/bedroom_0066/rgb_00024.jpg /bedroom_0066/sync_depth_00024.png 518.8579 -/bedroom_0086/rgb_00066.jpg /bedroom_0086/sync_depth_00066.png 518.8579 -/bedroom_0082/rgb_00002.jpg /bedroom_0082/sync_depth_00002.png 518.8579 -/home_office_0005/rgb_00038.jpg /home_office_0005/sync_depth_00038.png 518.8579 -/dining_room_0015/rgb_00109.jpg /dining_room_0015/sync_depth_00109.png 518.8579 -/bathroom_0045a/rgb_00041.jpg /bathroom_0045a/sync_depth_00041.png 518.8579 -/office_0006/rgb_00153.jpg /office_0006/sync_depth_00153.png 518.8579 -/office_0026/rgb_00033.jpg /office_0026/sync_depth_00033.png 518.8579 -/home_office_0004/rgb_00017.jpg /home_office_0004/sync_depth_00017.png 518.8579 -/bedroom_0010/rgb_00119.jpg /bedroom_0010/sync_depth_00119.png 518.8579 -/office_0006/rgb_00138.jpg /office_0006/sync_depth_00138.png 518.8579 -/living_room_0005/rgb_00046.jpg /living_room_0005/sync_depth_00046.png 518.8579 -/bedroom_0078/rgb_00042.jpg /bedroom_0078/sync_depth_00042.png 518.8579 -/living_room_0047b/rgb_00049.jpg /living_room_0047b/sync_depth_00049.png 518.8579 -/bedroom_0076a/rgb_00082.jpg /bedroom_0076a/sync_depth_00082.png 518.8579 -/bathroom_0045a/rgb_00031.jpg /bathroom_0045a/sync_depth_00031.png 518.8579 -/living_room_0069a/rgb_00029.jpg /living_room_0069a/sync_depth_00029.png 518.8579 -/furniture_store_0002b/rgb_00019.jpg /furniture_store_0002b/sync_depth_00019.png 518.8579 -/office_kitchen_0001a/rgb_00085.jpg /office_kitchen_0001a/sync_depth_00085.png 518.8579 -/bedroom_0132/rgb_00026.jpg /bedroom_0132/sync_depth_00026.png 518.8579 -/bathroom_0013/rgb_00009.jpg /bathroom_0013/sync_depth_00009.png 518.8579 -/bedroom_0071/rgb_00031.jpg /bedroom_0071/sync_depth_00031.png 518.8579 -/office_0012/rgb_00027.jpg /office_0012/sync_depth_00027.png 518.8579 -/kitchen_0006/rgb_00013.jpg /kitchen_0006/sync_depth_00013.png 518.8579 -/living_room_0010/rgb_00094.jpg /living_room_0010/sync_depth_00094.png 518.8579 -/study_0003/rgb_00015.jpg /study_0003/sync_depth_00015.png 518.8579 -/bookstore_0001e/rgb_00066.jpg /bookstore_0001e/sync_depth_00066.png 518.8579 -/bedroom_0126/rgb_00046.jpg /bedroom_0126/sync_depth_00046.png 518.8579 -/bathroom_0019/rgb_00007.jpg /bathroom_0019/sync_depth_00007.png 518.8579 -/student_lounge_0001/rgb_00067.jpg /student_lounge_0001/sync_depth_00067.png 518.8579 -/living_room_0068/rgb_00098.jpg /living_room_0068/sync_depth_00098.png 518.8579 -/reception_room_0004/rgb_00016.jpg /reception_room_0004/sync_depth_00016.png 518.8579 -/nyu_office_0/rgb_00432.jpg /nyu_office_0/sync_depth_00432.png 518.8579 -/kitchen_0019a/rgb_00228.jpg /kitchen_0019a/sync_depth_00228.png 518.8579 -/classroom_0012/rgb_00025.jpg /classroom_0012/sync_depth_00025.png 518.8579 -/living_room_0037/rgb_00049.jpg /living_room_0037/sync_depth_00049.png 518.8579 -/living_room_0062/rgb_00035.jpg /living_room_0062/sync_depth_00035.png 518.8579 -/bathroom_0051/rgb_00049.jpg /bathroom_0051/sync_depth_00049.png 518.8579 -/bathroom_0019/rgb_00068.jpg /bathroom_0019/sync_depth_00068.png 518.8579 -/dining_room_0031/rgb_00050.jpg /dining_room_0031/sync_depth_00050.png 518.8579 -/bathroom_0007/rgb_00076.jpg /bathroom_0007/sync_depth_00076.png 518.8579 -/bathroom_0028/rgb_00005.jpg /bathroom_0028/sync_depth_00005.png 518.8579 -/bedroom_0020/rgb_00057.jpg /bedroom_0020/sync_depth_00057.png 518.8579 -/kitchen_0051/rgb_00248.jpg /kitchen_0051/sync_depth_00248.png 518.8579 -/living_room_0055/rgb_00021.jpg /living_room_0055/sync_depth_00021.png 518.8579 -/reception_room_0002/rgb_00152.jpg /reception_room_0002/sync_depth_00152.png 518.8579 -/living_room_0022/rgb_00429.jpg /living_room_0022/sync_depth_00429.png 518.8579 -/bedroom_0106/rgb_00138.jpg /bedroom_0106/sync_depth_00138.png 518.8579 -/study_room_0004/rgb_00100.jpg /study_room_0004/sync_depth_00100.png 518.8579 -/bedroom_0113/rgb_00116.jpg /bedroom_0113/sync_depth_00116.png 518.8579 -/bookstore_0001f/rgb_00032.jpg /bookstore_0001f/sync_depth_00032.png 518.8579 -/kitchen_0043/rgb_00093.jpg /kitchen_0043/sync_depth_00093.png 518.8579 -/kitchen_0028a/rgb_00057.jpg /kitchen_0028a/sync_depth_00057.png 518.8579 -/living_room_0022/rgb_00008.jpg /living_room_0022/sync_depth_00008.png 518.8579 -/classroom_0022/rgb_00027.jpg /classroom_0022/sync_depth_00027.png 518.8579 -/kitchen_0051/rgb_00283.jpg /kitchen_0051/sync_depth_00283.png 518.8579 -/cafe_0001a/rgb_00083.jpg /cafe_0001a/sync_depth_00083.png 518.8579 -/dining_room_0034/rgb_00199.jpg /dining_room_0034/sync_depth_00199.png 518.8579 -/dining_room_0001b/rgb_00235.jpg /dining_room_0001b/sync_depth_00235.png 518.8579 -/living_room_0078/rgb_00121.jpg /living_room_0078/sync_depth_00121.png 518.8579 -/student_lounge_0001/rgb_00145.jpg /student_lounge_0001/sync_depth_00145.png 518.8579 -/reception_room_0001b/rgb_00100.jpg /reception_room_0001b/sync_depth_00100.png 518.8579 -/bookstore_0001f/rgb_00009.jpg /bookstore_0001f/sync_depth_00009.png 518.8579 -/furniture_store_0001d/rgb_00139.jpg /furniture_store_0001d/sync_depth_00139.png 518.8579 -/kitchen_0003/rgb_00009.jpg /kitchen_0003/sync_depth_00009.png 518.8579 -/bedroom_0081/rgb_00028.jpg /bedroom_0081/sync_depth_00028.png 518.8579 -/dining_room_0028/rgb_00006.jpg /dining_room_0028/sync_depth_00006.png 518.8579 -/nyu_office_0/rgb_00089.jpg /nyu_office_0/sync_depth_00089.png 518.8579 -/furniture_store_0002c/rgb_00040.jpg /furniture_store_0002c/sync_depth_00040.png 518.8579 -/kitchen_0035a/rgb_00008.jpg /kitchen_0035a/sync_depth_00008.png 518.8579 -/playroom_0004/rgb_00003.jpg /playroom_0004/sync_depth_00003.png 518.8579 -/kitchen_0045b/rgb_00117.jpg /kitchen_0045b/sync_depth_00117.png 518.8579 -/dining_room_0029/rgb_00146.jpg /dining_room_0029/sync_depth_00146.png 518.8579 -/living_room_0037/rgb_00027.jpg /living_room_0037/sync_depth_00027.png 518.8579 -/kitchen_0011a/rgb_00127.jpg /kitchen_0011a/sync_depth_00127.png 518.8579 -/classroom_0004/rgb_00030.jpg /classroom_0004/sync_depth_00030.png 518.8579 -/bookstore_0001g/rgb_00174.jpg /bookstore_0001g/sync_depth_00174.png 518.8579 -/bedroom_0129/rgb_00035.jpg /bedroom_0129/sync_depth_00035.png 518.8579 -/living_room_0040/rgb_00312.jpg /living_room_0040/sync_depth_00312.png 518.8579 -/dining_room_0015/rgb_00013.jpg /dining_room_0015/sync_depth_00013.png 518.8579 -/dining_room_0034/rgb_00165.jpg /dining_room_0034/sync_depth_00165.png 518.8579 -/bedroom_0106/rgb_00081.jpg /bedroom_0106/sync_depth_00081.png 518.8579 -/kitchen_0003/rgb_00164.jpg /kitchen_0003/sync_depth_00164.png 518.8579 -/bedroom_0125b/rgb_00055.jpg /bedroom_0125b/sync_depth_00055.png 518.8579 -/dining_room_0008/rgb_00187.jpg /dining_room_0008/sync_depth_00187.png 518.8579 -/bedroom_0026/rgb_00154.jpg /bedroom_0026/sync_depth_00154.png 518.8579 -/classroom_0004/rgb_00002.jpg /classroom_0004/sync_depth_00002.png 518.8579 -/living_room_0070/rgb_00010.jpg /living_room_0070/sync_depth_00010.png 518.8579 -/dining_room_0024/rgb_00121.jpg /dining_room_0024/sync_depth_00121.png 518.8579 -/study_room_0005a/rgb_00030.jpg /study_room_0005a/sync_depth_00030.png 518.8579 -/living_room_0083/rgb_00069.jpg /living_room_0083/sync_depth_00069.png 518.8579 -/bedroom_0072/rgb_00069.jpg /bedroom_0072/sync_depth_00069.png 518.8579 -/bookstore_0001f/rgb_00356.jpg /bookstore_0001f/sync_depth_00356.png 518.8579 -/kitchen_0045a/rgb_00104.jpg /kitchen_0045a/sync_depth_00104.png 518.8579 -/living_room_0020/rgb_00113.jpg /living_room_0020/sync_depth_00113.png 518.8579 -/bathroom_0048/rgb_00009.jpg /bathroom_0048/sync_depth_00009.png 518.8579 -/bedroom_0016/rgb_00160.jpg /bedroom_0016/sync_depth_00160.png 518.8579 -/dining_room_0019/rgb_00023.jpg /dining_room_0019/sync_depth_00023.png 518.8579 -/living_room_0020/rgb_00065.jpg /living_room_0020/sync_depth_00065.png 518.8579 -/dining_room_0012/rgb_00225.jpg /dining_room_0012/sync_depth_00225.png 518.8579 -/kitchen_0010/rgb_00046.jpg /kitchen_0010/sync_depth_00046.png 518.8579 -/bedroom_0080/rgb_00041.jpg /bedroom_0080/sync_depth_00041.png 518.8579 -/bathroom_0014a/rgb_00056.jpg /bathroom_0014a/sync_depth_00056.png 518.8579 -/living_room_0050/rgb_00069.jpg /living_room_0050/sync_depth_00069.png 518.8579 -/kitchen_0053/rgb_00098.jpg /kitchen_0053/sync_depth_00098.png 518.8579 -/office_0019/rgb_00026.jpg /office_0019/sync_depth_00026.png 518.8579 -/bedroom_0029/rgb_00006.jpg /bedroom_0029/sync_depth_00006.png 518.8579 -/living_room_0058/rgb_00256.jpg /living_room_0058/sync_depth_00256.png 518.8579 -/kitchen_0051/rgb_00125.jpg /kitchen_0051/sync_depth_00125.png 518.8579 -/living_room_0070/rgb_00092.jpg /living_room_0070/sync_depth_00092.png 518.8579 -/living_room_0067/rgb_00077.jpg /living_room_0067/sync_depth_00077.png 518.8579 -/bedroom_0067a/rgb_00021.jpg /bedroom_0067a/sync_depth_00021.png 518.8579 -/bedroom_0040/rgb_00032.jpg /bedroom_0040/sync_depth_00032.png 518.8579 -/reception_room_0001b/rgb_00096.jpg /reception_room_0001b/sync_depth_00096.png 518.8579 -/bedroom_0016/rgb_00150.jpg /bedroom_0016/sync_depth_00150.png 518.8579 -/bathroom_0014a/rgb_00066.jpg /bathroom_0014a/sync_depth_00066.png 518.8579 -/basement_0001a/rgb_00085.jpg /basement_0001a/sync_depth_00085.png 518.8579 -/bedroom_0098/rgb_00079.jpg /bedroom_0098/sync_depth_00079.png 518.8579 -/dining_room_0015/rgb_00271.jpg /dining_room_0015/sync_depth_00271.png 518.8579 -/study_room_0004/rgb_00158.jpg /study_room_0004/sync_depth_00158.png 518.8579 -/dining_room_0012/rgb_00036.jpg /dining_room_0012/sync_depth_00036.png 518.8579 -/foyer_0002/rgb_00014.jpg /foyer_0002/sync_depth_00014.png 518.8579 -/bedroom_0029/rgb_00005.jpg /bedroom_0029/sync_depth_00005.png 518.8579 -/bedroom_0050/rgb_00002.jpg /bedroom_0050/sync_depth_00002.png 518.8579 -/classroom_0022/rgb_00048.jpg /classroom_0022/sync_depth_00048.png 518.8579 -/living_room_0022/rgb_00172.jpg /living_room_0022/sync_depth_00172.png 518.8579 -/dining_room_0037/rgb_00126.jpg /dining_room_0037/sync_depth_00126.png 518.8579 -/bedroom_0025/rgb_00119.jpg /bedroom_0025/sync_depth_00119.png 518.8579 -/kitchen_0016/rgb_00001.jpg /kitchen_0016/sync_depth_00001.png 518.8579 -/kitchen_0051/rgb_00155.jpg /kitchen_0051/sync_depth_00155.png 518.8579 -/bathroom_0049/rgb_00049.jpg /bathroom_0049/sync_depth_00049.png 518.8579 -/bookstore_0001g/rgb_00166.jpg /bookstore_0001g/sync_depth_00166.png 518.8579 -/bedroom_0140/rgb_00147.jpg /bedroom_0140/sync_depth_00147.png 518.8579 -/study_0003/rgb_00067.jpg /study_0003/sync_depth_00067.png 518.8579 -/office_kitchen_0001a/rgb_00042.jpg /office_kitchen_0001a/sync_depth_00042.png 518.8579 -/bathroom_0005/rgb_00003.jpg /bathroom_0005/sync_depth_00003.png 518.8579 -/furniture_store_0002a/rgb_00211.jpg /furniture_store_0002a/sync_depth_00211.png 518.8579 -/study_0008/rgb_00055.jpg /study_0008/sync_depth_00055.png 518.8579 -/bedroom_0019/rgb_00001.jpg /bedroom_0019/sync_depth_00001.png 518.8579 -/dining_room_0033/rgb_00134.jpg /dining_room_0033/sync_depth_00134.png 518.8579 -/furniture_store_0001b/rgb_00102.jpg /furniture_store_0001b/sync_depth_00102.png 518.8579 -/kitchen_0043/rgb_00015.jpg /kitchen_0043/sync_depth_00015.png 518.8579 -/study_0005/rgb_00001.jpg /study_0005/sync_depth_00001.png 518.8579 -/living_room_0062/rgb_00202.jpg /living_room_0062/sync_depth_00202.png 518.8579 -/furniture_store_0002a/rgb_00206.jpg /furniture_store_0002a/sync_depth_00206.png 518.8579 -/kitchen_0019a/rgb_00179.jpg /kitchen_0019a/sync_depth_00179.png 518.8579 -/dining_room_0028/rgb_00111.jpg /dining_room_0028/sync_depth_00111.png 518.8579 -/bookstore_0001h/rgb_00029.jpg /bookstore_0001h/sync_depth_00029.png 518.8579 -/computer_lab_0002/rgb_00003.jpg /computer_lab_0002/sync_depth_00003.png 518.8579 -/dining_room_0008/rgb_00143.jpg /dining_room_0008/sync_depth_00143.png 518.8579 -/home_office_0004/rgb_00097.jpg /home_office_0004/sync_depth_00097.png 518.8579 -/bedroom_0113/rgb_00004.jpg /bedroom_0113/sync_depth_00004.png 518.8579 -/study_0008/rgb_00011.jpg /study_0008/sync_depth_00011.png 518.8579 -/living_room_0078/rgb_00001.jpg /living_room_0078/sync_depth_00001.png 518.8579 -/kitchen_0019b/rgb_00033.jpg /kitchen_0019b/sync_depth_00033.png 518.8579 -/kitchen_0010/rgb_00078.jpg /kitchen_0010/sync_depth_00078.png 518.8579 -/kitchen_0006/rgb_00022.jpg /kitchen_0006/sync_depth_00022.png 518.8579 -/living_room_0078/rgb_00134.jpg /living_room_0078/sync_depth_00134.png 518.8579 -/study_room_0005a/rgb_00060.jpg /study_room_0005a/sync_depth_00060.png 518.8579 -/nyu_office_0/rgb_00092.jpg /nyu_office_0/sync_depth_00092.png 518.8579 -/bedroom_0029/rgb_00070.jpg /bedroom_0029/sync_depth_00070.png 518.8579 -/bookstore_0001d/rgb_00104.jpg /bookstore_0001d/sync_depth_00104.png 518.8579 -/dining_room_0034/rgb_00114.jpg /dining_room_0034/sync_depth_00114.png 518.8579 -/student_lounge_0001/rgb_00039.jpg /student_lounge_0001/sync_depth_00039.png 518.8579 -/cafe_0001b/rgb_00039.jpg /cafe_0001b/sync_depth_00039.png 518.8579 -/bedroom_0051/rgb_00051.jpg /bedroom_0051/sync_depth_00051.png 518.8579 -/office_0011/rgb_00141.jpg /office_0011/sync_depth_00141.png 518.8579 -/bedroom_0052/rgb_00160.jpg /bedroom_0052/sync_depth_00160.png 518.8579 -/living_room_0005/rgb_00138.jpg /living_room_0005/sync_depth_00138.png 518.8579 -/bedroom_0100/rgb_00036.jpg /bedroom_0100/sync_depth_00036.png 518.8579 -/dining_room_0033/rgb_00112.jpg /dining_room_0033/sync_depth_00112.png 518.8579 -/living_room_0046b/rgb_00000.jpg /living_room_0046b/sync_depth_00000.png 518.8579 -/living_room_0058/rgb_00091.jpg /living_room_0058/sync_depth_00091.png 518.8579 -/bathroom_0007/rgb_00016.jpg /bathroom_0007/sync_depth_00016.png 518.8579 -/dining_room_0012/rgb_00010.jpg /dining_room_0012/sync_depth_00010.png 518.8579 -/classroom_0012/rgb_00042.jpg /classroom_0012/sync_depth_00042.png 518.8579 -/kitchen_0003/rgb_00128.jpg /kitchen_0003/sync_depth_00128.png 518.8579 -/playroom_0006/rgb_00004.jpg /playroom_0006/sync_depth_00004.png 518.8579 -/nyu_office_0/rgb_00373.jpg /nyu_office_0/sync_depth_00373.png 518.8579 -/home_office_0008/rgb_00161.jpg /home_office_0008/sync_depth_00161.png 518.8579 -/conference_room_0001/rgb_00073.jpg /conference_room_0001/sync_depth_00073.png 518.8579 -/kitchen_0011b/rgb_00045.jpg /kitchen_0011b/sync_depth_00045.png 518.8579 -/bookstore_0001j/rgb_00055.jpg /bookstore_0001j/sync_depth_00055.png 518.8579 -/furniture_store_0002a/rgb_00095.jpg /furniture_store_0002a/sync_depth_00095.png 518.8579 -/classroom_0003/rgb_00073.jpg /classroom_0003/sync_depth_00073.png 518.8579 -/furniture_store_0001e/rgb_00051.jpg /furniture_store_0001e/sync_depth_00051.png 518.8579 -/office_0023/rgb_00046.jpg /office_0023/sync_depth_00046.png 518.8579 -/living_room_0068/rgb_00060.jpg /living_room_0068/sync_depth_00060.png 518.8579 -/kitchen_0003/rgb_00103.jpg /kitchen_0003/sync_depth_00103.png 518.8579 -/living_room_0022/rgb_00434.jpg /living_room_0022/sync_depth_00434.png 518.8579 -/office_0026/rgb_00067.jpg /office_0026/sync_depth_00067.png 518.8579 -/bedroom_0033/rgb_00101.jpg /bedroom_0033/sync_depth_00101.png 518.8579 -/kitchen_0029a/rgb_00033.jpg /kitchen_0029a/sync_depth_00033.png 518.8579 -/living_room_0085/rgb_00025.jpg /living_room_0085/sync_depth_00025.png 518.8579 -/living_room_0071/rgb_00036.jpg /living_room_0071/sync_depth_00036.png 518.8579 -/furniture_store_0001c/rgb_00012.jpg /furniture_store_0001c/sync_depth_00012.png 518.8579 -/bathroom_0006/rgb_00034.jpg /bathroom_0006/sync_depth_00034.png 518.8579 -/furniture_store_0001e/rgb_00044.jpg /furniture_store_0001e/sync_depth_00044.png 518.8579 -/kitchen_0019a/rgb_00131.jpg /kitchen_0019a/sync_depth_00131.png 518.8579 -/bookstore_0001j/rgb_00156.jpg /bookstore_0001j/sync_depth_00156.png 518.8579 -/living_room_0069b/rgb_00029.jpg /living_room_0069b/sync_depth_00029.png 518.8579 -/bedroom_0140/rgb_00001.jpg /bedroom_0140/sync_depth_00001.png 518.8579 -/kitchen_0035b/rgb_00097.jpg /kitchen_0035b/sync_depth_00097.png 518.8579 -/home_office_0008/rgb_00004.jpg /home_office_0008/sync_depth_00004.png 518.8579 -/conference_room_0001/rgb_00146.jpg /conference_room_0001/sync_depth_00146.png 518.8579 -/living_room_0078/rgb_00024.jpg /living_room_0078/sync_depth_00024.png 518.8579 -/student_lounge_0001/rgb_00153.jpg /student_lounge_0001/sync_depth_00153.png 518.8579 -/kitchen_0011b/rgb_00057.jpg /kitchen_0011b/sync_depth_00057.png 518.8579 -/office_kitchen_0001a/rgb_00052.jpg /office_kitchen_0001a/sync_depth_00052.png 518.8579 -/bedroom_0090/rgb_00014.jpg /bedroom_0090/sync_depth_00014.png 518.8579 -/bedroom_0126/rgb_00005.jpg /bedroom_0126/sync_depth_00005.png 518.8579 -/living_room_0063/rgb_00017.jpg /living_room_0063/sync_depth_00017.png 518.8579 -/bedroom_0074/rgb_00009.jpg /bedroom_0074/sync_depth_00009.png 518.8579 -/bedroom_0094/rgb_00015.jpg /bedroom_0094/sync_depth_00015.png 518.8579 -/bookstore_0001f/rgb_00036.jpg /bookstore_0001f/sync_depth_00036.png 518.8579 -/bedroom_0106/rgb_00036.jpg /bedroom_0106/sync_depth_00036.png 518.8579 -/living_room_0063/rgb_00028.jpg /living_room_0063/sync_depth_00028.png 518.8579 -/conference_room_0002/rgb_00009.jpg /conference_room_0002/sync_depth_00009.png 518.8579 -/kitchen_0035b/rgb_00149.jpg /kitchen_0035b/sync_depth_00149.png 518.8579 -/dining_room_0001b/rgb_00175.jpg /dining_room_0001b/sync_depth_00175.png 518.8579 -/living_room_0037/rgb_00014.jpg /living_room_0037/sync_depth_00014.png 518.8579 -/reception_room_0002/rgb_00027.jpg /reception_room_0002/sync_depth_00027.png 518.8579 -/bedroom_0012/rgb_00050.jpg /bedroom_0012/sync_depth_00050.png 518.8579 -/classroom_0006/rgb_00109.jpg /classroom_0006/sync_depth_00109.png 518.8579 -/basement_0001a/rgb_00161.jpg /basement_0001a/sync_depth_00161.png 518.8579 -/kitchen_0031/rgb_00117.jpg /kitchen_0031/sync_depth_00117.png 518.8579 -/living_room_0019/rgb_00149.jpg /living_room_0019/sync_depth_00149.png 518.8579 -/living_room_0019/rgb_00117.jpg /living_room_0019/sync_depth_00117.png 518.8579 -/office_0003/rgb_00040.jpg /office_0003/sync_depth_00040.png 518.8579 -/classroom_0003/rgb_00029.jpg /classroom_0003/sync_depth_00029.png 518.8579 -/bedroom_0082/rgb_00013.jpg /bedroom_0082/sync_depth_00013.png 518.8579 -/dining_room_0010/rgb_00061.jpg /dining_room_0010/sync_depth_00061.png 518.8579 -/playroom_0003/rgb_00127.jpg /playroom_0003/sync_depth_00127.png 518.8579 -/kitchen_0035b/rgb_00054.jpg /kitchen_0035b/sync_depth_00054.png 518.8579 -/dining_room_0034/rgb_00125.jpg /dining_room_0034/sync_depth_00125.png 518.8579 -/home_office_0011/rgb_00032.jpg /home_office_0011/sync_depth_00032.png 518.8579 -/bedroom_0033/rgb_00050.jpg /bedroom_0033/sync_depth_00050.png 518.8579 -/study_room_0005a/rgb_00012.jpg /study_room_0005a/sync_depth_00012.png 518.8579 -/living_room_0005/rgb_00016.jpg /living_room_0005/sync_depth_00016.png 518.8579 -/study_0003/rgb_00007.jpg /study_0003/sync_depth_00007.png 518.8579 -/living_room_0050/rgb_00089.jpg /living_room_0050/sync_depth_00089.png 518.8579 -/kitchen_0011a/rgb_00108.jpg /kitchen_0011a/sync_depth_00108.png 518.8579 -/living_room_0019/rgb_00168.jpg /living_room_0019/sync_depth_00168.png 518.8579 -/playroom_0003/rgb_00159.jpg /playroom_0003/sync_depth_00159.png 518.8579 -/bedroom_0140/rgb_00068.jpg /bedroom_0140/sync_depth_00068.png 518.8579 -/bookstore_0001f/rgb_00264.jpg /bookstore_0001f/sync_depth_00264.png 518.8579 -/bedroom_0130/rgb_00033.jpg /bedroom_0130/sync_depth_00033.png 518.8579 -/kitchen_0019a/rgb_00186.jpg /kitchen_0019a/sync_depth_00186.png 518.8579 -/bedroom_0059/rgb_00045.jpg /bedroom_0059/sync_depth_00045.png 518.8579 -/kitchen_0050/rgb_00109.jpg /kitchen_0050/sync_depth_00109.png 518.8579 -/bedroom_0045/rgb_00018.jpg /bedroom_0045/sync_depth_00018.png 518.8579 -/dining_room_0028/rgb_00052.jpg /dining_room_0028/sync_depth_00052.png 518.8579 -/bedroom_0069/rgb_00017.jpg /bedroom_0069/sync_depth_00017.png 518.8579 -/bedroom_0079/rgb_00024.jpg /bedroom_0079/sync_depth_00024.png 518.8579 -/office_0021/rgb_00070.jpg /office_0021/sync_depth_00070.png 518.8579 -/living_room_0012/rgb_00031.jpg /living_room_0012/sync_depth_00031.png 518.8579 -/classroom_0006/rgb_00003.jpg /classroom_0006/sync_depth_00003.png 518.8579 -/office_kitchen_0001a/rgb_00019.jpg /office_kitchen_0001a/sync_depth_00019.png 518.8579 -/living_room_0058/rgb_00068.jpg /living_room_0058/sync_depth_00068.png 518.8579 -/dinette_0001/rgb_00041.jpg /dinette_0001/sync_depth_00041.png 518.8579 -/living_room_0038/rgb_00042.jpg /living_room_0038/sync_depth_00042.png 518.8579 -/bedroom_0066/rgb_00003.jpg /bedroom_0066/sync_depth_00003.png 518.8579 -/bedroom_0074/rgb_00006.jpg /bedroom_0074/sync_depth_00006.png 518.8579 -/bathroom_0041/rgb_00008.jpg /bathroom_0041/sync_depth_00008.png 518.8579 -/living_room_0040/rgb_00113.jpg /living_room_0040/sync_depth_00113.png 518.8579 -/furniture_store_0002b/rgb_00009.jpg /furniture_store_0002b/sync_depth_00009.png 518.8579 -/office_0004/rgb_00103.jpg /office_0004/sync_depth_00103.png 518.8579 -/study_0004/rgb_00000.jpg /study_0004/sync_depth_00000.png 518.8579 -/bedroom_0129/rgb_00007.jpg /bedroom_0129/sync_depth_00007.png 518.8579 -/kitchen_0051/rgb_00065.jpg /kitchen_0051/sync_depth_00065.png 518.8579 -/bedroom_0056a/rgb_00085.jpg /bedroom_0056a/sync_depth_00085.png 518.8579 -/bookstore_0001j/rgb_00052.jpg /bookstore_0001j/sync_depth_00052.png 518.8579 -/kitchen_0019a/rgb_00256.jpg /kitchen_0019a/sync_depth_00256.png 518.8579 -/bedroom_0106/rgb_00121.jpg /bedroom_0106/sync_depth_00121.png 518.8579 -/reception_room_0004/rgb_00063.jpg /reception_room_0004/sync_depth_00063.png 518.8579 -/dining_room_0028/rgb_00147.jpg /dining_room_0028/sync_depth_00147.png 518.8579 -/playroom_0003/rgb_00027.jpg /playroom_0003/sync_depth_00027.png 518.8579 -/foyer_0002/rgb_00037.jpg /foyer_0002/sync_depth_00037.png 518.8579 -/living_room_0022/rgb_00319.jpg /living_room_0022/sync_depth_00319.png 518.8579 -/dining_room_0029/rgb_00029.jpg /dining_room_0029/sync_depth_00029.png 518.8579 -/kitchen_0019a/rgb_00068.jpg /kitchen_0019a/sync_depth_00068.png 518.8579 -/bedroom_0100/rgb_00066.jpg /bedroom_0100/sync_depth_00066.png 518.8579 -/bedroom_0063/rgb_00034.jpg /bedroom_0063/sync_depth_00034.png 518.8579 -/bookstore_0001d/rgb_00279.jpg /bookstore_0001d/sync_depth_00279.png 518.8579 -/dining_room_0015/rgb_00265.jpg /dining_room_0015/sync_depth_00265.png 518.8579 -/kitchen_0019a/rgb_00071.jpg /kitchen_0019a/sync_depth_00071.png 518.8579 -/bedroom_0026/rgb_00016.jpg /bedroom_0026/sync_depth_00016.png 518.8579 -/study_room_0004/rgb_00017.jpg /study_room_0004/sync_depth_00017.png 518.8579 -/living_room_0010/rgb_00161.jpg /living_room_0010/sync_depth_00161.png 518.8579 -/bedroom_0072/rgb_00154.jpg /bedroom_0072/sync_depth_00154.png 518.8579 -/study_0003/rgb_00061.jpg /study_0003/sync_depth_00061.png 518.8579 -/bookstore_0001f/rgb_00013.jpg /bookstore_0001f/sync_depth_00013.png 518.8579 -/living_room_0010/rgb_00112.jpg /living_room_0010/sync_depth_00112.png 518.8579 -/bedroom_0014/rgb_00009.jpg /bedroom_0014/sync_depth_00009.png 518.8579 -/furniture_store_0001d/rgb_00075.jpg /furniture_store_0001d/sync_depth_00075.png 518.8579 -/bedroom_0052/rgb_00073.jpg /bedroom_0052/sync_depth_00073.png 518.8579 -/conference_room_0001/rgb_00035.jpg /conference_room_0001/sync_depth_00035.png 518.8579 -/furniture_store_0001a/rgb_00035.jpg /furniture_store_0001a/sync_depth_00035.png 518.8579 -/reception_room_0001b/rgb_00020.jpg /reception_room_0001b/sync_depth_00020.png 518.8579 -/playroom_0002/rgb_00006.jpg /playroom_0002/sync_depth_00006.png 518.8579 -/kitchen_0033/rgb_00115.jpg /kitchen_0033/sync_depth_00115.png 518.8579 -/classroom_0006/rgb_00140.jpg /classroom_0006/sync_depth_00140.png 518.8579 -/living_room_0046a/rgb_00033.jpg /living_room_0046a/sync_depth_00033.png 518.8579 -/bookstore_0001f/rgb_00509.jpg /bookstore_0001f/sync_depth_00509.png 518.8579 -/dining_room_0023/rgb_00087.jpg /dining_room_0023/sync_depth_00087.png 518.8579 -/living_room_0037/rgb_00046.jpg /living_room_0037/sync_depth_00046.png 518.8579 -/bedroom_0010/rgb_00009.jpg /bedroom_0010/sync_depth_00009.png 518.8579 -/kitchen_0019a/rgb_00239.jpg /kitchen_0019a/sync_depth_00239.png 518.8579 -/home_office_0008/rgb_00144.jpg /home_office_0008/sync_depth_00144.png 518.8579 -/home_storage_0001/rgb_00018.jpg /home_storage_0001/sync_depth_00018.png 518.8579 -/home_storage_0001/rgb_00141.jpg /home_storage_0001/sync_depth_00141.png 518.8579 -/office_0024/rgb_00122.jpg /office_0024/sync_depth_00122.png 518.8579 -/playroom_0006/rgb_00073.jpg /playroom_0006/sync_depth_00073.png 518.8579 -/bookstore_0001j/rgb_00237.jpg /bookstore_0001j/sync_depth_00237.png 518.8579 -/kitchen_0052/rgb_00083.jpg /kitchen_0052/sync_depth_00083.png 518.8579 -/furniture_store_0001e/rgb_00057.jpg /furniture_store_0001e/sync_depth_00057.png 518.8579 -/living_room_0040/rgb_00090.jpg /living_room_0040/sync_depth_00090.png 518.8579 -/bookstore_0001j/rgb_00217.jpg /bookstore_0001j/sync_depth_00217.png 518.8579 -/dining_room_0015/rgb_00260.jpg /dining_room_0015/sync_depth_00260.png 518.8579 -/living_room_0047b/rgb_00097.jpg /living_room_0047b/sync_depth_00097.png 518.8579 -/bathroom_0010/rgb_00011.jpg /bathroom_0010/sync_depth_00011.png 518.8579 -/computer_lab_0002/rgb_00021.jpg /computer_lab_0002/sync_depth_00021.png 518.8579 -/bedroom_0094/rgb_00009.jpg /bedroom_0094/sync_depth_00009.png 518.8579 -/kitchen_0029b/rgb_00014.jpg /kitchen_0029b/sync_depth_00014.png 518.8579 -/dining_room_0033/rgb_00039.jpg /dining_room_0033/sync_depth_00039.png 518.8579 -/home_office_0006/rgb_00068.jpg /home_office_0006/sync_depth_00068.png 518.8579 -/bedroom_0015/rgb_00093.jpg /bedroom_0015/sync_depth_00093.png 518.8579 -/nyu_office_0/rgb_00028.jpg /nyu_office_0/sync_depth_00028.png 518.8579 -/dining_room_0037/rgb_00121.jpg /dining_room_0037/sync_depth_00121.png 518.8579 -/dining_room_0034/rgb_00140.jpg /dining_room_0034/sync_depth_00140.png 518.8579 -/bedroom_0074/rgb_00036.jpg /bedroom_0074/sync_depth_00036.png 518.8579 -/living_room_0062/rgb_00001.jpg /living_room_0062/sync_depth_00001.png 518.8579 -/printer_room_0001/rgb_00018.jpg /printer_room_0001/sync_depth_00018.png 518.8579 -/living_room_0040/rgb_00094.jpg /living_room_0040/sync_depth_00094.png 518.8579 -/living_room_0004/rgb_00066.jpg /living_room_0004/sync_depth_00066.png 518.8579 -/dining_room_0023/rgb_00057.jpg /dining_room_0023/sync_depth_00057.png 518.8579 -/kitchen_0031/rgb_00163.jpg /kitchen_0031/sync_depth_00163.png 518.8579 -/kitchen_0050/rgb_00105.jpg /kitchen_0050/sync_depth_00105.png 518.8579 -/study_room_0004/rgb_00135.jpg /study_room_0004/sync_depth_00135.png 518.8579 -/bedroom_0059/rgb_00039.jpg /bedroom_0059/sync_depth_00039.png 518.8579 -/bedroom_0028/rgb_00045.jpg /bedroom_0028/sync_depth_00045.png 518.8579 -/dining_room_0033/rgb_00049.jpg /dining_room_0033/sync_depth_00049.png 518.8579 -/office_0018/rgb_00048.jpg /office_0018/sync_depth_00048.png 518.8579 -/living_room_0039/rgb_00007.jpg /living_room_0039/sync_depth_00007.png 518.8579 -/kitchen_0052/rgb_00081.jpg /kitchen_0052/sync_depth_00081.png 518.8579 -/bedroom_0072/rgb_00181.jpg /bedroom_0072/sync_depth_00181.png 518.8579 -/bathroom_0030/rgb_00005.jpg /bathroom_0030/sync_depth_00005.png 518.8579 -/kitchen_0033/rgb_00032.jpg /kitchen_0033/sync_depth_00032.png 518.8579 -/classroom_0022/rgb_00085.jpg /classroom_0022/sync_depth_00085.png 518.8579 -/office_kitchen_0003/rgb_00081.jpg /office_kitchen_0003/sync_depth_00081.png 518.8579 -/bedroom_0140/rgb_00066.jpg /bedroom_0140/sync_depth_00066.png 518.8579 -/bedroom_0059/rgb_00007.jpg /bedroom_0059/sync_depth_00007.png 518.8579 -/bookstore_0001d/rgb_00027.jpg /bookstore_0001d/sync_depth_00027.png 518.8579 -/furniture_store_0001f/rgb_00001.jpg /furniture_store_0001f/sync_depth_00001.png 518.8579 -/bookstore_0001e/rgb_00194.jpg /bookstore_0001e/sync_depth_00194.png 518.8579 -/office_kitchen_0003/rgb_00089.jpg /office_kitchen_0003/sync_depth_00089.png 518.8579 -/kitchen_0031/rgb_00166.jpg /kitchen_0031/sync_depth_00166.png 518.8579 -/study_0003/rgb_00005.jpg /study_0003/sync_depth_00005.png 518.8579 -/home_office_0006/rgb_00097.jpg /home_office_0006/sync_depth_00097.png 518.8579 -/kitchen_0010/rgb_00022.jpg /kitchen_0010/sync_depth_00022.png 518.8579 -/kitchen_0045a/rgb_00142.jpg /kitchen_0045a/sync_depth_00142.png 518.8579 -/dining_room_0012/rgb_00114.jpg /dining_room_0012/sync_depth_00114.png 518.8579 -/dining_room_0015/rgb_00172.jpg /dining_room_0015/sync_depth_00172.png 518.8579 -/kitchen_0003/rgb_00073.jpg /kitchen_0003/sync_depth_00073.png 518.8579 -/bedroom_0047/rgb_00026.jpg /bedroom_0047/sync_depth_00026.png 518.8579 -/kitchen_0033/rgb_00054.jpg /kitchen_0033/sync_depth_00054.png 518.8579 -/dining_room_0023/rgb_00182.jpg /dining_room_0023/sync_depth_00182.png 518.8579 -/kitchen_0049/rgb_00148.jpg /kitchen_0049/sync_depth_00148.png 518.8579 -/bedroom_0004/rgb_00145.jpg /bedroom_0004/sync_depth_00145.png 518.8579 -/kitchen_0019a/rgb_00111.jpg /kitchen_0019a/sync_depth_00111.png 518.8579 -/living_room_0062/rgb_00116.jpg /living_room_0062/sync_depth_00116.png 518.8579 -/furniture_store_0001d/rgb_00209.jpg /furniture_store_0001d/sync_depth_00209.png 518.8579 -/bathroom_0007/rgb_00109.jpg /bathroom_0007/sync_depth_00109.png 518.8579 -/study_room_0005b/rgb_00012.jpg /study_room_0005b/sync_depth_00012.png 518.8579 -/furniture_store_0001e/rgb_00004.jpg /furniture_store_0001e/sync_depth_00004.png 518.8579 -/living_room_0020/rgb_00156.jpg /living_room_0020/sync_depth_00156.png 518.8579 -/bedroom_0017/rgb_00126.jpg /bedroom_0017/sync_depth_00126.png 518.8579 -/living_room_0046b/rgb_00077.jpg /living_room_0046b/sync_depth_00077.png 518.8579 -/bedroom_0026/rgb_00088.jpg /bedroom_0026/sync_depth_00088.png 518.8579 -/living_room_0005/rgb_00055.jpg /living_room_0005/sync_depth_00055.png 518.8579 -/bedroom_0090/rgb_00003.jpg /bedroom_0090/sync_depth_00003.png 518.8579 -/bedroom_0071/rgb_00027.jpg /bedroom_0071/sync_depth_00027.png 518.8579 -/classroom_0012/rgb_00009.jpg /classroom_0012/sync_depth_00009.png 518.8579 -/bathroom_0035/rgb_00021.jpg /bathroom_0035/sync_depth_00021.png 518.8579 -/bedroom_0017/rgb_00027.jpg /bedroom_0017/sync_depth_00027.png 518.8579 -/bedroom_0104/rgb_00113.jpg /bedroom_0104/sync_depth_00113.png 518.8579 -/bedroom_0130/rgb_00084.jpg /bedroom_0130/sync_depth_00084.png 518.8579 -/living_room_0046a/rgb_00091.jpg /living_room_0046a/sync_depth_00091.png 518.8579 -/office_0024/rgb_00026.jpg /office_0024/sync_depth_00026.png 518.8579 -/living_room_0035/rgb_00052.jpg /living_room_0035/sync_depth_00052.png 518.8579 -/home_office_0004/rgb_00121.jpg /home_office_0004/sync_depth_00121.png 518.8579 -/dining_room_0015/rgb_00092.jpg /dining_room_0015/sync_depth_00092.png 518.8579 -/living_room_0022/rgb_00188.jpg /living_room_0022/sync_depth_00188.png 518.8579 -/bedroom_0113/rgb_00057.jpg /bedroom_0113/sync_depth_00057.png 518.8579 -/dining_room_0016/rgb_00054.jpg /dining_room_0016/sync_depth_00054.png 518.8579 -/bookstore_0001d/rgb_00088.jpg /bookstore_0001d/sync_depth_00088.png 518.8579 -/bathroom_0048/rgb_00032.jpg /bathroom_0048/sync_depth_00032.png 518.8579 -/office_0021/rgb_00058.jpg /office_0021/sync_depth_00058.png 518.8579 -/bookstore_0001h/rgb_00000.jpg /bookstore_0001h/sync_depth_00000.png 518.8579 -/kitchen_0050/rgb_00064.jpg /kitchen_0050/sync_depth_00064.png 518.8579 -/dining_room_0023/rgb_00046.jpg /dining_room_0023/sync_depth_00046.png 518.8579 -/bedroom_0051/rgb_00019.jpg /bedroom_0051/sync_depth_00019.png 518.8579 -/living_room_0039/rgb_00093.jpg /living_room_0039/sync_depth_00093.png 518.8579 -/study_0008/rgb_00007.jpg /study_0008/sync_depth_00007.png 518.8579 -/playroom_0006/rgb_00140.jpg /playroom_0006/sync_depth_00140.png 518.8579 -/dinette_0001/rgb_00093.jpg /dinette_0001/sync_depth_00093.png 518.8579 -/bedroom_0014/rgb_00000.jpg /bedroom_0014/sync_depth_00000.png 518.8579 -/bookstore_0001j/rgb_00090.jpg /bookstore_0001j/sync_depth_00090.png 518.8579 -/bedroom_0042/rgb_00029.jpg /bedroom_0042/sync_depth_00029.png 518.8579 -/reception_room_0001b/rgb_00093.jpg /reception_room_0001b/sync_depth_00093.png 518.8579 -/bedroom_0010/rgb_00052.jpg /bedroom_0010/sync_depth_00052.png 518.8579 -/classroom_0006/rgb_00161.jpg /classroom_0006/sync_depth_00161.png 518.8579 -/kitchen_0017/rgb_00000.jpg /kitchen_0017/sync_depth_00000.png 518.8579 -/furniture_store_0002a/rgb_00408.jpg /furniture_store_0002a/sync_depth_00408.png 518.8579 -/living_room_0062/rgb_00008.jpg /living_room_0062/sync_depth_00008.png 518.8579 -/bookstore_0001f/rgb_00238.jpg /bookstore_0001f/sync_depth_00238.png 518.8579 -/kitchen_0059/rgb_00019.jpg /kitchen_0059/sync_depth_00019.png 518.8579 -/bathroom_0007/rgb_00111.jpg /bathroom_0007/sync_depth_00111.png 518.8579 -/conference_room_0001/rgb_00118.jpg /conference_room_0001/sync_depth_00118.png 518.8579 -/bathroom_0049/rgb_00007.jpg /bathroom_0049/sync_depth_00007.png 518.8579 -/kitchen_0048/rgb_00087.jpg /kitchen_0048/sync_depth_00087.png 518.8579 -/living_room_0029/rgb_00041.jpg /living_room_0029/sync_depth_00041.png 518.8579 -/bathroom_0007/rgb_00072.jpg /bathroom_0007/sync_depth_00072.png 518.8579 -/living_room_0042b/rgb_00047.jpg /living_room_0042b/sync_depth_00047.png 518.8579 -/living_room_0012/rgb_00003.jpg /living_room_0012/sync_depth_00003.png 518.8579 -/bathroom_0049/rgb_00038.jpg /bathroom_0049/sync_depth_00038.png 518.8579 -/playroom_0004/rgb_00073.jpg /playroom_0004/sync_depth_00073.png 518.8579 -/bookstore_0001f/rgb_00056.jpg /bookstore_0001f/sync_depth_00056.png 518.8579 -/bathroom_0039/rgb_00014.jpg /bathroom_0039/sync_depth_00014.png 518.8579 -/kitchen_0019b/rgb_00019.jpg /kitchen_0019b/sync_depth_00019.png 518.8579 -/dining_room_0028/rgb_00031.jpg /dining_room_0028/sync_depth_00031.png 518.8579 -/basement_0001a/rgb_00121.jpg /basement_0001a/sync_depth_00121.png 518.8579 -/living_room_0082/rgb_00060.jpg /living_room_0082/sync_depth_00060.png 518.8579 -/dining_room_0012/rgb_00124.jpg /dining_room_0012/sync_depth_00124.png 518.8579 -/furniture_store_0002c/rgb_00019.jpg /furniture_store_0002c/sync_depth_00019.png 518.8579 -/playroom_0002/rgb_00019.jpg /playroom_0002/sync_depth_00019.png 518.8579 -/bookstore_0001f/rgb_00037.jpg /bookstore_0001f/sync_depth_00037.png 518.8579 -/home_office_0006/rgb_00026.jpg /home_office_0006/sync_depth_00026.png 518.8579 -/bookstore_0001e/rgb_00232.jpg /bookstore_0001e/sync_depth_00232.png 518.8579 -/dining_room_0015/rgb_00247.jpg /dining_room_0015/sync_depth_00247.png 518.8579 -/bedroom_0076a/rgb_00179.jpg /bedroom_0076a/sync_depth_00179.png 518.8579 -/living_room_0062/rgb_00118.jpg /living_room_0062/sync_depth_00118.png 518.8579 -/living_room_0038/rgb_00034.jpg /living_room_0038/sync_depth_00034.png 518.8579 -/living_room_0055/rgb_00135.jpg /living_room_0055/sync_depth_00135.png 518.8579 -/dining_room_0023/rgb_00016.jpg /dining_room_0023/sync_depth_00016.png 518.8579 -/bedroom_0104/rgb_00059.jpg /bedroom_0104/sync_depth_00059.png 518.8579 -/bathroom_0053/rgb_00048.jpg /bathroom_0053/sync_depth_00048.png 518.8579 -/kitchen_0053/rgb_00245.jpg /kitchen_0053/sync_depth_00245.png 518.8579 -/bathroom_0034/rgb_00002.jpg /bathroom_0034/sync_depth_00002.png 518.8579 -/dining_room_0016/rgb_00147.jpg /dining_room_0016/sync_depth_00147.png 518.8579 -/bedroom_0063/rgb_00010.jpg /bedroom_0063/sync_depth_00010.png 518.8579 -/bathroom_0033/rgb_00006.jpg /bathroom_0033/sync_depth_00006.png 518.8579 -/living_room_0050/rgb_00235.jpg /living_room_0050/sync_depth_00235.png 518.8579 -/kitchen_0059/rgb_00061.jpg /kitchen_0059/sync_depth_00061.png 518.8579 -/cafe_0001c/rgb_00104.jpg /cafe_0001c/sync_depth_00104.png 518.8579 -/nyu_office_0/rgb_00331.jpg /nyu_office_0/sync_depth_00331.png 518.8579 -/bookstore_0001d/rgb_00293.jpg /bookstore_0001d/sync_depth_00293.png 518.8579 -/classroom_0006/rgb_00143.jpg /classroom_0006/sync_depth_00143.png 518.8579 -/kitchen_0029c/rgb_00176.jpg /kitchen_0029c/sync_depth_00176.png 518.8579 -/bedroom_0052/rgb_00196.jpg /bedroom_0052/sync_depth_00196.png 518.8579 -/playroom_0003/rgb_00171.jpg /playroom_0003/sync_depth_00171.png 518.8579 -/office_0019/rgb_00017.jpg /office_0019/sync_depth_00017.png 518.8579 -/dining_room_0031/rgb_00022.jpg /dining_room_0031/sync_depth_00022.png 518.8579 -/kitchen_0049/rgb_00157.jpg /kitchen_0049/sync_depth_00157.png 518.8579 -/playroom_0003/rgb_00085.jpg /playroom_0003/sync_depth_00085.png 518.8579 -/office_0003/rgb_00054.jpg /office_0003/sync_depth_00054.png 518.8579 -/bedroom_0074/rgb_00078.jpg /bedroom_0074/sync_depth_00078.png 518.8579 -/basement_0001a/rgb_00008.jpg /basement_0001a/sync_depth_00008.png 518.8579 -/living_room_0018/rgb_00161.jpg /living_room_0018/sync_depth_00161.png 518.8579 -/office_0011/rgb_00153.jpg /office_0011/sync_depth_00153.png 518.8579 -/living_room_0086a/rgb_00080.jpg /living_room_0086a/sync_depth_00080.png 518.8579 -/kitchen_0050/rgb_00121.jpg /kitchen_0050/sync_depth_00121.png 518.8579 -/bedroom_0076a/rgb_00209.jpg /bedroom_0076a/sync_depth_00209.png 518.8579 -/living_room_0050/rgb_00073.jpg /living_room_0050/sync_depth_00073.png 518.8579 -/bookstore_0001i/rgb_00069.jpg /bookstore_0001i/sync_depth_00069.png 518.8579 -/dining_room_0015/rgb_00288.jpg /dining_room_0015/sync_depth_00288.png 518.8579 -/furniture_store_0002b/rgb_00148.jpg /furniture_store_0002b/sync_depth_00148.png 518.8579 -/reception_room_0004/rgb_00020.jpg /reception_room_0004/sync_depth_00020.png 518.8579 -/bookstore_0001d/rgb_00353.jpg /bookstore_0001d/sync_depth_00353.png 518.8579 -/bathroom_0042/rgb_00012.jpg /bathroom_0042/sync_depth_00012.png 518.8579 -/dining_room_0014/rgb_00091.jpg /dining_room_0014/sync_depth_00091.png 518.8579 -/kitchen_0053/rgb_00088.jpg /kitchen_0053/sync_depth_00088.png 518.8579 -/dining_room_0007/rgb_00170.jpg /dining_room_0007/sync_depth_00170.png 518.8579 -/conference_room_0001/rgb_00040.jpg /conference_room_0001/sync_depth_00040.png 518.8579 -/bedroom_0098/rgb_00042.jpg /bedroom_0098/sync_depth_00042.png 518.8579 -/furniture_store_0001e/rgb_00035.jpg /furniture_store_0001e/sync_depth_00035.png 518.8579 -/playroom_0003/rgb_00195.jpg /playroom_0003/sync_depth_00195.png 518.8579 -/living_room_0022/rgb_00154.jpg /living_room_0022/sync_depth_00154.png 518.8579 -/dining_room_0023/rgb_00029.jpg /dining_room_0023/sync_depth_00029.png 518.8579 -/bedroom_0020/rgb_00014.jpg /bedroom_0020/sync_depth_00014.png 518.8579 -/furniture_store_0002a/rgb_00227.jpg /furniture_store_0002a/sync_depth_00227.png 518.8579 -/dining_room_0015/rgb_00125.jpg /dining_room_0015/sync_depth_00125.png 518.8579 -/dining_room_0013/rgb_00087.jpg /dining_room_0013/sync_depth_00087.png 518.8579 -/kitchen_0035b/rgb_00110.jpg /kitchen_0035b/sync_depth_00110.png 518.8579 -/bedroom_0041/rgb_00046.jpg /bedroom_0041/sync_depth_00046.png 518.8579 -/living_room_0022/rgb_00129.jpg /living_room_0022/sync_depth_00129.png 518.8579 -/furniture_store_0002a/rgb_00410.jpg /furniture_store_0002a/sync_depth_00410.png 518.8579 -/office_0006/rgb_00065.jpg /office_0006/sync_depth_00065.png 518.8579 -/bedroom_0004/rgb_00016.jpg /bedroom_0004/sync_depth_00016.png 518.8579 -/bookstore_0001g/rgb_00227.jpg /bookstore_0001g/sync_depth_00227.png 518.8579 -/bedroom_0053/rgb_00028.jpg /bedroom_0053/sync_depth_00028.png 518.8579 -/home_office_0011/rgb_00094.jpg /home_office_0011/sync_depth_00094.png 518.8579 -/furniture_store_0002b/rgb_00180.jpg /furniture_store_0002b/sync_depth_00180.png 518.8579 -/bookstore_0001i/rgb_00086.jpg /bookstore_0001i/sync_depth_00086.png 518.8579 -/living_room_0068/rgb_00088.jpg /living_room_0068/sync_depth_00088.png 518.8579 -/furniture_store_0001b/rgb_00093.jpg /furniture_store_0001b/sync_depth_00093.png 518.8579 -/living_room_0058/rgb_00142.jpg /living_room_0058/sync_depth_00142.png 518.8579 -/living_room_0058/rgb_00005.jpg /living_room_0058/sync_depth_00005.png 518.8579 -/office_0026/rgb_00065.jpg /office_0026/sync_depth_00065.png 518.8579 -/bedroom_0052/rgb_00112.jpg /bedroom_0052/sync_depth_00112.png 518.8579 -/reception_room_0001a/rgb_00122.jpg /reception_room_0001a/sync_depth_00122.png 518.8579 -/living_room_0083/rgb_00056.jpg /living_room_0083/sync_depth_00056.png 518.8579 -/office_0006/rgb_00042.jpg /office_0006/sync_depth_00042.png 518.8579 -/playroom_0006/rgb_00053.jpg /playroom_0006/sync_depth_00053.png 518.8579 -/kitchen_0051/rgb_00075.jpg /kitchen_0051/sync_depth_00075.png 518.8579 -/kitchen_0051/rgb_00249.jpg /kitchen_0051/sync_depth_00249.png 518.8579 -/kitchen_0045b/rgb_00111.jpg /kitchen_0045b/sync_depth_00111.png 518.8579 -/bedroom_0138/rgb_00086.jpg /bedroom_0138/sync_depth_00086.png 518.8579 -/bathroom_0002/rgb_00036.jpg /bathroom_0002/sync_depth_00036.png 518.8579 -/bedroom_0140/rgb_00113.jpg /bedroom_0140/sync_depth_00113.png 518.8579 -/kitchen_0029c/rgb_00043.jpg /kitchen_0029c/sync_depth_00043.png 518.8579 -/bedroom_0010/rgb_00107.jpg /bedroom_0010/sync_depth_00107.png 518.8579 -/kitchen_0043/rgb_00109.jpg /kitchen_0043/sync_depth_00109.png 518.8579 -/playroom_0006/rgb_00028.jpg /playroom_0006/sync_depth_00028.png 518.8579 -/excercise_room_0001/rgb_00100.jpg /excercise_room_0001/sync_depth_00100.png 518.8579 -/dining_room_0015/rgb_00194.jpg /dining_room_0015/sync_depth_00194.png 518.8579 -/classroom_0003/rgb_00100.jpg /classroom_0003/sync_depth_00100.png 518.8579 -/bathroom_0028/rgb_00106.jpg /bathroom_0028/sync_depth_00106.png 518.8579 -/kitchen_0045a/rgb_00053.jpg /kitchen_0045a/sync_depth_00053.png 518.8579 -/living_room_0040/rgb_00267.jpg /living_room_0040/sync_depth_00267.png 518.8579 -/bedroom_0074/rgb_00008.jpg /bedroom_0074/sync_depth_00008.png 518.8579 -/bathroom_0039/rgb_00039.jpg /bathroom_0039/sync_depth_00039.png 518.8579 -/living_room_0033/rgb_00063.jpg /living_room_0033/sync_depth_00063.png 518.8579 -/living_room_0035/rgb_00078.jpg /living_room_0035/sync_depth_00078.png 518.8579 -/bedroom_0106/rgb_00125.jpg /bedroom_0106/sync_depth_00125.png 518.8579 -/living_room_0046a/rgb_00097.jpg /living_room_0046a/sync_depth_00097.png 518.8579 -/kitchen_0033/rgb_00109.jpg /kitchen_0033/sync_depth_00109.png 518.8579 -/dining_room_0014/rgb_00110.jpg /dining_room_0014/sync_depth_00110.png 518.8579 -/kitchen_0053/rgb_00071.jpg /kitchen_0053/sync_depth_00071.png 518.8579 -/kitchen_0033/rgb_00106.jpg /kitchen_0033/sync_depth_00106.png 518.8579 -/bathroom_0051/rgb_00026.jpg /bathroom_0051/sync_depth_00026.png 518.8579 -/kitchen_0033/rgb_00080.jpg /kitchen_0033/sync_depth_00080.png 518.8579 -/bookstore_0001f/rgb_00165.jpg /bookstore_0001f/sync_depth_00165.png 518.8579 -/dining_room_0028/rgb_00148.jpg /dining_room_0028/sync_depth_00148.png 518.8579 -/dining_room_0029/rgb_00112.jpg /dining_room_0029/sync_depth_00112.png 518.8579 -/kitchen_0011a/rgb_00100.jpg /kitchen_0011a/sync_depth_00100.png 518.8579 -/home_office_0013/rgb_00002.jpg /home_office_0013/sync_depth_00002.png 518.8579 -/kitchen_0016/rgb_00121.jpg /kitchen_0016/sync_depth_00121.png 518.8579 -/study_room_0005b/rgb_00062.jpg /study_room_0005b/sync_depth_00062.png 518.8579 -/bedroom_0014/rgb_00053.jpg /bedroom_0014/sync_depth_00053.png 518.8579 -/bookstore_0001g/rgb_00088.jpg /bookstore_0001g/sync_depth_00088.png 518.8579 -/office_kitchen_0001b/rgb_00025.jpg /office_kitchen_0001b/sync_depth_00025.png 518.8579 -/playroom_0006/rgb_00051.jpg /playroom_0006/sync_depth_00051.png 518.8579 -/office_0024/rgb_00084.jpg /office_0024/sync_depth_00084.png 518.8579 -/bathroom_0048/rgb_00096.jpg /bathroom_0048/sync_depth_00096.png 518.8579 -/living_room_0037/rgb_00065.jpg /living_room_0037/sync_depth_00065.png 518.8579 -/living_room_0004/rgb_00162.jpg /living_room_0004/sync_depth_00162.png 518.8579 -/kitchen_0043/rgb_00226.jpg /kitchen_0043/sync_depth_00226.png 518.8579 -/bedroom_0086/rgb_00092.jpg /bedroom_0086/sync_depth_00092.png 518.8579 -/dining_room_0024/rgb_00000.jpg /dining_room_0024/sync_depth_00000.png 518.8579 -/bedroom_0004/rgb_00005.jpg /bedroom_0004/sync_depth_00005.png 518.8579 -/kitchen_0048/rgb_00160.jpg /kitchen_0048/sync_depth_00160.png 518.8579 -/bedroom_0107/rgb_00005.jpg /bedroom_0107/sync_depth_00005.png 518.8579 -/living_room_0039/rgb_00040.jpg /living_room_0039/sync_depth_00040.png 518.8579 -/basement_0001a/rgb_00001.jpg /basement_0001a/sync_depth_00001.png 518.8579 -/nyu_office_0/rgb_00352.jpg /nyu_office_0/sync_depth_00352.png 518.8579 -/office_kitchen_0001a/rgb_00020.jpg /office_kitchen_0001a/sync_depth_00020.png 518.8579 -/bedroom_0052/rgb_00177.jpg /bedroom_0052/sync_depth_00177.png 518.8579 -/study_room_0005a/rgb_00006.jpg /study_room_0005a/sync_depth_00006.png 518.8579 -/bedroom_0016/rgb_00118.jpg /bedroom_0016/sync_depth_00118.png 518.8579 -/kitchen_0011b/rgb_00066.jpg /kitchen_0011b/sync_depth_00066.png 518.8579 -/bedroom_0026/rgb_00029.jpg /bedroom_0026/sync_depth_00029.png 518.8579 -/kitchen_0028a/rgb_00030.jpg /kitchen_0028a/sync_depth_00030.png 518.8579 -/kitchen_0019a/rgb_00090.jpg /kitchen_0019a/sync_depth_00090.png 518.8579 -/bookstore_0001e/rgb_00207.jpg /bookstore_0001e/sync_depth_00207.png 518.8579 -/bedroom_0129/rgb_00027.jpg /bedroom_0129/sync_depth_00027.png 518.8579 -/living_room_0005/rgb_00107.jpg /living_room_0005/sync_depth_00107.png 518.8579 -/bedroom_0113/rgb_00007.jpg /bedroom_0113/sync_depth_00007.png 518.8579 -/kitchen_0050/rgb_00179.jpg /kitchen_0050/sync_depth_00179.png 518.8579 -/dining_room_0001b/rgb_00167.jpg /dining_room_0001b/sync_depth_00167.png 518.8579 -/dining_room_0015/rgb_00195.jpg /dining_room_0015/sync_depth_00195.png 518.8579 -/bedroom_0016/rgb_00067.jpg /bedroom_0016/sync_depth_00067.png 518.8579 -/printer_room_0001/rgb_00002.jpg /printer_room_0001/sync_depth_00002.png 518.8579 -/bedroom_0019/rgb_00080.jpg /bedroom_0019/sync_depth_00080.png 518.8579 -/office_0003/rgb_00043.jpg /office_0003/sync_depth_00043.png 518.8579 -/furniture_store_0001e/rgb_00040.jpg /furniture_store_0001e/sync_depth_00040.png 518.8579 -/living_room_0018/rgb_00066.jpg /living_room_0018/sync_depth_00066.png 518.8579 -/classroom_0003/rgb_00043.jpg /classroom_0003/sync_depth_00043.png 518.8579 -/reception_room_0002/rgb_00132.jpg /reception_room_0002/sync_depth_00132.png 518.8579 -/bedroom_0050/rgb_00194.jpg /bedroom_0050/sync_depth_00194.png 518.8579 -/kitchen_0043/rgb_00138.jpg /kitchen_0043/sync_depth_00138.png 518.8579 -/dining_room_0029/rgb_00125.jpg /dining_room_0029/sync_depth_00125.png 518.8579 -/living_room_0033/rgb_00034.jpg /living_room_0033/sync_depth_00034.png 518.8579 -/dining_room_0033/rgb_00064.jpg /dining_room_0033/sync_depth_00064.png 518.8579 -/living_room_0033/rgb_00055.jpg /living_room_0033/sync_depth_00055.png 518.8579 -/home_office_0005/rgb_00077.jpg /home_office_0005/sync_depth_00077.png 518.8579 -/kitchen_0035b/rgb_00075.jpg /kitchen_0035b/sync_depth_00075.png 518.8579 -/dining_room_0010/rgb_00063.jpg /dining_room_0010/sync_depth_00063.png 518.8579 -/living_room_0019/rgb_00018.jpg /living_room_0019/sync_depth_00018.png 518.8579 -/living_room_0050/rgb_00113.jpg /living_room_0050/sync_depth_00113.png 518.8579 -/living_room_0019/rgb_00085.jpg /living_room_0019/sync_depth_00085.png 518.8579 -/furniture_store_0001b/rgb_00056.jpg /furniture_store_0001b/sync_depth_00056.png 518.8579 -/bedroom_0041/rgb_00047.jpg /bedroom_0041/sync_depth_00047.png 518.8579 -/home_storage_0001/rgb_00120.jpg /home_storage_0001/sync_depth_00120.png 518.8579 -/dining_room_0034/rgb_00131.jpg /dining_room_0034/sync_depth_00131.png 518.8579 -/furniture_store_0002a/rgb_00163.jpg /furniture_store_0002a/sync_depth_00163.png 518.8579 -/living_room_0038/rgb_00068.jpg /living_room_0038/sync_depth_00068.png 518.8579 -/kitchen_0048/rgb_00209.jpg /kitchen_0048/sync_depth_00209.png 518.8579 -/dining_room_0034/rgb_00048.jpg /dining_room_0034/sync_depth_00048.png 518.8579 -/office_0011/rgb_00044.jpg /office_0011/sync_depth_00044.png 518.8579 -/home_office_0006/rgb_00135.jpg /home_office_0006/sync_depth_00135.png 518.8579 -/kitchen_0028b/rgb_00074.jpg /kitchen_0028b/sync_depth_00074.png 518.8579 -/living_room_0058/rgb_00001.jpg /living_room_0058/sync_depth_00001.png 518.8579 -/furniture_store_0001d/rgb_00165.jpg /furniture_store_0001d/sync_depth_00165.png 518.8579 -/bedroom_0051/rgb_00025.jpg /bedroom_0051/sync_depth_00025.png 518.8579 -/dining_room_0007/rgb_00066.jpg /dining_room_0007/sync_depth_00066.png 518.8579 -/bedroom_0125b/rgb_00072.jpg /bedroom_0125b/sync_depth_00072.png 518.8579 -/living_room_0070/rgb_00053.jpg /living_room_0070/sync_depth_00053.png 518.8579 -/bathroom_0054/rgb_00019.jpg /bathroom_0054/sync_depth_00019.png 518.8579 -/living_room_0038/rgb_00114.jpg /living_room_0038/sync_depth_00114.png 518.8579 -/living_room_0086a/rgb_00036.jpg /living_room_0086a/sync_depth_00036.png 518.8579 -/bathroom_0041/rgb_00053.jpg /bathroom_0041/sync_depth_00053.png 518.8579 -/kitchen_0045b/rgb_00156.jpg /kitchen_0045b/sync_depth_00156.png 518.8579 -/kitchen_0035b/rgb_00011.jpg /kitchen_0035b/sync_depth_00011.png 518.8579 -/kitchen_0035a/rgb_00029.jpg /kitchen_0035a/sync_depth_00029.png 518.8579 -/study_room_0004/rgb_00060.jpg /study_room_0004/sync_depth_00060.png 518.8579 -/living_room_0018/rgb_00140.jpg /living_room_0018/sync_depth_00140.png 518.8579 -/dining_room_0001b/rgb_00171.jpg /dining_room_0001b/sync_depth_00171.png 518.8579 -/furniture_store_0002b/rgb_00093.jpg /furniture_store_0002b/sync_depth_00093.png 518.8579 -/kitchen_0060/rgb_00076.jpg /kitchen_0060/sync_depth_00076.png 518.8579 -/kitchen_0043/rgb_00113.jpg /kitchen_0043/sync_depth_00113.png 518.8579 -/dining_room_0037/rgb_00011.jpg /dining_room_0037/sync_depth_00011.png 518.8579 -/dining_room_0013/rgb_00052.jpg /dining_room_0013/sync_depth_00052.png 518.8579 -/living_room_0058/rgb_00254.jpg /living_room_0058/sync_depth_00254.png 518.8579 -/kitchen_0053/rgb_00090.jpg /kitchen_0053/sync_depth_00090.png 518.8579 -/bedroom_0020/rgb_00102.jpg /bedroom_0020/sync_depth_00102.png 518.8579 -/bedroom_0071/rgb_00110.jpg /bedroom_0071/sync_depth_00110.png 518.8579 -/home_office_0011/rgb_00080.jpg /home_office_0011/sync_depth_00080.png 518.8579 -/bathroom_0045a/rgb_00028.jpg /bathroom_0045a/sync_depth_00028.png 518.8579 -/bathroom_0024/rgb_00035.jpg /bathroom_0024/sync_depth_00035.png 518.8579 -/bedroom_0041/rgb_00005.jpg /bedroom_0041/sync_depth_00005.png 518.8579 -/bedroom_0034/rgb_00044.jpg /bedroom_0034/sync_depth_00044.png 518.8579 -/bookstore_0001j/rgb_00175.jpg /bookstore_0001j/sync_depth_00175.png 518.8579 -/office_0025/rgb_00043.jpg /office_0025/sync_depth_00043.png 518.8579 -/conference_room_0002/rgb_00043.jpg /conference_room_0002/sync_depth_00043.png 518.8579 -/study_room_0004/rgb_00034.jpg /study_room_0004/sync_depth_00034.png 518.8579 -/dining_room_0013/rgb_00065.jpg /dining_room_0013/sync_depth_00065.png 518.8579 -/bedroom_0016/rgb_00216.jpg /bedroom_0016/sync_depth_00216.png 518.8579 -/student_lounge_0001/rgb_00185.jpg /student_lounge_0001/sync_depth_00185.png 518.8579 -/living_room_0042b/rgb_00002.jpg /living_room_0042b/sync_depth_00002.png 518.8579 -/bathroom_0048/rgb_00103.jpg /bathroom_0048/sync_depth_00103.png 518.8579 -/living_room_0055/rgb_00033.jpg /living_room_0055/sync_depth_00033.png 518.8579 -/study_0004/rgb_00075.jpg /study_0004/sync_depth_00075.png 518.8579 -/living_room_0050/rgb_00060.jpg /living_room_0050/sync_depth_00060.png 518.8579 -/reception_room_0004/rgb_00005.jpg /reception_room_0004/sync_depth_00005.png 518.8579 -/bedroom_0072/rgb_00128.jpg /bedroom_0072/sync_depth_00128.png 518.8579 -/kitchen_0019a/rgb_00042.jpg /kitchen_0019a/sync_depth_00042.png 518.8579 -/indoor_balcony_0001/rgb_00030.jpg /indoor_balcony_0001/sync_depth_00030.png 518.8579 -/bookstore_0001d/rgb_00271.jpg /bookstore_0001d/sync_depth_00271.png 518.8579 -/playroom_0003/rgb_00038.jpg /playroom_0003/sync_depth_00038.png 518.8579 -/kitchen_0028b/rgb_00013.jpg /kitchen_0028b/sync_depth_00013.png 518.8579 -/kitchen_0033/rgb_00065.jpg /kitchen_0033/sync_depth_00065.png 518.8579 -/kitchen_0051/rgb_00213.jpg /kitchen_0051/sync_depth_00213.png 518.8579 -/kitchen_0041/rgb_00004.jpg /kitchen_0041/sync_depth_00004.png 518.8579 -/playroom_0004/rgb_00131.jpg /playroom_0004/sync_depth_00131.png 518.8579 -/bathroom_0024/rgb_00025.jpg /bathroom_0024/sync_depth_00025.png 518.8579 -/bedroom_0021/rgb_00091.jpg /bedroom_0021/sync_depth_00091.png 518.8579 -/living_room_0018/rgb_00062.jpg /living_room_0018/sync_depth_00062.png 518.8579 -/bedroom_0010/rgb_00096.jpg /bedroom_0010/sync_depth_00096.png 518.8579 -/dinette_0001/rgb_00006.jpg /dinette_0001/sync_depth_00006.png 518.8579 -/nyu_office_0/rgb_00206.jpg /nyu_office_0/sync_depth_00206.png 518.8579 -/bathroom_0028/rgb_00030.jpg /bathroom_0028/sync_depth_00030.png 518.8579 -/bedroom_0138/rgb_00035.jpg /bedroom_0138/sync_depth_00035.png 518.8579 -/bedroom_0136/rgb_00049.jpg /bedroom_0136/sync_depth_00049.png 518.8579 -/living_room_0070/rgb_00107.jpg /living_room_0070/sync_depth_00107.png 518.8579 -/furniture_store_0002d/rgb_00055.jpg /furniture_store_0002d/sync_depth_00055.png 518.8579 -/kitchen_0035b/rgb_00043.jpg /kitchen_0035b/sync_depth_00043.png 518.8579 -/living_room_0068/rgb_00024.jpg /living_room_0068/sync_depth_00024.png 518.8579 -/living_room_0069b/rgb_00045.jpg /living_room_0069b/sync_depth_00045.png 518.8579 -/living_room_0082/rgb_00019.jpg /living_room_0082/sync_depth_00019.png 518.8579 -/kitchen_0048/rgb_00077.jpg /kitchen_0048/sync_depth_00077.png 518.8579 -/living_room_0029/rgb_00046.jpg /living_room_0029/sync_depth_00046.png 518.8579 -/office_0006/rgb_00115.jpg /office_0006/sync_depth_00115.png 518.8579 -/bathroom_0028/rgb_00088.jpg /bathroom_0028/sync_depth_00088.png 518.8579 -/bedroom_0056a/rgb_00027.jpg /bedroom_0056a/sync_depth_00027.png 518.8579 -/bathroom_0035/rgb_00031.jpg /bathroom_0035/sync_depth_00031.png 518.8579 -/dining_room_0016/rgb_00193.jpg /dining_room_0016/sync_depth_00193.png 518.8579 -/bedroom_0069/rgb_00006.jpg /bedroom_0069/sync_depth_00006.png 518.8579 -/living_room_0004/rgb_00067.jpg /living_room_0004/sync_depth_00067.png 518.8579 -/dining_room_0001b/rgb_00181.jpg /dining_room_0001b/sync_depth_00181.png 518.8579 -/bedroom_0015/rgb_00014.jpg /bedroom_0015/sync_depth_00014.png 518.8579 -/office_0026/rgb_00009.jpg /office_0026/sync_depth_00009.png 518.8579 -/dining_room_0015/rgb_00090.jpg /dining_room_0015/sync_depth_00090.png 518.8579 -/excercise_room_0001/rgb_00058.jpg /excercise_room_0001/sync_depth_00058.png 518.8579 -/dining_room_0034/rgb_00174.jpg /dining_room_0034/sync_depth_00174.png 518.8579 -/kitchen_0011b/rgb_00040.jpg /kitchen_0011b/sync_depth_00040.png 518.8579 -/kitchen_0033/rgb_00062.jpg /kitchen_0033/sync_depth_00062.png 518.8579 -/kitchen_0010/rgb_00068.jpg /kitchen_0010/sync_depth_00068.png 518.8579 -/kitchen_0035a/rgb_00030.jpg /kitchen_0035a/sync_depth_00030.png 518.8579 -/living_room_0047b/rgb_00127.jpg /living_room_0047b/sync_depth_00127.png 518.8579 -/kitchen_0011a/rgb_00111.jpg /kitchen_0011a/sync_depth_00111.png 518.8579 -/living_room_0062/rgb_00121.jpg /living_room_0062/sync_depth_00121.png 518.8579 -/dining_room_0023/rgb_00143.jpg /dining_room_0023/sync_depth_00143.png 518.8579 -/home_office_0006/rgb_00179.jpg /home_office_0006/sync_depth_00179.png 518.8579 -/bookstore_0001g/rgb_00004.jpg /bookstore_0001g/sync_depth_00004.png 518.8579 -/bedroom_0033/rgb_00118.jpg /bedroom_0033/sync_depth_00118.png 518.8579 -/living_room_0004/rgb_00051.jpg /living_room_0004/sync_depth_00051.png 518.8579 -/bathroom_0039/rgb_00010.jpg /bathroom_0039/sync_depth_00010.png 518.8579 -/kitchen_0016/rgb_00100.jpg /kitchen_0016/sync_depth_00100.png 518.8579 -/bookstore_0001i/rgb_00124.jpg /bookstore_0001i/sync_depth_00124.png 518.8579 -/bedroom_0136/rgb_00100.jpg /bedroom_0136/sync_depth_00100.png 518.8579 -/kitchen_0045b/rgb_00000.jpg /kitchen_0045b/sync_depth_00000.png 518.8579 -/playroom_0002/rgb_00108.jpg /playroom_0002/sync_depth_00108.png 518.8579 -/home_office_0008/rgb_00067.jpg /home_office_0008/sync_depth_00067.png 518.8579 -/classroom_0006/rgb_00145.jpg /classroom_0006/sync_depth_00145.png 518.8579 -/living_room_0020/rgb_00062.jpg /living_room_0020/sync_depth_00062.png 518.8579 -/bathroom_0028/rgb_00108.jpg /bathroom_0028/sync_depth_00108.png 518.8579 -/dining_room_0015/rgb_00143.jpg /dining_room_0015/sync_depth_00143.png 518.8579 -/bedroom_0104/rgb_00105.jpg /bedroom_0104/sync_depth_00105.png 518.8579 -/dining_room_0031/rgb_00294.jpg /dining_room_0031/sync_depth_00294.png 518.8579 -/home_storage_0001/rgb_00097.jpg /home_storage_0001/sync_depth_00097.png 518.8579 -/kitchen_0048/rgb_00008.jpg /kitchen_0048/sync_depth_00008.png 518.8579 -/living_room_0086a/rgb_00062.jpg /living_room_0086a/sync_depth_00062.png 518.8579 -/study_0004/rgb_00057.jpg /study_0004/sync_depth_00057.png 518.8579 -/bathroom_0033/rgb_00063.jpg /bathroom_0033/sync_depth_00063.png 518.8579 -/home_office_0007/rgb_00026.jpg /home_office_0007/sync_depth_00026.png 518.8579 -/furniture_store_0002b/rgb_00045.jpg /furniture_store_0002b/sync_depth_00045.png 518.8579 -/playroom_0006/rgb_00146.jpg /playroom_0006/sync_depth_00146.png 518.8579 -/dining_room_0024/rgb_00073.jpg /dining_room_0024/sync_depth_00073.png 518.8579 -/study_room_0004/rgb_00050.jpg /study_room_0004/sync_depth_00050.png 518.8579 -/dining_room_0010/rgb_00027.jpg /dining_room_0010/sync_depth_00027.png 518.8579 -/bedroom_0138/rgb_00072.jpg /bedroom_0138/sync_depth_00072.png 518.8579 -/living_room_0083/rgb_00020.jpg /living_room_0083/sync_depth_00020.png 518.8579 -/kitchen_0011a/rgb_00052.jpg /kitchen_0011a/sync_depth_00052.png 518.8579 -/living_room_0022/rgb_00029.jpg /living_room_0022/sync_depth_00029.png 518.8579 -/furniture_store_0002a/rgb_00152.jpg /furniture_store_0002a/sync_depth_00152.png 518.8579 -/office_kitchen_0003/rgb_00071.jpg /office_kitchen_0003/sync_depth_00071.png 518.8579 -/living_room_0039/rgb_00043.jpg /living_room_0039/sync_depth_00043.png 518.8579 -/bathroom_0048/rgb_00102.jpg /bathroom_0048/sync_depth_00102.png 518.8579 -/classroom_0003/rgb_00013.jpg /classroom_0003/sync_depth_00013.png 518.8579 -/bedroom_0082/rgb_00027.jpg /bedroom_0082/sync_depth_00027.png 518.8579 -/bookstore_0001f/rgb_00270.jpg /bookstore_0001f/sync_depth_00270.png 518.8579 -/bedroom_0050/rgb_00012.jpg /bedroom_0050/sync_depth_00012.png 518.8579 -/kitchen_0048/rgb_00112.jpg /kitchen_0048/sync_depth_00112.png 518.8579 -/kitchen_0019a/rgb_00029.jpg /kitchen_0019a/sync_depth_00029.png 518.8579 -/office_0006/rgb_00014.jpg /office_0006/sync_depth_00014.png 518.8579 -/home_office_0008/rgb_00173.jpg /home_office_0008/sync_depth_00173.png 518.8579 -/office_0012/rgb_00084.jpg /office_0012/sync_depth_00084.png 518.8579 -/living_room_0012/rgb_00135.jpg /living_room_0012/sync_depth_00135.png 518.8579 -/office_0003/rgb_00028.jpg /office_0003/sync_depth_00028.png 518.8579 -/living_room_0019/rgb_00131.jpg /living_room_0019/sync_depth_00131.png 518.8579 -/bathroom_0013/rgb_00053.jpg /bathroom_0013/sync_depth_00053.png 518.8579 -/kitchen_0028a/rgb_00135.jpg /kitchen_0028a/sync_depth_00135.png 518.8579 -/bathroom_0010/rgb_00034.jpg /bathroom_0010/sync_depth_00034.png 518.8579 -/bathroom_0033/rgb_00048.jpg /bathroom_0033/sync_depth_00048.png 518.8579 -/living_room_0020/rgb_00197.jpg /living_room_0020/sync_depth_00197.png 518.8579 -/playroom_0002/rgb_00029.jpg /playroom_0002/sync_depth_00029.png 518.8579 -/office_kitchen_0001a/rgb_00000.jpg /office_kitchen_0001a/sync_depth_00000.png 518.8579 -/bedroom_0021/rgb_00054.jpg /bedroom_0021/sync_depth_00054.png 518.8579 -/kitchen_0031/rgb_00101.jpg /kitchen_0031/sync_depth_00101.png 518.8579 -/kitchen_0017/rgb_00103.jpg /kitchen_0017/sync_depth_00103.png 518.8579 -/dining_room_0015/rgb_00057.jpg /dining_room_0015/sync_depth_00057.png 518.8579 -/bedroom_0071/rgb_00011.jpg /bedroom_0071/sync_depth_00011.png 518.8579 -/kitchen_0016/rgb_00103.jpg /kitchen_0016/sync_depth_00103.png 518.8579 -/dining_room_0013/rgb_00039.jpg /dining_room_0013/sync_depth_00039.png 518.8579 -/kitchen_0043/rgb_00212.jpg /kitchen_0043/sync_depth_00212.png 518.8579 -/classroom_0016/rgb_00074.jpg /classroom_0016/sync_depth_00074.png 518.8579 -/bedroom_0129/rgb_00032.jpg /bedroom_0129/sync_depth_00032.png 518.8579 -/living_room_0085/rgb_00014.jpg /living_room_0085/sync_depth_00014.png 518.8579 -/living_room_0050/rgb_00287.jpg /living_room_0050/sync_depth_00287.png 518.8579 -/living_room_0067/rgb_00097.jpg /living_room_0067/sync_depth_00097.png 518.8579 -/bedroom_0072/rgb_00124.jpg /bedroom_0072/sync_depth_00124.png 518.8579 -/classroom_0006/rgb_00164.jpg /classroom_0006/sync_depth_00164.png 518.8579 -/classroom_0016/rgb_00026.jpg /classroom_0016/sync_depth_00026.png 518.8579 -/home_office_0008/rgb_00134.jpg /home_office_0008/sync_depth_00134.png 518.8579 -/living_room_0039/rgb_00019.jpg /living_room_0039/sync_depth_00019.png 518.8579 -/living_room_0040/rgb_00162.jpg /living_room_0040/sync_depth_00162.png 518.8579 -/furniture_store_0001d/rgb_00238.jpg /furniture_store_0001d/sync_depth_00238.png 518.8579 -/living_room_0085/rgb_00044.jpg /living_room_0085/sync_depth_00044.png 518.8579 -/living_room_0022/rgb_00317.jpg /living_room_0022/sync_depth_00317.png 518.8579 -/bathroom_0007/rgb_00044.jpg /bathroom_0007/sync_depth_00044.png 518.8579 -/kitchen_0028a/rgb_00155.jpg /kitchen_0028a/sync_depth_00155.png 518.8579 -/playroom_0002/rgb_00007.jpg /playroom_0002/sync_depth_00007.png 518.8579 -/bedroom_0136/rgb_00058.jpg /bedroom_0136/sync_depth_00058.png 518.8579 -/bedroom_0052/rgb_00121.jpg /bedroom_0052/sync_depth_00121.png 518.8579 -/dining_room_0033/rgb_00052.jpg /dining_room_0033/sync_depth_00052.png 518.8579 -/living_room_0046a/rgb_00037.jpg /living_room_0046a/sync_depth_00037.png 518.8579 -/bathroom_0005/rgb_00027.jpg /bathroom_0005/sync_depth_00027.png 518.8579 -/kitchen_0049/rgb_00215.jpg /kitchen_0049/sync_depth_00215.png 518.8579 -/dining_room_0001b/rgb_00136.jpg /dining_room_0001b/sync_depth_00136.png 518.8579 -/bedroom_0076a/rgb_00127.jpg /bedroom_0076a/sync_depth_00127.png 518.8579 -/kitchen_0037/rgb_00114.jpg /kitchen_0037/sync_depth_00114.png 518.8579 -/excercise_room_0001/rgb_00019.jpg /excercise_room_0001/sync_depth_00019.png 518.8579 -/cafe_0001c/rgb_00059.jpg /cafe_0001c/sync_depth_00059.png 518.8579 -/bathroom_0030/rgb_00014.jpg /bathroom_0030/sync_depth_00014.png 518.8579 -/classroom_0004/rgb_00046.jpg /classroom_0004/sync_depth_00046.png 518.8579 -/study_0005/rgb_00016.jpg /study_0005/sync_depth_00016.png 518.8579 -/bedroom_0106/rgb_00123.jpg /bedroom_0106/sync_depth_00123.png 518.8579 -/kitchen_0011b/rgb_00060.jpg /kitchen_0011b/sync_depth_00060.png 518.8579 -/bathroom_0057/rgb_00016.jpg /bathroom_0057/sync_depth_00016.png 518.8579 -/bathroom_0055/rgb_00054.jpg /bathroom_0055/sync_depth_00054.png 518.8579 -/bedroom_0041/rgb_00003.jpg /bedroom_0041/sync_depth_00003.png 518.8579 -/bathroom_0006/rgb_00062.jpg /bathroom_0006/sync_depth_00062.png 518.8579 -/kitchen_0011b/rgb_00048.jpg /kitchen_0011b/sync_depth_00048.png 518.8579 -/dining_room_0013/rgb_00033.jpg /dining_room_0013/sync_depth_00033.png 518.8579 -/living_room_0068/rgb_00025.jpg /living_room_0068/sync_depth_00025.png 518.8579 -/furniture_store_0001d/rgb_00261.jpg /furniture_store_0001d/sync_depth_00261.png 518.8579 -/classroom_0006/rgb_00177.jpg /classroom_0006/sync_depth_00177.png 518.8579 -/bedroom_0035/rgb_00017.jpg /bedroom_0035/sync_depth_00017.png 518.8579 -/classroom_0003/rgb_00090.jpg /classroom_0003/sync_depth_00090.png 518.8579 -/office_0011/rgb_00143.jpg /office_0011/sync_depth_00143.png 518.8579 -/study_room_0004/rgb_00123.jpg /study_room_0004/sync_depth_00123.png 518.8579 -/kitchen_0035b/rgb_00273.jpg /kitchen_0035b/sync_depth_00273.png 518.8579 -/conference_room_0001/rgb_00060.jpg /conference_room_0001/sync_depth_00060.png 518.8579 -/bedroom_0076a/rgb_00159.jpg /bedroom_0076a/sync_depth_00159.png 518.8579 -/bathroom_0051/rgb_00046.jpg /bathroom_0051/sync_depth_00046.png 518.8579 -/living_room_0047b/rgb_00132.jpg /living_room_0047b/sync_depth_00132.png 518.8579 -/living_room_0042b/rgb_00005.jpg /living_room_0042b/sync_depth_00005.png 518.8579 -/bookstore_0001j/rgb_00064.jpg /bookstore_0001j/sync_depth_00064.png 518.8579 -/living_room_0069b/rgb_00027.jpg /living_room_0069b/sync_depth_00027.png 518.8579 -/bedroom_0086/rgb_00018.jpg /bedroom_0086/sync_depth_00018.png 518.8579 -/study_room_0004/rgb_00079.jpg /study_room_0004/sync_depth_00079.png 518.8579 -/bedroom_0096/rgb_00028.jpg /bedroom_0096/sync_depth_00028.png 518.8579 -/bedroom_0080/rgb_00001.jpg /bedroom_0080/sync_depth_00001.png 518.8579 -/kitchen_0031/rgb_00032.jpg /kitchen_0031/sync_depth_00032.png 518.8579 -/kitchen_0031/rgb_00121.jpg /kitchen_0031/sync_depth_00121.png 518.8579 -/living_room_0062/rgb_00190.jpg /living_room_0062/sync_depth_00190.png 518.8579 -/classroom_0004/rgb_00070.jpg /classroom_0004/sync_depth_00070.png 518.8579 -/living_room_0010/rgb_00186.jpg /living_room_0010/sync_depth_00186.png 518.8579 -/bookstore_0001f/rgb_00367.jpg /bookstore_0001f/sync_depth_00367.png 518.8579 -/bathroom_0035/rgb_00025.jpg /bathroom_0035/sync_depth_00025.png 518.8579 -/living_room_0068/rgb_00120.jpg /living_room_0068/sync_depth_00120.png 518.8579 -/dining_room_0012/rgb_00058.jpg /dining_room_0012/sync_depth_00058.png 518.8579 -/living_room_0062/rgb_00014.jpg /living_room_0062/sync_depth_00014.png 518.8579 -/dining_room_0024/rgb_00120.jpg /dining_room_0024/sync_depth_00120.png 518.8579 -/furniture_store_0001c/rgb_00019.jpg /furniture_store_0001c/sync_depth_00019.png 518.8579 -/home_storage_0001/rgb_00158.jpg /home_storage_0001/sync_depth_00158.png 518.8579 -/bedroom_0051/rgb_00145.jpg /bedroom_0051/sync_depth_00145.png 518.8579 -/living_room_0042b/rgb_00097.jpg /living_room_0042b/sync_depth_00097.png 518.8579 -/kitchen_0049/rgb_00129.jpg /kitchen_0049/sync_depth_00129.png 518.8579 -/bedroom_0094/rgb_00017.jpg /bedroom_0094/sync_depth_00017.png 518.8579 -/dining_room_0023/rgb_00089.jpg /dining_room_0023/sync_depth_00089.png 518.8579 -/living_room_0010/rgb_00172.jpg /living_room_0010/sync_depth_00172.png 518.8579 -/bedroom_0017/rgb_00144.jpg /bedroom_0017/sync_depth_00144.png 518.8579 -/furniture_store_0002a/rgb_00267.jpg /furniture_store_0002a/sync_depth_00267.png 518.8579 -/bookstore_0001e/rgb_00056.jpg /bookstore_0001e/sync_depth_00056.png 518.8579 -/dinette_0001/rgb_00024.jpg /dinette_0001/sync_depth_00024.png 518.8579 -/basement_0001a/rgb_00073.jpg /basement_0001a/sync_depth_00073.png 518.8579 -/bookstore_0001j/rgb_00275.jpg /bookstore_0001j/sync_depth_00275.png 518.8579 -/home_office_0005/rgb_00065.jpg /home_office_0005/sync_depth_00065.png 518.8579 -/living_room_0018/rgb_00050.jpg /living_room_0018/sync_depth_00050.png 518.8579 -/study_room_0005b/rgb_00001.jpg /study_room_0005b/sync_depth_00001.png 518.8579 -/living_room_0046a/rgb_00052.jpg /living_room_0046a/sync_depth_00052.png 518.8579 -/living_room_0011/rgb_00048.jpg /living_room_0011/sync_depth_00048.png 518.8579 -/furniture_store_0001e/rgb_00006.jpg /furniture_store_0001e/sync_depth_00006.png 518.8579 -/living_room_0078/rgb_00086.jpg /living_room_0078/sync_depth_00086.png 518.8579 -/bedroom_0069/rgb_00003.jpg /bedroom_0069/sync_depth_00003.png 518.8579 -/living_room_0063/rgb_00143.jpg /living_room_0063/sync_depth_00143.png 518.8579 -/playroom_0003/rgb_00051.jpg /playroom_0003/sync_depth_00051.png 518.8579 -/basement_0001b/rgb_00031.jpg /basement_0001b/sync_depth_00031.png 518.8579 -/bedroom_0016/rgb_00068.jpg /bedroom_0016/sync_depth_00068.png 518.8579 -/bedroom_0069/rgb_00109.jpg /bedroom_0069/sync_depth_00109.png 518.8579 -/bedroom_0059/rgb_00001.jpg /bedroom_0059/sync_depth_00001.png 518.8579 -/office_0004/rgb_00089.jpg /office_0004/sync_depth_00089.png 518.8579 -/bedroom_0029/rgb_00011.jpg /bedroom_0029/sync_depth_00011.png 518.8579 -/bookstore_0001f/rgb_00241.jpg /bookstore_0001f/sync_depth_00241.png 518.8579 -/kitchen_0031/rgb_00156.jpg /kitchen_0031/sync_depth_00156.png 518.8579 -/home_office_0007/rgb_00005.jpg /home_office_0007/sync_depth_00005.png 518.8579 -/dining_room_0007/rgb_00069.jpg /dining_room_0007/sync_depth_00069.png 518.8579 -/bathroom_0045a/rgb_00035.jpg /bathroom_0045a/sync_depth_00035.png 518.8579 -/office_0023/rgb_00017.jpg /office_0023/sync_depth_00017.png 518.8579 -/study_room_0004/rgb_00078.jpg /study_room_0004/sync_depth_00078.png 518.8579 -/classroom_0005/rgb_00012.jpg /classroom_0005/sync_depth_00012.png 518.8579 -/kitchen_0011a/rgb_00076.jpg /kitchen_0011a/sync_depth_00076.png 518.8579 -/dining_room_0007/rgb_00158.jpg /dining_room_0007/sync_depth_00158.png 518.8579 -/dining_room_0007/rgb_00072.jpg /dining_room_0007/sync_depth_00072.png 518.8579 -/living_room_0012/rgb_00133.jpg /living_room_0012/sync_depth_00133.png 518.8579 -/kitchen_0048/rgb_00231.jpg /kitchen_0048/sync_depth_00231.png 518.8579 -/student_lounge_0001/rgb_00010.jpg /student_lounge_0001/sync_depth_00010.png 518.8579 -/bedroom_0132/rgb_00034.jpg /bedroom_0132/sync_depth_00034.png 518.8579 -/bedroom_0106/rgb_00054.jpg /bedroom_0106/sync_depth_00054.png 518.8579 -/bedroom_0012/rgb_00061.jpg /bedroom_0012/sync_depth_00061.png 518.8579 -/bedroom_0052/rgb_00023.jpg /bedroom_0052/sync_depth_00023.png 518.8579 -/bookstore_0001e/rgb_00159.jpg /bookstore_0001e/sync_depth_00159.png 518.8579 -/playroom_0006/rgb_00015.jpg /playroom_0006/sync_depth_00015.png 518.8579 -/living_room_0037/rgb_00064.jpg /living_room_0037/sync_depth_00064.png 518.8579 -/bedroom_0034/rgb_00024.jpg /bedroom_0034/sync_depth_00024.png 518.8579 -/living_room_0069a/rgb_00090.jpg /living_room_0069a/sync_depth_00090.png 518.8579 -/dining_room_0014/rgb_00033.jpg /dining_room_0014/sync_depth_00033.png 518.8579 -/bedroom_0019/rgb_00051.jpg /bedroom_0019/sync_depth_00051.png 518.8579 -/living_room_0019/rgb_00041.jpg /living_room_0019/sync_depth_00041.png 518.8579 -/bathroom_0041/rgb_00050.jpg /bathroom_0041/sync_depth_00050.png 518.8579 -/nyu_office_1/rgb_00018.jpg /nyu_office_1/sync_depth_00018.png 518.8579 -/home_office_0004/rgb_00089.jpg /home_office_0004/sync_depth_00089.png 518.8579 -/bookstore_0001f/rgb_00316.jpg /bookstore_0001f/sync_depth_00316.png 518.8579 -/kitchen_0043/rgb_00200.jpg /kitchen_0043/sync_depth_00200.png 518.8579 -/living_room_0046b/rgb_00096.jpg /living_room_0046b/sync_depth_00096.png 518.8579 -/bathroom_0039/rgb_00023.jpg /bathroom_0039/sync_depth_00023.png 518.8579 -/bedroom_0074/rgb_00090.jpg /bedroom_0074/sync_depth_00090.png 518.8579 -/bedroom_0033/rgb_00028.jpg /bedroom_0033/sync_depth_00028.png 518.8579 -/dining_room_0023/rgb_00125.jpg /dining_room_0023/sync_depth_00125.png 518.8579 -/living_room_0019/rgb_00228.jpg /living_room_0019/sync_depth_00228.png 518.8579 -/bookstore_0001h/rgb_00169.jpg /bookstore_0001h/sync_depth_00169.png 518.8579 -/bedroom_0042/rgb_00012.jpg /bedroom_0042/sync_depth_00012.png 518.8579 -/kitchen_0029c/rgb_00156.jpg /kitchen_0029c/sync_depth_00156.png 518.8579 -/bedroom_0010/rgb_00102.jpg /bedroom_0010/sync_depth_00102.png 518.8579 -/bedroom_0019/rgb_00067.jpg /bedroom_0019/sync_depth_00067.png 518.8579 -/cafe_0001c/rgb_00088.jpg /cafe_0001c/sync_depth_00088.png 518.8579 -/bedroom_0126/rgb_00069.jpg /bedroom_0126/sync_depth_00069.png 518.8579 -/bathroom_0005/rgb_00031.jpg /bathroom_0005/sync_depth_00031.png 518.8579 -/bedroom_0040/rgb_00060.jpg /bedroom_0040/sync_depth_00060.png 518.8579 -/bedroom_0050/rgb_00150.jpg /bedroom_0050/sync_depth_00150.png 518.8579 -/living_room_0062/rgb_00089.jpg /living_room_0062/sync_depth_00089.png 518.8579 -/office_0026/rgb_00068.jpg /office_0026/sync_depth_00068.png 518.8579 -/office_0011/rgb_00080.jpg /office_0011/sync_depth_00080.png 518.8579 -/bedroom_0107/rgb_00001.jpg /bedroom_0107/sync_depth_00001.png 518.8579 -/living_room_0047b/rgb_00062.jpg /living_room_0047b/sync_depth_00062.png 518.8579 -/reception_room_0001b/rgb_00011.jpg /reception_room_0001b/sync_depth_00011.png 518.8579 -/living_room_0019/rgb_00112.jpg /living_room_0019/sync_depth_00112.png 518.8579 -/bedroom_0062/rgb_00079.jpg /bedroom_0062/sync_depth_00079.png 518.8579 -/dining_room_0015/rgb_00138.jpg /dining_room_0015/sync_depth_00138.png 518.8579 -/classroom_0022/rgb_00043.jpg /classroom_0022/sync_depth_00043.png 518.8579 -/bedroom_0065/rgb_00034.jpg /bedroom_0065/sync_depth_00034.png 518.8579 -/bedroom_0021/rgb_00023.jpg /bedroom_0021/sync_depth_00023.png 518.8579 -/kitchen_0052/rgb_00022.jpg /kitchen_0052/sync_depth_00022.png 518.8579 -/nyu_office_0/rgb_00256.jpg /nyu_office_0/sync_depth_00256.png 518.8579 -/classroom_0011/rgb_00044.jpg /classroom_0011/sync_depth_00044.png 518.8579 -/bedroom_0078/rgb_00098.jpg /bedroom_0078/sync_depth_00098.png 518.8579 -/classroom_0022/rgb_00057.jpg /classroom_0022/sync_depth_00057.png 518.8579 -/living_room_0046a/rgb_00001.jpg /living_room_0046a/sync_depth_00001.png 518.8579 -/dining_room_0034/rgb_00225.jpg /dining_room_0034/sync_depth_00225.png 518.8579 -/cafe_0001c/rgb_00076.jpg /cafe_0001c/sync_depth_00076.png 518.8579 -/living_room_0063/rgb_00036.jpg /living_room_0063/sync_depth_00036.png 518.8579 -/conference_room_0001/rgb_00112.jpg /conference_room_0001/sync_depth_00112.png 518.8579 -/kitchen_0019a/rgb_00151.jpg /kitchen_0019a/sync_depth_00151.png 518.8579 -/living_room_0062/rgb_00067.jpg /living_room_0062/sync_depth_00067.png 518.8579 -/bedroom_0014/rgb_00064.jpg /bedroom_0014/sync_depth_00064.png 518.8579 -/living_room_0022/rgb_00389.jpg /living_room_0022/sync_depth_00389.png 518.8579 -/living_room_0055/rgb_00034.jpg /living_room_0055/sync_depth_00034.png 518.8579 -/dining_room_0037/rgb_00172.jpg /dining_room_0037/sync_depth_00172.png 518.8579 -/kitchen_0028a/rgb_00097.jpg /kitchen_0028a/sync_depth_00097.png 518.8579 -/bedroom_0079/rgb_00052.jpg /bedroom_0079/sync_depth_00052.png 518.8579 -/study_room_0005b/rgb_00051.jpg /study_room_0005b/sync_depth_00051.png 518.8579 -/office_0026/rgb_00138.jpg /office_0026/sync_depth_00138.png 518.8579 -/bathroom_0045a/rgb_00018.jpg /bathroom_0045a/sync_depth_00018.png 518.8579 -/bedroom_0082/rgb_00053.jpg /bedroom_0082/sync_depth_00053.png 518.8579 -/home_office_0006/rgb_00046.jpg /home_office_0006/sync_depth_00046.png 518.8579 -/bedroom_0004/rgb_00010.jpg /bedroom_0004/sync_depth_00010.png 518.8579 -/kitchen_0033/rgb_00041.jpg /kitchen_0033/sync_depth_00041.png 518.8579 -/bedroom_0066/rgb_00034.jpg /bedroom_0066/sync_depth_00034.png 518.8579 -/bedroom_0076a/rgb_00108.jpg /bedroom_0076a/sync_depth_00108.png 518.8579 -/dining_room_0008/rgb_00061.jpg /dining_room_0008/sync_depth_00061.png 518.8579 -/kitchen_0052/rgb_00183.jpg /kitchen_0052/sync_depth_00183.png 518.8579 -/dining_room_0015/rgb_00156.jpg /dining_room_0015/sync_depth_00156.png 518.8579 -/living_room_0022/rgb_00358.jpg /living_room_0022/sync_depth_00358.png 518.8579 -/classroom_0018/rgb_00007.jpg /classroom_0018/sync_depth_00007.png 518.8579 -/bathroom_0041/rgb_00061.jpg /bathroom_0041/sync_depth_00061.png 518.8579 -/dining_room_0031/rgb_00051.jpg /dining_room_0031/sync_depth_00051.png 518.8579 -/kitchen_0008/rgb_00046.jpg /kitchen_0008/sync_depth_00046.png 518.8579 -/basement_0001a/rgb_00024.jpg /basement_0001a/sync_depth_00024.png 518.8579 -/dining_room_0019/rgb_00129.jpg /dining_room_0019/sync_depth_00129.png 518.8579 -/kitchen_0043/rgb_00000.jpg /kitchen_0043/sync_depth_00000.png 518.8579 -/student_lounge_0001/rgb_00267.jpg /student_lounge_0001/sync_depth_00267.png 518.8579 -/furniture_store_0002a/rgb_00274.jpg /furniture_store_0002a/sync_depth_00274.png 518.8579 -/kitchen_0028a/rgb_00094.jpg /kitchen_0028a/sync_depth_00094.png 518.8579 -/dining_room_0014/rgb_00100.jpg /dining_room_0014/sync_depth_00100.png 518.8579 -/student_lounge_0001/rgb_00198.jpg /student_lounge_0001/sync_depth_00198.png 518.8579 -/living_room_0047b/rgb_00141.jpg /living_room_0047b/sync_depth_00141.png 518.8579 -/classroom_0022/rgb_00119.jpg /classroom_0022/sync_depth_00119.png 518.8579 -/conference_room_0001/rgb_00041.jpg /conference_room_0001/sync_depth_00041.png 518.8579 -/dining_room_0007/rgb_00108.jpg /dining_room_0007/sync_depth_00108.png 518.8579 -/kitchen_0045b/rgb_00123.jpg /kitchen_0045b/sync_depth_00123.png 518.8579 -/living_room_0083/rgb_00079.jpg /living_room_0083/sync_depth_00079.png 518.8579 -/bedroom_0076a/rgb_00107.jpg /bedroom_0076a/sync_depth_00107.png 518.8579 -/bedroom_0063/rgb_00032.jpg /bedroom_0063/sync_depth_00032.png 518.8579 -/bathroom_0041/rgb_00040.jpg /bathroom_0041/sync_depth_00040.png 518.8579 -/bedroom_0059/rgb_00051.jpg /bedroom_0059/sync_depth_00051.png 518.8579 -/playroom_0003/rgb_00048.jpg /playroom_0003/sync_depth_00048.png 518.8579 -/living_room_0019/rgb_00188.jpg /living_room_0019/sync_depth_00188.png 518.8579 -/bedroom_0136/rgb_00059.jpg /bedroom_0136/sync_depth_00059.png 518.8579 -/bathroom_0048/rgb_00064.jpg /bathroom_0048/sync_depth_00064.png 518.8579 -/dining_room_0001b/rgb_00032.jpg /dining_room_0001b/sync_depth_00032.png 518.8579 -/home_storage_0001/rgb_00110.jpg /home_storage_0001/sync_depth_00110.png 518.8579 -/dining_room_0001b/rgb_00008.jpg /dining_room_0001b/sync_depth_00008.png 518.8579 -/living_room_0038/rgb_00028.jpg /living_room_0038/sync_depth_00028.png 518.8579 -/furniture_store_0001d/rgb_00092.jpg /furniture_store_0001d/sync_depth_00092.png 518.8579 -/office_0023/rgb_00005.jpg /office_0023/sync_depth_00005.png 518.8579 -/bedroom_0138/rgb_00093.jpg /bedroom_0138/sync_depth_00093.png 518.8579 -/bedroom_0062/rgb_00096.jpg /bedroom_0062/sync_depth_00096.png 518.8579 -/bedroom_0021/rgb_00101.jpg /bedroom_0021/sync_depth_00101.png 518.8579 -/dining_room_0012/rgb_00050.jpg /dining_room_0012/sync_depth_00050.png 518.8579 -/classroom_0006/rgb_00158.jpg /classroom_0006/sync_depth_00158.png 518.8579 -/living_room_0022/rgb_00227.jpg /living_room_0022/sync_depth_00227.png 518.8579 -/kitchen_0048/rgb_00233.jpg /kitchen_0048/sync_depth_00233.png 518.8579 -/bathroom_0053/rgb_00002.jpg /bathroom_0053/sync_depth_00002.png 518.8579 -/playroom_0003/rgb_00134.jpg /playroom_0003/sync_depth_00134.png 518.8579 -/living_room_0047a/rgb_00065.jpg /living_room_0047a/sync_depth_00065.png 518.8579 -/furniture_store_0002d/rgb_00024.jpg /furniture_store_0002d/sync_depth_00024.png 518.8579 -/dinette_0001/rgb_00067.jpg /dinette_0001/sync_depth_00067.png 518.8579 -/bedroom_0021/rgb_00086.jpg /bedroom_0021/sync_depth_00086.png 518.8579 -/home_office_0013/rgb_00008.jpg /home_office_0013/sync_depth_00008.png 518.8579 -/living_room_0046a/rgb_00010.jpg /living_room_0046a/sync_depth_00010.png 518.8579 -/furniture_store_0002a/rgb_00249.jpg /furniture_store_0002a/sync_depth_00249.png 518.8579 -/nyu_office_0/rgb_00272.jpg /nyu_office_0/sync_depth_00272.png 518.8579 -/dining_room_0024/rgb_00096.jpg /dining_room_0024/sync_depth_00096.png 518.8579 -/study_room_0005b/rgb_00070.jpg /study_room_0005b/sync_depth_00070.png 518.8579 -/reception_room_0001a/rgb_00064.jpg /reception_room_0001a/sync_depth_00064.png 518.8579 -/living_room_0085/rgb_00050.jpg /living_room_0085/sync_depth_00050.png 518.8579 -/kitchen_0045b/rgb_00048.jpg /kitchen_0045b/sync_depth_00048.png 518.8579 -/living_room_0040/rgb_00101.jpg /living_room_0040/sync_depth_00101.png 518.8579 -/bedroom_0130/rgb_00013.jpg /bedroom_0130/sync_depth_00013.png 518.8579 -/bedroom_0060/rgb_00044.jpg /bedroom_0060/sync_depth_00044.png 518.8579 -/bedroom_0086/rgb_00107.jpg /bedroom_0086/sync_depth_00107.png 518.8579 -/home_office_0008/rgb_00035.jpg /home_office_0008/sync_depth_00035.png 518.8579 -/living_room_0032/rgb_00006.jpg /living_room_0032/sync_depth_00006.png 518.8579 -/living_room_0038/rgb_00040.jpg /living_room_0038/sync_depth_00040.png 518.8579 -/kitchen_0035b/rgb_00005.jpg /kitchen_0035b/sync_depth_00005.png 518.8579 -/living_room_0069a/rgb_00009.jpg /living_room_0069a/sync_depth_00009.png 518.8579 -/bedroom_0113/rgb_00101.jpg /bedroom_0113/sync_depth_00101.png 518.8579 -/bookstore_0001f/rgb_00172.jpg /bookstore_0001f/sync_depth_00172.png 518.8579 -/bedroom_0120/rgb_00038.jpg /bedroom_0120/sync_depth_00038.png 518.8579 -/kitchen_0029b/rgb_00033.jpg /kitchen_0029b/sync_depth_00033.png 518.8579 -/kitchen_0049/rgb_00130.jpg /kitchen_0049/sync_depth_00130.png 518.8579 -/bedroom_0116/rgb_00012.jpg /bedroom_0116/sync_depth_00012.png 518.8579 -/bedroom_0140/rgb_00174.jpg /bedroom_0140/sync_depth_00174.png 518.8579 -/kitchen_0050/rgb_00035.jpg /kitchen_0050/sync_depth_00035.png 518.8579 -/living_room_0018/rgb_00203.jpg /living_room_0018/sync_depth_00203.png 518.8579 -/living_room_0018/rgb_00098.jpg /living_room_0018/sync_depth_00098.png 518.8579 -/bedroom_0129/rgb_00077.jpg /bedroom_0129/sync_depth_00077.png 518.8579 -/conference_room_0001/rgb_00111.jpg /conference_room_0001/sync_depth_00111.png 518.8579 -/kitchen_0043/rgb_00183.jpg /kitchen_0043/sync_depth_00183.png 518.8579 -/bathroom_0028/rgb_00162.jpg /bathroom_0028/sync_depth_00162.png 518.8579 -/bookstore_0001d/rgb_00075.jpg /bookstore_0001d/sync_depth_00075.png 518.8579 -/kitchen_0048/rgb_00074.jpg /kitchen_0048/sync_depth_00074.png 518.8579 -/dining_room_0024/rgb_00012.jpg /dining_room_0024/sync_depth_00012.png 518.8579 -/dining_room_0024/rgb_00123.jpg /dining_room_0024/sync_depth_00123.png 518.8579 -/bathroom_0033/rgb_00018.jpg /bathroom_0033/sync_depth_00018.png 518.8579 -/kitchen_0019b/rgb_00011.jpg /kitchen_0019b/sync_depth_00011.png 518.8579 -/bedroom_0025/rgb_00118.jpg /bedroom_0025/sync_depth_00118.png 518.8579 -/living_room_0070/rgb_00066.jpg /living_room_0070/sync_depth_00066.png 518.8579 -/bedroom_0017/rgb_00020.jpg /bedroom_0017/sync_depth_00020.png 518.8579 -/playroom_0003/rgb_00137.jpg /playroom_0003/sync_depth_00137.png 518.8579 -/bedroom_0021/rgb_00014.jpg /bedroom_0021/sync_depth_00014.png 518.8579 -/playroom_0002/rgb_00147.jpg /playroom_0002/sync_depth_00147.png 518.8579 -/dining_room_0012/rgb_00222.jpg /dining_room_0012/sync_depth_00222.png 518.8579 -/living_room_0035/rgb_00017.jpg /living_room_0035/sync_depth_00017.png 518.8579 -/dining_room_0037/rgb_00160.jpg /dining_room_0037/sync_depth_00160.png 518.8579 -/dining_room_0016/rgb_00096.jpg /dining_room_0016/sync_depth_00096.png 518.8579 -/bathroom_0014a/rgb_00050.jpg /bathroom_0014a/sync_depth_00050.png 518.8579 -/bedroom_0124/rgb_00005.jpg /bedroom_0124/sync_depth_00005.png 518.8579 -/living_room_0046a/rgb_00043.jpg /living_room_0046a/sync_depth_00043.png 518.8579 -/bookstore_0001d/rgb_00123.jpg /bookstore_0001d/sync_depth_00123.png 518.8579 -/home_office_0004/rgb_00135.jpg /home_office_0004/sync_depth_00135.png 518.8579 -/kitchen_0035a/rgb_00002.jpg /kitchen_0035a/sync_depth_00002.png 518.8579 -/bathroom_0045a/rgb_00048.jpg /bathroom_0045a/sync_depth_00048.png 518.8579 -/bedroom_0096/rgb_00042.jpg /bedroom_0096/sync_depth_00042.png 518.8579 -/kitchen_0052/rgb_00089.jpg /kitchen_0052/sync_depth_00089.png 518.8579 -/living_room_0022/rgb_00259.jpg /living_room_0022/sync_depth_00259.png 518.8579 -/bedroom_0026/rgb_00061.jpg /bedroom_0026/sync_depth_00061.png 518.8579 -/dining_room_0001b/rgb_00174.jpg /dining_room_0001b/sync_depth_00174.png 518.8579 -/bedroom_0040/rgb_00009.jpg /bedroom_0040/sync_depth_00009.png 518.8579 -/bedroom_0072/rgb_00162.jpg /bedroom_0072/sync_depth_00162.png 518.8579 -/kitchen_0050/rgb_00164.jpg /kitchen_0050/sync_depth_00164.png 518.8579 -/bedroom_0106/rgb_00038.jpg /bedroom_0106/sync_depth_00038.png 518.8579 -/bedroom_0025/rgb_00155.jpg /bedroom_0025/sync_depth_00155.png 518.8579 -/living_room_0011/rgb_00029.jpg /living_room_0011/sync_depth_00029.png 518.8579 -/office_0003/rgb_00029.jpg /office_0003/sync_depth_00029.png 518.8579 -/bedroom_0078/rgb_00026.jpg /bedroom_0078/sync_depth_00026.png 518.8579 -/dining_room_0019/rgb_00122.jpg /dining_room_0019/sync_depth_00122.png 518.8579 -/bedroom_0036/rgb_00006.jpg /bedroom_0036/sync_depth_00006.png 518.8579 -/study_room_0005a/rgb_00024.jpg /study_room_0005a/sync_depth_00024.png 518.8579 -/bedroom_0059/rgb_00010.jpg /bedroom_0059/sync_depth_00010.png 518.8579 -/kitchen_0051/rgb_00078.jpg /kitchen_0051/sync_depth_00078.png 518.8579 -/kitchen_0019a/rgb_00208.jpg /kitchen_0019a/sync_depth_00208.png 518.8579 -/bedroom_0125b/rgb_00003.jpg /bedroom_0125b/sync_depth_00003.png 518.8579 -/living_room_0011/rgb_00112.jpg /living_room_0011/sync_depth_00112.png 518.8579 -/bathroom_0028/rgb_00033.jpg /bathroom_0028/sync_depth_00033.png 518.8579 -/bedroom_0100/rgb_00054.jpg /bedroom_0100/sync_depth_00054.png 518.8579 -/kitchen_0029c/rgb_00006.jpg /kitchen_0029c/sync_depth_00006.png 518.8579 -/kitchen_0048/rgb_00041.jpg /kitchen_0048/sync_depth_00041.png 518.8579 -/kitchen_0053/rgb_00135.jpg /kitchen_0053/sync_depth_00135.png 518.8579 -/bookstore_0001g/rgb_00063.jpg /bookstore_0001g/sync_depth_00063.png 518.8579 -/furniture_store_0002a/rgb_00072.jpg /furniture_store_0002a/sync_depth_00072.png 518.8579 -/kitchen_0045b/rgb_00035.jpg /kitchen_0045b/sync_depth_00035.png 518.8579 -/bedroom_0033/rgb_00141.jpg /bedroom_0033/sync_depth_00141.png 518.8579 -/living_room_0047b/rgb_00150.jpg /living_room_0047b/sync_depth_00150.png 518.8579 -/bookstore_0001f/rgb_00145.jpg /bookstore_0001f/sync_depth_00145.png 518.8579 -/furniture_store_0002a/rgb_00113.jpg /furniture_store_0002a/sync_depth_00113.png 518.8579 -/bedroom_0107/rgb_00033.jpg /bedroom_0107/sync_depth_00033.png 518.8579 -/bedroom_0059/rgb_00042.jpg /bedroom_0059/sync_depth_00042.png 518.8579 -/kitchen_0051/rgb_00053.jpg /kitchen_0051/sync_depth_00053.png 518.8579 -/furniture_store_0002b/rgb_00142.jpg /furniture_store_0002b/sync_depth_00142.png 518.8579 -/kitchen_0010/rgb_00118.jpg /kitchen_0010/sync_depth_00118.png 518.8579 -/bookstore_0001i/rgb_00144.jpg /bookstore_0001i/sync_depth_00144.png 518.8579 -/bedroom_0029/rgb_00063.jpg /bedroom_0029/sync_depth_00063.png 518.8579 -/bathroom_0034/rgb_00059.jpg /bathroom_0034/sync_depth_00059.png 518.8579 -/living_room_0012/rgb_00097.jpg /living_room_0012/sync_depth_00097.png 518.8579 -/living_room_0062/rgb_00030.jpg /living_room_0062/sync_depth_00030.png 518.8579 -/living_room_0046a/rgb_00014.jpg /living_room_0046a/sync_depth_00014.png 518.8579 -/living_room_0004/rgb_00064.jpg /living_room_0004/sync_depth_00064.png 518.8579 -/office_0019/rgb_00008.jpg /office_0019/sync_depth_00008.png 518.8579 -/conference_room_0001/rgb_00053.jpg /conference_room_0001/sync_depth_00053.png 518.8579 -/kitchen_0059/rgb_00078.jpg /kitchen_0059/sync_depth_00078.png 518.8579 -/living_room_0010/rgb_00237.jpg /living_room_0010/sync_depth_00237.png 518.8579 -/classroom_0003/rgb_00001.jpg /classroom_0003/sync_depth_00001.png 518.8579 -/furniture_store_0002a/rgb_00016.jpg /furniture_store_0002a/sync_depth_00016.png 518.8579 -/bedroom_0113/rgb_00075.jpg /bedroom_0113/sync_depth_00075.png 518.8579 -/office_kitchen_0001b/rgb_00019.jpg /office_kitchen_0001b/sync_depth_00019.png 518.8579 -/bedroom_0106/rgb_00126.jpg /bedroom_0106/sync_depth_00126.png 518.8579 -/furniture_store_0001d/rgb_00126.jpg /furniture_store_0001d/sync_depth_00126.png 518.8579 -/kitchen_0028a/rgb_00183.jpg /kitchen_0028a/sync_depth_00183.png 518.8579 -/bedroom_0096/rgb_00031.jpg /bedroom_0096/sync_depth_00031.png 518.8579 -/study_0004/rgb_00073.jpg /study_0004/sync_depth_00073.png 518.8579 -/excercise_room_0001/rgb_00015.jpg /excercise_room_0001/sync_depth_00015.png 518.8579 -/dining_room_0028/rgb_00135.jpg /dining_room_0028/sync_depth_00135.png 518.8579 -/bedroom_0071/rgb_00157.jpg /bedroom_0071/sync_depth_00157.png 518.8579 -/bedroom_0071/rgb_00177.jpg /bedroom_0071/sync_depth_00177.png 518.8579 -/bedroom_0097/rgb_00025.jpg /bedroom_0097/sync_depth_00025.png 518.8579 -/dining_room_0023/rgb_00090.jpg /dining_room_0023/sync_depth_00090.png 518.8579 -/kitchen_0035b/rgb_00091.jpg /kitchen_0035b/sync_depth_00091.png 518.8579 -/living_room_0022/rgb_00295.jpg /living_room_0022/sync_depth_00295.png 518.8579 -/bedroom_0035/rgb_00009.jpg /bedroom_0035/sync_depth_00009.png 518.8579 -/living_room_0037/rgb_00007.jpg /living_room_0037/sync_depth_00007.png 518.8579 -/kitchen_0033/rgb_00064.jpg /kitchen_0033/sync_depth_00064.png 518.8579 -/bedroom_0012/rgb_00022.jpg /bedroom_0012/sync_depth_00022.png 518.8579 -/living_room_0040/rgb_00146.jpg /living_room_0040/sync_depth_00146.png 518.8579 -/bathroom_0042/rgb_00050.jpg /bathroom_0042/sync_depth_00050.png 518.8579 -/classroom_0006/rgb_00151.jpg /classroom_0006/sync_depth_00151.png 518.8579 -/bedroom_0069/rgb_00031.jpg /bedroom_0069/sync_depth_00031.png 518.8579 -/kitchen_0048/rgb_00148.jpg /kitchen_0048/sync_depth_00148.png 518.8579 -/kitchen_0048/rgb_00024.jpg /kitchen_0048/sync_depth_00024.png 518.8579 -/furniture_store_0002a/rgb_00184.jpg /furniture_store_0002a/sync_depth_00184.png 518.8579 -/living_room_0005/rgb_00122.jpg /living_room_0005/sync_depth_00122.png 518.8579 -/kitchen_0043/rgb_00064.jpg /kitchen_0043/sync_depth_00064.png 518.8579 -/bathroom_0051/rgb_00027.jpg /bathroom_0051/sync_depth_00027.png 518.8579 -/reception_room_0002/rgb_00023.jpg /reception_room_0002/sync_depth_00023.png 518.8579 -/living_room_0063/rgb_00146.jpg /living_room_0063/sync_depth_00146.png 518.8579 -/study_room_0004/rgb_00049.jpg /study_room_0004/sync_depth_00049.png 518.8579 -/office_0009/rgb_00057.jpg /office_0009/sync_depth_00057.png 518.8579 -/bathroom_0002/rgb_00013.jpg /bathroom_0002/sync_depth_00013.png 518.8579 -/home_office_0008/rgb_00078.jpg /home_office_0008/sync_depth_00078.png 518.8579 -/living_room_0062/rgb_00081.jpg /living_room_0062/sync_depth_00081.png 518.8579 -/dining_room_0015/rgb_00269.jpg /dining_room_0015/sync_depth_00269.png 518.8579 -/dining_room_0033/rgb_00102.jpg /dining_room_0033/sync_depth_00102.png 518.8579 -/classroom_0016/rgb_00054.jpg /classroom_0016/sync_depth_00054.png 518.8579 -/dining_room_0037/rgb_00106.jpg /dining_room_0037/sync_depth_00106.png 518.8579 -/bedroom_0040/rgb_00044.jpg /bedroom_0040/sync_depth_00044.png 518.8579 -/furniture_store_0002b/rgb_00164.jpg /furniture_store_0002b/sync_depth_00164.png 518.8579 -/bathroom_0055/rgb_00047.jpg /bathroom_0055/sync_depth_00047.png 518.8579 -/office_0006/rgb_00045.jpg /office_0006/sync_depth_00045.png 518.8579 -/classroom_0003/rgb_00039.jpg /classroom_0003/sync_depth_00039.png 518.8579 -/kitchen_0050/rgb_00061.jpg /kitchen_0050/sync_depth_00061.png 518.8579 -/kitchen_0043/rgb_00157.jpg /kitchen_0043/sync_depth_00157.png 518.8579 -/playroom_0002/rgb_00048.jpg /playroom_0002/sync_depth_00048.png 518.8579 -/bookstore_0001h/rgb_00057.jpg /bookstore_0001h/sync_depth_00057.png 518.8579 -/kitchen_0048/rgb_00220.jpg /kitchen_0048/sync_depth_00220.png 518.8579 -/bedroom_0050/rgb_00053.jpg /bedroom_0050/sync_depth_00053.png 518.8579 -/kitchen_0043/rgb_00002.jpg /kitchen_0043/sync_depth_00002.png 518.8579 -/living_room_0037/rgb_00047.jpg /living_room_0037/sync_depth_00047.png 518.8579 -/kitchen_0045b/rgb_00069.jpg /kitchen_0045b/sync_depth_00069.png 518.8579 -/reception_room_0001b/rgb_00065.jpg /reception_room_0001b/sync_depth_00065.png 518.8579 -/bedroom_0041/rgb_00039.jpg /bedroom_0041/sync_depth_00039.png 518.8579 -/living_room_0068/rgb_00117.jpg /living_room_0068/sync_depth_00117.png 518.8579 -/bedroom_0090/rgb_00038.jpg /bedroom_0090/sync_depth_00038.png 518.8579 -/classroom_0006/rgb_00084.jpg /classroom_0006/sync_depth_00084.png 518.8579 -/bedroom_0019/rgb_00170.jpg /bedroom_0019/sync_depth_00170.png 518.8579 -/living_room_0040/rgb_00096.jpg /living_room_0040/sync_depth_00096.png 518.8579 -/living_room_0050/rgb_00072.jpg /living_room_0050/sync_depth_00072.png 518.8579 -/classroom_0022/rgb_00044.jpg /classroom_0022/sync_depth_00044.png 518.8579 -/dining_room_0001b/rgb_00073.jpg /dining_room_0001b/sync_depth_00073.png 518.8579 -/bookstore_0001d/rgb_00360.jpg /bookstore_0001d/sync_depth_00360.png 518.8579 -/kitchen_0051/rgb_00088.jpg /kitchen_0051/sync_depth_00088.png 518.8579 -/living_room_0055/rgb_00040.jpg /living_room_0055/sync_depth_00040.png 518.8579 -/study_room_0005b/rgb_00086.jpg /study_room_0005b/sync_depth_00086.png 518.8579 -/office_0011/rgb_00018.jpg /office_0011/sync_depth_00018.png 518.8579 -/bedroom_0053/rgb_00080.jpg /bedroom_0053/sync_depth_00080.png 518.8579 -/living_room_0078/rgb_00003.jpg /living_room_0078/sync_depth_00003.png 518.8579 -/dining_room_0028/rgb_00021.jpg /dining_room_0028/sync_depth_00021.png 518.8579 -/bookstore_0001g/rgb_00184.jpg /bookstore_0001g/sync_depth_00184.png 518.8579 -/home_office_0008/rgb_00089.jpg /home_office_0008/sync_depth_00089.png 518.8579 -/kitchen_0053/rgb_00175.jpg /kitchen_0053/sync_depth_00175.png 518.8579 -/study_room_0004/rgb_00214.jpg /study_room_0004/sync_depth_00214.png 518.8579 -/living_room_0069a/rgb_00006.jpg /living_room_0069a/sync_depth_00006.png 518.8579 -/bookstore_0001f/rgb_00149.jpg /bookstore_0001f/sync_depth_00149.png 518.8579 -/foyer_0002/rgb_00034.jpg /foyer_0002/sync_depth_00034.png 518.8579 -/classroom_0018/rgb_00048.jpg /classroom_0018/sync_depth_00048.png 518.8579 -/kitchen_0052/rgb_00006.jpg /kitchen_0052/sync_depth_00006.png 518.8579 -/bedroom_0050/rgb_00039.jpg /bedroom_0050/sync_depth_00039.png 518.8579 -/bedroom_0035/rgb_00026.jpg /bedroom_0035/sync_depth_00026.png 518.8579 -/living_room_0018/rgb_00006.jpg /living_room_0018/sync_depth_00006.png 518.8579 -/living_room_0029/rgb_00051.jpg /living_room_0029/sync_depth_00051.png 518.8579 -/playroom_0002/rgb_00032.jpg /playroom_0002/sync_depth_00032.png 518.8579 -/bedroom_0062/rgb_00061.jpg /bedroom_0062/sync_depth_00061.png 518.8579 -/bedroom_0025/rgb_00003.jpg /bedroom_0025/sync_depth_00003.png 518.8579 -/bathroom_0011/rgb_00019.jpg /bathroom_0011/sync_depth_00019.png 518.8579 -/bedroom_0039/rgb_00034.jpg /bedroom_0039/sync_depth_00034.png 518.8579 -/kitchen_0003/rgb_00137.jpg /kitchen_0003/sync_depth_00137.png 518.8579 -/living_room_0040/rgb_00056.jpg /living_room_0040/sync_depth_00056.png 518.8579 -/kitchen_0033/rgb_00146.jpg /kitchen_0033/sync_depth_00146.png 518.8579 -/kitchen_0019b/rgb_00040.jpg /kitchen_0019b/sync_depth_00040.png 518.8579 -/living_room_0004/rgb_00125.jpg /living_room_0004/sync_depth_00125.png 518.8579 -/office_0006/rgb_00086.jpg /office_0006/sync_depth_00086.png 518.8579 -/study_0003/rgb_00052.jpg /study_0003/sync_depth_00052.png 518.8579 -/bookstore_0001e/rgb_00076.jpg /bookstore_0001e/sync_depth_00076.png 518.8579 -/dining_room_0031/rgb_00199.jpg /dining_room_0031/sync_depth_00199.png 518.8579 -/living_room_0022/rgb_00116.jpg /living_room_0022/sync_depth_00116.png 518.8579 -/living_room_0050/rgb_00003.jpg /living_room_0050/sync_depth_00003.png 518.8579 -/living_room_0005/rgb_00158.jpg /living_room_0005/sync_depth_00158.png 518.8579 -/office_0009/rgb_00072.jpg /office_0009/sync_depth_00072.png 518.8579 -/cafe_0001c/rgb_00094.jpg /cafe_0001c/sync_depth_00094.png 518.8579 -/living_room_0055/rgb_00104.jpg /living_room_0055/sync_depth_00104.png 518.8579 -/living_room_0050/rgb_00118.jpg /living_room_0050/sync_depth_00118.png 518.8579 -/kitchen_0031/rgb_00184.jpg /kitchen_0031/sync_depth_00184.png 518.8579 -/kitchen_0045a/rgb_00194.jpg /kitchen_0045a/sync_depth_00194.png 518.8579 -/bedroom_0066/rgb_00010.jpg /bedroom_0066/sync_depth_00010.png 518.8579 -/bedroom_0100/rgb_00007.jpg /bedroom_0100/sync_depth_00007.png 518.8579 -/kitchen_0028a/rgb_00036.jpg /kitchen_0028a/sync_depth_00036.png 518.8579 -/kitchen_0003/rgb_00096.jpg /kitchen_0003/sync_depth_00096.png 518.8579 -/kitchen_0019a/rgb_00011.jpg /kitchen_0019a/sync_depth_00011.png 518.8579 -/living_room_0020/rgb_00023.jpg /living_room_0020/sync_depth_00023.png 518.8579 -/bedroom_0138/rgb_00029.jpg /bedroom_0138/sync_depth_00029.png 518.8579 -/living_room_0047b/rgb_00071.jpg /living_room_0047b/sync_depth_00071.png 518.8579 -/dining_room_0028/rgb_00092.jpg /dining_room_0028/sync_depth_00092.png 518.8579 -/living_room_0019/rgb_00076.jpg /living_room_0019/sync_depth_00076.png 518.8579 -/playroom_0003/rgb_00168.jpg /playroom_0003/sync_depth_00168.png 518.8579 -/kitchen_0019a/rgb_00292.jpg /kitchen_0019a/sync_depth_00292.png 518.8579 -/student_lounge_0001/rgb_00183.jpg /student_lounge_0001/sync_depth_00183.png 518.8579 -/bedroom_0026/rgb_00048.jpg /bedroom_0026/sync_depth_00048.png 518.8579 -/furniture_store_0001d/rgb_00030.jpg /furniture_store_0001d/sync_depth_00030.png 518.8579 -/bedroom_0004/rgb_00183.jpg /bedroom_0004/sync_depth_00183.png 518.8579 -/study_0008/rgb_00016.jpg /study_0008/sync_depth_00016.png 518.8579 -/bathroom_0034/rgb_00046.jpg /bathroom_0034/sync_depth_00046.png 518.8579 -/living_room_0058/rgb_00253.jpg /living_room_0058/sync_depth_00253.png 518.8579 -/furniture_store_0001d/rgb_00049.jpg /furniture_store_0001d/sync_depth_00049.png 518.8579 -/living_room_0050/rgb_00044.jpg /living_room_0050/sync_depth_00044.png 518.8579 -/kitchen_0047/rgb_00132.jpg /kitchen_0047/sync_depth_00132.png 518.8579 -/playroom_0002/rgb_00096.jpg /playroom_0002/sync_depth_00096.png 518.8579 -/kitchen_0043/rgb_00266.jpg /kitchen_0043/sync_depth_00266.png 518.8579 -/kitchen_0053/rgb_00081.jpg /kitchen_0053/sync_depth_00081.png 518.8579 -/bedroom_0047/rgb_00023.jpg /bedroom_0047/sync_depth_00023.png 518.8579 -/living_room_0058/rgb_00029.jpg /living_room_0058/sync_depth_00029.png 518.8579 -/kitchen_0050/rgb_00182.jpg /kitchen_0050/sync_depth_00182.png 518.8579 -/kitchen_0019a/rgb_00020.jpg /kitchen_0019a/sync_depth_00020.png 518.8579 -/bookstore_0001g/rgb_00092.jpg /bookstore_0001g/sync_depth_00092.png 518.8579 -/dining_room_0031/rgb_00119.jpg /dining_room_0031/sync_depth_00119.png 518.8579 -/home_office_0005/rgb_00075.jpg /home_office_0005/sync_depth_00075.png 518.8579 -/bedroom_0053/rgb_00092.jpg /bedroom_0053/sync_depth_00092.png 518.8579 -/bookstore_0001g/rgb_00153.jpg /bookstore_0001g/sync_depth_00153.png 518.8579 -/dining_room_0034/rgb_00105.jpg /dining_room_0034/sync_depth_00105.png 518.8579 -/bedroom_0029/rgb_00015.jpg /bedroom_0029/sync_depth_00015.png 518.8579 -/kitchen_0035b/rgb_00140.jpg /kitchen_0035b/sync_depth_00140.png 518.8579 -/living_room_0083/rgb_00087.jpg /living_room_0083/sync_depth_00087.png 518.8579 -/bedroom_0036/rgb_00004.jpg /bedroom_0036/sync_depth_00004.png 518.8579 -/bathroom_0011/rgb_00048.jpg /bathroom_0011/sync_depth_00048.png 518.8579 -/dining_room_0031/rgb_00128.jpg /dining_room_0031/sync_depth_00128.png 518.8579 -/living_room_0038/rgb_00058.jpg /living_room_0038/sync_depth_00058.png 518.8579 -/home_office_0008/rgb_00017.jpg /home_office_0008/sync_depth_00017.png 518.8579 -/living_room_0082/rgb_00002.jpg /living_room_0082/sync_depth_00002.png 518.8579 -/kitchen_0051/rgb_00323.jpg /kitchen_0051/sync_depth_00323.png 518.8579 -/playroom_0002/rgb_00004.jpg /playroom_0002/sync_depth_00004.png 518.8579 -/bedroom_0033/rgb_00016.jpg /bedroom_0033/sync_depth_00016.png 518.8579 -/bookstore_0001f/rgb_00340.jpg /bookstore_0001f/sync_depth_00340.png 518.8579 -/bedroom_0097/rgb_00065.jpg /bedroom_0097/sync_depth_00065.png 518.8579 -/bedroom_0076a/rgb_00075.jpg /bedroom_0076a/sync_depth_00075.png 518.8579 -/bedroom_0041/rgb_00025.jpg /bedroom_0041/sync_depth_00025.png 518.8579 -/living_room_0086a/rgb_00075.jpg /living_room_0086a/sync_depth_00075.png 518.8579 -/office_kitchen_0001b/rgb_00003.jpg /office_kitchen_0001b/sync_depth_00003.png 518.8579 -/living_room_0019/rgb_00061.jpg /living_room_0019/sync_depth_00061.png 518.8579 -/kitchen_0053/rgb_00196.jpg /kitchen_0053/sync_depth_00196.png 518.8579 -/office_0026/rgb_00149.jpg /office_0026/sync_depth_00149.png 518.8579 -/reception_room_0002/rgb_00065.jpg /reception_room_0002/sync_depth_00065.png 518.8579 -/living_room_0011/rgb_00113.jpg /living_room_0011/sync_depth_00113.png 518.8579 -/kitchen_0047/rgb_00139.jpg /kitchen_0047/sync_depth_00139.png 518.8579 -/home_office_0004/rgb_00014.jpg /home_office_0004/sync_depth_00014.png 518.8579 -/bedroom_0017/rgb_00090.jpg /bedroom_0017/sync_depth_00090.png 518.8579 -/study_0003/rgb_00108.jpg /study_0003/sync_depth_00108.png 518.8579 -/study_0003/rgb_00041.jpg /study_0003/sync_depth_00041.png 518.8579 -/home_office_0013/rgb_00063.jpg /home_office_0013/sync_depth_00063.png 518.8579 -/dining_room_0014/rgb_00096.jpg /dining_room_0014/sync_depth_00096.png 518.8579 -/living_room_0040/rgb_00064.jpg /living_room_0040/sync_depth_00064.png 518.8579 -/student_lounge_0001/rgb_00007.jpg /student_lounge_0001/sync_depth_00007.png 518.8579 -/home_office_0006/rgb_00150.jpg /home_office_0006/sync_depth_00150.png 518.8579 -/bedroom_0025/rgb_00112.jpg /bedroom_0025/sync_depth_00112.png 518.8579 -/bedroom_0033/rgb_00158.jpg /bedroom_0033/sync_depth_00158.png 518.8579 -/kitchen_0011a/rgb_00015.jpg /kitchen_0011a/sync_depth_00015.png 518.8579 -/kitchen_0059/rgb_00092.jpg /kitchen_0059/sync_depth_00092.png 518.8579 -/living_room_0039/rgb_00082.jpg /living_room_0039/sync_depth_00082.png 518.8579 -/living_room_0039/rgb_00136.jpg /living_room_0039/sync_depth_00136.png 518.8579 -/living_room_0004/rgb_00009.jpg /living_room_0004/sync_depth_00009.png 518.8579 -/office_0019/rgb_00006.jpg /office_0019/sync_depth_00006.png 518.8579 -/bathroom_0048/rgb_00075.jpg /bathroom_0048/sync_depth_00075.png 518.8579 -/bookstore_0001f/rgb_00320.jpg /bookstore_0001f/sync_depth_00320.png 518.8579 -/bedroom_0129/rgb_00029.jpg /bedroom_0129/sync_depth_00029.png 518.8579 -/dining_room_0008/rgb_00100.jpg /dining_room_0008/sync_depth_00100.png 518.8579 -/bathroom_0028/rgb_00050.jpg /bathroom_0028/sync_depth_00050.png 518.8579 -/home_office_0008/rgb_00062.jpg /home_office_0008/sync_depth_00062.png 518.8579 -/living_room_0040/rgb_00241.jpg /living_room_0040/sync_depth_00241.png 518.8579 -/kitchen_0033/rgb_00099.jpg /kitchen_0033/sync_depth_00099.png 518.8579 -/printer_room_0001/rgb_00080.jpg /printer_room_0001/sync_depth_00080.png 518.8579 -/bookstore_0001i/rgb_00082.jpg /bookstore_0001i/sync_depth_00082.png 518.8579 -/bedroom_0020/rgb_00120.jpg /bedroom_0020/sync_depth_00120.png 518.8579 -/living_room_0022/rgb_00372.jpg /living_room_0022/sync_depth_00372.png 518.8579 -/laundry_room_0001/rgb_00046.jpg /laundry_room_0001/sync_depth_00046.png 518.8579 -/bathroom_0053/rgb_00018.jpg /bathroom_0053/sync_depth_00018.png 518.8579 -/bedroom_0033/rgb_00150.jpg /bedroom_0033/sync_depth_00150.png 518.8579 -/playroom_0004/rgb_00062.jpg /playroom_0004/sync_depth_00062.png 518.8579 -/kitchen_0052/rgb_00173.jpg /kitchen_0052/sync_depth_00173.png 518.8579 -/kitchen_0048/rgb_00243.jpg /kitchen_0048/sync_depth_00243.png 518.8579 -/living_room_0033/rgb_00061.jpg /living_room_0033/sync_depth_00061.png 518.8579 -/dining_room_0028/rgb_00058.jpg /dining_room_0028/sync_depth_00058.png 518.8579 -/bedroom_0104/rgb_00090.jpg /bedroom_0104/sync_depth_00090.png 518.8579 -/home_office_0004/rgb_00025.jpg /home_office_0004/sync_depth_00025.png 518.8579 -/bedroom_0052/rgb_00077.jpg /bedroom_0052/sync_depth_00077.png 518.8579 -/bedroom_0052/rgb_00125.jpg /bedroom_0052/sync_depth_00125.png 518.8579 -/bedroom_0069/rgb_00073.jpg /bedroom_0069/sync_depth_00073.png 518.8579 -/bedroom_0116/rgb_00001.jpg /bedroom_0116/sync_depth_00001.png 518.8579 -/bedroom_0080/rgb_00067.jpg /bedroom_0080/sync_depth_00067.png 518.8579 -/bookstore_0001f/rgb_00003.jpg /bookstore_0001f/sync_depth_00003.png 518.8579 -/living_room_0006/rgb_00020.jpg /living_room_0006/sync_depth_00020.png 518.8579 -/dining_room_0033/rgb_00089.jpg /dining_room_0033/sync_depth_00089.png 518.8579 -/dining_room_0016/rgb_00058.jpg /dining_room_0016/sync_depth_00058.png 518.8579 -/dining_room_0015/rgb_00266.jpg /dining_room_0015/sync_depth_00266.png 518.8579 -/office_0012/rgb_00019.jpg /office_0012/sync_depth_00019.png 518.8579 -/living_room_0042b/rgb_00064.jpg /living_room_0042b/sync_depth_00064.png 518.8579 -/bedroom_0124/rgb_00015.jpg /bedroom_0124/sync_depth_00015.png 518.8579 -/bedroom_0051/rgb_00179.jpg /bedroom_0051/sync_depth_00179.png 518.8579 -/bathroom_0007/rgb_00051.jpg /bathroom_0007/sync_depth_00051.png 518.8579 -/bookstore_0001e/rgb_00109.jpg /bookstore_0001e/sync_depth_00109.png 518.8579 -/bookstore_0001f/rgb_00291.jpg /bookstore_0001f/sync_depth_00291.png 518.8579 -/bedroom_0059/rgb_00093.jpg /bedroom_0059/sync_depth_00093.png 518.8579 -/bedroom_0051/rgb_00094.jpg /bedroom_0051/sync_depth_00094.png 518.8579 -/study_room_0004/rgb_00175.jpg /study_room_0004/sync_depth_00175.png 518.8579 -/dining_room_0023/rgb_00094.jpg /dining_room_0023/sync_depth_00094.png 518.8579 -/kitchen_0060/rgb_00136.jpg /kitchen_0060/sync_depth_00136.png 518.8579 -/bathroom_0001/rgb_00009.jpg /bathroom_0001/sync_depth_00009.png 518.8579 -/bookstore_0001g/rgb_00264.jpg /bookstore_0001g/sync_depth_00264.png 518.8579 -/dining_room_0019/rgb_00141.jpg /dining_room_0019/sync_depth_00141.png 518.8579 -/kitchen_0028b/rgb_00044.jpg /kitchen_0028b/sync_depth_00044.png 518.8579 -/kitchen_0053/rgb_00050.jpg /kitchen_0053/sync_depth_00050.png 518.8579 -/furniture_store_0001d/rgb_00134.jpg /furniture_store_0001d/sync_depth_00134.png 518.8579 -/kitchen_0033/rgb_00059.jpg /kitchen_0033/sync_depth_00059.png 518.8579 -/cafe_0001c/rgb_00110.jpg /cafe_0001c/sync_depth_00110.png 518.8579 -/kitchen_0049/rgb_00018.jpg /kitchen_0049/sync_depth_00018.png 518.8579 -/living_room_0069a/rgb_00061.jpg /living_room_0069a/sync_depth_00061.png 518.8579 -/kitchen_0029b/rgb_00055.jpg /kitchen_0029b/sync_depth_00055.png 518.8579 -/dinette_0001/rgb_00044.jpg /dinette_0001/sync_depth_00044.png 518.8579 -/living_room_0029/rgb_00035.jpg /living_room_0029/sync_depth_00035.png 518.8579 -/bedroom_0050/rgb_00094.jpg /bedroom_0050/sync_depth_00094.png 518.8579 -/office_0026/rgb_00126.jpg /office_0026/sync_depth_00126.png 518.8579 -/study_0003/rgb_00094.jpg /study_0003/sync_depth_00094.png 518.8579 -/bookstore_0001h/rgb_00116.jpg /bookstore_0001h/sync_depth_00116.png 518.8579 -/living_room_0010/rgb_00245.jpg /living_room_0010/sync_depth_00245.png 518.8579 -/living_room_0039/rgb_00075.jpg /living_room_0039/sync_depth_00075.png 518.8579 -/living_room_0020/rgb_00168.jpg /living_room_0020/sync_depth_00168.png 518.8579 -/bathroom_0010/rgb_00057.jpg /bathroom_0010/sync_depth_00057.png 518.8579 -/kitchen_0029a/rgb_00004.jpg /kitchen_0029a/sync_depth_00004.png 518.8579 -/study_0003/rgb_00119.jpg /study_0003/sync_depth_00119.png 518.8579 -/living_room_0062/rgb_00137.jpg /living_room_0062/sync_depth_00137.png 518.8579 -/furniture_store_0001a/rgb_00032.jpg /furniture_store_0001a/sync_depth_00032.png 518.8579 -/bedroom_0050/rgb_00157.jpg /bedroom_0050/sync_depth_00157.png 518.8579 -/dining_room_0034/rgb_00054.jpg /dining_room_0034/sync_depth_00054.png 518.8579 -/dining_room_0016/rgb_00065.jpg /dining_room_0016/sync_depth_00065.png 518.8579 -/bookstore_0001j/rgb_00286.jpg /bookstore_0001j/sync_depth_00286.png 518.8579 -/living_room_0047b/rgb_00169.jpg /living_room_0047b/sync_depth_00169.png 518.8579 -/nyu_office_0/rgb_00330.jpg /nyu_office_0/sync_depth_00330.png 518.8579 -/kitchen_0050/rgb_00138.jpg /kitchen_0050/sync_depth_00138.png 518.8579 -/playroom_0006/rgb_00003.jpg /playroom_0006/sync_depth_00003.png 518.8579 -/living_room_0068/rgb_00028.jpg /living_room_0068/sync_depth_00028.png 518.8579 -/bathroom_0019/rgb_00055.jpg /bathroom_0019/sync_depth_00055.png 518.8579 -/excercise_room_0001/rgb_00005.jpg /excercise_room_0001/sync_depth_00005.png 518.8579 -/conference_room_0001/rgb_00070.jpg /conference_room_0001/sync_depth_00070.png 518.8579 -/playroom_0002/rgb_00027.jpg /playroom_0002/sync_depth_00027.png 518.8579 -/office_0025/rgb_00031.jpg /office_0025/sync_depth_00031.png 518.8579 -/dining_room_0015/rgb_00236.jpg /dining_room_0015/sync_depth_00236.png 518.8579 -/kitchen_0028b/rgb_00080.jpg /kitchen_0028b/sync_depth_00080.png 518.8579 -/bookstore_0001j/rgb_00227.jpg /bookstore_0001j/sync_depth_00227.png 518.8579 -/living_room_0005/rgb_00083.jpg /living_room_0005/sync_depth_00083.png 518.8579 -/living_room_0047b/rgb_00017.jpg /living_room_0047b/sync_depth_00017.png 518.8579 -/bedroom_0126/rgb_00002.jpg /bedroom_0126/sync_depth_00002.png 518.8579 -/bedroom_0057/rgb_00022.jpg /bedroom_0057/sync_depth_00022.png 518.8579 -/living_room_0055/rgb_00024.jpg /living_room_0055/sync_depth_00024.png 518.8579 -/dining_room_0019/rgb_00057.jpg /dining_room_0019/sync_depth_00057.png 518.8579 -/bedroom_0056a/rgb_00004.jpg /bedroom_0056a/sync_depth_00004.png 518.8579 -/dining_room_0010/rgb_00016.jpg /dining_room_0010/sync_depth_00016.png 518.8579 -/bathroom_0030/rgb_00002.jpg /bathroom_0030/sync_depth_00002.png 518.8579 -/bathroom_0050/rgb_00006.jpg /bathroom_0050/sync_depth_00006.png 518.8579 -/bedroom_0136/rgb_00029.jpg /bedroom_0136/sync_depth_00029.png 518.8579 -/playroom_0003/rgb_00076.jpg /playroom_0003/sync_depth_00076.png 518.8579 -/nyu_office_0/rgb_00379.jpg /nyu_office_0/sync_depth_00379.png 518.8579 -/office_0011/rgb_00167.jpg /office_0011/sync_depth_00167.png 518.8579 -/dining_room_0001b/rgb_00083.jpg /dining_room_0001b/sync_depth_00083.png 518.8579 -/dining_room_0012/rgb_00081.jpg /dining_room_0012/sync_depth_00081.png 518.8579 -/kitchen_0045b/rgb_00096.jpg /kitchen_0045b/sync_depth_00096.png 518.8579 -/study_0004/rgb_00032.jpg /study_0004/sync_depth_00032.png 518.8579 -/kitchen_0029c/rgb_00149.jpg /kitchen_0029c/sync_depth_00149.png 518.8579 -/kitchen_0050/rgb_00002.jpg /kitchen_0050/sync_depth_00002.png 518.8579 -/furniture_store_0002a/rgb_00232.jpg /furniture_store_0002a/sync_depth_00232.png 518.8579 -/dining_room_0028/rgb_00023.jpg /dining_room_0028/sync_depth_00023.png 518.8579 -/bookstore_0001j/rgb_00292.jpg /bookstore_0001j/sync_depth_00292.png 518.8579 -/living_room_0058/rgb_00065.jpg /living_room_0058/sync_depth_00065.png 518.8579 -/dining_room_0034/rgb_00076.jpg /dining_room_0034/sync_depth_00076.png 518.8579 -/living_room_0062/rgb_00119.jpg /living_room_0062/sync_depth_00119.png 518.8579 -/bedroom_0020/rgb_00039.jpg /bedroom_0020/sync_depth_00039.png 518.8579 -/dining_room_0001b/rgb_00075.jpg /dining_room_0001b/sync_depth_00075.png 518.8579 -/bedroom_0040/rgb_00043.jpg /bedroom_0040/sync_depth_00043.png 518.8579 -/home_office_0004/rgb_00180.jpg /home_office_0004/sync_depth_00180.png 518.8579 -/bathroom_0035/rgb_00004.jpg /bathroom_0035/sync_depth_00004.png 518.8579 -/dining_room_0031/rgb_00064.jpg /dining_room_0031/sync_depth_00064.png 518.8579 -/playroom_0002/rgb_00157.jpg /playroom_0002/sync_depth_00157.png 518.8579 -/bedroom_0016/rgb_00004.jpg /bedroom_0016/sync_depth_00004.png 518.8579 -/kitchen_0053/rgb_00042.jpg /kitchen_0053/sync_depth_00042.png 518.8579 -/living_room_0050/rgb_00254.jpg /living_room_0050/sync_depth_00254.png 518.8579 -/kitchen_0051/rgb_00081.jpg /kitchen_0051/sync_depth_00081.png 518.8579 -/living_room_0050/rgb_00015.jpg /living_room_0050/sync_depth_00015.png 518.8579 -/bedroom_0053/rgb_00027.jpg /bedroom_0053/sync_depth_00027.png 518.8579 -/bedroom_0086/rgb_00056.jpg /bedroom_0086/sync_depth_00056.png 518.8579 -/bedroom_0076a/rgb_00217.jpg /bedroom_0076a/sync_depth_00217.png 518.8579 -/bedroom_0126/rgb_00031.jpg /bedroom_0126/sync_depth_00031.png 518.8579 -/kitchen_0010/rgb_00042.jpg /kitchen_0010/sync_depth_00042.png 518.8579 -/kitchen_0060/rgb_00047.jpg /kitchen_0060/sync_depth_00047.png 518.8579 -/home_office_0008/rgb_00100.jpg /home_office_0008/sync_depth_00100.png 518.8579 -/kitchen_0048/rgb_00004.jpg /kitchen_0048/sync_depth_00004.png 518.8579 -/living_room_0050/rgb_00195.jpg /living_room_0050/sync_depth_00195.png 518.8579 -/furniture_store_0001d/rgb_00101.jpg /furniture_store_0001d/sync_depth_00101.png 518.8579 -/office_0024/rgb_00007.jpg /office_0024/sync_depth_00007.png 518.8579 -/dining_room_0023/rgb_00113.jpg /dining_room_0023/sync_depth_00113.png 518.8579 -/living_room_0040/rgb_00210.jpg /living_room_0040/sync_depth_00210.png 518.8579 -/bedroom_0039/rgb_00016.jpg /bedroom_0039/sync_depth_00016.png 518.8579 -/bedroom_0025/rgb_00019.jpg /bedroom_0025/sync_depth_00019.png 518.8579 -/classroom_0010/rgb_00060.jpg /classroom_0010/sync_depth_00060.png 518.8579 -/bookstore_0001j/rgb_00250.jpg /bookstore_0001j/sync_depth_00250.png 518.8579 -/bedroom_0017/rgb_00082.jpg /bedroom_0017/sync_depth_00082.png 518.8579 -/dining_room_0001b/rgb_00216.jpg /dining_room_0001b/sync_depth_00216.png 518.8579 -/kitchen_0028a/rgb_00152.jpg /kitchen_0028a/sync_depth_00152.png 518.8579 -/living_room_0022/rgb_00000.jpg /living_room_0022/sync_depth_00000.png 518.8579 -/living_room_0020/rgb_00146.jpg /living_room_0020/sync_depth_00146.png 518.8579 -/bathroom_0051/rgb_00041.jpg /bathroom_0051/sync_depth_00041.png 518.8579 -/bedroom_0098/rgb_00070.jpg /bedroom_0098/sync_depth_00070.png 518.8579 -/bedroom_0106/rgb_00061.jpg /bedroom_0106/sync_depth_00061.png 518.8579 -/dining_room_0001b/rgb_00019.jpg /dining_room_0001b/sync_depth_00019.png 518.8579 -/furniture_store_0001d/rgb_00140.jpg /furniture_store_0001d/sync_depth_00140.png 518.8579 -/kitchen_0050/rgb_00046.jpg /kitchen_0050/sync_depth_00046.png 518.8579 -/dining_room_0033/rgb_00045.jpg /dining_room_0033/sync_depth_00045.png 518.8579 -/living_room_0040/rgb_00215.jpg /living_room_0040/sync_depth_00215.png 518.8579 -/furniture_store_0002a/rgb_00382.jpg /furniture_store_0002a/sync_depth_00382.png 518.8579 -/bookstore_0001f/rgb_00159.jpg /bookstore_0001f/sync_depth_00159.png 518.8579 -/bookstore_0001f/rgb_00308.jpg /bookstore_0001f/sync_depth_00308.png 518.8579 -/living_room_0063/rgb_00053.jpg /living_room_0063/sync_depth_00053.png 518.8579 -/student_lounge_0001/rgb_00141.jpg /student_lounge_0001/sync_depth_00141.png 518.8579 -/bathroom_0002/rgb_00015.jpg /bathroom_0002/sync_depth_00015.png 518.8579 -/dining_room_0033/rgb_00128.jpg /dining_room_0033/sync_depth_00128.png 518.8579 -/bedroom_0138/rgb_00019.jpg /bedroom_0138/sync_depth_00019.png 518.8579 -/living_room_0004/rgb_00108.jpg /living_room_0004/sync_depth_00108.png 518.8579 -/classroom_0005/rgb_00030.jpg /classroom_0005/sync_depth_00030.png 518.8579 -/dining_room_0013/rgb_00081.jpg /dining_room_0013/sync_depth_00081.png 518.8579 -/dining_room_0031/rgb_00194.jpg /dining_room_0031/sync_depth_00194.png 518.8579 -/kitchen_0048/rgb_00144.jpg /kitchen_0048/sync_depth_00144.png 518.8579 -/dining_room_0012/rgb_00060.jpg /dining_room_0012/sync_depth_00060.png 518.8579 -/bathroom_0019/rgb_00022.jpg /bathroom_0019/sync_depth_00022.png 518.8579 -/home_office_0004/rgb_00022.jpg /home_office_0004/sync_depth_00022.png 518.8579 -/kitchen_0050/rgb_00129.jpg /kitchen_0050/sync_depth_00129.png 518.8579 -/bathroom_0019/rgb_00074.jpg /bathroom_0019/sync_depth_00074.png 518.8579 -/office_0004/rgb_00026.jpg /office_0004/sync_depth_00026.png 518.8579 -/classroom_0006/rgb_00025.jpg /classroom_0006/sync_depth_00025.png 518.8579 -/classroom_0022/rgb_00017.jpg /classroom_0022/sync_depth_00017.png 518.8579 -/kitchen_0037/rgb_00118.jpg /kitchen_0037/sync_depth_00118.png 518.8579 -/dining_room_0007/rgb_00149.jpg /dining_room_0007/sync_depth_00149.png 518.8579 -/living_room_0022/rgb_00146.jpg /living_room_0022/sync_depth_00146.png 518.8579 -/office_0006/rgb_00023.jpg /office_0006/sync_depth_00023.png 518.8579 -/kitchen_0031/rgb_00179.jpg /kitchen_0031/sync_depth_00179.png 518.8579 -/kitchen_0047/rgb_00008.jpg /kitchen_0047/sync_depth_00008.png 518.8579 -/living_room_0005/rgb_00041.jpg /living_room_0005/sync_depth_00041.png 518.8579 -/kitchen_0031/rgb_00077.jpg /kitchen_0031/sync_depth_00077.png 518.8579 -/bedroom_0097/rgb_00022.jpg /bedroom_0097/sync_depth_00022.png 518.8579 -/bathroom_0041/rgb_00069.jpg /bathroom_0041/sync_depth_00069.png 518.8579 -/furniture_store_0001a/rgb_00016.jpg /furniture_store_0001a/sync_depth_00016.png 518.8579 -/furniture_store_0001b/rgb_00048.jpg /furniture_store_0001b/sync_depth_00048.png 518.8579 -/kitchen_0035b/rgb_00018.jpg /kitchen_0035b/sync_depth_00018.png 518.8579 -/bathroom_0014a/rgb_00021.jpg /bathroom_0014a/sync_depth_00021.png 518.8579 -/kitchen_0049/rgb_00082.jpg /kitchen_0049/sync_depth_00082.png 518.8579 -/bathroom_0053/rgb_00044.jpg /bathroom_0053/sync_depth_00044.png 518.8579 -/laundry_room_0001/rgb_00027.jpg /laundry_room_0001/sync_depth_00027.png 518.8579 -/living_room_0032/rgb_00014.jpg /living_room_0032/sync_depth_00014.png 518.8579 -/bookstore_0001h/rgb_00160.jpg /bookstore_0001h/sync_depth_00160.png 518.8579 -/bedroom_0120/rgb_00042.jpg /bedroom_0120/sync_depth_00042.png 518.8579 -/living_room_0012/rgb_00101.jpg /living_room_0012/sync_depth_00101.png 518.8579 -/bathroom_0035/rgb_00027.jpg /bathroom_0035/sync_depth_00027.png 518.8579 -/office_0006/rgb_00010.jpg /office_0006/sync_depth_00010.png 518.8579 -/office_kitchen_0003/rgb_00074.jpg /office_kitchen_0003/sync_depth_00074.png 518.8579 -/kitchen_0019a/rgb_00275.jpg /kitchen_0019a/sync_depth_00275.png 518.8579 -/kitchen_0029a/rgb_00010.jpg /kitchen_0029a/sync_depth_00010.png 518.8579 -/playroom_0006/rgb_00001.jpg /playroom_0006/sync_depth_00001.png 518.8579 -/kitchen_0053/rgb_00122.jpg /kitchen_0053/sync_depth_00122.png 518.8579 -/bedroom_0063/rgb_00120.jpg /bedroom_0063/sync_depth_00120.png 518.8579 -/kitchen_0029b/rgb_00030.jpg /kitchen_0029b/sync_depth_00030.png 518.8579 -/bedroom_0125b/rgb_00033.jpg /bedroom_0125b/sync_depth_00033.png 518.8579 -/dining_room_0024/rgb_00146.jpg /dining_room_0024/sync_depth_00146.png 518.8579 -/bedroom_0019/rgb_00093.jpg /bedroom_0019/sync_depth_00093.png 518.8579 -/dining_room_0034/rgb_00010.jpg /dining_room_0034/sync_depth_00010.png 518.8579 -/living_room_0035/rgb_00073.jpg /living_room_0035/sync_depth_00073.png 518.8579 -/living_room_0083/rgb_00058.jpg /living_room_0083/sync_depth_00058.png 518.8579 -/kitchen_0051/rgb_00100.jpg /kitchen_0051/sync_depth_00100.png 518.8579 -/living_room_0068/rgb_00052.jpg /living_room_0068/sync_depth_00052.png 518.8579 -/living_room_0011/rgb_00086.jpg /living_room_0011/sync_depth_00086.png 518.8579 -/conference_room_0001/rgb_00076.jpg /conference_room_0001/sync_depth_00076.png 518.8579 -/bookstore_0001d/rgb_00179.jpg /bookstore_0001d/sync_depth_00179.png 518.8579 -/living_room_0022/rgb_00351.jpg /living_room_0022/sync_depth_00351.png 518.8579 -/playroom_0006/rgb_00016.jpg /playroom_0006/sync_depth_00016.png 518.8579 -/bedroom_0081/rgb_00048.jpg /bedroom_0081/sync_depth_00048.png 518.8579 -/classroom_0022/rgb_00026.jpg /classroom_0022/sync_depth_00026.png 518.8579 -/bathroom_0033/rgb_00026.jpg /bathroom_0033/sync_depth_00026.png 518.8579 -/dining_room_0010/rgb_00076.jpg /dining_room_0010/sync_depth_00076.png 518.8579 -/bedroom_0040/rgb_00034.jpg /bedroom_0040/sync_depth_00034.png 518.8579 -/dining_room_0024/rgb_00148.jpg /dining_room_0024/sync_depth_00148.png 518.8579 -/furniture_store_0002b/rgb_00151.jpg /furniture_store_0002b/sync_depth_00151.png 518.8579 -/kitchen_0052/rgb_00131.jpg /kitchen_0052/sync_depth_00131.png 518.8579 -/kitchen_0006/rgb_00016.jpg /kitchen_0006/sync_depth_00016.png 518.8579 -/living_room_0083/rgb_00090.jpg /living_room_0083/sync_depth_00090.png 518.8579 -/dining_room_0016/rgb_00144.jpg /dining_room_0016/sync_depth_00144.png 518.8579 -/bedroom_0016/rgb_00094.jpg /bedroom_0016/sync_depth_00094.png 518.8579 -/nyu_office_0/rgb_00320.jpg /nyu_office_0/sync_depth_00320.png 518.8579 -/bedroom_0106/rgb_00102.jpg /bedroom_0106/sync_depth_00102.png 518.8579 -/bedroom_0065/rgb_00008.jpg /bedroom_0065/sync_depth_00008.png 518.8579 -/bedroom_0063/rgb_00095.jpg /bedroom_0063/sync_depth_00095.png 518.8579 -/living_room_0035/rgb_00089.jpg /living_room_0035/sync_depth_00089.png 518.8579 -/bedroom_0010/rgb_00011.jpg /bedroom_0010/sync_depth_00011.png 518.8579 -/kitchen_0048/rgb_00241.jpg /kitchen_0048/sync_depth_00241.png 518.8579 -/living_room_0086b/rgb_00009.jpg /living_room_0086b/sync_depth_00009.png 518.8579 -/office_0026/rgb_00137.jpg /office_0026/sync_depth_00137.png 518.8579 -/bedroom_0033/rgb_00019.jpg /bedroom_0033/sync_depth_00019.png 518.8579 -/excercise_room_0001/rgb_00034.jpg /excercise_room_0001/sync_depth_00034.png 518.8579 -/study_0004/rgb_00016.jpg /study_0004/sync_depth_00016.png 518.8579 -/study_room_0005b/rgb_00045.jpg /study_room_0005b/sync_depth_00045.png 518.8579 -/living_room_0010/rgb_00180.jpg /living_room_0010/sync_depth_00180.png 518.8579 -/bedroom_0076a/rgb_00185.jpg /bedroom_0076a/sync_depth_00185.png 518.8579 -/bookstore_0001d/rgb_00093.jpg /bookstore_0001d/sync_depth_00093.png 518.8579 -/kitchen_0035b/rgb_00031.jpg /kitchen_0035b/sync_depth_00031.png 518.8579 -/bedroom_0004/rgb_00148.jpg /bedroom_0004/sync_depth_00148.png 518.8579 -/bedroom_0079/rgb_00034.jpg /bedroom_0079/sync_depth_00034.png 518.8579 -/living_room_0047b/rgb_00044.jpg /living_room_0047b/sync_depth_00044.png 518.8579 -/office_0024/rgb_00001.jpg /office_0024/sync_depth_00001.png 518.8579 -/bedroom_0106/rgb_00135.jpg /bedroom_0106/sync_depth_00135.png 518.8579 -/bedroom_0136/rgb_00077.jpg /bedroom_0136/sync_depth_00077.png 518.8579 -/office_0025/rgb_00026.jpg /office_0025/sync_depth_00026.png 518.8579 -/classroom_0006/rgb_00122.jpg /classroom_0006/sync_depth_00122.png 518.8579 -/nyu_office_0/rgb_00224.jpg /nyu_office_0/sync_depth_00224.png 518.8579 -/bathroom_0033/rgb_00036.jpg /bathroom_0033/sync_depth_00036.png 518.8579 -/bedroom_0004/rgb_00035.jpg /bedroom_0004/sync_depth_00035.png 518.8579 -/living_room_0062/rgb_00147.jpg /living_room_0062/sync_depth_00147.png 518.8579 -/computer_lab_0002/rgb_00024.jpg /computer_lab_0002/sync_depth_00024.png 518.8579 -/bedroom_0056a/rgb_00047.jpg /bedroom_0056a/sync_depth_00047.png 518.8579 -/study_room_0005b/rgb_00067.jpg /study_room_0005b/sync_depth_00067.png 518.8579 -/bedroom_0015/rgb_00041.jpg /bedroom_0015/sync_depth_00041.png 518.8579 -/basement_0001a/rgb_00154.jpg /basement_0001a/sync_depth_00154.png 518.8579 -/bedroom_0004/rgb_00120.jpg /bedroom_0004/sync_depth_00120.png 518.8579 -/bedroom_0096/rgb_00075.jpg /bedroom_0096/sync_depth_00075.png 518.8579 -/furniture_store_0002a/rgb_00162.jpg /furniture_store_0002a/sync_depth_00162.png 518.8579 -/bedroom_0020/rgb_00080.jpg /bedroom_0020/sync_depth_00080.png 518.8579 -/bedroom_0106/rgb_00134.jpg /bedroom_0106/sync_depth_00134.png 518.8579 -/dining_room_0029/rgb_00105.jpg /dining_room_0029/sync_depth_00105.png 518.8579 -/living_room_0046a/rgb_00042.jpg /living_room_0046a/sync_depth_00042.png 518.8579 -/living_room_0020/rgb_00006.jpg /living_room_0020/sync_depth_00006.png 518.8579 -/living_room_0019/rgb_00226.jpg /living_room_0019/sync_depth_00226.png 518.8579 -/bedroom_0066/rgb_00012.jpg /bedroom_0066/sync_depth_00012.png 518.8579 -/living_room_0046b/rgb_00065.jpg /living_room_0046b/sync_depth_00065.png 518.8579 -/dining_room_0034/rgb_00175.jpg /dining_room_0034/sync_depth_00175.png 518.8579 -/bedroom_0113/rgb_00072.jpg /bedroom_0113/sync_depth_00072.png 518.8579 -/bookstore_0001i/rgb_00007.jpg /bookstore_0001i/sync_depth_00007.png 518.8579 -/living_room_0078/rgb_00060.jpg /living_room_0078/sync_depth_00060.png 518.8579 -/bookstore_0001f/rgb_00144.jpg /bookstore_0001f/sync_depth_00144.png 518.8579 -/living_room_0046b/rgb_00100.jpg /living_room_0046b/sync_depth_00100.png 518.8579 -/kitchen_0045a/rgb_00137.jpg /kitchen_0045a/sync_depth_00137.png 518.8579 -/living_room_0029/rgb_00057.jpg /living_room_0029/sync_depth_00057.png 518.8579 -/kitchen_0045b/rgb_00004.jpg /kitchen_0045b/sync_depth_00004.png 518.8579 -/bedroom_0057/rgb_00019.jpg /bedroom_0057/sync_depth_00019.png 518.8579 -/living_room_0033/rgb_00046.jpg /living_room_0033/sync_depth_00046.png 518.8579 -/furniture_store_0002a/rgb_00147.jpg /furniture_store_0002a/sync_depth_00147.png 518.8579 -/living_room_0011/rgb_00137.jpg /living_room_0011/sync_depth_00137.png 518.8579 -/living_room_0069a/rgb_00065.jpg /living_room_0069a/sync_depth_00065.png 518.8579 -/living_room_0050/rgb_00002.jpg /living_room_0050/sync_depth_00002.png 518.8579 -/furniture_store_0001c/rgb_00018.jpg /furniture_store_0001c/sync_depth_00018.png 518.8579 -/bookstore_0001e/rgb_00231.jpg /bookstore_0001e/sync_depth_00231.png 518.8579 -/kitchen_0051/rgb_00056.jpg /kitchen_0051/sync_depth_00056.png 518.8579 -/bathroom_0039/rgb_00007.jpg /bathroom_0039/sync_depth_00007.png 518.8579 -/classroom_0011/rgb_00049.jpg /classroom_0011/sync_depth_00049.png 518.8579 -/bookstore_0001j/rgb_00036.jpg /bookstore_0001j/sync_depth_00036.png 518.8579 -/living_room_0085/rgb_00036.jpg /living_room_0085/sync_depth_00036.png 518.8579 -/bathroom_0028/rgb_00138.jpg /bathroom_0028/sync_depth_00138.png 518.8579 -/dining_room_0012/rgb_00044.jpg /dining_room_0012/sync_depth_00044.png 518.8579 -/kitchen_0049/rgb_00087.jpg /kitchen_0049/sync_depth_00087.png 518.8579 -/study_room_0005b/rgb_00035.jpg /study_room_0005b/sync_depth_00035.png 518.8579 -/study_room_0005b/rgb_00055.jpg /study_room_0005b/sync_depth_00055.png 518.8579 -/kitchen_0060/rgb_00053.jpg /kitchen_0060/sync_depth_00053.png 518.8579 -/reception_room_0001a/rgb_00093.jpg /reception_room_0001a/sync_depth_00093.png 518.8579 -/bathroom_0006/rgb_00002.jpg /bathroom_0006/sync_depth_00002.png 518.8579 -/bedroom_0072/rgb_00002.jpg /bedroom_0072/sync_depth_00002.png 518.8579 -/bookstore_0001f/rgb_00375.jpg /bookstore_0001f/sync_depth_00375.png 518.8579 -/kitchen_0043/rgb_00006.jpg /kitchen_0043/sync_depth_00006.png 518.8579 -/basement_0001a/rgb_00075.jpg /basement_0001a/sync_depth_00075.png 518.8579 -/study_0006/rgb_00022.jpg /study_0006/sync_depth_00022.png 518.8579 -/study_room_0004/rgb_00117.jpg /study_room_0004/sync_depth_00117.png 518.8579 -/bookstore_0001i/rgb_00048.jpg /bookstore_0001i/sync_depth_00048.png 518.8579 -/bathroom_0034/rgb_00039.jpg /bathroom_0034/sync_depth_00039.png 518.8579 -/living_room_0046a/rgb_00062.jpg /living_room_0046a/sync_depth_00062.png 518.8579 -/kitchen_0043/rgb_00253.jpg /kitchen_0043/sync_depth_00253.png 518.8579 -/bedroom_0021/rgb_00102.jpg /bedroom_0021/sync_depth_00102.png 518.8579 -/nyu_office_1/rgb_00026.jpg /nyu_office_1/sync_depth_00026.png 518.8579 -/bookstore_0001f/rgb_00284.jpg /bookstore_0001f/sync_depth_00284.png 518.8579 -/nyu_office_1/rgb_00028.jpg /nyu_office_1/sync_depth_00028.png 518.8579 -/bedroom_0021/rgb_00020.jpg /bedroom_0021/sync_depth_00020.png 518.8579 -/living_room_0047b/rgb_00149.jpg /living_room_0047b/sync_depth_00149.png 518.8579 -/bedroom_0014/rgb_00061.jpg /bedroom_0014/sync_depth_00061.png 518.8579 -/kitchen_0028b/rgb_00022.jpg /kitchen_0028b/sync_depth_00022.png 518.8579 -/dining_room_0016/rgb_00011.jpg /dining_room_0016/sync_depth_00011.png 518.8579 -/excercise_room_0001/rgb_00037.jpg /excercise_room_0001/sync_depth_00037.png 518.8579 -/living_room_0058/rgb_00075.jpg /living_room_0058/sync_depth_00075.png 518.8579 -/living_room_0018/rgb_00219.jpg /living_room_0018/sync_depth_00219.png 518.8579 -/kitchen_0016/rgb_00017.jpg /kitchen_0016/sync_depth_00017.png 518.8579 -/study_0004/rgb_00009.jpg /study_0004/sync_depth_00009.png 518.8579 -/dining_room_0001b/rgb_00213.jpg /dining_room_0001b/sync_depth_00213.png 518.8579 -/bedroom_0056a/rgb_00012.jpg /bedroom_0056a/sync_depth_00012.png 518.8579 -/bookstore_0001i/rgb_00123.jpg /bookstore_0001i/sync_depth_00123.png 518.8579 -/kitchen_0049/rgb_00071.jpg /kitchen_0049/sync_depth_00071.png 518.8579 -/foyer_0002/rgb_00028.jpg /foyer_0002/sync_depth_00028.png 518.8579 -/kitchen_0053/rgb_00026.jpg /kitchen_0053/sync_depth_00026.png 518.8579 -/cafe_0001b/rgb_00055.jpg /cafe_0001b/sync_depth_00055.png 518.8579 -/reception_room_0001b/rgb_00099.jpg /reception_room_0001b/sync_depth_00099.png 518.8579 -/dining_room_0023/rgb_00173.jpg /dining_room_0023/sync_depth_00173.png 518.8579 -/bookstore_0001g/rgb_00159.jpg /bookstore_0001g/sync_depth_00159.png 518.8579 -/kitchen_0028a/rgb_00191.jpg /kitchen_0028a/sync_depth_00191.png 518.8579 -/playroom_0006/rgb_00088.jpg /playroom_0006/sync_depth_00088.png 518.8579 -/bathroom_0014a/rgb_00013.jpg /bathroom_0014a/sync_depth_00013.png 518.8579 -/cafe_0001b/rgb_00010.jpg /cafe_0001b/sync_depth_00010.png 518.8579 -/bathroom_0049/rgb_00034.jpg /bathroom_0049/sync_depth_00034.png 518.8579 -/living_room_0067/rgb_00058.jpg /living_room_0067/sync_depth_00058.png 518.8579 -/living_room_0058/rgb_00110.jpg /living_room_0058/sync_depth_00110.png 518.8579 -/nyu_office_0/rgb_00210.jpg /nyu_office_0/sync_depth_00210.png 518.8579 -/kitchen_0041/rgb_00032.jpg /kitchen_0041/sync_depth_00032.png 518.8579 -/foyer_0002/rgb_00023.jpg /foyer_0002/sync_depth_00023.png 518.8579 -/living_room_0037/rgb_00023.jpg /living_room_0037/sync_depth_00023.png 518.8579 -/kitchen_0019a/rgb_00172.jpg /kitchen_0019a/sync_depth_00172.png 518.8579 -/conference_room_0001/rgb_00029.jpg /conference_room_0001/sync_depth_00029.png 518.8579 -/bathroom_0006/rgb_00000.jpg /bathroom_0006/sync_depth_00000.png 518.8579 -/bookstore_0001j/rgb_00121.jpg /bookstore_0001j/sync_depth_00121.png 518.8579 -/living_room_0055/rgb_00110.jpg /living_room_0055/sync_depth_00110.png 518.8579 -/kitchen_0031/rgb_00063.jpg /kitchen_0031/sync_depth_00063.png 518.8579 -/bathroom_0019/rgb_00053.jpg /bathroom_0019/sync_depth_00053.png 518.8579 -/furniture_store_0001d/rgb_00211.jpg /furniture_store_0001d/sync_depth_00211.png 518.8579 -/bedroom_0125b/rgb_00014.jpg /bedroom_0125b/sync_depth_00014.png 518.8579 -/dining_room_0031/rgb_00411.jpg /dining_room_0031/sync_depth_00411.png 518.8579 -/dining_room_0015/rgb_00178.jpg /dining_room_0015/sync_depth_00178.png 518.8579 -/bookstore_0001h/rgb_00077.jpg /bookstore_0001h/sync_depth_00077.png 518.8579 -/bedroom_0078/rgb_00148.jpg /bedroom_0078/sync_depth_00148.png 518.8579 -/bedroom_0082/rgb_00020.jpg /bedroom_0082/sync_depth_00020.png 518.8579 -/bedroom_0041/rgb_00075.jpg /bedroom_0041/sync_depth_00075.png 518.8579 -/dining_room_0001b/rgb_00204.jpg /dining_room_0001b/sync_depth_00204.png 518.8579 -/dining_room_0029/rgb_00010.jpg /dining_room_0029/sync_depth_00010.png 518.8579 -/bedroom_0086/rgb_00001.jpg /bedroom_0086/sync_depth_00001.png 518.8579 -/kitchen_0052/rgb_00046.jpg /kitchen_0052/sync_depth_00046.png 518.8579 -/bathroom_0005/rgb_00021.jpg /bathroom_0005/sync_depth_00021.png 518.8579 -/basement_0001a/rgb_00188.jpg /basement_0001a/sync_depth_00188.png 518.8579 -/bedroom_0004/rgb_00136.jpg /bedroom_0004/sync_depth_00136.png 518.8579 -/living_room_0018/rgb_00111.jpg /living_room_0018/sync_depth_00111.png 518.8579 -/living_room_0068/rgb_00065.jpg /living_room_0068/sync_depth_00065.png 518.8579 -/bathroom_0028/rgb_00056.jpg /bathroom_0028/sync_depth_00056.png 518.8579 -/bedroom_0047/rgb_00066.jpg /bedroom_0047/sync_depth_00066.png 518.8579 -/living_room_0004/rgb_00018.jpg /living_room_0004/sync_depth_00018.png 518.8579 -/office_0026/rgb_00185.jpg /office_0026/sync_depth_00185.png 518.8579 -/bookstore_0001f/rgb_00107.jpg /bookstore_0001f/sync_depth_00107.png 518.8579 -/dining_room_0016/rgb_00041.jpg /dining_room_0016/sync_depth_00041.png 518.8579 -/bedroom_0129/rgb_00036.jpg /bedroom_0129/sync_depth_00036.png 518.8579 -/dining_room_0007/rgb_00194.jpg /dining_room_0007/sync_depth_00194.png 518.8579 -/bedroom_0028/rgb_00053.jpg /bedroom_0028/sync_depth_00053.png 518.8579 -/bedroom_0050/rgb_00129.jpg /bedroom_0050/sync_depth_00129.png 518.8579 -/bedroom_0078/rgb_00034.jpg /bedroom_0078/sync_depth_00034.png 518.8579 -/classroom_0004/rgb_00096.jpg /classroom_0004/sync_depth_00096.png 518.8579 -/cafe_0001c/rgb_00107.jpg /cafe_0001c/sync_depth_00107.png 518.8579 -/dining_room_0019/rgb_00159.jpg /dining_room_0019/sync_depth_00159.png 518.8579 -/student_lounge_0001/rgb_00182.jpg /student_lounge_0001/sync_depth_00182.png 518.8579 -/bathroom_0057/rgb_00009.jpg /bathroom_0057/sync_depth_00009.png 518.8579 -/bedroom_0071/rgb_00175.jpg /bedroom_0071/sync_depth_00175.png 518.8579 -/laundry_room_0001/rgb_00009.jpg /laundry_room_0001/sync_depth_00009.png 518.8579 -/dining_room_0016/rgb_00077.jpg /dining_room_0016/sync_depth_00077.png 518.8579 -/kitchen_0045b/rgb_00134.jpg /kitchen_0045b/sync_depth_00134.png 518.8579 -/home_office_0004/rgb_00152.jpg /home_office_0004/sync_depth_00152.png 518.8579 -/bedroom_0019/rgb_00166.jpg /bedroom_0019/sync_depth_00166.png 518.8579 -/bedroom_0056a/rgb_00089.jpg /bedroom_0056a/sync_depth_00089.png 518.8579 -/bookstore_0001e/rgb_00019.jpg /bookstore_0001e/sync_depth_00019.png 518.8579 -/bathroom_0034/rgb_00089.jpg /bathroom_0034/sync_depth_00089.png 518.8579 -/kitchen_0048/rgb_00018.jpg /kitchen_0048/sync_depth_00018.png 518.8579 -/kitchen_0003/rgb_00026.jpg /kitchen_0003/sync_depth_00026.png 518.8579 -/dining_room_0007/rgb_00222.jpg /dining_room_0007/sync_depth_00222.png 518.8579 -/living_room_0058/rgb_00224.jpg /living_room_0058/sync_depth_00224.png 518.8579 -/living_room_0019/rgb_00128.jpg /living_room_0019/sync_depth_00128.png 518.8579 -/bedroom_0019/rgb_00149.jpg /bedroom_0019/sync_depth_00149.png 518.8579 -/kitchen_0017/rgb_00060.jpg /kitchen_0017/sync_depth_00060.png 518.8579 -/dining_room_0029/rgb_00115.jpg /dining_room_0029/sync_depth_00115.png 518.8579 -/living_room_0022/rgb_00348.jpg /living_room_0022/sync_depth_00348.png 518.8579 -/bedroom_0125a/rgb_00014.jpg /bedroom_0125a/sync_depth_00014.png 518.8579 -/bookstore_0001i/rgb_00152.jpg /bookstore_0001i/sync_depth_00152.png 518.8579 -/home_office_0006/rgb_00109.jpg /home_office_0006/sync_depth_00109.png 518.8579 -/living_room_0005/rgb_00045.jpg /living_room_0005/sync_depth_00045.png 518.8579 -/dining_room_0016/rgb_00179.jpg /dining_room_0016/sync_depth_00179.png 518.8579 -/bedroom_0031/rgb_00041.jpg /bedroom_0031/sync_depth_00041.png 518.8579 -/student_lounge_0001/rgb_00063.jpg /student_lounge_0001/sync_depth_00063.png 518.8579 -/bookstore_0001d/rgb_00072.jpg /bookstore_0001d/sync_depth_00072.png 518.8579 -/nyu_office_0/rgb_00302.jpg /nyu_office_0/sync_depth_00302.png 518.8579 -/dining_room_0007/rgb_00228.jpg /dining_room_0007/sync_depth_00228.png 518.8579 -/dining_room_0001b/rgb_00151.jpg /dining_room_0001b/sync_depth_00151.png 518.8579 -/office_kitchen_0003/rgb_00057.jpg /office_kitchen_0003/sync_depth_00057.png 518.8579 -/classroom_0022/rgb_00056.jpg /classroom_0022/sync_depth_00056.png 518.8579 -/bedroom_0098/rgb_00003.jpg /bedroom_0098/sync_depth_00003.png 518.8579 -/kitchen_0041/rgb_00024.jpg /kitchen_0041/sync_depth_00024.png 518.8579 -/living_room_0004/rgb_00167.jpg /living_room_0004/sync_depth_00167.png 518.8579 -/dining_room_0007/rgb_00117.jpg /dining_room_0007/sync_depth_00117.png 518.8579 -/home_office_0007/rgb_00051.jpg /home_office_0007/sync_depth_00051.png 518.8579 -/dining_room_0007/rgb_00101.jpg /dining_room_0007/sync_depth_00101.png 518.8579 -/bedroom_0071/rgb_00044.jpg /bedroom_0071/sync_depth_00044.png 518.8579 -/bookstore_0001h/rgb_00019.jpg /bookstore_0001h/sync_depth_00019.png 518.8579 -/dining_room_0012/rgb_00192.jpg /dining_room_0012/sync_depth_00192.png 518.8579 -/bathroom_0045a/rgb_00006.jpg /bathroom_0045a/sync_depth_00006.png 518.8579 -/bedroom_0076a/rgb_00248.jpg /bedroom_0076a/sync_depth_00248.png 518.8579 -/bedroom_0014/rgb_00018.jpg /bedroom_0014/sync_depth_00018.png 518.8579 -/home_office_0011/rgb_00030.jpg /home_office_0011/sync_depth_00030.png 518.8579 -/furniture_store_0002a/rgb_00185.jpg /furniture_store_0002a/sync_depth_00185.png 518.8579 -/living_room_0050/rgb_00126.jpg /living_room_0050/sync_depth_00126.png 518.8579 -/study_0006/rgb_00039.jpg /study_0006/sync_depth_00039.png 518.8579 -/living_room_0006/rgb_00013.jpg /living_room_0006/sync_depth_00013.png 518.8579 -/furniture_store_0002a/rgb_00127.jpg /furniture_store_0002a/sync_depth_00127.png 518.8579 -/nyu_office_0/rgb_00412.jpg /nyu_office_0/sync_depth_00412.png 518.8579 -/bookstore_0001e/rgb_00018.jpg /bookstore_0001e/sync_depth_00018.png 518.8579 -/home_office_0004/rgb_00073.jpg /home_office_0004/sync_depth_00073.png 518.8579 -/kitchen_0045b/rgb_00022.jpg /kitchen_0045b/sync_depth_00022.png 518.8579 -/kitchen_0033/rgb_00096.jpg /kitchen_0033/sync_depth_00096.png 518.8579 -/bathroom_0054/rgb_00023.jpg /bathroom_0054/sync_depth_00023.png 518.8579 -/classroom_0004/rgb_00051.jpg /classroom_0004/sync_depth_00051.png 518.8579 -/bathroom_0019/rgb_00058.jpg /bathroom_0019/sync_depth_00058.png 518.8579 -/dining_room_0023/rgb_00054.jpg /dining_room_0023/sync_depth_00054.png 518.8579 -/kitchen_0028a/rgb_00110.jpg /kitchen_0028a/sync_depth_00110.png 518.8579 -/bookstore_0001h/rgb_00158.jpg /bookstore_0001h/sync_depth_00158.png 518.8579 -/office_0009/rgb_00040.jpg /office_0009/sync_depth_00040.png 518.8579 -/classroom_0010/rgb_00059.jpg /classroom_0010/sync_depth_00059.png 518.8579 -/bedroom_0106/rgb_00062.jpg /bedroom_0106/sync_depth_00062.png 518.8579 -/playroom_0002/rgb_00114.jpg /playroom_0002/sync_depth_00114.png 518.8579 -/office_0018/rgb_00027.jpg /office_0018/sync_depth_00027.png 518.8579 -/living_room_0058/rgb_00004.jpg /living_room_0058/sync_depth_00004.png 518.8579 -/conference_room_0001/rgb_00127.jpg /conference_room_0001/sync_depth_00127.png 518.8579 -/bedroom_0106/rgb_00137.jpg /bedroom_0106/sync_depth_00137.png 518.8579 -/kitchen_0029c/rgb_00134.jpg /kitchen_0029c/sync_depth_00134.png 518.8579 -/kitchen_0045b/rgb_00054.jpg /kitchen_0045b/sync_depth_00054.png 518.8579 -/dining_room_0007/rgb_00136.jpg /dining_room_0007/sync_depth_00136.png 518.8579 -/bedroom_0026/rgb_00152.jpg /bedroom_0026/sync_depth_00152.png 518.8579 -/kitchen_0060/rgb_00174.jpg /kitchen_0060/sync_depth_00174.png 518.8579 -/living_room_0040/rgb_00209.jpg /living_room_0040/sync_depth_00209.png 518.8579 -/living_room_0012/rgb_00058.jpg /living_room_0012/sync_depth_00058.png 518.8579 -/living_room_0062/rgb_00046.jpg /living_room_0062/sync_depth_00046.png 518.8579 -/bookstore_0001f/rgb_00018.jpg /bookstore_0001f/sync_depth_00018.png 518.8579 -/furniture_store_0001d/rgb_00127.jpg /furniture_store_0001d/sync_depth_00127.png 518.8579 -/cafe_0001a/rgb_00031.jpg /cafe_0001a/sync_depth_00031.png 518.8579 -/bedroom_0076a/rgb_00059.jpg /bedroom_0076a/sync_depth_00059.png 518.8579 -/bookstore_0001f/rgb_00027.jpg /bookstore_0001f/sync_depth_00027.png 518.8579 -/excercise_room_0001/rgb_00098.jpg /excercise_room_0001/sync_depth_00098.png 518.8579 -/bedroom_0052/rgb_00137.jpg /bedroom_0052/sync_depth_00137.png 518.8579 -/bedroom_0059/rgb_00062.jpg /bedroom_0059/sync_depth_00062.png 518.8579 -/living_room_0047a/rgb_00007.jpg /living_room_0047a/sync_depth_00007.png 518.8579 -/bedroom_0051/rgb_00150.jpg /bedroom_0051/sync_depth_00150.png 518.8579 -/reception_room_0001a/rgb_00083.jpg /reception_room_0001a/sync_depth_00083.png 518.8579 -/bedroom_0051/rgb_00112.jpg /bedroom_0051/sync_depth_00112.png 518.8579 -/study_0003/rgb_00032.jpg /study_0003/sync_depth_00032.png 518.8579 -/dining_room_0012/rgb_00014.jpg /dining_room_0012/sync_depth_00014.png 518.8579 -/office_0019/rgb_00030.jpg /office_0019/sync_depth_00030.png 518.8579 -/living_room_0058/rgb_00257.jpg /living_room_0058/sync_depth_00257.png 518.8579 -/home_office_0011/rgb_00091.jpg /home_office_0011/sync_depth_00091.png 518.8579 -/reception_room_0002/rgb_00024.jpg /reception_room_0002/sync_depth_00024.png 518.8579 -/conference_room_0001/rgb_00083.jpg /conference_room_0001/sync_depth_00083.png 518.8579 -/bedroom_0035/rgb_00001.jpg /bedroom_0035/sync_depth_00001.png 518.8579 -/living_room_0046a/rgb_00047.jpg /living_room_0046a/sync_depth_00047.png 518.8579 -/kitchen_0052/rgb_00043.jpg /kitchen_0052/sync_depth_00043.png 518.8579 -/dining_room_0034/rgb_00186.jpg /dining_room_0034/sync_depth_00186.png 518.8579 -/living_room_0063/rgb_00157.jpg /living_room_0063/sync_depth_00157.png 518.8579 -/bedroom_0051/rgb_00151.jpg /bedroom_0051/sync_depth_00151.png 518.8579 -/bathroom_0005/rgb_00029.jpg /bathroom_0005/sync_depth_00029.png 518.8579 -/excercise_room_0001/rgb_00074.jpg /excercise_room_0001/sync_depth_00074.png 518.8579 -/conference_room_0002/rgb_00034.jpg /conference_room_0002/sync_depth_00034.png 518.8579 -/kitchen_0037/rgb_00087.jpg /kitchen_0037/sync_depth_00087.png 518.8579 -/office_0012/rgb_00005.jpg /office_0012/sync_depth_00005.png 518.8579 -/dining_room_0016/rgb_00137.jpg /dining_room_0016/sync_depth_00137.png 518.8579 -/laundry_room_0001/rgb_00061.jpg /laundry_room_0001/sync_depth_00061.png 518.8579 -/bathroom_0045a/rgb_00021.jpg /bathroom_0045a/sync_depth_00021.png 518.8579 -/bedroom_0096/rgb_00090.jpg /bedroom_0096/sync_depth_00090.png 518.8579 -/bathroom_0042/rgb_00011.jpg /bathroom_0042/sync_depth_00011.png 518.8579 -/kitchen_0049/rgb_00062.jpg /kitchen_0049/sync_depth_00062.png 518.8579 -/bathroom_0042/rgb_00000.jpg /bathroom_0042/sync_depth_00000.png 518.8579 -/classroom_0003/rgb_00010.jpg /classroom_0003/sync_depth_00010.png 518.8579 -/bedroom_0140/rgb_00004.jpg /bedroom_0140/sync_depth_00004.png 518.8579 -/bookstore_0001g/rgb_00021.jpg /bookstore_0001g/sync_depth_00021.png 518.8579 -/home_office_0007/rgb_00054.jpg /home_office_0007/sync_depth_00054.png 518.8579 -/living_room_0085/rgb_00004.jpg /living_room_0085/sync_depth_00004.png 518.8579 -/furniture_store_0001d/rgb_00003.jpg /furniture_store_0001d/sync_depth_00003.png 518.8579 -/study_room_0004/rgb_00119.jpg /study_room_0004/sync_depth_00119.png 518.8579 -/bedroom_0124/rgb_00037.jpg /bedroom_0124/sync_depth_00037.png 518.8579 -/living_room_0020/rgb_00138.jpg /living_room_0020/sync_depth_00138.png 518.8579 -/bedroom_0104/rgb_00096.jpg /bedroom_0104/sync_depth_00096.png 518.8579 -/kitchen_0050/rgb_00128.jpg /kitchen_0050/sync_depth_00128.png 518.8579 -/living_room_0020/rgb_00039.jpg /living_room_0020/sync_depth_00039.png 518.8579 -/kitchen_0016/rgb_00045.jpg /kitchen_0016/sync_depth_00045.png 518.8579 -/dining_room_0001b/rgb_00034.jpg /dining_room_0001b/sync_depth_00034.png 518.8579 -/bookstore_0001j/rgb_00284.jpg /bookstore_0001j/sync_depth_00284.png 518.8579 -/kitchen_0049/rgb_00081.jpg /kitchen_0049/sync_depth_00081.png 518.8579 -/bedroom_0028/rgb_00010.jpg /bedroom_0028/sync_depth_00010.png 518.8579 -/study_0008/rgb_00009.jpg /study_0008/sync_depth_00009.png 518.8579 -/bedroom_0079/rgb_00027.jpg /bedroom_0079/sync_depth_00027.png 518.8579 -/bedroom_0113/rgb_00066.jpg /bedroom_0113/sync_depth_00066.png 518.8579 -/bedroom_0014/rgb_00022.jpg /bedroom_0014/sync_depth_00022.png 518.8579 -/kitchen_0035b/rgb_00257.jpg /kitchen_0035b/sync_depth_00257.png 518.8579 -/kitchen_0033/rgb_00055.jpg /kitchen_0033/sync_depth_00055.png 518.8579 -/bedroom_0140/rgb_00181.jpg /bedroom_0140/sync_depth_00181.png 518.8579 -/furniture_store_0002a/rgb_00056.jpg /furniture_store_0002a/sync_depth_00056.png 518.8579 -/bathroom_0051/rgb_00038.jpg /bathroom_0051/sync_depth_00038.png 518.8579 -/kitchen_0045a/rgb_00095.jpg /kitchen_0045a/sync_depth_00095.png 518.8579 -/living_room_0012/rgb_00154.jpg /living_room_0012/sync_depth_00154.png 518.8579 -/kitchen_0045b/rgb_00028.jpg /kitchen_0045b/sync_depth_00028.png 518.8579 -/dining_room_0001b/rgb_00162.jpg /dining_room_0001b/sync_depth_00162.png 518.8579 -/bookstore_0001d/rgb_00346.jpg /bookstore_0001d/sync_depth_00346.png 518.8579 -/kitchen_0029c/rgb_00072.jpg /kitchen_0029c/sync_depth_00072.png 518.8579 -/bookstore_0001h/rgb_00113.jpg /bookstore_0001h/sync_depth_00113.png 518.8579 -/kitchen_0017/rgb_00115.jpg /kitchen_0017/sync_depth_00115.png 518.8579 -/bedroom_0060/rgb_00101.jpg /bedroom_0060/sync_depth_00101.png 518.8579 -/reception_room_0004/rgb_00044.jpg /reception_room_0004/sync_depth_00044.png 518.8579 -/living_room_0078/rgb_00032.jpg /living_room_0078/sync_depth_00032.png 518.8579 -/furniture_store_0001a/rgb_00018.jpg /furniture_store_0001a/sync_depth_00018.png 518.8579 -/kitchen_0048/rgb_00016.jpg /kitchen_0048/sync_depth_00016.png 518.8579 -/office_0023/rgb_00025.jpg /office_0023/sync_depth_00025.png 518.8579 -/kitchen_0003/rgb_00173.jpg /kitchen_0003/sync_depth_00173.png 518.8579 -/kitchen_0047/rgb_00092.jpg /kitchen_0047/sync_depth_00092.png 518.8579 -/bedroom_0025/rgb_00017.jpg /bedroom_0025/sync_depth_00017.png 518.8579 -/bedroom_0078/rgb_00143.jpg /bedroom_0078/sync_depth_00143.png 518.8579 -/bedroom_0138/rgb_00024.jpg /bedroom_0138/sync_depth_00024.png 518.8579 -/furniture_store_0002d/rgb_00061.jpg /furniture_store_0002d/sync_depth_00061.png 518.8579 -/classroom_0016/rgb_00016.jpg /classroom_0016/sync_depth_00016.png 518.8579 -/bedroom_0066/rgb_00004.jpg /bedroom_0066/sync_depth_00004.png 518.8579 -/kitchen_0031/rgb_00147.jpg /kitchen_0031/sync_depth_00147.png 518.8579 -/bedroom_0020/rgb_00113.jpg /bedroom_0020/sync_depth_00113.png 518.8579 -/kitchen_0035b/rgb_00010.jpg /kitchen_0035b/sync_depth_00010.png 518.8579 -/nyu_office_0/rgb_00346.jpg /nyu_office_0/sync_depth_00346.png 518.8579 -/office_0026/rgb_00048.jpg /office_0026/sync_depth_00048.png 518.8579 -/bedroom_0079/rgb_00045.jpg /bedroom_0079/sync_depth_00045.png 518.8579 -/dining_room_0016/rgb_00110.jpg /dining_room_0016/sync_depth_00110.png 518.8579 -/conference_room_0001/rgb_00091.jpg /conference_room_0001/sync_depth_00091.png 518.8579 -/kitchen_0010/rgb_00083.jpg /kitchen_0010/sync_depth_00083.png 518.8579 -/office_kitchen_0001a/rgb_00065.jpg /office_kitchen_0001a/sync_depth_00065.png 518.8579 -/bathroom_0016/rgb_00005.jpg /bathroom_0016/sync_depth_00005.png 518.8579 -/dining_room_0024/rgb_00111.jpg /dining_room_0024/sync_depth_00111.png 518.8579 -/bedroom_0140/rgb_00104.jpg /bedroom_0140/sync_depth_00104.png 518.8579 -/living_room_0047b/rgb_00055.jpg /living_room_0047b/sync_depth_00055.png 518.8579 -/living_room_0046b/rgb_00010.jpg /living_room_0046b/sync_depth_00010.png 518.8579 -/dining_room_0031/rgb_00342.jpg /dining_room_0031/sync_depth_00342.png 518.8579 -/reception_room_0002/rgb_00040.jpg /reception_room_0002/sync_depth_00040.png 518.8579 -/dining_room_0013/rgb_00142.jpg /dining_room_0013/sync_depth_00142.png 518.8579 -/student_lounge_0001/rgb_00191.jpg /student_lounge_0001/sync_depth_00191.png 518.8579 -/dining_room_0028/rgb_00075.jpg /dining_room_0028/sync_depth_00075.png 518.8579 -/living_room_0022/rgb_00285.jpg /living_room_0022/sync_depth_00285.png 518.8579 -/home_office_0008/rgb_00016.jpg /home_office_0008/sync_depth_00016.png 518.8579 -/bedroom_0051/rgb_00106.jpg /bedroom_0051/sync_depth_00106.png 518.8579 -/living_room_0022/rgb_00323.jpg /living_room_0022/sync_depth_00323.png 518.8579 -/home_office_0008/rgb_00026.jpg /home_office_0008/sync_depth_00026.png 518.8579 -/dining_room_0037/rgb_00135.jpg /dining_room_0037/sync_depth_00135.png 518.8579 -/bathroom_0034/rgb_00055.jpg /bathroom_0034/sync_depth_00055.png 518.8579 -/bathroom_0028/rgb_00124.jpg /bathroom_0028/sync_depth_00124.png 518.8579 -/bedroom_0031/rgb_00004.jpg /bedroom_0031/sync_depth_00004.png 518.8579 -/bedroom_0096/rgb_00047.jpg /bedroom_0096/sync_depth_00047.png 518.8579 -/conference_room_0001/rgb_00098.jpg /conference_room_0001/sync_depth_00098.png 518.8579 -/bedroom_0004/rgb_00025.jpg /bedroom_0004/sync_depth_00025.png 518.8579 -/bedroom_0124/rgb_00016.jpg /bedroom_0124/sync_depth_00016.png 518.8579 -/living_room_0004/rgb_00137.jpg /living_room_0004/sync_depth_00137.png 518.8579 -/living_room_0010/rgb_00097.jpg /living_room_0010/sync_depth_00097.png 518.8579 -/bedroom_0004/rgb_00002.jpg /bedroom_0004/sync_depth_00002.png 518.8579 -/bookstore_0001h/rgb_00137.jpg /bookstore_0001h/sync_depth_00137.png 518.8579 -/bedroom_0034/rgb_00095.jpg /bedroom_0034/sync_depth_00095.png 518.8579 -/kitchen_0045b/rgb_00029.jpg /kitchen_0045b/sync_depth_00029.png 518.8579 -/office_kitchen_0001b/rgb_00009.jpg /office_kitchen_0001b/sync_depth_00009.png 518.8579 -/office_0023/rgb_00029.jpg /office_0023/sync_depth_00029.png 518.8579 -/bedroom_0056a/rgb_00110.jpg /bedroom_0056a/sync_depth_00110.png 518.8579 -/bookstore_0001h/rgb_00139.jpg /bookstore_0001h/sync_depth_00139.png 518.8579 -/living_room_0058/rgb_00261.jpg /living_room_0058/sync_depth_00261.png 518.8579 -/kitchen_0011b/rgb_00079.jpg /kitchen_0011b/sync_depth_00079.png 518.8579 -/bedroom_0069/rgb_00014.jpg /bedroom_0069/sync_depth_00014.png 518.8579 -/kitchen_0035b/rgb_00297.jpg /kitchen_0035b/sync_depth_00297.png 518.8579 -/bedroom_0019/rgb_00035.jpg /bedroom_0019/sync_depth_00035.png 518.8579 -/dining_room_0037/rgb_00020.jpg /dining_room_0037/sync_depth_00020.png 518.8579 -/bookstore_0001f/rgb_00004.jpg /bookstore_0001f/sync_depth_00004.png 518.8579 -/kitchen_0031/rgb_00111.jpg /kitchen_0031/sync_depth_00111.png 518.8579 -/living_room_0011/rgb_00021.jpg /living_room_0011/sync_depth_00021.png 518.8579 -/bookstore_0001g/rgb_00239.jpg /bookstore_0001g/sync_depth_00239.png 518.8579 -/reception_room_0004/rgb_00019.jpg /reception_room_0004/sync_depth_00019.png 518.8579 -/basement_0001a/rgb_00060.jpg /basement_0001a/sync_depth_00060.png 518.8579 -/dining_room_0024/rgb_00045.jpg /dining_room_0024/sync_depth_00045.png 518.8579 -/playroom_0006/rgb_00019.jpg /playroom_0006/sync_depth_00019.png 518.8579 -/dining_room_0016/rgb_00010.jpg /dining_room_0016/sync_depth_00010.png 518.8579 -/bookstore_0001g/rgb_00261.jpg /bookstore_0001g/sync_depth_00261.png 518.8579 -/study_0003/rgb_00017.jpg /study_0003/sync_depth_00017.png 518.8579 -/kitchen_0052/rgb_00116.jpg /kitchen_0052/sync_depth_00116.png 518.8579 -/bedroom_0010/rgb_00018.jpg /bedroom_0010/sync_depth_00018.png 518.8579 -/kitchen_0051/rgb_00045.jpg /kitchen_0051/sync_depth_00045.png 518.8579 -/office_0026/rgb_00193.jpg /office_0026/sync_depth_00193.png 518.8579 -/office_0011/rgb_00144.jpg /office_0011/sync_depth_00144.png 518.8579 -/furniture_store_0001e/rgb_00091.jpg /furniture_store_0001e/sync_depth_00091.png 518.8579 -/dining_room_0031/rgb_00171.jpg /dining_room_0031/sync_depth_00171.png 518.8579 -/living_room_0050/rgb_00276.jpg /living_room_0050/sync_depth_00276.png 518.8579 -/furniture_store_0002a/rgb_00356.jpg /furniture_store_0002a/sync_depth_00356.png 518.8579 -/bedroom_0081/rgb_00039.jpg /bedroom_0081/sync_depth_00039.png 518.8579 -/bedroom_0136/rgb_00020.jpg /bedroom_0136/sync_depth_00020.png 518.8579 -/bedroom_0016/rgb_00007.jpg /bedroom_0016/sync_depth_00007.png 518.8579 -/office_kitchen_0003/rgb_00068.jpg /office_kitchen_0003/sync_depth_00068.png 518.8579 -/bedroom_0078/rgb_00047.jpg /bedroom_0078/sync_depth_00047.png 518.8579 -/dining_room_0031/rgb_00164.jpg /dining_room_0031/sync_depth_00164.png 518.8579 -/furniture_store_0001b/rgb_00018.jpg /furniture_store_0001b/sync_depth_00018.png 518.8579 -/home_office_0004/rgb_00065.jpg /home_office_0004/sync_depth_00065.png 518.8579 -/living_room_0058/rgb_00136.jpg /living_room_0058/sync_depth_00136.png 518.8579 -/living_room_0019/rgb_00133.jpg /living_room_0019/sync_depth_00133.png 518.8579 -/living_room_0047a/rgb_00034.jpg /living_room_0047a/sync_depth_00034.png 518.8579 -/kitchen_0047/rgb_00040.jpg /kitchen_0047/sync_depth_00040.png 518.8579 -/kitchen_0051/rgb_00068.jpg /kitchen_0051/sync_depth_00068.png 518.8579 -/living_room_0010/rgb_00006.jpg /living_room_0010/sync_depth_00006.png 518.8579 -/dining_room_0024/rgb_00142.jpg /dining_room_0024/sync_depth_00142.png 518.8579 -/basement_0001b/rgb_00014.jpg /basement_0001b/sync_depth_00014.png 518.8579 -/office_0026/rgb_00030.jpg /office_0026/sync_depth_00030.png 518.8579 -/kitchen_0011a/rgb_00072.jpg /kitchen_0011a/sync_depth_00072.png 518.8579 -/basement_0001a/rgb_00131.jpg /basement_0001a/sync_depth_00131.png 518.8579 -/excercise_room_0001/rgb_00021.jpg /excercise_room_0001/sync_depth_00021.png 518.8579 -/bookstore_0001g/rgb_00010.jpg /bookstore_0001g/sync_depth_00010.png 518.8579 -/furniture_store_0001e/rgb_00017.jpg /furniture_store_0001e/sync_depth_00017.png 518.8579 -/living_room_0010/rgb_00077.jpg /living_room_0010/sync_depth_00077.png 518.8579 -/living_room_0033/rgb_00018.jpg /living_room_0033/sync_depth_00018.png 518.8579 -/nyu_office_0/rgb_00368.jpg /nyu_office_0/sync_depth_00368.png 518.8579 -/bathroom_0056/rgb_00028.jpg /bathroom_0056/sync_depth_00028.png 518.8579 -/living_room_0012/rgb_00028.jpg /living_room_0012/sync_depth_00028.png 518.8579 -/living_room_0058/rgb_00016.jpg /living_room_0058/sync_depth_00016.png 518.8579 -/living_room_0050/rgb_00209.jpg /living_room_0050/sync_depth_00209.png 518.8579 -/home_office_0008/rgb_00022.jpg /home_office_0008/sync_depth_00022.png 518.8579 -/dining_room_0013/rgb_00140.jpg /dining_room_0013/sync_depth_00140.png 518.8579 -/dining_room_0031/rgb_00247.jpg /dining_room_0031/sync_depth_00247.png 518.8579 -/bedroom_0052/rgb_00078.jpg /bedroom_0052/sync_depth_00078.png 518.8579 -/kitchen_0031/rgb_00149.jpg /kitchen_0031/sync_depth_00149.png 518.8579 -/dining_room_0004/rgb_00063.jpg /dining_room_0004/sync_depth_00063.png 518.8579 -/bedroom_0106/rgb_00129.jpg /bedroom_0106/sync_depth_00129.png 518.8579 -/living_room_0020/rgb_00014.jpg /living_room_0020/sync_depth_00014.png 518.8579 -/playroom_0004/rgb_00109.jpg /playroom_0004/sync_depth_00109.png 518.8579 -/living_room_0004/rgb_00056.jpg /living_room_0004/sync_depth_00056.png 518.8579 -/bedroom_0015/rgb_00100.jpg /bedroom_0015/sync_depth_00100.png 518.8579 -/furniture_store_0001b/rgb_00059.jpg /furniture_store_0001b/sync_depth_00059.png 518.8579 -/bookstore_0001f/rgb_00502.jpg /bookstore_0001f/sync_depth_00502.png 518.8579 -/kitchen_0035b/rgb_00230.jpg /kitchen_0035b/sync_depth_00230.png 518.8579 -/printer_room_0001/rgb_00004.jpg /printer_room_0001/sync_depth_00004.png 518.8579 -/bedroom_0136/rgb_00002.jpg /bedroom_0136/sync_depth_00002.png 518.8579 -/bedroom_0097/rgb_00002.jpg /bedroom_0097/sync_depth_00002.png 518.8579 -/bedroom_0026/rgb_00124.jpg /bedroom_0026/sync_depth_00124.png 518.8579 -/bedroom_0071/rgb_00052.jpg /bedroom_0071/sync_depth_00052.png 518.8579 -/playroom_0006/rgb_00070.jpg /playroom_0006/sync_depth_00070.png 518.8579 -/bathroom_0041/rgb_00067.jpg /bathroom_0041/sync_depth_00067.png 518.8579 -/living_room_0046a/rgb_00053.jpg /living_room_0046a/sync_depth_00053.png 518.8579 -/reception_room_0001b/rgb_00105.jpg /reception_room_0001b/sync_depth_00105.png 518.8579 -/cafe_0001b/rgb_00008.jpg /cafe_0001b/sync_depth_00008.png 518.8579 -/living_room_0047a/rgb_00040.jpg /living_room_0047a/sync_depth_00040.png 518.8579 -/furniture_store_0002c/rgb_00026.jpg /furniture_store_0002c/sync_depth_00026.png 518.8579 -/office_0026/rgb_00184.jpg /office_0026/sync_depth_00184.png 518.8579 -/bedroom_0086/rgb_00040.jpg /bedroom_0086/sync_depth_00040.png 518.8579 -/office_0024/rgb_00070.jpg /office_0024/sync_depth_00070.png 518.8579 -/bedroom_0004/rgb_00190.jpg /bedroom_0004/sync_depth_00190.png 518.8579 -/playroom_0003/rgb_00031.jpg /playroom_0003/sync_depth_00031.png 518.8579 -/living_room_0046b/rgb_00001.jpg /living_room_0046b/sync_depth_00001.png 518.8579 -/living_room_0018/rgb_00015.jpg /living_room_0018/sync_depth_00015.png 518.8579 -/office_0006/rgb_00167.jpg /office_0006/sync_depth_00167.png 518.8579 -/bathroom_0053/rgb_00008.jpg /bathroom_0053/sync_depth_00008.png 518.8579 -/living_room_0068/rgb_00103.jpg /living_room_0068/sync_depth_00103.png 518.8579 -/dining_room_0014/rgb_00071.jpg /dining_room_0014/sync_depth_00071.png 518.8579 -/bathroom_0034/rgb_00035.jpg /bathroom_0034/sync_depth_00035.png 518.8579 -/living_room_0063/rgb_00171.jpg /living_room_0063/sync_depth_00171.png 518.8579 -/dining_room_0015/rgb_00115.jpg /dining_room_0015/sync_depth_00115.png 518.8579 -/dining_room_0010/rgb_00110.jpg /dining_room_0010/sync_depth_00110.png 518.8579 -/cafe_0001c/rgb_00087.jpg /cafe_0001c/sync_depth_00087.png 518.8579 -/classroom_0006/rgb_00073.jpg /classroom_0006/sync_depth_00073.png 518.8579 -/living_room_0038/rgb_00121.jpg /living_room_0038/sync_depth_00121.png 518.8579 -/kitchen_0029c/rgb_00161.jpg /kitchen_0029c/sync_depth_00161.png 518.8579 -/living_room_0022/rgb_00346.jpg /living_room_0022/sync_depth_00346.png 518.8579 -/living_room_0047a/rgb_00053.jpg /living_room_0047a/sync_depth_00053.png 518.8579 -/bedroom_0069/rgb_00080.jpg /bedroom_0069/sync_depth_00080.png 518.8579 -/bookstore_0001g/rgb_00047.jpg /bookstore_0001g/sync_depth_00047.png 518.8579 -/dining_room_0031/rgb_00336.jpg /dining_room_0031/sync_depth_00336.png 518.8579 -/bedroom_0067a/rgb_00001.jpg /bedroom_0067a/sync_depth_00001.png 518.8579 -/bathroom_0002/rgb_00038.jpg /bathroom_0002/sync_depth_00038.png 518.8579 -/living_room_0086a/rgb_00020.jpg /living_room_0086a/sync_depth_00020.png 518.8579 -/dining_room_0016/rgb_00087.jpg /dining_room_0016/sync_depth_00087.png 518.8579 -/living_room_0022/rgb_00338.jpg /living_room_0022/sync_depth_00338.png 518.8579 -/bathroom_0055/rgb_00015.jpg /bathroom_0055/sync_depth_00015.png 518.8579 -/study_0008/rgb_00027.jpg /study_0008/sync_depth_00027.png 518.8579 -/bedroom_0076a/rgb_00129.jpg /bedroom_0076a/sync_depth_00129.png 518.8579 -/computer_lab_0002/rgb_00044.jpg /computer_lab_0002/sync_depth_00044.png 518.8579 -/bedroom_0020/rgb_00105.jpg /bedroom_0020/sync_depth_00105.png 518.8579 -/dining_room_0028/rgb_00037.jpg /dining_room_0028/sync_depth_00037.png 518.8579 -/classroom_0022/rgb_00029.jpg /classroom_0022/sync_depth_00029.png 518.8579 -/dining_room_0023/rgb_00097.jpg /dining_room_0023/sync_depth_00097.png 518.8579 -/office_0011/rgb_00075.jpg /office_0011/sync_depth_00075.png 518.8579 -/office_0004/rgb_00036.jpg /office_0004/sync_depth_00036.png 518.8579 -/living_room_0062/rgb_00158.jpg /living_room_0062/sync_depth_00158.png 518.8579 -/furniture_store_0001e/rgb_00072.jpg /furniture_store_0001e/sync_depth_00072.png 518.8579 -/office_0024/rgb_00030.jpg /office_0024/sync_depth_00030.png 518.8579 -/student_lounge_0001/rgb_00268.jpg /student_lounge_0001/sync_depth_00268.png 518.8579 -/bedroom_0060/rgb_00071.jpg /bedroom_0060/sync_depth_00071.png 518.8579 -/living_room_0042b/rgb_00082.jpg /living_room_0042b/sync_depth_00082.png 518.8579 -/dining_room_0037/rgb_00048.jpg /dining_room_0037/sync_depth_00048.png 518.8579 -/home_office_0008/rgb_00094.jpg /home_office_0008/sync_depth_00094.png 518.8579 -/nyu_office_0/rgb_00031.jpg /nyu_office_0/sync_depth_00031.png 518.8579 -/kitchen_0049/rgb_00108.jpg /kitchen_0049/sync_depth_00108.png 518.8579 -/bedroom_0071/rgb_00082.jpg /bedroom_0071/sync_depth_00082.png 518.8579 -/bookstore_0001d/rgb_00101.jpg /bookstore_0001d/sync_depth_00101.png 518.8579 -/living_room_0042b/rgb_00063.jpg /living_room_0042b/sync_depth_00063.png 518.8579 -/bedroom_0065/rgb_00040.jpg /bedroom_0065/sync_depth_00040.png 518.8579 -/bedroom_0019/rgb_00022.jpg /bedroom_0019/sync_depth_00022.png 518.8579 -/nyu_office_0/rgb_00318.jpg /nyu_office_0/sync_depth_00318.png 518.8579 -/study_room_0005b/rgb_00009.jpg /study_room_0005b/sync_depth_00009.png 518.8579 -/office_0011/rgb_00146.jpg /office_0011/sync_depth_00146.png 518.8579 -/living_room_0022/rgb_00104.jpg /living_room_0022/sync_depth_00104.png 518.8579 -/kitchen_0037/rgb_00028.jpg /kitchen_0037/sync_depth_00028.png 518.8579 -/living_room_0010/rgb_00174.jpg /living_room_0010/sync_depth_00174.png 518.8579 -/kitchen_0048/rgb_00218.jpg /kitchen_0048/sync_depth_00218.png 518.8579 -/office_0019/rgb_00018.jpg /office_0019/sync_depth_00018.png 518.8579 -/home_office_0011/rgb_00026.jpg /home_office_0011/sync_depth_00026.png 518.8579 -/bedroom_0072/rgb_00171.jpg /bedroom_0072/sync_depth_00171.png 518.8579 -/dining_room_0024/rgb_00029.jpg /dining_room_0024/sync_depth_00029.png 518.8579 -/bedroom_0097/rgb_00052.jpg /bedroom_0097/sync_depth_00052.png 518.8579 -/study_0003/rgb_00078.jpg /study_0003/sync_depth_00078.png 518.8579 -/home_office_0005/rgb_00026.jpg /home_office_0005/sync_depth_00026.png 518.8579 -/kitchen_0045a/rgb_00038.jpg /kitchen_0045a/sync_depth_00038.png 518.8579 -/laundry_room_0001/rgb_00066.jpg /laundry_room_0001/sync_depth_00066.png 518.8579 -/bedroom_0010/rgb_00089.jpg /bedroom_0010/sync_depth_00089.png 518.8579 -/cafe_0001b/rgb_00033.jpg /cafe_0001b/sync_depth_00033.png 518.8579 -/living_room_0058/rgb_00272.jpg /living_room_0058/sync_depth_00272.png 518.8579 -/dining_room_0008/rgb_00042.jpg /dining_room_0008/sync_depth_00042.png 518.8579 -/study_room_0004/rgb_00202.jpg /study_room_0004/sync_depth_00202.png 518.8579 -/dining_room_0033/rgb_00100.jpg /dining_room_0033/sync_depth_00100.png 518.8579 -/bathroom_0054/rgb_00003.jpg /bathroom_0054/sync_depth_00003.png 518.8579 -/office_0003/rgb_00026.jpg /office_0003/sync_depth_00026.png 518.8579 -/bedroom_0063/rgb_00044.jpg /bedroom_0063/sync_depth_00044.png 518.8579 -/living_room_0020/rgb_00087.jpg /living_room_0020/sync_depth_00087.png 518.8579 -/office_0006/rgb_00119.jpg /office_0006/sync_depth_00119.png 518.8579 -/bedroom_0104/rgb_00026.jpg /bedroom_0104/sync_depth_00026.png 518.8579 -/excercise_room_0001/rgb_00056.jpg /excercise_room_0001/sync_depth_00056.png 518.8579 -/classroom_0018/rgb_00029.jpg /classroom_0018/sync_depth_00029.png 518.8579 -/kitchen_0059/rgb_00070.jpg /kitchen_0059/sync_depth_00070.png 518.8579 -/furniture_store_0002c/rgb_00013.jpg /furniture_store_0002c/sync_depth_00013.png 518.8579 -/playroom_0006/rgb_00096.jpg /playroom_0006/sync_depth_00096.png 518.8579 -/kitchen_0047/rgb_00055.jpg /kitchen_0047/sync_depth_00055.png 518.8579 -/bedroom_0056a/rgb_00018.jpg /bedroom_0056a/sync_depth_00018.png 518.8579 -/living_room_0039/rgb_00047.jpg /living_room_0039/sync_depth_00047.png 518.8579 -/kitchen_0003/rgb_00090.jpg /kitchen_0003/sync_depth_00090.png 518.8579 -/living_room_0038/rgb_00085.jpg /living_room_0038/sync_depth_00085.png 518.8579 -/living_room_0046a/rgb_00095.jpg /living_room_0046a/sync_depth_00095.png 518.8579 -/kitchen_0017/rgb_00023.jpg /kitchen_0017/sync_depth_00023.png 518.8579 -/playroom_0003/rgb_00194.jpg /playroom_0003/sync_depth_00194.png 518.8579 -/living_room_0078/rgb_00131.jpg /living_room_0078/sync_depth_00131.png 518.8579 -/kitchen_0048/rgb_00255.jpg /kitchen_0048/sync_depth_00255.png 518.8579 -/furniture_store_0001d/rgb_00099.jpg /furniture_store_0001d/sync_depth_00099.png 518.8579 -/living_room_0011/rgb_00084.jpg /living_room_0011/sync_depth_00084.png 518.8579 -/living_room_0005/rgb_00067.jpg /living_room_0005/sync_depth_00067.png 518.8579 -/printer_room_0001/rgb_00059.jpg /printer_room_0001/sync_depth_00059.png 518.8579 -/living_room_0037/rgb_00002.jpg /living_room_0037/sync_depth_00002.png 518.8579 -/kitchen_0052/rgb_00084.jpg /kitchen_0052/sync_depth_00084.png 518.8579 -/reception_room_0001b/rgb_00090.jpg /reception_room_0001b/sync_depth_00090.png 518.8579 -/bedroom_0062/rgb_00104.jpg /bedroom_0062/sync_depth_00104.png 518.8579 -/dining_room_0008/rgb_00135.jpg /dining_room_0008/sync_depth_00135.png 518.8579 -/bedroom_0132/rgb_00006.jpg /bedroom_0132/sync_depth_00006.png 518.8579 -/conference_room_0001/rgb_00001.jpg /conference_room_0001/sync_depth_00001.png 518.8579 -/playroom_0004/rgb_00093.jpg /playroom_0004/sync_depth_00093.png 518.8579 -/office_0025/rgb_00035.jpg /office_0025/sync_depth_00035.png 518.8579 -/bookstore_0001d/rgb_00270.jpg /bookstore_0001d/sync_depth_00270.png 518.8579 -/living_room_0062/rgb_00112.jpg /living_room_0062/sync_depth_00112.png 518.8579 -/living_room_0040/rgb_00027.jpg /living_room_0040/sync_depth_00027.png 518.8579 -/living_room_0069a/rgb_00086.jpg /living_room_0069a/sync_depth_00086.png 518.8579 -/dining_room_0014/rgb_00020.jpg /dining_room_0014/sync_depth_00020.png 518.8579 -/dining_room_0034/rgb_00133.jpg /dining_room_0034/sync_depth_00133.png 518.8579 -/dining_room_0013/rgb_00145.jpg /dining_room_0013/sync_depth_00145.png 518.8579 -/kitchen_0003/rgb_00121.jpg /kitchen_0003/sync_depth_00121.png 518.8579 -/kitchen_0029a/rgb_00016.jpg /kitchen_0029a/sync_depth_00016.png 518.8579 -/living_room_0042a/rgb_00017.jpg /living_room_0042a/sync_depth_00017.png 518.8579 -/living_room_0058/rgb_00244.jpg /living_room_0058/sync_depth_00244.png 518.8579 -/living_room_0038/rgb_00082.jpg /living_room_0038/sync_depth_00082.png 518.8579 -/living_room_0040/rgb_00129.jpg /living_room_0040/sync_depth_00129.png 518.8579 -/kitchen_0049/rgb_00177.jpg /kitchen_0049/sync_depth_00177.png 518.8579 -/kitchen_0016/rgb_00094.jpg /kitchen_0016/sync_depth_00094.png 518.8579 -/dining_room_0001b/rgb_00234.jpg /dining_room_0001b/sync_depth_00234.png 518.8579 -/classroom_0003/rgb_00022.jpg /classroom_0003/sync_depth_00022.png 518.8579 -/bedroom_0034/rgb_00103.jpg /bedroom_0034/sync_depth_00103.png 518.8579 -/classroom_0006/rgb_00148.jpg /classroom_0006/sync_depth_00148.png 518.8579 -/home_office_0006/rgb_00119.jpg /home_office_0006/sync_depth_00119.png 518.8579 -/living_room_0020/rgb_00055.jpg /living_room_0020/sync_depth_00055.png 518.8579 -/bathroom_0041/rgb_00077.jpg /bathroom_0041/sync_depth_00077.png 518.8579 -/dining_room_0033/rgb_00175.jpg /dining_room_0033/sync_depth_00175.png 518.8579 -/living_room_0078/rgb_00043.jpg /living_room_0078/sync_depth_00043.png 518.8579 -/home_office_0011/rgb_00061.jpg /home_office_0011/sync_depth_00061.png 518.8579 -/bedroom_0060/rgb_00043.jpg /bedroom_0060/sync_depth_00043.png 518.8579 -/bathroom_0013/rgb_00004.jpg /bathroom_0013/sync_depth_00004.png 518.8579 -/living_room_0004/rgb_00143.jpg /living_room_0004/sync_depth_00143.png 518.8579 -/nyu_office_0/rgb_00280.jpg /nyu_office_0/sync_depth_00280.png 518.8579 -/furniture_store_0002a/rgb_00133.jpg /furniture_store_0002a/sync_depth_00133.png 518.8579 -/bathroom_0005/rgb_00054.jpg /bathroom_0005/sync_depth_00054.png 518.8579 -/bookstore_0001j/rgb_00256.jpg /bookstore_0001j/sync_depth_00256.png 518.8579 -/dining_room_0010/rgb_00111.jpg /dining_room_0010/sync_depth_00111.png 518.8579 -/living_room_0018/rgb_00197.jpg /living_room_0018/sync_depth_00197.png 518.8579 -/dining_room_0001b/rgb_00098.jpg /dining_room_0001b/sync_depth_00098.png 518.8579 -/kitchen_0050/rgb_00067.jpg /kitchen_0050/sync_depth_00067.png 518.8579 -/living_room_0062/rgb_00157.jpg /living_room_0062/sync_depth_00157.png 518.8579 -/bedroom_0042/rgb_00034.jpg /bedroom_0042/sync_depth_00034.png 518.8579 -/office_0018/rgb_00037.jpg /office_0018/sync_depth_00037.png 518.8579 -/bookstore_0001e/rgb_00148.jpg /bookstore_0001e/sync_depth_00148.png 518.8579 -/dining_room_0031/rgb_00216.jpg /dining_room_0031/sync_depth_00216.png 518.8579 -/bookstore_0001f/rgb_00438.jpg /bookstore_0001f/sync_depth_00438.png 518.8579 -/dining_room_0031/rgb_00002.jpg /dining_room_0031/sync_depth_00002.png 518.8579 -/dining_room_0007/rgb_00235.jpg /dining_room_0007/sync_depth_00235.png 518.8579 -/kitchen_0060/rgb_00164.jpg /kitchen_0060/sync_depth_00164.png 518.8579 -/bedroom_0031/rgb_00029.jpg /bedroom_0031/sync_depth_00029.png 518.8579 -/home_storage_0001/rgb_00050.jpg /home_storage_0001/sync_depth_00050.png 518.8579 -/dining_room_0012/rgb_00133.jpg /dining_room_0012/sync_depth_00133.png 518.8579 -/bedroom_0015/rgb_00068.jpg /bedroom_0015/sync_depth_00068.png 518.8579 -/living_room_0055/rgb_00047.jpg /living_room_0055/sync_depth_00047.png 518.8579 -/bedroom_0104/rgb_00057.jpg /bedroom_0104/sync_depth_00057.png 518.8579 -/dining_room_0028/rgb_00098.jpg /dining_room_0028/sync_depth_00098.png 518.8579 -/reception_room_0002/rgb_00145.jpg /reception_room_0002/sync_depth_00145.png 518.8579 -/kitchen_0059/rgb_00057.jpg /kitchen_0059/sync_depth_00057.png 518.8579 -/nyu_office_1/rgb_00015.jpg /nyu_office_1/sync_depth_00015.png 518.8579 -/home_office_0007/rgb_00028.jpg /home_office_0007/sync_depth_00028.png 518.8579 -/bedroom_0019/rgb_00127.jpg /bedroom_0019/sync_depth_00127.png 518.8579 -/playroom_0003/rgb_00128.jpg /playroom_0003/sync_depth_00128.png 518.8579 -/kitchen_0050/rgb_00045.jpg /kitchen_0050/sync_depth_00045.png 518.8579 -/classroom_0022/rgb_00115.jpg /classroom_0022/sync_depth_00115.png 518.8579 -/living_room_0020/rgb_00080.jpg /living_room_0020/sync_depth_00080.png 518.8579 -/playroom_0003/rgb_00077.jpg /playroom_0003/sync_depth_00077.png 518.8579 -/living_room_0010/rgb_00149.jpg /living_room_0010/sync_depth_00149.png 518.8579 -/bookstore_0001e/rgb_00164.jpg /bookstore_0001e/sync_depth_00164.png 518.8579 -/bedroom_0042/rgb_00041.jpg /bedroom_0042/sync_depth_00041.png 518.8579 -/kitchen_0010/rgb_00075.jpg /kitchen_0010/sync_depth_00075.png 518.8579 -/dining_room_0031/rgb_00060.jpg /dining_room_0031/sync_depth_00060.png 518.8579 -/living_room_0020/rgb_00128.jpg /living_room_0020/sync_depth_00128.png 518.8579 -/living_room_0078/rgb_00133.jpg /living_room_0078/sync_depth_00133.png 518.8579 -/kitchen_0028a/rgb_00002.jpg /kitchen_0028a/sync_depth_00002.png 518.8579 -/kitchen_0029c/rgb_00019.jpg /kitchen_0029c/sync_depth_00019.png 518.8579 -/living_room_0010/rgb_00005.jpg /living_room_0010/sync_depth_00005.png 518.8579 -/bookstore_0001d/rgb_00191.jpg /bookstore_0001d/sync_depth_00191.png 518.8579 -/living_room_0047b/rgb_00130.jpg /living_room_0047b/sync_depth_00130.png 518.8579 -/cafe_0001b/rgb_00023.jpg /cafe_0001b/sync_depth_00023.png 518.8579 -/bathroom_0013/rgb_00027.jpg /bathroom_0013/sync_depth_00027.png 518.8579 -/dining_room_0016/rgb_00032.jpg /dining_room_0016/sync_depth_00032.png 518.8579 -/living_room_0046b/rgb_00090.jpg /living_room_0046b/sync_depth_00090.png 518.8579 -/furniture_store_0002b/rgb_00186.jpg /furniture_store_0002b/sync_depth_00186.png 518.8579 -/bedroom_0071/rgb_00180.jpg /bedroom_0071/sync_depth_00180.png 518.8579 -/living_room_0047b/rgb_00059.jpg /living_room_0047b/sync_depth_00059.png 518.8579 -/home_storage_0001/rgb_00024.jpg /home_storage_0001/sync_depth_00024.png 518.8579 -/bedroom_0010/rgb_00057.jpg /bedroom_0010/sync_depth_00057.png 518.8579 -/office_0024/rgb_00119.jpg /office_0024/sync_depth_00119.png 518.8579 -/bedroom_0136/rgb_00129.jpg /bedroom_0136/sync_depth_00129.png 518.8579 -/kitchen_0029c/rgb_00082.jpg /kitchen_0029c/sync_depth_00082.png 518.8579 -/kitchen_0028a/rgb_00008.jpg /kitchen_0028a/sync_depth_00008.png 518.8579 -/bedroom_0136/rgb_00023.jpg /bedroom_0136/sync_depth_00023.png 518.8579 -/office_0003/rgb_00027.jpg /office_0003/sync_depth_00027.png 518.8579 -/kitchen_0048/rgb_00011.jpg /kitchen_0048/sync_depth_00011.png 518.8579 -/kitchen_0052/rgb_00093.jpg /kitchen_0052/sync_depth_00093.png 518.8579 -/kitchen_0043/rgb_00094.jpg /kitchen_0043/sync_depth_00094.png 518.8579 -/bedroom_0033/rgb_00117.jpg /bedroom_0033/sync_depth_00117.png 518.8579 -/dining_room_0010/rgb_00060.jpg /dining_room_0010/sync_depth_00060.png 518.8579 -/office_0024/rgb_00054.jpg /office_0024/sync_depth_00054.png 518.8579 -/bedroom_0004/rgb_00021.jpg /bedroom_0004/sync_depth_00021.png 518.8579 -/living_room_0042b/rgb_00043.jpg /living_room_0042b/sync_depth_00043.png 518.8579 -/bathroom_0048/rgb_00071.jpg /bathroom_0048/sync_depth_00071.png 518.8579 -/excercise_room_0001/rgb_00068.jpg /excercise_room_0001/sync_depth_00068.png 518.8579 -/living_room_0050/rgb_00166.jpg /living_room_0050/sync_depth_00166.png 518.8579 -/nyu_office_0/rgb_00369.jpg /nyu_office_0/sync_depth_00369.png 518.8579 -/dining_room_0010/rgb_00098.jpg /dining_room_0010/sync_depth_00098.png 518.8579 -/bookstore_0001g/rgb_00278.jpg /bookstore_0001g/sync_depth_00278.png 518.8579 -/living_room_0058/rgb_00154.jpg /living_room_0058/sync_depth_00154.png 518.8579 -/kitchen_0037/rgb_00000.jpg /kitchen_0037/sync_depth_00000.png 518.8579 -/dining_room_0016/rgb_00036.jpg /dining_room_0016/sync_depth_00036.png 518.8579 -/living_room_0069a/rgb_00073.jpg /living_room_0069a/sync_depth_00073.png 518.8579 -/kitchen_0037/rgb_00042.jpg /kitchen_0037/sync_depth_00042.png 518.8579 -/dining_room_0014/rgb_00054.jpg /dining_room_0014/sync_depth_00054.png 518.8579 -/bookstore_0001f/rgb_00094.jpg /bookstore_0001f/sync_depth_00094.png 518.8579 -/bedroom_0100/rgb_00004.jpg /bedroom_0100/sync_depth_00004.png 518.8579 -/basement_0001b/rgb_00038.jpg /basement_0001b/sync_depth_00038.png 518.8579 -/living_room_0012/rgb_00216.jpg /living_room_0012/sync_depth_00216.png 518.8579 -/bedroom_0081/rgb_00031.jpg /bedroom_0081/sync_depth_00031.png 518.8579 -/conference_room_0001/rgb_00061.jpg /conference_room_0001/sync_depth_00061.png 518.8579 -/bedroom_0012/rgb_00034.jpg /bedroom_0012/sync_depth_00034.png 518.8579 -/office_0012/rgb_00068.jpg /office_0012/sync_depth_00068.png 518.8579 -/dining_room_0019/rgb_00153.jpg /dining_room_0019/sync_depth_00153.png 518.8579 -/living_room_0039/rgb_00051.jpg /living_room_0039/sync_depth_00051.png 518.8579 -/bookstore_0001i/rgb_00104.jpg /bookstore_0001i/sync_depth_00104.png 518.8579 -/bedroom_0126/rgb_00018.jpg /bedroom_0126/sync_depth_00018.png 518.8579 -/bedroom_0004/rgb_00112.jpg /bedroom_0004/sync_depth_00112.png 518.8579 -/living_room_0058/rgb_00024.jpg /living_room_0058/sync_depth_00024.png 518.8579 -/dining_room_0013/rgb_00200.jpg /dining_room_0013/sync_depth_00200.png 518.8579 -/nyu_office_0/rgb_00296.jpg /nyu_office_0/sync_depth_00296.png 518.8579 -/living_room_0040/rgb_00104.jpg /living_room_0040/sync_depth_00104.png 518.8579 -/kitchen_0033/rgb_00107.jpg /kitchen_0033/sync_depth_00107.png 518.8579 -/bedroom_0025/rgb_00084.jpg /bedroom_0025/sync_depth_00084.png 518.8579 -/kitchen_0016/rgb_00081.jpg /kitchen_0016/sync_depth_00081.png 518.8579 -/bedroom_0021/rgb_00075.jpg /bedroom_0021/sync_depth_00075.png 518.8579 -/dining_room_0024/rgb_00043.jpg /dining_room_0024/sync_depth_00043.png 518.8579 -/nyu_office_0/rgb_00083.jpg /nyu_office_0/sync_depth_00083.png 518.8579 -/living_room_0018/rgb_00068.jpg /living_room_0018/sync_depth_00068.png 518.8579 -/bathroom_0030/rgb_00003.jpg /bathroom_0030/sync_depth_00003.png 518.8579 -/furniture_store_0001e/rgb_00064.jpg /furniture_store_0001e/sync_depth_00064.png 518.8579 -/furniture_store_0002a/rgb_00298.jpg /furniture_store_0002a/sync_depth_00298.png 518.8579 -/bedroom_0072/rgb_00067.jpg /bedroom_0072/sync_depth_00067.png 518.8579 -/bathroom_0045a/rgb_00045.jpg /bathroom_0045a/sync_depth_00045.png 518.8579 -/living_room_0018/rgb_00114.jpg /living_room_0018/sync_depth_00114.png 518.8579 -/living_room_0039/rgb_00028.jpg /living_room_0039/sync_depth_00028.png 518.8579 -/furniture_store_0002a/rgb_00021.jpg /furniture_store_0002a/sync_depth_00021.png 518.8579 -/living_room_0005/rgb_00033.jpg /living_room_0005/sync_depth_00033.png 518.8579 -/home_office_0005/rgb_00061.jpg /home_office_0005/sync_depth_00061.png 518.8579 -/dining_room_0016/rgb_00198.jpg /dining_room_0016/sync_depth_00198.png 518.8579 -/kitchen_0033/rgb_00042.jpg /kitchen_0033/sync_depth_00042.png 518.8579 -/bathroom_0055/rgb_00039.jpg /bathroom_0055/sync_depth_00039.png 518.8579 -/bedroom_0079/rgb_00018.jpg /bedroom_0079/sync_depth_00018.png 518.8579 -/bedroom_0004/rgb_00111.jpg /bedroom_0004/sync_depth_00111.png 518.8579 -/living_room_0050/rgb_00150.jpg /living_room_0050/sync_depth_00150.png 518.8579 -/living_room_0055/rgb_00084.jpg /living_room_0055/sync_depth_00084.png 518.8579 -/printer_room_0001/rgb_00021.jpg /printer_room_0001/sync_depth_00021.png 518.8579 -/dining_room_0023/rgb_00042.jpg /dining_room_0023/sync_depth_00042.png 518.8579 -/bedroom_0004/rgb_00146.jpg /bedroom_0004/sync_depth_00146.png 518.8579 -/dining_room_0007/rgb_00131.jpg /dining_room_0007/sync_depth_00131.png 518.8579 -/bedroom_0056b/rgb_00029.jpg /bedroom_0056b/sync_depth_00029.png 518.8579 -/dining_room_0016/rgb_00192.jpg /dining_room_0016/sync_depth_00192.png 518.8579 -/bedroom_0132/rgb_00005.jpg /bedroom_0132/sync_depth_00005.png 518.8579 -/bedroom_0034/rgb_00028.jpg /bedroom_0034/sync_depth_00028.png 518.8579 -/kitchen_0017/rgb_00087.jpg /kitchen_0017/sync_depth_00087.png 518.8579 -/bedroom_0015/rgb_00089.jpg /bedroom_0015/sync_depth_00089.png 518.8579 -/kitchen_0045a/rgb_00197.jpg /kitchen_0045a/sync_depth_00197.png 518.8579 -/student_lounge_0001/rgb_00127.jpg /student_lounge_0001/sync_depth_00127.png 518.8579 -/living_room_0047b/rgb_00190.jpg /living_room_0047b/sync_depth_00190.png 518.8579 -/playroom_0003/rgb_00217.jpg /playroom_0003/sync_depth_00217.png 518.8579 -/dining_room_0031/rgb_00303.jpg /dining_room_0031/sync_depth_00303.png 518.8579 -/dining_room_0019/rgb_00118.jpg /dining_room_0019/sync_depth_00118.png 518.8579 -/dining_room_0031/rgb_00316.jpg /dining_room_0031/sync_depth_00316.png 518.8579 -/living_room_0042b/rgb_00053.jpg /living_room_0042b/sync_depth_00053.png 518.8579 -/kitchen_0049/rgb_00211.jpg /kitchen_0049/sync_depth_00211.png 518.8579 -/bedroom_0072/rgb_00099.jpg /bedroom_0072/sync_depth_00099.png 518.8579 -/bookstore_0001d/rgb_00311.jpg /bookstore_0001d/sync_depth_00311.png 518.8579 -/study_room_0005a/rgb_00005.jpg /study_room_0005a/sync_depth_00005.png 518.8579 -/bookstore_0001g/rgb_00031.jpg /bookstore_0001g/sync_depth_00031.png 518.8579 -/home_office_0011/rgb_00013.jpg /home_office_0011/sync_depth_00013.png 518.8579 -/living_room_0022/rgb_00066.jpg /living_room_0022/sync_depth_00066.png 518.8579 -/bedroom_0057/rgb_00039.jpg /bedroom_0057/sync_depth_00039.png 518.8579 -/living_room_0047b/rgb_00162.jpg /living_room_0047b/sync_depth_00162.png 518.8579 -/bookstore_0001d/rgb_00289.jpg /bookstore_0001d/sync_depth_00289.png 518.8579 -/bookstore_0001e/rgb_00021.jpg /bookstore_0001e/sync_depth_00021.png 518.8579 -/home_storage_0001/rgb_00008.jpg /home_storage_0001/sync_depth_00008.png 518.8579 -/kitchen_0029a/rgb_00037.jpg /kitchen_0029a/sync_depth_00037.png 518.8579 -/dining_room_0016/rgb_00007.jpg /dining_room_0016/sync_depth_00007.png 518.8579 -/reception_room_0002/rgb_00053.jpg /reception_room_0002/sync_depth_00053.png 518.8579 -/living_room_0020/rgb_00200.jpg /living_room_0020/sync_depth_00200.png 518.8579 -/dining_room_0015/rgb_00173.jpg /dining_room_0015/sync_depth_00173.png 518.8579 -/kitchen_0049/rgb_00217.jpg /kitchen_0049/sync_depth_00217.png 518.8579 -/kitchen_0031/rgb_00083.jpg /kitchen_0031/sync_depth_00083.png 518.8579 -/bookstore_0001i/rgb_00091.jpg /bookstore_0001i/sync_depth_00091.png 518.8579 -/bedroom_0074/rgb_00124.jpg /bedroom_0074/sync_depth_00124.png 518.8579 -/bedroom_0056a/rgb_00057.jpg /bedroom_0056a/sync_depth_00057.png 518.8579 -/kitchen_0017/rgb_00034.jpg /kitchen_0017/sync_depth_00034.png 518.8579 -/cafe_0001c/rgb_00042.jpg /cafe_0001c/sync_depth_00042.png 518.8579 -/bedroom_0059/rgb_00024.jpg /bedroom_0059/sync_depth_00024.png 518.8579 -/living_room_0083/rgb_00063.jpg /living_room_0083/sync_depth_00063.png 518.8579 -/basement_0001a/rgb_00021.jpg /basement_0001a/sync_depth_00021.png 518.8579 -/bathroom_0030/rgb_00053.jpg /bathroom_0030/sync_depth_00053.png 518.8579 -/home_office_0011/rgb_00049.jpg /home_office_0011/sync_depth_00049.png 518.8579 -/kitchen_0006/rgb_00019.jpg /kitchen_0006/sync_depth_00019.png 518.8579 -/furniture_store_0002b/rgb_00221.jpg /furniture_store_0002b/sync_depth_00221.png 518.8579 -/living_room_0040/rgb_00219.jpg /living_room_0040/sync_depth_00219.png 518.8579 -/office_0004/rgb_00008.jpg /office_0004/sync_depth_00008.png 518.8579 -/playroom_0003/rgb_00006.jpg /playroom_0003/sync_depth_00006.png 518.8579 -/home_office_0008/rgb_00153.jpg /home_office_0008/sync_depth_00153.png 518.8579 -/bookstore_0001d/rgb_00078.jpg /bookstore_0001d/sync_depth_00078.png 518.8579 -/student_lounge_0001/rgb_00261.jpg /student_lounge_0001/sync_depth_00261.png 518.8579 -/dining_room_0019/rgb_00020.jpg /dining_room_0019/sync_depth_00020.png 518.8579 -/living_room_0040/rgb_00141.jpg /living_room_0040/sync_depth_00141.png 518.8579 -/dining_room_0007/rgb_00200.jpg /dining_room_0007/sync_depth_00200.png 518.8579 -/bedroom_0015/rgb_00077.jpg /bedroom_0015/sync_depth_00077.png 518.8579 -/bookstore_0001j/rgb_00243.jpg /bookstore_0001j/sync_depth_00243.png 518.8579 -/classroom_0003/rgb_00014.jpg /classroom_0003/sync_depth_00014.png 518.8579 -/living_room_0010/rgb_00119.jpg /living_room_0010/sync_depth_00119.png 518.8579 -/kitchen_0049/rgb_00161.jpg /kitchen_0049/sync_depth_00161.png 518.8579 -/bedroom_0106/rgb_00008.jpg /bedroom_0106/sync_depth_00008.png 518.8579 -/office_kitchen_0001b/rgb_00000.jpg /office_kitchen_0001b/sync_depth_00000.png 518.8579 -/living_room_0022/rgb_00362.jpg /living_room_0022/sync_depth_00362.png 518.8579 -/kitchen_0003/rgb_00154.jpg /kitchen_0003/sync_depth_00154.png 518.8579 -/dining_room_0012/rgb_00066.jpg /dining_room_0012/sync_depth_00066.png 518.8579 -/home_office_0008/rgb_00099.jpg /home_office_0008/sync_depth_00099.png 518.8579 -/dining_room_0028/rgb_00078.jpg /dining_room_0028/sync_depth_00078.png 518.8579 -/bedroom_0074/rgb_00097.jpg /bedroom_0074/sync_depth_00097.png 518.8579 -/bedroom_0125a/rgb_00000.jpg /bedroom_0125a/sync_depth_00000.png 518.8579 -/nyu_office_1/rgb_00103.jpg /nyu_office_1/sync_depth_00103.png 518.8579 -/bedroom_0045/rgb_00012.jpg /bedroom_0045/sync_depth_00012.png 518.8579 -/office_0018/rgb_00015.jpg /office_0018/sync_depth_00015.png 518.8579 -/dining_room_0004/rgb_00055.jpg /dining_room_0004/sync_depth_00055.png 518.8579 -/bedroom_0017/rgb_00135.jpg /bedroom_0017/sync_depth_00135.png 518.8579 -/kitchen_0049/rgb_00231.jpg /kitchen_0049/sync_depth_00231.png 518.8579 -/dining_room_0029/rgb_00016.jpg /dining_room_0029/sync_depth_00016.png 518.8579 -/kitchen_0047/rgb_00076.jpg /kitchen_0047/sync_depth_00076.png 518.8579 -/bedroom_0016/rgb_00097.jpg /bedroom_0016/sync_depth_00097.png 518.8579 -/kitchen_0051/rgb_00122.jpg /kitchen_0051/sync_depth_00122.png 518.8579 -/bedroom_0025/rgb_00038.jpg /bedroom_0025/sync_depth_00038.png 518.8579 -/kitchen_0006/rgb_00032.jpg /kitchen_0006/sync_depth_00032.png 518.8579 -/kitchen_0019a/rgb_00170.jpg /kitchen_0019a/sync_depth_00170.png 518.8579 -/living_room_0039/rgb_00139.jpg /living_room_0039/sync_depth_00139.png 518.8579 -/bedroom_0026/rgb_00080.jpg /bedroom_0026/sync_depth_00080.png 518.8579 -/dining_room_0012/rgb_00084.jpg /dining_room_0012/sync_depth_00084.png 518.8579 -/kitchen_0006/rgb_00037.jpg /kitchen_0006/sync_depth_00037.png 518.8579 -/kitchen_0048/rgb_00267.jpg /kitchen_0048/sync_depth_00267.png 518.8579 -/study_room_0005b/rgb_00090.jpg /study_room_0005b/sync_depth_00090.png 518.8579 -/furniture_store_0002a/rgb_00233.jpg /furniture_store_0002a/sync_depth_00233.png 518.8579 -/dinette_0001/rgb_00077.jpg /dinette_0001/sync_depth_00077.png 518.8579 -/bedroom_0017/rgb_00055.jpg /bedroom_0017/sync_depth_00055.png 518.8579 -/office_0003/rgb_00044.jpg /office_0003/sync_depth_00044.png 518.8579 -/kitchen_0019a/rgb_00080.jpg /kitchen_0019a/sync_depth_00080.png 518.8579 -/dining_room_0008/rgb_00180.jpg /dining_room_0008/sync_depth_00180.png 518.8579 -/living_room_0032/rgb_00008.jpg /living_room_0032/sync_depth_00008.png 518.8579 -/playroom_0002/rgb_00069.jpg /playroom_0002/sync_depth_00069.png 518.8579 -/classroom_0004/rgb_00094.jpg /classroom_0004/sync_depth_00094.png 518.8579 -/kitchen_0049/rgb_00214.jpg /kitchen_0049/sync_depth_00214.png 518.8579 -/kitchen_0033/rgb_00048.jpg /kitchen_0033/sync_depth_00048.png 518.8579 -/bedroom_0016/rgb_00206.jpg /bedroom_0016/sync_depth_00206.png 518.8579 -/office_0026/rgb_00020.jpg /office_0026/sync_depth_00020.png 518.8579 -/bedroom_0069/rgb_00038.jpg /bedroom_0069/sync_depth_00038.png 518.8579 -/playroom_0002/rgb_00034.jpg /playroom_0002/sync_depth_00034.png 518.8579 -/student_lounge_0001/rgb_00253.jpg /student_lounge_0001/sync_depth_00253.png 518.8579 -/playroom_0003/rgb_00162.jpg /playroom_0003/sync_depth_00162.png 518.8579 -/bedroom_0124/rgb_00039.jpg /bedroom_0124/sync_depth_00039.png 518.8579 -/bookstore_0001f/rgb_00348.jpg /bookstore_0001f/sync_depth_00348.png 518.8579 -/study_room_0005b/rgb_00046.jpg /study_room_0005b/sync_depth_00046.png 518.8579 -/kitchen_0053/rgb_00191.jpg /kitchen_0053/sync_depth_00191.png 518.8579 -/playroom_0003/rgb_00104.jpg /playroom_0003/sync_depth_00104.png 518.8579 -/bookstore_0001d/rgb_00142.jpg /bookstore_0001d/sync_depth_00142.png 518.8579 -/reception_room_0001b/rgb_00032.jpg /reception_room_0001b/sync_depth_00032.png 518.8579 -/playroom_0004/rgb_00110.jpg /playroom_0004/sync_depth_00110.png 518.8579 -/dining_room_0031/rgb_00212.jpg /dining_room_0031/sync_depth_00212.png 518.8579 -/living_room_0070/rgb_00075.jpg /living_room_0070/sync_depth_00075.png 518.8579 -/living_room_0062/rgb_00138.jpg /living_room_0062/sync_depth_00138.png 518.8579 -/office_kitchen_0003/rgb_00030.jpg /office_kitchen_0003/sync_depth_00030.png 518.8579 -/bookstore_0001e/rgb_00032.jpg /bookstore_0001e/sync_depth_00032.png 518.8579 -/dining_room_0023/rgb_00122.jpg /dining_room_0023/sync_depth_00122.png 518.8579 -/bookstore_0001j/rgb_00198.jpg /bookstore_0001j/sync_depth_00198.png 518.8579 -/office_0012/rgb_00105.jpg /office_0012/sync_depth_00105.png 518.8579 -/bedroom_0125b/rgb_00081.jpg /bedroom_0125b/sync_depth_00081.png 518.8579 -/furniture_store_0001d/rgb_00006.jpg /furniture_store_0001d/sync_depth_00006.png 518.8579 -/bookstore_0001g/rgb_00012.jpg /bookstore_0001g/sync_depth_00012.png 518.8579 -/kitchen_0050/rgb_00166.jpg /kitchen_0050/sync_depth_00166.png 518.8579 -/living_room_0011/rgb_00055.jpg /living_room_0011/sync_depth_00055.png 518.8579 -/bathroom_0048/rgb_00100.jpg /bathroom_0048/sync_depth_00100.png 518.8579 -/furniture_store_0002a/rgb_00001.jpg /furniture_store_0002a/sync_depth_00001.png 518.8579 -/bookstore_0001e/rgb_00115.jpg /bookstore_0001e/sync_depth_00115.png 518.8579 -/bedroom_0086/rgb_00098.jpg /bedroom_0086/sync_depth_00098.png 518.8579 -/bathroom_0048/rgb_00089.jpg /bathroom_0048/sync_depth_00089.png 518.8579 -/office_0026/rgb_00039.jpg /office_0026/sync_depth_00039.png 518.8579 -/living_room_0004/rgb_00145.jpg /living_room_0004/sync_depth_00145.png 518.8579 -/dining_room_0015/rgb_00032.jpg /dining_room_0015/sync_depth_00032.png 518.8579 -/conference_room_0001/rgb_00000.jpg /conference_room_0001/sync_depth_00000.png 518.8579 -/bedroom_0118/rgb_00028.jpg /bedroom_0118/sync_depth_00028.png 518.8579 -/living_room_0018/rgb_00026.jpg /living_room_0018/sync_depth_00026.png 518.8579 -/living_room_0022/rgb_00126.jpg /living_room_0022/sync_depth_00126.png 518.8579 -/bedroom_0100/rgb_00026.jpg /bedroom_0100/sync_depth_00026.png 518.8579 -/bathroom_0056/rgb_00037.jpg /bathroom_0056/sync_depth_00037.png 518.8579 -/kitchen_0043/rgb_00260.jpg /kitchen_0043/sync_depth_00260.png 518.8579 -/office_0026/rgb_00087.jpg /office_0026/sync_depth_00087.png 518.8579 -/dining_room_0015/rgb_00063.jpg /dining_room_0015/sync_depth_00063.png 518.8579 -/bookstore_0001j/rgb_00201.jpg /bookstore_0001j/sync_depth_00201.png 518.8579 -/bedroom_0026/rgb_00096.jpg /bedroom_0026/sync_depth_00096.png 518.8579 -/living_room_0062/rgb_00167.jpg /living_room_0062/sync_depth_00167.png 518.8579 -/kitchen_0031/rgb_00045.jpg /kitchen_0031/sync_depth_00045.png 518.8579 -/living_room_0042b/rgb_00054.jpg /living_room_0042b/sync_depth_00054.png 518.8579 -/living_room_0006/rgb_00007.jpg /living_room_0006/sync_depth_00007.png 518.8579 -/bookstore_0001h/rgb_00045.jpg /bookstore_0001h/sync_depth_00045.png 518.8579 -/office_0021/rgb_00042.jpg /office_0021/sync_depth_00042.png 518.8579 -/kitchen_0010/rgb_00126.jpg /kitchen_0010/sync_depth_00126.png 518.8579 -/student_lounge_0001/rgb_00258.jpg /student_lounge_0001/sync_depth_00258.png 518.8579 -/playroom_0003/rgb_00099.jpg /playroom_0003/sync_depth_00099.png 518.8579 -/home_office_0013/rgb_00049.jpg /home_office_0013/sync_depth_00049.png 518.8579 -/bedroom_0074/rgb_00117.jpg /bedroom_0074/sync_depth_00117.png 518.8579 -/bedroom_0098/rgb_00049.jpg /bedroom_0098/sync_depth_00049.png 518.8579 -/office_kitchen_0001a/rgb_00062.jpg /office_kitchen_0001a/sync_depth_00062.png 518.8579 -/kitchen_0029b/rgb_00042.jpg /kitchen_0029b/sync_depth_00042.png 518.8579 -/living_room_0020/rgb_00115.jpg /living_room_0020/sync_depth_00115.png 518.8579 -/bedroom_0017/rgb_00081.jpg /bedroom_0017/sync_depth_00081.png 518.8579 -/bookstore_0001g/rgb_00030.jpg /bookstore_0001g/sync_depth_00030.png 518.8579 -/living_room_0078/rgb_00034.jpg /living_room_0078/sync_depth_00034.png 518.8579 -/kitchen_0031/rgb_00123.jpg /kitchen_0031/sync_depth_00123.png 518.8579 -/kitchen_0029c/rgb_00038.jpg /kitchen_0029c/sync_depth_00038.png 518.8579 -/classroom_0010/rgb_00047.jpg /classroom_0010/sync_depth_00047.png 518.8579 -/living_room_0055/rgb_00015.jpg /living_room_0055/sync_depth_00015.png 518.8579 -/furniture_store_0002b/rgb_00174.jpg /furniture_store_0002b/sync_depth_00174.png 518.8579 -/nyu_office_0/rgb_00267.jpg /nyu_office_0/sync_depth_00267.png 518.8579 -/bedroom_0010/rgb_00125.jpg /bedroom_0010/sync_depth_00125.png 518.8579 -/bedroom_0104/rgb_00052.jpg /bedroom_0104/sync_depth_00052.png 518.8579 -/bedroom_0120/rgb_00065.jpg /bedroom_0120/sync_depth_00065.png 518.8579 -/living_room_0022/rgb_00428.jpg /living_room_0022/sync_depth_00428.png 518.8579 -/office_kitchen_0001a/rgb_00072.jpg /office_kitchen_0001a/sync_depth_00072.png 518.8579 -/bedroom_0010/rgb_00043.jpg /bedroom_0010/sync_depth_00043.png 518.8579 -/bedroom_0074/rgb_00116.jpg /bedroom_0074/sync_depth_00116.png 518.8579 -/bedroom_0026/rgb_00044.jpg /bedroom_0026/sync_depth_00044.png 518.8579 -/living_room_0010/rgb_00199.jpg /living_room_0010/sync_depth_00199.png 518.8579 -/office_0011/rgb_00123.jpg /office_0011/sync_depth_00123.png 518.8579 -/bedroom_0140/rgb_00144.jpg /bedroom_0140/sync_depth_00144.png 518.8579 -/kitchen_0047/rgb_00126.jpg /kitchen_0047/sync_depth_00126.png 518.8579 -/living_room_0019/rgb_00229.jpg /living_room_0019/sync_depth_00229.png 518.8579 -/bedroom_0015/rgb_00061.jpg /bedroom_0015/sync_depth_00061.png 518.8579 -/office_kitchen_0001a/rgb_00078.jpg /office_kitchen_0001a/sync_depth_00078.png 518.8579 -/kitchen_0043/rgb_00177.jpg /kitchen_0043/sync_depth_00177.png 518.8579 -/playroom_0003/rgb_00061.jpg /playroom_0003/sync_depth_00061.png 518.8579 -/bedroom_0120/rgb_00033.jpg /bedroom_0120/sync_depth_00033.png 518.8579 -/dining_room_0014/rgb_00119.jpg /dining_room_0014/sync_depth_00119.png 518.8579 -/kitchen_0048/rgb_00057.jpg /kitchen_0048/sync_depth_00057.png 518.8579 -/classroom_0004/rgb_00091.jpg /classroom_0004/sync_depth_00091.png 518.8579 -/kitchen_0016/rgb_00102.jpg /kitchen_0016/sync_depth_00102.png 518.8579 -/living_room_0047b/rgb_00160.jpg /living_room_0047b/sync_depth_00160.png 518.8579 -/living_room_0038/rgb_00000.jpg /living_room_0038/sync_depth_00000.png 518.8579 -/home_storage_0001/rgb_00063.jpg /home_storage_0001/sync_depth_00063.png 518.8579 -/bedroom_0047/rgb_00044.jpg /bedroom_0047/sync_depth_00044.png 518.8579 -/bedroom_0059/rgb_00025.jpg /bedroom_0059/sync_depth_00025.png 518.8579 -/playroom_0006/rgb_00066.jpg /playroom_0006/sync_depth_00066.png 518.8579 -/bedroom_0078/rgb_00028.jpg /bedroom_0078/sync_depth_00028.png 518.8579 -/bedroom_0081/rgb_00022.jpg /bedroom_0081/sync_depth_00022.png 518.8579 -/bedroom_0019/rgb_00048.jpg /bedroom_0019/sync_depth_00048.png 518.8579 -/reception_room_0002/rgb_00055.jpg /reception_room_0002/sync_depth_00055.png 518.8579 -/bedroom_0125b/rgb_00006.jpg /bedroom_0125b/sync_depth_00006.png 518.8579 -/living_room_0047a/rgb_00062.jpg /living_room_0047a/sync_depth_00062.png 518.8579 -/living_room_0018/rgb_00079.jpg /living_room_0018/sync_depth_00079.png 518.8579 -/dining_room_0034/rgb_00063.jpg /dining_room_0034/sync_depth_00063.png 518.8579 -/living_room_0047b/rgb_00165.jpg /living_room_0047b/sync_depth_00165.png 518.8579 -/dining_room_0014/rgb_00003.jpg /dining_room_0014/sync_depth_00003.png 518.8579 -/dining_room_0034/rgb_00001.jpg /dining_room_0034/sync_depth_00001.png 518.8579 -/kitchen_0031/rgb_00040.jpg /kitchen_0031/sync_depth_00040.png 518.8579 -/kitchen_0037/rgb_00088.jpg /kitchen_0037/sync_depth_00088.png 518.8579 -/dining_room_0007/rgb_00076.jpg /dining_room_0007/sync_depth_00076.png 518.8579 -/office_0012/rgb_00065.jpg /office_0012/sync_depth_00065.png 518.8579 -/home_office_0008/rgb_00071.jpg /home_office_0008/sync_depth_00071.png 518.8579 -/dining_room_0004/rgb_00027.jpg /dining_room_0004/sync_depth_00027.png 518.8579 -/bathroom_0042/rgb_00039.jpg /bathroom_0042/sync_depth_00039.png 518.8579 -/bedroom_0106/rgb_00070.jpg /bedroom_0106/sync_depth_00070.png 518.8579 -/living_room_0004/rgb_00159.jpg /living_room_0004/sync_depth_00159.png 518.8579 -/kitchen_0037/rgb_00049.jpg /kitchen_0037/sync_depth_00049.png 518.8579 -/bedroom_0078/rgb_00104.jpg /bedroom_0078/sync_depth_00104.png 518.8579 -/kitchen_0028a/rgb_00189.jpg /kitchen_0028a/sync_depth_00189.png 518.8579 -/dining_room_0004/rgb_00009.jpg /dining_room_0004/sync_depth_00009.png 518.8579 -/home_office_0004/rgb_00156.jpg /home_office_0004/sync_depth_00156.png 518.8579 -/living_room_0019/rgb_00016.jpg /living_room_0019/sync_depth_00016.png 518.8579 -/bedroom_0076a/rgb_00038.jpg /bedroom_0076a/sync_depth_00038.png 518.8579 -/kitchen_0019a/rgb_00000.jpg /kitchen_0019a/sync_depth_00000.png 518.8579 -/office_0011/rgb_00040.jpg /office_0011/sync_depth_00040.png 518.8579 -/dining_room_0037/rgb_00081.jpg /dining_room_0037/sync_depth_00081.png 518.8579 -/bathroom_0007/rgb_00117.jpg /bathroom_0007/sync_depth_00117.png 518.8579 -/living_room_0082/rgb_00028.jpg /living_room_0082/sync_depth_00028.png 518.8579 -/bathroom_0002/rgb_00048.jpg /bathroom_0002/sync_depth_00048.png 518.8579 -/classroom_0012/rgb_00000.jpg /classroom_0012/sync_depth_00000.png 518.8579 -/kitchen_0033/rgb_00187.jpg /kitchen_0033/sync_depth_00187.png 518.8579 -/living_room_0062/rgb_00169.jpg /living_room_0062/sync_depth_00169.png 518.8579 -/nyu_office_0/rgb_00277.jpg /nyu_office_0/sync_depth_00277.png 518.8579 -/home_office_0008/rgb_00129.jpg /home_office_0008/sync_depth_00129.png 518.8579 -/dining_room_0014/rgb_00032.jpg /dining_room_0014/sync_depth_00032.png 518.8579 -/kitchen_0035a/rgb_00025.jpg /kitchen_0035a/sync_depth_00025.png 518.8579 -/classroom_0004/rgb_00029.jpg /classroom_0004/sync_depth_00029.png 518.8579 -/kitchen_0037/rgb_00071.jpg /kitchen_0037/sync_depth_00071.png 518.8579 -/bathroom_0055/rgb_00050.jpg /bathroom_0055/sync_depth_00050.png 518.8579 -/bedroom_0052/rgb_00122.jpg /bedroom_0052/sync_depth_00122.png 518.8579 -/home_office_0011/rgb_00086.jpg /home_office_0011/sync_depth_00086.png 518.8579 -/kitchen_0019a/rgb_00278.jpg /kitchen_0019a/sync_depth_00278.png 518.8579 -/bedroom_0020/rgb_00096.jpg /bedroom_0020/sync_depth_00096.png 518.8579 -/dining_room_0019/rgb_00080.jpg /dining_room_0019/sync_depth_00080.png 518.8579 -/dining_room_0031/rgb_00409.jpg /dining_room_0031/sync_depth_00409.png 518.8579 -/office_0004/rgb_00001.jpg /office_0004/sync_depth_00001.png 518.8579 -/bedroom_0025/rgb_00065.jpg /bedroom_0025/sync_depth_00065.png 518.8579 -/kitchen_0019a/rgb_00106.jpg /kitchen_0019a/sync_depth_00106.png 518.8579 -/home_office_0006/rgb_00061.jpg /home_office_0006/sync_depth_00061.png 518.8579 -/dining_room_0015/rgb_00268.jpg /dining_room_0015/sync_depth_00268.png 518.8579 -/bedroom_0040/rgb_00003.jpg /bedroom_0040/sync_depth_00003.png 518.8579 -/kitchen_0011b/rgb_00029.jpg /kitchen_0011b/sync_depth_00029.png 518.8579 -/living_room_0063/rgb_00009.jpg /living_room_0063/sync_depth_00009.png 518.8579 -/kitchen_0041/rgb_00047.jpg /kitchen_0041/sync_depth_00047.png 518.8579 -/office_0011/rgb_00037.jpg /office_0011/sync_depth_00037.png 518.8579 -/kitchen_0017/rgb_00092.jpg /kitchen_0017/sync_depth_00092.png 518.8579 -/bedroom_0025/rgb_00115.jpg /bedroom_0025/sync_depth_00115.png 518.8579 -/kitchen_0045a/rgb_00182.jpg /kitchen_0045a/sync_depth_00182.png 518.8579 -/excercise_room_0001/rgb_00008.jpg /excercise_room_0001/sync_depth_00008.png 518.8579 -/kitchen_0045a/rgb_00128.jpg /kitchen_0045a/sync_depth_00128.png 518.8579 -/kitchen_0045b/rgb_00159.jpg /kitchen_0045b/sync_depth_00159.png 518.8579 -/living_room_0062/rgb_00093.jpg /living_room_0062/sync_depth_00093.png 518.8579 -/classroom_0004/rgb_00042.jpg /classroom_0004/sync_depth_00042.png 518.8579 -/living_room_0058/rgb_00286.jpg /living_room_0058/sync_depth_00286.png 518.8579 -/office_0009/rgb_00070.jpg /office_0009/sync_depth_00070.png 518.8579 -/bathroom_0055/rgb_00062.jpg /bathroom_0055/sync_depth_00062.png 518.8579 -/living_room_0004/rgb_00002.jpg /living_room_0004/sync_depth_00002.png 518.8579 -/bedroom_0138/rgb_00031.jpg /bedroom_0138/sync_depth_00031.png 518.8579 -/dining_room_0037/rgb_00105.jpg /dining_room_0037/sync_depth_00105.png 518.8579 -/living_room_0004/rgb_00025.jpg /living_room_0004/sync_depth_00025.png 518.8579 -/kitchen_0053/rgb_00209.jpg /kitchen_0053/sync_depth_00209.png 518.8579 -/kitchen_0029c/rgb_00024.jpg /kitchen_0029c/sync_depth_00024.png 518.8579 -/bedroom_0026/rgb_00018.jpg /bedroom_0026/sync_depth_00018.png 518.8579 -/kitchen_0050/rgb_00144.jpg /kitchen_0050/sync_depth_00144.png 518.8579 -/bedroom_0017/rgb_00000.jpg /bedroom_0017/sync_depth_00000.png 518.8579 -/bedroom_0136/rgb_00084.jpg /bedroom_0136/sync_depth_00084.png 518.8579 -/bedroom_0120/rgb_00048.jpg /bedroom_0120/sync_depth_00048.png 518.8579 -/study_room_0004/rgb_00203.jpg /study_room_0004/sync_depth_00203.png 518.8579 -/playroom_0006/rgb_00024.jpg /playroom_0006/sync_depth_00024.png 518.8579 -/playroom_0006/rgb_00149.jpg /playroom_0006/sync_depth_00149.png 518.8579 -/living_room_0083/rgb_00107.jpg /living_room_0083/sync_depth_00107.png 518.8579 -/bathroom_0055/rgb_00018.jpg /bathroom_0055/sync_depth_00018.png 518.8579 -/living_room_0011/rgb_00073.jpg /living_room_0011/sync_depth_00073.png 518.8579 -/office_0026/rgb_00019.jpg /office_0026/sync_depth_00019.png 518.8579 -/living_room_0069a/rgb_00048.jpg /living_room_0069a/sync_depth_00048.png 518.8579 -/dining_room_0031/rgb_00063.jpg /dining_room_0031/sync_depth_00063.png 518.8579 -/living_room_0038/rgb_00055.jpg /living_room_0038/sync_depth_00055.png 518.8579 -/cafe_0001b/rgb_00026.jpg /cafe_0001b/sync_depth_00026.png 518.8579 -/nyu_office_1/rgb_00072.jpg /nyu_office_1/sync_depth_00072.png 518.8579 -/bedroom_0130/rgb_00006.jpg /bedroom_0130/sync_depth_00006.png 518.8579 -/bookstore_0001d/rgb_00146.jpg /bookstore_0001d/sync_depth_00146.png 518.8579 -/kitchen_0045a/rgb_00102.jpg /kitchen_0045a/sync_depth_00102.png 518.8579 -/kitchen_0019a/rgb_00147.jpg /kitchen_0019a/sync_depth_00147.png 518.8579 -/bookstore_0001d/rgb_00055.jpg /bookstore_0001d/sync_depth_00055.png 518.8579 -/bedroom_0071/rgb_00148.jpg /bedroom_0071/sync_depth_00148.png 518.8579 -/dining_room_0034/rgb_00184.jpg /dining_room_0034/sync_depth_00184.png 518.8579 -/bedroom_0019/rgb_00172.jpg /bedroom_0019/sync_depth_00172.png 518.8579 -/kitchen_0050/rgb_00014.jpg /kitchen_0050/sync_depth_00014.png 518.8579 -/living_room_0022/rgb_00329.jpg /living_room_0022/sync_depth_00329.png 518.8579 -/office_kitchen_0003/rgb_00093.jpg /office_kitchen_0003/sync_depth_00093.png 518.8579 -/living_room_0019/rgb_00086.jpg /living_room_0019/sync_depth_00086.png 518.8579 -/dining_room_0016/rgb_00059.jpg /dining_room_0016/sync_depth_00059.png 518.8579 -/dining_room_0034/rgb_00095.jpg /dining_room_0034/sync_depth_00095.png 518.8579 -/study_room_0005b/rgb_00080.jpg /study_room_0005b/sync_depth_00080.png 518.8579 -/dining_room_0001b/rgb_00143.jpg /dining_room_0001b/sync_depth_00143.png 518.8579 -/living_room_0078/rgb_00010.jpg /living_room_0078/sync_depth_00010.png 518.8579 -/bedroom_0021/rgb_00073.jpg /bedroom_0021/sync_depth_00073.png 518.8579 -/dining_room_0034/rgb_00204.jpg /dining_room_0034/sync_depth_00204.png 518.8579 -/dining_room_0016/rgb_00169.jpg /dining_room_0016/sync_depth_00169.png 518.8579 -/bookstore_0001e/rgb_00111.jpg /bookstore_0001e/sync_depth_00111.png 518.8579 -/kitchen_0050/rgb_00042.jpg /kitchen_0050/sync_depth_00042.png 518.8579 -/bathroom_0033/rgb_00040.jpg /bathroom_0033/sync_depth_00040.png 518.8579 -/dining_room_0016/rgb_00051.jpg /dining_room_0016/sync_depth_00051.png 518.8579 -/study_room_0004/rgb_00165.jpg /study_room_0004/sync_depth_00165.png 518.8579 -/dining_room_0004/rgb_00022.jpg /dining_room_0004/sync_depth_00022.png 518.8579 -/bookstore_0001g/rgb_00235.jpg /bookstore_0001g/sync_depth_00235.png 518.8579 -/office_0006/rgb_00074.jpg /office_0006/sync_depth_00074.png 518.8579 -/dinette_0001/rgb_00089.jpg /dinette_0001/sync_depth_00089.png 518.8579 -/bedroom_0098/rgb_00008.jpg /bedroom_0098/sync_depth_00008.png 518.8579 -/dining_room_0012/rgb_00163.jpg /dining_room_0012/sync_depth_00163.png 518.8579 -/bathroom_0045a/rgb_00057.jpg /bathroom_0045a/sync_depth_00057.png 518.8579 -/kitchen_0047/rgb_00020.jpg /kitchen_0047/sync_depth_00020.png 518.8579 -/living_room_0058/rgb_00064.jpg /living_room_0058/sync_depth_00064.png 518.8579 -/dining_room_0019/rgb_00164.jpg /dining_room_0019/sync_depth_00164.png 518.8579 -/nyu_office_0/rgb_00276.jpg /nyu_office_0/sync_depth_00276.png 518.8579 -/home_office_0013/rgb_00068.jpg /home_office_0013/sync_depth_00068.png 518.8579 -/kitchen_0053/rgb_00248.jpg /kitchen_0053/sync_depth_00248.png 518.8579 -/bedroom_0140/rgb_00088.jpg /bedroom_0140/sync_depth_00088.png 518.8579 -/conference_room_0001/rgb_00010.jpg /conference_room_0001/sync_depth_00010.png 518.8579 -/excercise_room_0001/rgb_00069.jpg /excercise_room_0001/sync_depth_00069.png 518.8579 -/bedroom_0020/rgb_00111.jpg /bedroom_0020/sync_depth_00111.png 518.8579 -/study_0004/rgb_00006.jpg /study_0004/sync_depth_00006.png 518.8579 -/bedroom_0067b/rgb_00033.jpg /bedroom_0067b/sync_depth_00033.png 518.8579 -/kitchen_0011a/rgb_00138.jpg /kitchen_0011a/sync_depth_00138.png 518.8579 -/bedroom_0052/rgb_00093.jpg /bedroom_0052/sync_depth_00093.png 518.8579 -/home_office_0008/rgb_00096.jpg /home_office_0008/sync_depth_00096.png 518.8579 -/bedroom_0021/rgb_00099.jpg /bedroom_0021/sync_depth_00099.png 518.8579 -/dining_room_0001b/rgb_00028.jpg /dining_room_0001b/sync_depth_00028.png 518.8579 -/kitchen_0043/rgb_00235.jpg /kitchen_0043/sync_depth_00235.png 518.8579 -/bedroom_0017/rgb_00103.jpg /bedroom_0017/sync_depth_00103.png 518.8579 -/living_room_0010/rgb_00137.jpg /living_room_0010/sync_depth_00137.png 518.8579 -/kitchen_0029c/rgb_00079.jpg /kitchen_0029c/sync_depth_00079.png 518.8579 -/bedroom_0138/rgb_00075.jpg /bedroom_0138/sync_depth_00075.png 518.8579 -/kitchen_0051/rgb_00004.jpg /kitchen_0051/sync_depth_00004.png 518.8579 -/living_room_0040/rgb_00320.jpg /living_room_0040/sync_depth_00320.png 518.8579 -/classroom_0022/rgb_00041.jpg /classroom_0022/sync_depth_00041.png 518.8579 -/dining_room_0029/rgb_00066.jpg /dining_room_0029/sync_depth_00066.png 518.8579 -/classroom_0022/rgb_00032.jpg /classroom_0022/sync_depth_00032.png 518.8579 -/bedroom_0132/rgb_00025.jpg /bedroom_0132/sync_depth_00025.png 518.8579 -/cafe_0001c/rgb_00100.jpg /cafe_0001c/sync_depth_00100.png 518.8579 -/living_room_0050/rgb_00284.jpg /living_room_0050/sync_depth_00284.png 518.8579 -/bookstore_0001d/rgb_00129.jpg /bookstore_0001d/sync_depth_00129.png 518.8579 -/classroom_0005/rgb_00037.jpg /classroom_0005/sync_depth_00037.png 518.8579 -/office_0012/rgb_00017.jpg /office_0012/sync_depth_00017.png 518.8579 -/bedroom_0129/rgb_00089.jpg /bedroom_0129/sync_depth_00089.png 518.8579 -/living_room_0004/rgb_00005.jpg /living_room_0004/sync_depth_00005.png 518.8579 -/bookstore_0001g/rgb_00102.jpg /bookstore_0001g/sync_depth_00102.png 518.8579 -/bookstore_0001f/rgb_00211.jpg /bookstore_0001f/sync_depth_00211.png 518.8579 -/kitchen_0060/rgb_00129.jpg /kitchen_0060/sync_depth_00129.png 518.8579 -/conference_room_0001/rgb_00067.jpg /conference_room_0001/sync_depth_00067.png 518.8579 -/living_room_0035/rgb_00058.jpg /living_room_0035/sync_depth_00058.png 518.8579 -/dining_room_0004/rgb_00039.jpg /dining_room_0004/sync_depth_00039.png 518.8579 -/classroom_0006/rgb_00129.jpg /classroom_0006/sync_depth_00129.png 518.8579 -/living_room_0019/rgb_00047.jpg /living_room_0019/sync_depth_00047.png 518.8579 -/bedroom_0014/rgb_00019.jpg /bedroom_0014/sync_depth_00019.png 518.8579 -/bedroom_0041/rgb_00000.jpg /bedroom_0041/sync_depth_00000.png 518.8579 -/living_room_0047b/rgb_00028.jpg /living_room_0047b/sync_depth_00028.png 518.8579 -/dining_room_0013/rgb_00077.jpg /dining_room_0013/sync_depth_00077.png 518.8579 -/dining_room_0001b/rgb_00051.jpg /dining_room_0001b/sync_depth_00051.png 518.8579 -/office_0004/rgb_00091.jpg /office_0004/sync_depth_00091.png 518.8579 -/bathroom_0028/rgb_00104.jpg /bathroom_0028/sync_depth_00104.png 518.8579 -/printer_room_0001/rgb_00014.jpg /printer_room_0001/sync_depth_00014.png 518.8579 -/bedroom_0033/rgb_00099.jpg /bedroom_0033/sync_depth_00099.png 518.8579 -/furniture_store_0002a/rgb_00385.jpg /furniture_store_0002a/sync_depth_00385.png 518.8579 -/dining_room_0014/rgb_00000.jpg /dining_room_0014/sync_depth_00000.png 518.8579 -/kitchen_0029b/rgb_00001.jpg /kitchen_0029b/sync_depth_00001.png 518.8579 -/kitchen_0060/rgb_00021.jpg /kitchen_0060/sync_depth_00021.png 518.8579 -/cafe_0001c/rgb_00033.jpg /cafe_0001c/sync_depth_00033.png 518.8579 -/kitchen_0010/rgb_00089.jpg /kitchen_0010/sync_depth_00089.png 518.8579 -/kitchen_0035a/rgb_00036.jpg /kitchen_0035a/sync_depth_00036.png 518.8579 -/bedroom_0078/rgb_00119.jpg /bedroom_0078/sync_depth_00119.png 518.8579 -/bedroom_0050/rgb_00107.jpg /bedroom_0050/sync_depth_00107.png 518.8579 -/bathroom_0039/rgb_00063.jpg /bathroom_0039/sync_depth_00063.png 518.8579 -/living_room_0071/rgb_00014.jpg /living_room_0071/sync_depth_00014.png 518.8579 -/bedroom_0078/rgb_00092.jpg /bedroom_0078/sync_depth_00092.png 518.8579 -/living_room_0022/rgb_00113.jpg /living_room_0022/sync_depth_00113.png 518.8579 -/bedroom_0126/rgb_00008.jpg /bedroom_0126/sync_depth_00008.png 518.8579 -/home_office_0013/rgb_00078.jpg /home_office_0013/sync_depth_00078.png 518.8579 -/bedroom_0098/rgb_00063.jpg /bedroom_0098/sync_depth_00063.png 518.8579 -/dining_room_0004/rgb_00072.jpg /dining_room_0004/sync_depth_00072.png 518.8579 -/living_room_0010/rgb_00025.jpg /living_room_0010/sync_depth_00025.png 518.8579 -/bedroom_0129/rgb_00080.jpg /bedroom_0129/sync_depth_00080.png 518.8579 -/office_0018/rgb_00025.jpg /office_0018/sync_depth_00025.png 518.8579 -/playroom_0004/rgb_00058.jpg /playroom_0004/sync_depth_00058.png 518.8579 -/bathroom_0041/rgb_00002.jpg /bathroom_0041/sync_depth_00002.png 518.8579 -/bathroom_0007/rgb_00064.jpg /bathroom_0007/sync_depth_00064.png 518.8579 -/home_storage_0001/rgb_00034.jpg /home_storage_0001/sync_depth_00034.png 518.8579 -/furniture_store_0002a/rgb_00130.jpg /furniture_store_0002a/sync_depth_00130.png 518.8579 -/bedroom_0053/rgb_00032.jpg /bedroom_0053/sync_depth_00032.png 518.8579 -/kitchen_0011b/rgb_00067.jpg /kitchen_0011b/sync_depth_00067.png 518.8579 -/bookstore_0001f/rgb_00464.jpg /bookstore_0001f/sync_depth_00464.png 518.8579 -/nyu_office_0/rgb_00258.jpg /nyu_office_0/sync_depth_00258.png 518.8579 -/dining_room_0023/rgb_00100.jpg /dining_room_0023/sync_depth_00100.png 518.8579 -/cafe_0001a/rgb_00067.jpg /cafe_0001a/sync_depth_00067.png 518.8579 -/bookstore_0001j/rgb_00306.jpg /bookstore_0001j/sync_depth_00306.png 518.8579 -/bedroom_0107/rgb_00046.jpg /bedroom_0107/sync_depth_00046.png 518.8579 -/bedroom_0016/rgb_00121.jpg /bedroom_0016/sync_depth_00121.png 518.8579 -/kitchen_0051/rgb_00329.jpg /kitchen_0051/sync_depth_00329.png 518.8579 -/classroom_0005/rgb_00025.jpg /classroom_0005/sync_depth_00025.png 518.8579 -/conference_room_0001/rgb_00050.jpg /conference_room_0001/sync_depth_00050.png 518.8579 -/dining_room_0029/rgb_00140.jpg /dining_room_0029/sync_depth_00140.png 518.8579 -/kitchen_0051/rgb_00262.jpg /kitchen_0051/sync_depth_00262.png 518.8579 -/dinette_0001/rgb_00104.jpg /dinette_0001/sync_depth_00104.png 518.8579 -/kitchen_0041/rgb_00029.jpg /kitchen_0041/sync_depth_00029.png 518.8579 -/bathroom_0028/rgb_00129.jpg /bathroom_0028/sync_depth_00129.png 518.8579 -/kitchen_0029c/rgb_00146.jpg /kitchen_0029c/sync_depth_00146.png 518.8579 -/kitchen_0031/rgb_00130.jpg /kitchen_0031/sync_depth_00130.png 518.8579 -/bathroom_0034/rgb_00038.jpg /bathroom_0034/sync_depth_00038.png 518.8579 -/dining_room_0015/rgb_00140.jpg /dining_room_0015/sync_depth_00140.png 518.8579 -/living_room_0062/rgb_00045.jpg /living_room_0062/sync_depth_00045.png 518.8579 -/cafe_0001a/rgb_00004.jpg /cafe_0001a/sync_depth_00004.png 518.8579 -/office_0006/rgb_00125.jpg /office_0006/sync_depth_00125.png 518.8579 -/bedroom_0125b/rgb_00026.jpg /bedroom_0125b/sync_depth_00026.png 518.8579 -/dining_room_0015/rgb_00068.jpg /dining_room_0015/sync_depth_00068.png 518.8579 -/kitchen_0016/rgb_00030.jpg /kitchen_0016/sync_depth_00030.png 518.8579 -/living_room_0058/rgb_00273.jpg /living_room_0058/sync_depth_00273.png 518.8579 -/bathroom_0024/rgb_00032.jpg /bathroom_0024/sync_depth_00032.png 518.8579 -/living_room_0047b/rgb_00066.jpg /living_room_0047b/sync_depth_00066.png 518.8579 -/indoor_balcony_0001/rgb_00018.jpg /indoor_balcony_0001/sync_depth_00018.png 518.8579 -/bedroom_0004/rgb_00032.jpg /bedroom_0004/sync_depth_00032.png 518.8579 -/bedroom_0060/rgb_00074.jpg /bedroom_0060/sync_depth_00074.png 518.8579 -/living_room_0022/rgb_00228.jpg /living_room_0022/sync_depth_00228.png 518.8579 -/home_office_0005/rgb_00073.jpg /home_office_0005/sync_depth_00073.png 518.8579 -/dining_room_0028/rgb_00144.jpg /dining_room_0028/sync_depth_00144.png 518.8579 -/dining_room_0016/rgb_00186.jpg /dining_room_0016/sync_depth_00186.png 518.8579 -/bedroom_0113/rgb_00013.jpg /bedroom_0113/sync_depth_00013.png 518.8579 -/cafe_0001a/rgb_00073.jpg /cafe_0001a/sync_depth_00073.png 518.8579 -/bedroom_0017/rgb_00021.jpg /bedroom_0017/sync_depth_00021.png 518.8579 -/office_kitchen_0003/rgb_00014.jpg /office_kitchen_0003/sync_depth_00014.png 518.8579 -/home_office_0011/rgb_00087.jpg /home_office_0011/sync_depth_00087.png 518.8579 -/cafe_0001a/rgb_00040.jpg /cafe_0001a/sync_depth_00040.png 518.8579 -/bookstore_0001j/rgb_00277.jpg /bookstore_0001j/sync_depth_00277.png 518.8579 -/bedroom_0100/rgb_00005.jpg /bedroom_0100/sync_depth_00005.png 518.8579 -/kitchen_0035b/rgb_00197.jpg /kitchen_0035b/sync_depth_00197.png 518.8579 -/living_room_0055/rgb_00017.jpg /living_room_0055/sync_depth_00017.png 518.8579 -/office_0026/rgb_00038.jpg /office_0026/sync_depth_00038.png 518.8579 -/bookstore_0001e/rgb_00034.jpg /bookstore_0001e/sync_depth_00034.png 518.8579 -/dining_room_0013/rgb_00177.jpg /dining_room_0013/sync_depth_00177.png 518.8579 -/bathroom_0048/rgb_00081.jpg /bathroom_0048/sync_depth_00081.png 518.8579 -/dining_room_0031/rgb_00106.jpg /dining_room_0031/sync_depth_00106.png 518.8579 -/classroom_0006/rgb_00081.jpg /classroom_0006/sync_depth_00081.png 518.8579 -/bedroom_0136/rgb_00048.jpg /bedroom_0136/sync_depth_00048.png 518.8579 -/bedroom_0072/rgb_00140.jpg /bedroom_0072/sync_depth_00140.png 518.8579 -/living_room_0035/rgb_00033.jpg /living_room_0035/sync_depth_00033.png 518.8579 -/living_room_0011/rgb_00081.jpg /living_room_0011/sync_depth_00081.png 518.8579 -/living_room_0047b/rgb_00143.jpg /living_room_0047b/sync_depth_00143.png 518.8579 -/reception_room_0001b/rgb_00067.jpg /reception_room_0001b/sync_depth_00067.png 518.8579 -/kitchen_0043/rgb_00206.jpg /kitchen_0043/sync_depth_00206.png 518.8579 -/dining_room_0007/rgb_00148.jpg /dining_room_0007/sync_depth_00148.png 518.8579 -/dining_room_0012/rgb_00046.jpg /dining_room_0012/sync_depth_00046.png 518.8579 -/kitchen_0045b/rgb_00153.jpg /kitchen_0045b/sync_depth_00153.png 518.8579 -/bookstore_0001e/rgb_00167.jpg /bookstore_0001e/sync_depth_00167.png 518.8579 -/kitchen_0048/rgb_00070.jpg /kitchen_0048/sync_depth_00070.png 518.8579 -/bookstore_0001g/rgb_00178.jpg /bookstore_0001g/sync_depth_00178.png 518.8579 -/classroom_0022/rgb_00054.jpg /classroom_0022/sync_depth_00054.png 518.8579 -/bedroom_0016/rgb_00222.jpg /bedroom_0016/sync_depth_00222.png 518.8579 -/furniture_store_0002a/rgb_00327.jpg /furniture_store_0002a/sync_depth_00327.png 518.8579 -/bedroom_0021/rgb_00060.jpg /bedroom_0021/sync_depth_00060.png 518.8579 -/bedroom_0126/rgb_00034.jpg /bedroom_0126/sync_depth_00034.png 518.8579 -/living_room_0082/rgb_00016.jpg /living_room_0082/sync_depth_00016.png 518.8579 -/kitchen_0019a/rgb_00169.jpg /kitchen_0019a/sync_depth_00169.png 518.8579 -/bedroom_0120/rgb_00045.jpg /bedroom_0120/sync_depth_00045.png 518.8579 -/kitchen_0011a/rgb_00017.jpg /kitchen_0011a/sync_depth_00017.png 518.8579 -/classroom_0005/rgb_00001.jpg /classroom_0005/sync_depth_00001.png 518.8579 -/bedroom_0072/rgb_00165.jpg /bedroom_0072/sync_depth_00165.png 518.8579 -/bathroom_0014a/rgb_00055.jpg /bathroom_0014a/sync_depth_00055.png 518.8579 -/classroom_0016/rgb_00004.jpg /classroom_0016/sync_depth_00004.png 518.8579 -/reception_room_0004/rgb_00026.jpg /reception_room_0004/sync_depth_00026.png 518.8579 -/bathroom_0013/rgb_00062.jpg /bathroom_0013/sync_depth_00062.png 518.8579 -/kitchen_0047/rgb_00154.jpg /kitchen_0047/sync_depth_00154.png 518.8579 -/bedroom_0035/rgb_00015.jpg /bedroom_0035/sync_depth_00015.png 518.8579 -/living_room_0086b/rgb_00023.jpg /living_room_0086b/sync_depth_00023.png 518.8579 -/dining_room_0008/rgb_00059.jpg /dining_room_0008/sync_depth_00059.png 518.8579 -/bookstore_0001j/rgb_00236.jpg /bookstore_0001j/sync_depth_00236.png 518.8579 -/living_room_0020/rgb_00046.jpg /living_room_0020/sync_depth_00046.png 518.8579 -/bathroom_0019/rgb_00037.jpg /bathroom_0019/sync_depth_00037.png 518.8579 -/living_room_0037/rgb_00039.jpg /living_room_0037/sync_depth_00039.png 518.8579 -/kitchen_0035b/rgb_00024.jpg /kitchen_0035b/sync_depth_00024.png 518.8579 -/living_room_0022/rgb_00212.jpg /living_room_0022/sync_depth_00212.png 518.8579 -/bedroom_0016/rgb_00036.jpg /bedroom_0016/sync_depth_00036.png 518.8579 -/kitchen_0011b/rgb_00072.jpg /kitchen_0011b/sync_depth_00072.png 518.8579 -/living_room_0058/rgb_00002.jpg /living_room_0058/sync_depth_00002.png 518.8579 -/kitchen_0031/rgb_00024.jpg /kitchen_0031/sync_depth_00024.png 518.8579 -/living_room_0058/rgb_00173.jpg /living_room_0058/sync_depth_00173.png 518.8579 -/office_0026/rgb_00144.jpg /office_0026/sync_depth_00144.png 518.8579 -/furniture_store_0002a/rgb_00175.jpg /furniture_store_0002a/sync_depth_00175.png 518.8579 -/living_room_0011/rgb_00140.jpg /living_room_0011/sync_depth_00140.png 518.8579 -/office_0004/rgb_00045.jpg /office_0004/sync_depth_00045.png 518.8579 -/bookstore_0001g/rgb_00270.jpg /bookstore_0001g/sync_depth_00270.png 518.8579 -/office_0026/rgb_00023.jpg /office_0026/sync_depth_00023.png 518.8579 -/office_0006/rgb_00161.jpg /office_0006/sync_depth_00161.png 518.8579 -/bookstore_0001f/rgb_00195.jpg /bookstore_0001f/sync_depth_00195.png 518.8579 -/bedroom_0063/rgb_00142.jpg /bedroom_0063/sync_depth_00142.png 518.8579 -/bedroom_0057/rgb_00043.jpg /bedroom_0057/sync_depth_00043.png 518.8579 -/living_room_0078/rgb_00082.jpg /living_room_0078/sync_depth_00082.png 518.8579 -/bedroom_0106/rgb_00141.jpg /bedroom_0106/sync_depth_00141.png 518.8579 -/dining_room_0013/rgb_00070.jpg /dining_room_0013/sync_depth_00070.png 518.8579 -/furniture_store_0001d/rgb_00131.jpg /furniture_store_0001d/sync_depth_00131.png 518.8579 -/excercise_room_0001/rgb_00053.jpg /excercise_room_0001/sync_depth_00053.png 518.8579 -/bedroom_0076a/rgb_00044.jpg /bedroom_0076a/sync_depth_00044.png 518.8579 -/living_room_0038/rgb_00087.jpg /living_room_0038/sync_depth_00087.png 518.8579 -/bedroom_0104/rgb_00055.jpg /bedroom_0104/sync_depth_00055.png 518.8579 -/bedroom_0076a/rgb_00123.jpg /bedroom_0076a/sync_depth_00123.png 518.8579 -/bedroom_0014/rgb_00034.jpg /bedroom_0014/sync_depth_00034.png 518.8579 -/nyu_office_0/rgb_00154.jpg /nyu_office_0/sync_depth_00154.png 518.8579 -/living_room_0082/rgb_00015.jpg /living_room_0082/sync_depth_00015.png 518.8579 -/bedroom_0140/rgb_00107.jpg /bedroom_0140/sync_depth_00107.png 518.8579 -/kitchen_0060/rgb_00180.jpg /kitchen_0060/sync_depth_00180.png 518.8579 -/kitchen_0035b/rgb_00206.jpg /kitchen_0035b/sync_depth_00206.png 518.8579 -/classroom_0011/rgb_00047.jpg /classroom_0011/sync_depth_00047.png 518.8579 -/bedroom_0078/rgb_00003.jpg /bedroom_0078/sync_depth_00003.png 518.8579 -/kitchen_0051/rgb_00059.jpg /kitchen_0051/sync_depth_00059.png 518.8579 -/living_room_0019/rgb_00164.jpg /living_room_0019/sync_depth_00164.png 518.8579 -/kitchen_0029c/rgb_00168.jpg /kitchen_0029c/sync_depth_00168.png 518.8579 -/bookstore_0001f/rgb_00426.jpg /bookstore_0001f/sync_depth_00426.png 518.8579 -/dining_room_0008/rgb_00038.jpg /dining_room_0008/sync_depth_00038.png 518.8579 -/dining_room_0037/rgb_00144.jpg /dining_room_0037/sync_depth_00144.png 518.8579 -/living_room_0058/rgb_00202.jpg /living_room_0058/sync_depth_00202.png 518.8579 -/living_room_0011/rgb_00024.jpg /living_room_0011/sync_depth_00024.png 518.8579 -/bookstore_0001f/rgb_00505.jpg /bookstore_0001f/sync_depth_00505.png 518.8579 -/living_room_0068/rgb_00013.jpg /living_room_0068/sync_depth_00013.png 518.8579 -/kitchen_0017/rgb_00037.jpg /kitchen_0017/sync_depth_00037.png 518.8579 -/dining_room_0029/rgb_00131.jpg /dining_room_0029/sync_depth_00131.png 518.8579 -/dining_room_0010/rgb_00031.jpg /dining_room_0010/sync_depth_00031.png 518.8579 -/bookstore_0001j/rgb_00212.jpg /bookstore_0001j/sync_depth_00212.png 518.8579 -/bedroom_0063/rgb_00137.jpg /bedroom_0063/sync_depth_00137.png 518.8579 -/bookstore_0001f/rgb_00265.jpg /bookstore_0001f/sync_depth_00265.png 518.8579 -/living_room_0038/rgb_00046.jpg /living_room_0038/sync_depth_00046.png 518.8579 -/living_room_0022/rgb_00208.jpg /living_room_0022/sync_depth_00208.png 518.8579 -/living_room_0082/rgb_00053.jpg /living_room_0082/sync_depth_00053.png 518.8579 -/living_room_0012/rgb_00000.jpg /living_room_0012/sync_depth_00000.png 518.8579 -/study_room_0004/rgb_00044.jpg /study_room_0004/sync_depth_00044.png 518.8579 -/home_office_0004/rgb_00186.jpg /home_office_0004/sync_depth_00186.png 518.8579 -/living_room_0062/rgb_00141.jpg /living_room_0062/sync_depth_00141.png 518.8579 -/bedroom_0050/rgb_00033.jpg /bedroom_0050/sync_depth_00033.png 518.8579 -/bedroom_0071/rgb_00026.jpg /bedroom_0071/sync_depth_00026.png 518.8579 -/dining_room_0001b/rgb_00021.jpg /dining_room_0001b/sync_depth_00021.png 518.8579 -/conference_room_0001/rgb_00124.jpg /conference_room_0001/sync_depth_00124.png 518.8579 -/dining_room_0010/rgb_00019.jpg /dining_room_0010/sync_depth_00019.png 518.8579 -/living_room_0004/rgb_00172.jpg /living_room_0004/sync_depth_00172.png 518.8579 -/kitchen_0019a/rgb_00002.jpg /kitchen_0019a/sync_depth_00002.png 518.8579 -/kitchen_0059/rgb_00022.jpg /kitchen_0059/sync_depth_00022.png 518.8579 -/bedroom_0097/rgb_00043.jpg /bedroom_0097/sync_depth_00043.png 518.8579 -/furniture_store_0001a/rgb_00003.jpg /furniture_store_0001a/sync_depth_00003.png 518.8579 -/classroom_0003/rgb_00025.jpg /classroom_0003/sync_depth_00025.png 518.8579 -/playroom_0006/rgb_00060.jpg /playroom_0006/sync_depth_00060.png 518.8579 -/bedroom_0071/rgb_00141.jpg /bedroom_0071/sync_depth_00141.png 518.8579 -/office_0023/rgb_00034.jpg /office_0023/sync_depth_00034.png 518.8579 -/playroom_0003/rgb_00070.jpg /playroom_0003/sync_depth_00070.png 518.8579 -/bedroom_0053/rgb_00050.jpg /bedroom_0053/sync_depth_00050.png 518.8579 -/bedroom_0051/rgb_00186.jpg /bedroom_0051/sync_depth_00186.png 518.8579 -/home_office_0006/rgb_00093.jpg /home_office_0006/sync_depth_00093.png 518.8579 -/classroom_0006/rgb_00048.jpg /classroom_0006/sync_depth_00048.png 518.8579 -/study_room_0004/rgb_00066.jpg /study_room_0004/sync_depth_00066.png 518.8579 -/office_0026/rgb_00073.jpg /office_0026/sync_depth_00073.png 518.8579 -/bedroom_0062/rgb_00063.jpg /bedroom_0062/sync_depth_00063.png 518.8579 -/classroom_0006/rgb_00049.jpg /classroom_0006/sync_depth_00049.png 518.8579 -/living_room_0010/rgb_00126.jpg /living_room_0010/sync_depth_00126.png 518.8579 -/bedroom_0021/rgb_00022.jpg /bedroom_0021/sync_depth_00022.png 518.8579 -/living_room_0011/rgb_00035.jpg /living_room_0011/sync_depth_00035.png 518.8579 -/living_room_0040/rgb_00264.jpg /living_room_0040/sync_depth_00264.png 518.8579 -/excercise_room_0001/rgb_00129.jpg /excercise_room_0001/sync_depth_00129.png 518.8579 -/office_0019/rgb_00024.jpg /office_0019/sync_depth_00024.png 518.8579 -/kitchen_0043/rgb_00039.jpg /kitchen_0043/sync_depth_00039.png 518.8579 -/student_lounge_0001/rgb_00212.jpg /student_lounge_0001/sync_depth_00212.png 518.8579 -/kitchen_0029c/rgb_00040.jpg /kitchen_0029c/sync_depth_00040.png 518.8579 -/conference_room_0001/rgb_00063.jpg /conference_room_0001/sync_depth_00063.png 518.8579 -/furniture_store_0002a/rgb_00035.jpg /furniture_store_0002a/sync_depth_00035.png 518.8579 -/bedroom_0069/rgb_00041.jpg /bedroom_0069/sync_depth_00041.png 518.8579 -/classroom_0016/rgb_00037.jpg /classroom_0016/sync_depth_00037.png 518.8579 -/dinette_0001/rgb_00025.jpg /dinette_0001/sync_depth_00025.png 518.8579 -/bedroom_0072/rgb_00056.jpg /bedroom_0072/sync_depth_00056.png 518.8579 -/bathroom_0034/rgb_00041.jpg /bathroom_0034/sync_depth_00041.png 518.8579 -/office_0021/rgb_00019.jpg /office_0021/sync_depth_00019.png 518.8579 -/cafe_0001c/rgb_00034.jpg /cafe_0001c/sync_depth_00034.png 518.8579 -/reception_room_0002/rgb_00113.jpg /reception_room_0002/sync_depth_00113.png 518.8579 -/bathroom_0014a/rgb_00044.jpg /bathroom_0014a/sync_depth_00044.png 518.8579 -/kitchen_0028a/rgb_00115.jpg /kitchen_0028a/sync_depth_00115.png 518.8579 -/home_storage_0001/rgb_00027.jpg /home_storage_0001/sync_depth_00027.png 518.8579 -/home_office_0008/rgb_00032.jpg /home_office_0008/sync_depth_00032.png 518.8579 -/playroom_0003/rgb_00115.jpg /playroom_0003/sync_depth_00115.png 518.8579 -/bedroom_0017/rgb_00075.jpg /bedroom_0017/sync_depth_00075.png 518.8579 -/living_room_0063/rgb_00006.jpg /living_room_0063/sync_depth_00006.png 518.8579 -/bathroom_0039/rgb_00049.jpg /bathroom_0039/sync_depth_00049.png 518.8579 -/bedroom_0016/rgb_00125.jpg /bedroom_0016/sync_depth_00125.png 518.8579 -/office_kitchen_0001a/rgb_00058.jpg /office_kitchen_0001a/sync_depth_00058.png 518.8579 -/bedroom_0090/rgb_00004.jpg /bedroom_0090/sync_depth_00004.png 518.8579 -/bedroom_0053/rgb_00059.jpg /bedroom_0053/sync_depth_00059.png 518.8579 -/kitchen_0051/rgb_00084.jpg /kitchen_0051/sync_depth_00084.png 518.8579 -/dining_room_0031/rgb_00012.jpg /dining_room_0031/sync_depth_00012.png 518.8579 -/bedroom_0062/rgb_00093.jpg /bedroom_0062/sync_depth_00093.png 518.8579 -/bedroom_0050/rgb_00020.jpg /bedroom_0050/sync_depth_00020.png 518.8579 -/dining_room_0010/rgb_00025.jpg /dining_room_0010/sync_depth_00025.png 518.8579 -/bedroom_0136/rgb_00138.jpg /bedroom_0136/sync_depth_00138.png 518.8579 -/kitchen_0047/rgb_00110.jpg /kitchen_0047/sync_depth_00110.png 518.8579 -/living_room_0040/rgb_00133.jpg /living_room_0040/sync_depth_00133.png 518.8579 -/excercise_room_0001/rgb_00052.jpg /excercise_room_0001/sync_depth_00052.png 518.8579 -/bedroom_0136/rgb_00009.jpg /bedroom_0136/sync_depth_00009.png 518.8579 -/dining_room_0019/rgb_00087.jpg /dining_room_0019/sync_depth_00087.png 518.8579 -/dining_room_0034/rgb_00219.jpg /dining_room_0034/sync_depth_00219.png 518.8579 -/bathroom_0039/rgb_00071.jpg /bathroom_0039/sync_depth_00071.png 518.8579 -/bedroom_0124/rgb_00013.jpg /bedroom_0124/sync_depth_00013.png 518.8579 -/bathroom_0055/rgb_00023.jpg /bathroom_0055/sync_depth_00023.png 518.8579 -/dining_room_0001b/rgb_00207.jpg /dining_room_0001b/sync_depth_00207.png 518.8579 -/living_room_0042b/rgb_00010.jpg /living_room_0042b/sync_depth_00010.png 518.8579 -/bedroom_0113/rgb_00088.jpg /bedroom_0113/sync_depth_00088.png 518.8579 -/living_room_0050/rgb_00082.jpg /living_room_0050/sync_depth_00082.png 518.8579 -/kitchen_0006/rgb_00017.jpg /kitchen_0006/sync_depth_00017.png 518.8579 -/student_lounge_0001/rgb_00224.jpg /student_lounge_0001/sync_depth_00224.png 518.8579 -/dining_room_0034/rgb_00022.jpg /dining_room_0034/sync_depth_00022.png 518.8579 -/study_0003/rgb_00036.jpg /study_0003/sync_depth_00036.png 518.8579 -/bookstore_0001e/rgb_00125.jpg /bookstore_0001e/sync_depth_00125.png 518.8579 -/dining_room_0015/rgb_00103.jpg /dining_room_0015/sync_depth_00103.png 518.8579 -/kitchen_0049/rgb_00001.jpg /kitchen_0049/sync_depth_00001.png 518.8579 -/conference_room_0001/rgb_00056.jpg /conference_room_0001/sync_depth_00056.png 518.8579 -/bookstore_0001e/rgb_00127.jpg /bookstore_0001e/sync_depth_00127.png 518.8579 -/nyu_office_0/rgb_00038.jpg /nyu_office_0/sync_depth_00038.png 518.8579 -/living_room_0020/rgb_00180.jpg /living_room_0020/sync_depth_00180.png 518.8579 -/home_office_0008/rgb_00042.jpg /home_office_0008/sync_depth_00042.png 518.8579 -/dining_room_0004/rgb_00042.jpg /dining_room_0004/sync_depth_00042.png 518.8579 -/kitchen_0035a/rgb_00016.jpg /kitchen_0035a/sync_depth_00016.png 518.8579 -/bookstore_0001d/rgb_00195.jpg /bookstore_0001d/sync_depth_00195.png 518.8579 -/dining_room_0015/rgb_00228.jpg /dining_room_0015/sync_depth_00228.png 518.8579 -/bathroom_0042/rgb_00030.jpg /bathroom_0042/sync_depth_00030.png 518.8579 -/home_office_0005/rgb_00138.jpg /home_office_0005/sync_depth_00138.png 518.8579 -/dining_room_0016/rgb_00153.jpg /dining_room_0016/sync_depth_00153.png 518.8579 -/kitchen_0033/rgb_00087.jpg /kitchen_0033/sync_depth_00087.png 518.8579 -/kitchen_0051/rgb_00175.jpg /kitchen_0051/sync_depth_00175.png 518.8579 -/bookstore_0001d/rgb_00223.jpg /bookstore_0001d/sync_depth_00223.png 518.8579 -/bedroom_0019/rgb_00092.jpg /bedroom_0019/sync_depth_00092.png 518.8579 -/nyu_office_0/rgb_00143.jpg /nyu_office_0/sync_depth_00143.png 518.8579 -/classroom_0003/rgb_00067.jpg /classroom_0003/sync_depth_00067.png 518.8579 -/dining_room_0028/rgb_00094.jpg /dining_room_0028/sync_depth_00094.png 518.8579 -/kitchen_0051/rgb_00206.jpg /kitchen_0051/sync_depth_00206.png 518.8579 -/bedroom_0016/rgb_00086.jpg /bedroom_0016/sync_depth_00086.png 518.8579 -/dining_room_0014/rgb_00009.jpg /dining_room_0014/sync_depth_00009.png 518.8579 -/kitchen_0019a/rgb_00252.jpg /kitchen_0019a/sync_depth_00252.png 518.8579 -/kitchen_0045a/rgb_00179.jpg /kitchen_0045a/sync_depth_00179.png 518.8579 -/study_room_0005b/rgb_00032.jpg /study_room_0005b/sync_depth_00032.png 518.8579 -/dining_room_0029/rgb_00139.jpg /dining_room_0029/sync_depth_00139.png 518.8579 -/furniture_store_0002c/rgb_00032.jpg /furniture_store_0002c/sync_depth_00032.png 518.8579 -/classroom_0004/rgb_00045.jpg /classroom_0004/sync_depth_00045.png 518.8579 -/furniture_store_0002a/rgb_00296.jpg /furniture_store_0002a/sync_depth_00296.png 518.8579 -/dining_room_0033/rgb_00140.jpg /dining_room_0033/sync_depth_00140.png 518.8579 -/office_kitchen_0001a/rgb_00087.jpg /office_kitchen_0001a/sync_depth_00087.png 518.8579 -/kitchen_0049/rgb_00101.jpg /kitchen_0049/sync_depth_00101.png 518.8579 -/home_office_0008/rgb_00013.jpg /home_office_0008/sync_depth_00013.png 518.8579 -/playroom_0003/rgb_00139.jpg /playroom_0003/sync_depth_00139.png 518.8579 -/kitchen_0047/rgb_00003.jpg /kitchen_0047/sync_depth_00003.png 518.8579 -/living_room_0046b/rgb_00073.jpg /living_room_0046b/sync_depth_00073.png 518.8579 -/living_room_0039/rgb_00034.jpg /living_room_0039/sync_depth_00034.png 518.8579 -/kitchen_0049/rgb_00237.jpg /kitchen_0049/sync_depth_00237.png 518.8579 -/living_room_0047b/rgb_00092.jpg /living_room_0047b/sync_depth_00092.png 518.8579 -/living_room_0012/rgb_00167.jpg /living_room_0012/sync_depth_00167.png 518.8579 -/bedroom_0067b/rgb_00000.jpg /bedroom_0067b/sync_depth_00000.png 518.8579 -/bedroom_0072/rgb_00167.jpg /bedroom_0072/sync_depth_00167.png 518.8579 -/bedroom_0071/rgb_00150.jpg /bedroom_0071/sync_depth_00150.png 518.8579 -/living_room_0062/rgb_00004.jpg /living_room_0062/sync_depth_00004.png 518.8579 -/bedroom_0015/rgb_00008.jpg /bedroom_0015/sync_depth_00008.png 518.8579 -/classroom_0016/rgb_00077.jpg /classroom_0016/sync_depth_00077.png 518.8579 -/study_room_0005b/rgb_00018.jpg /study_room_0005b/sync_depth_00018.png 518.8579 -/dining_room_0007/rgb_00015.jpg /dining_room_0007/sync_depth_00015.png 518.8579 -/living_room_0040/rgb_00136.jpg /living_room_0040/sync_depth_00136.png 518.8579 -/kitchen_0003/rgb_00134.jpg /kitchen_0003/sync_depth_00134.png 518.8579 -/dining_room_0016/rgb_00126.jpg /dining_room_0016/sync_depth_00126.png 518.8579 -/office_kitchen_0003/rgb_00091.jpg /office_kitchen_0003/sync_depth_00091.png 518.8579 -/home_office_0013/rgb_00039.jpg /home_office_0013/sync_depth_00039.png 518.8579 -/office_0025/rgb_00025.jpg /office_0025/sync_depth_00025.png 518.8579 -/bedroom_0051/rgb_00038.jpg /bedroom_0051/sync_depth_00038.png 518.8579 -/bedroom_0004/rgb_00171.jpg /bedroom_0004/sync_depth_00171.png 518.8579 -/furniture_store_0001d/rgb_00094.jpg /furniture_store_0001d/sync_depth_00094.png 518.8579 -/kitchen_0049/rgb_00014.jpg /kitchen_0049/sync_depth_00014.png 518.8579 -/bedroom_0051/rgb_00210.jpg /bedroom_0051/sync_depth_00210.png 518.8579 -/living_room_0018/rgb_00136.jpg /living_room_0018/sync_depth_00136.png 518.8579 -/office_0003/rgb_00035.jpg /office_0003/sync_depth_00035.png 518.8579 -/kitchen_0053/rgb_00225.jpg /kitchen_0053/sync_depth_00225.png 518.8579 -/office_0006/rgb_00029.jpg /office_0006/sync_depth_00029.png 518.8579 -/bookstore_0001d/rgb_00315.jpg /bookstore_0001d/sync_depth_00315.png 518.8579 -/furniture_store_0002b/rgb_00039.jpg /furniture_store_0002b/sync_depth_00039.png 518.8579 -/office_0018/rgb_00054.jpg /office_0018/sync_depth_00054.png 518.8579 -/dining_room_0008/rgb_00106.jpg /dining_room_0008/sync_depth_00106.png 518.8579 -/bookstore_0001f/rgb_00024.jpg /bookstore_0001f/sync_depth_00024.png 518.8579 -/kitchen_0050/rgb_00112.jpg /kitchen_0050/sync_depth_00112.png 518.8579 -/living_room_0086b/rgb_00035.jpg /living_room_0086b/sync_depth_00035.png 518.8579 -/bedroom_0015/rgb_00058.jpg /bedroom_0015/sync_depth_00058.png 518.8579 -/living_room_0035/rgb_00019.jpg /living_room_0035/sync_depth_00019.png 518.8579 -/furniture_store_0002b/rgb_00260.jpg /furniture_store_0002b/sync_depth_00260.png 518.8579 -/bathroom_0049/rgb_00063.jpg /bathroom_0049/sync_depth_00063.png 518.8579 -/study_room_0005a/rgb_00026.jpg /study_room_0005a/sync_depth_00026.png 518.8579 -/dining_room_0004/rgb_00040.jpg /dining_room_0004/sync_depth_00040.png 518.8579 -/cafe_0001a/rgb_00086.jpg /cafe_0001a/sync_depth_00086.png 518.8579 -/office_0004/rgb_00055.jpg /office_0004/sync_depth_00055.png 518.8579 -/bathroom_0042/rgb_00032.jpg /bathroom_0042/sync_depth_00032.png 518.8579 -/playroom_0006/rgb_00134.jpg /playroom_0006/sync_depth_00134.png 518.8579 -/student_lounge_0001/rgb_00122.jpg /student_lounge_0001/sync_depth_00122.png 518.8579 -/kitchen_0051/rgb_00123.jpg /kitchen_0051/sync_depth_00123.png 518.8579 -/classroom_0005/rgb_00045.jpg /classroom_0005/sync_depth_00045.png 518.8579 -/bookstore_0001j/rgb_00208.jpg /bookstore_0001j/sync_depth_00208.png 518.8579 -/home_office_0007/rgb_00021.jpg /home_office_0007/sync_depth_00021.png 518.8579 -/kitchen_0011a/rgb_00091.jpg /kitchen_0011a/sync_depth_00091.png 518.8579 -/bedroom_0076a/rgb_00136.jpg /bedroom_0076a/sync_depth_00136.png 518.8579 -/bedroom_0078/rgb_00075.jpg /bedroom_0078/sync_depth_00075.png 518.8579 -/bedroom_0067a/rgb_00015.jpg /bedroom_0067a/sync_depth_00015.png 518.8579 -/kitchen_0049/rgb_00095.jpg /kitchen_0049/sync_depth_00095.png 518.8579 -/classroom_0003/rgb_00003.jpg /classroom_0003/sync_depth_00003.png 518.8579 -/dining_room_0029/rgb_00040.jpg /dining_room_0029/sync_depth_00040.png 518.8579 -/kitchen_0003/rgb_00045.jpg /kitchen_0003/sync_depth_00045.png 518.8579 -/kitchen_0006/rgb_00065.jpg /kitchen_0006/sync_depth_00065.png 518.8579 -/kitchen_0017/rgb_00066.jpg /kitchen_0017/sync_depth_00066.png 518.8579 -/dinette_0001/rgb_00080.jpg /dinette_0001/sync_depth_00080.png 518.8579 -/bathroom_0042/rgb_00041.jpg /bathroom_0042/sync_depth_00041.png 518.8579 -/kitchen_0051/rgb_00119.jpg /kitchen_0051/sync_depth_00119.png 518.8579 -/bathroom_0054/rgb_00014.jpg /bathroom_0054/sync_depth_00014.png 518.8579 -/bathroom_0056/rgb_00047.jpg /bathroom_0056/sync_depth_00047.png 518.8579 -/living_room_0040/rgb_00088.jpg /living_room_0040/sync_depth_00088.png 518.8579 -/kitchen_0043/rgb_00181.jpg /kitchen_0043/sync_depth_00181.png 518.8579 -/bedroom_0016/rgb_00071.jpg /bedroom_0016/sync_depth_00071.png 518.8579 -/playroom_0002/rgb_00109.jpg /playroom_0002/sync_depth_00109.png 518.8579 -/living_room_0040/rgb_00091.jpg /living_room_0040/sync_depth_00091.png 518.8579 -/furniture_store_0002a/rgb_00306.jpg /furniture_store_0002a/sync_depth_00306.png 518.8579 -/living_room_0042a/rgb_00007.jpg /living_room_0042a/sync_depth_00007.png 518.8579 -/bookstore_0001e/rgb_00001.jpg /bookstore_0001e/sync_depth_00001.png 518.8579 -/dining_room_0024/rgb_00075.jpg /dining_room_0024/sync_depth_00075.png 518.8579 -/study_0003/rgb_00097.jpg /study_0003/sync_depth_00097.png 518.8579 -/study_room_0005b/rgb_00057.jpg /study_room_0005b/sync_depth_00057.png 518.8579 -/cafe_0001a/rgb_00037.jpg /cafe_0001a/sync_depth_00037.png 518.8579 -/kitchen_0053/rgb_00126.jpg /kitchen_0053/sync_depth_00126.png 518.8579 -/bookstore_0001i/rgb_00102.jpg /bookstore_0001i/sync_depth_00102.png 518.8579 -/bedroom_0034/rgb_00071.jpg /bedroom_0034/sync_depth_00071.png 518.8579 -/study_room_0004/rgb_00183.jpg /study_room_0004/sync_depth_00183.png 518.8579 -/furniture_store_0001a/rgb_00048.jpg /furniture_store_0001a/sync_depth_00048.png 518.8579 -/dining_room_0034/rgb_00202.jpg /dining_room_0034/sync_depth_00202.png 518.8579 -/living_room_0020/rgb_00054.jpg /living_room_0020/sync_depth_00054.png 518.8579 -/bedroom_0132/rgb_00028.jpg /bedroom_0132/sync_depth_00028.png 518.8579 -/living_room_0055/rgb_00136.jpg /living_room_0055/sync_depth_00136.png 518.8579 -/bathroom_0028/rgb_00071.jpg /bathroom_0028/sync_depth_00071.png 518.8579 -/kitchen_0049/rgb_00017.jpg /kitchen_0049/sync_depth_00017.png 518.8579 -/indoor_balcony_0001/rgb_00033.jpg /indoor_balcony_0001/sync_depth_00033.png 518.8579 -/living_room_0040/rgb_00139.jpg /living_room_0040/sync_depth_00139.png 518.8579 -/bedroom_0138/rgb_00005.jpg /bedroom_0138/sync_depth_00005.png 518.8579 -/living_room_0063/rgb_00084.jpg /living_room_0063/sync_depth_00084.png 518.8579 -/dining_room_0015/rgb_00191.jpg /dining_room_0015/sync_depth_00191.png 518.8579 -/living_room_0068/rgb_00044.jpg /living_room_0068/sync_depth_00044.png 518.8579 -/living_room_0011/rgb_00110.jpg /living_room_0011/sync_depth_00110.png 518.8579 -/kitchen_0006/rgb_00035.jpg /kitchen_0006/sync_depth_00035.png 518.8579 -/living_room_0004/rgb_00021.jpg /living_room_0004/sync_depth_00021.png 518.8579 -/living_room_0047b/rgb_00113.jpg /living_room_0047b/sync_depth_00113.png 518.8579 -/kitchen_0033/rgb_00162.jpg /kitchen_0033/sync_depth_00162.png 518.8579 -/bedroom_0067a/rgb_00009.jpg /bedroom_0067a/sync_depth_00009.png 518.8579 -/kitchen_0031/rgb_00169.jpg /kitchen_0031/sync_depth_00169.png 518.8579 -/reception_room_0002/rgb_00172.jpg /reception_room_0002/sync_depth_00172.png 518.8579 -/bookstore_0001d/rgb_00166.jpg /bookstore_0001d/sync_depth_00166.png 518.8579 -/bedroom_0033/rgb_00021.jpg /bedroom_0033/sync_depth_00021.png 518.8579 -/living_room_0062/rgb_00038.jpg /living_room_0062/sync_depth_00038.png 518.8579 -/home_office_0005/rgb_00064.jpg /home_office_0005/sync_depth_00064.png 518.8579 -/bedroom_0130/rgb_00019.jpg /bedroom_0130/sync_depth_00019.png 518.8579 -/bedroom_0086/rgb_00075.jpg /bedroom_0086/sync_depth_00075.png 518.8579 -/furniture_store_0002a/rgb_00083.jpg /furniture_store_0002a/sync_depth_00083.png 518.8579 -/study_room_0005b/rgb_00038.jpg /study_room_0005b/sync_depth_00038.png 518.8579 -/kitchen_0045b/rgb_00130.jpg /kitchen_0045b/sync_depth_00130.png 518.8579 -/bedroom_0026/rgb_00146.jpg /bedroom_0026/sync_depth_00146.png 518.8579 -/dining_room_0023/rgb_00065.jpg /dining_room_0023/sync_depth_00065.png 518.8579 -/dining_room_0008/rgb_00099.jpg /dining_room_0008/sync_depth_00099.png 518.8579 -/bedroom_0004/rgb_00056.jpg /bedroom_0004/sync_depth_00056.png 518.8579 -/bedroom_0050/rgb_00110.jpg /bedroom_0050/sync_depth_00110.png 518.8579 -/office_0026/rgb_00179.jpg /office_0026/sync_depth_00179.png 518.8579 -/bedroom_0074/rgb_00106.jpg /bedroom_0074/sync_depth_00106.png 518.8579 -/study_room_0004/rgb_00146.jpg /study_room_0004/sync_depth_00146.png 518.8579 -/bedroom_0020/rgb_00084.jpg /bedroom_0020/sync_depth_00084.png 518.8579 -/living_room_0020/rgb_00070.jpg /living_room_0020/sync_depth_00070.png 518.8579 -/dining_room_0001b/rgb_00109.jpg /dining_room_0001b/sync_depth_00109.png 518.8579 -/dining_room_0015/rgb_00073.jpg /dining_room_0015/sync_depth_00073.png 518.8579 -/kitchen_0037/rgb_00039.jpg /kitchen_0037/sync_depth_00039.png 518.8579 -/dining_room_0033/rgb_00110.jpg /dining_room_0033/sync_depth_00110.png 518.8579 -/home_office_0011/rgb_00095.jpg /home_office_0011/sync_depth_00095.png 518.8579 -/dining_room_0019/rgb_00168.jpg /dining_room_0019/sync_depth_00168.png 518.8579 -/playroom_0003/rgb_00188.jpg /playroom_0003/sync_depth_00188.png 518.8579 -/living_room_0062/rgb_00148.jpg /living_room_0062/sync_depth_00148.png 518.8579 -/living_room_0050/rgb_00121.jpg /living_room_0050/sync_depth_00121.png 518.8579 -/bookstore_0001f/rgb_00295.jpg /bookstore_0001f/sync_depth_00295.png 518.8579 -/living_room_0085/rgb_00058.jpg /living_room_0085/sync_depth_00058.png 518.8579 -/bedroom_0072/rgb_00063.jpg /bedroom_0072/sync_depth_00063.png 518.8579 -/home_office_0006/rgb_00174.jpg /home_office_0006/sync_depth_00174.png 518.8579 -/bookstore_0001f/rgb_00198.jpg /bookstore_0001f/sync_depth_00198.png 518.8579 -/bedroom_0053/rgb_00021.jpg /bedroom_0053/sync_depth_00021.png 518.8579 -/bedroom_0069/rgb_00050.jpg /bedroom_0069/sync_depth_00050.png 518.8579 -/student_lounge_0001/rgb_00243.jpg /student_lounge_0001/sync_depth_00243.png 518.8579 -/kitchen_0051/rgb_00101.jpg /kitchen_0051/sync_depth_00101.png 518.8579 -/office_0004/rgb_00061.jpg /office_0004/sync_depth_00061.png 518.8579 -/bedroom_0065/rgb_00046.jpg /bedroom_0065/sync_depth_00046.png 518.8579 -/bedroom_0065/rgb_00028.jpg /bedroom_0065/sync_depth_00028.png 518.8579 -/bathroom_0013/rgb_00073.jpg /bathroom_0013/sync_depth_00073.png 518.8579 -/living_room_0062/rgb_00204.jpg /living_room_0062/sync_depth_00204.png 518.8579 -/playroom_0002/rgb_00072.jpg /playroom_0002/sync_depth_00072.png 518.8579 -/living_room_0042b/rgb_00050.jpg /living_room_0042b/sync_depth_00050.png 518.8579 -/kitchen_0049/rgb_00174.jpg /kitchen_0049/sync_depth_00174.png 518.8579 -/living_room_0040/rgb_00224.jpg /living_room_0040/sync_depth_00224.png 518.8579 -/classroom_0003/rgb_00026.jpg /classroom_0003/sync_depth_00026.png 518.8579 -/bedroom_0053/rgb_00102.jpg /bedroom_0053/sync_depth_00102.png 518.8579 -/living_room_0005/rgb_00049.jpg /living_room_0005/sync_depth_00049.png 518.8579 -/kitchen_0051/rgb_00313.jpg /kitchen_0051/sync_depth_00313.png 518.8579 -/bedroom_0029/rgb_00027.jpg /bedroom_0029/sync_depth_00027.png 518.8579 -/kitchen_0037/rgb_00090.jpg /kitchen_0037/sync_depth_00090.png 518.8579 -/living_room_0050/rgb_00053.jpg /living_room_0050/sync_depth_00053.png 518.8579 -/kitchen_0047/rgb_00047.jpg /kitchen_0047/sync_depth_00047.png 518.8579 -/bedroom_0015/rgb_00035.jpg /bedroom_0015/sync_depth_00035.png 518.8579 -/bedroom_0138/rgb_00016.jpg /bedroom_0138/sync_depth_00016.png 518.8579 -/office_0006/rgb_00057.jpg /office_0006/sync_depth_00057.png 518.8579 -/bedroom_0067a/rgb_00006.jpg /bedroom_0067a/sync_depth_00006.png 518.8579 -/bedroom_0125b/rgb_00049.jpg /bedroom_0125b/sync_depth_00049.png 518.8579 -/bathroom_0028/rgb_00081.jpg /bathroom_0028/sync_depth_00081.png 518.8579 -/classroom_0018/rgb_00016.jpg /classroom_0018/sync_depth_00016.png 518.8579 -/bedroom_0016/rgb_00074.jpg /bedroom_0016/sync_depth_00074.png 518.8579 -/bathroom_0001/rgb_00022.jpg /bathroom_0001/sync_depth_00022.png 518.8579 -/nyu_office_0/rgb_00215.jpg /nyu_office_0/sync_depth_00215.png 518.8579 -/living_room_0012/rgb_00126.jpg /living_room_0012/sync_depth_00126.png 518.8579 -/office_0009/rgb_00034.jpg /office_0009/sync_depth_00034.png 518.8579 -/kitchen_0011b/rgb_00003.jpg /kitchen_0011b/sync_depth_00003.png 518.8579 -/living_room_0010/rgb_00170.jpg /living_room_0010/sync_depth_00170.png 518.8579 -/office_0011/rgb_00057.jpg /office_0011/sync_depth_00057.png 518.8579 -/bedroom_0063/rgb_00092.jpg /bedroom_0063/sync_depth_00092.png 518.8579 -/foyer_0002/rgb_00011.jpg /foyer_0002/sync_depth_00011.png 518.8579 -/bedroom_0074/rgb_00046.jpg /bedroom_0074/sync_depth_00046.png 518.8579 -/furniture_store_0002a/rgb_00161.jpg /furniture_store_0002a/sync_depth_00161.png 518.8579 -/dining_room_0014/rgb_00064.jpg /dining_room_0014/sync_depth_00064.png 518.8579 -/living_room_0020/rgb_00033.jpg /living_room_0020/sync_depth_00033.png 518.8579 -/playroom_0003/rgb_00037.jpg /playroom_0003/sync_depth_00037.png 518.8579 -/kitchen_0029c/rgb_00137.jpg /kitchen_0029c/sync_depth_00137.png 518.8579 -/dining_room_0016/rgb_00135.jpg /dining_room_0016/sync_depth_00135.png 518.8579 -/bedroom_0025/rgb_00102.jpg /bedroom_0025/sync_depth_00102.png 518.8579 -/dining_room_0008/rgb_00139.jpg /dining_room_0008/sync_depth_00139.png 518.8579 -/office_0025/rgb_00044.jpg /office_0025/sync_depth_00044.png 518.8579 -/cafe_0001c/rgb_00095.jpg /cafe_0001c/sync_depth_00095.png 518.8579 -/bookstore_0001e/rgb_00174.jpg /bookstore_0001e/sync_depth_00174.png 518.8579 -/living_room_0037/rgb_00035.jpg /living_room_0037/sync_depth_00035.png 518.8579 -/conference_room_0001/rgb_00069.jpg /conference_room_0001/sync_depth_00069.png 518.8579 -/bedroom_0059/rgb_00052.jpg /bedroom_0059/sync_depth_00052.png 518.8579 -/living_room_0047a/rgb_00023.jpg /living_room_0047a/sync_depth_00023.png 518.8579 -/living_room_0070/rgb_00018.jpg /living_room_0070/sync_depth_00018.png 518.8579 -/nyu_office_0/rgb_00126.jpg /nyu_office_0/sync_depth_00126.png 518.8579 -/kitchen_0049/rgb_00160.jpg /kitchen_0049/sync_depth_00160.png 518.8579 -/nyu_office_0/rgb_00221.jpg /nyu_office_0/sync_depth_00221.png 518.8579 -/kitchen_0053/rgb_00192.jpg /kitchen_0053/sync_depth_00192.png 518.8579 -/office_0006/rgb_00165.jpg /office_0006/sync_depth_00165.png 518.8579 -/bedroom_0096/rgb_00049.jpg /bedroom_0096/sync_depth_00049.png 518.8579 -/bathroom_0056/rgb_00033.jpg /bathroom_0056/sync_depth_00033.png 518.8579 -/living_room_0022/rgb_00163.jpg /living_room_0022/sync_depth_00163.png 518.8579 -/furniture_store_0002a/rgb_00404.jpg /furniture_store_0002a/sync_depth_00404.png 518.8579 -/bedroom_0042/rgb_00011.jpg /bedroom_0042/sync_depth_00011.png 518.8579 -/furniture_store_0001c/rgb_00007.jpg /furniture_store_0001c/sync_depth_00007.png 518.8579 -/dining_room_0013/rgb_00003.jpg /dining_room_0013/sync_depth_00003.png 518.8579 -/living_room_0019/rgb_00028.jpg /living_room_0019/sync_depth_00028.png 518.8579 -/office_0019/rgb_00011.jpg /office_0019/sync_depth_00011.png 518.8579 -/dining_room_0023/rgb_00131.jpg /dining_room_0023/sync_depth_00131.png 518.8579 -/kitchen_0051/rgb_00353.jpg /kitchen_0051/sync_depth_00353.png 518.8579 -/bedroom_0125b/rgb_00031.jpg /bedroom_0125b/sync_depth_00031.png 518.8579 -/kitchen_0008/rgb_00019.jpg /kitchen_0008/sync_depth_00019.png 518.8579 -/home_office_0007/rgb_00053.jpg /home_office_0007/sync_depth_00053.png 518.8579 -/bedroom_0069/rgb_00016.jpg /bedroom_0069/sync_depth_00016.png 518.8579 -/kitchen_0051/rgb_00166.jpg /kitchen_0051/sync_depth_00166.png 518.8579 -/bedroom_0100/rgb_00008.jpg /bedroom_0100/sync_depth_00008.png 518.8579 -/bedroom_0130/rgb_00046.jpg /bedroom_0130/sync_depth_00046.png 518.8579 -/reception_room_0004/rgb_00072.jpg /reception_room_0004/sync_depth_00072.png 518.8579 -/living_room_0046a/rgb_00074.jpg /living_room_0046a/sync_depth_00074.png 518.8579 -/living_room_0062/rgb_00041.jpg /living_room_0062/sync_depth_00041.png 518.8579 -/bedroom_0130/rgb_00030.jpg /bedroom_0130/sync_depth_00030.png 518.8579 -/bedroom_0059/rgb_00073.jpg /bedroom_0059/sync_depth_00073.png 518.8579 -/living_room_0010/rgb_00113.jpg /living_room_0010/sync_depth_00113.png 518.8579 -/bedroom_0066/rgb_00025.jpg /bedroom_0066/sync_depth_00025.png 518.8579 -/furniture_store_0001d/rgb_00206.jpg /furniture_store_0001d/sync_depth_00206.png 518.8579 -/bookstore_0001h/rgb_00163.jpg /bookstore_0001h/sync_depth_00163.png 518.8579 -/classroom_0010/rgb_00063.jpg /classroom_0010/sync_depth_00063.png 518.8579 -/office_0021/rgb_00006.jpg /office_0021/sync_depth_00006.png 518.8579 -/living_room_0032/rgb_00000.jpg /living_room_0032/sync_depth_00000.png 518.8579 -/bathroom_0016/rgb_00025.jpg /bathroom_0016/sync_depth_00025.png 518.8579 -/bedroom_0017/rgb_00065.jpg /bedroom_0017/sync_depth_00065.png 518.8579 -/kitchen_0043/rgb_00173.jpg /kitchen_0043/sync_depth_00173.png 518.8579 -/bookstore_0001g/rgb_00276.jpg /bookstore_0001g/sync_depth_00276.png 518.8579 -/kitchen_0053/rgb_00087.jpg /kitchen_0053/sync_depth_00087.png 518.8579 -/living_room_0022/rgb_00202.jpg /living_room_0022/sync_depth_00202.png 518.8579 -/furniture_store_0002a/rgb_00200.jpg /furniture_store_0002a/sync_depth_00200.png 518.8579 -/kitchen_0049/rgb_00166.jpg /kitchen_0049/sync_depth_00166.png 518.8579 -/bedroom_0004/rgb_00057.jpg /bedroom_0004/sync_depth_00057.png 518.8579 -/bedroom_0069/rgb_00070.jpg /bedroom_0069/sync_depth_00070.png 518.8579 -/laundry_room_0001/rgb_00060.jpg /laundry_room_0001/sync_depth_00060.png 518.8579 -/bedroom_0062/rgb_00109.jpg /bedroom_0062/sync_depth_00109.png 518.8579 -/living_room_0005/rgb_00154.jpg /living_room_0005/sync_depth_00154.png 518.8579 -/furniture_store_0002d/rgb_00026.jpg /furniture_store_0002d/sync_depth_00026.png 518.8579 -/bedroom_0053/rgb_00101.jpg /bedroom_0053/sync_depth_00101.png 518.8579 -/kitchen_0059/rgb_00025.jpg /kitchen_0059/sync_depth_00025.png 518.8579 -/bedroom_0080/rgb_00040.jpg /bedroom_0080/sync_depth_00040.png 518.8579 -/bedroom_0076a/rgb_00067.jpg /bedroom_0076a/sync_depth_00067.png 518.8579 -/conference_room_0002/rgb_00035.jpg /conference_room_0002/sync_depth_00035.png 518.8579 -/bedroom_0050/rgb_00071.jpg /bedroom_0050/sync_depth_00071.png 518.8579 -/bathroom_0053/rgb_00054.jpg /bathroom_0053/sync_depth_00054.png 518.8579 -/kitchen_0006/rgb_00014.jpg /kitchen_0006/sync_depth_00014.png 518.8579 -/bathroom_0041/rgb_00048.jpg /bathroom_0041/sync_depth_00048.png 518.8579 -/dining_room_0024/rgb_00139.jpg /dining_room_0024/sync_depth_00139.png 518.8579 -/bedroom_0026/rgb_00148.jpg /bedroom_0026/sync_depth_00148.png 518.8579 -/study_0003/rgb_00091.jpg /study_0003/sync_depth_00091.png 518.8579 -/bathroom_0007/rgb_00019.jpg /bathroom_0007/sync_depth_00019.png 518.8579 -/bedroom_0021/rgb_00110.jpg /bedroom_0021/sync_depth_00110.png 518.8579 -/bedroom_0016/rgb_00005.jpg /bedroom_0016/sync_depth_00005.png 518.8579 -/living_room_0022/rgb_00258.jpg /living_room_0022/sync_depth_00258.png 518.8579 -/bedroom_0052/rgb_00059.jpg /bedroom_0052/sync_depth_00059.png 518.8579 -/living_room_0018/rgb_00138.jpg /living_room_0018/sync_depth_00138.png 518.8579 -/bathroom_0006/rgb_00023.jpg /bathroom_0006/sync_depth_00023.png 518.8579 -/living_room_0029/rgb_00014.jpg /living_room_0029/sync_depth_00014.png 518.8579 -/bedroom_0106/rgb_00096.jpg /bedroom_0106/sync_depth_00096.png 518.8579 -/bedroom_0076a/rgb_00069.jpg /bedroom_0076a/sync_depth_00069.png 518.8579 -/living_room_0020/rgb_00049.jpg /living_room_0020/sync_depth_00049.png 518.8579 -/basement_0001a/rgb_00053.jpg /basement_0001a/sync_depth_00053.png 518.8579 -/playroom_0003/rgb_00034.jpg /playroom_0003/sync_depth_00034.png 518.8579 -/bedroom_0020/rgb_00015.jpg /bedroom_0020/sync_depth_00015.png 518.8579 -/reception_room_0004/rgb_00017.jpg /reception_room_0004/sync_depth_00017.png 518.8579 -/bookstore_0001i/rgb_00158.jpg /bookstore_0001i/sync_depth_00158.png 518.8579 -/kitchen_0048/rgb_00217.jpg /kitchen_0048/sync_depth_00217.png 518.8579 -/kitchen_0006/rgb_00061.jpg /kitchen_0006/sync_depth_00061.png 518.8579 -/bedroom_0140/rgb_00018.jpg /bedroom_0140/sync_depth_00018.png 518.8579 -/kitchen_0035b/rgb_00318.jpg /kitchen_0035b/sync_depth_00318.png 518.8579 -/furniture_store_0001d/rgb_00175.jpg /furniture_store_0001d/sync_depth_00175.png 518.8579 -/dining_room_0016/rgb_00180.jpg /dining_room_0016/sync_depth_00180.png 518.8579 -/nyu_office_0/rgb_00049.jpg /nyu_office_0/sync_depth_00049.png 518.8579 -/living_room_0063/rgb_00113.jpg /living_room_0063/sync_depth_00113.png 518.8579 -/bedroom_0012/rgb_00027.jpg /bedroom_0012/sync_depth_00027.png 518.8579 -/bedroom_0052/rgb_00158.jpg /bedroom_0052/sync_depth_00158.png 518.8579 -/office_0012/rgb_00039.jpg /office_0012/sync_depth_00039.png 518.8579 -/office_0009/rgb_00028.jpg /office_0009/sync_depth_00028.png 518.8579 -/bedroom_0072/rgb_00072.jpg /bedroom_0072/sync_depth_00072.png 518.8579 -/living_room_0022/rgb_00239.jpg /living_room_0022/sync_depth_00239.png 518.8579 -/living_room_0010/rgb_00061.jpg /living_room_0010/sync_depth_00061.png 518.8579 -/bedroom_0063/rgb_00107.jpg /bedroom_0063/sync_depth_00107.png 518.8579 -/bedroom_0050/rgb_00021.jpg /bedroom_0050/sync_depth_00021.png 518.8579 -/bedroom_0076a/rgb_00147.jpg /bedroom_0076a/sync_depth_00147.png 518.8579 -/student_lounge_0001/rgb_00038.jpg /student_lounge_0001/sync_depth_00038.png 518.8579 -/bedroom_0063/rgb_00102.jpg /bedroom_0063/sync_depth_00102.png 518.8579 -/living_room_0011/rgb_00067.jpg /living_room_0011/sync_depth_00067.png 518.8579 -/home_office_0004/rgb_00057.jpg /home_office_0004/sync_depth_00057.png 518.8579 -/living_room_0038/rgb_00049.jpg /living_room_0038/sync_depth_00049.png 518.8579 -/living_room_0018/rgb_00126.jpg /living_room_0018/sync_depth_00126.png 518.8579 -/living_room_0055/rgb_00122.jpg /living_room_0055/sync_depth_00122.png 518.8579 -/bedroom_0086/rgb_00076.jpg /bedroom_0086/sync_depth_00076.png 518.8579 -/kitchen_0053/rgb_00217.jpg /kitchen_0053/sync_depth_00217.png 518.8579 -/bookstore_0001d/rgb_00283.jpg /bookstore_0001d/sync_depth_00283.png 518.8579 -/living_room_0039/rgb_00127.jpg /living_room_0039/sync_depth_00127.png 518.8579 -/bedroom_0076a/rgb_00031.jpg /bedroom_0076a/sync_depth_00031.png 518.8579 -/bathroom_0033/rgb_00008.jpg /bathroom_0033/sync_depth_00008.png 518.8579 -/playroom_0003/rgb_00176.jpg /playroom_0003/sync_depth_00176.png 518.8579 -/dining_room_0029/rgb_00080.jpg /dining_room_0029/sync_depth_00080.png 518.8579 -/bedroom_0072/rgb_00120.jpg /bedroom_0072/sync_depth_00120.png 518.8579 -/bedroom_0028/rgb_00004.jpg /bedroom_0028/sync_depth_00004.png 518.8579 -/bedroom_0130/rgb_00031.jpg /bedroom_0130/sync_depth_00031.png 518.8579 -/bathroom_0028/rgb_00017.jpg /bathroom_0028/sync_depth_00017.png 518.8579 -/dining_room_0015/rgb_00183.jpg /dining_room_0015/sync_depth_00183.png 518.8579 -/office_kitchen_0001a/rgb_00013.jpg /office_kitchen_0001a/sync_depth_00013.png 518.8579 -/bedroom_0015/rgb_00013.jpg /bedroom_0015/sync_depth_00013.png 518.8579 -/bedroom_0031/rgb_00011.jpg /bedroom_0031/sync_depth_00011.png 518.8579 -/bedroom_0041/rgb_00012.jpg /bedroom_0041/sync_depth_00012.png 518.8579 -/reception_room_0004/rgb_00093.jpg /reception_room_0004/sync_depth_00093.png 518.8579 -/living_room_0046b/rgb_00102.jpg /living_room_0046b/sync_depth_00102.png 518.8579 -/living_room_0063/rgb_00156.jpg /living_room_0063/sync_depth_00156.png 518.8579 -/kitchen_0017/rgb_00042.jpg /kitchen_0017/sync_depth_00042.png 518.8579 -/bathroom_0030/rgb_00006.jpg /bathroom_0030/sync_depth_00006.png 518.8579 -/dining_room_0024/rgb_00127.jpg /dining_room_0024/sync_depth_00127.png 518.8579 -/bathroom_0007/rgb_00070.jpg /bathroom_0007/sync_depth_00070.png 518.8579 -/bedroom_0060/rgb_00097.jpg /bedroom_0060/sync_depth_00097.png 518.8579 -/living_room_0010/rgb_00125.jpg /living_room_0010/sync_depth_00125.png 518.8579 -/kitchen_0045b/rgb_00145.jpg /kitchen_0045b/sync_depth_00145.png 518.8579 -/furniture_store_0002c/rgb_00073.jpg /furniture_store_0002c/sync_depth_00073.png 518.8579 -/bedroom_0015/rgb_00081.jpg /bedroom_0015/sync_depth_00081.png 518.8579 -/bedroom_0026/rgb_00066.jpg /bedroom_0026/sync_depth_00066.png 518.8579 -/bedroom_0065/rgb_00009.jpg /bedroom_0065/sync_depth_00009.png 518.8579 -/bedroom_0074/rgb_00131.jpg /bedroom_0074/sync_depth_00131.png 518.8579 -/kitchen_0051/rgb_00193.jpg /kitchen_0051/sync_depth_00193.png 518.8579 -/office_0026/rgb_00003.jpg /office_0026/sync_depth_00003.png 518.8579 -/bathroom_0054/rgb_00006.jpg /bathroom_0054/sync_depth_00006.png 518.8579 -/bedroom_0074/rgb_00063.jpg /bedroom_0074/sync_depth_00063.png 518.8579 -/living_room_0019/rgb_00177.jpg /living_room_0019/sync_depth_00177.png 518.8579 -/bedroom_0107/rgb_00020.jpg /bedroom_0107/sync_depth_00020.png 518.8579 -/living_room_0058/rgb_00126.jpg /living_room_0058/sync_depth_00126.png 518.8579 -/dining_room_0015/rgb_00112.jpg /dining_room_0015/sync_depth_00112.png 518.8579 -/living_room_0029/rgb_00012.jpg /living_room_0029/sync_depth_00012.png 518.8579 -/living_room_0038/rgb_00009.jpg /living_room_0038/sync_depth_00009.png 518.8579 -/bedroom_0050/rgb_00023.jpg /bedroom_0050/sync_depth_00023.png 518.8579 -/kitchen_0050/rgb_00074.jpg /kitchen_0050/sync_depth_00074.png 518.8579 -/office_0006/rgb_00102.jpg /office_0006/sync_depth_00102.png 518.8579 -/bedroom_0042/rgb_00001.jpg /bedroom_0042/sync_depth_00001.png 518.8579 -/kitchen_0011b/rgb_00035.jpg /kitchen_0011b/sync_depth_00035.png 518.8579 -/bathroom_0034/rgb_00080.jpg /bathroom_0034/sync_depth_00080.png 518.8579 -/bedroom_0086/rgb_00030.jpg /bedroom_0086/sync_depth_00030.png 518.8579 -/bathroom_0006/rgb_00042.jpg /bathroom_0006/sync_depth_00042.png 518.8579 -/dining_room_0016/rgb_00038.jpg /dining_room_0016/sync_depth_00038.png 518.8579 -/kitchen_0031/rgb_00085.jpg /kitchen_0031/sync_depth_00085.png 518.8579 -/bedroom_0140/rgb_00130.jpg /bedroom_0140/sync_depth_00130.png 518.8579 -/bathroom_0055/rgb_00045.jpg /bathroom_0055/sync_depth_00045.png 518.8579 -/kitchen_0003/rgb_00145.jpg /kitchen_0003/sync_depth_00145.png 518.8579 -/bedroom_0082/rgb_00035.jpg /bedroom_0082/sync_depth_00035.png 518.8579 -/living_room_0020/rgb_00100.jpg /living_room_0020/sync_depth_00100.png 518.8579 -/kitchen_0029c/rgb_00053.jpg /kitchen_0029c/sync_depth_00053.png 518.8579 -/dining_room_0034/rgb_00112.jpg /dining_room_0034/sync_depth_00112.png 518.8579 -/bedroom_0052/rgb_00201.jpg /bedroom_0052/sync_depth_00201.png 518.8579 -/bedroom_0072/rgb_00114.jpg /bedroom_0072/sync_depth_00114.png 518.8579 -/living_room_0039/rgb_00004.jpg /living_room_0039/sync_depth_00004.png 518.8579 -/living_room_0058/rgb_00234.jpg /living_room_0058/sync_depth_00234.png 518.8579 -/dining_room_0014/rgb_00113.jpg /dining_room_0014/sync_depth_00113.png 518.8579 -/living_room_0062/rgb_00126.jpg /living_room_0062/sync_depth_00126.png 518.8579 -/living_room_0086b/rgb_00007.jpg /living_room_0086b/sync_depth_00007.png 518.8579 -/bedroom_0053/rgb_00034.jpg /bedroom_0053/sync_depth_00034.png 518.8579 -/dining_room_0001b/rgb_00076.jpg /dining_room_0001b/sync_depth_00076.png 518.8579 -/bedroom_0051/rgb_00169.jpg /bedroom_0051/sync_depth_00169.png 518.8579 -/kitchen_0047/rgb_00011.jpg /kitchen_0047/sync_depth_00011.png 518.8579 -/kitchen_0029c/rgb_00002.jpg /kitchen_0029c/sync_depth_00002.png 518.8579 -/bedroom_0078/rgb_00033.jpg /bedroom_0078/sync_depth_00033.png 518.8579 -/furniture_store_0001e/rgb_00060.jpg /furniture_store_0001e/sync_depth_00060.png 518.8579 -/living_room_0042a/rgb_00036.jpg /living_room_0042a/sync_depth_00036.png 518.8579 -/bedroom_0056a/rgb_00080.jpg /bedroom_0056a/sync_depth_00080.png 518.8579 -/bathroom_0010/rgb_00024.jpg /bathroom_0010/sync_depth_00024.png 518.8579 -/classroom_0004/rgb_00013.jpg /classroom_0004/sync_depth_00013.png 518.8579 -/living_room_0042b/rgb_00089.jpg /living_room_0042b/sync_depth_00089.png 518.8579 -/kitchen_0011a/rgb_00101.jpg /kitchen_0011a/sync_depth_00101.png 518.8579 -/living_room_0055/rgb_00144.jpg /living_room_0055/sync_depth_00144.png 518.8579 -/living_room_0086a/rgb_00005.jpg /living_room_0086a/sync_depth_00005.png 518.8579 -/bedroom_0017/rgb_00113.jpg /bedroom_0017/sync_depth_00113.png 518.8579 -/bedroom_0026/rgb_00035.jpg /bedroom_0026/sync_depth_00035.png 518.8579 -/bookstore_0001g/rgb_00027.jpg /bookstore_0001g/sync_depth_00027.png 518.8579 -/bedroom_0035/rgb_00004.jpg /bedroom_0035/sync_depth_00004.png 518.8579 -/kitchen_0006/rgb_00027.jpg /kitchen_0006/sync_depth_00027.png 518.8579 -/furniture_store_0002d/rgb_00050.jpg /furniture_store_0002d/sync_depth_00050.png 518.8579 -/bookstore_0001h/rgb_00164.jpg /bookstore_0001h/sync_depth_00164.png 518.8579 -/kitchen_0011a/rgb_00003.jpg /kitchen_0011a/sync_depth_00003.png 518.8579 -/dining_room_0037/rgb_00173.jpg /dining_room_0037/sync_depth_00173.png 518.8579 -/printer_room_0001/rgb_00046.jpg /printer_room_0001/sync_depth_00046.png 518.8579 -/bedroom_0026/rgb_00109.jpg /bedroom_0026/sync_depth_00109.png 518.8579 -/bookstore_0001i/rgb_00133.jpg /bookstore_0001i/sync_depth_00133.png 518.8579 -/kitchen_0017/rgb_00097.jpg /kitchen_0017/sync_depth_00097.png 518.8579 -/office_0021/rgb_00009.jpg /office_0021/sync_depth_00009.png 518.8579 -/bedroom_0004/rgb_00109.jpg /bedroom_0004/sync_depth_00109.png 518.8579 -/bedroom_0126/rgb_00044.jpg /bedroom_0126/sync_depth_00044.png 518.8579 -/classroom_0016/rgb_00062.jpg /classroom_0016/sync_depth_00062.png 518.8579 -/bedroom_0063/rgb_00143.jpg /bedroom_0063/sync_depth_00143.png 518.8579 -/kitchen_0048/rgb_00212.jpg /kitchen_0048/sync_depth_00212.png 518.8579 -/bedroom_0041/rgb_00031.jpg /bedroom_0041/sync_depth_00031.png 518.8579 -/bedroom_0076a/rgb_00072.jpg /bedroom_0076a/sync_depth_00072.png 518.8579 -/bookstore_0001g/rgb_00079.jpg /bookstore_0001g/sync_depth_00079.png 518.8579 -/living_room_0085/rgb_00038.jpg /living_room_0085/sync_depth_00038.png 518.8579 -/cafe_0001a/rgb_00077.jpg /cafe_0001a/sync_depth_00077.png 518.8579 -/furniture_store_0002a/rgb_00248.jpg /furniture_store_0002a/sync_depth_00248.png 518.8579 -/living_room_0069b/rgb_00077.jpg /living_room_0069b/sync_depth_00077.png 518.8579 -/kitchen_0045a/rgb_00045.jpg /kitchen_0045a/sync_depth_00045.png 518.8579 -/kitchen_0059/rgb_00059.jpg /kitchen_0059/sync_depth_00059.png 518.8579 -/bedroom_0057/rgb_00025.jpg /bedroom_0057/sync_depth_00025.png 518.8579 -/bedroom_0004/rgb_00070.jpg /bedroom_0004/sync_depth_00070.png 518.8579 -/home_office_0004/rgb_00033.jpg /home_office_0004/sync_depth_00033.png 518.8579 -/classroom_0003/rgb_00036.jpg /classroom_0003/sync_depth_00036.png 518.8579 -/bedroom_0138/rgb_00107.jpg /bedroom_0138/sync_depth_00107.png 518.8579 -/kitchen_0050/rgb_00122.jpg /kitchen_0050/sync_depth_00122.png 518.8579 -/bedroom_0004/rgb_00127.jpg /bedroom_0004/sync_depth_00127.png 518.8579 -/living_room_0012/rgb_00158.jpg /living_room_0012/sync_depth_00158.png 518.8579 -/printer_room_0001/rgb_00068.jpg /printer_room_0001/sync_depth_00068.png 518.8579 -/bookstore_0001f/rgb_00365.jpg /bookstore_0001f/sync_depth_00365.png 518.8579 -/bedroom_0074/rgb_00065.jpg /bedroom_0074/sync_depth_00065.png 518.8579 -/bedroom_0097/rgb_00039.jpg /bedroom_0097/sync_depth_00039.png 518.8579 -/classroom_0004/rgb_00058.jpg /classroom_0004/sync_depth_00058.png 518.8579 -/furniture_store_0002a/rgb_00308.jpg /furniture_store_0002a/sync_depth_00308.png 518.8579 -/dining_room_0012/rgb_00164.jpg /dining_room_0012/sync_depth_00164.png 518.8579 -/dining_room_0037/rgb_00017.jpg /dining_room_0037/sync_depth_00017.png 518.8579 -/bedroom_0078/rgb_00123.jpg /bedroom_0078/sync_depth_00123.png 518.8579 -/bathroom_0014a/rgb_00016.jpg /bathroom_0014a/sync_depth_00016.png 518.8579 -/bedroom_0021/rgb_00112.jpg /bedroom_0021/sync_depth_00112.png 518.8579 -/kitchen_0053/rgb_00116.jpg /kitchen_0053/sync_depth_00116.png 518.8579 -/home_office_0008/rgb_00045.jpg /home_office_0008/sync_depth_00045.png 518.8579 -/bathroom_0049/rgb_00001.jpg /bathroom_0049/sync_depth_00001.png 518.8579 -/dining_room_0015/rgb_00031.jpg /dining_room_0015/sync_depth_00031.png 518.8579 -/playroom_0002/rgb_00125.jpg /playroom_0002/sync_depth_00125.png 518.8579 -/kitchen_0035b/rgb_00235.jpg /kitchen_0035b/sync_depth_00235.png 518.8579 -/bedroom_0004/rgb_00180.jpg /bedroom_0004/sync_depth_00180.png 518.8579 -/living_room_0010/rgb_00083.jpg /living_room_0010/sync_depth_00083.png 518.8579 -/bedroom_0129/rgb_00009.jpg /bedroom_0129/sync_depth_00009.png 518.8579 -/furniture_store_0002a/rgb_00324.jpg /furniture_store_0002a/sync_depth_00324.png 518.8579 -/playroom_0004/rgb_00118.jpg /playroom_0004/sync_depth_00118.png 518.8579 -/furniture_store_0002a/rgb_00209.jpg /furniture_store_0002a/sync_depth_00209.png 518.8579 -/living_room_0039/rgb_00050.jpg /living_room_0039/sync_depth_00050.png 518.8579 -/cafe_0001a/rgb_00045.jpg /cafe_0001a/sync_depth_00045.png 518.8579 -/kitchen_0011a/rgb_00098.jpg /kitchen_0011a/sync_depth_00098.png 518.8579 -/furniture_store_0002b/rgb_00237.jpg /furniture_store_0002b/sync_depth_00237.png 518.8579 -/office_0003/rgb_00070.jpg /office_0003/sync_depth_00070.png 518.8579 -/living_room_0040/rgb_00170.jpg /living_room_0040/sync_depth_00170.png 518.8579 -/office_0019/rgb_00037.jpg /office_0019/sync_depth_00037.png 518.8579 -/playroom_0002/rgb_00021.jpg /playroom_0002/sync_depth_00021.png 518.8579 -/bedroom_0010/rgb_00042.jpg /bedroom_0010/sync_depth_00042.png 518.8579 -/bedroom_0076a/rgb_00076.jpg /bedroom_0076a/sync_depth_00076.png 518.8579 -/bedroom_0072/rgb_00136.jpg /bedroom_0072/sync_depth_00136.png 518.8579 -/bedroom_0025/rgb_00078.jpg /bedroom_0025/sync_depth_00078.png 518.8579 -/bathroom_0014a/rgb_00059.jpg /bathroom_0014a/sync_depth_00059.png 518.8579 -/kitchen_0035b/rgb_00129.jpg /kitchen_0035b/sync_depth_00129.png 518.8579 -/kitchen_0019a/rgb_00082.jpg /kitchen_0019a/sync_depth_00082.png 518.8579 -/living_room_0082/rgb_00024.jpg /living_room_0082/sync_depth_00024.png 518.8579 -/kitchen_0049/rgb_00065.jpg /kitchen_0049/sync_depth_00065.png 518.8579 -/bathroom_0048/rgb_00070.jpg /bathroom_0048/sync_depth_00070.png 518.8579 -/dining_room_0031/rgb_00000.jpg /dining_room_0031/sync_depth_00000.png 518.8579 -/kitchen_0011a/rgb_00026.jpg /kitchen_0011a/sync_depth_00026.png 518.8579 -/dining_room_0034/rgb_00222.jpg /dining_room_0034/sync_depth_00222.png 518.8579 -/dining_room_0033/rgb_00038.jpg /dining_room_0033/sync_depth_00038.png 518.8579 -/office_0012/rgb_00086.jpg /office_0012/sync_depth_00086.png 518.8579 -/furniture_store_0002c/rgb_00029.jpg /furniture_store_0002c/sync_depth_00029.png 518.8579 -/classroom_0004/rgb_00017.jpg /classroom_0004/sync_depth_00017.png 518.8579 -/bookstore_0001f/rgb_00150.jpg /bookstore_0001f/sync_depth_00150.png 518.8579 -/living_room_0020/rgb_00025.jpg /living_room_0020/sync_depth_00025.png 518.8579 -/kitchen_0016/rgb_00055.jpg /kitchen_0016/sync_depth_00055.png 518.8579 -/living_room_0010/rgb_00143.jpg /living_room_0010/sync_depth_00143.png 518.8579 -/bookstore_0001f/rgb_00349.jpg /bookstore_0001f/sync_depth_00349.png 518.8579 -/living_room_0019/rgb_00151.jpg /living_room_0019/sync_depth_00151.png 518.8579 -/bathroom_0002/rgb_00044.jpg /bathroom_0002/sync_depth_00044.png 518.8579 -/bedroom_0130/rgb_00087.jpg /bedroom_0130/sync_depth_00087.png 518.8579 -/kitchen_0017/rgb_00049.jpg /kitchen_0017/sync_depth_00049.png 518.8579 -/bedroom_0050/rgb_00082.jpg /bedroom_0050/sync_depth_00082.png 518.8579 -/bathroom_0028/rgb_00084.jpg /bathroom_0028/sync_depth_00084.png 518.8579 -/bedroom_0041/rgb_00006.jpg /bedroom_0041/sync_depth_00006.png 518.8579 -/furniture_store_0001f/rgb_00015.jpg /furniture_store_0001f/sync_depth_00015.png 518.8579 -/bedroom_0004/rgb_00140.jpg /bedroom_0004/sync_depth_00140.png 518.8579 -/dining_room_0007/rgb_00064.jpg /dining_room_0007/sync_depth_00064.png 518.8579 -/bookstore_0001f/rgb_00233.jpg /bookstore_0001f/sync_depth_00233.png 518.8579 -/living_room_0020/rgb_00210.jpg /living_room_0020/sync_depth_00210.png 518.8579 -/reception_room_0002/rgb_00162.jpg /reception_room_0002/sync_depth_00162.png 518.8579 -/office_0003/rgb_00062.jpg /office_0003/sync_depth_00062.png 518.8579 -/nyu_office_0/rgb_00113.jpg /nyu_office_0/sync_depth_00113.png 518.8579 -/office_0026/rgb_00140.jpg /office_0026/sync_depth_00140.png 518.8579 -/furniture_store_0001d/rgb_00276.jpg /furniture_store_0001d/sync_depth_00276.png 518.8579 -/living_room_0086b/rgb_00020.jpg /living_room_0086b/sync_depth_00020.png 518.8579 -/kitchen_0035b/rgb_00123.jpg /kitchen_0035b/sync_depth_00123.png 518.8579 -/kitchen_0028a/rgb_00058.jpg /kitchen_0028a/sync_depth_00058.png 518.8579 -/dining_room_0002/rgb_00009.jpg /dining_room_0002/sync_depth_00009.png 518.8579 -/dining_room_0001b/rgb_00082.jpg /dining_room_0001b/sync_depth_00082.png 518.8579 -/living_room_0010/rgb_00067.jpg /living_room_0010/sync_depth_00067.png 518.8579 -/bathroom_0034/rgb_00011.jpg /bathroom_0034/sync_depth_00011.png 518.8579 -/kitchen_0045b/rgb_00121.jpg /kitchen_0045b/sync_depth_00121.png 518.8579 -/kitchen_0028a/rgb_00052.jpg /kitchen_0028a/sync_depth_00052.png 518.8579 -/bathroom_0039/rgb_00002.jpg /bathroom_0039/sync_depth_00002.png 518.8579 -/living_room_0032/rgb_00044.jpg /living_room_0032/sync_depth_00044.png 518.8579 -/home_office_0007/rgb_00017.jpg /home_office_0007/sync_depth_00017.png 518.8579 -/study_0006/rgb_00034.jpg /study_0006/sync_depth_00034.png 518.8579 -/dining_room_0019/rgb_00045.jpg /dining_room_0019/sync_depth_00045.png 518.8579 -/bedroom_0021/rgb_00076.jpg /bedroom_0021/sync_depth_00076.png 518.8579 -/living_room_0005/rgb_00131.jpg /living_room_0005/sync_depth_00131.png 518.8579 -/bedroom_0057/rgb_00002.jpg /bedroom_0057/sync_depth_00002.png 518.8579 -/dining_room_0031/rgb_00266.jpg /dining_room_0031/sync_depth_00266.png 518.8579 -/bedroom_0067a/rgb_00003.jpg /bedroom_0067a/sync_depth_00003.png 518.8579 -/playroom_0004/rgb_00064.jpg /playroom_0004/sync_depth_00064.png 518.8579 -/bookstore_0001f/rgb_00335.jpg /bookstore_0001f/sync_depth_00335.png 518.8579 -/bathroom_0019/rgb_00005.jpg /bathroom_0019/sync_depth_00005.png 518.8579 -/study_0004/rgb_00086.jpg /study_0004/sync_depth_00086.png 518.8579 -/bedroom_0113/rgb_00082.jpg /bedroom_0113/sync_depth_00082.png 518.8579 -/printer_room_0001/rgb_00055.jpg /printer_room_0001/sync_depth_00055.png 518.8579 -/kitchen_0003/rgb_00071.jpg /kitchen_0003/sync_depth_00071.png 518.8579 -/kitchen_0050/rgb_00113.jpg /kitchen_0050/sync_depth_00113.png 518.8579 -/living_room_0011/rgb_00000.jpg /living_room_0011/sync_depth_00000.png 518.8579 -/dining_room_0031/rgb_00125.jpg /dining_room_0031/sync_depth_00125.png 518.8579 -/bedroom_0065/rgb_00026.jpg /bedroom_0065/sync_depth_00026.png 518.8579 -/study_room_0005b/rgb_00019.jpg /study_room_0005b/sync_depth_00019.png 518.8579 -/living_room_0012/rgb_00116.jpg /living_room_0012/sync_depth_00116.png 518.8579 -/furniture_store_0001d/rgb_00188.jpg /furniture_store_0001d/sync_depth_00188.png 518.8579 -/bedroom_0050/rgb_00044.jpg /bedroom_0050/sync_depth_00044.png 518.8579 -/classroom_0022/rgb_00047.jpg /classroom_0022/sync_depth_00047.png 518.8579 -/office_0003/rgb_00009.jpg /office_0003/sync_depth_00009.png 518.8579 -/kitchen_0052/rgb_00179.jpg /kitchen_0052/sync_depth_00179.png 518.8579 -/living_room_0029/rgb_00045.jpg /living_room_0029/sync_depth_00045.png 518.8579 -/living_room_0078/rgb_00088.jpg /living_room_0078/sync_depth_00088.png 518.8579 -/bedroom_0004/rgb_00134.jpg /bedroom_0004/sync_depth_00134.png 518.8579 -/bookstore_0001e/rgb_00085.jpg /bookstore_0001e/sync_depth_00085.png 518.8579 -/living_room_0042a/rgb_00038.jpg /living_room_0042a/sync_depth_00038.png 518.8579 -/bathroom_0028/rgb_00036.jpg /bathroom_0028/sync_depth_00036.png 518.8579 -/living_room_0050/rgb_00163.jpg /living_room_0050/sync_depth_00163.png 518.8579 -/classroom_0006/rgb_00154.jpg /classroom_0006/sync_depth_00154.png 518.8579 -/living_room_0020/rgb_00091.jpg /living_room_0020/sync_depth_00091.png 518.8579 -/kitchen_0043/rgb_00263.jpg /kitchen_0043/sync_depth_00263.png 518.8579 -/kitchen_0051/rgb_00016.jpg /kitchen_0051/sync_depth_00016.png 518.8579 -/bookstore_0001g/rgb_00275.jpg /bookstore_0001g/sync_depth_00275.png 518.8579 -/dining_room_0001b/rgb_00089.jpg /dining_room_0001b/sync_depth_00089.png 518.8579 -/living_room_0011/rgb_00019.jpg /living_room_0011/sync_depth_00019.png 518.8579 -/dining_room_0034/rgb_00168.jpg /dining_room_0034/sync_depth_00168.png 518.8579 -/living_room_0085/rgb_00059.jpg /living_room_0085/sync_depth_00059.png 518.8579 -/kitchen_0050/rgb_00051.jpg /kitchen_0050/sync_depth_00051.png 518.8579 -/dinette_0001/rgb_00092.jpg /dinette_0001/sync_depth_00092.png 518.8579 -/office_0026/rgb_00055.jpg /office_0026/sync_depth_00055.png 518.8579 -/study_0004/rgb_00081.jpg /study_0004/sync_depth_00081.png 518.8579 -/kitchen_0047/rgb_00074.jpg /kitchen_0047/sync_depth_00074.png 518.8579 -/kitchen_0003/rgb_00080.jpg /kitchen_0003/sync_depth_00080.png 518.8579 -/kitchen_0008/rgb_00034.jpg /kitchen_0008/sync_depth_00034.png 518.8579 -/kitchen_0006/rgb_00079.jpg /kitchen_0006/sync_depth_00079.png 518.8579 -/bathroom_0016/rgb_00006.jpg /bathroom_0016/sync_depth_00006.png 518.8579 -/kitchen_0035a/rgb_00023.jpg /kitchen_0035a/sync_depth_00023.png 518.8579 -/bedroom_0078/rgb_00127.jpg /bedroom_0078/sync_depth_00127.png 518.8579 -/bedroom_0098/rgb_00039.jpg /bedroom_0098/sync_depth_00039.png 518.8579 -/printer_room_0001/rgb_00036.jpg /printer_room_0001/sync_depth_00036.png 518.8579 -/dining_room_0033/rgb_00035.jpg /dining_room_0033/sync_depth_00035.png 518.8579 -/living_room_0022/rgb_00276.jpg /living_room_0022/sync_depth_00276.png 518.8579 -/bedroom_0052/rgb_00213.jpg /bedroom_0052/sync_depth_00213.png 518.8579 -/kitchen_0052/rgb_00030.jpg /kitchen_0052/sync_depth_00030.png 518.8579 -/living_room_0032/rgb_00038.jpg /living_room_0032/sync_depth_00038.png 518.8579 -/kitchen_0008/rgb_00048.jpg /kitchen_0008/sync_depth_00048.png 518.8579 -/dining_room_0004/rgb_00074.jpg /dining_room_0004/sync_depth_00074.png 518.8579 -/living_room_0058/rgb_00074.jpg /living_room_0058/sync_depth_00074.png 518.8579 -/kitchen_0043/rgb_00088.jpg /kitchen_0043/sync_depth_00088.png 518.8579 -/bedroom_0124/rgb_00008.jpg /bedroom_0124/sync_depth_00008.png 518.8579 -/bedroom_0010/rgb_00116.jpg /bedroom_0010/sync_depth_00116.png 518.8579 -/foyer_0002/rgb_00002.jpg /foyer_0002/sync_depth_00002.png 518.8579 -/bookstore_0001g/rgb_00206.jpg /bookstore_0001g/sync_depth_00206.png 518.8579 -/office_0018/rgb_00028.jpg /office_0018/sync_depth_00028.png 518.8579 -/living_room_0022/rgb_00189.jpg /living_room_0022/sync_depth_00189.png 518.8579 -/living_room_0039/rgb_00120.jpg /living_room_0039/sync_depth_00120.png 518.8579 -/kitchen_0016/rgb_00109.jpg /kitchen_0016/sync_depth_00109.png 518.8579 -/kitchen_0060/rgb_00094.jpg /kitchen_0060/sync_depth_00094.png 518.8579 -/living_room_0047b/rgb_00111.jpg /living_room_0047b/sync_depth_00111.png 518.8579 -/bedroom_0051/rgb_00093.jpg /bedroom_0051/sync_depth_00093.png 518.8579 -/kitchen_0045a/rgb_00161.jpg /kitchen_0045a/sync_depth_00161.png 518.8579 -/bedroom_0012/rgb_00039.jpg /bedroom_0012/sync_depth_00039.png 518.8579 -/bookstore_0001e/rgb_00088.jpg /bookstore_0001e/sync_depth_00088.png 518.8579 -/classroom_0011/rgb_00006.jpg /classroom_0011/sync_depth_00006.png 518.8579 -/dining_room_0019/rgb_00158.jpg /dining_room_0019/sync_depth_00158.png 518.8579 -/bedroom_0071/rgb_00113.jpg /bedroom_0071/sync_depth_00113.png 518.8579 -/playroom_0006/rgb_00139.jpg /playroom_0006/sync_depth_00139.png 518.8579 -/home_office_0005/rgb_00054.jpg /home_office_0005/sync_depth_00054.png 518.8579 -/dining_room_0007/rgb_00139.jpg /dining_room_0007/sync_depth_00139.png 518.8579 -/bookstore_0001g/rgb_00201.jpg /bookstore_0001g/sync_depth_00201.png 518.8579 -/home_office_0005/rgb_00134.jpg /home_office_0005/sync_depth_00134.png 518.8579 -/kitchen_0048/rgb_00017.jpg /kitchen_0048/sync_depth_00017.png 518.8579 -/bathroom_0013/rgb_00023.jpg /bathroom_0013/sync_depth_00023.png 518.8579 -/bookstore_0001j/rgb_00082.jpg /bookstore_0001j/sync_depth_00082.png 518.8579 -/kitchen_0043/rgb_00012.jpg /kitchen_0043/sync_depth_00012.png 518.8579 -/dining_room_0023/rgb_00025.jpg /dining_room_0023/sync_depth_00025.png 518.8579 -/classroom_0006/rgb_00191.jpg /classroom_0006/sync_depth_00191.png 518.8579 -/study_0003/rgb_00084.jpg /study_0003/sync_depth_00084.png 518.8579 -/student_lounge_0001/rgb_00244.jpg /student_lounge_0001/sync_depth_00244.png 518.8579 -/home_storage_0001/rgb_00152.jpg /home_storage_0001/sync_depth_00152.png 518.8579 -/bedroom_0140/rgb_00074.jpg /bedroom_0140/sync_depth_00074.png 518.8579 -/dining_room_0013/rgb_00198.jpg /dining_room_0013/sync_depth_00198.png 518.8579 -/home_office_0004/rgb_00106.jpg /home_office_0004/sync_depth_00106.png 518.8579 -/living_room_0070/rgb_00093.jpg /living_room_0070/sync_depth_00093.png 518.8579 -/dining_room_0031/rgb_00253.jpg /dining_room_0031/sync_depth_00253.png 518.8579 -/living_room_0040/rgb_00335.jpg /living_room_0040/sync_depth_00335.png 518.8579 -/office_kitchen_0003/rgb_00018.jpg /office_kitchen_0003/sync_depth_00018.png 518.8579 -/office_0003/rgb_00014.jpg /office_0003/sync_depth_00014.png 518.8579 -/living_room_0020/rgb_00020.jpg /living_room_0020/sync_depth_00020.png 518.8579 -/bedroom_0132/rgb_00022.jpg /bedroom_0132/sync_depth_00022.png 518.8579 -/classroom_0016/rgb_00027.jpg /classroom_0016/sync_depth_00027.png 518.8579 -/living_room_0038/rgb_00060.jpg /living_room_0038/sync_depth_00060.png 518.8579 -/living_room_0022/rgb_00374.jpg /living_room_0022/sync_depth_00374.png 518.8579 -/bedroom_0025/rgb_00035.jpg /bedroom_0025/sync_depth_00035.png 518.8579 -/bookstore_0001h/rgb_00138.jpg /bookstore_0001h/sync_depth_00138.png 518.8579 -/kitchen_0033/rgb_00143.jpg /kitchen_0033/sync_depth_00143.png 518.8579 -/living_room_0039/rgb_00083.jpg /living_room_0039/sync_depth_00083.png 518.8579 -/living_room_0069a/rgb_00038.jpg /living_room_0069a/sync_depth_00038.png 518.8579 -/kitchen_0052/rgb_00091.jpg /kitchen_0052/sync_depth_00091.png 518.8579 -/bedroom_0106/rgb_00073.jpg /bedroom_0106/sync_depth_00073.png 518.8579 -/bookstore_0001d/rgb_00159.jpg /bookstore_0001d/sync_depth_00159.png 518.8579 -/living_room_0046b/rgb_00062.jpg /living_room_0046b/sync_depth_00062.png 518.8579 -/living_room_0037/rgb_00001.jpg /living_room_0037/sync_depth_00001.png 518.8579 -/dining_room_0004/rgb_00056.jpg /dining_room_0004/sync_depth_00056.png 518.8579 -/home_office_0004/rgb_00029.jpg /home_office_0004/sync_depth_00029.png 518.8579 -/dining_room_0001b/rgb_00038.jpg /dining_room_0001b/sync_depth_00038.png 518.8579 -/living_room_0022/rgb_00246.jpg /living_room_0022/sync_depth_00246.png 518.8579 -/bedroom_0125b/rgb_00036.jpg /bedroom_0125b/sync_depth_00036.png 518.8579 -/bathroom_0013/rgb_00065.jpg /bathroom_0013/sync_depth_00065.png 518.8579 -/reception_room_0001a/rgb_00115.jpg /reception_room_0001a/sync_depth_00115.png 518.8579 -/dining_room_0028/rgb_00113.jpg /dining_room_0028/sync_depth_00113.png 518.8579 -/bedroom_0140/rgb_00119.jpg /bedroom_0140/sync_depth_00119.png 518.8579 -/bedroom_0051/rgb_00026.jpg /bedroom_0051/sync_depth_00026.png 518.8579 -/dining_room_0019/rgb_00070.jpg /dining_room_0019/sync_depth_00070.png 518.8579 -/living_room_0004/rgb_00124.jpg /living_room_0004/sync_depth_00124.png 518.8579 -/computer_lab_0002/rgb_00015.jpg /computer_lab_0002/sync_depth_00015.png 518.8579 -/bedroom_0060/rgb_00031.jpg /bedroom_0060/sync_depth_00031.png 518.8579 -/furniture_store_0001d/rgb_00102.jpg /furniture_store_0001d/sync_depth_00102.png 518.8579 -/living_room_0083/rgb_00040.jpg /living_room_0083/sync_depth_00040.png 518.8579 -/bedroom_0071/rgb_00186.jpg /bedroom_0071/sync_depth_00186.png 518.8579 -/living_room_0058/rgb_00132.jpg /living_room_0058/sync_depth_00132.png 518.8579 -/bedroom_0004/rgb_00079.jpg /bedroom_0004/sync_depth_00079.png 518.8579 -/playroom_0006/rgb_00148.jpg /playroom_0006/sync_depth_00148.png 518.8579 -/bedroom_0050/rgb_00119.jpg /bedroom_0050/sync_depth_00119.png 518.8579 -/playroom_0003/rgb_00131.jpg /playroom_0003/sync_depth_00131.png 518.8579 -/bedroom_0042/rgb_00060.jpg /bedroom_0042/sync_depth_00060.png 518.8579 -/bedroom_0062/rgb_00080.jpg /bedroom_0062/sync_depth_00080.png 518.8579 -/reception_room_0001b/rgb_00121.jpg /reception_room_0001b/sync_depth_00121.png 518.8579 -/living_room_0035/rgb_00006.jpg /living_room_0035/sync_depth_00006.png 518.8579 -/classroom_0006/rgb_00019.jpg /classroom_0006/sync_depth_00019.png 518.8579 -/bedroom_0140/rgb_00098.jpg /bedroom_0140/sync_depth_00098.png 518.8579 -/kitchen_0060/rgb_00072.jpg /kitchen_0060/sync_depth_00072.png 518.8579 -/dining_room_0007/rgb_00128.jpg /dining_room_0007/sync_depth_00128.png 518.8579 -/bedroom_0080/rgb_00045.jpg /bedroom_0080/sync_depth_00045.png 518.8579 -/bedroom_0052/rgb_00174.jpg /bedroom_0052/sync_depth_00174.png 518.8579 -/dining_room_0007/rgb_00168.jpg /dining_room_0007/sync_depth_00168.png 518.8579 -/nyu_office_0/rgb_00079.jpg /nyu_office_0/sync_depth_00079.png 518.8579 -/bedroom_0097/rgb_00041.jpg /bedroom_0097/sync_depth_00041.png 518.8579 -/bedroom_0021/rgb_00067.jpg /bedroom_0021/sync_depth_00067.png 518.8579 -/dining_room_0013/rgb_00073.jpg /dining_room_0013/sync_depth_00073.png 518.8579 -/classroom_0004/rgb_00086.jpg /classroom_0004/sync_depth_00086.png 518.8579 -/dining_room_0034/rgb_00008.jpg /dining_room_0034/sync_depth_00008.png 518.8579 -/bathroom_0006/rgb_00040.jpg /bathroom_0006/sync_depth_00040.png 518.8579 -/bedroom_0097/rgb_00056.jpg /bedroom_0097/sync_depth_00056.png 518.8579 -/living_room_0032/rgb_00043.jpg /living_room_0032/sync_depth_00043.png 518.8579 -/dining_room_0037/rgb_00064.jpg /dining_room_0037/sync_depth_00064.png 518.8579 -/dining_room_0012/rgb_00148.jpg /dining_room_0012/sync_depth_00148.png 518.8579 -/bedroom_0029/rgb_00059.jpg /bedroom_0029/sync_depth_00059.png 518.8579 -/bedroom_0080/rgb_00038.jpg /bedroom_0080/sync_depth_00038.png 518.8579 -/kitchen_0031/rgb_00047.jpg /kitchen_0031/sync_depth_00047.png 518.8579 -/bedroom_0050/rgb_00169.jpg /bedroom_0050/sync_depth_00169.png 518.8579 -/kitchen_0037/rgb_00055.jpg /kitchen_0037/sync_depth_00055.png 518.8579 -/bedroom_0076a/rgb_00230.jpg /bedroom_0076a/sync_depth_00230.png 518.8579 -/kitchen_0031/rgb_00064.jpg /kitchen_0031/sync_depth_00064.png 518.8579 -/office_0019/rgb_00042.jpg /office_0019/sync_depth_00042.png 518.8579 -/nyu_office_0/rgb_00370.jpg /nyu_office_0/sync_depth_00370.png 518.8579 -/dining_room_0019/rgb_00058.jpg /dining_room_0019/sync_depth_00058.png 518.8579 -/bathroom_0023/rgb_00015.jpg /bathroom_0023/sync_depth_00015.png 518.8579 -/kitchen_0033/rgb_00067.jpg /kitchen_0033/sync_depth_00067.png 518.8579 -/kitchen_0053/rgb_00205.jpg /kitchen_0053/sync_depth_00205.png 518.8579 -/bedroom_0010/rgb_00012.jpg /bedroom_0010/sync_depth_00012.png 518.8579 -/living_room_0033/rgb_00060.jpg /living_room_0033/sync_depth_00060.png 518.8579 -/bedroom_0059/rgb_00092.jpg /bedroom_0059/sync_depth_00092.png 518.8579 -/bathroom_0013/rgb_00040.jpg /bathroom_0013/sync_depth_00040.png 518.8579 -/furniture_store_0002b/rgb_00058.jpg /furniture_store_0002b/sync_depth_00058.png 518.8579 -/bedroom_0069/rgb_00060.jpg /bedroom_0069/sync_depth_00060.png 518.8579 -/playroom_0006/rgb_00025.jpg /playroom_0006/sync_depth_00025.png 518.8579 -/living_room_0040/rgb_00125.jpg /living_room_0040/sync_depth_00125.png 518.8579 -/furniture_store_0002a/rgb_00134.jpg /furniture_store_0002a/sync_depth_00134.png 518.8579 -/dining_room_0024/rgb_00156.jpg /dining_room_0024/sync_depth_00156.png 518.8579 -/kitchen_0051/rgb_00187.jpg /kitchen_0051/sync_depth_00187.png 518.8579 -/furniture_store_0002b/rgb_00022.jpg /furniture_store_0002b/sync_depth_00022.png 518.8579 -/dining_room_0014/rgb_00051.jpg /dining_room_0014/sync_depth_00051.png 518.8579 -/furniture_store_0002a/rgb_00181.jpg /furniture_store_0002a/sync_depth_00181.png 518.8579 -/living_room_0040/rgb_00023.jpg /living_room_0040/sync_depth_00023.png 518.8579 -/kitchen_0045a/rgb_00121.jpg /kitchen_0045a/sync_depth_00121.png 518.8579 -/study_0004/rgb_00084.jpg /study_0004/sync_depth_00084.png 518.8579 -/study_room_0004/rgb_00009.jpg /study_room_0004/sync_depth_00009.png 518.8579 -/bathroom_0045a/rgb_00058.jpg /bathroom_0045a/sync_depth_00058.png 518.8579 -/living_room_0022/rgb_00294.jpg /living_room_0022/sync_depth_00294.png 518.8579 -/classroom_0012/rgb_00038.jpg /classroom_0012/sync_depth_00038.png 518.8579 -/kitchen_0035b/rgb_00214.jpg /kitchen_0035b/sync_depth_00214.png 518.8579 -/living_room_0042b/rgb_00072.jpg /living_room_0042b/sync_depth_00072.png 518.8579 -/living_room_0010/rgb_00009.jpg /living_room_0010/sync_depth_00009.png 518.8579 -/conference_room_0001/rgb_00004.jpg /conference_room_0001/sync_depth_00004.png 518.8579 -/home_office_0004/rgb_00183.jpg /home_office_0004/sync_depth_00183.png 518.8579 -/living_room_0086b/rgb_00000.jpg /living_room_0086b/sync_depth_00000.png 518.8579 -/living_room_0020/rgb_00107.jpg /living_room_0020/sync_depth_00107.png 518.8579 -/bedroom_0100/rgb_00071.jpg /bedroom_0100/sync_depth_00071.png 518.8579 -/kitchen_0049/rgb_00155.jpg /kitchen_0049/sync_depth_00155.png 518.8579 -/furniture_store_0002a/rgb_00254.jpg /furniture_store_0002a/sync_depth_00254.png 518.8579 -/bedroom_0063/rgb_00077.jpg /bedroom_0063/sync_depth_00077.png 518.8579 -/bedroom_0136/rgb_00134.jpg /bedroom_0136/sync_depth_00134.png 518.8579 -/bedroom_0026/rgb_00125.jpg /bedroom_0026/sync_depth_00125.png 518.8579 -/furniture_store_0001d/rgb_00158.jpg /furniture_store_0001d/sync_depth_00158.png 518.8579 -/bedroom_0140/rgb_00084.jpg /bedroom_0140/sync_depth_00084.png 518.8579 -/kitchen_0010/rgb_00019.jpg /kitchen_0010/sync_depth_00019.png 518.8579 -/bedroom_0017/rgb_00095.jpg /bedroom_0017/sync_depth_00095.png 518.8579 -/office_0018/rgb_00051.jpg /office_0018/sync_depth_00051.png 518.8579 -/office_kitchen_0001a/rgb_00002.jpg /office_kitchen_0001a/sync_depth_00002.png 518.8579 -/bedroom_0078/rgb_00100.jpg /bedroom_0078/sync_depth_00100.png 518.8579 -/kitchen_0045a/rgb_00144.jpg /kitchen_0045a/sync_depth_00144.png 518.8579 -/office_0011/rgb_00063.jpg /office_0011/sync_depth_00063.png 518.8579 -/dining_room_0033/rgb_00151.jpg /dining_room_0033/sync_depth_00151.png 518.8579 -/living_room_0038/rgb_00065.jpg /living_room_0038/sync_depth_00065.png 518.8579 -/dining_room_0016/rgb_00185.jpg /dining_room_0016/sync_depth_00185.png 518.8579 -/reception_room_0004/rgb_00090.jpg /reception_room_0004/sync_depth_00090.png 518.8579 -/bathroom_0050/rgb_00007.jpg /bathroom_0050/sync_depth_00007.png 518.8579 -/bedroom_0040/rgb_00014.jpg /bedroom_0040/sync_depth_00014.png 518.8579 -/living_room_0010/rgb_00068.jpg /living_room_0010/sync_depth_00068.png 518.8579 -/dining_room_0033/rgb_00094.jpg /dining_room_0033/sync_depth_00094.png 518.8579 -/living_room_0068/rgb_00011.jpg /living_room_0068/sync_depth_00011.png 518.8579 -/bedroom_0104/rgb_00020.jpg /bedroom_0104/sync_depth_00020.png 518.8579 -/bedroom_0025/rgb_00100.jpg /bedroom_0025/sync_depth_00100.png 518.8579 -/home_office_0011/rgb_00083.jpg /home_office_0011/sync_depth_00083.png 518.8579 -/bathroom_0030/rgb_00042.jpg /bathroom_0030/sync_depth_00042.png 518.8579 -/reception_room_0002/rgb_00175.jpg /reception_room_0002/sync_depth_00175.png 518.8579 -/bedroom_0026/rgb_00021.jpg /bedroom_0026/sync_depth_00021.png 518.8579 -/bedroom_0019/rgb_00044.jpg /bedroom_0019/sync_depth_00044.png 518.8579 -/bathroom_0056/rgb_00000.jpg /bathroom_0056/sync_depth_00000.png 518.8579 -/bookstore_0001h/rgb_00135.jpg /bookstore_0001h/sync_depth_00135.png 518.8579 -/bathroom_0014a/rgb_00058.jpg /bathroom_0014a/sync_depth_00058.png 518.8579 -/living_room_0039/rgb_00063.jpg /living_room_0039/sync_depth_00063.png 518.8579 -/classroom_0006/rgb_00000.jpg /classroom_0006/sync_depth_00000.png 518.8579 -/bathroom_0014a/rgb_00049.jpg /bathroom_0014a/sync_depth_00049.png 518.8579 -/office_0006/rgb_00022.jpg /office_0006/sync_depth_00022.png 518.8579 -/kitchen_0035b/rgb_00322.jpg /kitchen_0035b/sync_depth_00322.png 518.8579 -/kitchen_0051/rgb_00169.jpg /kitchen_0051/sync_depth_00169.png 518.8579 -/bathroom_0055/rgb_00014.jpg /bathroom_0055/sync_depth_00014.png 518.8579 -/kitchen_0017/rgb_00015.jpg /kitchen_0017/sync_depth_00015.png 518.8579 -/dining_room_0013/rgb_00151.jpg /dining_room_0013/sync_depth_00151.png 518.8579 -/bathroom_0048/rgb_00042.jpg /bathroom_0048/sync_depth_00042.png 518.8579 -/bedroom_0074/rgb_00130.jpg /bedroom_0074/sync_depth_00130.png 518.8579 -/living_room_0020/rgb_00042.jpg /living_room_0020/sync_depth_00042.png 518.8579 -/living_room_0005/rgb_00140.jpg /living_room_0005/sync_depth_00140.png 518.8579 -/living_room_0018/rgb_00027.jpg /living_room_0018/sync_depth_00027.png 518.8579 -/classroom_0018/rgb_00010.jpg /classroom_0018/sync_depth_00010.png 518.8579 -/furniture_store_0001e/rgb_00070.jpg /furniture_store_0001e/sync_depth_00070.png 518.8579 -/bedroom_0060/rgb_00055.jpg /bedroom_0060/sync_depth_00055.png 518.8579 -/dining_room_0016/rgb_00167.jpg /dining_room_0016/sync_depth_00167.png 518.8579 -/bookstore_0001f/rgb_00046.jpg /bookstore_0001f/sync_depth_00046.png 518.8579 -/dining_room_0024/rgb_00134.jpg /dining_room_0024/sync_depth_00134.png 518.8579 -/furniture_store_0002a/rgb_00283.jpg /furniture_store_0002a/sync_depth_00283.png 518.8579 -/bedroom_0031/rgb_00016.jpg /bedroom_0031/sync_depth_00016.png 518.8579 -/living_room_0033/rgb_00015.jpg /living_room_0033/sync_depth_00015.png 518.8579 -/classroom_0006/rgb_00078.jpg /classroom_0006/sync_depth_00078.png 518.8579 -/living_room_0040/rgb_00282.jpg /living_room_0040/sync_depth_00282.png 518.8579 -/furniture_store_0001b/rgb_00038.jpg /furniture_store_0001b/sync_depth_00038.png 518.8579 -/furniture_store_0002a/rgb_00334.jpg /furniture_store_0002a/sync_depth_00334.png 518.8579 -/kitchen_0060/rgb_00011.jpg /kitchen_0060/sync_depth_00011.png 518.8579 -/study_room_0004/rgb_00097.jpg /study_room_0004/sync_depth_00097.png 518.8579 -/bookstore_0001i/rgb_00013.jpg /bookstore_0001i/sync_depth_00013.png 518.8579 -/reception_room_0001b/rgb_00052.jpg /reception_room_0001b/sync_depth_00052.png 518.8579 -/living_room_0063/rgb_00162.jpg /living_room_0063/sync_depth_00162.png 518.8579 -/study_0003/rgb_00117.jpg /study_0003/sync_depth_00117.png 518.8579 -/bedroom_0076a/rgb_00203.jpg /bedroom_0076a/sync_depth_00203.png 518.8579 -/bedroom_0021/rgb_00098.jpg /bedroom_0021/sync_depth_00098.png 518.8579 -/bookstore_0001i/rgb_00115.jpg /bookstore_0001i/sync_depth_00115.png 518.8579 -/bathroom_0033/rgb_00024.jpg /bathroom_0033/sync_depth_00024.png 518.8579 -/foyer_0002/rgb_00035.jpg /foyer_0002/sync_depth_00035.png 518.8579 -/bedroom_0015/rgb_00022.jpg /bedroom_0015/sync_depth_00022.png 518.8579 -/bedroom_0106/rgb_00055.jpg /bedroom_0106/sync_depth_00055.png 518.8579 -/bookstore_0001j/rgb_00262.jpg /bookstore_0001j/sync_depth_00262.png 518.8579 -/office_0021/rgb_00016.jpg /office_0021/sync_depth_00016.png 518.8579 -/kitchen_0037/rgb_00111.jpg /kitchen_0037/sync_depth_00111.png 518.8579 -/playroom_0006/rgb_00117.jpg /playroom_0006/sync_depth_00117.png 518.8579 -/living_room_0062/rgb_00122.jpg /living_room_0062/sync_depth_00122.png 518.8579 -/living_room_0039/rgb_00124.jpg /living_room_0039/sync_depth_00124.png 518.8579 -/office_0003/rgb_00023.jpg /office_0003/sync_depth_00023.png 518.8579 -/laundry_room_0001/rgb_00011.jpg /laundry_room_0001/sync_depth_00011.png 518.8579 -/bedroom_0138/rgb_00041.jpg /bedroom_0138/sync_depth_00041.png 518.8579 -/study_0006/rgb_00013.jpg /study_0006/sync_depth_00013.png 518.8579 -/bathroom_0048/rgb_00017.jpg /bathroom_0048/sync_depth_00017.png 518.8579 -/bedroom_0017/rgb_00024.jpg /bedroom_0017/sync_depth_00024.png 518.8579 -/home_storage_0001/rgb_00111.jpg /home_storage_0001/sync_depth_00111.png 518.8579 -/living_room_0019/rgb_00022.jpg /living_room_0019/sync_depth_00022.png 518.8579 -/bedroom_0072/rgb_00146.jpg /bedroom_0072/sync_depth_00146.png 518.8579 -/dining_room_0023/rgb_00103.jpg /dining_room_0023/sync_depth_00103.png 518.8579 -/student_lounge_0001/rgb_00156.jpg /student_lounge_0001/sync_depth_00156.png 518.8579 -/nyu_office_0/rgb_00094.jpg /nyu_office_0/sync_depth_00094.png 518.8579 -/kitchen_0048/rgb_00163.jpg /kitchen_0048/sync_depth_00163.png 518.8579 -/living_room_0037/rgb_00036.jpg /living_room_0037/sync_depth_00036.png 518.8579 -/kitchen_0045b/rgb_00066.jpg /kitchen_0045b/sync_depth_00066.png 518.8579 -/living_room_0082/rgb_00000.jpg /living_room_0082/sync_depth_00000.png 518.8579 -/nyu_office_0/rgb_00022.jpg /nyu_office_0/sync_depth_00022.png 518.8579 -/bookstore_0001d/rgb_00233.jpg /bookstore_0001d/sync_depth_00233.png 518.8579 -/reception_room_0002/rgb_00165.jpg /reception_room_0002/sync_depth_00165.png 518.8579 -/playroom_0006/rgb_00032.jpg /playroom_0006/sync_depth_00032.png 518.8579 -/bathroom_0010/rgb_00003.jpg /bathroom_0010/sync_depth_00003.png 518.8579 -/bedroom_0004/rgb_00170.jpg /bedroom_0004/sync_depth_00170.png 518.8579 -/furniture_store_0001d/rgb_00024.jpg /furniture_store_0001d/sync_depth_00024.png 518.8579 -/dining_room_0023/rgb_00074.jpg /dining_room_0023/sync_depth_00074.png 518.8579 -/kitchen_0060/rgb_00090.jpg /kitchen_0060/sync_depth_00090.png 518.8579 -/bookstore_0001j/rgb_00034.jpg /bookstore_0001j/sync_depth_00034.png 518.8579 -/home_office_0008/rgb_00014.jpg /home_office_0008/sync_depth_00014.png 518.8579 -/furniture_store_0001d/rgb_00123.jpg /furniture_store_0001d/sync_depth_00123.png 518.8579 -/dining_room_0007/rgb_00012.jpg /dining_room_0007/sync_depth_00012.png 518.8579 -/dining_room_0031/rgb_00079.jpg /dining_room_0031/sync_depth_00079.png 518.8579 -/dining_room_0015/rgb_00286.jpg /dining_room_0015/sync_depth_00286.png 518.8579 -/bookstore_0001j/rgb_00020.jpg /bookstore_0001j/sync_depth_00020.png 518.8579 -/home_office_0008/rgb_00160.jpg /home_office_0008/sync_depth_00160.png 518.8579 -/kitchen_0035b/rgb_00016.jpg /kitchen_0035b/sync_depth_00016.png 518.8579 -/bedroom_0062/rgb_00127.jpg /bedroom_0062/sync_depth_00127.png 518.8579 -/playroom_0004/rgb_00023.jpg /playroom_0004/sync_depth_00023.png 518.8579 -/classroom_0005/rgb_00039.jpg /classroom_0005/sync_depth_00039.png 518.8579 -/bookstore_0001h/rgb_00074.jpg /bookstore_0001h/sync_depth_00074.png 518.8579 -/home_storage_0001/rgb_00138.jpg /home_storage_0001/sync_depth_00138.png 518.8579 -/office_0009/rgb_00073.jpg /office_0009/sync_depth_00073.png 518.8579 -/dining_room_0033/rgb_00029.jpg /dining_room_0033/sync_depth_00029.png 518.8579 -/dining_room_0037/rgb_00093.jpg /dining_room_0037/sync_depth_00093.png 518.8579 -/living_room_0018/rgb_00090.jpg /living_room_0018/sync_depth_00090.png 518.8579 -/dining_room_0037/rgb_00036.jpg /dining_room_0037/sync_depth_00036.png 518.8579 -/bedroom_0098/rgb_00075.jpg /bedroom_0098/sync_depth_00075.png 518.8579 -/dining_room_0019/rgb_00005.jpg /dining_room_0019/sync_depth_00005.png 518.8579 -/bookstore_0001d/rgb_00335.jpg /bookstore_0001d/sync_depth_00335.png 518.8579 -/bathroom_0030/rgb_00031.jpg /bathroom_0030/sync_depth_00031.png 518.8579 -/bedroom_0015/rgb_00073.jpg /bedroom_0015/sync_depth_00073.png 518.8579 -/living_room_0062/rgb_00174.jpg /living_room_0062/sync_depth_00174.png 518.8579 -/dining_room_0024/rgb_00102.jpg /dining_room_0024/sync_depth_00102.png 518.8579 -/bedroom_0017/rgb_00120.jpg /bedroom_0017/sync_depth_00120.png 518.8579 -/kitchen_0033/rgb_00006.jpg /kitchen_0033/sync_depth_00006.png 518.8579 -/playroom_0003/rgb_00021.jpg /playroom_0003/sync_depth_00021.png 518.8579 -/bedroom_0033/rgb_00114.jpg /bedroom_0033/sync_depth_00114.png 518.8579 -/bathroom_0034/rgb_00027.jpg /bathroom_0034/sync_depth_00027.png 518.8579 -/bookstore_0001i/rgb_00128.jpg /bookstore_0001i/sync_depth_00128.png 518.8579 -/kitchen_0019a/rgb_00295.jpg /kitchen_0019a/sync_depth_00295.png 518.8579 -/bookstore_0001d/rgb_00168.jpg /bookstore_0001d/sync_depth_00168.png 518.8579 -/living_room_0086a/rgb_00010.jpg /living_room_0086a/sync_depth_00010.png 518.8579 -/classroom_0003/rgb_00093.jpg /classroom_0003/sync_depth_00093.png 518.8579 -/bedroom_0078/rgb_00053.jpg /bedroom_0078/sync_depth_00053.png 518.8579 -/kitchen_0010/rgb_00041.jpg /kitchen_0010/sync_depth_00041.png 518.8579 -/dining_room_0028/rgb_00040.jpg /dining_room_0028/sync_depth_00040.png 518.8579 -/living_room_0040/rgb_00269.jpg /living_room_0040/sync_depth_00269.png 518.8579 -/bookstore_0001d/rgb_00302.jpg /bookstore_0001d/sync_depth_00302.png 518.8579 -/bedroom_0120/rgb_00080.jpg /bedroom_0120/sync_depth_00080.png 518.8579 -/kitchen_0019a/rgb_00130.jpg /kitchen_0019a/sync_depth_00130.png 518.8579 -/bookstore_0001h/rgb_00043.jpg /bookstore_0001h/sync_depth_00043.png 518.8579 -/bedroom_0021/rgb_00000.jpg /bedroom_0021/sync_depth_00000.png 518.8579 -/living_room_0085/rgb_00049.jpg /living_room_0085/sync_depth_00049.png 518.8579 -/bedroom_0120/rgb_00074.jpg /bedroom_0120/sync_depth_00074.png 518.8579 -/living_room_0018/rgb_00005.jpg /living_room_0018/sync_depth_00005.png 518.8579 -/living_room_0047b/rgb_00201.jpg /living_room_0047b/sync_depth_00201.png 518.8579 -/dining_room_0033/rgb_00177.jpg /dining_room_0033/sync_depth_00177.png 518.8579 -/kitchen_0008/rgb_00025.jpg /kitchen_0008/sync_depth_00025.png 518.8579 -/bedroom_0106/rgb_00046.jpg /bedroom_0106/sync_depth_00046.png 518.8579 -/playroom_0003/rgb_00066.jpg /playroom_0003/sync_depth_00066.png 518.8579 -/kitchen_0052/rgb_00038.jpg /kitchen_0052/sync_depth_00038.png 518.8579 -/bookstore_0001f/rgb_00343.jpg /bookstore_0001f/sync_depth_00343.png 518.8579 -/bedroom_0107/rgb_00038.jpg /bedroom_0107/sync_depth_00038.png 518.8579 -/bathroom_0014a/rgb_00022.jpg /bathroom_0014a/sync_depth_00022.png 518.8579 -/classroom_0010/rgb_00015.jpg /classroom_0010/sync_depth_00015.png 518.8579 -/living_room_0046b/rgb_00099.jpg /living_room_0046b/sync_depth_00099.png 518.8579 -/study_0003/rgb_00103.jpg /study_0003/sync_depth_00103.png 518.8579 -/bedroom_0029/rgb_00047.jpg /bedroom_0029/sync_depth_00047.png 518.8579 -/living_room_0010/rgb_00054.jpg /living_room_0010/sync_depth_00054.png 518.8579 -/bedroom_0021/rgb_00096.jpg /bedroom_0021/sync_depth_00096.png 518.8579 -/bedroom_0039/rgb_00022.jpg /bedroom_0039/sync_depth_00022.png 518.8579 -/living_room_0069b/rgb_00061.jpg /living_room_0069b/sync_depth_00061.png 518.8579 -/home_office_0008/rgb_00121.jpg /home_office_0008/sync_depth_00121.png 518.8579 -/bedroom_0097/rgb_00005.jpg /bedroom_0097/sync_depth_00005.png 518.8579 -/dining_room_0029/rgb_00004.jpg /dining_room_0029/sync_depth_00004.png 518.8579 -/kitchen_0051/rgb_00058.jpg /kitchen_0051/sync_depth_00058.png 518.8579 -/home_office_0013/rgb_00047.jpg /home_office_0013/sync_depth_00047.png 518.8579 -/furniture_store_0002d/rgb_00021.jpg /furniture_store_0002d/sync_depth_00021.png 518.8579 -/playroom_0002/rgb_00079.jpg /playroom_0002/sync_depth_00079.png 518.8579 -/bedroom_0104/rgb_00119.jpg /bedroom_0104/sync_depth_00119.png 518.8579 -/basement_0001a/rgb_00028.jpg /basement_0001a/sync_depth_00028.png 518.8579 -/bedroom_0026/rgb_00142.jpg /bedroom_0026/sync_depth_00142.png 518.8579 -/bedroom_0059/rgb_00074.jpg /bedroom_0059/sync_depth_00074.png 518.8579 -/bookstore_0001g/rgb_00095.jpg /bookstore_0001g/sync_depth_00095.png 518.8579 -/bedroom_0078/rgb_00081.jpg /bedroom_0078/sync_depth_00081.png 518.8579 -/bedroom_0072/rgb_00088.jpg /bedroom_0072/sync_depth_00088.png 518.8579 -/playroom_0003/rgb_00133.jpg /playroom_0003/sync_depth_00133.png 518.8579 -/bedroom_0040/rgb_00057.jpg /bedroom_0040/sync_depth_00057.png 518.8579 -/kitchen_0052/rgb_00126.jpg /kitchen_0052/sync_depth_00126.png 518.8579 -/kitchen_0053/rgb_00242.jpg /kitchen_0053/sync_depth_00242.png 518.8579 -/living_room_0055/rgb_00046.jpg /living_room_0055/sync_depth_00046.png 518.8579 -/kitchen_0035b/rgb_00219.jpg /kitchen_0035b/sync_depth_00219.png 518.8579 -/bookstore_0001h/rgb_00006.jpg /bookstore_0001h/sync_depth_00006.png 518.8579 -/furniture_store_0002b/rgb_00272.jpg /furniture_store_0002b/sync_depth_00272.png 518.8579 -/kitchen_0043/rgb_00174.jpg /kitchen_0043/sync_depth_00174.png 518.8579 -/bathroom_0028/rgb_00119.jpg /bathroom_0028/sync_depth_00119.png 518.8579 -/conference_room_0001/rgb_00015.jpg /conference_room_0001/sync_depth_00015.png 518.8579 -/classroom_0011/rgb_00067.jpg /classroom_0011/sync_depth_00067.png 518.8579 -/dining_room_0008/rgb_00161.jpg /dining_room_0008/sync_depth_00161.png 518.8579 -/bedroom_0079/rgb_00029.jpg /bedroom_0079/sync_depth_00029.png 518.8579 -/kitchen_0048/rgb_00140.jpg /kitchen_0048/sync_depth_00140.png 518.8579 -/playroom_0003/rgb_00198.jpg /playroom_0003/sync_depth_00198.png 518.8579 -/dining_room_0016/rgb_00045.jpg /dining_room_0016/sync_depth_00045.png 518.8579 -/kitchen_0016/rgb_00073.jpg /kitchen_0016/sync_depth_00073.png 518.8579 -/dining_room_0010/rgb_00095.jpg /dining_room_0010/sync_depth_00095.png 518.8579 -/bookstore_0001e/rgb_00089.jpg /bookstore_0001e/sync_depth_00089.png 518.8579 -/classroom_0004/rgb_00062.jpg /classroom_0004/sync_depth_00062.png 518.8579 -/bedroom_0033/rgb_00104.jpg /bedroom_0033/sync_depth_00104.png 518.8579 -/bookstore_0001j/rgb_00124.jpg /bookstore_0001j/sync_depth_00124.png 518.8579 -/furniture_store_0001e/rgb_00054.jpg /furniture_store_0001e/sync_depth_00054.png 518.8579 -/office_0021/rgb_00060.jpg /office_0021/sync_depth_00060.png 518.8579 -/playroom_0002/rgb_00061.jpg /playroom_0002/sync_depth_00061.png 518.8579 -/dining_room_0013/rgb_00152.jpg /dining_room_0013/sync_depth_00152.png 518.8579 -/kitchen_0035b/rgb_00229.jpg /kitchen_0035b/sync_depth_00229.png 518.8579 -/bedroom_0120/rgb_00081.jpg /bedroom_0120/sync_depth_00081.png 518.8579 -/dining_room_0008/rgb_00023.jpg /dining_room_0008/sync_depth_00023.png 518.8579 -/bedroom_0040/rgb_00067.jpg /bedroom_0040/sync_depth_00067.png 518.8579 -/bookstore_0001g/rgb_00252.jpg /bookstore_0001g/sync_depth_00252.png 518.8579 -/dining_room_0010/rgb_00105.jpg /dining_room_0010/sync_depth_00105.png 518.8579 -/living_room_0010/rgb_00183.jpg /living_room_0010/sync_depth_00183.png 518.8579 -/living_room_0055/rgb_00074.jpg /living_room_0055/sync_depth_00074.png 518.8579 -/bedroom_0062/rgb_00021.jpg /bedroom_0062/sync_depth_00021.png 518.8579 -/bedroom_0028/rgb_00077.jpg /bedroom_0028/sync_depth_00077.png 518.8579 -/kitchen_0043/rgb_00240.jpg /kitchen_0043/sync_depth_00240.png 518.8579 -/home_office_0013/rgb_00006.jpg /home_office_0013/sync_depth_00006.png 518.8579 -/furniture_store_0001d/rgb_00214.jpg /furniture_store_0001d/sync_depth_00214.png 518.8579 -/dining_room_0001b/rgb_00142.jpg /dining_room_0001b/sync_depth_00142.png 518.8579 -/kitchen_0029c/rgb_00025.jpg /kitchen_0029c/sync_depth_00025.png 518.8579 -/kitchen_0051/rgb_00346.jpg /kitchen_0051/sync_depth_00346.png 518.8579 -/bathroom_0006/rgb_00030.jpg /bathroom_0006/sync_depth_00030.png 518.8579 -/kitchen_0017/rgb_00044.jpg /kitchen_0017/sync_depth_00044.png 518.8579 -/bedroom_0042/rgb_00006.jpg /bedroom_0042/sync_depth_00006.png 518.8579 -/bedroom_0096/rgb_00060.jpg /bedroom_0096/sync_depth_00060.png 518.8579 -/bathroom_0006/rgb_00021.jpg /bathroom_0006/sync_depth_00021.png 518.8579 -/bookstore_0001f/rgb_00227.jpg /bookstore_0001f/sync_depth_00227.png 518.8579 -/bedroom_0020/rgb_00007.jpg /bedroom_0020/sync_depth_00007.png 518.8579 -/kitchen_0019a/rgb_00128.jpg /kitchen_0019a/sync_depth_00128.png 518.8579 -/bedroom_0098/rgb_00034.jpg /bedroom_0098/sync_depth_00034.png 518.8579 -/kitchen_0010/rgb_00002.jpg /kitchen_0010/sync_depth_00002.png 518.8579 -/study_room_0004/rgb_00018.jpg /study_room_0004/sync_depth_00018.png 518.8579 -/conference_room_0001/rgb_00079.jpg /conference_room_0001/sync_depth_00079.png 518.8579 -/kitchen_0035b/rgb_00027.jpg /kitchen_0035b/sync_depth_00027.png 518.8579 -/bedroom_0060/rgb_00033.jpg /bedroom_0060/sync_depth_00033.png 518.8579 -/bookstore_0001g/rgb_00115.jpg /bookstore_0001g/sync_depth_00115.png 518.8579 -/furniture_store_0001b/rgb_00047.jpg /furniture_store_0001b/sync_depth_00047.png 518.8579 -/cafe_0001b/rgb_00066.jpg /cafe_0001b/sync_depth_00066.png 518.8579 -/dining_room_0007/rgb_00088.jpg /dining_room_0007/sync_depth_00088.png 518.8579 -/kitchen_0059/rgb_00071.jpg /kitchen_0059/sync_depth_00071.png 518.8579 -/office_0021/rgb_00034.jpg /office_0021/sync_depth_00034.png 518.8579 -/bedroom_0012/rgb_00002.jpg /bedroom_0012/sync_depth_00002.png 518.8579 -/dining_room_0037/rgb_00051.jpg /dining_room_0037/sync_depth_00051.png 518.8579 -/bedroom_0033/rgb_00083.jpg /bedroom_0033/sync_depth_00083.png 518.8579 -/bedroom_0078/rgb_00059.jpg /bedroom_0078/sync_depth_00059.png 518.8579 -/kitchen_0048/rgb_00005.jpg /kitchen_0048/sync_depth_00005.png 518.8579 -/home_office_0008/rgb_00033.jpg /home_office_0008/sync_depth_00033.png 518.8579 -/bedroom_0062/rgb_00102.jpg /bedroom_0062/sync_depth_00102.png 518.8579 -/student_lounge_0001/rgb_00173.jpg /student_lounge_0001/sync_depth_00173.png 518.8579 -/bedroom_0035/rgb_00012.jpg /bedroom_0035/sync_depth_00012.png 518.8579 -/nyu_office_0/rgb_00406.jpg /nyu_office_0/sync_depth_00406.png 518.8579 -/bedroom_0029/rgb_00042.jpg /bedroom_0029/sync_depth_00042.png 518.8579 -/living_room_0047a/rgb_00037.jpg /living_room_0047a/sync_depth_00037.png 518.8579 -/bedroom_0129/rgb_00015.jpg /bedroom_0129/sync_depth_00015.png 518.8579 -/bedroom_0010/rgb_00026.jpg /bedroom_0010/sync_depth_00026.png 518.8579 -/bedroom_0033/rgb_00044.jpg /bedroom_0033/sync_depth_00044.png 518.8579 -/living_room_0010/rgb_00246.jpg /living_room_0010/sync_depth_00246.png 518.8579 -/bedroom_0014/rgb_00055.jpg /bedroom_0014/sync_depth_00055.png 518.8579 -/bathroom_0051/rgb_00019.jpg /bathroom_0051/sync_depth_00019.png 518.8579 -/dining_room_0024/rgb_00154.jpg /dining_room_0024/sync_depth_00154.png 518.8579 -/living_room_0050/rgb_00011.jpg /living_room_0050/sync_depth_00011.png 518.8579 -/living_room_0004/rgb_00085.jpg /living_room_0004/sync_depth_00085.png 518.8579 -/bedroom_0136/rgb_00126.jpg /bedroom_0136/sync_depth_00126.png 518.8579 -/kitchen_0029c/rgb_00115.jpg /kitchen_0029c/sync_depth_00115.png 518.8579 -/bedroom_0076a/rgb_00172.jpg /bedroom_0076a/sync_depth_00172.png 518.8579 -/dining_room_0001b/rgb_00063.jpg /dining_room_0001b/sync_depth_00063.png 518.8579 -/bathroom_0024/rgb_00019.jpg /bathroom_0024/sync_depth_00019.png 518.8579 -/furniture_store_0002a/rgb_00073.jpg /furniture_store_0002a/sync_depth_00073.png 518.8579 -/living_room_0058/rgb_00087.jpg /living_room_0058/sync_depth_00087.png 518.8579 -/living_room_0040/rgb_00272.jpg /living_room_0040/sync_depth_00272.png 518.8579 -/bedroom_0071/rgb_00066.jpg /bedroom_0071/sync_depth_00066.png 518.8579 -/kitchen_0003/rgb_00179.jpg /kitchen_0003/sync_depth_00179.png 518.8579 -/playroom_0004/rgb_00054.jpg /playroom_0004/sync_depth_00054.png 518.8579 -/nyu_office_0/rgb_00160.jpg /nyu_office_0/sync_depth_00160.png 518.8579 -/living_room_0055/rgb_00142.jpg /living_room_0055/sync_depth_00142.png 518.8579 -/dining_room_0023/rgb_00035.jpg /dining_room_0023/sync_depth_00035.png 518.8579 -/office_0021/rgb_00015.jpg /office_0021/sync_depth_00015.png 518.8579 -/furniture_store_0002b/rgb_00061.jpg /furniture_store_0002b/sync_depth_00061.png 518.8579 -/kitchen_0045a/rgb_00004.jpg /kitchen_0045a/sync_depth_00004.png 518.8579 -/kitchen_0060/rgb_00036.jpg /kitchen_0060/sync_depth_00036.png 518.8579 -/home_office_0006/rgb_00084.jpg /home_office_0006/sync_depth_00084.png 518.8579 -/bedroom_0072/rgb_00131.jpg /bedroom_0072/sync_depth_00131.png 518.8579 -/bedroom_0041/rgb_00069.jpg /bedroom_0041/sync_depth_00069.png 518.8579 -/furniture_store_0002b/rgb_00027.jpg /furniture_store_0002b/sync_depth_00027.png 518.8579 -/kitchen_0043/rgb_00203.jpg /kitchen_0043/sync_depth_00203.png 518.8579 -/living_room_0010/rgb_00071.jpg /living_room_0010/sync_depth_00071.png 518.8579 -/living_room_0022/rgb_00364.jpg /living_room_0022/sync_depth_00364.png 518.8579 -/bedroom_0130/rgb_00020.jpg /bedroom_0130/sync_depth_00020.png 518.8579 -/bedroom_0062/rgb_00048.jpg /bedroom_0062/sync_depth_00048.png 518.8579 -/dining_room_0034/rgb_00123.jpg /dining_room_0034/sync_depth_00123.png 518.8579 -/bedroom_0010/rgb_00110.jpg /bedroom_0010/sync_depth_00110.png 518.8579 -/bookstore_0001e/rgb_00215.jpg /bookstore_0001e/sync_depth_00215.png 518.8579 -/bedroom_0038/rgb_00011.jpg /bedroom_0038/sync_depth_00011.png 518.8579 -/student_lounge_0001/rgb_00045.jpg /student_lounge_0001/sync_depth_00045.png 518.8579 -/living_room_0010/rgb_00225.jpg /living_room_0010/sync_depth_00225.png 518.8579 -/classroom_0012/rgb_00016.jpg /classroom_0012/sync_depth_00016.png 518.8579 -/living_room_0033/rgb_00072.jpg /living_room_0033/sync_depth_00072.png 518.8579 -/dining_room_0010/rgb_00045.jpg /dining_room_0010/sync_depth_00045.png 518.8579 -/bedroom_0113/rgb_00029.jpg /bedroom_0113/sync_depth_00029.png 518.8579 -/living_room_0040/rgb_00167.jpg /living_room_0040/sync_depth_00167.png 518.8579 -/kitchen_0029a/rgb_00031.jpg /kitchen_0029a/sync_depth_00031.png 518.8579 -/dining_room_0028/rgb_00097.jpg /dining_room_0028/sync_depth_00097.png 518.8579 -/living_room_0050/rgb_00046.jpg /living_room_0050/sync_depth_00046.png 518.8579 -/bookstore_0001j/rgb_00191.jpg /bookstore_0001j/sync_depth_00191.png 518.8579 -/student_lounge_0001/rgb_00112.jpg /student_lounge_0001/sync_depth_00112.png 518.8579 -/nyu_office_0/rgb_00420.jpg /nyu_office_0/sync_depth_00420.png 518.8579 -/bedroom_0116/rgb_00011.jpg /bedroom_0116/sync_depth_00011.png 518.8579 -/living_room_0050/rgb_00241.jpg /living_room_0050/sync_depth_00241.png 518.8579 -/cafe_0001b/rgb_00074.jpg /cafe_0001b/sync_depth_00074.png 518.8579 -/kitchen_0033/rgb_00051.jpg /kitchen_0033/sync_depth_00051.png 518.8579 -/kitchen_0051/rgb_00172.jpg /kitchen_0051/sync_depth_00172.png 518.8579 -/basement_0001a/rgb_00108.jpg /basement_0001a/sync_depth_00108.png 518.8579 -/furniture_store_0002a/rgb_00301.jpg /furniture_store_0002a/sync_depth_00301.png 518.8579 -/bedroom_0079/rgb_00058.jpg /bedroom_0079/sync_depth_00058.png 518.8579 -/office_0003/rgb_00022.jpg /office_0003/sync_depth_00022.png 518.8579 -/living_room_0055/rgb_00132.jpg /living_room_0055/sync_depth_00132.png 518.8579 -/study_0003/rgb_00073.jpg /study_0003/sync_depth_00073.png 518.8579 -/living_room_0047a/rgb_00051.jpg /living_room_0047a/sync_depth_00051.png 518.8579 -/living_room_0012/rgb_00119.jpg /living_room_0012/sync_depth_00119.png 518.8579 -/kitchen_0019a/rgb_00249.jpg /kitchen_0019a/sync_depth_00249.png 518.8579 -/living_room_0047a/rgb_00056.jpg /living_room_0047a/sync_depth_00056.png 518.8579 -/classroom_0022/rgb_00092.jpg /classroom_0022/sync_depth_00092.png 518.8579 -/living_room_0010/rgb_00089.jpg /living_room_0010/sync_depth_00089.png 518.8579 -/living_room_0046b/rgb_00118.jpg /living_room_0046b/sync_depth_00118.png 518.8579 -/bathroom_0023/rgb_00021.jpg /bathroom_0023/sync_depth_00021.png 518.8579 -/kitchen_0010/rgb_00001.jpg /kitchen_0010/sync_depth_00001.png 518.8579 -/bookstore_0001f/rgb_00171.jpg /bookstore_0001f/sync_depth_00171.png 518.8579 -/kitchen_0033/rgb_00073.jpg /kitchen_0033/sync_depth_00073.png 518.8579 -/living_room_0020/rgb_00237.jpg /living_room_0020/sync_depth_00237.png 518.8579 -/bathroom_0030/rgb_00037.jpg /bathroom_0030/sync_depth_00037.png 518.8579 -/bedroom_0082/rgb_00032.jpg /bedroom_0082/sync_depth_00032.png 518.8579 -/furniture_store_0001b/rgb_00011.jpg /furniture_store_0001b/sync_depth_00011.png 518.8579 -/kitchen_0019a/rgb_00167.jpg /kitchen_0019a/sync_depth_00167.png 518.8579 -/bedroom_0078/rgb_00087.jpg /bedroom_0078/sync_depth_00087.png 518.8579 -/bathroom_0030/rgb_00017.jpg /bathroom_0030/sync_depth_00017.png 518.8579 -/office_0006/rgb_00039.jpg /office_0006/sync_depth_00039.png 518.8579 -/dining_room_0007/rgb_00183.jpg /dining_room_0007/sync_depth_00183.png 518.8579 -/bedroom_0116/rgb_00014.jpg /bedroom_0116/sync_depth_00014.png 518.8579 -/kitchen_0059/rgb_00095.jpg /kitchen_0059/sync_depth_00095.png 518.8579 -/living_room_0038/rgb_00062.jpg /living_room_0038/sync_depth_00062.png 518.8579 -/living_room_0039/rgb_00095.jpg /living_room_0039/sync_depth_00095.png 518.8579 -/dining_room_0014/rgb_00107.jpg /dining_room_0014/sync_depth_00107.png 518.8579 -/bookstore_0001i/rgb_00075.jpg /bookstore_0001i/sync_depth_00075.png 518.8579 -/office_0026/rgb_00155.jpg /office_0026/sync_depth_00155.png 518.8579 -/bookstore_0001h/rgb_00131.jpg /bookstore_0001h/sync_depth_00131.png 518.8579 -/dining_room_0034/rgb_00159.jpg /dining_room_0034/sync_depth_00159.png 518.8579 -/dining_room_0014/rgb_00057.jpg /dining_room_0014/sync_depth_00057.png 518.8579 -/kitchen_0052/rgb_00096.jpg /kitchen_0052/sync_depth_00096.png 518.8579 -/dining_room_0028/rgb_00090.jpg /dining_room_0028/sync_depth_00090.png 518.8579 -/bedroom_0125b/rgb_00087.jpg /bedroom_0125b/sync_depth_00087.png 518.8579 -/home_office_0006/rgb_00129.jpg /home_office_0006/sync_depth_00129.png 518.8579 -/kitchen_0035b/rgb_00047.jpg /kitchen_0035b/sync_depth_00047.png 518.8579 -/dining_room_0024/rgb_00162.jpg /dining_room_0024/sync_depth_00162.png 518.8579 -/living_room_0022/rgb_00045.jpg /living_room_0022/sync_depth_00045.png 518.8579 -/living_room_0038/rgb_00079.jpg /living_room_0038/sync_depth_00079.png 518.8579 -/kitchen_0037/rgb_00120.jpg /kitchen_0037/sync_depth_00120.png 518.8579 -/dining_room_0014/rgb_00073.jpg /dining_room_0014/sync_depth_00073.png 518.8579 -/bathroom_0014a/rgb_00018.jpg /bathroom_0014a/sync_depth_00018.png 518.8579 -/playroom_0002/rgb_00121.jpg /playroom_0002/sync_depth_00121.png 518.8579 -/bedroom_0020/rgb_00041.jpg /bedroom_0020/sync_depth_00041.png 518.8579 -/office_0018/rgb_00019.jpg /office_0018/sync_depth_00019.png 518.8579 -/bedroom_0059/rgb_00086.jpg /bedroom_0059/sync_depth_00086.png 518.8579 -/nyu_office_0/rgb_00340.jpg /nyu_office_0/sync_depth_00340.png 518.8579 -/bedroom_0056a/rgb_00093.jpg /bedroom_0056a/sync_depth_00093.png 518.8579 -/dining_room_0002/rgb_00013.jpg /dining_room_0002/sync_depth_00013.png 518.8579 -/bedroom_0082/rgb_00055.jpg /bedroom_0082/sync_depth_00055.png 518.8579 -/dining_room_0001b/rgb_00102.jpg /dining_room_0001b/sync_depth_00102.png 518.8579 -/living_room_0022/rgb_00365.jpg /living_room_0022/sync_depth_00365.png 518.8579 -/classroom_0022/rgb_00082.jpg /classroom_0022/sync_depth_00082.png 518.8579 -/dining_room_0037/rgb_00167.jpg /dining_room_0037/sync_depth_00167.png 518.8579 -/playroom_0003/rgb_00093.jpg /playroom_0003/sync_depth_00093.png 518.8579 -/student_lounge_0001/rgb_00199.jpg /student_lounge_0001/sync_depth_00199.png 518.8579 -/living_room_0035/rgb_00065.jpg /living_room_0035/sync_depth_00065.png 518.8579 -/kitchen_0051/rgb_00327.jpg /kitchen_0051/sync_depth_00327.png 518.8579 -/study_room_0004/rgb_00204.jpg /study_room_0004/sync_depth_00204.png 518.8579 -/dining_room_0034/rgb_00015.jpg /dining_room_0034/sync_depth_00015.png 518.8579 -/bookstore_0001h/rgb_00129.jpg /bookstore_0001h/sync_depth_00129.png 518.8579 -/conference_room_0001/rgb_00102.jpg /conference_room_0001/sync_depth_00102.png 518.8579 -/bathroom_0045a/rgb_00011.jpg /bathroom_0045a/sync_depth_00011.png 518.8579 -/bookstore_0001f/rgb_00062.jpg /bookstore_0001f/sync_depth_00062.png 518.8579 -/bedroom_0138/rgb_00105.jpg /bedroom_0138/sync_depth_00105.png 518.8579 -/bookstore_0001d/rgb_00245.jpg /bookstore_0001d/sync_depth_00245.png 518.8579 -/kitchen_0053/rgb_00199.jpg /kitchen_0053/sync_depth_00199.png 518.8579 -/furniture_store_0002b/rgb_00087.jpg /furniture_store_0002b/sync_depth_00087.png 518.8579 -/kitchen_0019a/rgb_00137.jpg /kitchen_0019a/sync_depth_00137.png 518.8579 -/nyu_office_0/rgb_00073.jpg /nyu_office_0/sync_depth_00073.png 518.8579 -/office_0004/rgb_00004.jpg /office_0004/sync_depth_00004.png 518.8579 -/kitchen_0050/rgb_00001.jpg /kitchen_0050/sync_depth_00001.png 518.8579 -/kitchen_0041/rgb_00021.jpg /kitchen_0041/sync_depth_00021.png 518.8579 -/bedroom_0096/rgb_00000.jpg /bedroom_0096/sync_depth_00000.png 518.8579 -/bookstore_0001h/rgb_00059.jpg /bookstore_0001h/sync_depth_00059.png 518.8579 -/kitchen_0003/rgb_00068.jpg /kitchen_0003/sync_depth_00068.png 518.8579 -/living_room_0035/rgb_00009.jpg /living_room_0035/sync_depth_00009.png 518.8579 -/bedroom_0074/rgb_00052.jpg /bedroom_0074/sync_depth_00052.png 518.8579 -/kitchen_0050/rgb_00141.jpg /kitchen_0050/sync_depth_00141.png 518.8579 -/living_room_0068/rgb_00059.jpg /living_room_0068/sync_depth_00059.png 518.8579 -/bathroom_0024/rgb_00038.jpg /bathroom_0024/sync_depth_00038.png 518.8579 -/basement_0001a/rgb_00013.jpg /basement_0001a/sync_depth_00013.png 518.8579 -/bedroom_0026/rgb_00095.jpg /bedroom_0026/sync_depth_00095.png 518.8579 -/living_room_0042b/rgb_00037.jpg /living_room_0042b/sync_depth_00037.png 518.8579 -/bathroom_0049/rgb_00021.jpg /bathroom_0049/sync_depth_00021.png 518.8579 -/bedroom_0082/rgb_00029.jpg /bedroom_0082/sync_depth_00029.png 518.8579 -/home_office_0004/rgb_00131.jpg /home_office_0004/sync_depth_00131.png 518.8579 -/bedroom_0033/rgb_00057.jpg /bedroom_0033/sync_depth_00057.png 518.8579 -/classroom_0018/rgb_00045.jpg /classroom_0018/sync_depth_00045.png 518.8579 -/kitchen_0035b/rgb_00111.jpg /kitchen_0035b/sync_depth_00111.png 518.8579 -/dining_room_0001b/rgb_00080.jpg /dining_room_0001b/sync_depth_00080.png 518.8579 -/bedroom_0062/rgb_00070.jpg /bedroom_0062/sync_depth_00070.png 518.8579 -/kitchen_0017/rgb_00043.jpg /kitchen_0017/sync_depth_00043.png 518.8579 -/bedroom_0098/rgb_00064.jpg /bedroom_0098/sync_depth_00064.png 518.8579 -/living_room_0069a/rgb_00081.jpg /living_room_0069a/sync_depth_00081.png 518.8579 -/bedroom_0015/rgb_00096.jpg /bedroom_0015/sync_depth_00096.png 518.8579 -/office_0006/rgb_00071.jpg /office_0006/sync_depth_00071.png 518.8579 -/living_room_0020/rgb_00151.jpg /living_room_0020/sync_depth_00151.png 518.8579 -/bookstore_0001f/rgb_00259.jpg /bookstore_0001f/sync_depth_00259.png 518.8579 -/dining_room_0008/rgb_00178.jpg /dining_room_0008/sync_depth_00178.png 518.8579 -/furniture_store_0001d/rgb_00054.jpg /furniture_store_0001d/sync_depth_00054.png 518.8579 -/bedroom_0053/rgb_00060.jpg /bedroom_0053/sync_depth_00060.png 518.8579 -/office_kitchen_0003/rgb_00097.jpg /office_kitchen_0003/sync_depth_00097.png 518.8579 -/kitchen_0035b/rgb_00249.jpg /kitchen_0035b/sync_depth_00249.png 518.8579 -/cafe_0001b/rgb_00051.jpg /cafe_0001b/sync_depth_00051.png 518.8579 -/nyu_office_0/rgb_00393.jpg /nyu_office_0/sync_depth_00393.png 518.8579 -/bedroom_0090/rgb_00032.jpg /bedroom_0090/sync_depth_00032.png 518.8579 -/bedroom_0094/rgb_00045.jpg /bedroom_0094/sync_depth_00045.png 518.8579 -/bedroom_0041/rgb_00042.jpg /bedroom_0041/sync_depth_00042.png 518.8579 -/kitchen_0059/rgb_00068.jpg /kitchen_0059/sync_depth_00068.png 518.8579 -/bedroom_0082/rgb_00019.jpg /bedroom_0082/sync_depth_00019.png 518.8579 -/nyu_office_0/rgb_00216.jpg /nyu_office_0/sync_depth_00216.png 518.8579 -/living_room_0083/rgb_00095.jpg /living_room_0083/sync_depth_00095.png 518.8579 -/home_office_0005/rgb_00109.jpg /home_office_0005/sync_depth_00109.png 518.8579 -/living_room_0018/rgb_00183.jpg /living_room_0018/sync_depth_00183.png 518.8579 -/living_room_0062/rgb_00195.jpg /living_room_0062/sync_depth_00195.png 518.8579 -/bedroom_0017/rgb_00123.jpg /bedroom_0017/sync_depth_00123.png 518.8579 -/classroom_0006/rgb_00017.jpg /classroom_0006/sync_depth_00017.png 518.8579 -/classroom_0012/rgb_00029.jpg /classroom_0012/sync_depth_00029.png 518.8579 -/bedroom_0010/rgb_00055.jpg /bedroom_0010/sync_depth_00055.png 518.8579 -/bathroom_0007/rgb_00034.jpg /bathroom_0007/sync_depth_00034.png 518.8579 -/dining_room_0024/rgb_00016.jpg /dining_room_0024/sync_depth_00016.png 518.8579 -/study_0006/rgb_00002.jpg /study_0006/sync_depth_00002.png 518.8579 -/bedroom_0078/rgb_00120.jpg /bedroom_0078/sync_depth_00120.png 518.8579 -/bedroom_0052/rgb_00005.jpg /bedroom_0052/sync_depth_00005.png 518.8579 -/kitchen_0035a/rgb_00019.jpg /kitchen_0035a/sync_depth_00019.png 518.8579 -/dining_room_0015/rgb_00170.jpg /dining_room_0015/sync_depth_00170.png 518.8579 -/classroom_0006/rgb_00121.jpg /classroom_0006/sync_depth_00121.png 518.8579 -/reception_room_0002/rgb_00058.jpg /reception_room_0002/sync_depth_00058.png 518.8579 -/living_room_0042b/rgb_00035.jpg /living_room_0042b/sync_depth_00035.png 518.8579 -/kitchen_0052/rgb_00074.jpg /kitchen_0052/sync_depth_00074.png 518.8579 -/living_room_0004/rgb_00003.jpg /living_room_0004/sync_depth_00003.png 518.8579 -/bedroom_0100/rgb_00039.jpg /bedroom_0100/sync_depth_00039.png 518.8579 -/office_0004/rgb_00010.jpg /office_0004/sync_depth_00010.png 518.8579 -/dining_room_0007/rgb_00143.jpg /dining_room_0007/sync_depth_00143.png 518.8579 -/office_0009/rgb_00060.jpg /office_0009/sync_depth_00060.png 518.8579 -/furniture_store_0002a/rgb_00365.jpg /furniture_store_0002a/sync_depth_00365.png 518.8579 -/bedroom_0042/rgb_00003.jpg /bedroom_0042/sync_depth_00003.png 518.8579 -/bookstore_0001e/rgb_00043.jpg /bookstore_0001e/sync_depth_00043.png 518.8579 -/bedroom_0140/rgb_00037.jpg /bedroom_0140/sync_depth_00037.png 518.8579 -/bedroom_0071/rgb_00085.jpg /bedroom_0071/sync_depth_00085.png 518.8579 -/living_room_0010/rgb_00156.jpg /living_room_0010/sync_depth_00156.png 518.8579 -/playroom_0006/rgb_00056.jpg /playroom_0006/sync_depth_00056.png 518.8579 -/bedroom_0126/rgb_00066.jpg /bedroom_0126/sync_depth_00066.png 518.8579 -/bedroom_0033/rgb_00006.jpg /bedroom_0033/sync_depth_00006.png 518.8579 -/kitchen_0035b/rgb_00279.jpg /kitchen_0035b/sync_depth_00279.png 518.8579 -/reception_room_0001b/rgb_00038.jpg /reception_room_0001b/sync_depth_00038.png 518.8579 -/dining_room_0016/rgb_00161.jpg /dining_room_0016/sync_depth_00161.png 518.8579 -/kitchen_0003/rgb_00176.jpg /kitchen_0003/sync_depth_00176.png 518.8579 -/kitchen_0048/rgb_00204.jpg /kitchen_0048/sync_depth_00204.png 518.8579 -/bookstore_0001d/rgb_00194.jpg /bookstore_0001d/sync_depth_00194.png 518.8579 -/furniture_store_0002b/rgb_00128.jpg /furniture_store_0002b/sync_depth_00128.png 518.8579 -/living_room_0010/rgb_00134.jpg /living_room_0010/sync_depth_00134.png 518.8579 -/dining_room_0013/rgb_00008.jpg /dining_room_0013/sync_depth_00008.png 518.8579 -/bedroom_0104/rgb_00116.jpg /bedroom_0104/sync_depth_00116.png 518.8579 -/bookstore_0001i/rgb_00096.jpg /bookstore_0001i/sync_depth_00096.png 518.8579 -/kitchen_0006/rgb_00047.jpg /kitchen_0006/sync_depth_00047.png 518.8579 -/kitchen_0037/rgb_00002.jpg /kitchen_0037/sync_depth_00002.png 518.8579 -/home_office_0011/rgb_00097.jpg /home_office_0011/sync_depth_00097.png 518.8579 -/bedroom_0132/rgb_00046.jpg /bedroom_0132/sync_depth_00046.png 518.8579 -/kitchen_0031/rgb_00025.jpg /kitchen_0031/sync_depth_00025.png 518.8579 -/classroom_0011/rgb_00050.jpg /classroom_0011/sync_depth_00050.png 518.8579 -/living_room_0022/rgb_00050.jpg /living_room_0022/sync_depth_00050.png 518.8579 -/living_room_0010/rgb_00132.jpg /living_room_0010/sync_depth_00132.png 518.8579 -/study_room_0005b/rgb_00081.jpg /study_room_0005b/sync_depth_00081.png 518.8579 -/kitchen_0050/rgb_00190.jpg /kitchen_0050/sync_depth_00190.png 518.8579 -/dining_room_0019/rgb_00115.jpg /dining_room_0019/sync_depth_00115.png 518.8579 -/classroom_0003/rgb_00070.jpg /classroom_0003/sync_depth_00070.png 518.8579 -/kitchen_0045b/rgb_00031.jpg /kitchen_0045b/sync_depth_00031.png 518.8579 -/kitchen_0028a/rgb_00137.jpg /kitchen_0028a/sync_depth_00137.png 518.8579 -/office_0004/rgb_00068.jpg /office_0004/sync_depth_00068.png 518.8579 -/kitchen_0048/rgb_00134.jpg /kitchen_0048/sync_depth_00134.png 518.8579 -/office_0011/rgb_00124.jpg /office_0011/sync_depth_00124.png 518.8579 -/living_room_0033/rgb_00039.jpg /living_room_0033/sync_depth_00039.png 518.8579 -/nyu_office_1/rgb_00031.jpg /nyu_office_1/sync_depth_00031.png 518.8579 -/dining_room_0010/rgb_00022.jpg /dining_room_0010/sync_depth_00022.png 518.8579 -/kitchen_0060/rgb_00098.jpg /kitchen_0060/sync_depth_00098.png 518.8579 -/bedroom_0033/rgb_00098.jpg /bedroom_0033/sync_depth_00098.png 518.8579 -/basement_0001b/rgb_00020.jpg /basement_0001b/sync_depth_00020.png 518.8579 -/bedroom_0050/rgb_00114.jpg /bedroom_0050/sync_depth_00114.png 518.8579 -/dining_room_0001b/rgb_00086.jpg /dining_room_0001b/sync_depth_00086.png 518.8579 -/kitchen_0048/rgb_00032.jpg /kitchen_0048/sync_depth_00032.png 518.8579 -/cafe_0001c/rgb_00072.jpg /cafe_0001c/sync_depth_00072.png 518.8579 -/kitchen_0045b/rgb_00025.jpg /kitchen_0045b/sync_depth_00025.png 518.8579 -/dining_room_0012/rgb_00224.jpg /dining_room_0012/sync_depth_00224.png 518.8579 -/bathroom_0051/rgb_00033.jpg /bathroom_0051/sync_depth_00033.png 518.8579 -/bookstore_0001i/rgb_00169.jpg /bookstore_0001i/sync_depth_00169.png 518.8579 -/bedroom_0069/rgb_00102.jpg /bedroom_0069/sync_depth_00102.png 518.8579 -/furniture_store_0002a/rgb_00273.jpg /furniture_store_0002a/sync_depth_00273.png 518.8579 -/bedroom_0078/rgb_00037.jpg /bedroom_0078/sync_depth_00037.png 518.8579 -/student_lounge_0001/rgb_00138.jpg /student_lounge_0001/sync_depth_00138.png 518.8579 -/playroom_0003/rgb_00102.jpg /playroom_0003/sync_depth_00102.png 518.8579 -/bedroom_0067a/rgb_00029.jpg /bedroom_0067a/sync_depth_00029.png 518.8579 -/living_room_0022/rgb_00049.jpg /living_room_0022/sync_depth_00049.png 518.8579 -/basement_0001a/rgb_00064.jpg /basement_0001a/sync_depth_00064.png 518.8579 -/furniture_store_0002a/rgb_00304.jpg /furniture_store_0002a/sync_depth_00304.png 518.8579 -/living_room_0086b/rgb_00038.jpg /living_room_0086b/sync_depth_00038.png 518.8579 -/bedroom_0051/rgb_00102.jpg /bedroom_0051/sync_depth_00102.png 518.8579 -/bookstore_0001d/rgb_00165.jpg /bookstore_0001d/sync_depth_00165.png 518.8579 -/bedroom_0065/rgb_00022.jpg /bedroom_0065/sync_depth_00022.png 518.8579 -/office_0024/rgb_00090.jpg /office_0024/sync_depth_00090.png 518.8579 -/dining_room_0031/rgb_00143.jpg /dining_room_0031/sync_depth_00143.png 518.8579 -/dining_room_0007/rgb_00146.jpg /dining_room_0007/sync_depth_00146.png 518.8579 -/office_kitchen_0003/rgb_00052.jpg /office_kitchen_0003/sync_depth_00052.png 518.8579 -/bookstore_0001f/rgb_00257.jpg /bookstore_0001f/sync_depth_00257.png 518.8579 -/bookstore_0001e/rgb_00143.jpg /bookstore_0001e/sync_depth_00143.png 518.8579 -/home_office_0011/rgb_00039.jpg /home_office_0011/sync_depth_00039.png 518.8579 -/bathroom_0005/rgb_00010.jpg /bathroom_0005/sync_depth_00010.png 518.8579 -/bedroom_0021/rgb_00070.jpg /bedroom_0021/sync_depth_00070.png 518.8579 -/bedroom_0020/rgb_00032.jpg /bedroom_0020/sync_depth_00032.png 518.8579 -/bedroom_0051/rgb_00129.jpg /bedroom_0051/sync_depth_00129.png 518.8579 -/kitchen_0049/rgb_00203.jpg /kitchen_0049/sync_depth_00203.png 518.8579 -/dining_room_0029/rgb_00117.jpg /dining_room_0029/sync_depth_00117.png 518.8579 -/dining_room_0023/rgb_00109.jpg /dining_room_0023/sync_depth_00109.png 518.8579 -/furniture_store_0001e/rgb_00021.jpg /furniture_store_0001e/sync_depth_00021.png 518.8579 -/nyu_office_0/rgb_00305.jpg /nyu_office_0/sync_depth_00305.png 518.8579 -/dining_room_0029/rgb_00061.jpg /dining_room_0029/sync_depth_00061.png 518.8579 -/dining_room_0010/rgb_00054.jpg /dining_room_0010/sync_depth_00054.png 518.8579 -/living_room_0022/rgb_00220.jpg /living_room_0022/sync_depth_00220.png 518.8579 -/bedroom_0100/rgb_00002.jpg /bedroom_0100/sync_depth_00002.png 518.8579 -/bedroom_0078/rgb_00088.jpg /bedroom_0078/sync_depth_00088.png 518.8579 -/classroom_0018/rgb_00027.jpg /classroom_0018/sync_depth_00027.png 518.8579 -/bedroom_0041/rgb_00013.jpg /bedroom_0041/sync_depth_00013.png 518.8579 -/dining_room_0010/rgb_00099.jpg /dining_room_0010/sync_depth_00099.png 518.8579 -/bedroom_0010/rgb_00006.jpg /bedroom_0010/sync_depth_00006.png 518.8579 -/kitchen_0053/rgb_00239.jpg /kitchen_0053/sync_depth_00239.png 518.8579 -/kitchen_0048/rgb_00100.jpg /kitchen_0048/sync_depth_00100.png 518.8579 -/bedroom_0132/rgb_00047.jpg /bedroom_0132/sync_depth_00047.png 518.8579 -/bookstore_0001g/rgb_00099.jpg /bookstore_0001g/sync_depth_00099.png 518.8579 -/bookstore_0001e/rgb_00053.jpg /bookstore_0001e/sync_depth_00053.png 518.8579 -/home_office_0011/rgb_00043.jpg /home_office_0011/sync_depth_00043.png 518.8579 -/laundry_room_0001/rgb_00028.jpg /laundry_room_0001/sync_depth_00028.png 518.8579 -/nyu_office_0/rgb_00170.jpg /nyu_office_0/sync_depth_00170.png 518.8579 -/bedroom_0052/rgb_00198.jpg /bedroom_0052/sync_depth_00198.png 518.8579 -/kitchen_0050/rgb_00080.jpg /kitchen_0050/sync_depth_00080.png 518.8579 -/dinette_0001/rgb_00069.jpg /dinette_0001/sync_depth_00069.png 518.8579 -/bathroom_0019/rgb_00043.jpg /bathroom_0019/sync_depth_00043.png 518.8579 -/office_0006/rgb_00100.jpg /office_0006/sync_depth_00100.png 518.8579 -/office_0003/rgb_00037.jpg /office_0003/sync_depth_00037.png 518.8579 -/living_room_0050/rgb_00245.jpg /living_room_0050/sync_depth_00245.png 518.8579 -/kitchen_0045a/rgb_00154.jpg /kitchen_0045a/sync_depth_00154.png 518.8579 -/home_office_0005/rgb_00122.jpg /home_office_0005/sync_depth_00122.png 518.8579 -/bedroom_0078/rgb_00074.jpg /bedroom_0078/sync_depth_00074.png 518.8579 -/student_lounge_0001/rgb_00061.jpg /student_lounge_0001/sync_depth_00061.png 518.8579 -/living_room_0012/rgb_00162.jpg /living_room_0012/sync_depth_00162.png 518.8579 -/living_room_0019/rgb_00194.jpg /living_room_0019/sync_depth_00194.png 518.8579 -/bathroom_0007/rgb_00054.jpg /bathroom_0007/sync_depth_00054.png 518.8579 -/bedroom_0042/rgb_00024.jpg /bedroom_0042/sync_depth_00024.png 518.8579 -/bookstore_0001j/rgb_00035.jpg /bookstore_0001j/sync_depth_00035.png 518.8579 -/bedroom_0033/rgb_00130.jpg /bedroom_0033/sync_depth_00130.png 518.8579 -/kitchen_0010/rgb_00096.jpg /kitchen_0010/sync_depth_00096.png 518.8579 -/office_0003/rgb_00061.jpg /office_0003/sync_depth_00061.png 518.8579 -/kitchen_0051/rgb_00018.jpg /kitchen_0051/sync_depth_00018.png 518.8579 -/kitchen_0043/rgb_00257.jpg /kitchen_0043/sync_depth_00257.png 518.8579 -/dining_room_0023/rgb_00179.jpg /dining_room_0023/sync_depth_00179.png 518.8579 -/office_0019/rgb_00033.jpg /office_0019/sync_depth_00033.png 518.8579 -/bedroom_0129/rgb_00049.jpg /bedroom_0129/sync_depth_00049.png 518.8579 -/living_room_0020/rgb_00131.jpg /living_room_0020/sync_depth_00131.png 518.8579 -/office_kitchen_0001b/rgb_00030.jpg /office_kitchen_0001b/sync_depth_00030.png 518.8579 -/playroom_0003/rgb_00215.jpg /playroom_0003/sync_depth_00215.png 518.8579 -/kitchen_0003/rgb_00051.jpg /kitchen_0003/sync_depth_00051.png 518.8579 -/kitchen_0016/rgb_00057.jpg /kitchen_0016/sync_depth_00057.png 518.8579 -/living_room_0022/rgb_00332.jpg /living_room_0022/sync_depth_00332.png 518.8579 -/living_room_0042a/rgb_00006.jpg /living_room_0042a/sync_depth_00006.png 518.8579 -/living_room_0078/rgb_00031.jpg /living_room_0078/sync_depth_00031.png 518.8579 -/furniture_store_0002a/rgb_00216.jpg /furniture_store_0002a/sync_depth_00216.png 518.8579 -/bookstore_0001f/rgb_00182.jpg /bookstore_0001f/sync_depth_00182.png 518.8579 -/dining_room_0012/rgb_00198.jpg /dining_room_0012/sync_depth_00198.png 518.8579 -/study_0008/rgb_00019.jpg /study_0008/sync_depth_00019.png 518.8579 -/living_room_0011/rgb_00058.jpg /living_room_0011/sync_depth_00058.png 518.8579 -/dining_room_0023/rgb_00011.jpg /dining_room_0023/sync_depth_00011.png 518.8579 -/furniture_store_0002b/rgb_00104.jpg /furniture_store_0002b/sync_depth_00104.png 518.8579 -/kitchen_0019a/rgb_00135.jpg /kitchen_0019a/sync_depth_00135.png 518.8579 -/indoor_balcony_0001/rgb_00000.jpg /indoor_balcony_0001/sync_depth_00000.png 518.8579 -/excercise_room_0001/rgb_00049.jpg /excercise_room_0001/sync_depth_00049.png 518.8579 -/dining_room_0029/rgb_00021.jpg /dining_room_0029/sync_depth_00021.png 518.8579 -/bedroom_0015/rgb_00080.jpg /bedroom_0015/sync_depth_00080.png 518.8579 -/dining_room_0013/rgb_00068.jpg /dining_room_0013/sync_depth_00068.png 518.8579 -/bathroom_0005/rgb_00037.jpg /bathroom_0005/sync_depth_00037.png 518.8579 -/kitchen_0059/rgb_00090.jpg /kitchen_0059/sync_depth_00090.png 518.8579 -/home_office_0013/rgb_00065.jpg /home_office_0013/sync_depth_00065.png 518.8579 -/living_room_0042b/rgb_00008.jpg /living_room_0042b/sync_depth_00008.png 518.8579 -/living_room_0010/rgb_00017.jpg /living_room_0010/sync_depth_00017.png 518.8579 -/living_room_0058/rgb_00100.jpg /living_room_0058/sync_depth_00100.png 518.8579 -/bedroom_0066/rgb_00009.jpg /bedroom_0066/sync_depth_00009.png 518.8579 -/home_office_0011/rgb_00057.jpg /home_office_0011/sync_depth_00057.png 518.8579 -/living_room_0040/rgb_00037.jpg /living_room_0040/sync_depth_00037.png 518.8579 -/living_room_0047b/rgb_00087.jpg /living_room_0047b/sync_depth_00087.png 518.8579 -/bedroom_0051/rgb_00115.jpg /bedroom_0051/sync_depth_00115.png 518.8579 -/kitchen_0037/rgb_00050.jpg /kitchen_0037/sync_depth_00050.png 518.8579 -/living_room_0020/rgb_00159.jpg /living_room_0020/sync_depth_00159.png 518.8579 -/bedroom_0125a/rgb_00006.jpg /bedroom_0125a/sync_depth_00006.png 518.8579 -/classroom_0011/rgb_00012.jpg /classroom_0011/sync_depth_00012.png 518.8579 -/kitchen_0019b/rgb_00021.jpg /kitchen_0019b/sync_depth_00021.png 518.8579 -/office_0011/rgb_00147.jpg /office_0011/sync_depth_00147.png 518.8579 -/reception_room_0001a/rgb_00110.jpg /reception_room_0001a/sync_depth_00110.png 518.8579 -/furniture_store_0002a/rgb_00091.jpg /furniture_store_0002a/sync_depth_00091.png 518.8579 -/bedroom_0028/rgb_00028.jpg /bedroom_0028/sync_depth_00028.png 518.8579 -/bedroom_0076a/rgb_00105.jpg /bedroom_0076a/sync_depth_00105.png 518.8579 -/kitchen_0035b/rgb_00225.jpg /kitchen_0035b/sync_depth_00225.png 518.8579 -/office_0011/rgb_00117.jpg /office_0011/sync_depth_00117.png 518.8579 -/kitchen_0031/rgb_00091.jpg /kitchen_0031/sync_depth_00091.png 518.8579 -/office_kitchen_0003/rgb_00067.jpg /office_kitchen_0003/sync_depth_00067.png 518.8579 -/bedroom_0052/rgb_00157.jpg /bedroom_0052/sync_depth_00157.png 518.8579 -/kitchen_0011a/rgb_00066.jpg /kitchen_0011a/sync_depth_00066.png 518.8579 -/bathroom_0024/rgb_00026.jpg /bathroom_0024/sync_depth_00026.png 518.8579 -/living_room_0046b/rgb_00011.jpg /living_room_0046b/sync_depth_00011.png 518.8579 -/living_room_0039/rgb_00022.jpg /living_room_0039/sync_depth_00022.png 518.8579 -/bookstore_0001e/rgb_00118.jpg /bookstore_0001e/sync_depth_00118.png 518.8579 -/bookstore_0001g/rgb_00069.jpg /bookstore_0001g/sync_depth_00069.png 518.8579 -/kitchen_0049/rgb_00151.jpg /kitchen_0049/sync_depth_00151.png 518.8579 -/dining_room_0016/rgb_00083.jpg /dining_room_0016/sync_depth_00083.png 518.8579 -/living_room_0058/rgb_00164.jpg /living_room_0058/sync_depth_00164.png 518.8579 -/bathroom_0035/rgb_00022.jpg /bathroom_0035/sync_depth_00022.png 518.8579 -/bedroom_0066/rgb_00037.jpg /bedroom_0066/sync_depth_00037.png 518.8579 -/living_room_0042a/rgb_00014.jpg /living_room_0042a/sync_depth_00014.png 518.8579 -/kitchen_0028a/rgb_00198.jpg /kitchen_0028a/sync_depth_00198.png 518.8579 -/kitchen_0019a/rgb_00112.jpg /kitchen_0019a/sync_depth_00112.png 518.8579 -/dining_room_0015/rgb_00275.jpg /dining_room_0015/sync_depth_00275.png 518.8579 -/living_room_0032/rgb_00025.jpg /living_room_0032/sync_depth_00025.png 518.8579 -/office_0006/rgb_00084.jpg /office_0006/sync_depth_00084.png 518.8579 -/bedroom_0132/rgb_00003.jpg /bedroom_0132/sync_depth_00003.png 518.8579 -/bookstore_0001e/rgb_00220.jpg /bookstore_0001e/sync_depth_00220.png 518.8579 -/office_0004/rgb_00025.jpg /office_0004/sync_depth_00025.png 518.8579 -/bedroom_0065/rgb_00041.jpg /bedroom_0065/sync_depth_00041.png 518.8579 -/living_room_0069a/rgb_00002.jpg /living_room_0069a/sync_depth_00002.png 518.8579 -/bathroom_0028/rgb_00171.jpg /bathroom_0028/sync_depth_00171.png 518.8579 -/bedroom_0130/rgb_00042.jpg /bedroom_0130/sync_depth_00042.png 518.8579 -/bedroom_0051/rgb_00177.jpg /bedroom_0051/sync_depth_00177.png 518.8579 -/bedroom_0004/rgb_00192.jpg /bedroom_0004/sync_depth_00192.png 518.8579 -/dining_room_0007/rgb_00010.jpg /dining_room_0007/sync_depth_00010.png 518.8579 -/office_kitchen_0003/rgb_00006.jpg /office_kitchen_0003/sync_depth_00006.png 518.8579 -/living_room_0039/rgb_00031.jpg /living_room_0039/sync_depth_00031.png 518.8579 -/nyu_office_0/rgb_00343.jpg /nyu_office_0/sync_depth_00343.png 518.8579 -/bedroom_0126/rgb_00056.jpg /bedroom_0126/sync_depth_00056.png 518.8579 -/living_room_0011/rgb_00118.jpg /living_room_0011/sync_depth_00118.png 518.8579 -/living_room_0069a/rgb_00091.jpg /living_room_0069a/sync_depth_00091.png 518.8579 -/bathroom_0034/rgb_00062.jpg /bathroom_0034/sync_depth_00062.png 518.8579 -/bedroom_0051/rgb_00207.jpg /bedroom_0051/sync_depth_00207.png 518.8579 -/dining_room_0019/rgb_00002.jpg /dining_room_0019/sync_depth_00002.png 518.8579 -/office_0004/rgb_00105.jpg /office_0004/sync_depth_00105.png 518.8579 -/bookstore_0001j/rgb_00016.jpg /bookstore_0001j/sync_depth_00016.png 518.8579 -/reception_room_0002/rgb_00069.jpg /reception_room_0002/sync_depth_00069.png 518.8579 -/dining_room_0016/rgb_00071.jpg /dining_room_0016/sync_depth_00071.png 518.8579 -/dining_room_0008/rgb_00119.jpg /dining_room_0008/sync_depth_00119.png 518.8579 -/kitchen_0033/rgb_00089.jpg /kitchen_0033/sync_depth_00089.png 518.8579 -/bookstore_0001h/rgb_00084.jpg /bookstore_0001h/sync_depth_00084.png 518.8579 -/bedroom_0063/rgb_00093.jpg /bedroom_0063/sync_depth_00093.png 518.8579 -/home_office_0008/rgb_00030.jpg /home_office_0008/sync_depth_00030.png 518.8579 -/study_0004/rgb_00007.jpg /study_0004/sync_depth_00007.png 518.8579 -/kitchen_0043/rgb_00190.jpg /kitchen_0043/sync_depth_00190.png 518.8579 -/bookstore_0001j/rgb_00163.jpg /bookstore_0001j/sync_depth_00163.png 518.8579 -/dining_room_0012/rgb_00138.jpg /dining_room_0012/sync_depth_00138.png 518.8579 -/classroom_0006/rgb_00204.jpg /classroom_0006/sync_depth_00204.png 518.8579 -/classroom_0005/rgb_00040.jpg /classroom_0005/sync_depth_00040.png 518.8579 -/office_0004/rgb_00019.jpg /office_0004/sync_depth_00019.png 518.8579 -/bedroom_0042/rgb_00027.jpg /bedroom_0042/sync_depth_00027.png 518.8579 -/furniture_store_0002c/rgb_00014.jpg /furniture_store_0002c/sync_depth_00014.png 518.8579 -/living_room_0050/rgb_00022.jpg /living_room_0050/sync_depth_00022.png 518.8579 -/bedroom_0140/rgb_00095.jpg /bedroom_0140/sync_depth_00095.png 518.8579 -/living_room_0012/rgb_00151.jpg /living_room_0012/sync_depth_00151.png 518.8579 -/playroom_0003/rgb_00211.jpg /playroom_0003/sync_depth_00211.png 518.8579 -/bedroom_0033/rgb_00088.jpg /bedroom_0033/sync_depth_00088.png 518.8579 -/kitchen_0008/rgb_00001.jpg /kitchen_0008/sync_depth_00001.png 518.8579 -/kitchen_0035a/rgb_00007.jpg /kitchen_0035a/sync_depth_00007.png 518.8579 -/living_room_0070/rgb_00024.jpg /living_room_0070/sync_depth_00024.png 518.8579 -/bedroom_0056a/rgb_00005.jpg /bedroom_0056a/sync_depth_00005.png 518.8579 -/living_room_0069a/rgb_00041.jpg /living_room_0069a/sync_depth_00041.png 518.8579 -/office_0019/rgb_00015.jpg /office_0019/sync_depth_00015.png 518.8579 -/home_office_0006/rgb_00051.jpg /home_office_0006/sync_depth_00051.png 518.8579 -/bedroom_0035/rgb_00010.jpg /bedroom_0035/sync_depth_00010.png 518.8579 -/living_room_0058/rgb_00125.jpg /living_room_0058/sync_depth_00125.png 518.8579 -/bedroom_0056b/rgb_00033.jpg /bedroom_0056b/sync_depth_00033.png 518.8579 -/bookstore_0001f/rgb_00007.jpg /bookstore_0001f/sync_depth_00007.png 518.8579 -/bedroom_0120/rgb_00077.jpg /bedroom_0120/sync_depth_00077.png 518.8579 -/living_room_0004/rgb_00096.jpg /living_room_0004/sync_depth_00096.png 518.8579 -/dining_room_0031/rgb_00226.jpg /dining_room_0031/sync_depth_00226.png 518.8579 -/bedroom_0016/rgb_00219.jpg /bedroom_0016/sync_depth_00219.png 518.8579 -/nyu_office_0/rgb_00047.jpg /nyu_office_0/sync_depth_00047.png 518.8579 -/bedroom_0062/rgb_00047.jpg /bedroom_0062/sync_depth_00047.png 518.8579 -/kitchen_0051/rgb_00128.jpg /kitchen_0051/sync_depth_00128.png 518.8579 -/home_office_0006/rgb_00007.jpg /home_office_0006/sync_depth_00007.png 518.8579 -/home_office_0008/rgb_00175.jpg /home_office_0008/sync_depth_00175.png 518.8579 -/kitchen_0006/rgb_00010.jpg /kitchen_0006/sync_depth_00010.png 518.8579 -/dining_room_0037/rgb_00068.jpg /dining_room_0037/sync_depth_00068.png 518.8579 -/living_room_0046b/rgb_00107.jpg /living_room_0046b/sync_depth_00107.png 518.8579 -/living_room_0071/rgb_00017.jpg /living_room_0071/sync_depth_00017.png 518.8579 -/office_0009/rgb_00007.jpg /office_0009/sync_depth_00007.png 518.8579 -/living_room_0006/rgb_00000.jpg /living_room_0006/sync_depth_00000.png 518.8579 -/dining_room_0016/rgb_00099.jpg /dining_room_0016/sync_depth_00099.png 518.8579 -/dining_room_0007/rgb_00124.jpg /dining_room_0007/sync_depth_00124.png 518.8579 -/bathroom_0033/rgb_00062.jpg /bathroom_0033/sync_depth_00062.png 518.8579 -/living_room_0005/rgb_00129.jpg /living_room_0005/sync_depth_00129.png 518.8579 -/kitchen_0045b/rgb_00006.jpg /kitchen_0045b/sync_depth_00006.png 518.8579 -/bedroom_0074/rgb_00084.jpg /bedroom_0074/sync_depth_00084.png 518.8579 -/living_room_0012/rgb_00027.jpg /living_room_0012/sync_depth_00027.png 518.8579 -/bookstore_0001f/rgb_00423.jpg /bookstore_0001f/sync_depth_00423.png 518.8579 -/bedroom_0025/rgb_00014.jpg /bedroom_0025/sync_depth_00014.png 518.8579 -/dining_room_0016/rgb_00189.jpg /dining_room_0016/sync_depth_00189.png 518.8579 -/bathroom_0051/rgb_00052.jpg /bathroom_0051/sync_depth_00052.png 518.8579 -/furniture_store_0002b/rgb_00254.jpg /furniture_store_0002b/sync_depth_00254.png 518.8579 -/living_room_0062/rgb_00107.jpg /living_room_0062/sync_depth_00107.png 518.8579 -/cafe_0001b/rgb_00054.jpg /cafe_0001b/sync_depth_00054.png 518.8579 -/furniture_store_0002b/rgb_00062.jpg /furniture_store_0002b/sync_depth_00062.png 518.8579 -/living_room_0032/rgb_00026.jpg /living_room_0032/sync_depth_00026.png 518.8579 -/bookstore_0001d/rgb_00357.jpg /bookstore_0001d/sync_depth_00357.png 518.8579 -/bedroom_0106/rgb_00084.jpg /bedroom_0106/sync_depth_00084.png 518.8579 -/kitchen_0050/rgb_00155.jpg /kitchen_0050/sync_depth_00155.png 518.8579 -/bedroom_0106/rgb_00022.jpg /bedroom_0106/sync_depth_00022.png 518.8579 -/bathroom_0019/rgb_00014.jpg /bathroom_0019/sync_depth_00014.png 518.8579 -/bathroom_0057/rgb_00022.jpg /bathroom_0057/sync_depth_00022.png 518.8579 -/nyu_office_0/rgb_00424.jpg /nyu_office_0/sync_depth_00424.png 518.8579 -/cafe_0001b/rgb_00032.jpg /cafe_0001b/sync_depth_00032.png 518.8579 -/office_kitchen_0001b/rgb_00060.jpg /office_kitchen_0001b/sync_depth_00060.png 518.8579 -/bedroom_0090/rgb_00017.jpg /bedroom_0090/sync_depth_00017.png 518.8579 -/dining_room_0015/rgb_00208.jpg /dining_room_0015/sync_depth_00208.png 518.8579 -/bedroom_0028/rgb_00032.jpg /bedroom_0028/sync_depth_00032.png 518.8579 -/living_room_0039/rgb_00115.jpg /living_room_0039/sync_depth_00115.png 518.8579 -/living_room_0032/rgb_00017.jpg /living_room_0032/sync_depth_00017.png 518.8579 -/bedroom_0076a/rgb_00210.jpg /bedroom_0076a/sync_depth_00210.png 518.8579 -/bedroom_0025/rgb_00135.jpg /bedroom_0025/sync_depth_00135.png 518.8579 -/office_0025/rgb_00019.jpg /office_0025/sync_depth_00019.png 518.8579 -/bedroom_0063/rgb_00031.jpg /bedroom_0063/sync_depth_00031.png 518.8579 -/bedroom_0094/rgb_00006.jpg /bedroom_0094/sync_depth_00006.png 518.8579 -/bathroom_0023/rgb_00020.jpg /bathroom_0023/sync_depth_00020.png 518.8579 -/bedroom_0050/rgb_00116.jpg /bedroom_0050/sync_depth_00116.png 518.8579 -/dining_room_0019/rgb_00099.jpg /dining_room_0019/sync_depth_00099.png 518.8579 -/study_room_0004/rgb_00159.jpg /study_room_0004/sync_depth_00159.png 518.8579 -/bedroom_0050/rgb_00100.jpg /bedroom_0050/sync_depth_00100.png 518.8579 -/kitchen_0060/rgb_00160.jpg /kitchen_0060/sync_depth_00160.png 518.8579 -/bedroom_0052/rgb_00042.jpg /bedroom_0052/sync_depth_00042.png 518.8579 -/bedroom_0125b/rgb_00013.jpg /bedroom_0125b/sync_depth_00013.png 518.8579 -/bedroom_0136/rgb_00143.jpg /bedroom_0136/sync_depth_00143.png 518.8579 -/bedroom_0041/rgb_00058.jpg /bedroom_0041/sync_depth_00058.png 518.8579 -/kitchen_0031/rgb_00108.jpg /kitchen_0031/sync_depth_00108.png 518.8579 -/bookstore_0001i/rgb_00136.jpg /bookstore_0001i/sync_depth_00136.png 518.8579 -/dining_room_0012/rgb_00157.jpg /dining_room_0012/sync_depth_00157.png 518.8579 -/bookstore_0001d/rgb_00185.jpg /bookstore_0001d/sync_depth_00185.png 518.8579 -/furniture_store_0002a/rgb_00402.jpg /furniture_store_0002a/sync_depth_00402.png 518.8579 -/office_kitchen_0001a/rgb_00068.jpg /office_kitchen_0001a/sync_depth_00068.png 518.8579 -/nyu_office_0/rgb_00433.jpg /nyu_office_0/sync_depth_00433.png 518.8579 -/bedroom_0076a/rgb_00089.jpg /bedroom_0076a/sync_depth_00089.png 518.8579 -/classroom_0016/rgb_00025.jpg /classroom_0016/sync_depth_00025.png 518.8579 -/bedroom_0052/rgb_00045.jpg /bedroom_0052/sync_depth_00045.png 518.8579 -/kitchen_0010/rgb_00105.jpg /kitchen_0010/sync_depth_00105.png 518.8579 -/living_room_0040/rgb_00306.jpg /living_room_0040/sync_depth_00306.png 518.8579 -/living_room_0078/rgb_00037.jpg /living_room_0078/sync_depth_00037.png 518.8579 -/bookstore_0001j/rgb_00287.jpg /bookstore_0001j/sync_depth_00287.png 518.8579 -/living_room_0040/rgb_00221.jpg /living_room_0040/sync_depth_00221.png 518.8579 -/bedroom_0071/rgb_00012.jpg /bedroom_0071/sync_depth_00012.png 518.8579 -/kitchen_0016/rgb_00046.jpg /kitchen_0016/sync_depth_00046.png 518.8579 -/bookstore_0001j/rgb_00057.jpg /bookstore_0001j/sync_depth_00057.png 518.8579 -/kitchen_0016/rgb_00112.jpg /kitchen_0016/sync_depth_00112.png 518.8579 -/bedroom_0019/rgb_00047.jpg /bedroom_0019/sync_depth_00047.png 518.8579 -/office_kitchen_0001a/rgb_00033.jpg /office_kitchen_0001a/sync_depth_00033.png 518.8579 -/bedroom_0125a/rgb_00029.jpg /bedroom_0125a/sync_depth_00029.png 518.8579 -/dining_room_0010/rgb_00002.jpg /dining_room_0010/sync_depth_00002.png 518.8579 -/dining_room_0013/rgb_00203.jpg /dining_room_0013/sync_depth_00203.png 518.8579 -/kitchen_0043/rgb_00171.jpg /kitchen_0043/sync_depth_00171.png 518.8579 -/kitchen_0011b/rgb_00001.jpg /kitchen_0011b/sync_depth_00001.png 518.8579 -/bedroom_0010/rgb_00061.jpg /bedroom_0010/sync_depth_00061.png 518.8579 -/dining_room_0008/rgb_00094.jpg /dining_room_0008/sync_depth_00094.png 518.8579 -/bathroom_0028/rgb_00049.jpg /bathroom_0028/sync_depth_00049.png 518.8579 -/bathroom_0051/rgb_00010.jpg /bathroom_0051/sync_depth_00010.png 518.8579 -/dining_room_0007/rgb_00043.jpg /dining_room_0007/sync_depth_00043.png 518.8579 -/bedroom_0062/rgb_00131.jpg /bedroom_0062/sync_depth_00131.png 518.8579 -/furniture_store_0001c/rgb_00010.jpg /furniture_store_0001c/sync_depth_00010.png 518.8579 -/living_room_0018/rgb_00008.jpg /living_room_0018/sync_depth_00008.png 518.8579 -/dining_room_0012/rgb_00185.jpg /dining_room_0012/sync_depth_00185.png 518.8579 -/kitchen_0019a/rgb_00089.jpg /kitchen_0019a/sync_depth_00089.png 518.8579 -/furniture_store_0001d/rgb_00040.jpg /furniture_store_0001d/sync_depth_00040.png 518.8579 -/kitchen_0003/rgb_00052.jpg /kitchen_0003/sync_depth_00052.png 518.8579 -/classroom_0016/rgb_00031.jpg /classroom_0016/sync_depth_00031.png 518.8579 -/playroom_0006/rgb_00040.jpg /playroom_0006/sync_depth_00040.png 518.8579 -/bedroom_0136/rgb_00107.jpg /bedroom_0136/sync_depth_00107.png 518.8579 -/dining_room_0023/rgb_00144.jpg /dining_room_0023/sync_depth_00144.png 518.8579 -/bedroom_0050/rgb_00059.jpg /bedroom_0050/sync_depth_00059.png 518.8579 -/bedroom_0052/rgb_00176.jpg /bedroom_0052/sync_depth_00176.png 518.8579 -/kitchen_0006/rgb_00023.jpg /kitchen_0006/sync_depth_00023.png 518.8579 -/living_room_0070/rgb_00110.jpg /living_room_0070/sync_depth_00110.png 518.8579 -/bathroom_0023/rgb_00017.jpg /bathroom_0023/sync_depth_00017.png 518.8579 -/living_room_0050/rgb_00051.jpg /living_room_0050/sync_depth_00051.png 518.8579 -/bedroom_0104/rgb_00039.jpg /bedroom_0104/sync_depth_00039.png 518.8579 -/kitchen_0028b/rgb_00056.jpg /kitchen_0028b/sync_depth_00056.png 518.8579 -/furniture_store_0002a/rgb_00168.jpg /furniture_store_0002a/sync_depth_00168.png 518.8579 -/bedroom_0107/rgb_00027.jpg /bedroom_0107/sync_depth_00027.png 518.8579 -/dining_room_0024/rgb_00064.jpg /dining_room_0024/sync_depth_00064.png 518.8579 -/bedroom_0019/rgb_00121.jpg /bedroom_0019/sync_depth_00121.png 518.8579 -/bookstore_0001h/rgb_00062.jpg /bookstore_0001h/sync_depth_00062.png 518.8579 -/kitchen_0031/rgb_00098.jpg /kitchen_0031/sync_depth_00098.png 518.8579 -/kitchen_0019a/rgb_00095.jpg /kitchen_0019a/sync_depth_00095.png 518.8579 -/office_0021/rgb_00003.jpg /office_0021/sync_depth_00003.png 518.8579 -/playroom_0004/rgb_00006.jpg /playroom_0004/sync_depth_00006.png 518.8579 -/bedroom_0065/rgb_00020.jpg /bedroom_0065/sync_depth_00020.png 518.8579 -/office_0019/rgb_00023.jpg /office_0019/sync_depth_00023.png 518.8579 -/kitchen_0048/rgb_00223.jpg /kitchen_0048/sync_depth_00223.png 518.8579 -/bathroom_0035/rgb_00015.jpg /bathroom_0035/sync_depth_00015.png 518.8579 -/dining_room_0002/rgb_00002.jpg /dining_room_0002/sync_depth_00002.png 518.8579 -/dining_room_0031/rgb_00157.jpg /dining_room_0031/sync_depth_00157.png 518.8579 -/living_room_0038/rgb_00111.jpg /living_room_0038/sync_depth_00111.png 518.8579 -/living_room_0010/rgb_00100.jpg /living_room_0010/sync_depth_00100.png 518.8579 -/bedroom_0069/rgb_00101.jpg /bedroom_0069/sync_depth_00101.png 518.8579 -/kitchen_0048/rgb_00122.jpg /kitchen_0048/sync_depth_00122.png 518.8579 -/dining_room_0016/rgb_00052.jpg /dining_room_0016/sync_depth_00052.png 518.8579 -/office_kitchen_0003/rgb_00029.jpg /office_kitchen_0003/sync_depth_00029.png 518.8579 -/basement_0001a/rgb_00076.jpg /basement_0001a/sync_depth_00076.png 518.8579 -/living_room_0046b/rgb_00124.jpg /living_room_0046b/sync_depth_00124.png 518.8579 -/study_room_0005b/rgb_00071.jpg /study_room_0005b/sync_depth_00071.png 518.8579 -/bookstore_0001h/rgb_00058.jpg /bookstore_0001h/sync_depth_00058.png 518.8579 -/office_0012/rgb_00100.jpg /office_0012/sync_depth_00100.png 518.8579 -/bathroom_0028/rgb_00066.jpg /bathroom_0028/sync_depth_00066.png 518.8579 -/kitchen_0035b/rgb_00327.jpg /kitchen_0035b/sync_depth_00327.png 518.8579 -/reception_room_0004/rgb_00091.jpg /reception_room_0004/sync_depth_00091.png 518.8579 -/furniture_store_0002b/rgb_00238.jpg /furniture_store_0002b/sync_depth_00238.png 518.8579 -/kitchen_0028a/rgb_00081.jpg /kitchen_0028a/sync_depth_00081.png 518.8579 -/kitchen_0011b/rgb_00032.jpg /kitchen_0011b/sync_depth_00032.png 518.8579 -/bookstore_0001f/rgb_00261.jpg /bookstore_0001f/sync_depth_00261.png 518.8579 -/bedroom_0017/rgb_00062.jpg /bedroom_0017/sync_depth_00062.png 518.8579 -/dining_room_0015/rgb_00256.jpg /dining_room_0015/sync_depth_00256.png 518.8579 -/bedroom_0140/rgb_00178.jpg /bedroom_0140/sync_depth_00178.png 518.8579 -/bedroom_0106/rgb_00086.jpg /bedroom_0106/sync_depth_00086.png 518.8579 -/kitchen_0029b/rgb_00025.jpg /kitchen_0029b/sync_depth_00025.png 518.8579 -/office_kitchen_0003/rgb_00021.jpg /office_kitchen_0003/sync_depth_00021.png 518.8579 -/kitchen_0029a/rgb_00022.jpg /kitchen_0029a/sync_depth_00022.png 518.8579 -/dining_room_0029/rgb_00142.jpg /dining_room_0029/sync_depth_00142.png 518.8579 -/bedroom_0072/rgb_00091.jpg /bedroom_0072/sync_depth_00091.png 518.8579 -/bedroom_0071/rgb_00151.jpg /bedroom_0071/sync_depth_00151.png 518.8579 -/office_0004/rgb_00108.jpg /office_0004/sync_depth_00108.png 518.8579 -/office_0012/rgb_00090.jpg /office_0012/sync_depth_00090.png 518.8579 -/bedroom_0052/rgb_00084.jpg /bedroom_0052/sync_depth_00084.png 518.8579 -/playroom_0002/rgb_00145.jpg /playroom_0002/sync_depth_00145.png 518.8579 -/dining_room_0012/rgb_00005.jpg /dining_room_0012/sync_depth_00005.png 518.8579 -/kitchen_0048/rgb_00195.jpg /kitchen_0048/sync_depth_00195.png 518.8579 -/living_room_0046a/rgb_00046.jpg /living_room_0046a/sync_depth_00046.png 518.8579 -/home_office_0011/rgb_00029.jpg /home_office_0011/sync_depth_00029.png 518.8579 -/living_room_0019/rgb_00069.jpg /living_room_0019/sync_depth_00069.png 518.8579 -/bathroom_0002/rgb_00027.jpg /bathroom_0002/sync_depth_00027.png 518.8579 -/kitchen_0048/rgb_00051.jpg /kitchen_0048/sync_depth_00051.png 518.8579 -/dining_room_0031/rgb_00122.jpg /dining_room_0031/sync_depth_00122.png 518.8579 -/nyu_office_0/rgb_00059.jpg /nyu_office_0/sync_depth_00059.png 518.8579 -/cafe_0001c/rgb_00071.jpg /cafe_0001c/sync_depth_00071.png 518.8579 -/home_office_0004/rgb_00129.jpg /home_office_0004/sync_depth_00129.png 518.8579 -/kitchen_0047/rgb_00079.jpg /kitchen_0047/sync_depth_00079.png 518.8579 -/dining_room_0016/rgb_00213.jpg /dining_room_0016/sync_depth_00213.png 518.8579 -/dining_room_0037/rgb_00164.jpg /dining_room_0037/sync_depth_00164.png 518.8579 -/home_office_0007/rgb_00020.jpg /home_office_0007/sync_depth_00020.png 518.8579 -/living_room_0046b/rgb_00105.jpg /living_room_0046b/sync_depth_00105.png 518.8579 -/bedroom_0138/rgb_00059.jpg /bedroom_0138/sync_depth_00059.png 518.8579 -/office_0021/rgb_00024.jpg /office_0021/sync_depth_00024.png 518.8579 -/kitchen_0035b/rgb_00028.jpg /kitchen_0035b/sync_depth_00028.png 518.8579 -/bedroom_0125b/rgb_00034.jpg /bedroom_0125b/sync_depth_00034.png 518.8579 -/study_room_0005a/rgb_00015.jpg /study_room_0005a/sync_depth_00015.png 518.8579 -/kitchen_0019a/rgb_00032.jpg /kitchen_0019a/sync_depth_00032.png 518.8579 -/bedroom_0096/rgb_00088.jpg /bedroom_0096/sync_depth_00088.png 518.8579 -/bedroom_0050/rgb_00052.jpg /bedroom_0050/sync_depth_00052.png 518.8579 -/reception_room_0001b/rgb_00091.jpg /reception_room_0001b/sync_depth_00091.png 518.8579 -/living_room_0069a/rgb_00096.jpg /living_room_0069a/sync_depth_00096.png 518.8579 -/living_room_0035/rgb_00090.jpg /living_room_0035/sync_depth_00090.png 518.8579 -/study_0003/rgb_00116.jpg /study_0003/sync_depth_00116.png 518.8579 -/dining_room_0034/rgb_00037.jpg /dining_room_0034/sync_depth_00037.png 518.8579 -/bedroom_0078/rgb_00142.jpg /bedroom_0078/sync_depth_00142.png 518.8579 -/dining_room_0013/rgb_00055.jpg /dining_room_0013/sync_depth_00055.png 518.8579 -/bedroom_0130/rgb_00027.jpg /bedroom_0130/sync_depth_00027.png 518.8579 -/living_room_0011/rgb_00011.jpg /living_room_0011/sync_depth_00011.png 518.8579 -/bathroom_0028/rgb_00034.jpg /bathroom_0028/sync_depth_00034.png 518.8579 -/bathroom_0057/rgb_00035.jpg /bathroom_0057/sync_depth_00035.png 518.8579 -/living_room_0069a/rgb_00078.jpg /living_room_0069a/sync_depth_00078.png 518.8579 -/bedroom_0097/rgb_00067.jpg /bedroom_0097/sync_depth_00067.png 518.8579 -/living_room_0018/rgb_00044.jpg /living_room_0018/sync_depth_00044.png 518.8579 -/dining_room_0012/rgb_00026.jpg /dining_room_0012/sync_depth_00026.png 518.8579 -/kitchen_0051/rgb_00344.jpg /kitchen_0051/sync_depth_00344.png 518.8579 -/living_room_0062/rgb_00042.jpg /living_room_0062/sync_depth_00042.png 518.8579 -/bedroom_0040/rgb_00088.jpg /bedroom_0040/sync_depth_00088.png 518.8579 -/printer_room_0001/rgb_00071.jpg /printer_room_0001/sync_depth_00071.png 518.8579 -/bedroom_0072/rgb_00048.jpg /bedroom_0072/sync_depth_00048.png 518.8579 -/home_office_0004/rgb_00126.jpg /home_office_0004/sync_depth_00126.png 518.8579 -/living_room_0020/rgb_00155.jpg /living_room_0020/sync_depth_00155.png 518.8579 -/kitchen_0052/rgb_00141.jpg /kitchen_0052/sync_depth_00141.png 518.8579 -/kitchen_0029a/rgb_00021.jpg /kitchen_0029a/sync_depth_00021.png 518.8579 -/playroom_0006/rgb_00120.jpg /playroom_0006/sync_depth_00120.png 518.8579 -/living_room_0004/rgb_00083.jpg /living_room_0004/sync_depth_00083.png 518.8579 -/bedroom_0020/rgb_00029.jpg /bedroom_0020/sync_depth_00029.png 518.8579 -/bedroom_0130/rgb_00036.jpg /bedroom_0130/sync_depth_00036.png 518.8579 -/living_room_0011/rgb_00013.jpg /living_room_0011/sync_depth_00013.png 518.8579 -/kitchen_0035b/rgb_00060.jpg /kitchen_0035b/sync_depth_00060.png 518.8579 -/living_room_0058/rgb_00200.jpg /living_room_0058/sync_depth_00200.png 518.8579 -/reception_room_0002/rgb_00044.jpg /reception_room_0002/sync_depth_00044.png 518.8579 -/bedroom_0125b/rgb_00093.jpg /bedroom_0125b/sync_depth_00093.png 518.8579 -/classroom_0004/rgb_00105.jpg /classroom_0004/sync_depth_00105.png 518.8579 -/living_room_0040/rgb_00154.jpg /living_room_0040/sync_depth_00154.png 518.8579 -/kitchen_0033/rgb_00029.jpg /kitchen_0033/sync_depth_00029.png 518.8579 -/kitchen_0017/rgb_00084.jpg /kitchen_0017/sync_depth_00084.png 518.8579 -/bookstore_0001f/rgb_00206.jpg /bookstore_0001f/sync_depth_00206.png 518.8579 -/bedroom_0113/rgb_00001.jpg /bedroom_0113/sync_depth_00001.png 518.8579 -/laundry_room_0001/rgb_00004.jpg /laundry_room_0001/sync_depth_00004.png 518.8579 -/bedroom_0107/rgb_00050.jpg /bedroom_0107/sync_depth_00050.png 518.8579 -/bedroom_0056a/rgb_00016.jpg /bedroom_0056a/sync_depth_00016.png 518.8579 -/nyu_office_0/rgb_00044.jpg /nyu_office_0/sync_depth_00044.png 518.8579 -/living_room_0046a/rgb_00056.jpg /living_room_0046a/sync_depth_00056.png 518.8579 -/living_room_0018/rgb_00122.jpg /living_room_0018/sync_depth_00122.png 518.8579 -/bedroom_0063/rgb_00063.jpg /bedroom_0063/sync_depth_00063.png 518.8579 -/dining_room_0004/rgb_00122.jpg /dining_room_0004/sync_depth_00122.png 518.8579 -/living_room_0004/rgb_00181.jpg /living_room_0004/sync_depth_00181.png 518.8579 -/bedroom_0017/rgb_00058.jpg /bedroom_0017/sync_depth_00058.png 518.8579 -/home_office_0008/rgb_00147.jpg /home_office_0008/sync_depth_00147.png 518.8579 -/kitchen_0053/rgb_00231.jpg /kitchen_0053/sync_depth_00231.png 518.8579 -/kitchen_0003/rgb_00099.jpg /kitchen_0003/sync_depth_00099.png 518.8579 -/bathroom_0028/rgb_00140.jpg /bathroom_0028/sync_depth_00140.png 518.8579 -/living_room_0004/rgb_00156.jpg /living_room_0004/sync_depth_00156.png 518.8579 -/living_room_0022/rgb_00026.jpg /living_room_0022/sync_depth_00026.png 518.8579 -/home_office_0004/rgb_00083.jpg /home_office_0004/sync_depth_00083.png 518.8579 -/bedroom_0140/rgb_00129.jpg /bedroom_0140/sync_depth_00129.png 518.8579 -/bookstore_0001d/rgb_00332.jpg /bookstore_0001d/sync_depth_00332.png 518.8579 -/living_room_0047b/rgb_00072.jpg /living_room_0047b/sync_depth_00072.png 518.8579 -/bedroom_0019/rgb_00003.jpg /bedroom_0019/sync_depth_00003.png 518.8579 -/dining_room_0001b/rgb_00125.jpg /dining_room_0001b/sync_depth_00125.png 518.8579 -/office_0004/rgb_00058.jpg /office_0004/sync_depth_00058.png 518.8579 -/bedroom_0060/rgb_00003.jpg /bedroom_0060/sync_depth_00003.png 518.8579 -/office_0023/rgb_00002.jpg /office_0023/sync_depth_00002.png 518.8579 -/bedroom_0039/rgb_00037.jpg /bedroom_0039/sync_depth_00037.png 518.8579 -/office_0009/rgb_00067.jpg /office_0009/sync_depth_00067.png 518.8579 -/home_office_0004/rgb_00011.jpg /home_office_0004/sync_depth_00011.png 518.8579 -/bathroom_0048/rgb_00005.jpg /bathroom_0048/sync_depth_00005.png 518.8579 -/kitchen_0028b/rgb_00025.jpg /kitchen_0028b/sync_depth_00025.png 518.8579 -/bedroom_0106/rgb_00023.jpg /bedroom_0106/sync_depth_00023.png 518.8579 -/office_0023/rgb_00027.jpg /office_0023/sync_depth_00027.png 518.8579 -/dining_room_0024/rgb_00056.jpg /dining_room_0024/sync_depth_00056.png 518.8579 -/living_room_0046a/rgb_00023.jpg /living_room_0046a/sync_depth_00023.png 518.8579 -/bedroom_0136/rgb_00119.jpg /bedroom_0136/sync_depth_00119.png 518.8579 -/bedroom_0016/rgb_00048.jpg /bedroom_0016/sync_depth_00048.png 518.8579 -/kitchen_0047/rgb_00120.jpg /kitchen_0047/sync_depth_00120.png 518.8579 -/kitchen_0060/rgb_00154.jpg /kitchen_0060/sync_depth_00154.png 518.8579 -/living_room_0019/rgb_00206.jpg /living_room_0019/sync_depth_00206.png 518.8579 -/bedroom_0019/rgb_00134.jpg /bedroom_0019/sync_depth_00134.png 518.8579 -/bathroom_0024/rgb_00055.jpg /bathroom_0024/sync_depth_00055.png 518.8579 -/living_room_0018/rgb_00002.jpg /living_room_0018/sync_depth_00002.png 518.8579 -/living_room_0012/rgb_00148.jpg /living_room_0012/sync_depth_00148.png 518.8579 -/classroom_0022/rgb_00088.jpg /classroom_0022/sync_depth_00088.png 518.8579 -/nyu_office_1/rgb_00017.jpg /nyu_office_1/sync_depth_00017.png 518.8579 -/bedroom_0052/rgb_00113.jpg /bedroom_0052/sync_depth_00113.png 518.8579 -/playroom_0006/rgb_00021.jpg /playroom_0006/sync_depth_00021.png 518.8579 -/bedroom_0052/rgb_00135.jpg /bedroom_0052/sync_depth_00135.png 518.8579 -/basement_0001a/rgb_00176.jpg /basement_0001a/sync_depth_00176.png 518.8579 -/reception_room_0002/rgb_00094.jpg /reception_room_0002/sync_depth_00094.png 518.8579 -/bedroom_0019/rgb_00040.jpg /bedroom_0019/sync_depth_00040.png 518.8579 -/bathroom_0039/rgb_00036.jpg /bathroom_0039/sync_depth_00036.png 518.8579 -/bookstore_0001f/rgb_00126.jpg /bookstore_0001f/sync_depth_00126.png 518.8579 -/furniture_store_0002a/rgb_00153.jpg /furniture_store_0002a/sync_depth_00153.png 518.8579 -/living_room_0038/rgb_00052.jpg /living_room_0038/sync_depth_00052.png 518.8579 -/bedroom_0034/rgb_00082.jpg /bedroom_0034/sync_depth_00082.png 518.8579 -/bedroom_0041/rgb_00033.jpg /bedroom_0041/sync_depth_00033.png 518.8579 -/kitchen_0059/rgb_00049.jpg /kitchen_0059/sync_depth_00049.png 518.8579 -/dining_room_0008/rgb_00093.jpg /dining_room_0008/sync_depth_00093.png 518.8579 -/bathroom_0006/rgb_00057.jpg /bathroom_0006/sync_depth_00057.png 518.8579 -/bedroom_0072/rgb_00184.jpg /bedroom_0072/sync_depth_00184.png 518.8579 -/bedroom_0047/rgb_00045.jpg /bedroom_0047/sync_depth_00045.png 518.8579 -/bookstore_0001e/rgb_00137.jpg /bookstore_0001e/sync_depth_00137.png 518.8579 -/bookstore_0001e/rgb_00183.jpg /bookstore_0001e/sync_depth_00183.png 518.8579 -/living_room_0010/rgb_00019.jpg /living_room_0010/sync_depth_00019.png 518.8579 -/office_0003/rgb_00056.jpg /office_0003/sync_depth_00056.png 518.8579 -/living_room_0035/rgb_00003.jpg /living_room_0035/sync_depth_00003.png 518.8579 -/bedroom_0080/rgb_00051.jpg /bedroom_0080/sync_depth_00051.png 518.8579 -/living_room_0037/rgb_00052.jpg /living_room_0037/sync_depth_00052.png 518.8579 -/student_lounge_0001/rgb_00218.jpg /student_lounge_0001/sync_depth_00218.png 518.8579 -/bedroom_0113/rgb_00006.jpg /bedroom_0113/sync_depth_00006.png 518.8579 -/nyu_office_0/rgb_00129.jpg /nyu_office_0/sync_depth_00129.png 518.8579 -/living_room_0063/rgb_00114.jpg /living_room_0063/sync_depth_00114.png 518.8579 -/bookstore_0001d/rgb_00251.jpg /bookstore_0001d/sync_depth_00251.png 518.8579 -/bedroom_0078/rgb_00000.jpg /bedroom_0078/sync_depth_00000.png 518.8579 -/playroom_0004/rgb_00090.jpg /playroom_0004/sync_depth_00090.png 518.8579 -/dining_room_0014/rgb_00094.jpg /dining_room_0014/sync_depth_00094.png 518.8579 -/classroom_0016/rgb_00053.jpg /classroom_0016/sync_depth_00053.png 518.8579 -/dining_room_0031/rgb_00234.jpg /dining_room_0031/sync_depth_00234.png 518.8579 -/living_room_0058/rgb_00129.jpg /living_room_0058/sync_depth_00129.png 518.8579 -/kitchen_0048/rgb_00262.jpg /kitchen_0048/sync_depth_00262.png 518.8579 -/kitchen_0050/rgb_00062.jpg /kitchen_0050/sync_depth_00062.png 518.8579 -/living_room_0047b/rgb_00198.jpg /living_room_0047b/sync_depth_00198.png 518.8579 -/kitchen_0031/rgb_00037.jpg /kitchen_0031/sync_depth_00037.png 518.8579 -/kitchen_0049/rgb_00026.jpg /kitchen_0049/sync_depth_00026.png 518.8579 -/bookstore_0001f/rgb_00447.jpg /bookstore_0001f/sync_depth_00447.png 518.8579 -/home_office_0011/rgb_00005.jpg /home_office_0011/sync_depth_00005.png 518.8579 -/bedroom_0100/rgb_00038.jpg /bedroom_0100/sync_depth_00038.png 518.8579 -/kitchen_0011b/rgb_00018.jpg /kitchen_0011b/sync_depth_00018.png 518.8579 -/kitchen_0019b/rgb_00039.jpg /kitchen_0019b/sync_depth_00039.png 518.8579 -/bedroom_0040/rgb_00045.jpg /bedroom_0040/sync_depth_00045.png 518.8579 -/bedroom_0069/rgb_00066.jpg /bedroom_0069/sync_depth_00066.png 518.8579 -/reception_room_0001a/rgb_00091.jpg /reception_room_0001a/sync_depth_00091.png 518.8579 -/bathroom_0054/rgb_00004.jpg /bathroom_0054/sync_depth_00004.png 518.8579 -/bathroom_0057/rgb_00023.jpg /bathroom_0057/sync_depth_00023.png 518.8579 -/living_room_0004/rgb_00170.jpg /living_room_0004/sync_depth_00170.png 518.8579 -/furniture_store_0001d/rgb_00235.jpg /furniture_store_0001d/sync_depth_00235.png 518.8579 -/bedroom_0113/rgb_00035.jpg /bedroom_0113/sync_depth_00035.png 518.8579 -/kitchen_0028a/rgb_00102.jpg /kitchen_0028a/sync_depth_00102.png 518.8579 -/bookstore_0001j/rgb_00089.jpg /bookstore_0001j/sync_depth_00089.png 518.8579 -/living_room_0039/rgb_00105.jpg /living_room_0039/sync_depth_00105.png 518.8579 -/bathroom_0049/rgb_00057.jpg /bathroom_0049/sync_depth_00057.png 518.8579 -/kitchen_0037/rgb_00052.jpg /kitchen_0037/sync_depth_00052.png 518.8579 -/dining_room_0023/rgb_00022.jpg /dining_room_0023/sync_depth_00022.png 518.8579 -/living_room_0070/rgb_00067.jpg /living_room_0070/sync_depth_00067.png 518.8579 -/bedroom_0062/rgb_00038.jpg /bedroom_0062/sync_depth_00038.png 518.8579 -/classroom_0010/rgb_00064.jpg /classroom_0010/sync_depth_00064.png 518.8579 -/office_0011/rgb_00139.jpg /office_0011/sync_depth_00139.png 518.8579 -/bathroom_0007/rgb_00040.jpg /bathroom_0007/sync_depth_00040.png 518.8579 -/living_room_0018/rgb_00194.jpg /living_room_0018/sync_depth_00194.png 518.8579 -/basement_0001a/rgb_00197.jpg /basement_0001a/sync_depth_00197.png 518.8579 -/kitchen_0008/rgb_00024.jpg /kitchen_0008/sync_depth_00024.png 518.8579 -/kitchen_0051/rgb_00241.jpg /kitchen_0051/sync_depth_00241.png 518.8579 -/dining_room_0016/rgb_00203.jpg /dining_room_0016/sync_depth_00203.png 518.8579 -/office_0012/rgb_00093.jpg /office_0012/sync_depth_00093.png 518.8579 -/playroom_0002/rgb_00093.jpg /playroom_0002/sync_depth_00093.png 518.8579 -/nyu_office_0/rgb_00082.jpg /nyu_office_0/sync_depth_00082.png 518.8579 -/home_office_0004/rgb_00006.jpg /home_office_0004/sync_depth_00006.png 518.8579 -/bathroom_0028/rgb_00103.jpg /bathroom_0028/sync_depth_00103.png 518.8579 -/dining_room_0015/rgb_00255.jpg /dining_room_0015/sync_depth_00255.png 518.8579 -/dining_room_0019/rgb_00062.jpg /dining_room_0019/sync_depth_00062.png 518.8579 -/bedroom_0033/rgb_00072.jpg /bedroom_0033/sync_depth_00072.png 518.8579 -/kitchen_0049/rgb_00068.jpg /kitchen_0049/sync_depth_00068.png 518.8579 -/home_office_0005/rgb_00067.jpg /home_office_0005/sync_depth_00067.png 518.8579 -/kitchen_0043/rgb_00161.jpg /kitchen_0043/sync_depth_00161.png 518.8579 -/dining_room_0031/rgb_00314.jpg /dining_room_0031/sync_depth_00314.png 518.8579 -/dining_room_0012/rgb_00166.jpg /dining_room_0012/sync_depth_00166.png 518.8579 -/bedroom_0029/rgb_00066.jpg /bedroom_0029/sync_depth_00066.png 518.8579 -/bedroom_0080/rgb_00034.jpg /bedroom_0080/sync_depth_00034.png 518.8579 -/furniture_store_0001a/rgb_00012.jpg /furniture_store_0001a/sync_depth_00012.png 518.8579 -/nyu_office_0/rgb_00114.jpg /nyu_office_0/sync_depth_00114.png 518.8579 -/bedroom_0016/rgb_00023.jpg /bedroom_0016/sync_depth_00023.png 518.8579 -/bookstore_0001g/rgb_00117.jpg /bookstore_0001g/sync_depth_00117.png 518.8579 -/student_lounge_0001/rgb_00000.jpg /student_lounge_0001/sync_depth_00000.png 518.8579 -/office_0009/rgb_00026.jpg /office_0009/sync_depth_00026.png 518.8579 -/kitchen_0033/rgb_00148.jpg /kitchen_0033/sync_depth_00148.png 518.8579 -/furniture_store_0002b/rgb_00066.jpg /furniture_store_0002b/sync_depth_00066.png 518.8579 -/bedroom_0020/rgb_00042.jpg /bedroom_0020/sync_depth_00042.png 518.8579 -/bathroom_0049/rgb_00040.jpg /bathroom_0049/sync_depth_00040.png 518.8579 -/dining_room_0014/rgb_00116.jpg /dining_room_0014/sync_depth_00116.png 518.8579 -/excercise_room_0001/rgb_00059.jpg /excercise_room_0001/sync_depth_00059.png 518.8579 -/bedroom_0050/rgb_00141.jpg /bedroom_0050/sync_depth_00141.png 518.8579 -/office_0019/rgb_00059.jpg /office_0019/sync_depth_00059.png 518.8579 -/home_office_0006/rgb_00055.jpg /home_office_0006/sync_depth_00055.png 518.8579 -/living_room_0046b/rgb_00007.jpg /living_room_0046b/sync_depth_00007.png 518.8579 -/kitchen_0052/rgb_00174.jpg /kitchen_0052/sync_depth_00174.png 518.8579 -/dining_room_0001b/rgb_00096.jpg /dining_room_0001b/sync_depth_00096.png 518.8579 -/playroom_0006/rgb_00031.jpg /playroom_0006/sync_depth_00031.png 518.8579 -/bedroom_0062/rgb_00118.jpg /bedroom_0062/sync_depth_00118.png 518.8579 -/bookstore_0001d/rgb_00222.jpg /bookstore_0001d/sync_depth_00222.png 518.8579 -/kitchen_0029b/rgb_00046.jpg /kitchen_0029b/sync_depth_00046.png 518.8579 -/furniture_store_0001d/rgb_00062.jpg /furniture_store_0001d/sync_depth_00062.png 518.8579 -/bedroom_0051/rgb_00131.jpg /bedroom_0051/sync_depth_00131.png 518.8579 -/bathroom_0041/rgb_00032.jpg /bathroom_0041/sync_depth_00032.png 518.8579 -/reception_room_0004/rgb_00037.jpg /reception_room_0004/sync_depth_00037.png 518.8579 -/living_room_0012/rgb_00183.jpg /living_room_0012/sync_depth_00183.png 518.8579 -/bookstore_0001d/rgb_00053.jpg /bookstore_0001d/sync_depth_00053.png 518.8579 -/bedroom_0072/rgb_00018.jpg /bedroom_0072/sync_depth_00018.png 518.8579 -/classroom_0005/rgb_00036.jpg /classroom_0005/sync_depth_00036.png 518.8579 -/furniture_store_0002b/rgb_00259.jpg /furniture_store_0002b/sync_depth_00259.png 518.8579 -/kitchen_0047/rgb_00129.jpg /kitchen_0047/sync_depth_00129.png 518.8579 -/bookstore_0001f/rgb_00254.jpg /bookstore_0001f/sync_depth_00254.png 518.8579 -/playroom_0006/rgb_00085.jpg /playroom_0006/sync_depth_00085.png 518.8579 -/living_room_0068/rgb_00108.jpg /living_room_0068/sync_depth_00108.png 518.8579 -/student_lounge_0001/rgb_00001.jpg /student_lounge_0001/sync_depth_00001.png 518.8579 -/dining_room_0010/rgb_00080.jpg /dining_room_0010/sync_depth_00080.png 518.8579 -/furniture_store_0001b/rgb_00096.jpg /furniture_store_0001b/sync_depth_00096.png 518.8579 -/bedroom_0138/rgb_00073.jpg /bedroom_0138/sync_depth_00073.png 518.8579 -/office_0009/rgb_00003.jpg /office_0009/sync_depth_00003.png 518.8579 -/kitchen_0003/rgb_00178.jpg /kitchen_0003/sync_depth_00178.png 518.8579 -/living_room_0018/rgb_00204.jpg /living_room_0018/sync_depth_00204.png 518.8579 -/kitchen_0048/rgb_00239.jpg /kitchen_0048/sync_depth_00239.png 518.8579 -/kitchen_0003/rgb_00138.jpg /kitchen_0003/sync_depth_00138.png 518.8579 -/kitchen_0017/rgb_00024.jpg /kitchen_0017/sync_depth_00024.png 518.8579 -/bedroom_0069/rgb_00075.jpg /bedroom_0069/sync_depth_00075.png 518.8579 -/furniture_store_0001b/rgb_00028.jpg /furniture_store_0001b/sync_depth_00028.png 518.8579 -/bookstore_0001e/rgb_00016.jpg /bookstore_0001e/sync_depth_00016.png 518.8579 -/bedroom_0016/rgb_00154.jpg /bedroom_0016/sync_depth_00154.png 518.8579 -/classroom_0006/rgb_00083.jpg /classroom_0006/sync_depth_00083.png 518.8579 -/dining_room_0007/rgb_00086.jpg /dining_room_0007/sync_depth_00086.png 518.8579 -/kitchen_0028b/rgb_00065.jpg /kitchen_0028b/sync_depth_00065.png 518.8579 -/bedroom_0050/rgb_00173.jpg /bedroom_0050/sync_depth_00173.png 518.8579 -/classroom_0006/rgb_00008.jpg /classroom_0006/sync_depth_00008.png 518.8579 -/bookstore_0001d/rgb_00024.jpg /bookstore_0001d/sync_depth_00024.png 518.8579 -/bathroom_0055/rgb_00034.jpg /bathroom_0055/sync_depth_00034.png 518.8579 -/living_room_0040/rgb_00126.jpg /living_room_0040/sync_depth_00126.png 518.8579 -/dining_room_0012/rgb_00103.jpg /dining_room_0012/sync_depth_00103.png 518.8579 -/bedroom_0015/rgb_00049.jpg /bedroom_0015/sync_depth_00049.png 518.8579 -/kitchen_0019a/rgb_00297.jpg /kitchen_0019a/sync_depth_00297.png 518.8579 -/bedroom_0063/rgb_00148.jpg /bedroom_0063/sync_depth_00148.png 518.8579 -/bedroom_0050/rgb_00017.jpg /bedroom_0050/sync_depth_00017.png 518.8579 -/living_room_0085/rgb_00023.jpg /living_room_0085/sync_depth_00023.png 518.8579 -/study_room_0005a/rgb_00009.jpg /study_room_0005a/sync_depth_00009.png 518.8579 -/bedroom_0086/rgb_00008.jpg /bedroom_0086/sync_depth_00008.png 518.8579 -/living_room_0050/rgb_00225.jpg /living_room_0050/sync_depth_00225.png 518.8579 -/classroom_0003/rgb_00009.jpg /classroom_0003/sync_depth_00009.png 518.8579 -/dining_room_0019/rgb_00112.jpg /dining_room_0019/sync_depth_00112.png 518.8579 -/nyu_office_0/rgb_00110.jpg /nyu_office_0/sync_depth_00110.png 518.8579 -/bedroom_0060/rgb_00052.jpg /bedroom_0060/sync_depth_00052.png 518.8579 -/office_0006/rgb_00020.jpg /office_0006/sync_depth_00020.png 518.8579 -/office_kitchen_0003/rgb_00062.jpg /office_kitchen_0003/sync_depth_00062.png 518.8579 -/living_room_0018/rgb_00155.jpg /living_room_0018/sync_depth_00155.png 518.8579 -/kitchen_0029c/rgb_00109.jpg /kitchen_0029c/sync_depth_00109.png 518.8579 -/kitchen_0035a/rgb_00046.jpg /kitchen_0035a/sync_depth_00046.png 518.8579 -/bedroom_0076a/rgb_00288.jpg /bedroom_0076a/sync_depth_00288.png 518.8579 -/kitchen_0043/rgb_00141.jpg /kitchen_0043/sync_depth_00141.png 518.8579 -/bedroom_0056a/rgb_00095.jpg /bedroom_0056a/sync_depth_00095.png 518.8579 -/bedroom_0033/rgb_00041.jpg /bedroom_0033/sync_depth_00041.png 518.8579 -/kitchen_0045a/rgb_00130.jpg /kitchen_0045a/sync_depth_00130.png 518.8579 -/dining_room_0028/rgb_00136.jpg /dining_room_0028/sync_depth_00136.png 518.8579 -/reception_room_0001b/rgb_00080.jpg /reception_room_0001b/sync_depth_00080.png 518.8579 -/bedroom_0004/rgb_00172.jpg /bedroom_0004/sync_depth_00172.png 518.8579 -/classroom_0011/rgb_00042.jpg /classroom_0011/sync_depth_00042.png 518.8579 -/living_room_0062/rgb_00198.jpg /living_room_0062/sync_depth_00198.png 518.8579 -/bedroom_0010/rgb_00127.jpg /bedroom_0010/sync_depth_00127.png 518.8579 -/kitchen_0037/rgb_00006.jpg /kitchen_0037/sync_depth_00006.png 518.8579 -/living_room_0082/rgb_00018.jpg /living_room_0082/sync_depth_00018.png 518.8579 -/living_room_0012/rgb_00053.jpg /living_room_0012/sync_depth_00053.png 518.8579 -/home_office_0013/rgb_00040.jpg /home_office_0013/sync_depth_00040.png 518.8579 -/bathroom_0028/rgb_00173.jpg /bathroom_0028/sync_depth_00173.png 518.8579 -/living_room_0042a/rgb_00032.jpg /living_room_0042a/sync_depth_00032.png 518.8579 -/bedroom_0033/rgb_00161.jpg /bedroom_0033/sync_depth_00161.png 518.8579 -/office_kitchen_0003/rgb_00023.jpg /office_kitchen_0003/sync_depth_00023.png 518.8579 -/dining_room_0015/rgb_00196.jpg /dining_room_0015/sync_depth_00196.png 518.8579 -/bedroom_0026/rgb_00105.jpg /bedroom_0026/sync_depth_00105.png 518.8579 -/living_room_0005/rgb_00118.jpg /living_room_0005/sync_depth_00118.png 518.8579 -/kitchen_0017/rgb_00079.jpg /kitchen_0017/sync_depth_00079.png 518.8579 -/kitchen_0035b/rgb_00271.jpg /kitchen_0035b/sync_depth_00271.png 518.8579 -/office_0019/rgb_00044.jpg /office_0019/sync_depth_00044.png 518.8579 -/bedroom_0116/rgb_00010.jpg /bedroom_0116/sync_depth_00010.png 518.8579 -/basement_0001a/rgb_00183.jpg /basement_0001a/sync_depth_00183.png 518.8579 -/living_room_0058/rgb_00048.jpg /living_room_0058/sync_depth_00048.png 518.8579 -/living_room_0020/rgb_00158.jpg /living_room_0020/sync_depth_00158.png 518.8579 -/bathroom_0055/rgb_00006.jpg /bathroom_0055/sync_depth_00006.png 518.8579 -/office_0024/rgb_00049.jpg /office_0024/sync_depth_00049.png 518.8579 -/bedroom_0033/rgb_00112.jpg /bedroom_0033/sync_depth_00112.png 518.8579 -/nyu_office_1/rgb_00036.jpg /nyu_office_1/sync_depth_00036.png 518.8579 -/furniture_store_0002b/rgb_00226.jpg /furniture_store_0002b/sync_depth_00226.png 518.8579 -/bedroom_0050/rgb_00171.jpg /bedroom_0050/sync_depth_00171.png 518.8579 -/kitchen_0016/rgb_00089.jpg /kitchen_0016/sync_depth_00089.png 518.8579 -/bookstore_0001d/rgb_00071.jpg /bookstore_0001d/sync_depth_00071.png 518.8579 -/bathroom_0023/rgb_00014.jpg /bathroom_0023/sync_depth_00014.png 518.8579 -/dining_room_0031/rgb_00349.jpg /dining_room_0031/sync_depth_00349.png 518.8579 -/bedroom_0136/rgb_00068.jpg /bedroom_0136/sync_depth_00068.png 518.8579 -/dining_room_0023/rgb_00083.jpg /dining_room_0023/sync_depth_00083.png 518.8579 -/bedroom_0010/rgb_00005.jpg /bedroom_0010/sync_depth_00005.png 518.8579 -/bedroom_0052/rgb_00173.jpg /bedroom_0052/sync_depth_00173.png 518.8579 -/living_room_0029/rgb_00061.jpg /living_room_0029/sync_depth_00061.png 518.8579 -/living_room_0032/rgb_00027.jpg /living_room_0032/sync_depth_00027.png 518.8579 -/home_office_0005/rgb_00009.jpg /home_office_0005/sync_depth_00009.png 518.8579 -/student_lounge_0001/rgb_00087.jpg /student_lounge_0001/sync_depth_00087.png 518.8579 -/playroom_0003/rgb_00144.jpg /playroom_0003/sync_depth_00144.png 518.8579 -/dining_room_0034/rgb_00021.jpg /dining_room_0034/sync_depth_00021.png 518.8579 -/conference_room_0001/rgb_00022.jpg /conference_room_0001/sync_depth_00022.png 518.8579 -/dining_room_0013/rgb_00029.jpg /dining_room_0013/sync_depth_00029.png 518.8579 -/bathroom_0030/rgb_00012.jpg /bathroom_0030/sync_depth_00012.png 518.8579 -/living_room_0055/rgb_00079.jpg /living_room_0055/sync_depth_00079.png 518.8579 -/bedroom_0124/rgb_00031.jpg /bedroom_0124/sync_depth_00031.png 518.8579 -/bedroom_0104/rgb_00058.jpg /bedroom_0104/sync_depth_00058.png 518.8579 -/furniture_store_0002b/rgb_00037.jpg /furniture_store_0002b/sync_depth_00037.png 518.8579 -/furniture_store_0002b/rgb_00190.jpg /furniture_store_0002b/sync_depth_00190.png 518.8579 -/reception_room_0004/rgb_00013.jpg /reception_room_0004/sync_depth_00013.png 518.8579 -/dining_room_0004/rgb_00103.jpg /dining_room_0004/sync_depth_00103.png 518.8579 -/bedroom_0140/rgb_00005.jpg /bedroom_0140/sync_depth_00005.png 518.8579 -/kitchen_0045a/rgb_00202.jpg /kitchen_0045a/sync_depth_00202.png 518.8579 -/bedroom_0076a/rgb_00174.jpg /bedroom_0076a/sync_depth_00174.png 518.8579 -/kitchen_0059/rgb_00052.jpg /kitchen_0059/sync_depth_00052.png 518.8579 -/bedroom_0041/rgb_00028.jpg /bedroom_0041/sync_depth_00028.png 518.8579 -/bedroom_0076a/rgb_00285.jpg /bedroom_0076a/sync_depth_00285.png 518.8579 -/office_0026/rgb_00107.jpg /office_0026/sync_depth_00107.png 518.8579 -/bookstore_0001h/rgb_00107.jpg /bookstore_0001h/sync_depth_00107.png 518.8579 -/nyu_office_1/rgb_00098.jpg /nyu_office_1/sync_depth_00098.png 518.8579 -/living_room_0022/rgb_00198.jpg /living_room_0022/sync_depth_00198.png 518.8579 -/bedroom_0067b/rgb_00001.jpg /bedroom_0067b/sync_depth_00001.png 518.8579 -/bedroom_0020/rgb_00086.jpg /bedroom_0020/sync_depth_00086.png 518.8579 -/living_room_0039/rgb_00159.jpg /living_room_0039/sync_depth_00159.png 518.8579 -/conference_room_0001/rgb_00131.jpg /conference_room_0001/sync_depth_00131.png 518.8579 -/living_room_0012/rgb_00203.jpg /living_room_0012/sync_depth_00203.png 518.8579 -/nyu_office_0/rgb_00008.jpg /nyu_office_0/sync_depth_00008.png 518.8579 -/classroom_0005/rgb_00048.jpg /classroom_0005/sync_depth_00048.png 518.8579 -/nyu_office_0/rgb_00382.jpg /nyu_office_0/sync_depth_00382.png 518.8579 -/furniture_store_0001f/rgb_00002.jpg /furniture_store_0001f/sync_depth_00002.png 518.8579 -/kitchen_0045a/rgb_00157.jpg /kitchen_0045a/sync_depth_00157.png 518.8579 -/nyu_office_0/rgb_00136.jpg /nyu_office_0/sync_depth_00136.png 518.8579 -/living_room_0005/rgb_00163.jpg /living_room_0005/sync_depth_00163.png 518.8579 -/dining_room_0031/rgb_00186.jpg /dining_room_0031/sync_depth_00186.png 518.8579 -/living_room_0020/rgb_00003.jpg /living_room_0020/sync_depth_00003.png 518.8579 -/kitchen_0052/rgb_00119.jpg /kitchen_0052/sync_depth_00119.png 518.8579 -/office_kitchen_0003/rgb_00043.jpg /office_kitchen_0003/sync_depth_00043.png 518.8579 -/bedroom_0021/rgb_00089.jpg /bedroom_0021/sync_depth_00089.png 518.8579 -/living_room_0063/rgb_00175.jpg /living_room_0063/sync_depth_00175.png 518.8579 -/bookstore_0001f/rgb_00432.jpg /bookstore_0001f/sync_depth_00432.png 518.8579 -/living_room_0020/rgb_00145.jpg /living_room_0020/sync_depth_00145.png 518.8579 -/bookstore_0001f/rgb_00156.jpg /bookstore_0001f/sync_depth_00156.png 518.8579 -/nyu_office_0/rgb_00400.jpg /nyu_office_0/sync_depth_00400.png 518.8579 -/bedroom_0074/rgb_00066.jpg /bedroom_0074/sync_depth_00066.png 518.8579 -/living_room_0046b/rgb_00042.jpg /living_room_0046b/sync_depth_00042.png 518.8579 -/kitchen_0028a/rgb_00084.jpg /kitchen_0028a/sync_depth_00084.png 518.8579 -/student_lounge_0001/rgb_00103.jpg /student_lounge_0001/sync_depth_00103.png 518.8579 -/furniture_store_0002a/rgb_00398.jpg /furniture_store_0002a/sync_depth_00398.png 518.8579 -/bedroom_0053/rgb_00075.jpg /bedroom_0053/sync_depth_00075.png 518.8579 -/kitchen_0029c/rgb_00029.jpg /kitchen_0029c/sync_depth_00029.png 518.8579 -/bedroom_0004/rgb_00038.jpg /bedroom_0004/sync_depth_00038.png 518.8579 -/bookstore_0001f/rgb_00419.jpg /bookstore_0001f/sync_depth_00419.png 518.8579 -/dining_room_0034/rgb_00104.jpg /dining_room_0034/sync_depth_00104.png 518.8579 -/office_0003/rgb_00041.jpg /office_0003/sync_depth_00041.png 518.8579 -/living_room_0046b/rgb_00110.jpg /living_room_0046b/sync_depth_00110.png 518.8579 -/basement_0001b/rgb_00043.jpg /basement_0001b/sync_depth_00043.png 518.8579 -/classroom_0006/rgb_00197.jpg /classroom_0006/sync_depth_00197.png 518.8579 -/living_room_0022/rgb_00033.jpg /living_room_0022/sync_depth_00033.png 518.8579 -/kitchen_0029a/rgb_00011.jpg /kitchen_0029a/sync_depth_00011.png 518.8579 -/living_room_0068/rgb_00009.jpg /living_room_0068/sync_depth_00009.png 518.8579 -/kitchen_0003/rgb_00106.jpg /kitchen_0003/sync_depth_00106.png 518.8579 -/living_room_0022/rgb_00145.jpg /living_room_0022/sync_depth_00145.png 518.8579 -/living_room_0022/rgb_00233.jpg /living_room_0022/sync_depth_00233.png 518.8579 -/office_0018/rgb_00045.jpg /office_0018/sync_depth_00045.png 518.8579 -/bookstore_0001i/rgb_00034.jpg /bookstore_0001i/sync_depth_00034.png 518.8579 -/dining_room_0012/rgb_00150.jpg /dining_room_0012/sync_depth_00150.png 518.8579 -/bedroom_0086/rgb_00116.jpg /bedroom_0086/sync_depth_00116.png 518.8579 -/living_room_0038/rgb_00021.jpg /living_room_0038/sync_depth_00021.png 518.8579 -/bookstore_0001d/rgb_00207.jpg /bookstore_0001d/sync_depth_00207.png 518.8579 -/dining_room_0001b/rgb_00200.jpg /dining_room_0001b/sync_depth_00200.png 518.8579 -/bedroom_0026/rgb_00083.jpg /bedroom_0026/sync_depth_00083.png 518.8579 -/bathroom_0019/rgb_00025.jpg /bathroom_0019/sync_depth_00025.png 518.8579 -/living_room_0012/rgb_00082.jpg /living_room_0012/sync_depth_00082.png 518.8579 -/dining_room_0001b/rgb_00170.jpg /dining_room_0001b/sync_depth_00170.png 518.8579 -/living_room_0011/rgb_00093.jpg /living_room_0011/sync_depth_00093.png 518.8579 -/furniture_store_0002b/rgb_00098.jpg /furniture_store_0002b/sync_depth_00098.png 518.8579 -/bathroom_0013/rgb_00017.jpg /bathroom_0013/sync_depth_00017.png 518.8579 -/living_room_0058/rgb_00058.jpg /living_room_0058/sync_depth_00058.png 518.8579 -/bedroom_0017/rgb_00130.jpg /bedroom_0017/sync_depth_00130.png 518.8579 -/living_room_0039/rgb_00154.jpg /living_room_0039/sync_depth_00154.png 518.8579 -/kitchen_0033/rgb_00181.jpg /kitchen_0033/sync_depth_00181.png 518.8579 -/kitchen_0035b/rgb_00248.jpg /kitchen_0035b/sync_depth_00248.png 518.8579 -/computer_lab_0002/rgb_00027.jpg /computer_lab_0002/sync_depth_00027.png 518.8579 -/kitchen_0028a/rgb_00083.jpg /kitchen_0028a/sync_depth_00083.png 518.8579 -/furniture_store_0002a/rgb_00380.jpg /furniture_store_0002a/sync_depth_00380.png 518.8579 -/dining_room_0014/rgb_00124.jpg /dining_room_0014/sync_depth_00124.png 518.8579 -/kitchen_0059/rgb_00067.jpg /kitchen_0059/sync_depth_00067.png 518.8579 -/living_room_0010/rgb_00209.jpg /living_room_0010/sync_depth_00209.png 518.8579 -/living_room_0022/rgb_00368.jpg /living_room_0022/sync_depth_00368.png 518.8579 -/bedroom_0010/rgb_00015.jpg /bedroom_0010/sync_depth_00015.png 518.8579 -/living_room_0070/rgb_00045.jpg /living_room_0070/sync_depth_00045.png 518.8579 -/study_room_0004/rgb_00053.jpg /study_room_0004/sync_depth_00053.png 518.8579 -/bedroom_0113/rgb_00112.jpg /bedroom_0113/sync_depth_00112.png 518.8579 -/bedroom_0016/rgb_00177.jpg /bedroom_0016/sync_depth_00177.png 518.8579 -/reception_room_0001b/rgb_00058.jpg /reception_room_0001b/sync_depth_00058.png 518.8579 -/study_room_0004/rgb_00024.jpg /study_room_0004/sync_depth_00024.png 518.8579 -/furniture_store_0001e/rgb_00018.jpg /furniture_store_0001e/sync_depth_00018.png 518.8579 -/bedroom_0051/rgb_00190.jpg /bedroom_0051/sync_depth_00190.png 518.8579 -/dining_room_0033/rgb_00043.jpg /dining_room_0033/sync_depth_00043.png 518.8579 -/bedroom_0063/rgb_00000.jpg /bedroom_0063/sync_depth_00000.png 518.8579 -/kitchen_0051/rgb_00091.jpg /kitchen_0051/sync_depth_00091.png 518.8579 -/playroom_0003/rgb_00111.jpg /playroom_0003/sync_depth_00111.png 518.8579 -/bedroom_0107/rgb_00052.jpg /bedroom_0107/sync_depth_00052.png 518.8579 -/kitchen_0035b/rgb_00241.jpg /kitchen_0035b/sync_depth_00241.png 518.8579 -/office_kitchen_0003/rgb_00130.jpg /office_kitchen_0003/sync_depth_00130.png 518.8579 -/kitchen_0016/rgb_00078.jpg /kitchen_0016/sync_depth_00078.png 518.8579 -/bedroom_0069/rgb_00111.jpg /bedroom_0069/sync_depth_00111.png 518.8579 -/living_room_0055/rgb_00085.jpg /living_room_0055/sync_depth_00085.png 518.8579 -/kitchen_0048/rgb_00227.jpg /kitchen_0048/sync_depth_00227.png 518.8579 -/bathroom_0002/rgb_00021.jpg /bathroom_0002/sync_depth_00021.png 518.8579 -/dining_room_0029/rgb_00127.jpg /dining_room_0029/sync_depth_00127.png 518.8579 -/dining_room_0031/rgb_00304.jpg /dining_room_0031/sync_depth_00304.png 518.8579 -/home_office_0005/rgb_00000.jpg /home_office_0005/sync_depth_00000.png 518.8579 -/furniture_store_0001a/rgb_00024.jpg /furniture_store_0001a/sync_depth_00024.png 518.8579 -/bathroom_0019/rgb_00087.jpg /bathroom_0019/sync_depth_00087.png 518.8579 -/bedroom_0010/rgb_00041.jpg /bedroom_0010/sync_depth_00041.png 518.8579 -/kitchen_0035b/rgb_00288.jpg /kitchen_0035b/sync_depth_00288.png 518.8579 -/playroom_0003/rgb_00141.jpg /playroom_0003/sync_depth_00141.png 518.8579 -/living_room_0010/rgb_00051.jpg /living_room_0010/sync_depth_00051.png 518.8579 -/dining_room_0013/rgb_00180.jpg /dining_room_0013/sync_depth_00180.png 518.8579 -/office_0011/rgb_00004.jpg /office_0011/sync_depth_00004.png 518.8579 -/furniture_store_0001e/rgb_00059.jpg /furniture_store_0001e/sync_depth_00059.png 518.8579 -/bedroom_0120/rgb_00016.jpg /bedroom_0120/sync_depth_00016.png 518.8579 -/living_room_0020/rgb_00202.jpg /living_room_0020/sync_depth_00202.png 518.8579 -/bedroom_0140/rgb_00015.jpg /bedroom_0140/sync_depth_00015.png 518.8579 -/home_office_0006/rgb_00064.jpg /home_office_0006/sync_depth_00064.png 518.8579 -/bedroom_0051/rgb_00005.jpg /bedroom_0051/sync_depth_00005.png 518.8579 -/bedroom_0078/rgb_00111.jpg /bedroom_0078/sync_depth_00111.png 518.8579 -/dining_room_0016/rgb_00209.jpg /dining_room_0016/sync_depth_00209.png 518.8579 -/kitchen_0028a/rgb_00019.jpg /kitchen_0028a/sync_depth_00019.png 518.8579 -/classroom_0006/rgb_00022.jpg /classroom_0006/sync_depth_00022.png 518.8579 -/kitchen_0047/rgb_00023.jpg /kitchen_0047/sync_depth_00023.png 518.8579 -/office_0026/rgb_00153.jpg /office_0026/sync_depth_00153.png 518.8579 -/living_room_0082/rgb_00005.jpg /living_room_0082/sync_depth_00005.png 518.8579 -/conference_room_0001/rgb_00089.jpg /conference_room_0001/sync_depth_00089.png 518.8579 -/office_kitchen_0001b/rgb_00046.jpg /office_kitchen_0001b/sync_depth_00046.png 518.8579 -/home_office_0004/rgb_00100.jpg /home_office_0004/sync_depth_00100.png 518.8579 -/kitchen_0053/rgb_00153.jpg /kitchen_0053/sync_depth_00153.png 518.8579 -/kitchen_0050/rgb_00048.jpg /kitchen_0050/sync_depth_00048.png 518.8579 -/dining_room_0015/rgb_00280.jpg /dining_room_0015/sync_depth_00280.png 518.8579 -/dining_room_0028/rgb_00066.jpg /dining_room_0028/sync_depth_00066.png 518.8579 -/dining_room_0015/rgb_00052.jpg /dining_room_0015/sync_depth_00052.png 518.8579 -/furniture_store_0002d/rgb_00046.jpg /furniture_store_0002d/sync_depth_00046.png 518.8579 -/living_room_0040/rgb_00046.jpg /living_room_0040/sync_depth_00046.png 518.8579 -/bedroom_0004/rgb_00165.jpg /bedroom_0004/sync_depth_00165.png 518.8579 -/kitchen_0045a/rgb_00076.jpg /kitchen_0045a/sync_depth_00076.png 518.8579 -/living_room_0078/rgb_00091.jpg /living_room_0078/sync_depth_00091.png 518.8579 -/student_lounge_0001/rgb_00192.jpg /student_lounge_0001/sync_depth_00192.png 518.8579 -/reception_room_0002/rgb_00098.jpg /reception_room_0002/sync_depth_00098.png 518.8579 -/printer_room_0001/rgb_00023.jpg /printer_room_0001/sync_depth_00023.png 518.8579 -/classroom_0006/rgb_00055.jpg /classroom_0006/sync_depth_00055.png 518.8579 -/reception_room_0001a/rgb_00080.jpg /reception_room_0001a/sync_depth_00080.png 518.8579 -/reception_room_0002/rgb_00157.jpg /reception_room_0002/sync_depth_00157.png 518.8579 -/dining_room_0031/rgb_00200.jpg /dining_room_0031/sync_depth_00200.png 518.8579 -/bedroom_0125b/rgb_00000.jpg /bedroom_0125b/sync_depth_00000.png 518.8579 -/furniture_store_0002b/rgb_00096.jpg /furniture_store_0002b/sync_depth_00096.png 518.8579 -/bathroom_0023/rgb_00011.jpg /bathroom_0023/sync_depth_00011.png 518.8579 -/kitchen_0003/rgb_00057.jpg /kitchen_0003/sync_depth_00057.png 518.8579 -/bookstore_0001d/rgb_00292.jpg /bookstore_0001d/sync_depth_00292.png 518.8579 -/living_room_0082/rgb_00034.jpg /living_room_0082/sync_depth_00034.png 518.8579 -/dining_room_0034/rgb_00212.jpg /dining_room_0034/sync_depth_00212.png 518.8579 -/bedroom_0056a/rgb_00067.jpg /bedroom_0056a/sync_depth_00067.png 518.8579 -/bedroom_0025/rgb_00110.jpg /bedroom_0025/sync_depth_00110.png 518.8579 -/study_room_0004/rgb_00103.jpg /study_room_0004/sync_depth_00103.png 518.8579 -/living_room_0022/rgb_00002.jpg /living_room_0022/sync_depth_00002.png 518.8579 -/living_room_0022/rgb_00032.jpg /living_room_0022/sync_depth_00032.png 518.8579 -/bedroom_0052/rgb_00033.jpg /bedroom_0052/sync_depth_00033.png 518.8579 -/classroom_0016/rgb_00065.jpg /classroom_0016/sync_depth_00065.png 518.8579 -/living_room_0078/rgb_00093.jpg /living_room_0078/sync_depth_00093.png 518.8579 -/home_office_0004/rgb_00109.jpg /home_office_0004/sync_depth_00109.png 518.8579 -/playroom_0002/rgb_00016.jpg /playroom_0002/sync_depth_00016.png 518.8579 -/nyu_office_0/rgb_00181.jpg /nyu_office_0/sync_depth_00181.png 518.8579 -/bedroom_0100/rgb_00043.jpg /bedroom_0100/sync_depth_00043.png 518.8579 -/furniture_store_0002a/rgb_00078.jpg /furniture_store_0002a/sync_depth_00078.png 518.8579 -/bedroom_0025/rgb_00006.jpg /bedroom_0025/sync_depth_00006.png 518.8579 -/living_room_0011/rgb_00046.jpg /living_room_0011/sync_depth_00046.png 518.8579 -/kitchen_0031/rgb_00125.jpg /kitchen_0031/sync_depth_00125.png 518.8579 -/living_room_0019/rgb_00108.jpg /living_room_0019/sync_depth_00108.png 518.8579 -/living_room_0019/rgb_00067.jpg /living_room_0019/sync_depth_00067.png 518.8579 -/kitchen_0011a/rgb_00136.jpg /kitchen_0011a/sync_depth_00136.png 518.8579 -/bathroom_0051/rgb_00029.jpg /bathroom_0051/sync_depth_00029.png 518.8579 -/living_room_0058/rgb_00264.jpg /living_room_0058/sync_depth_00264.png 518.8579 -/bedroom_0056a/rgb_00083.jpg /bedroom_0056a/sync_depth_00083.png 518.8579 -/bedroom_0012/rgb_00069.jpg /bedroom_0012/sync_depth_00069.png 518.8579 -/dining_room_0023/rgb_00048.jpg /dining_room_0023/sync_depth_00048.png 518.8579 -/dining_room_0031/rgb_00256.jpg /dining_room_0031/sync_depth_00256.png 518.8579 -/laundry_room_0001/rgb_00029.jpg /laundry_room_0001/sync_depth_00029.png 518.8579 -/office_0006/rgb_00052.jpg /office_0006/sync_depth_00052.png 518.8579 -/reception_room_0002/rgb_00037.jpg /reception_room_0002/sync_depth_00037.png 518.8579 -/bedroom_0074/rgb_00127.jpg /bedroom_0074/sync_depth_00127.png 518.8579 -/bedroom_0106/rgb_00112.jpg /bedroom_0106/sync_depth_00112.png 518.8579 -/kitchen_0037/rgb_00033.jpg /kitchen_0037/sync_depth_00033.png 518.8579 -/living_room_0005/rgb_00052.jpg /living_room_0005/sync_depth_00052.png 518.8579 -/kitchen_0037/rgb_00063.jpg /kitchen_0037/sync_depth_00063.png 518.8579 -/kitchen_0010/rgb_00032.jpg /kitchen_0010/sync_depth_00032.png 518.8579 -/bedroom_0017/rgb_00037.jpg /bedroom_0017/sync_depth_00037.png 518.8579 -/living_room_0062/rgb_00010.jpg /living_room_0062/sync_depth_00010.png 518.8579 -/bedroom_0136/rgb_00019.jpg /bedroom_0136/sync_depth_00019.png 518.8579 -/cafe_0001b/rgb_00045.jpg /cafe_0001b/sync_depth_00045.png 518.8579 -/living_room_0062/rgb_00182.jpg /living_room_0062/sync_depth_00182.png 518.8579 -/dining_room_0015/rgb_00012.jpg /dining_room_0015/sync_depth_00012.png 518.8579 -/furniture_store_0002b/rgb_00031.jpg /furniture_store_0002b/sync_depth_00031.png 518.8579 -/kitchen_0052/rgb_00025.jpg /kitchen_0052/sync_depth_00025.png 518.8579 -/dining_room_0033/rgb_00013.jpg /dining_room_0033/sync_depth_00013.png 518.8579 -/living_room_0063/rgb_00140.jpg /living_room_0063/sync_depth_00140.png 518.8579 -/bedroom_0062/rgb_00053.jpg /bedroom_0062/sync_depth_00053.png 518.8579 -/bedroom_0033/rgb_00037.jpg /bedroom_0033/sync_depth_00037.png 518.8579 -/bedroom_0086/rgb_00007.jpg /bedroom_0086/sync_depth_00007.png 518.8579 -/kitchen_0037/rgb_00047.jpg /kitchen_0037/sync_depth_00047.png 518.8579 -/living_room_0029/rgb_00084.jpg /living_room_0029/sync_depth_00084.png 518.8579 -/kitchen_0048/rgb_00179.jpg /kitchen_0048/sync_depth_00179.png 518.8579 -/office_0011/rgb_00048.jpg /office_0011/sync_depth_00048.png 518.8579 -/living_room_0078/rgb_00054.jpg /living_room_0078/sync_depth_00054.png 518.8579 -/living_room_0063/rgb_00159.jpg /living_room_0063/sync_depth_00159.png 518.8579 -/bedroom_0033/rgb_00146.jpg /bedroom_0033/sync_depth_00146.png 518.8579 -/office_kitchen_0003/rgb_00017.jpg /office_kitchen_0003/sync_depth_00017.png 518.8579 -/dining_room_0019/rgb_00083.jpg /dining_room_0019/sync_depth_00083.png 518.8579 -/bookstore_0001e/rgb_00188.jpg /bookstore_0001e/sync_depth_00188.png 518.8579 -/classroom_0003/rgb_00081.jpg /classroom_0003/sync_depth_00081.png 518.8579 -/study_room_0004/rgb_00126.jpg /study_room_0004/sync_depth_00126.png 518.8579 -/bedroom_0017/rgb_00069.jpg /bedroom_0017/sync_depth_00069.png 518.8579 -/dining_room_0010/rgb_00070.jpg /dining_room_0010/sync_depth_00070.png 518.8579 -/bathroom_0048/rgb_00094.jpg /bathroom_0048/sync_depth_00094.png 518.8579 -/bookstore_0001d/rgb_00193.jpg /bookstore_0001d/sync_depth_00193.png 518.8579 -/classroom_0004/rgb_00103.jpg /classroom_0004/sync_depth_00103.png 518.8579 -/bedroom_0010/rgb_00113.jpg /bedroom_0010/sync_depth_00113.png 518.8579 -/bedroom_0053/rgb_00006.jpg /bedroom_0053/sync_depth_00006.png 518.8579 -/living_room_0046a/rgb_00004.jpg /living_room_0046a/sync_depth_00004.png 518.8579 -/living_room_0004/rgb_00019.jpg /living_room_0004/sync_depth_00019.png 518.8579 -/office_0006/rgb_00145.jpg /office_0006/sync_depth_00145.png 518.8579 -/dining_room_0031/rgb_00146.jpg /dining_room_0031/sync_depth_00146.png 518.8579 -/bookstore_0001e/rgb_00105.jpg /bookstore_0001e/sync_depth_00105.png 518.8579 -/kitchen_0059/rgb_00005.jpg /kitchen_0059/sync_depth_00005.png 518.8579 -/kitchen_0045a/rgb_00163.jpg /kitchen_0045a/sync_depth_00163.png 518.8579 -/bedroom_0052/rgb_00068.jpg /bedroom_0052/sync_depth_00068.png 518.8579 -/living_room_0067/rgb_00033.jpg /living_room_0067/sync_depth_00033.png 518.8579 -/bedroom_0051/rgb_00002.jpg /bedroom_0051/sync_depth_00002.png 518.8579 -/bedroom_0053/rgb_00016.jpg /bedroom_0053/sync_depth_00016.png 518.8579 -/living_room_0012/rgb_00155.jpg /living_room_0012/sync_depth_00155.png 518.8579 -/home_office_0004/rgb_00182.jpg /home_office_0004/sync_depth_00182.png 518.8579 -/bedroom_0051/rgb_00100.jpg /bedroom_0051/sync_depth_00100.png 518.8579 -/furniture_store_0001c/rgb_00013.jpg /furniture_store_0001c/sync_depth_00013.png 518.8579 -/kitchen_0010/rgb_00094.jpg /kitchen_0010/sync_depth_00094.png 518.8579 -/bedroom_0086/rgb_00110.jpg /bedroom_0086/sync_depth_00110.png 518.8579 -/living_room_0082/rgb_00013.jpg /living_room_0082/sync_depth_00013.png 518.8579 -/kitchen_0029b/rgb_00038.jpg /kitchen_0029b/sync_depth_00038.png 518.8579 -/dining_room_0014/rgb_00112.jpg /dining_room_0014/sync_depth_00112.png 518.8579 -/bedroom_0074/rgb_00068.jpg /bedroom_0074/sync_depth_00068.png 518.8579 -/bookstore_0001e/rgb_00004.jpg /bookstore_0001e/sync_depth_00004.png 518.8579 -/living_room_0004/rgb_00102.jpg /living_room_0004/sync_depth_00102.png 518.8579 -/living_room_0078/rgb_00117.jpg /living_room_0078/sync_depth_00117.png 518.8579 -/office_0018/rgb_00004.jpg /office_0018/sync_depth_00004.png 518.8579 -/bedroom_0039/rgb_00012.jpg /bedroom_0039/sync_depth_00012.png 518.8579 -/bedroom_0130/rgb_00052.jpg /bedroom_0130/sync_depth_00052.png 518.8579 -/dining_room_0014/rgb_00115.jpg /dining_room_0014/sync_depth_00115.png 518.8579 -/living_room_0004/rgb_00128.jpg /living_room_0004/sync_depth_00128.png 518.8579 -/bedroom_0129/rgb_00065.jpg /bedroom_0129/sync_depth_00065.png 518.8579 -/bathroom_0041/rgb_00034.jpg /bathroom_0041/sync_depth_00034.png 518.8579 -/classroom_0010/rgb_00024.jpg /classroom_0010/sync_depth_00024.png 518.8579 -/dining_room_0019/rgb_00116.jpg /dining_room_0019/sync_depth_00116.png 518.8579 -/living_room_0019/rgb_00161.jpg /living_room_0019/sync_depth_00161.png 518.8579 -/office_0009/rgb_00009.jpg /office_0009/sync_depth_00009.png 518.8579 -/dining_room_0016/rgb_00131.jpg /dining_room_0016/sync_depth_00131.png 518.8579 -/furniture_store_0001d/rgb_00279.jpg /furniture_store_0001d/sync_depth_00279.png 518.8579 -/living_room_0069b/rgb_00078.jpg /living_room_0069b/sync_depth_00078.png 518.8579 -/furniture_store_0001d/rgb_00187.jpg /furniture_store_0001d/sync_depth_00187.png 518.8579 -/home_office_0011/rgb_00027.jpg /home_office_0011/sync_depth_00027.png 518.8579 -/dining_room_0015/rgb_00035.jpg /dining_room_0015/sync_depth_00035.png 518.8579 -/reception_room_0002/rgb_00036.jpg /reception_room_0002/sync_depth_00036.png 518.8579 -/living_room_0004/rgb_00075.jpg /living_room_0004/sync_depth_00075.png 518.8579 -/living_room_0012/rgb_00178.jpg /living_room_0012/sync_depth_00178.png 518.8579 -/furniture_store_0001b/rgb_00098.jpg /furniture_store_0001b/sync_depth_00098.png 518.8579 -/kitchen_0043/rgb_00197.jpg /kitchen_0043/sync_depth_00197.png 518.8579 -/living_room_0058/rgb_00260.jpg /living_room_0058/sync_depth_00260.png 518.8579 -/dining_room_0001b/rgb_00018.jpg /dining_room_0001b/sync_depth_00018.png 518.8579 -/living_room_0078/rgb_00006.jpg /living_room_0078/sync_depth_00006.png 518.8579 -/bedroom_0129/rgb_00019.jpg /bedroom_0129/sync_depth_00019.png 518.8579 -/kitchen_0011b/rgb_00082.jpg /kitchen_0011b/sync_depth_00082.png 518.8579 -/bedroom_0059/rgb_00038.jpg /bedroom_0059/sync_depth_00038.png 518.8579 -/bookstore_0001g/rgb_00107.jpg /bookstore_0001g/sync_depth_00107.png 518.8579 -/dining_room_0015/rgb_00166.jpg /dining_room_0015/sync_depth_00166.png 518.8579 -/bedroom_0062/rgb_00095.jpg /bedroom_0062/sync_depth_00095.png 518.8579 -/playroom_0006/rgb_00142.jpg /playroom_0006/sync_depth_00142.png 518.8579 -/bedroom_0045/rgb_00002.jpg /bedroom_0045/sync_depth_00002.png 518.8579 -/living_room_0040/rgb_00199.jpg /living_room_0040/sync_depth_00199.png 518.8579 -/bedroom_0056b/rgb_00024.jpg /bedroom_0056b/sync_depth_00024.png 518.8579 -/living_room_0005/rgb_00134.jpg /living_room_0005/sync_depth_00134.png 518.8579 -/kitchen_0028a/rgb_00180.jpg /kitchen_0028a/sync_depth_00180.png 518.8579 -/bedroom_0063/rgb_00069.jpg /bedroom_0063/sync_depth_00069.png 518.8579 -/nyu_office_0/rgb_00248.jpg /nyu_office_0/sync_depth_00248.png 518.8579 -/foyer_0002/rgb_00006.jpg /foyer_0002/sync_depth_00006.png 518.8579 -/kitchen_0060/rgb_00126.jpg /kitchen_0060/sync_depth_00126.png 518.8579 -/living_room_0039/rgb_00142.jpg /living_room_0039/sync_depth_00142.png 518.8579 -/kitchen_0019a/rgb_00201.jpg /kitchen_0019a/sync_depth_00201.png 518.8579 -/bedroom_0014/rgb_00024.jpg /bedroom_0014/sync_depth_00024.png 518.8579 -/living_room_0029/rgb_00068.jpg /living_room_0029/sync_depth_00068.png 518.8579 -/dining_room_0033/rgb_00093.jpg /dining_room_0033/sync_depth_00093.png 518.8579 -/kitchen_0031/rgb_00079.jpg /kitchen_0031/sync_depth_00079.png 518.8579 -/kitchen_0060/rgb_00097.jpg /kitchen_0060/sync_depth_00097.png 518.8579 -/bedroom_0076a/rgb_00053.jpg /bedroom_0076a/sync_depth_00053.png 518.8579 -/dining_room_0007/rgb_00022.jpg /dining_room_0007/sync_depth_00022.png 518.8579 -/bedroom_0053/rgb_00029.jpg /bedroom_0053/sync_depth_00029.png 518.8579 -/living_room_0055/rgb_00068.jpg /living_room_0055/sync_depth_00068.png 518.8579 -/dining_room_0023/rgb_00045.jpg /dining_room_0023/sync_depth_00045.png 518.8579 -/living_room_0047a/rgb_00035.jpg /living_room_0047a/sync_depth_00035.png 518.8579 -/bedroom_0004/rgb_00076.jpg /bedroom_0004/sync_depth_00076.png 518.8579 -/living_room_0018/rgb_00175.jpg /living_room_0018/sync_depth_00175.png 518.8579 -/bathroom_0024/rgb_00043.jpg /bathroom_0024/sync_depth_00043.png 518.8579 -/kitchen_0052/rgb_00160.jpg /kitchen_0052/sync_depth_00160.png 518.8579 -/kitchen_0010/rgb_00073.jpg /kitchen_0010/sync_depth_00073.png 518.8579 -/living_room_0040/rgb_00003.jpg /living_room_0040/sync_depth_00003.png 518.8579 -/dining_room_0034/rgb_00040.jpg /dining_room_0034/sync_depth_00040.png 518.8579 -/home_storage_0001/rgb_00095.jpg /home_storage_0001/sync_depth_00095.png 518.8579 -/bedroom_0034/rgb_00125.jpg /bedroom_0034/sync_depth_00125.png 518.8579 -/bathroom_0014a/rgb_00011.jpg /bathroom_0014a/sync_depth_00011.png 518.8579 -/kitchen_0047/rgb_00056.jpg /kitchen_0047/sync_depth_00056.png 518.8579 -/bathroom_0048/rgb_00014.jpg /bathroom_0048/sync_depth_00014.png 518.8579 -/basement_0001a/rgb_00114.jpg /basement_0001a/sync_depth_00114.png 518.8579 -/dining_room_0031/rgb_00288.jpg /dining_room_0031/sync_depth_00288.png 518.8579 -/living_room_0083/rgb_00071.jpg /living_room_0083/sync_depth_00071.png 518.8579 -/home_office_0004/rgb_00013.jpg /home_office_0004/sync_depth_00013.png 518.8579 -/nyu_office_0/rgb_00018.jpg /nyu_office_0/sync_depth_00018.png 518.8579 -/basement_0001a/rgb_00196.jpg /basement_0001a/sync_depth_00196.png 518.8579 -/bedroom_0129/rgb_00033.jpg /bedroom_0129/sync_depth_00033.png 518.8579 -/bedroom_0074/rgb_00014.jpg /bedroom_0074/sync_depth_00014.png 518.8579 -/bedroom_0066/rgb_00045.jpg /bedroom_0066/sync_depth_00045.png 518.8579 -/bedroom_0132/rgb_00009.jpg /bedroom_0132/sync_depth_00009.png 518.8579 -/living_room_0018/rgb_00076.jpg /living_room_0018/sync_depth_00076.png 518.8579 -/office_0011/rgb_00161.jpg /office_0011/sync_depth_00161.png 518.8579 -/bedroom_0138/rgb_00006.jpg /bedroom_0138/sync_depth_00006.png 518.8579 -/furniture_store_0002a/rgb_00139.jpg /furniture_store_0002a/sync_depth_00139.png 518.8579 -/bookstore_0001d/rgb_00043.jpg /bookstore_0001d/sync_depth_00043.png 518.8579 -/living_room_0047b/rgb_00173.jpg /living_room_0047b/sync_depth_00173.png 518.8579 -/dining_room_0019/rgb_00150.jpg /dining_room_0019/sync_depth_00150.png 518.8579 -/classroom_0011/rgb_00015.jpg /classroom_0011/sync_depth_00015.png 518.8579 -/kitchen_0035a/rgb_00004.jpg /kitchen_0035a/sync_depth_00004.png 518.8579 -/kitchen_0043/rgb_00096.jpg /kitchen_0043/sync_depth_00096.png 518.8579 -/living_room_0004/rgb_00109.jpg /living_room_0004/sync_depth_00109.png 518.8579 -/study_room_0005a/rgb_00043.jpg /study_room_0005a/sync_depth_00043.png 518.8579 -/office_0026/rgb_00191.jpg /office_0026/sync_depth_00191.png 518.8579 -/bathroom_0041/rgb_00057.jpg /bathroom_0041/sync_depth_00057.png 518.8579 -/dining_room_0010/rgb_00024.jpg /dining_room_0010/sync_depth_00024.png 518.8579 -/cafe_0001c/rgb_00012.jpg /cafe_0001c/sync_depth_00012.png 518.8579 -/furniture_store_0001d/rgb_00031.jpg /furniture_store_0001d/sync_depth_00031.png 518.8579 -/living_room_0022/rgb_00340.jpg /living_room_0022/sync_depth_00340.png 518.8579 -/kitchen_0028b/rgb_00050.jpg /kitchen_0028b/sync_depth_00050.png 518.8579 -/bathroom_0028/rgb_00159.jpg /bathroom_0028/sync_depth_00159.png 518.8579 -/kitchen_0019a/rgb_00221.jpg /kitchen_0019a/sync_depth_00221.png 518.8579 -/office_0023/rgb_00047.jpg /office_0023/sync_depth_00047.png 518.8579 -/living_room_0022/rgb_00101.jpg /living_room_0022/sync_depth_00101.png 518.8579 -/dining_room_0007/rgb_00156.jpg /dining_room_0007/sync_depth_00156.png 518.8579 -/bookstore_0001j/rgb_00018.jpg /bookstore_0001j/sync_depth_00018.png 518.8579 -/nyu_office_1/rgb_00092.jpg /nyu_office_1/sync_depth_00092.png 518.8579 -/kitchen_0035b/rgb_00262.jpg /kitchen_0035b/sync_depth_00262.png 518.8579 -/bedroom_0004/rgb_00186.jpg /bedroom_0004/sync_depth_00186.png 518.8579 -/dining_room_0004/rgb_00065.jpg /dining_room_0004/sync_depth_00065.png 518.8579 -/bedroom_0076a/rgb_00034.jpg /bedroom_0076a/sync_depth_00034.png 518.8579 -/living_room_0069b/rgb_00003.jpg /living_room_0069b/sync_depth_00003.png 518.8579 -/kitchen_0053/rgb_00059.jpg /kitchen_0053/sync_depth_00059.png 518.8579 -/bedroom_0069/rgb_00009.jpg /bedroom_0069/sync_depth_00009.png 518.8579 -/bedroom_0034/rgb_00015.jpg /bedroom_0034/sync_depth_00015.png 518.8579 -/kitchen_0017/rgb_00058.jpg /kitchen_0017/sync_depth_00058.png 518.8579 -/bookstore_0001f/rgb_00251.jpg /bookstore_0001f/sync_depth_00251.png 518.8579 -/bookstore_0001j/rgb_00207.jpg /bookstore_0001j/sync_depth_00207.png 518.8579 -/bedroom_0052/rgb_00067.jpg /bedroom_0052/sync_depth_00067.png 518.8579 -/kitchen_0048/rgb_00052.jpg /kitchen_0048/sync_depth_00052.png 518.8579 -/kitchen_0045b/rgb_00047.jpg /kitchen_0045b/sync_depth_00047.png 518.8579 -/bedroom_0021/rgb_00013.jpg /bedroom_0021/sync_depth_00013.png 518.8579 -/dining_room_0001b/rgb_00172.jpg /dining_room_0001b/sync_depth_00172.png 518.8579 -/kitchen_0051/rgb_00014.jpg /kitchen_0051/sync_depth_00014.png 518.8579 -/living_room_0046a/rgb_00092.jpg /living_room_0046a/sync_depth_00092.png 518.8579 -/classroom_0010/rgb_00040.jpg /classroom_0010/sync_depth_00040.png 518.8579 -/kitchen_0049/rgb_00055.jpg /kitchen_0049/sync_depth_00055.png 518.8579 -/bathroom_0013/rgb_00028.jpg /bathroom_0013/sync_depth_00028.png 518.8579 -/basement_0001a/rgb_00027.jpg /basement_0001a/sync_depth_00027.png 518.8579 -/bedroom_0060/rgb_00065.jpg /bedroom_0060/sync_depth_00065.png 518.8579 -/kitchen_0003/rgb_00132.jpg /kitchen_0003/sync_depth_00132.png 518.8579 -/dining_room_0019/rgb_00010.jpg /dining_room_0019/sync_depth_00010.png 518.8579 -/living_room_0042b/rgb_00061.jpg /living_room_0042b/sync_depth_00061.png 518.8579 -/furniture_store_0001d/rgb_00249.jpg /furniture_store_0001d/sync_depth_00249.png 518.8579 -/bedroom_0057/rgb_00036.jpg /bedroom_0057/sync_depth_00036.png 518.8579 -/home_office_0011/rgb_00017.jpg /home_office_0011/sync_depth_00017.png 518.8579 -/bedroom_0086/rgb_00128.jpg /bedroom_0086/sync_depth_00128.png 518.8579 -/dining_room_0029/rgb_00044.jpg /dining_room_0029/sync_depth_00044.png 518.8579 -/dining_room_0034/rgb_00170.jpg /dining_room_0034/sync_depth_00170.png 518.8579 -/bathroom_0034/rgb_00015.jpg /bathroom_0034/sync_depth_00015.png 518.8579 -/home_office_0011/rgb_00002.jpg /home_office_0011/sync_depth_00002.png 518.8579 -/bedroom_0071/rgb_00114.jpg /bedroom_0071/sync_depth_00114.png 518.8579 -/dining_room_0033/rgb_00070.jpg /dining_room_0033/sync_depth_00070.png 518.8579 -/home_office_0013/rgb_00050.jpg /home_office_0013/sync_depth_00050.png 518.8579 -/bedroom_0060/rgb_00010.jpg /bedroom_0060/sync_depth_00010.png 518.8579 -/kitchen_0003/rgb_00126.jpg /kitchen_0003/sync_depth_00126.png 518.8579 -/bedroom_0097/rgb_00027.jpg /bedroom_0097/sync_depth_00027.png 518.8579 -/bedroom_0136/rgb_00099.jpg /bedroom_0136/sync_depth_00099.png 518.8579 -/kitchen_0060/rgb_00127.jpg /kitchen_0060/sync_depth_00127.png 518.8579 -/bedroom_0126/rgb_00016.jpg /bedroom_0126/sync_depth_00016.png 518.8579 -/kitchen_0043/rgb_00106.jpg /kitchen_0043/sync_depth_00106.png 518.8579 -/kitchen_0035b/rgb_00210.jpg /kitchen_0035b/sync_depth_00210.png 518.8579 -/living_room_0022/rgb_00384.jpg /living_room_0022/sync_depth_00384.png 518.8579 -/kitchen_0028b/rgb_00034.jpg /kitchen_0028b/sync_depth_00034.png 518.8579 -/bedroom_0078/rgb_00162.jpg /bedroom_0078/sync_depth_00162.png 518.8579 -/dining_room_0015/rgb_00137.jpg /dining_room_0015/sync_depth_00137.png 518.8579 -/office_0024/rgb_00061.jpg /office_0024/sync_depth_00061.png 518.8579 -/furniture_store_0002b/rgb_00052.jpg /furniture_store_0002b/sync_depth_00052.png 518.8579 -/home_office_0005/rgb_00070.jpg /home_office_0005/sync_depth_00070.png 518.8579 -/dining_room_0008/rgb_00186.jpg /dining_room_0008/sync_depth_00186.png 518.8579 -/furniture_store_0001e/rgb_00056.jpg /furniture_store_0001e/sync_depth_00056.png 518.8579 -/bedroom_0025/rgb_00097.jpg /bedroom_0025/sync_depth_00097.png 518.8579 -/dining_room_0031/rgb_00274.jpg /dining_room_0031/sync_depth_00274.png 518.8579 -/bookstore_0001j/rgb_00109.jpg /bookstore_0001j/sync_depth_00109.png 518.8579 -/basement_0001a/rgb_00095.jpg /basement_0001a/sync_depth_00095.png 518.8579 -/bookstore_0001j/rgb_00001.jpg /bookstore_0001j/sync_depth_00001.png 518.8579 -/bathroom_0051/rgb_00044.jpg /bathroom_0051/sync_depth_00044.png 518.8579 -/bedroom_0090/rgb_00033.jpg /bedroom_0090/sync_depth_00033.png 518.8579 -/bedroom_0081/rgb_00043.jpg /bedroom_0081/sync_depth_00043.png 518.8579 -/office_0006/rgb_00148.jpg /office_0006/sync_depth_00148.png 518.8579 -/bedroom_0015/rgb_00007.jpg /bedroom_0015/sync_depth_00007.png 518.8579 -/living_room_0055/rgb_00098.jpg /living_room_0055/sync_depth_00098.png 518.8579 -/furniture_store_0002a/rgb_00169.jpg /furniture_store_0002a/sync_depth_00169.png 518.8579 -/dinette_0001/rgb_00013.jpg /dinette_0001/sync_depth_00013.png 518.8579 -/dining_room_0012/rgb_00177.jpg /dining_room_0012/sync_depth_00177.png 518.8579 -/bedroom_0130/rgb_00040.jpg /bedroom_0130/sync_depth_00040.png 518.8579 -/bedroom_0067b/rgb_00024.jpg /bedroom_0067b/sync_depth_00024.png 518.8579 -/bedroom_0056b/rgb_00009.jpg /bedroom_0056b/sync_depth_00009.png 518.8579 -/bedroom_0079/rgb_00006.jpg /bedroom_0079/sync_depth_00006.png 518.8579 -/reception_room_0001b/rgb_00094.jpg /reception_room_0001b/sync_depth_00094.png 518.8579 -/bedroom_0053/rgb_00051.jpg /bedroom_0053/sync_depth_00051.png 518.8579 -/bedroom_0072/rgb_00151.jpg /bedroom_0072/sync_depth_00151.png 518.8579 -/living_room_0046b/rgb_00091.jpg /living_room_0046b/sync_depth_00091.png 518.8579 -/kitchen_0051/rgb_00216.jpg /kitchen_0051/sync_depth_00216.png 518.8579 -/living_room_0040/rgb_00247.jpg /living_room_0040/sync_depth_00247.png 518.8579 -/dining_room_0016/rgb_00070.jpg /dining_room_0016/sync_depth_00070.png 518.8579 -/bedroom_0052/rgb_00180.jpg /bedroom_0052/sync_depth_00180.png 518.8579 -/kitchen_0033/rgb_00189.jpg /kitchen_0033/sync_depth_00189.png 518.8579 -/dining_room_0034/rgb_00187.jpg /dining_room_0034/sync_depth_00187.png 518.8579 -/kitchen_0051/rgb_00050.jpg /kitchen_0051/sync_depth_00050.png 518.8579 -/kitchen_0019a/rgb_00051.jpg /kitchen_0019a/sync_depth_00051.png 518.8579 -/kitchen_0053/rgb_00030.jpg /kitchen_0053/sync_depth_00030.png 518.8579 -/kitchen_0035b/rgb_00280.jpg /kitchen_0035b/sync_depth_00280.png 518.8579 -/bathroom_0049/rgb_00048.jpg /bathroom_0049/sync_depth_00048.png 518.8579 -/living_room_0022/rgb_00380.jpg /living_room_0022/sync_depth_00380.png 518.8579 -/kitchen_0051/rgb_00007.jpg /kitchen_0051/sync_depth_00007.png 518.8579 -/living_room_0022/rgb_00179.jpg /living_room_0022/sync_depth_00179.png 518.8579 -/office_0006/rgb_00077.jpg /office_0006/sync_depth_00077.png 518.8579 -/bedroom_0125a/rgb_00007.jpg /bedroom_0125a/sync_depth_00007.png 518.8579 -/bookstore_0001e/rgb_00171.jpg /bookstore_0001e/sync_depth_00171.png 518.8579 -/bedroom_0076a/rgb_00015.jpg /bedroom_0076a/sync_depth_00015.png 518.8579 -/dining_room_0028/rgb_00101.jpg /dining_room_0028/sync_depth_00101.png 518.8579 -/printer_room_0001/rgb_00039.jpg /printer_room_0001/sync_depth_00039.png 518.8579 -/classroom_0004/rgb_00009.jpg /classroom_0004/sync_depth_00009.png 518.8579 -/study_0003/rgb_00081.jpg /study_0003/sync_depth_00081.png 518.8579 -/kitchen_0048/rgb_00159.jpg /kitchen_0048/sync_depth_00159.png 518.8579 -/living_room_0046b/rgb_00051.jpg /living_room_0046b/sync_depth_00051.png 518.8579 -/dining_room_0034/rgb_00231.jpg /dining_room_0034/sync_depth_00231.png 518.8579 -/kitchen_0011b/rgb_00080.jpg /kitchen_0011b/sync_depth_00080.png 518.8579 -/bedroom_0026/rgb_00139.jpg /bedroom_0026/sync_depth_00139.png 518.8579 -/dining_room_0037/rgb_00169.jpg /dining_room_0037/sync_depth_00169.png 518.8579 -/kitchen_0010/rgb_00087.jpg /kitchen_0010/sync_depth_00087.png 518.8579 -/bedroom_0072/rgb_00139.jpg /bedroom_0072/sync_depth_00139.png 518.8579 -/bedroom_0053/rgb_00057.jpg /bedroom_0053/sync_depth_00057.png 518.8579 -/bedroom_0029/rgb_00052.jpg /bedroom_0029/sync_depth_00052.png 518.8579 -/classroom_0003/rgb_00065.jpg /classroom_0003/sync_depth_00065.png 518.8579 -/bedroom_0120/rgb_00092.jpg /bedroom_0120/sync_depth_00092.png 518.8579 -/living_room_0086b/rgb_00021.jpg /living_room_0086b/sync_depth_00021.png 518.8579 -/laundry_room_0001/rgb_00048.jpg /laundry_room_0001/sync_depth_00048.png 518.8579 -/bedroom_0056a/rgb_00024.jpg /bedroom_0056a/sync_depth_00024.png 518.8579 -/living_room_0040/rgb_00052.jpg /living_room_0040/sync_depth_00052.png 518.8579 -/bookstore_0001h/rgb_00054.jpg /bookstore_0001h/sync_depth_00054.png 518.8579 -/furniture_store_0002a/rgb_00374.jpg /furniture_store_0002a/sync_depth_00374.png 518.8579 -/classroom_0010/rgb_00066.jpg /classroom_0010/sync_depth_00066.png 518.8579 -/kitchen_0019a/rgb_00233.jpg /kitchen_0019a/sync_depth_00233.png 518.8579 -/dining_room_0014/rgb_00086.jpg /dining_room_0014/sync_depth_00086.png 518.8579 -/bedroom_0033/rgb_00034.jpg /bedroom_0033/sync_depth_00034.png 518.8579 -/reception_room_0002/rgb_00092.jpg /reception_room_0002/sync_depth_00092.png 518.8579 -/bedroom_0069/rgb_00034.jpg /bedroom_0069/sync_depth_00034.png 518.8579 -/student_lounge_0001/rgb_00100.jpg /student_lounge_0001/sync_depth_00100.png 518.8579 -/kitchen_0035b/rgb_00021.jpg /kitchen_0035b/sync_depth_00021.png 518.8579 -/nyu_office_0/rgb_00401.jpg /nyu_office_0/sync_depth_00401.png 518.8579 -/bathroom_0019/rgb_00081.jpg /bathroom_0019/sync_depth_00081.png 518.8579 -/bathroom_0054/rgb_00001.jpg /bathroom_0054/sync_depth_00001.png 518.8579 -/home_storage_0001/rgb_00147.jpg /home_storage_0001/sync_depth_00147.png 518.8579 -/office_0011/rgb_00101.jpg /office_0011/sync_depth_00101.png 518.8579 -/living_room_0063/rgb_00127.jpg /living_room_0063/sync_depth_00127.png 518.8579 -/kitchen_0035b/rgb_00200.jpg /kitchen_0035b/sync_depth_00200.png 518.8579 -/indoor_balcony_0001/rgb_00044.jpg /indoor_balcony_0001/sync_depth_00044.png 518.8579 -/dining_room_0016/rgb_00173.jpg /dining_room_0016/sync_depth_00173.png 518.8579 -/bathroom_0041/rgb_00060.jpg /bathroom_0041/sync_depth_00060.png 518.8579 -/bedroom_0100/rgb_00059.jpg /bedroom_0100/sync_depth_00059.png 518.8579 -/classroom_0006/rgb_00207.jpg /classroom_0006/sync_depth_00207.png 518.8579 -/living_room_0046a/rgb_00049.jpg /living_room_0046a/sync_depth_00049.png 518.8579 -/kitchen_0011b/rgb_00026.jpg /kitchen_0011b/sync_depth_00026.png 518.8579 -/office_0006/rgb_00116.jpg /office_0006/sync_depth_00116.png 518.8579 -/dining_room_0033/rgb_00195.jpg /dining_room_0033/sync_depth_00195.png 518.8579 -/bookstore_0001h/rgb_00023.jpg /bookstore_0001h/sync_depth_00023.png 518.8579 -/bedroom_0050/rgb_00106.jpg /bedroom_0050/sync_depth_00106.png 518.8579 -/kitchen_0050/rgb_00087.jpg /kitchen_0050/sync_depth_00087.png 518.8579 -/kitchen_0048/rgb_00010.jpg /kitchen_0048/sync_depth_00010.png 518.8579 -/dining_room_0016/rgb_00008.jpg /dining_room_0016/sync_depth_00008.png 518.8579 -/bookstore_0001f/rgb_00290.jpg /bookstore_0001f/sync_depth_00290.png 518.8579 -/dining_room_0015/rgb_00061.jpg /dining_room_0015/sync_depth_00061.png 518.8579 -/living_room_0011/rgb_00099.jpg /living_room_0011/sync_depth_00099.png 518.8579 -/living_room_0005/rgb_00071.jpg /living_room_0005/sync_depth_00071.png 518.8579 -/classroom_0006/rgb_00035.jpg /classroom_0006/sync_depth_00035.png 518.8579 -/bedroom_0060/rgb_00088.jpg /bedroom_0060/sync_depth_00088.png 518.8579 -/kitchen_0045b/rgb_00037.jpg /kitchen_0045b/sync_depth_00037.png 518.8579 -/office_0024/rgb_00096.jpg /office_0024/sync_depth_00096.png 518.8579 -/kitchen_0045b/rgb_00142.jpg /kitchen_0045b/sync_depth_00142.png 518.8579 -/living_room_0040/rgb_00225.jpg /living_room_0040/sync_depth_00225.png 518.8579 -/furniture_store_0001c/rgb_00024.jpg /furniture_store_0001c/sync_depth_00024.png 518.8579 -/home_office_0013/rgb_00034.jpg /home_office_0013/sync_depth_00034.png 518.8579 -/bookstore_0001f/rgb_00294.jpg /bookstore_0001f/sync_depth_00294.png 518.8579 -/dining_room_0019/rgb_00161.jpg /dining_room_0019/sync_depth_00161.png 518.8579 -/bathroom_0053/rgb_00031.jpg /bathroom_0053/sync_depth_00031.png 518.8579 -/bathroom_0019/rgb_00013.jpg /bathroom_0019/sync_depth_00013.png 518.8579 -/dining_room_0014/rgb_00087.jpg /dining_room_0014/sync_depth_00087.png 518.8579 -/kitchen_0052/rgb_00177.jpg /kitchen_0052/sync_depth_00177.png 518.8579 -/kitchen_0053/rgb_00008.jpg /kitchen_0053/sync_depth_00008.png 518.8579 -/living_room_0040/rgb_00103.jpg /living_room_0040/sync_depth_00103.png 518.8579 -/playroom_0004/rgb_00084.jpg /playroom_0004/sync_depth_00084.png 518.8579 -/furniture_store_0001a/rgb_00001.jpg /furniture_store_0001a/sync_depth_00001.png 518.8579 -/kitchen_0011a/rgb_00058.jpg /kitchen_0011a/sync_depth_00058.png 518.8579 -/bathroom_0048/rgb_00097.jpg /bathroom_0048/sync_depth_00097.png 518.8579 -/kitchen_0003/rgb_00020.jpg /kitchen_0003/sync_depth_00020.png 518.8579 -/kitchen_0045b/rgb_00148.jpg /kitchen_0045b/sync_depth_00148.png 518.8579 -/kitchen_0060/rgb_00079.jpg /kitchen_0060/sync_depth_00079.png 518.8579 -/bedroom_0047/rgb_00042.jpg /bedroom_0047/sync_depth_00042.png 518.8579 -/bedroom_0140/rgb_00108.jpg /bedroom_0140/sync_depth_00108.png 518.8579 -/office_0012/rgb_00083.jpg /office_0012/sync_depth_00083.png 518.8579 -/cafe_0001a/rgb_00008.jpg /cafe_0001a/sync_depth_00008.png 518.8579 -/home_storage_0001/rgb_00049.jpg /home_storage_0001/sync_depth_00049.png 518.8579 -/dinette_0001/rgb_00021.jpg /dinette_0001/sync_depth_00021.png 518.8579 -/classroom_0016/rgb_00013.jpg /classroom_0016/sync_depth_00013.png 518.8579 -/bedroom_0056a/rgb_00073.jpg /bedroom_0056a/sync_depth_00073.png 518.8579 -/bathroom_0039/rgb_00030.jpg /bathroom_0039/sync_depth_00030.png 518.8579 -/cafe_0001b/rgb_00069.jpg /cafe_0001b/sync_depth_00069.png 518.8579 -/bookstore_0001g/rgb_00225.jpg /bookstore_0001g/sync_depth_00225.png 518.8579 -/living_room_0040/rgb_00253.jpg /living_room_0040/sync_depth_00253.png 518.8579 -/bedroom_0136/rgb_00152.jpg /bedroom_0136/sync_depth_00152.png 518.8579 -/kitchen_0016/rgb_00002.jpg /kitchen_0016/sync_depth_00002.png 518.8579 -/bedroom_0020/rgb_00055.jpg /bedroom_0020/sync_depth_00055.png 518.8579 -/playroom_0004/rgb_00077.jpg /playroom_0004/sync_depth_00077.png 518.8579 -/home_office_0005/rgb_00036.jpg /home_office_0005/sync_depth_00036.png 518.8579 -/dining_room_0028/rgb_00055.jpg /dining_room_0028/sync_depth_00055.png 518.8579 -/living_room_0032/rgb_00020.jpg /living_room_0032/sync_depth_00020.png 518.8579 -/home_office_0005/rgb_00032.jpg /home_office_0005/sync_depth_00032.png 518.8579 -/cafe_0001a/rgb_00056.jpg /cafe_0001a/sync_depth_00056.png 518.8579 -/living_room_0005/rgb_00003.jpg /living_room_0005/sync_depth_00003.png 518.8579 -/dining_room_0014/rgb_00052.jpg /dining_room_0014/sync_depth_00052.png 518.8579 -/dinette_0001/rgb_00085.jpg /dinette_0001/sync_depth_00085.png 518.8579 -/bookstore_0001d/rgb_00158.jpg /bookstore_0001d/sync_depth_00158.png 518.8579 -/bookstore_0001g/rgb_00143.jpg /bookstore_0001g/sync_depth_00143.png 518.8579 -/bedroom_0012/rgb_00059.jpg /bedroom_0012/sync_depth_00059.png 518.8579 -/living_room_0055/rgb_00010.jpg /living_room_0055/sync_depth_00010.png 518.8579 diff --git a/depth_anything/metric_depth/zoedepth/data/__init__.py b/depth_anything/metric_depth/zoedepth/data/__init__.py deleted file mode 100644 index 5f26687..0000000 --- a/depth_anything/metric_depth/zoedepth/data/__init__.py +++ /dev/null @@ -1,24 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - diff --git a/depth_anything/metric_depth/zoedepth/data/data_mono.py b/depth_anything/metric_depth/zoedepth/data/data_mono.py deleted file mode 100644 index 80a8486..0000000 --- a/depth_anything/metric_depth/zoedepth/data/data_mono.py +++ /dev/null @@ -1,573 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -# This file is partly inspired from BTS (https://github.com/cleinc/bts/blob/master/pytorch/bts_dataloader.py); author: Jin Han Lee - -import itertools -import os -import random - -import numpy as np -import cv2 -import torch -import torch.nn as nn -import torch.utils.data.distributed -from zoedepth.utils.easydict import EasyDict as edict -from PIL import Image, ImageOps -from torch.utils.data import DataLoader, Dataset -from torchvision import transforms - -from zoedepth.utils.config import change_dataset - -from .ddad import get_ddad_loader -from .diml_indoor_test import get_diml_indoor_loader -from .diml_outdoor_test import get_diml_outdoor_loader -from .diode import get_diode_loader -from .hypersim import get_hypersim_loader -from .ibims import get_ibims_loader -from .sun_rgbd_loader import get_sunrgbd_loader -from .vkitti import get_vkitti_loader -from .vkitti2 import get_vkitti2_loader - -from .preprocess import CropParams, get_white_border, get_black_border - - -def _is_pil_image(img): - return isinstance(img, Image.Image) - - -def _is_numpy_image(img): - return isinstance(img, np.ndarray) and (img.ndim in {2, 3}) - - -def preprocessing_transforms(mode, **kwargs): - return transforms.Compose([ - ToTensor(mode=mode, **kwargs) - ]) - - -class DepthDataLoader(object): - def __init__(self, config, mode, device='cpu', transform=None, **kwargs): - """ - Data loader for depth datasets - - Args: - config (dict): Config dictionary. Refer to utils/config.py - mode (str): "train" or "online_eval" - device (str, optional): Device to load the data on. Defaults to 'cpu'. - transform (torchvision.transforms, optional): Transform to apply to the data. Defaults to None. - """ - - self.config = config - - if config.dataset == 'ibims': - self.data = get_ibims_loader(config, batch_size=1, num_workers=1) - return - - if config.dataset == 'sunrgbd': - self.data = get_sunrgbd_loader( - data_dir_root=config.sunrgbd_root, batch_size=1, num_workers=1) - return - - if config.dataset == 'diml_indoor': - self.data = get_diml_indoor_loader( - data_dir_root=config.diml_indoor_root, batch_size=1, num_workers=1) - return - - if config.dataset == 'diml_outdoor': - self.data = get_diml_outdoor_loader( - data_dir_root=config.diml_outdoor_root, batch_size=1, num_workers=1) - return - - if "diode" in config.dataset: - self.data = get_diode_loader( - config[config.dataset+"_root"], batch_size=1, num_workers=1) - return - - if config.dataset == 'hypersim_test': - self.data = get_hypersim_loader( - config.hypersim_test_root, batch_size=1, num_workers=1) - return - - if config.dataset == 'vkitti': - self.data = get_vkitti_loader( - config.vkitti_root, batch_size=1, num_workers=1) - return - - if config.dataset == 'vkitti2': - self.data = get_vkitti2_loader( - config.vkitti2_root, batch_size=1, num_workers=1) - return - - if config.dataset == 'ddad': - self.data = get_ddad_loader(config.ddad_root, resize_shape=( - 352, 1216), batch_size=1, num_workers=1) - return - - img_size = self.config.get("img_size", None) - img_size = img_size if self.config.get( - "do_input_resize", False) else None - - if transform is None: - transform = preprocessing_transforms(mode, size=img_size) - - if mode == 'train': - - Dataset = DataLoadPreprocess - self.training_samples = Dataset( - config, mode, transform=transform, device=device) - - if config.distributed: - self.train_sampler = torch.utils.data.distributed.DistributedSampler( - self.training_samples) - else: - self.train_sampler = None - - self.data = DataLoader(self.training_samples, - batch_size=config.batch_size, - shuffle=(self.train_sampler is None), - num_workers=config.workers, - pin_memory=True, - persistent_workers=True, - # prefetch_factor=2, - sampler=self.train_sampler) - - elif mode == 'online_eval': - self.testing_samples = DataLoadPreprocess( - config, mode, transform=transform) - if config.distributed: # redundant. here only for readability and to be more explicit - # Give whole test set to all processes (and report evaluation only on one) regardless - self.eval_sampler = None - else: - self.eval_sampler = None - self.data = DataLoader(self.testing_samples, 1, - shuffle=kwargs.get("shuffle_test", False), - num_workers=1, - pin_memory=False, - sampler=self.eval_sampler) - - elif mode == 'test': - self.testing_samples = DataLoadPreprocess( - config, mode, transform=transform) - self.data = DataLoader(self.testing_samples, - 1, shuffle=False, num_workers=1) - - else: - print( - 'mode should be one of \'train, test, online_eval\'. Got {}'.format(mode)) - - -def repetitive_roundrobin(*iterables): - """ - cycles through iterables but sample wise - first yield first sample from first iterable then first sample from second iterable and so on - then second sample from first iterable then second sample from second iterable and so on - - If one iterable is shorter than the others, it is repeated until all iterables are exhausted - repetitive_roundrobin('ABC', 'D', 'EF') --> A D E B D F C D E - """ - # Repetitive roundrobin - iterables_ = [iter(it) for it in iterables] - exhausted = [False] * len(iterables) - while not all(exhausted): - for i, it in enumerate(iterables_): - try: - yield next(it) - except StopIteration: - exhausted[i] = True - iterables_[i] = itertools.cycle(iterables[i]) - # First elements may get repeated if one iterable is shorter than the others - yield next(iterables_[i]) - - -class RepetitiveRoundRobinDataLoader(object): - def __init__(self, *dataloaders): - self.dataloaders = dataloaders - - def __iter__(self): - return repetitive_roundrobin(*self.dataloaders) - - def __len__(self): - # First samples get repeated, thats why the plus one - return len(self.dataloaders) * (max(len(dl) for dl in self.dataloaders) + 1) - - -class MixedNYUKITTI(object): - def __init__(self, config, mode, device='cpu', **kwargs): - config = edict(config) - config.workers = config.workers // 2 - self.config = config - nyu_conf = change_dataset(edict(config), 'nyu') - kitti_conf = change_dataset(edict(config), 'kitti') - - # make nyu default for testing - self.config = config = nyu_conf - img_size = self.config.get("img_size", None) - img_size = img_size if self.config.get( - "do_input_resize", False) else None - if mode == 'train': - nyu_loader = DepthDataLoader( - nyu_conf, mode, device=device, transform=preprocessing_transforms(mode, size=img_size)).data - kitti_loader = DepthDataLoader( - kitti_conf, mode, device=device, transform=preprocessing_transforms(mode, size=img_size)).data - # It has been changed to repetitive roundrobin - self.data = RepetitiveRoundRobinDataLoader( - nyu_loader, kitti_loader) - else: - self.data = DepthDataLoader(nyu_conf, mode, device=device).data - - -def remove_leading_slash(s): - if s[0] == '/' or s[0] == '\\': - return s[1:] - return s - - -class CachedReader: - def __init__(self, shared_dict=None): - if shared_dict: - self._cache = shared_dict - else: - self._cache = {} - - def open(self, fpath): - im = self._cache.get(fpath, None) - if im is None: - im = self._cache[fpath] = Image.open(fpath) - return im - - -class ImReader: - def __init__(self): - pass - - # @cache - def open(self, fpath): - return Image.open(fpath) - - -class DataLoadPreprocess(Dataset): - def __init__(self, config, mode, transform=None, is_for_online_eval=False, **kwargs): - self.config = config - if mode == 'online_eval': - with open(config.filenames_file_eval, 'r') as f: - self.filenames = f.readlines() - else: - with open(config.filenames_file, 'r') as f: - self.filenames = f.readlines() - - self.mode = mode - self.transform = transform - self.to_tensor = ToTensor(mode) - self.is_for_online_eval = is_for_online_eval - if config.use_shared_dict: - self.reader = CachedReader(config.shared_dict) - else: - self.reader = ImReader() - - def postprocess(self, sample): - return sample - - def __getitem__(self, idx): - sample_path = self.filenames[idx] - focal = float(sample_path.split()[2]) - sample = {} - - if self.mode == 'train': - if self.config.dataset == 'kitti' and self.config.use_right and random.random() > 0.5: - image_path = os.path.join( - self.config.data_path, remove_leading_slash(sample_path.split()[3])) - depth_path = os.path.join( - self.config.gt_path, remove_leading_slash(sample_path.split()[4])) - else: - image_path = os.path.join( - self.config.data_path, remove_leading_slash(sample_path.split()[0])) - depth_path = os.path.join( - self.config.gt_path, remove_leading_slash(sample_path.split()[1])) - - image = self.reader.open(image_path) - depth_gt = self.reader.open(depth_path) - w, h = image.size - - if self.config.do_kb_crop: - height = image.height - width = image.width - top_margin = int(height - 352) - left_margin = int((width - 1216) / 2) - depth_gt = depth_gt.crop( - (left_margin, top_margin, left_margin + 1216, top_margin + 352)) - image = image.crop( - (left_margin, top_margin, left_margin + 1216, top_margin + 352)) - - # Avoid blank boundaries due to pixel registration? - # Train images have white border. Test images have black border. - if self.config.dataset == 'nyu' and self.config.avoid_boundary: - # print("Avoiding Blank Boundaries!") - # We just crop and pad again with reflect padding to original size - # original_size = image.size - crop_params = get_white_border(np.array(image, dtype=np.uint8)) - image = image.crop((crop_params.left, crop_params.top, crop_params.right, crop_params.bottom)) - depth_gt = depth_gt.crop((crop_params.left, crop_params.top, crop_params.right, crop_params.bottom)) - - # Use reflect padding to fill the blank - image = np.array(image) - image = np.pad(image, ((crop_params.top, h - crop_params.bottom), (crop_params.left, w - crop_params.right), (0, 0)), mode='reflect') - image = Image.fromarray(image) - - depth_gt = np.array(depth_gt) - depth_gt = np.pad(depth_gt, ((crop_params.top, h - crop_params.bottom), (crop_params.left, w - crop_params.right)), 'constant', constant_values=0) - depth_gt = Image.fromarray(depth_gt) - - - if self.config.do_random_rotate and (self.config.aug): - random_angle = (random.random() - 0.5) * 2 * self.config.degree - image = self.rotate_image(image, random_angle) - depth_gt = self.rotate_image( - depth_gt, random_angle, flag=Image.NEAREST) - - image = np.asarray(image, dtype=np.float32) / 255.0 - depth_gt = np.asarray(depth_gt, dtype=np.float32) - depth_gt = np.expand_dims(depth_gt, axis=2) - - if self.config.dataset == 'nyu': - depth_gt = depth_gt / 1000.0 - else: - depth_gt = depth_gt / 256.0 - - if self.config.aug and (self.config.random_crop): - image, depth_gt = self.random_crop( - image, depth_gt, self.config.input_height, self.config.input_width) - - if self.config.aug and self.config.random_translate: - # print("Random Translation!") - image, depth_gt = self.random_translate(image, depth_gt, self.config.max_translation) - - image, depth_gt = self.train_preprocess(image, depth_gt) - mask = np.logical_and(depth_gt > self.config.min_depth, - depth_gt < self.config.max_depth).squeeze()[None, ...] - sample = {'image': image, 'depth': depth_gt, 'focal': focal, - 'mask': mask, **sample} - - else: - if self.mode == 'online_eval': - data_path = self.config.data_path_eval - else: - data_path = self.config.data_path - - image_path = os.path.join( - data_path, remove_leading_slash(sample_path.split()[0])) - image = np.asarray(self.reader.open(image_path), - dtype=np.float32) / 255.0 - - if self.mode == 'online_eval': - gt_path = self.config.gt_path_eval - depth_path = os.path.join( - gt_path, remove_leading_slash(sample_path.split()[1])) - has_valid_depth = False - try: - depth_gt = self.reader.open(depth_path) - has_valid_depth = True - except IOError: - depth_gt = False - # print('Missing gt for {}'.format(image_path)) - - if has_valid_depth: - depth_gt = np.asarray(depth_gt, dtype=np.float32) - depth_gt = np.expand_dims(depth_gt, axis=2) - if self.config.dataset == 'nyu': - depth_gt = depth_gt / 1000.0 - else: - depth_gt = depth_gt / 256.0 - - mask = np.logical_and( - depth_gt >= self.config.min_depth, depth_gt <= self.config.max_depth).squeeze()[None, ...] - else: - mask = False - - if self.config.do_kb_crop: - height = image.shape[0] - width = image.shape[1] - top_margin = int(height - 352) - left_margin = int((width - 1216) / 2) - image = image[top_margin:top_margin + 352, - left_margin:left_margin + 1216, :] - if self.mode == 'online_eval' and has_valid_depth: - depth_gt = depth_gt[top_margin:top_margin + - 352, left_margin:left_margin + 1216, :] - - if self.mode == 'online_eval': - sample = {'image': image, 'depth': depth_gt, 'focal': focal, 'has_valid_depth': has_valid_depth, - 'image_path': sample_path.split()[0], 'depth_path': sample_path.split()[1], - 'mask': mask} - else: - sample = {'image': image, 'focal': focal} - - if (self.mode == 'train') or ('has_valid_depth' in sample and sample['has_valid_depth']): - mask = np.logical_and(depth_gt > self.config.min_depth, - depth_gt < self.config.max_depth).squeeze()[None, ...] - sample['mask'] = mask - - if self.transform: - sample = self.transform(sample) - - sample = self.postprocess(sample) - sample['dataset'] = self.config.dataset - sample = {**sample, 'image_path': sample_path.split()[0], 'depth_path': sample_path.split()[1]} - - return sample - - def rotate_image(self, image, angle, flag=Image.BILINEAR): - result = image.rotate(angle, resample=flag) - return result - - def random_crop(self, img, depth, height, width): - assert img.shape[0] >= height - assert img.shape[1] >= width - assert img.shape[0] == depth.shape[0] - assert img.shape[1] == depth.shape[1] - x = random.randint(0, img.shape[1] - width) - y = random.randint(0, img.shape[0] - height) - img = img[y:y + height, x:x + width, :] - depth = depth[y:y + height, x:x + width, :] - - return img, depth - - def random_translate(self, img, depth, max_t=20): - assert img.shape[0] == depth.shape[0] - assert img.shape[1] == depth.shape[1] - p = self.config.translate_prob - do_translate = random.random() - if do_translate > p: - return img, depth - x = random.randint(-max_t, max_t) - y = random.randint(-max_t, max_t) - M = np.float32([[1, 0, x], [0, 1, y]]) - # print(img.shape, depth.shape) - img = cv2.warpAffine(img, M, (img.shape[1], img.shape[0])) - depth = cv2.warpAffine(depth, M, (depth.shape[1], depth.shape[0])) - depth = depth.squeeze()[..., None] # add channel dim back. Affine warp removes it - # print("after", img.shape, depth.shape) - return img, depth - - def train_preprocess(self, image, depth_gt): - if self.config.aug: - # Random flipping - do_flip = random.random() - if do_flip > 0.5: - image = (image[:, ::-1, :]).copy() - depth_gt = (depth_gt[:, ::-1, :]).copy() - - # Random gamma, brightness, color augmentation - do_augment = random.random() - if do_augment > 0.5: - image = self.augment_image(image) - - return image, depth_gt - - def augment_image(self, image): - # gamma augmentation - gamma = random.uniform(0.9, 1.1) - image_aug = image ** gamma - - # brightness augmentation - if self.config.dataset == 'nyu': - brightness = random.uniform(0.75, 1.25) - else: - brightness = random.uniform(0.9, 1.1) - image_aug = image_aug * brightness - - # color augmentation - colors = np.random.uniform(0.9, 1.1, size=3) - white = np.ones((image.shape[0], image.shape[1])) - color_image = np.stack([white * colors[i] for i in range(3)], axis=2) - image_aug *= color_image - image_aug = np.clip(image_aug, 0, 1) - - return image_aug - - def __len__(self): - return len(self.filenames) - - -class ToTensor(object): - def __init__(self, mode, do_normalize=False, size=None): - self.mode = mode - self.normalize = transforms.Normalize( - mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) if do_normalize else nn.Identity() - self.size = size - if size is not None: - self.resize = transforms.Resize(size=size) - else: - self.resize = nn.Identity() - - def __call__(self, sample): - image, focal = sample['image'], sample['focal'] - image = self.to_tensor(image) - image = self.normalize(image) - image = self.resize(image) - - if self.mode == 'test': - return {'image': image, 'focal': focal} - - depth = sample['depth'] - if self.mode == 'train': - depth = self.to_tensor(depth) - return {**sample, 'image': image, 'depth': depth, 'focal': focal} - else: - has_valid_depth = sample['has_valid_depth'] - image = self.resize(image) - return {**sample, 'image': image, 'depth': depth, 'focal': focal, 'has_valid_depth': has_valid_depth, - 'image_path': sample['image_path'], 'depth_path': sample['depth_path']} - - def to_tensor(self, pic): - if not (_is_pil_image(pic) or _is_numpy_image(pic)): - raise TypeError( - 'pic should be PIL Image or ndarray. Got {}'.format(type(pic))) - - if isinstance(pic, np.ndarray): - img = torch.from_numpy(pic.transpose((2, 0, 1))) - return img - - # handle PIL Image - if pic.mode == 'I': - img = torch.from_numpy(np.array(pic, np.int32, copy=False)) - elif pic.mode == 'I;16': - img = torch.from_numpy(np.array(pic, np.int16, copy=False)) - else: - img = torch.ByteTensor( - torch.ByteStorage.from_buffer(pic.tobytes())) - # PIL image mode: 1, L, P, I, F, RGB, YCbCr, RGBA, CMYK - if pic.mode == 'YCbCr': - nchannel = 3 - elif pic.mode == 'I;16': - nchannel = 1 - else: - nchannel = len(pic.mode) - img = img.view(pic.size[1], pic.size[0], nchannel) - - img = img.transpose(0, 1).transpose(0, 2).contiguous() - if isinstance(img, torch.ByteTensor): - return img.float() - else: - return img diff --git a/depth_anything/metric_depth/zoedepth/data/ddad.py b/depth_anything/metric_depth/zoedepth/data/ddad.py deleted file mode 100644 index 378eb33..0000000 --- a/depth_anything/metric_depth/zoedepth/data/ddad.py +++ /dev/null @@ -1,125 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import os - -import numpy as np -import torch -from PIL import Image -from torch.utils.data import DataLoader, Dataset -from torchvision import transforms - - -class ToTensor(object): - def __init__(self, resize_shape): - # self.normalize = transforms.Normalize( - # mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) - self.normalize = lambda x : x - self.resize = transforms.Resize(resize_shape) - - def __call__(self, sample): - image, depth = sample['image'], sample['depth'] - image = self.to_tensor(image) - image = self.normalize(image) - depth = self.to_tensor(depth) - - image = self.resize(image) - - return {'image': image, 'depth': depth, 'dataset': "ddad"} - - def to_tensor(self, pic): - - if isinstance(pic, np.ndarray): - img = torch.from_numpy(pic.transpose((2, 0, 1))) - return img - - # # handle PIL Image - if pic.mode == 'I': - img = torch.from_numpy(np.array(pic, np.int32, copy=False)) - elif pic.mode == 'I;16': - img = torch.from_numpy(np.array(pic, np.int16, copy=False)) - else: - img = torch.ByteTensor( - torch.ByteStorage.from_buffer(pic.tobytes())) - # PIL image mode: 1, L, P, I, F, RGB, YCbCr, RGBA, CMYK - if pic.mode == 'YCbCr': - nchannel = 3 - elif pic.mode == 'I;16': - nchannel = 1 - else: - nchannel = len(pic.mode) - img = img.view(pic.size[1], pic.size[0], nchannel) - - img = img.transpose(0, 1).transpose(0, 2).contiguous() - - if isinstance(img, torch.ByteTensor): - return img.float() - else: - return img - - -class DDAD(Dataset): - def __init__(self, data_dir_root, resize_shape): - import glob - - # image paths are of the form /{outleft, depthmap}/*.png - - # self.image_files = glob.glob(os.path.join(data_dir_root, '*.png')) - # self.depth_files = [r.replace("_rgb.png", "_depth.npy") - # for r in self.image_files] - self.image_files, self.depth_files = [], [] - with open('/mnt/bn/liheyang/MTL-SA-1B/dataset/splits/ddad/val.txt', 'r') as f: - lines = f.read().splitlines() - for line in lines: - self.image_files.append(line.split(' ')[0]) - self.depth_files.append(line.split(' ')[1]) - - self.transform = ToTensor(resize_shape) - - def __getitem__(self, idx): - - image_path = self.image_files[idx] - depth_path = self.depth_files[idx] - - image = np.asarray(Image.open(image_path), dtype=np.float32) / 255.0 - depth = np.load(depth_path) # meters - - # depth[depth > 8] = -1 - depth = depth[..., None] - - sample = dict(image=image, depth=depth) - sample = self.transform(sample) - - if idx == 0: - print(sample["image"].shape) - - return sample - - def __len__(self): - return len(self.image_files) - - -def get_ddad_loader(data_dir_root, resize_shape, batch_size=1, **kwargs): - dataset = DDAD(data_dir_root, resize_shape) - return DataLoader(dataset, batch_size, **kwargs) diff --git a/depth_anything/metric_depth/zoedepth/data/diml_indoor_test.py b/depth_anything/metric_depth/zoedepth/data/diml_indoor_test.py deleted file mode 100644 index f720ad9..0000000 --- a/depth_anything/metric_depth/zoedepth/data/diml_indoor_test.py +++ /dev/null @@ -1,125 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import os - -import numpy as np -import torch -from PIL import Image -from torch.utils.data import DataLoader, Dataset -from torchvision import transforms - - -class ToTensor(object): - def __init__(self): - # self.normalize = transforms.Normalize( - # mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) - self.normalize = lambda x : x - self.resize = transforms.Resize((480, 640)) - - def __call__(self, sample): - image, depth = sample['image'], sample['depth'] - image = self.to_tensor(image) - image = self.normalize(image) - depth = self.to_tensor(depth) - - image = self.resize(image) - - return {'image': image, 'depth': depth, 'dataset': "diml_indoor"} - - def to_tensor(self, pic): - - if isinstance(pic, np.ndarray): - img = torch.from_numpy(pic.transpose((2, 0, 1))) - return img - - # # handle PIL Image - if pic.mode == 'I': - img = torch.from_numpy(np.array(pic, np.int32, copy=False)) - elif pic.mode == 'I;16': - img = torch.from_numpy(np.array(pic, np.int16, copy=False)) - else: - img = torch.ByteTensor( - torch.ByteStorage.from_buffer(pic.tobytes())) - # PIL image mode: 1, L, P, I, F, RGB, YCbCr, RGBA, CMYK - if pic.mode == 'YCbCr': - nchannel = 3 - elif pic.mode == 'I;16': - nchannel = 1 - else: - nchannel = len(pic.mode) - img = img.view(pic.size[1], pic.size[0], nchannel) - - img = img.transpose(0, 1).transpose(0, 2).contiguous() - if isinstance(img, torch.ByteTensor): - return img.float() - else: - return img - - -class DIML_Indoor(Dataset): - def __init__(self, data_dir_root): - import glob - - # image paths are of the form /{HR, LR}//{color, depth_filled}/*.png - self.image_files = glob.glob(os.path.join( - data_dir_root, "LR", '*', 'color', '*.png')) - self.depth_files = [r.replace("color", "depth_filled").replace( - "_c.png", "_depth_filled.png") for r in self.image_files] - self.transform = ToTensor() - - def __getitem__(self, idx): - image_path = self.image_files[idx] - depth_path = self.depth_files[idx] - - image = np.asarray(Image.open(image_path), dtype=np.float32) / 255.0 - depth = np.asarray(Image.open(depth_path), - dtype='uint16') / 1000.0 # mm to meters - - # print(np.shape(image)) - # print(np.shape(depth)) - - # depth[depth > 8] = -1 - depth = depth[..., None] - - sample = dict(image=image, depth=depth) - - # return sample - sample = self.transform(sample) - - if idx == 0: - print(sample["image"].shape) - - return sample - - def __len__(self): - return len(self.image_files) - - -def get_diml_indoor_loader(data_dir_root, batch_size=1, **kwargs): - dataset = DIML_Indoor(data_dir_root) - return DataLoader(dataset, batch_size, **kwargs) - -# get_diml_indoor_loader(data_dir_root="datasets/diml/indoor/test/HR") -# get_diml_indoor_loader(data_dir_root="datasets/diml/indoor/test/LR") diff --git a/depth_anything/metric_depth/zoedepth/data/diml_outdoor_test.py b/depth_anything/metric_depth/zoedepth/data/diml_outdoor_test.py deleted file mode 100644 index 1a6569e..0000000 --- a/depth_anything/metric_depth/zoedepth/data/diml_outdoor_test.py +++ /dev/null @@ -1,114 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import os - -import numpy as np -import torch -from PIL import Image -from torch.utils.data import DataLoader, Dataset -from torchvision import transforms - - -class ToTensor(object): - def __init__(self): - # self.normalize = transforms.Normalize( - # mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) - self.normalize = lambda x : x - - def __call__(self, sample): - image, depth = sample['image'], sample['depth'] - image = self.to_tensor(image) - image = self.normalize(image) - depth = self.to_tensor(depth) - - return {'image': image, 'depth': depth, 'dataset': "diml_outdoor"} - - def to_tensor(self, pic): - - if isinstance(pic, np.ndarray): - img = torch.from_numpy(pic.transpose((2, 0, 1))) - return img - - # # handle PIL Image - if pic.mode == 'I': - img = torch.from_numpy(np.array(pic, np.int32, copy=False)) - elif pic.mode == 'I;16': - img = torch.from_numpy(np.array(pic, np.int16, copy=False)) - else: - img = torch.ByteTensor( - torch.ByteStorage.from_buffer(pic.tobytes())) - # PIL image mode: 1, L, P, I, F, RGB, YCbCr, RGBA, CMYK - if pic.mode == 'YCbCr': - nchannel = 3 - elif pic.mode == 'I;16': - nchannel = 1 - else: - nchannel = len(pic.mode) - img = img.view(pic.size[1], pic.size[0], nchannel) - - img = img.transpose(0, 1).transpose(0, 2).contiguous() - if isinstance(img, torch.ByteTensor): - return img.float() - else: - return img - - -class DIML_Outdoor(Dataset): - def __init__(self, data_dir_root): - import glob - - # image paths are of the form /{outleft, depthmap}/*.png - self.image_files = glob.glob(os.path.join( - data_dir_root, 'outleft', '*.png')) - self.depth_files = [r.replace("outleft", "depthmap") - for r in self.image_files] - self.transform = ToTensor() - - def __getitem__(self, idx): - image_path = self.image_files[idx] - depth_path = self.depth_files[idx] - - image = np.asarray(Image.open(image_path), dtype=np.float32) / 255.0 - depth = np.asarray(Image.open(depth_path), - dtype='uint16') / 1000.0 # mm to meters - - # depth[depth > 8] = -1 - depth = depth[..., None] - - sample = dict(image=image, depth=depth, dataset="diml_outdoor") - - # return sample - return self.transform(sample) - - def __len__(self): - return len(self.image_files) - - -def get_diml_outdoor_loader(data_dir_root, batch_size=1, **kwargs): - dataset = DIML_Outdoor(data_dir_root) - return DataLoader(dataset, batch_size, **kwargs) - -# get_diml_outdoor_loader(data_dir_root="datasets/diml/outdoor/test/HR") -# get_diml_outdoor_loader(data_dir_root="datasets/diml/outdoor/test/LR") diff --git a/depth_anything/metric_depth/zoedepth/data/diode.py b/depth_anything/metric_depth/zoedepth/data/diode.py deleted file mode 100644 index 1510c87..0000000 --- a/depth_anything/metric_depth/zoedepth/data/diode.py +++ /dev/null @@ -1,125 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import os - -import numpy as np -import torch -from PIL import Image -from torch.utils.data import DataLoader, Dataset -from torchvision import transforms - - -class ToTensor(object): - def __init__(self): - # self.normalize = transforms.Normalize( - # mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) - self.normalize = lambda x : x - self.resize = transforms.Resize(480) - - def __call__(self, sample): - image, depth = sample['image'], sample['depth'] - image = self.to_tensor(image) - image = self.normalize(image) - depth = self.to_tensor(depth) - - image = self.resize(image) - - return {'image': image, 'depth': depth, 'dataset': "diode"} - - def to_tensor(self, pic): - - if isinstance(pic, np.ndarray): - img = torch.from_numpy(pic.transpose((2, 0, 1))) - return img - - # # handle PIL Image - if pic.mode == 'I': - img = torch.from_numpy(np.array(pic, np.int32, copy=False)) - elif pic.mode == 'I;16': - img = torch.from_numpy(np.array(pic, np.int16, copy=False)) - else: - img = torch.ByteTensor( - torch.ByteStorage.from_buffer(pic.tobytes())) - # PIL image mode: 1, L, P, I, F, RGB, YCbCr, RGBA, CMYK - if pic.mode == 'YCbCr': - nchannel = 3 - elif pic.mode == 'I;16': - nchannel = 1 - else: - nchannel = len(pic.mode) - img = img.view(pic.size[1], pic.size[0], nchannel) - - img = img.transpose(0, 1).transpose(0, 2).contiguous() - - if isinstance(img, torch.ByteTensor): - return img.float() - else: - return img - - -class DIODE(Dataset): - def __init__(self, data_dir_root): - import glob - - # image paths are of the form /scene_#/scan_#/*.png - self.image_files = glob.glob( - os.path.join(data_dir_root, '*', '*', '*.png')) - self.depth_files = [r.replace(".png", "_depth.npy") - for r in self.image_files] - self.depth_mask_files = [ - r.replace(".png", "_depth_mask.npy") for r in self.image_files] - self.transform = ToTensor() - - def __getitem__(self, idx): - image_path = self.image_files[idx] - depth_path = self.depth_files[idx] - depth_mask_path = self.depth_mask_files[idx] - - image = np.asarray(Image.open(image_path), dtype=np.float32) / 255.0 - depth = np.load(depth_path) # in meters - valid = np.load(depth_mask_path) # binary - - # depth[depth > 8] = -1 - # depth = depth[..., None] - - sample = dict(image=image, depth=depth, valid=valid) - - # return sample - sample = self.transform(sample) - - if idx == 0: - print(sample["image"].shape) - - return sample - - def __len__(self): - return len(self.image_files) - - -def get_diode_loader(data_dir_root, batch_size=1, **kwargs): - dataset = DIODE(data_dir_root) - return DataLoader(dataset, batch_size, **kwargs) - -# get_diode_loader(data_dir_root="datasets/diode/val/outdoor") diff --git a/depth_anything/metric_depth/zoedepth/data/hypersim.py b/depth_anything/metric_depth/zoedepth/data/hypersim.py deleted file mode 100644 index 4334198..0000000 --- a/depth_anything/metric_depth/zoedepth/data/hypersim.py +++ /dev/null @@ -1,138 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import glob -import os - -import h5py -import numpy as np -import torch -from PIL import Image -from torch.utils.data import DataLoader, Dataset -from torchvision import transforms - - -def hypersim_distance_to_depth(npyDistance): - intWidth, intHeight, fltFocal = 1024, 768, 886.81 - - npyImageplaneX = np.linspace((-0.5 * intWidth) + 0.5, (0.5 * intWidth) - 0.5, intWidth).reshape( - 1, intWidth).repeat(intHeight, 0).astype(np.float32)[:, :, None] - npyImageplaneY = np.linspace((-0.5 * intHeight) + 0.5, (0.5 * intHeight) - 0.5, - intHeight).reshape(intHeight, 1).repeat(intWidth, 1).astype(np.float32)[:, :, None] - npyImageplaneZ = np.full([intHeight, intWidth, 1], fltFocal, np.float32) - npyImageplane = np.concatenate( - [npyImageplaneX, npyImageplaneY, npyImageplaneZ], 2) - - npyDepth = npyDistance / np.linalg.norm(npyImageplane, 2, 2) * fltFocal - return npyDepth - - -class ToTensor(object): - def __init__(self): - # self.normalize = transforms.Normalize( - # mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) - self.normalize = lambda x: x - self.resize = transforms.Resize((480, 640)) - - def __call__(self, sample): - image, depth = sample['image'], sample['depth'] - image = self.to_tensor(image) - image = self.normalize(image) - depth = self.to_tensor(depth) - - image = self.resize(image) - - return {'image': image, 'depth': depth, 'dataset': "hypersim"} - - def to_tensor(self, pic): - - if isinstance(pic, np.ndarray): - img = torch.from_numpy(pic.transpose((2, 0, 1))) - return img - - # # handle PIL Image - if pic.mode == 'I': - img = torch.from_numpy(np.array(pic, np.int32, copy=False)) - elif pic.mode == 'I;16': - img = torch.from_numpy(np.array(pic, np.int16, copy=False)) - else: - img = torch.ByteTensor( - torch.ByteStorage.from_buffer(pic.tobytes())) - # PIL image mode: 1, L, P, I, F, RGB, YCbCr, RGBA, CMYK - if pic.mode == 'YCbCr': - nchannel = 3 - elif pic.mode == 'I;16': - nchannel = 1 - else: - nchannel = len(pic.mode) - img = img.view(pic.size[1], pic.size[0], nchannel) - - img = img.transpose(0, 1).transpose(0, 2).contiguous() - if isinstance(img, torch.ByteTensor): - return img.float() - else: - return img - - -class HyperSim(Dataset): - def __init__(self, data_dir_root): - # image paths are of the form //images/scene_cam_#_final_preview/*.tonemap.jpg - # depth paths are of the form //images/scene_cam_#_final_preview/*.depth_meters.hdf5 - self.image_files = glob.glob(os.path.join( - data_dir_root, '*', 'images', 'scene_cam_*_final_preview', '*.tonemap.jpg')) - self.depth_files = [r.replace("_final_preview", "_geometry_hdf5").replace( - ".tonemap.jpg", ".depth_meters.hdf5") for r in self.image_files] - self.transform = ToTensor() - - def __getitem__(self, idx): - image_path = self.image_files[idx] - depth_path = self.depth_files[idx] - - image = np.asarray(Image.open(image_path), dtype=np.float32) / 255.0 - - # depth from hdf5 - depth_fd = h5py.File(depth_path, "r") - # in meters (Euclidean distance) - distance_meters = np.array(depth_fd['dataset']) - depth = hypersim_distance_to_depth( - distance_meters) # in meters (planar depth) - - # depth[depth > 8] = -1 - depth = depth[..., None] - - sample = dict(image=image, depth=depth) - sample = self.transform(sample) - - if idx == 0: - print(sample["image"].shape) - - return sample - - def __len__(self): - return len(self.image_files) - - -def get_hypersim_loader(data_dir_root, batch_size=1, **kwargs): - dataset = HyperSim(data_dir_root) - return DataLoader(dataset, batch_size, **kwargs) diff --git a/depth_anything/metric_depth/zoedepth/data/ibims.py b/depth_anything/metric_depth/zoedepth/data/ibims.py deleted file mode 100644 index b66abfa..0000000 --- a/depth_anything/metric_depth/zoedepth/data/ibims.py +++ /dev/null @@ -1,81 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import os - -import numpy as np -import torch -from PIL import Image -from torch.utils.data import DataLoader, Dataset -from torchvision import transforms as T - - -class iBims(Dataset): - def __init__(self, config): - root_folder = config.ibims_root - with open(os.path.join(root_folder, "imagelist.txt"), 'r') as f: - imglist = f.read().split() - - samples = [] - for basename in imglist: - img_path = os.path.join(root_folder, 'rgb', basename + ".png") - depth_path = os.path.join(root_folder, 'depth', basename + ".png") - valid_mask_path = os.path.join( - root_folder, 'mask_invalid', basename+".png") - transp_mask_path = os.path.join( - root_folder, 'mask_transp', basename+".png") - - samples.append( - (img_path, depth_path, valid_mask_path, transp_mask_path)) - - self.samples = samples - # self.normalize = T.Normalize( - # mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) - self.normalize = lambda x : x - - def __getitem__(self, idx): - img_path, depth_path, valid_mask_path, transp_mask_path = self.samples[idx] - - img = np.asarray(Image.open(img_path), dtype=np.float32) / 255.0 - depth = np.asarray(Image.open(depth_path), - dtype=np.uint16).astype('float')*50.0/65535 - - mask_valid = np.asarray(Image.open(valid_mask_path)) - mask_transp = np.asarray(Image.open(transp_mask_path)) - - # depth = depth * mask_valid * mask_transp - depth = np.where(mask_valid * mask_transp, depth, -1) - - img = torch.from_numpy(img).permute(2, 0, 1) - img = self.normalize(img) - depth = torch.from_numpy(depth).unsqueeze(0) - return dict(image=img, depth=depth, image_path=img_path, depth_path=depth_path, dataset='ibims') - - def __len__(self): - return len(self.samples) - - -def get_ibims_loader(config, batch_size=1, **kwargs): - dataloader = DataLoader(iBims(config), batch_size=batch_size, **kwargs) - return dataloader diff --git a/depth_anything/metric_depth/zoedepth/data/preprocess.py b/depth_anything/metric_depth/zoedepth/data/preprocess.py deleted file mode 100644 index e08cc30..0000000 --- a/depth_anything/metric_depth/zoedepth/data/preprocess.py +++ /dev/null @@ -1,154 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import numpy as np -from dataclasses import dataclass -from typing import Tuple, List - -# dataclass to store the crop parameters -@dataclass -class CropParams: - top: int - bottom: int - left: int - right: int - - - -def get_border_params(rgb_image, tolerance=0.1, cut_off=20, value=0, level_diff_threshold=5, channel_axis=-1, min_border=5) -> CropParams: - gray_image = np.mean(rgb_image, axis=channel_axis) - h, w = gray_image.shape - - - def num_value_pixels(arr): - return np.sum(np.abs(arr - value) < level_diff_threshold) - - def is_above_tolerance(arr, total_pixels): - return (num_value_pixels(arr) / total_pixels) > tolerance - - # Crop top border until number of value pixels become below tolerance - top = min_border - while is_above_tolerance(gray_image[top, :], w) and top < h-1: - top += 1 - if top > cut_off: - break - - # Crop bottom border until number of value pixels become below tolerance - bottom = h - min_border - while is_above_tolerance(gray_image[bottom, :], w) and bottom > 0: - bottom -= 1 - if h - bottom > cut_off: - break - - # Crop left border until number of value pixels become below tolerance - left = min_border - while is_above_tolerance(gray_image[:, left], h) and left < w-1: - left += 1 - if left > cut_off: - break - - # Crop right border until number of value pixels become below tolerance - right = w - min_border - while is_above_tolerance(gray_image[:, right], h) and right > 0: - right -= 1 - if w - right > cut_off: - break - - - return CropParams(top, bottom, left, right) - - -def get_white_border(rgb_image, value=255, **kwargs) -> CropParams: - """Crops the white border of the RGB. - - Args: - rgb: RGB image, shape (H, W, 3). - Returns: - Crop parameters. - """ - if value == 255: - # assert range of values in rgb image is [0, 255] - assert np.max(rgb_image) <= 255 and np.min(rgb_image) >= 0, "RGB image values are not in range [0, 255]." - assert rgb_image.max() > 1, "RGB image values are not in range [0, 255]." - elif value == 1: - # assert range of values in rgb image is [0, 1] - assert np.max(rgb_image) <= 1 and np.min(rgb_image) >= 0, "RGB image values are not in range [0, 1]." - - return get_border_params(rgb_image, value=value, **kwargs) - -def get_black_border(rgb_image, **kwargs) -> CropParams: - """Crops the black border of the RGB. - - Args: - rgb: RGB image, shape (H, W, 3). - - Returns: - Crop parameters. - """ - - return get_border_params(rgb_image, value=0, **kwargs) - -def crop_image(image: np.ndarray, crop_params: CropParams) -> np.ndarray: - """Crops the image according to the crop parameters. - - Args: - image: RGB or depth image, shape (H, W, 3) or (H, W). - crop_params: Crop parameters. - - Returns: - Cropped image. - """ - return image[crop_params.top:crop_params.bottom, crop_params.left:crop_params.right] - -def crop_images(*images: np.ndarray, crop_params: CropParams) -> Tuple[np.ndarray]: - """Crops the images according to the crop parameters. - - Args: - images: RGB or depth images, shape (H, W, 3) or (H, W). - crop_params: Crop parameters. - - Returns: - Cropped images. - """ - return tuple(crop_image(image, crop_params) for image in images) - -def crop_black_or_white_border(rgb_image, *other_images: np.ndarray, tolerance=0.1, cut_off=20, level_diff_threshold=5) -> Tuple[np.ndarray]: - """Crops the white and black border of the RGB and depth images. - - Args: - rgb: RGB image, shape (H, W, 3). This image is used to determine the border. - other_images: The other images to crop according to the border of the RGB image. - Returns: - Cropped RGB and other images. - """ - # crop black border - crop_params = get_black_border(rgb_image, tolerance=tolerance, cut_off=cut_off, level_diff_threshold=level_diff_threshold) - cropped_images = crop_images(rgb_image, *other_images, crop_params=crop_params) - - # crop white border - crop_params = get_white_border(cropped_images[0], tolerance=tolerance, cut_off=cut_off, level_diff_threshold=level_diff_threshold) - cropped_images = crop_images(*cropped_images, crop_params=crop_params) - - return cropped_images - \ No newline at end of file diff --git a/depth_anything/metric_depth/zoedepth/data/sun_rgbd_loader.py b/depth_anything/metric_depth/zoedepth/data/sun_rgbd_loader.py deleted file mode 100644 index 93f0368..0000000 --- a/depth_anything/metric_depth/zoedepth/data/sun_rgbd_loader.py +++ /dev/null @@ -1,115 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import os - -import numpy as np -import torch -from PIL import Image -from torch.utils.data import DataLoader, Dataset -from torchvision import transforms - - -class ToTensor(object): - def __init__(self): - # self.normalize = transforms.Normalize( - # mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) - self.normalize = lambda x : x - - def __call__(self, sample): - image, depth = sample['image'], sample['depth'] - image = self.to_tensor(image) - image = self.normalize(image) - depth = self.to_tensor(depth) - - return {'image': image, 'depth': depth, 'dataset': "sunrgbd"} - - def to_tensor(self, pic): - - if isinstance(pic, np.ndarray): - img = torch.from_numpy(pic.transpose((2, 0, 1))) - return img - - # # handle PIL Image - if pic.mode == 'I': - img = torch.from_numpy(np.array(pic, np.int32, copy=False)) - elif pic.mode == 'I;16': - img = torch.from_numpy(np.array(pic, np.int16, copy=False)) - else: - img = torch.ByteTensor( - torch.ByteStorage.from_buffer(pic.tobytes())) - # PIL image mode: 1, L, P, I, F, RGB, YCbCr, RGBA, CMYK - if pic.mode == 'YCbCr': - nchannel = 3 - elif pic.mode == 'I;16': - nchannel = 1 - else: - nchannel = len(pic.mode) - img = img.view(pic.size[1], pic.size[0], nchannel) - - img = img.transpose(0, 1).transpose(0, 2).contiguous() - if isinstance(img, torch.ByteTensor): - return img.float() - else: - return img - - -class SunRGBD(Dataset): - def __init__(self, data_dir_root): - # test_file_dirs = loadmat(train_test_file)['alltest'].squeeze() - # all_test = [t[0].replace("/n/fs/sun3d/data/", "") for t in test_file_dirs] - # self.all_test = [os.path.join(data_dir_root, t) for t in all_test] - import glob - # self.image_files = glob.glob( - # os.path.join(data_dir_root, 'rgb', 'rgb', '*')) - # self.depth_files = [ - # r.replace("rgb/rgb", "gt/gt").replace("jpg", "png") for r in self.image_files] - - self.image_files, self.depth_files = [], [] - filenames = os.listdir(os.path.join(data_dir_root, 'rgb')) - for i, filename in enumerate(filenames): - self.image_files.append(os.path.join(data_dir_root, 'rgb', filename)) - base_num = int(filename.replace('.jpg', '').replace('img-', '')) - self.depth_files.append(os.path.join(data_dir_root, 'depth', str(base_num) + '.png')) - - self.transform = ToTensor() - - def __getitem__(self, idx): - image_path = self.image_files[idx] - depth_path = self.depth_files[idx] - - image = np.asarray(Image.open(image_path), dtype=np.float32) / 255.0 - depth = np.asarray(Image.open(depth_path), dtype='uint16') / 10000.0 - # print(depth, depth.min(), depth.max()) - depth[depth > 8] = -1 - depth = depth[..., None] - return self.transform(dict(image=image, depth=depth)) - - def __len__(self): - return len(self.image_files) - - -def get_sunrgbd_loader(data_dir_root, batch_size=1, **kwargs): - dataset = SunRGBD(data_dir_root) - return DataLoader(dataset, batch_size, **kwargs) diff --git a/depth_anything/metric_depth/zoedepth/data/transforms.py b/depth_anything/metric_depth/zoedepth/data/transforms.py deleted file mode 100644 index 374416d..0000000 --- a/depth_anything/metric_depth/zoedepth/data/transforms.py +++ /dev/null @@ -1,481 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import math -import random - -import cv2 -import numpy as np - - -class RandomFliplr(object): - """Horizontal flip of the sample with given probability. - """ - - def __init__(self, probability=0.5): - """Init. - - Args: - probability (float, optional): Flip probability. Defaults to 0.5. - """ - self.__probability = probability - - def __call__(self, sample): - prob = random.random() - - if prob < self.__probability: - for k, v in sample.items(): - if len(v.shape) >= 2: - sample[k] = np.fliplr(v).copy() - - return sample - - -def apply_min_size(sample, size, image_interpolation_method=cv2.INTER_AREA): - """Rezise the sample to ensure the given size. Keeps aspect ratio. - - Args: - sample (dict): sample - size (tuple): image size - - Returns: - tuple: new size - """ - shape = list(sample["disparity"].shape) - - if shape[0] >= size[0] and shape[1] >= size[1]: - return sample - - scale = [0, 0] - scale[0] = size[0] / shape[0] - scale[1] = size[1] / shape[1] - - scale = max(scale) - - shape[0] = math.ceil(scale * shape[0]) - shape[1] = math.ceil(scale * shape[1]) - - # resize - sample["image"] = cv2.resize( - sample["image"], tuple(shape[::-1]), interpolation=image_interpolation_method - ) - - sample["disparity"] = cv2.resize( - sample["disparity"], tuple(shape[::-1]), interpolation=cv2.INTER_NEAREST - ) - sample["mask"] = cv2.resize( - sample["mask"].astype(np.float32), - tuple(shape[::-1]), - interpolation=cv2.INTER_NEAREST, - ) - sample["mask"] = sample["mask"].astype(bool) - - return tuple(shape) - - -class RandomCrop(object): - """Get a random crop of the sample with the given size (width, height). - """ - - def __init__( - self, - width, - height, - resize_if_needed=False, - image_interpolation_method=cv2.INTER_AREA, - ): - """Init. - - Args: - width (int): output width - height (int): output height - resize_if_needed (bool, optional): If True, sample might be upsampled to ensure - that a crop of size (width, height) is possbile. Defaults to False. - """ - self.__size = (height, width) - self.__resize_if_needed = resize_if_needed - self.__image_interpolation_method = image_interpolation_method - - def __call__(self, sample): - - shape = sample["disparity"].shape - - if self.__size[0] > shape[0] or self.__size[1] > shape[1]: - if self.__resize_if_needed: - shape = apply_min_size( - sample, self.__size, self.__image_interpolation_method - ) - else: - raise Exception( - "Output size {} bigger than input size {}.".format( - self.__size, shape - ) - ) - - offset = ( - np.random.randint(shape[0] - self.__size[0] + 1), - np.random.randint(shape[1] - self.__size[1] + 1), - ) - - for k, v in sample.items(): - if k == "code" or k == "basis": - continue - - if len(sample[k].shape) >= 2: - sample[k] = v[ - offset[0]: offset[0] + self.__size[0], - offset[1]: offset[1] + self.__size[1], - ] - - return sample - - -class Resize(object): - """Resize sample to given size (width, height). - """ - - def __init__( - self, - width, - height, - resize_target=True, - keep_aspect_ratio=False, - ensure_multiple_of=1, - resize_method="lower_bound", - image_interpolation_method=cv2.INTER_AREA, - letter_box=False, - ): - """Init. - - Args: - width (int): desired output width - height (int): desired output height - resize_target (bool, optional): - True: Resize the full sample (image, mask, target). - False: Resize image only. - Defaults to True. - keep_aspect_ratio (bool, optional): - True: Keep the aspect ratio of the input sample. - Output sample might not have the given width and height, and - resize behaviour depends on the parameter 'resize_method'. - Defaults to False. - ensure_multiple_of (int, optional): - Output width and height is constrained to be multiple of this parameter. - Defaults to 1. - resize_method (str, optional): - "lower_bound": Output will be at least as large as the given size. - "upper_bound": Output will be at max as large as the given size. (Output size might be smaller than given size.) - "minimal": Scale as least as possible. (Output size might be smaller than given size.) - Defaults to "lower_bound". - """ - self.__width = width - self.__height = height - - self.__resize_target = resize_target - self.__keep_aspect_ratio = keep_aspect_ratio - self.__multiple_of = ensure_multiple_of - self.__resize_method = resize_method - self.__image_interpolation_method = image_interpolation_method - self.__letter_box = letter_box - - def constrain_to_multiple_of(self, x, min_val=0, max_val=None): - y = (np.round(x / self.__multiple_of) * self.__multiple_of).astype(int) - - if max_val is not None and y > max_val: - y = (np.floor(x / self.__multiple_of) - * self.__multiple_of).astype(int) - - if y < min_val: - y = (np.ceil(x / self.__multiple_of) - * self.__multiple_of).astype(int) - - return y - - def get_size(self, width, height): - # determine new height and width - scale_height = self.__height / height - scale_width = self.__width / width - - if self.__keep_aspect_ratio: - if self.__resize_method == "lower_bound": - # scale such that output size is lower bound - if scale_width > scale_height: - # fit width - scale_height = scale_width - else: - # fit height - scale_width = scale_height - elif self.__resize_method == "upper_bound": - # scale such that output size is upper bound - if scale_width < scale_height: - # fit width - scale_height = scale_width - else: - # fit height - scale_width = scale_height - elif self.__resize_method == "minimal": - # scale as least as possbile - if abs(1 - scale_width) < abs(1 - scale_height): - # fit width - scale_height = scale_width - else: - # fit height - scale_width = scale_height - else: - raise ValueError( - f"resize_method {self.__resize_method} not implemented" - ) - - if self.__resize_method == "lower_bound": - new_height = self.constrain_to_multiple_of( - scale_height * height, min_val=self.__height - ) - new_width = self.constrain_to_multiple_of( - scale_width * width, min_val=self.__width - ) - elif self.__resize_method == "upper_bound": - new_height = self.constrain_to_multiple_of( - scale_height * height, max_val=self.__height - ) - new_width = self.constrain_to_multiple_of( - scale_width * width, max_val=self.__width - ) - elif self.__resize_method == "minimal": - new_height = self.constrain_to_multiple_of(scale_height * height) - new_width = self.constrain_to_multiple_of(scale_width * width) - else: - raise ValueError( - f"resize_method {self.__resize_method} not implemented") - - return (new_width, new_height) - - def make_letter_box(self, sample): - top = bottom = (self.__height - sample.shape[0]) // 2 - left = right = (self.__width - sample.shape[1]) // 2 - sample = cv2.copyMakeBorder( - sample, top, bottom, left, right, cv2.BORDER_CONSTANT, None, 0) - return sample - - def __call__(self, sample): - width, height = self.get_size( - sample["image"].shape[1], sample["image"].shape[0] - ) - - # resize sample - sample["image"] = cv2.resize( - sample["image"], - (width, height), - interpolation=self.__image_interpolation_method, - ) - - if self.__letter_box: - sample["image"] = self.make_letter_box(sample["image"]) - - if self.__resize_target: - if "disparity" in sample: - sample["disparity"] = cv2.resize( - sample["disparity"], - (width, height), - interpolation=cv2.INTER_NEAREST, - ) - - if self.__letter_box: - sample["disparity"] = self.make_letter_box( - sample["disparity"]) - - if "depth" in sample: - sample["depth"] = cv2.resize( - sample["depth"], (width, - height), interpolation=cv2.INTER_NEAREST - ) - - if self.__letter_box: - sample["depth"] = self.make_letter_box(sample["depth"]) - - sample["mask"] = cv2.resize( - sample["mask"].astype(np.float32), - (width, height), - interpolation=cv2.INTER_NEAREST, - ) - - if self.__letter_box: - sample["mask"] = self.make_letter_box(sample["mask"]) - - sample["mask"] = sample["mask"].astype(bool) - - return sample - - -class ResizeFixed(object): - def __init__(self, size): - self.__size = size - - def __call__(self, sample): - sample["image"] = cv2.resize( - sample["image"], self.__size[::-1], interpolation=cv2.INTER_LINEAR - ) - - sample["disparity"] = cv2.resize( - sample["disparity"], self.__size[::- - 1], interpolation=cv2.INTER_NEAREST - ) - - sample["mask"] = cv2.resize( - sample["mask"].astype(np.float32), - self.__size[::-1], - interpolation=cv2.INTER_NEAREST, - ) - sample["mask"] = sample["mask"].astype(bool) - - return sample - - -class Rescale(object): - """Rescale target values to the interval [0, max_val]. - If input is constant, values are set to max_val / 2. - """ - - def __init__(self, max_val=1.0, use_mask=True): - """Init. - - Args: - max_val (float, optional): Max output value. Defaults to 1.0. - use_mask (bool, optional): Only operate on valid pixels (mask == True). Defaults to True. - """ - self.__max_val = max_val - self.__use_mask = use_mask - - def __call__(self, sample): - disp = sample["disparity"] - - if self.__use_mask: - mask = sample["mask"] - else: - mask = np.ones_like(disp, dtype=np.bool) - - if np.sum(mask) == 0: - return sample - - min_val = np.min(disp[mask]) - max_val = np.max(disp[mask]) - - if max_val > min_val: - sample["disparity"][mask] = ( - (disp[mask] - min_val) / (max_val - min_val) * self.__max_val - ) - else: - sample["disparity"][mask] = np.ones_like( - disp[mask]) * self.__max_val / 2.0 - - return sample - - -# mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225] -class NormalizeImage(object): - """Normlize image by given mean and std. - """ - - def __init__(self, mean, std): - self.__mean = mean - self.__std = std - - def __call__(self, sample): - sample["image"] = (sample["image"] - self.__mean) / self.__std - - return sample - - -class DepthToDisparity(object): - """Convert depth to disparity. Removes depth from sample. - """ - - def __init__(self, eps=1e-4): - self.__eps = eps - - def __call__(self, sample): - assert "depth" in sample - - sample["mask"][sample["depth"] < self.__eps] = False - - sample["disparity"] = np.zeros_like(sample["depth"]) - sample["disparity"][sample["depth"] >= self.__eps] = ( - 1.0 / sample["depth"][sample["depth"] >= self.__eps] - ) - - del sample["depth"] - - return sample - - -class DisparityToDepth(object): - """Convert disparity to depth. Removes disparity from sample. - """ - - def __init__(self, eps=1e-4): - self.__eps = eps - - def __call__(self, sample): - assert "disparity" in sample - - disp = np.abs(sample["disparity"]) - sample["mask"][disp < self.__eps] = False - - # print(sample["disparity"]) - # print(sample["mask"].sum()) - # exit() - - sample["depth"] = np.zeros_like(disp) - sample["depth"][disp >= self.__eps] = ( - 1.0 / disp[disp >= self.__eps] - ) - - del sample["disparity"] - - return sample - - -class PrepareForNet(object): - """Prepare sample for usage as network input. - """ - - def __init__(self): - pass - - def __call__(self, sample): - image = np.transpose(sample["image"], (2, 0, 1)) - sample["image"] = np.ascontiguousarray(image).astype(np.float32) - - if "mask" in sample: - sample["mask"] = sample["mask"].astype(np.float32) - sample["mask"] = np.ascontiguousarray(sample["mask"]) - - if "disparity" in sample: - disparity = sample["disparity"].astype(np.float32) - sample["disparity"] = np.ascontiguousarray(disparity) - - if "depth" in sample: - depth = sample["depth"].astype(np.float32) - sample["depth"] = np.ascontiguousarray(depth) - - return sample diff --git a/depth_anything/metric_depth/zoedepth/data/vkitti.py b/depth_anything/metric_depth/zoedepth/data/vkitti.py deleted file mode 100644 index 72a2e5a..0000000 --- a/depth_anything/metric_depth/zoedepth/data/vkitti.py +++ /dev/null @@ -1,151 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import torch -from torch.utils.data import Dataset, DataLoader -from torchvision import transforms -import os - -from PIL import Image -import numpy as np -import cv2 - - -class ToTensor(object): - def __init__(self): - self.normalize = transforms.Normalize( - mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) - # self.resize = transforms.Resize((375, 1242)) - - def __call__(self, sample): - image, depth = sample['image'], sample['depth'] - - image = self.to_tensor(image) - image = self.normalize(image) - depth = self.to_tensor(depth) - - # image = self.resize(image) - - return {'image': image, 'depth': depth, 'dataset': "vkitti"} - - def to_tensor(self, pic): - - if isinstance(pic, np.ndarray): - img = torch.from_numpy(pic.transpose((2, 0, 1))) - return img - - # # handle PIL Image - if pic.mode == 'I': - img = torch.from_numpy(np.array(pic, np.int32, copy=False)) - elif pic.mode == 'I;16': - img = torch.from_numpy(np.array(pic, np.int16, copy=False)) - else: - img = torch.ByteTensor( - torch.ByteStorage.from_buffer(pic.tobytes())) - # PIL image mode: 1, L, P, I, F, RGB, YCbCr, RGBA, CMYK - if pic.mode == 'YCbCr': - nchannel = 3 - elif pic.mode == 'I;16': - nchannel = 1 - else: - nchannel = len(pic.mode) - img = img.view(pic.size[1], pic.size[0], nchannel) - - img = img.transpose(0, 1).transpose(0, 2).contiguous() - if isinstance(img, torch.ByteTensor): - return img.float() - else: - return img - - -class VKITTI(Dataset): - def __init__(self, data_dir_root, do_kb_crop=True): - import glob - # image paths are of the form /{HR, LR}//{color, depth_filled}/*.png - self.image_files = glob.glob(os.path.join( - data_dir_root, "test_color", '*.png')) - self.depth_files = [r.replace("test_color", "test_depth") - for r in self.image_files] - self.do_kb_crop = True - self.transform = ToTensor() - - def __getitem__(self, idx): - image_path = self.image_files[idx] - depth_path = self.depth_files[idx] - - image = Image.open(image_path) - depth = Image.open(depth_path) - depth = cv2.imread(depth_path, cv2.IMREAD_ANYCOLOR | - cv2.IMREAD_ANYDEPTH) - print("dpeth min max", depth.min(), depth.max()) - - # print(np.shape(image)) - # print(np.shape(depth)) - - # depth[depth > 8] = -1 - - if self.do_kb_crop and False: - height = image.height - width = image.width - top_margin = int(height - 352) - left_margin = int((width - 1216) / 2) - depth = depth.crop( - (left_margin, top_margin, left_margin + 1216, top_margin + 352)) - image = image.crop( - (left_margin, top_margin, left_margin + 1216, top_margin + 352)) - # uv = uv[:, top_margin:top_margin + 352, left_margin:left_margin + 1216] - - image = np.asarray(image, dtype=np.float32) / 255.0 - # depth = np.asarray(depth, dtype=np.uint16) /1. - depth = depth[..., None] - sample = dict(image=image, depth=depth) - - # return sample - sample = self.transform(sample) - - if idx == 0: - print(sample["image"].shape) - - return sample - - def __len__(self): - return len(self.image_files) - - -def get_vkitti_loader(data_dir_root, batch_size=1, **kwargs): - dataset = VKITTI(data_dir_root) - return DataLoader(dataset, batch_size, **kwargs) - - -if __name__ == "__main__": - loader = get_vkitti_loader( - data_dir_root="/home/bhatsf/shortcuts/datasets/vkitti_test") - print("Total files", len(loader.dataset)) - for i, sample in enumerate(loader): - print(sample["image"].shape) - print(sample["depth"].shape) - print(sample["dataset"]) - print(sample['depth'].min(), sample['depth'].max()) - if i > 5: - break diff --git a/depth_anything/metric_depth/zoedepth/data/vkitti2.py b/depth_anything/metric_depth/zoedepth/data/vkitti2.py deleted file mode 100644 index d591fef..0000000 --- a/depth_anything/metric_depth/zoedepth/data/vkitti2.py +++ /dev/null @@ -1,187 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import os - -import cv2 -import numpy as np -import torch -from PIL import Image -from torch.utils.data import DataLoader, Dataset -from torchvision import transforms - - -class ToTensor(object): - def __init__(self): - # self.normalize = transforms.Normalize( - # mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) - self.normalize = lambda x: x - # self.resize = transforms.Resize((375, 1242)) - - def __call__(self, sample): - image, depth = sample['image'], sample['depth'] - - image = self.to_tensor(image) - image = self.normalize(image) - depth = self.to_tensor(depth) - - # image = self.resize(image) - - return {'image': image, 'depth': depth, 'dataset': "vkitti"} - - def to_tensor(self, pic): - - if isinstance(pic, np.ndarray): - img = torch.from_numpy(pic.transpose((2, 0, 1))) - return img - - # # handle PIL Image - if pic.mode == 'I': - img = torch.from_numpy(np.array(pic, np.int32, copy=False)) - elif pic.mode == 'I;16': - img = torch.from_numpy(np.array(pic, np.int16, copy=False)) - else: - img = torch.ByteTensor( - torch.ByteStorage.from_buffer(pic.tobytes())) - # PIL image mode: 1, L, P, I, F, RGB, YCbCr, RGBA, CMYK - if pic.mode == 'YCbCr': - nchannel = 3 - elif pic.mode == 'I;16': - nchannel = 1 - else: - nchannel = len(pic.mode) - img = img.view(pic.size[1], pic.size[0], nchannel) - - img = img.transpose(0, 1).transpose(0, 2).contiguous() - if isinstance(img, torch.ByteTensor): - return img.float() - else: - return img - - -class VKITTI2(Dataset): - def __init__(self, data_dir_root, do_kb_crop=True, split="test"): - import glob - - # image paths are of the form /rgb///frames//Camera<0,1>/rgb_{}.jpg - self.image_files = glob.glob(os.path.join( - data_dir_root, "**", "frames", "rgb", "Camera_0", '*.jpg'), recursive=True) - self.depth_files = [r.replace("/rgb/", "/depth/").replace( - "rgb_", "depth_").replace(".jpg", ".png") for r in self.image_files] - self.do_kb_crop = True - self.transform = ToTensor() - - # If train test split is not created, then create one. - # Split is such that 8% of the frames from each scene are used for testing. - if not os.path.exists(os.path.join(data_dir_root, "train.txt")): - import random - scenes = set([os.path.basename(os.path.dirname( - os.path.dirname(os.path.dirname(f)))) for f in self.image_files]) - train_files = [] - test_files = [] - for scene in scenes: - scene_files = [f for f in self.image_files if os.path.basename( - os.path.dirname(os.path.dirname(os.path.dirname(f)))) == scene] - random.shuffle(scene_files) - train_files.extend(scene_files[:int(len(scene_files) * 0.92)]) - test_files.extend(scene_files[int(len(scene_files) * 0.92):]) - with open(os.path.join(data_dir_root, "train.txt"), "w") as f: - f.write("\n".join(train_files)) - with open(os.path.join(data_dir_root, "test.txt"), "w") as f: - f.write("\n".join(test_files)) - - if split == "train": - with open(os.path.join(data_dir_root, "train.txt"), "r") as f: - self.image_files = f.read().splitlines() - self.depth_files = [r.replace("/rgb/", "/depth/").replace( - "rgb_", "depth_").replace(".jpg", ".png") for r in self.image_files] - elif split == "test": - with open(os.path.join(data_dir_root, "test.txt"), "r") as f: - self.image_files = f.read().splitlines() - self.depth_files = [r.replace("/rgb/", "/depth/").replace( - "rgb_", "depth_").replace(".jpg", ".png") for r in self.image_files] - - def __getitem__(self, idx): - image_path = self.image_files[idx] - depth_path = self.depth_files[idx] - - image = Image.open(image_path) - # depth = Image.open(depth_path) - depth = cv2.imread(depth_path, cv2.IMREAD_ANYCOLOR | - cv2.IMREAD_ANYDEPTH) / 100.0 # cm to m - depth = Image.fromarray(depth) - # print("dpeth min max", depth.min(), depth.max()) - - # print(np.shape(image)) - # print(np.shape(depth)) - - if self.do_kb_crop: - if idx == 0: - print("Using KB input crop") - height = image.height - width = image.width - top_margin = int(height - 352) - left_margin = int((width - 1216) / 2) - depth = depth.crop( - (left_margin, top_margin, left_margin + 1216, top_margin + 352)) - image = image.crop( - (left_margin, top_margin, left_margin + 1216, top_margin + 352)) - # uv = uv[:, top_margin:top_margin + 352, left_margin:left_margin + 1216] - - image = np.asarray(image, dtype=np.float32) / 255.0 - # depth = np.asarray(depth, dtype=np.uint16) /1. - depth = np.asarray(depth, dtype=np.float32) / 1. - depth[depth > 80] = -1 - - depth = depth[..., None] - sample = dict(image=image, depth=depth) - - # return sample - sample = self.transform(sample) - - if idx == 0: - print(sample["image"].shape) - - return sample - - def __len__(self): - return len(self.image_files) - - -def get_vkitti2_loader(data_dir_root, batch_size=1, **kwargs): - dataset = VKITTI2(data_dir_root) - return DataLoader(dataset, batch_size, **kwargs) - - -if __name__ == "__main__": - loader = get_vkitti2_loader( - data_dir_root="/home/bhatsf/shortcuts/datasets/vkitti2") - print("Total files", len(loader.dataset)) - for i, sample in enumerate(loader): - print(sample["image"].shape) - print(sample["depth"].shape) - print(sample["dataset"]) - print(sample['depth'].min(), sample['depth'].max()) - if i > 5: - break diff --git a/depth_anything/metric_depth/zoedepth/models/__init__.py b/depth_anything/metric_depth/zoedepth/models/__init__.py deleted file mode 100644 index 5f26687..0000000 --- a/depth_anything/metric_depth/zoedepth/models/__init__.py +++ /dev/null @@ -1,24 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - diff --git a/depth_anything/metric_depth/zoedepth/models/base_models/__init__.py b/depth_anything/metric_depth/zoedepth/models/base_models/__init__.py deleted file mode 100644 index 5f26687..0000000 --- a/depth_anything/metric_depth/zoedepth/models/base_models/__init__.py +++ /dev/null @@ -1,24 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - diff --git a/depth_anything/metric_depth/zoedepth/models/base_models/depth_anything.py b/depth_anything/metric_depth/zoedepth/models/base_models/depth_anything.py deleted file mode 100644 index e3e6d4a..0000000 --- a/depth_anything/metric_depth/zoedepth/models/base_models/depth_anything.py +++ /dev/null @@ -1,376 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import torch -import torch.nn as nn -import numpy as np -from torchvision.transforms import Normalize -from zoedepth.models.base_models.dpt_dinov2.dpt import DPT_DINOv2 - - -def denormalize(x): - """Reverses the imagenet normalization applied to the input. - - Args: - x (torch.Tensor - shape(N,3,H,W)): input tensor - - Returns: - torch.Tensor - shape(N,3,H,W): Denormalized input - """ - mean = torch.Tensor([0.485, 0.456, 0.406]).view(1, 3, 1, 1).to(x.device) - std = torch.Tensor([0.229, 0.224, 0.225]).view(1, 3, 1, 1).to(x.device) - return x * std + mean - -def get_activation(name, bank): - def hook(model, input, output): - bank[name] = output - return hook - - -class Resize(object): - """Resize sample to given size (width, height). - """ - - def __init__( - self, - width, - height, - resize_target=True, - keep_aspect_ratio=False, - ensure_multiple_of=1, - resize_method="lower_bound", - ): - """Init. - Args: - width (int): desired output width - height (int): desired output height - resize_target (bool, optional): - True: Resize the full sample (image, mask, target). - False: Resize image only. - Defaults to True. - keep_aspect_ratio (bool, optional): - True: Keep the aspect ratio of the input sample. - Output sample might not have the given width and height, and - resize behaviour depends on the parameter 'resize_method'. - Defaults to False. - ensure_multiple_of (int, optional): - Output width and height is constrained to be multiple of this parameter. - Defaults to 1. - resize_method (str, optional): - "lower_bound": Output will be at least as large as the given size. - "upper_bound": Output will be at max as large as the given size. (Output size might be smaller than given size.) - "minimal": Scale as least as possible. (Output size might be smaller than given size.) - Defaults to "lower_bound". - """ - print("Params passed to Resize transform:") - print("\twidth: ", width) - print("\theight: ", height) - print("\tresize_target: ", resize_target) - print("\tkeep_aspect_ratio: ", keep_aspect_ratio) - print("\tensure_multiple_of: ", ensure_multiple_of) - print("\tresize_method: ", resize_method) - - self.__width = width - self.__height = height - - self.__keep_aspect_ratio = keep_aspect_ratio - self.__multiple_of = ensure_multiple_of - self.__resize_method = resize_method - - def constrain_to_multiple_of(self, x, min_val=0, max_val=None): - y = (np.round(x / self.__multiple_of) * self.__multiple_of).astype(int) - - if max_val is not None and y > max_val: - y = (np.floor(x / self.__multiple_of) - * self.__multiple_of).astype(int) - - if y < min_val: - y = (np.ceil(x / self.__multiple_of) - * self.__multiple_of).astype(int) - - return y - - def get_size(self, width, height): - # determine new height and width - scale_height = self.__height / height - scale_width = self.__width / width - - if self.__keep_aspect_ratio: - if self.__resize_method == "lower_bound": - # scale such that output size is lower bound - if scale_width > scale_height: - # fit width - scale_height = scale_width - else: - # fit height - scale_width = scale_height - elif self.__resize_method == "upper_bound": - # scale such that output size is upper bound - if scale_width < scale_height: - # fit width - scale_height = scale_width - else: - # fit height - scale_width = scale_height - elif self.__resize_method == "minimal": - # scale as least as possbile - if abs(1 - scale_width) < abs(1 - scale_height): - # fit width - scale_height = scale_width - else: - # fit height - scale_width = scale_height - else: - raise ValueError( - f"resize_method {self.__resize_method} not implemented" - ) - - if self.__resize_method == "lower_bound": - new_height = self.constrain_to_multiple_of( - scale_height * height, min_val=self.__height - ) - new_width = self.constrain_to_multiple_of( - scale_width * width, min_val=self.__width - ) - elif self.__resize_method == "upper_bound": - new_height = self.constrain_to_multiple_of( - scale_height * height, max_val=self.__height - ) - new_width = self.constrain_to_multiple_of( - scale_width * width, max_val=self.__width - ) - elif self.__resize_method == "minimal": - new_height = self.constrain_to_multiple_of(scale_height * height) - new_width = self.constrain_to_multiple_of(scale_width * width) - else: - raise ValueError( - f"resize_method {self.__resize_method} not implemented") - - return (new_width, new_height) - - def __call__(self, x): - width, height = self.get_size(*x.shape[-2:][::-1]) - return nn.functional.interpolate(x, (height, width), mode='bilinear', align_corners=True) - -class PrepForMidas(object): - def __init__(self, resize_mode="minimal", keep_aspect_ratio=True, img_size=384, do_resize=True): - if isinstance(img_size, int): - img_size = (img_size, img_size) - net_h, net_w = img_size - # self.normalization = Normalize( - # mean=[0.5, 0.5, 0.5], std=[0.5, 0.5, 0.5]) - self.normalization = Normalize( - mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) - self.resizer = Resize(net_w, net_h, keep_aspect_ratio=keep_aspect_ratio, ensure_multiple_of=14, resize_method=resize_mode) \ - if do_resize else nn.Identity() - - def __call__(self, x): - return self.normalization(self.resizer(x)) - - -class DepthAnythingCore(nn.Module): - def __init__(self, midas, trainable=False, fetch_features=True, layer_names=('out_conv', 'l4_rn', 'r4', 'r3', 'r2', 'r1'), freeze_bn=False, keep_aspect_ratio=True, - img_size=384, **kwargs): - """Midas Base model used for multi-scale feature extraction. - - Args: - midas (torch.nn.Module): Midas model. - trainable (bool, optional): Train midas model. Defaults to False. - fetch_features (bool, optional): Extract multi-scale features. Defaults to True. - layer_names (tuple, optional): Layers used for feature extraction. Order = (head output features, last layer features, ...decoder features). Defaults to ('out_conv', 'l4_rn', 'r4', 'r3', 'r2', 'r1'). - freeze_bn (bool, optional): Freeze BatchNorm. Generally results in better finetuning performance. Defaults to False. - keep_aspect_ratio (bool, optional): Keep the aspect ratio of input images while resizing. Defaults to True. - img_size (int, tuple, optional): Input resolution. Defaults to 384. - """ - super().__init__() - self.core = midas - self.output_channels = None - self.core_out = {} - self.trainable = trainable - self.fetch_features = fetch_features - # midas.scratch.output_conv = nn.Identity() - self.handles = [] - # self.layer_names = ['out_conv','l4_rn', 'r4', 'r3', 'r2', 'r1'] - self.layer_names = layer_names - - self.set_trainable(trainable) - self.set_fetch_features(fetch_features) - - self.prep = PrepForMidas(keep_aspect_ratio=keep_aspect_ratio, - img_size=img_size, do_resize=kwargs.get('do_resize', True)) - - if freeze_bn: - self.freeze_bn() - - def set_trainable(self, trainable): - self.trainable = trainable - if trainable: - self.unfreeze() - else: - self.freeze() - return self - - def set_fetch_features(self, fetch_features): - self.fetch_features = fetch_features - if fetch_features: - if len(self.handles) == 0: - self.attach_hooks(self.core) - else: - self.remove_hooks() - return self - - def freeze(self): - for p in self.parameters(): - p.requires_grad = False - self.trainable = False - return self - - def unfreeze(self): - for p in self.parameters(): - p.requires_grad = True - self.trainable = True - return self - - def freeze_bn(self): - for m in self.modules(): - if isinstance(m, nn.BatchNorm2d): - m.eval() - return self - - def forward(self, x, denorm=False, return_rel_depth=False): - # print('input to midas:', x.shape) - with torch.no_grad(): - if denorm: - x = denormalize(x) - x = self.prep(x) - - with torch.set_grad_enabled(self.trainable): - - rel_depth = self.core(x) - if not self.fetch_features: - return rel_depth - out = [self.core_out[k] for k in self.layer_names] - - if return_rel_depth: - return rel_depth, out - return out - - def get_rel_pos_params(self): - for name, p in self.core.pretrained.named_parameters(): - if "pos_embed" in name: - yield p - - def get_enc_params_except_rel_pos(self): - for name, p in self.core.pretrained.named_parameters(): - if "pos_embed" not in name: - yield p - - def freeze_encoder(self, freeze_rel_pos=False): - if freeze_rel_pos: - for p in self.core.pretrained.parameters(): - p.requires_grad = False - else: - for p in self.get_enc_params_except_rel_pos(): - p.requires_grad = False - return self - - def attach_hooks(self, midas): - if len(self.handles) > 0: - self.remove_hooks() - if "out_conv" in self.layer_names: - self.handles.append(list(midas.depth_head.scratch.output_conv2.children())[ - 1].register_forward_hook(get_activation("out_conv", self.core_out))) - if "r4" in self.layer_names: - self.handles.append(midas.depth_head.scratch.refinenet4.register_forward_hook( - get_activation("r4", self.core_out))) - if "r3" in self.layer_names: - self.handles.append(midas.depth_head.scratch.refinenet3.register_forward_hook( - get_activation("r3", self.core_out))) - if "r2" in self.layer_names: - self.handles.append(midas.depth_head.scratch.refinenet2.register_forward_hook( - get_activation("r2", self.core_out))) - if "r1" in self.layer_names: - self.handles.append(midas.depth_head.scratch.refinenet1.register_forward_hook( - get_activation("r1", self.core_out))) - if "l4_rn" in self.layer_names: - self.handles.append(midas.depth_head.scratch.layer4_rn.register_forward_hook( - get_activation("l4_rn", self.core_out))) - - return self - - def remove_hooks(self): - for h in self.handles: - h.remove() - return self - - def __del__(self): - self.remove_hooks() - - def set_output_channels(self): - self.output_channels = [256, 256, 256, 256, 256] - - @staticmethod - def build(midas_model_type="dinov2_large", train_midas=False, use_pretrained_midas=True, fetch_features=False, freeze_bn=True, force_keep_ar=False, force_reload=False, **kwargs): - if "img_size" in kwargs: - kwargs = DepthAnythingCore.parse_img_size(kwargs) - img_size = kwargs.pop("img_size", [384, 384]) - - depth_anything = DPT_DINOv2(out_channels=[256, 512, 1024, 1024], use_clstoken=False) - - state_dict = torch.load('./checkpoints/depth_anything_vitl14.pth', map_location='cpu') - depth_anything.load_state_dict(state_dict) - - kwargs.update({'keep_aspect_ratio': force_keep_ar}) - - depth_anything_core = DepthAnythingCore(depth_anything, trainable=train_midas, fetch_features=fetch_features, - freeze_bn=freeze_bn, img_size=img_size, **kwargs) - - depth_anything_core.set_output_channels() - return depth_anything_core - - @staticmethod - def parse_img_size(config): - assert 'img_size' in config - if isinstance(config['img_size'], str): - assert "," in config['img_size'], "img_size should be a string with comma separated img_size=H,W" - config['img_size'] = list(map(int, config['img_size'].split(","))) - assert len( - config['img_size']) == 2, "img_size should be a string with comma separated img_size=H,W" - elif isinstance(config['img_size'], int): - config['img_size'] = [config['img_size'], config['img_size']] - else: - assert isinstance(config['img_size'], list) and len( - config['img_size']) == 2, "img_size should be a list of H,W" - return config - - -nchannels2models = { - tuple([256]*5): ["DPT_BEiT_L_384", "DPT_BEiT_L_512", "DPT_BEiT_B_384", "DPT_SwinV2_L_384", "DPT_SwinV2_B_384", "DPT_SwinV2_T_256", "DPT_Large", "DPT_Hybrid"], - (512, 256, 128, 64, 64): ["MiDaS_small"] -} - -# Model name to number of output channels -MIDAS_SETTINGS = {m: k for k, v in nchannels2models.items() - for m in v - } diff --git a/depth_anything/metric_depth/zoedepth/models/base_models/dpt_dinov2/blocks.py b/depth_anything/metric_depth/zoedepth/models/base_models/dpt_dinov2/blocks.py deleted file mode 100644 index 38dbcfe..0000000 --- a/depth_anything/metric_depth/zoedepth/models/base_models/dpt_dinov2/blocks.py +++ /dev/null @@ -1,153 +0,0 @@ -import torch.nn as nn - - -def _make_scratch(in_shape, out_shape, groups=1, expand=False): - scratch = nn.Module() - - out_shape1 = out_shape - out_shape2 = out_shape - out_shape3 = out_shape - if len(in_shape) >= 4: - out_shape4 = out_shape - - if expand: - out_shape1 = out_shape - out_shape2 = out_shape*2 - out_shape3 = out_shape*4 - if len(in_shape) >= 4: - out_shape4 = out_shape*8 - - scratch.layer1_rn = nn.Conv2d( - in_shape[0], out_shape1, kernel_size=3, stride=1, padding=1, bias=False, groups=groups - ) - scratch.layer2_rn = nn.Conv2d( - in_shape[1], out_shape2, kernel_size=3, stride=1, padding=1, bias=False, groups=groups - ) - scratch.layer3_rn = nn.Conv2d( - in_shape[2], out_shape3, kernel_size=3, stride=1, padding=1, bias=False, groups=groups - ) - if len(in_shape) >= 4: - scratch.layer4_rn = nn.Conv2d( - in_shape[3], out_shape4, kernel_size=3, stride=1, padding=1, bias=False, groups=groups - ) - - return scratch - - -class ResidualConvUnit(nn.Module): - """Residual convolution module. - """ - - def __init__(self, features, activation, bn): - """Init. - - Args: - features (int): number of features - """ - super().__init__() - - self.bn = bn - - self.groups=1 - - self.conv1 = nn.Conv2d( - features, features, kernel_size=3, stride=1, padding=1, bias=True, groups=self.groups - ) - - self.conv2 = nn.Conv2d( - features, features, kernel_size=3, stride=1, padding=1, bias=True, groups=self.groups - ) - - if self.bn==True: - self.bn1 = nn.BatchNorm2d(features) - self.bn2 = nn.BatchNorm2d(features) - - self.activation = activation - - self.skip_add = nn.quantized.FloatFunctional() - - def forward(self, x): - """Forward pass. - - Args: - x (tensor): input - - Returns: - tensor: output - """ - - out = self.activation(x) - out = self.conv1(out) - if self.bn==True: - out = self.bn1(out) - - out = self.activation(out) - out = self.conv2(out) - if self.bn==True: - out = self.bn2(out) - - if self.groups > 1: - out = self.conv_merge(out) - - return self.skip_add.add(out, x) - - -class FeatureFusionBlock(nn.Module): - """Feature fusion block. - """ - - def __init__(self, features, activation, deconv=False, bn=False, expand=False, align_corners=True, size=None): - """Init. - - Args: - features (int): number of features - """ - super(FeatureFusionBlock, self).__init__() - - self.deconv = deconv - self.align_corners = align_corners - - self.groups=1 - - self.expand = expand - out_features = features - if self.expand==True: - out_features = features//2 - - self.out_conv = nn.Conv2d(features, out_features, kernel_size=1, stride=1, padding=0, bias=True, groups=1) - - self.resConfUnit1 = ResidualConvUnit(features, activation, bn) - self.resConfUnit2 = ResidualConvUnit(features, activation, bn) - - self.skip_add = nn.quantized.FloatFunctional() - - self.size=size - - def forward(self, *xs, size=None): - """Forward pass. - - Returns: - tensor: output - """ - output = xs[0] - - if len(xs) == 2: - res = self.resConfUnit1(xs[1]) - output = self.skip_add.add(output, res) - - output = self.resConfUnit2(output) - - if (size is None) and (self.size is None): - modifier = {"scale_factor": 2} - elif size is None: - modifier = {"size": self.size} - else: - modifier = {"size": size} - - output = nn.functional.interpolate( - output, **modifier, mode="bilinear", align_corners=self.align_corners - ) - - output = self.out_conv(output) - - return output diff --git a/depth_anything/metric_depth/zoedepth/models/base_models/dpt_dinov2/dpt.py b/depth_anything/metric_depth/zoedepth/models/base_models/dpt_dinov2/dpt.py deleted file mode 100644 index 4cfb869..0000000 --- a/depth_anything/metric_depth/zoedepth/models/base_models/dpt_dinov2/dpt.py +++ /dev/null @@ -1,157 +0,0 @@ -import torch -import torch.nn as nn - -from .blocks import FeatureFusionBlock, _make_scratch -import torch.nn.functional as F - - -def _make_fusion_block(features, use_bn, size = None): - return FeatureFusionBlock( - features, - nn.ReLU(False), - deconv=False, - bn=use_bn, - expand=False, - align_corners=True, - size=size, - ) - - -class DPTHead(nn.Module): - def __init__(self, in_channels, features=256, use_bn=False, out_channels=[256, 512, 1024, 1024], use_clstoken=False): - super(DPTHead, self).__init__() - - self.use_clstoken = use_clstoken - - # out_channels = [in_channels // 8, in_channels // 4, in_channels // 2, in_channels] - # out_channels = [in_channels // 4, in_channels // 2, in_channels, in_channels] - # out_channels = [in_channels, in_channels, in_channels, in_channels] - - self.projects = nn.ModuleList([ - nn.Conv2d( - in_channels=in_channels, - out_channels=out_channel, - kernel_size=1, - stride=1, - padding=0, - ) for out_channel in out_channels - ]) - - self.resize_layers = nn.ModuleList([ - nn.ConvTranspose2d( - in_channels=out_channels[0], - out_channels=out_channels[0], - kernel_size=4, - stride=4, - padding=0), - nn.ConvTranspose2d( - in_channels=out_channels[1], - out_channels=out_channels[1], - kernel_size=2, - stride=2, - padding=0), - nn.Identity(), - nn.Conv2d( - in_channels=out_channels[3], - out_channels=out_channels[3], - kernel_size=3, - stride=2, - padding=1) - ]) - - if use_clstoken: - self.readout_projects = nn.ModuleList() - for _ in range(len(self.projects)): - self.readout_projects.append( - nn.Sequential( - nn.Linear(2 * in_channels, in_channels), - nn.GELU())) - - self.scratch = _make_scratch( - out_channels, - features, - groups=1, - expand=False, - ) - - self.scratch.stem_transpose = None - - self.scratch.refinenet1 = _make_fusion_block(features, use_bn) - self.scratch.refinenet2 = _make_fusion_block(features, use_bn) - self.scratch.refinenet3 = _make_fusion_block(features, use_bn) - self.scratch.refinenet4 = _make_fusion_block(features, use_bn) - - head_features_1 = features - head_features_2 = 32 - - self.scratch.output_conv1 = nn.Conv2d(head_features_1, head_features_1 // 2, kernel_size=3, stride=1, padding=1) - - self.scratch.output_conv2 = nn.Sequential( - nn.Conv2d(head_features_1 // 2, head_features_2, kernel_size=3, stride=1, padding=1), - nn.ReLU(True), - nn.Conv2d(head_features_2, 1, kernel_size=1, stride=1, padding=0), - nn.ReLU(True), - nn.Identity(), - ) - - def forward(self, out_features, patch_h, patch_w): - out = [] - for i, x in enumerate(out_features): - if self.use_clstoken: - x, cls_token = x[0], x[1] - readout = cls_token.unsqueeze(1).expand_as(x) - x = self.readout_projects[i](torch.cat((x, readout), -1)) - else: - x = x[0] - - x = x.permute(0, 2, 1).reshape((x.shape[0], x.shape[-1], patch_h, patch_w)) - - x = self.projects[i](x) - x = self.resize_layers[i](x) - - out.append(x) - - layer_1, layer_2, layer_3, layer_4 = out - - layer_1_rn = self.scratch.layer1_rn(layer_1) - layer_2_rn = self.scratch.layer2_rn(layer_2) - layer_3_rn = self.scratch.layer3_rn(layer_3) - layer_4_rn = self.scratch.layer4_rn(layer_4) - - path_4 = self.scratch.refinenet4(layer_4_rn, size=layer_3_rn.shape[2:]) - path_3 = self.scratch.refinenet3(path_4, layer_3_rn, size=layer_2_rn.shape[2:]) - path_2 = self.scratch.refinenet2(path_3, layer_2_rn, size=layer_1_rn.shape[2:]) - path_1 = self.scratch.refinenet1(path_2, layer_1_rn) - - out = self.scratch.output_conv1(path_1) - out = F.interpolate(out, (int(patch_h * 14), int(patch_w * 14)), mode="bilinear", align_corners=True) - out = self.scratch.output_conv2(out) - - return out - - -class DPT_DINOv2(nn.Module): - def __init__(self, encoder='vitl', features=256, use_bn=False, out_channels=[256, 512, 1024, 1024], use_clstoken=False): - - super(DPT_DINOv2, self).__init__() - - torch.manual_seed(1) - - self.pretrained = torch.hub.load('../torchhub/facebookresearch_dinov2_main', 'dinov2_{:}14'.format(encoder), source='local', pretrained=False) - - dim = self.pretrained.blocks[0].attn.qkv.in_features - - self.depth_head = DPTHead(dim, features, use_bn, out_channels=out_channels, use_clstoken=use_clstoken) - - def forward(self, x): - h, w = x.shape[-2:] - - features = self.pretrained.get_intermediate_layers(x, 4, return_class_token=True) - - patch_h, patch_w = h // 14, w // 14 - - depth = self.depth_head(features, patch_h, patch_w) - depth = F.interpolate(depth, size=(h, w), mode="bilinear", align_corners=True) - depth = F.relu(depth) - - return depth.squeeze(1) diff --git a/depth_anything/metric_depth/zoedepth/models/base_models/midas.py b/depth_anything/metric_depth/zoedepth/models/base_models/midas.py deleted file mode 100644 index 209958e..0000000 --- a/depth_anything/metric_depth/zoedepth/models/base_models/midas.py +++ /dev/null @@ -1,380 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import torch -import torch.nn as nn -import numpy as np -from torchvision.transforms import Normalize - - -def denormalize(x): - """Reverses the imagenet normalization applied to the input. - - Args: - x (torch.Tensor - shape(N,3,H,W)): input tensor - - Returns: - torch.Tensor - shape(N,3,H,W): Denormalized input - """ - mean = torch.Tensor([0.485, 0.456, 0.406]).view(1, 3, 1, 1).to(x.device) - std = torch.Tensor([0.229, 0.224, 0.225]).view(1, 3, 1, 1).to(x.device) - return x * std + mean - -def get_activation(name, bank): - def hook(model, input, output): - bank[name] = output - return hook - - -class Resize(object): - """Resize sample to given size (width, height). - """ - - def __init__( - self, - width, - height, - resize_target=True, - keep_aspect_ratio=False, - ensure_multiple_of=1, - resize_method="lower_bound", - ): - """Init. - Args: - width (int): desired output width - height (int): desired output height - resize_target (bool, optional): - True: Resize the full sample (image, mask, target). - False: Resize image only. - Defaults to True. - keep_aspect_ratio (bool, optional): - True: Keep the aspect ratio of the input sample. - Output sample might not have the given width and height, and - resize behaviour depends on the parameter 'resize_method'. - Defaults to False. - ensure_multiple_of (int, optional): - Output width and height is constrained to be multiple of this parameter. - Defaults to 1. - resize_method (str, optional): - "lower_bound": Output will be at least as large as the given size. - "upper_bound": Output will be at max as large as the given size. (Output size might be smaller than given size.) - "minimal": Scale as least as possible. (Output size might be smaller than given size.) - Defaults to "lower_bound". - """ - print("Params passed to Resize transform:") - print("\twidth: ", width) - print("\theight: ", height) - print("\tresize_target: ", resize_target) - print("\tkeep_aspect_ratio: ", keep_aspect_ratio) - print("\tensure_multiple_of: ", ensure_multiple_of) - print("\tresize_method: ", resize_method) - - self.__width = width - self.__height = height - - self.__keep_aspect_ratio = keep_aspect_ratio - self.__multiple_of = ensure_multiple_of - self.__resize_method = resize_method - - def constrain_to_multiple_of(self, x, min_val=0, max_val=None): - y = (np.round(x / self.__multiple_of) * self.__multiple_of).astype(int) - - if max_val is not None and y > max_val: - y = (np.floor(x / self.__multiple_of) - * self.__multiple_of).astype(int) - - if y < min_val: - y = (np.ceil(x / self.__multiple_of) - * self.__multiple_of).astype(int) - - return y - - def get_size(self, width, height): - # determine new height and width - scale_height = self.__height / height - scale_width = self.__width / width - - if self.__keep_aspect_ratio: - if self.__resize_method == "lower_bound": - # scale such that output size is lower bound - if scale_width > scale_height: - # fit width - scale_height = scale_width - else: - # fit height - scale_width = scale_height - elif self.__resize_method == "upper_bound": - # scale such that output size is upper bound - if scale_width < scale_height: - # fit width - scale_height = scale_width - else: - # fit height - scale_width = scale_height - elif self.__resize_method == "minimal": - # scale as least as possbile - if abs(1 - scale_width) < abs(1 - scale_height): - # fit width - scale_height = scale_width - else: - # fit height - scale_width = scale_height - else: - raise ValueError( - f"resize_method {self.__resize_method} not implemented" - ) - - if self.__resize_method == "lower_bound": - new_height = self.constrain_to_multiple_of( - scale_height * height, min_val=self.__height - ) - new_width = self.constrain_to_multiple_of( - scale_width * width, min_val=self.__width - ) - elif self.__resize_method == "upper_bound": - new_height = self.constrain_to_multiple_of( - scale_height * height, max_val=self.__height - ) - new_width = self.constrain_to_multiple_of( - scale_width * width, max_val=self.__width - ) - elif self.__resize_method == "minimal": - new_height = self.constrain_to_multiple_of(scale_height * height) - new_width = self.constrain_to_multiple_of(scale_width * width) - else: - raise ValueError( - f"resize_method {self.__resize_method} not implemented") - - return (new_width, new_height) - - def __call__(self, x): - width, height = self.get_size(*x.shape[-2:][::-1]) - return nn.functional.interpolate(x, (height, width), mode='bilinear', align_corners=True) - -class PrepForMidas(object): - def __init__(self, resize_mode="minimal", keep_aspect_ratio=True, img_size=384, do_resize=True): - if isinstance(img_size, int): - img_size = (img_size, img_size) - net_h, net_w = img_size - self.normalization = Normalize( - mean=[0.5, 0.5, 0.5], std=[0.5, 0.5, 0.5]) - self.resizer = Resize(net_w, net_h, keep_aspect_ratio=keep_aspect_ratio, ensure_multiple_of=32, resize_method=resize_mode) \ - if do_resize else nn.Identity() - - def __call__(self, x): - return self.normalization(self.resizer(x)) - - -class MidasCore(nn.Module): - def __init__(self, midas, trainable=False, fetch_features=True, layer_names=('out_conv', 'l4_rn', 'r4', 'r3', 'r2', 'r1'), freeze_bn=False, keep_aspect_ratio=True, - img_size=384, **kwargs): - """Midas Base model used for multi-scale feature extraction. - - Args: - midas (torch.nn.Module): Midas model. - trainable (bool, optional): Train midas model. Defaults to False. - fetch_features (bool, optional): Extract multi-scale features. Defaults to True. - layer_names (tuple, optional): Layers used for feature extraction. Order = (head output features, last layer features, ...decoder features). Defaults to ('out_conv', 'l4_rn', 'r4', 'r3', 'r2', 'r1'). - freeze_bn (bool, optional): Freeze BatchNorm. Generally results in better finetuning performance. Defaults to False. - keep_aspect_ratio (bool, optional): Keep the aspect ratio of input images while resizing. Defaults to True. - img_size (int, tuple, optional): Input resolution. Defaults to 384. - """ - super().__init__() - self.core = midas - self.output_channels = None - self.core_out = {} - self.trainable = trainable - self.fetch_features = fetch_features - # midas.scratch.output_conv = nn.Identity() - self.handles = [] - # self.layer_names = ['out_conv','l4_rn', 'r4', 'r3', 'r2', 'r1'] - self.layer_names = layer_names - - self.set_trainable(trainable) - self.set_fetch_features(fetch_features) - - self.prep = PrepForMidas(keep_aspect_ratio=keep_aspect_ratio, - img_size=img_size, do_resize=kwargs.get('do_resize', True)) - - if freeze_bn: - self.freeze_bn() - - def set_trainable(self, trainable): - self.trainable = trainable - if trainable: - self.unfreeze() - else: - self.freeze() - return self - - def set_fetch_features(self, fetch_features): - self.fetch_features = fetch_features - if fetch_features: - if len(self.handles) == 0: - self.attach_hooks(self.core) - else: - self.remove_hooks() - return self - - def freeze(self): - for p in self.parameters(): - p.requires_grad = False - self.trainable = False - return self - - def unfreeze(self): - for p in self.parameters(): - p.requires_grad = True - self.trainable = True - return self - - def freeze_bn(self): - for m in self.modules(): - if isinstance(m, nn.BatchNorm2d): - m.eval() - return self - - def forward(self, x, denorm=False, return_rel_depth=False): - # print('input to midas:', x.shape) - with torch.no_grad(): - if denorm: - x = denormalize(x) - x = self.prep(x) - # print("Shape after prep: ", x.shape) - # print('pre-processed:', x.shape) - - with torch.set_grad_enabled(self.trainable): - - # print("Input size to Midascore", x.shape) - rel_depth = self.core(x) - # print("Output from midas shape", rel_depth.shape) - if not self.fetch_features: - return rel_depth - out = [self.core_out[k] for k in self.layer_names] - - if return_rel_depth: - return rel_depth, out - return out - - def get_rel_pos_params(self): - for name, p in self.core.pretrained.named_parameters(): - if "relative_position" in name: - yield p - - def get_enc_params_except_rel_pos(self): - for name, p in self.core.pretrained.named_parameters(): - if "relative_position" not in name: - yield p - - def freeze_encoder(self, freeze_rel_pos=False): - if freeze_rel_pos: - for p in self.core.pretrained.parameters(): - p.requires_grad = False - else: - for p in self.get_enc_params_except_rel_pos(): - p.requires_grad = False - return self - - def attach_hooks(self, midas): - if len(self.handles) > 0: - self.remove_hooks() - if "out_conv" in self.layer_names: - self.handles.append(list(midas.scratch.output_conv.children())[ - 3].register_forward_hook(get_activation("out_conv", self.core_out))) - if "r4" in self.layer_names: - self.handles.append(midas.scratch.refinenet4.register_forward_hook( - get_activation("r4", self.core_out))) - if "r3" in self.layer_names: - self.handles.append(midas.scratch.refinenet3.register_forward_hook( - get_activation("r3", self.core_out))) - if "r2" in self.layer_names: - self.handles.append(midas.scratch.refinenet2.register_forward_hook( - get_activation("r2", self.core_out))) - if "r1" in self.layer_names: - self.handles.append(midas.scratch.refinenet1.register_forward_hook( - get_activation("r1", self.core_out))) - if "l4_rn" in self.layer_names: - self.handles.append(midas.scratch.layer4_rn.register_forward_hook( - get_activation("l4_rn", self.core_out))) - - return self - - def remove_hooks(self): - for h in self.handles: - h.remove() - return self - - def __del__(self): - self.remove_hooks() - - def set_output_channels(self, model_type): - self.output_channels = MIDAS_SETTINGS[model_type] - - @staticmethod - def build(midas_model_type="DPT_BEiT_L_384", train_midas=False, use_pretrained_midas=True, fetch_features=False, freeze_bn=True, force_keep_ar=False, force_reload=False, **kwargs): - if midas_model_type not in MIDAS_SETTINGS: - raise ValueError( - f"Invalid model type: {midas_model_type}. Must be one of {list(MIDAS_SETTINGS.keys())}") - if "img_size" in kwargs: - kwargs = MidasCore.parse_img_size(kwargs) - img_size = kwargs.pop("img_size", [384, 384]) - # print("img_size", img_size) - midas = torch.hub.load("intel-isl/MiDaS", midas_model_type, - pretrained=use_pretrained_midas, force_reload=force_reload) - kwargs.update({'keep_aspect_ratio': force_keep_ar}) - midas_core = MidasCore(midas, trainable=train_midas, fetch_features=fetch_features, - freeze_bn=freeze_bn, img_size=img_size, **kwargs) - midas_core.set_output_channels(midas_model_type) - return midas_core - - @staticmethod - def build_from_config(config): - return MidasCore.build(**config) - - @staticmethod - def parse_img_size(config): - assert 'img_size' in config - if isinstance(config['img_size'], str): - assert "," in config['img_size'], "img_size should be a string with comma separated img_size=H,W" - config['img_size'] = list(map(int, config['img_size'].split(","))) - assert len( - config['img_size']) == 2, "img_size should be a string with comma separated img_size=H,W" - elif isinstance(config['img_size'], int): - config['img_size'] = [config['img_size'], config['img_size']] - else: - assert isinstance(config['img_size'], list) and len( - config['img_size']) == 2, "img_size should be a list of H,W" - return config - - -nchannels2models = { - tuple([256]*5): ["DPT_BEiT_L_384", "DPT_BEiT_L_512", "DPT_BEiT_B_384", "DPT_SwinV2_L_384", "DPT_SwinV2_B_384", "DPT_SwinV2_T_256", "DPT_Large", "DPT_Hybrid"], - (512, 256, 128, 64, 64): ["MiDaS_small"] -} - -# Model name to number of output channels -MIDAS_SETTINGS = {m: k for k, v in nchannels2models.items() - for m in v - } -# print('MIDAS_SETTINGS:', MIDAS_SETTINGS) \ No newline at end of file diff --git a/depth_anything/metric_depth/zoedepth/models/builder.py b/depth_anything/metric_depth/zoedepth/models/builder.py deleted file mode 100644 index 4363d59..0000000 --- a/depth_anything/metric_depth/zoedepth/models/builder.py +++ /dev/null @@ -1,51 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -from importlib import import_module -from zoedepth.models.depth_model import DepthModel - -def build_model(config) -> DepthModel: - """Builds a model from a config. The model is specified by the model name and version in the config. The model is then constructed using the build_from_config function of the model interface. - This function should be used to construct models for training and evaluation. - - Args: - config (dict): Config dict. Config is constructed in utils/config.py. Each model has its own config file(s) saved in its root model folder. - - Returns: - torch.nn.Module: Model corresponding to name and version as specified in config - """ - module_name = f"zoedepth.models.{config.model}" - try: - module = import_module(module_name) - except ModuleNotFoundError as e: - # print the original error message - print(e) - raise ValueError( - f"Model {config.model} not found. Refer above error for details.") from e - try: - get_version = getattr(module, "get_version") - except AttributeError as e: - raise ValueError( - f"Model {config.model} has no get_version function.") from e - return get_version(config.version_name).build_from_config(config) diff --git a/depth_anything/metric_depth/zoedepth/models/depth_model.py b/depth_anything/metric_depth/zoedepth/models/depth_model.py deleted file mode 100644 index fc421c1..0000000 --- a/depth_anything/metric_depth/zoedepth/models/depth_model.py +++ /dev/null @@ -1,152 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import numpy as np -import torch -import torch.nn as nn -import torch.nn.functional as F -from torchvision import transforms -import PIL.Image -from PIL import Image -from typing import Union - - -class DepthModel(nn.Module): - def __init__(self): - super().__init__() - self.device = 'cpu' - - def to(self, device) -> nn.Module: - self.device = device - return super().to(device) - - def forward(self, x, *args, **kwargs): - raise NotImplementedError - - def _infer(self, x: torch.Tensor): - """ - Inference interface for the model - Args: - x (torch.Tensor): input tensor of shape (b, c, h, w) - Returns: - torch.Tensor: output tensor of shape (b, 1, h, w) - """ - return self(x)['metric_depth'] - - def _infer_with_pad_aug(self, x: torch.Tensor, pad_input: bool=True, fh: float=3, fw: float=3, upsampling_mode: str='bicubic', padding_mode="reflect", **kwargs) -> torch.Tensor: - """ - Inference interface for the model with padding augmentation - Padding augmentation fixes the boundary artifacts in the output depth map. - Boundary artifacts are sometimes caused by the fact that the model is trained on NYU raw dataset which has a black or white border around the image. - This augmentation pads the input image and crops the prediction back to the original size / view. - - Note: This augmentation is not required for the models trained with 'avoid_boundary'=True. - Args: - x (torch.Tensor): input tensor of shape (b, c, h, w) - pad_input (bool, optional): whether to pad the input or not. Defaults to True. - fh (float, optional): height padding factor. The padding is calculated as sqrt(h/2) * fh. Defaults to 3. - fw (float, optional): width padding factor. The padding is calculated as sqrt(w/2) * fw. Defaults to 3. - upsampling_mode (str, optional): upsampling mode. Defaults to 'bicubic'. - padding_mode (str, optional): padding mode. Defaults to "reflect". - Returns: - torch.Tensor: output tensor of shape (b, 1, h, w) - """ - # assert x is nchw and c = 3 - assert x.dim() == 4, "x must be 4 dimensional, got {}".format(x.dim()) - assert x.shape[1] == 3, "x must have 3 channels, got {}".format(x.shape[1]) - - if pad_input: - assert fh > 0 or fw > 0, "atlease one of fh and fw must be greater than 0" - pad_h = int(np.sqrt(x.shape[2]/2) * fh) - pad_w = int(np.sqrt(x.shape[3]/2) * fw) - padding = [pad_w, pad_w] - if pad_h > 0: - padding += [pad_h, pad_h] - - x = F.pad(x, padding, mode=padding_mode, **kwargs) - out = self._infer(x) - if out.shape[-2:] != x.shape[-2:]: - out = F.interpolate(out, size=(x.shape[2], x.shape[3]), mode=upsampling_mode, align_corners=False) - if pad_input: - # crop to the original size, handling the case where pad_h and pad_w is 0 - if pad_h > 0: - out = out[:, :, pad_h:-pad_h,:] - if pad_w > 0: - out = out[:, :, :, pad_w:-pad_w] - return out - - def infer_with_flip_aug(self, x, pad_input: bool=True, **kwargs) -> torch.Tensor: - """ - Inference interface for the model with horizontal flip augmentation - Horizontal flip augmentation improves the accuracy of the model by averaging the output of the model with and without horizontal flip. - Args: - x (torch.Tensor): input tensor of shape (b, c, h, w) - pad_input (bool, optional): whether to use padding augmentation. Defaults to True. - Returns: - torch.Tensor: output tensor of shape (b, 1, h, w) - """ - # infer with horizontal flip and average - out = self._infer_with_pad_aug(x, pad_input=pad_input, **kwargs) - out_flip = self._infer_with_pad_aug(torch.flip(x, dims=[3]), pad_input=pad_input, **kwargs) - out = (out + torch.flip(out_flip, dims=[3])) / 2 - return out - - def infer(self, x, pad_input: bool=True, with_flip_aug: bool=True, **kwargs) -> torch.Tensor: - """ - Inference interface for the model - Args: - x (torch.Tensor): input tensor of shape (b, c, h, w) - pad_input (bool, optional): whether to use padding augmentation. Defaults to True. - with_flip_aug (bool, optional): whether to use horizontal flip augmentation. Defaults to True. - Returns: - torch.Tensor: output tensor of shape (b, 1, h, w) - """ - if with_flip_aug: - return self.infer_with_flip_aug(x, pad_input=pad_input, **kwargs) - else: - return self._infer_with_pad_aug(x, pad_input=pad_input, **kwargs) - - @torch.no_grad() - def infer_pil(self, pil_img, pad_input: bool=True, with_flip_aug: bool=True, output_type: str="numpy", **kwargs) -> Union[np.ndarray, PIL.Image.Image, torch.Tensor]: - """ - Inference interface for the model for PIL image - Args: - pil_img (PIL.Image.Image): input PIL image - pad_input (bool, optional): whether to use padding augmentation. Defaults to True. - with_flip_aug (bool, optional): whether to use horizontal flip augmentation. Defaults to True. - output_type (str, optional): output type. Supported values are 'numpy', 'pil' and 'tensor'. Defaults to "numpy". - """ - x = transforms.ToTensor()(pil_img).unsqueeze(0).to(self.device) - out_tensor = self.infer(x, pad_input=pad_input, with_flip_aug=with_flip_aug, **kwargs) - if output_type == "numpy": - return out_tensor.squeeze().cpu().numpy() - elif output_type == "pil": - # uint16 is required for depth pil image - out_16bit_numpy = (out_tensor.squeeze().cpu().numpy()*256).astype(np.uint16) - return Image.fromarray(out_16bit_numpy) - elif output_type == "tensor": - return out_tensor.squeeze().cpu() - else: - raise ValueError(f"output_type {output_type} not supported. Supported values are 'numpy', 'pil' and 'tensor'") - \ No newline at end of file diff --git a/depth_anything/metric_depth/zoedepth/models/layers/attractor.py b/depth_anything/metric_depth/zoedepth/models/layers/attractor.py deleted file mode 100644 index 2a8efe6..0000000 --- a/depth_anything/metric_depth/zoedepth/models/layers/attractor.py +++ /dev/null @@ -1,208 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import torch -import torch.nn as nn - - -@torch.jit.script -def exp_attractor(dx, alpha: float = 300, gamma: int = 2): - """Exponential attractor: dc = exp(-alpha*|dx|^gamma) * dx , where dx = a - c, a = attractor point, c = bin center, dc = shift in bin centermmary for exp_attractor - - Args: - dx (torch.Tensor): The difference tensor dx = Ai - Cj, where Ai is the attractor point and Cj is the bin center. - alpha (float, optional): Proportional Attractor strength. Determines the absolute strength. Lower alpha = greater attraction. Defaults to 300. - gamma (int, optional): Exponential Attractor strength. Determines the "region of influence" and indirectly number of bin centers affected. Lower gamma = farther reach. Defaults to 2. - - Returns: - torch.Tensor : Delta shifts - dc; New bin centers = Old bin centers + dc - """ - return torch.exp(-alpha*(torch.abs(dx)**gamma)) * (dx) - - -@torch.jit.script -def inv_attractor(dx, alpha: float = 300, gamma: int = 2): - """Inverse attractor: dc = dx / (1 + alpha*dx^gamma), where dx = a - c, a = attractor point, c = bin center, dc = shift in bin center - This is the default one according to the accompanying paper. - - Args: - dx (torch.Tensor): The difference tensor dx = Ai - Cj, where Ai is the attractor point and Cj is the bin center. - alpha (float, optional): Proportional Attractor strength. Determines the absolute strength. Lower alpha = greater attraction. Defaults to 300. - gamma (int, optional): Exponential Attractor strength. Determines the "region of influence" and indirectly number of bin centers affected. Lower gamma = farther reach. Defaults to 2. - - Returns: - torch.Tensor: Delta shifts - dc; New bin centers = Old bin centers + dc - """ - return dx.div(1+alpha*dx.pow(gamma)) - - -class AttractorLayer(nn.Module): - def __init__(self, in_features, n_bins, n_attractors=16, mlp_dim=128, min_depth=1e-3, max_depth=10, - alpha=300, gamma=2, kind='sum', attractor_type='exp', memory_efficient=False): - """ - Attractor layer for bin centers. Bin centers are bounded on the interval (min_depth, max_depth) - """ - super().__init__() - - self.n_attractors = n_attractors - self.n_bins = n_bins - self.min_depth = min_depth - self.max_depth = max_depth - self.alpha = alpha - self.gamma = gamma - self.kind = kind - self.attractor_type = attractor_type - self.memory_efficient = memory_efficient - - self._net = nn.Sequential( - nn.Conv2d(in_features, mlp_dim, 1, 1, 0), - nn.ReLU(inplace=True), - nn.Conv2d(mlp_dim, n_attractors*2, 1, 1, 0), # x2 for linear norm - nn.ReLU(inplace=True) - ) - - def forward(self, x, b_prev, prev_b_embedding=None, interpolate=True, is_for_query=False): - """ - Args: - x (torch.Tensor) : feature block; shape - n, c, h, w - b_prev (torch.Tensor) : previous bin centers normed; shape - n, prev_nbins, h, w - - Returns: - tuple(torch.Tensor,torch.Tensor) : new bin centers normed and scaled; shape - n, nbins, h, w - """ - if prev_b_embedding is not None: - if interpolate: - prev_b_embedding = nn.functional.interpolate( - prev_b_embedding, x.shape[-2:], mode='bilinear', align_corners=True) - x = x + prev_b_embedding - - A = self._net(x) - eps = 1e-3 - A = A + eps - n, c, h, w = A.shape - A = A.view(n, self.n_attractors, 2, h, w) - A_normed = A / A.sum(dim=2, keepdim=True) # n, a, 2, h, w - A_normed = A[:, :, 0, ...] # n, na, h, w - - b_prev = nn.functional.interpolate( - b_prev, (h, w), mode='bilinear', align_corners=True) - b_centers = b_prev - - if self.attractor_type == 'exp': - dist = exp_attractor - else: - dist = inv_attractor - - if not self.memory_efficient: - func = {'mean': torch.mean, 'sum': torch.sum}[self.kind] - # .shape N, nbins, h, w - delta_c = func(dist(A_normed.unsqueeze( - 2) - b_centers.unsqueeze(1)), dim=1) - else: - delta_c = torch.zeros_like(b_centers, device=b_centers.device) - for i in range(self.n_attractors): - # .shape N, nbins, h, w - delta_c += dist(A_normed[:, i, ...].unsqueeze(1) - b_centers) - - if self.kind == 'mean': - delta_c = delta_c / self.n_attractors - - b_new_centers = b_centers + delta_c - B_centers = (self.max_depth - self.min_depth) * \ - b_new_centers + self.min_depth - B_centers, _ = torch.sort(B_centers, dim=1) - B_centers = torch.clip(B_centers, self.min_depth, self.max_depth) - return b_new_centers, B_centers - - -class AttractorLayerUnnormed(nn.Module): - def __init__(self, in_features, n_bins, n_attractors=16, mlp_dim=128, min_depth=1e-3, max_depth=10, - alpha=300, gamma=2, kind='sum', attractor_type='exp', memory_efficient=False): - """ - Attractor layer for bin centers. Bin centers are unbounded - """ - super().__init__() - - self.n_attractors = n_attractors - self.n_bins = n_bins - self.min_depth = min_depth - self.max_depth = max_depth - self.alpha = alpha - self.gamma = gamma - self.kind = kind - self.attractor_type = attractor_type - self.memory_efficient = memory_efficient - - self._net = nn.Sequential( - nn.Conv2d(in_features, mlp_dim, 1, 1, 0), - nn.ReLU(inplace=True), - nn.Conv2d(mlp_dim, n_attractors, 1, 1, 0), - nn.Softplus() - ) - - def forward(self, x, b_prev, prev_b_embedding=None, interpolate=True, is_for_query=False): - """ - Args: - x (torch.Tensor) : feature block; shape - n, c, h, w - b_prev (torch.Tensor) : previous bin centers normed; shape - n, prev_nbins, h, w - - Returns: - tuple(torch.Tensor,torch.Tensor) : new bin centers unbounded; shape - n, nbins, h, w. Two outputs just to keep the API consistent with the normed version - """ - if prev_b_embedding is not None: - if interpolate: - prev_b_embedding = nn.functional.interpolate( - prev_b_embedding, x.shape[-2:], mode='bilinear', align_corners=True) - x = x + prev_b_embedding - - A = self._net(x) - n, c, h, w = A.shape - - b_prev = nn.functional.interpolate( - b_prev, (h, w), mode='bilinear', align_corners=True) - b_centers = b_prev - - if self.attractor_type == 'exp': - dist = exp_attractor - else: - dist = inv_attractor - - if not self.memory_efficient: - func = {'mean': torch.mean, 'sum': torch.sum}[self.kind] - # .shape N, nbins, h, w - delta_c = func( - dist(A.unsqueeze(2) - b_centers.unsqueeze(1)), dim=1) - else: - delta_c = torch.zeros_like(b_centers, device=b_centers.device) - for i in range(self.n_attractors): - delta_c += dist(A[:, i, ...].unsqueeze(1) - - b_centers) # .shape N, nbins, h, w - - if self.kind == 'mean': - delta_c = delta_c / self.n_attractors - - b_new_centers = b_centers + delta_c - B_centers = b_new_centers - - return b_new_centers, B_centers diff --git a/depth_anything/metric_depth/zoedepth/models/layers/dist_layers.py b/depth_anything/metric_depth/zoedepth/models/layers/dist_layers.py deleted file mode 100644 index 3208405..0000000 --- a/depth_anything/metric_depth/zoedepth/models/layers/dist_layers.py +++ /dev/null @@ -1,121 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import torch -import torch.nn as nn - - -def log_binom(n, k, eps=1e-7): - """ log(nCk) using stirling approximation """ - n = n + eps - k = k + eps - return n * torch.log(n) - k * torch.log(k) - (n-k) * torch.log(n-k+eps) - - -class LogBinomial(nn.Module): - def __init__(self, n_classes=256, act=torch.softmax): - """Compute log binomial distribution for n_classes - - Args: - n_classes (int, optional): number of output classes. Defaults to 256. - """ - super().__init__() - self.K = n_classes - self.act = act - self.register_buffer('k_idx', torch.arange( - 0, n_classes).view(1, -1, 1, 1)) - self.register_buffer('K_minus_1', torch.Tensor( - [self.K-1]).view(1, -1, 1, 1)) - - def forward(self, x, t=1., eps=1e-4): - """Compute log binomial distribution for x - - Args: - x (torch.Tensor - NCHW): probabilities - t (float, torch.Tensor - NCHW, optional): Temperature of distribution. Defaults to 1.. - eps (float, optional): Small number for numerical stability. Defaults to 1e-4. - - Returns: - torch.Tensor -NCHW: log binomial distribution logbinomial(p;t) - """ - if x.ndim == 3: - x = x.unsqueeze(1) # make it nchw - - one_minus_x = torch.clamp(1 - x, eps, 1) - x = torch.clamp(x, eps, 1) - y = log_binom(self.K_minus_1, self.k_idx) + self.k_idx * \ - torch.log(x) + (self.K - 1 - self.k_idx) * torch.log(one_minus_x) - return self.act(y/t, dim=1) - - -class ConditionalLogBinomial(nn.Module): - def __init__(self, in_features, condition_dim, n_classes=256, bottleneck_factor=2, p_eps=1e-4, max_temp=50, min_temp=1e-7, act=torch.softmax): - """Conditional Log Binomial distribution - - Args: - in_features (int): number of input channels in main feature - condition_dim (int): number of input channels in condition feature - n_classes (int, optional): Number of classes. Defaults to 256. - bottleneck_factor (int, optional): Hidden dim factor. Defaults to 2. - p_eps (float, optional): small eps value. Defaults to 1e-4. - max_temp (float, optional): Maximum temperature of output distribution. Defaults to 50. - min_temp (float, optional): Minimum temperature of output distribution. Defaults to 1e-7. - """ - super().__init__() - self.p_eps = p_eps - self.max_temp = max_temp - self.min_temp = min_temp - self.log_binomial_transform = LogBinomial(n_classes, act=act) - bottleneck = (in_features + condition_dim) // bottleneck_factor - self.mlp = nn.Sequential( - nn.Conv2d(in_features + condition_dim, bottleneck, - kernel_size=1, stride=1, padding=0), - nn.GELU(), - # 2 for p linear norm, 2 for t linear norm - nn.Conv2d(bottleneck, 2+2, kernel_size=1, stride=1, padding=0), - nn.Softplus() - ) - - def forward(self, x, cond): - """Forward pass - - Args: - x (torch.Tensor - NCHW): Main feature - cond (torch.Tensor - NCHW): condition feature - - Returns: - torch.Tensor: Output log binomial distribution - """ - pt = self.mlp(torch.concat((x, cond), dim=1)) - p, t = pt[:, :2, ...], pt[:, 2:, ...] - - p = p + self.p_eps - p = p[:, 0, ...] / (p[:, 0, ...] + p[:, 1, ...]) - - t = t + self.p_eps - t = t[:, 0, ...] / (t[:, 0, ...] + t[:, 1, ...]) - t = t.unsqueeze(1) - t = (self.max_temp - self.min_temp) * t + self.min_temp - - return self.log_binomial_transform(p, t) diff --git a/depth_anything/metric_depth/zoedepth/models/layers/localbins_layers.py b/depth_anything/metric_depth/zoedepth/models/layers/localbins_layers.py deleted file mode 100644 index f944816..0000000 --- a/depth_anything/metric_depth/zoedepth/models/layers/localbins_layers.py +++ /dev/null @@ -1,169 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import torch -import torch.nn as nn - - -class SeedBinRegressor(nn.Module): - def __init__(self, in_features, n_bins=16, mlp_dim=256, min_depth=1e-3, max_depth=10): - """Bin center regressor network. Bin centers are bounded on (min_depth, max_depth) interval. - - Args: - in_features (int): input channels - n_bins (int, optional): Number of bin centers. Defaults to 16. - mlp_dim (int, optional): Hidden dimension. Defaults to 256. - min_depth (float, optional): Min depth value. Defaults to 1e-3. - max_depth (float, optional): Max depth value. Defaults to 10. - """ - super().__init__() - self.version = "1_1" - self.min_depth = min_depth - self.max_depth = max_depth - - self._net = nn.Sequential( - nn.Conv2d(in_features, mlp_dim, 1, 1, 0), - nn.ReLU(inplace=True), - nn.Conv2d(mlp_dim, n_bins, 1, 1, 0), - nn.ReLU(inplace=True) - ) - - def forward(self, x): - """ - Returns tensor of bin_width vectors (centers). One vector b for every pixel - """ - B = self._net(x) - eps = 1e-3 - B = B + eps - B_widths_normed = B / B.sum(dim=1, keepdim=True) - B_widths = (self.max_depth - self.min_depth) * \ - B_widths_normed # .shape NCHW - # pad has the form (left, right, top, bottom, front, back) - B_widths = nn.functional.pad( - B_widths, (0, 0, 0, 0, 1, 0), mode='constant', value=self.min_depth) - B_edges = torch.cumsum(B_widths, dim=1) # .shape NCHW - - B_centers = 0.5 * (B_edges[:, :-1, ...] + B_edges[:, 1:, ...]) - return B_widths_normed, B_centers - - -class SeedBinRegressorUnnormed(nn.Module): - def __init__(self, in_features, n_bins=16, mlp_dim=256, min_depth=1e-3, max_depth=10): - """Bin center regressor network. Bin centers are unbounded - - Args: - in_features (int): input channels - n_bins (int, optional): Number of bin centers. Defaults to 16. - mlp_dim (int, optional): Hidden dimension. Defaults to 256. - min_depth (float, optional): Not used. (for compatibility with SeedBinRegressor) - max_depth (float, optional): Not used. (for compatibility with SeedBinRegressor) - """ - super().__init__() - self.version = "1_1" - self._net = nn.Sequential( - nn.Conv2d(in_features, mlp_dim, 1, 1, 0), - nn.ReLU(inplace=True), - nn.Conv2d(mlp_dim, n_bins, 1, 1, 0), - nn.Softplus() - ) - - def forward(self, x): - """ - Returns tensor of bin_width vectors (centers). One vector b for every pixel - """ - B_centers = self._net(x) - return B_centers, B_centers - - -class Projector(nn.Module): - def __init__(self, in_features, out_features, mlp_dim=128): - """Projector MLP - - Args: - in_features (int): input channels - out_features (int): output channels - mlp_dim (int, optional): hidden dimension. Defaults to 128. - """ - super().__init__() - - self._net = nn.Sequential( - nn.Conv2d(in_features, mlp_dim, 1, 1, 0), - nn.ReLU(inplace=True), - nn.Conv2d(mlp_dim, out_features, 1, 1, 0), - ) - - def forward(self, x): - return self._net(x) - - - -class LinearSplitter(nn.Module): - def __init__(self, in_features, prev_nbins, split_factor=2, mlp_dim=128, min_depth=1e-3, max_depth=10): - super().__init__() - - self.prev_nbins = prev_nbins - self.split_factor = split_factor - self.min_depth = min_depth - self.max_depth = max_depth - - self._net = nn.Sequential( - nn.Conv2d(in_features, mlp_dim, 1, 1, 0), - nn.GELU(), - nn.Conv2d(mlp_dim, prev_nbins * split_factor, 1, 1, 0), - nn.ReLU() - ) - - def forward(self, x, b_prev, prev_b_embedding=None, interpolate=True, is_for_query=False): - """ - x : feature block; shape - n, c, h, w - b_prev : previous bin widths normed; shape - n, prev_nbins, h, w - """ - if prev_b_embedding is not None: - if interpolate: - prev_b_embedding = nn.functional.interpolate(prev_b_embedding, x.shape[-2:], mode='bilinear', align_corners=True) - x = x + prev_b_embedding - S = self._net(x) - eps = 1e-3 - S = S + eps - n, c, h, w = S.shape - S = S.view(n, self.prev_nbins, self.split_factor, h, w) - S_normed = S / S.sum(dim=2, keepdim=True) # fractional splits - - b_prev = nn.functional.interpolate(b_prev, (h,w), mode='bilinear', align_corners=True) - - - b_prev = b_prev / b_prev.sum(dim=1, keepdim=True) # renormalize for gurantees - # print(b_prev.shape, S_normed.shape) - # if is_for_query:(1).expand(-1, b_prev.size(0)//n, -1, -1, -1, -1).flatten(0,1) # TODO ? can replace all this with a single torch.repeat? - b = b_prev.unsqueeze(2) * S_normed - b = b.flatten(1,2) # .shape n, prev_nbins * split_factor, h, w - - # calculate bin centers for loss calculation - B_widths = (self.max_depth - self.min_depth) * b # .shape N, nprev * splitfactor, H, W - # pad has the form (left, right, top, bottom, front, back) - B_widths = nn.functional.pad(B_widths, (0,0,0,0,1,0), mode='constant', value=self.min_depth) - B_edges = torch.cumsum(B_widths, dim=1) # .shape NCHW - - B_centers = 0.5 * (B_edges[:, :-1, ...] + B_edges[:,1:,...]) - return b, B_centers \ No newline at end of file diff --git a/depth_anything/metric_depth/zoedepth/models/layers/patch_transformer.py b/depth_anything/metric_depth/zoedepth/models/layers/patch_transformer.py deleted file mode 100644 index 99d9e51..0000000 --- a/depth_anything/metric_depth/zoedepth/models/layers/patch_transformer.py +++ /dev/null @@ -1,91 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import torch -import torch.nn as nn - - -class PatchTransformerEncoder(nn.Module): - def __init__(self, in_channels, patch_size=10, embedding_dim=128, num_heads=4, use_class_token=False): - """ViT-like transformer block - - Args: - in_channels (int): Input channels - patch_size (int, optional): patch size. Defaults to 10. - embedding_dim (int, optional): Embedding dimension in transformer model. Defaults to 128. - num_heads (int, optional): number of attention heads. Defaults to 4. - use_class_token (bool, optional): Whether to use extra token at the start for global accumulation (called as "class token"). Defaults to False. - """ - super(PatchTransformerEncoder, self).__init__() - self.use_class_token = use_class_token - encoder_layers = nn.TransformerEncoderLayer( - embedding_dim, num_heads, dim_feedforward=1024) - self.transformer_encoder = nn.TransformerEncoder( - encoder_layers, num_layers=4) # takes shape S,N,E - - self.embedding_convPxP = nn.Conv2d(in_channels, embedding_dim, - kernel_size=patch_size, stride=patch_size, padding=0) - - def positional_encoding_1d(self, sequence_length, batch_size, embedding_dim, device='cpu'): - """Generate positional encodings - - Args: - sequence_length (int): Sequence length - embedding_dim (int): Embedding dimension - - Returns: - torch.Tensor SBE: Positional encodings - """ - position = torch.arange( - 0, sequence_length, dtype=torch.float32, device=device).unsqueeze(1) - index = torch.arange( - 0, embedding_dim, 2, dtype=torch.float32, device=device).unsqueeze(0) - div_term = torch.exp(index * (-torch.log(torch.tensor(10000.0, device=device)) / embedding_dim)) - pos_encoding = position * div_term - pos_encoding = torch.cat([torch.sin(pos_encoding), torch.cos(pos_encoding)], dim=1) - pos_encoding = pos_encoding.unsqueeze(1).repeat(1, batch_size, 1) - return pos_encoding - - - def forward(self, x): - """Forward pass - - Args: - x (torch.Tensor - NCHW): Input feature tensor - - Returns: - torch.Tensor - SNE: Transformer output embeddings. S - sequence length (=HW/patch_size^2), N - batch size, E - embedding dim - """ - embeddings = self.embedding_convPxP(x).flatten( - 2) # .shape = n,c,s = n, embedding_dim, s - if self.use_class_token: - # extra special token at start ? - embeddings = nn.functional.pad(embeddings, (1, 0)) - - # change to S,N,E format required by transformer - embeddings = embeddings.permute(2, 0, 1) - S, N, E = embeddings.shape - embeddings = embeddings + self.positional_encoding_1d(S, N, E, device=embeddings.device) - x = self.transformer_encoder(embeddings) # .shape = S, N, E - return x diff --git a/depth_anything/metric_depth/zoedepth/models/model_io.py b/depth_anything/metric_depth/zoedepth/models/model_io.py deleted file mode 100644 index 78b6579..0000000 --- a/depth_anything/metric_depth/zoedepth/models/model_io.py +++ /dev/null @@ -1,92 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import torch - -def load_state_dict(model, state_dict): - """Load state_dict into model, handling DataParallel and DistributedDataParallel. Also checks for "model" key in state_dict. - - DataParallel prefixes state_dict keys with 'module.' when saving. - If the model is not a DataParallel model but the state_dict is, then prefixes are removed. - If the model is a DataParallel model but the state_dict is not, then prefixes are added. - """ - state_dict = state_dict.get('model', state_dict) - # if model is a DataParallel model, then state_dict keys are prefixed with 'module.' - - do_prefix = isinstance( - model, (torch.nn.DataParallel, torch.nn.parallel.DistributedDataParallel)) - state = {} - for k, v in state_dict.items(): - if k.startswith('module.') and not do_prefix: - k = k[7:] - - if not k.startswith('module.') and do_prefix: - k = 'module.' + k - - state[k] = v - - model.load_state_dict(state) - print("Loaded successfully") - return model - - -def load_wts(model, checkpoint_path): - ckpt = torch.load(checkpoint_path, map_location='cpu') - return load_state_dict(model, ckpt) - - -def load_state_dict_from_url(model, url, **kwargs): - state_dict = torch.hub.load_state_dict_from_url(url, map_location='cpu', **kwargs) - return load_state_dict(model, state_dict) - - -def load_state_from_resource(model, resource: str): - """Loads weights to the model from a given resource. A resource can be of following types: - 1. URL. Prefixed with "url::" - e.g. url::http(s)://url.resource.com/ckpt.pt - - 2. Local path. Prefixed with "local::" - e.g. local::/path/to/ckpt.pt - - - Args: - model (torch.nn.Module): Model - resource (str): resource string - - Returns: - torch.nn.Module: Model with loaded weights - """ - print(f"Using pretrained resource {resource}") - - if resource.startswith('url::'): - url = resource.split('url::')[1] - return load_state_dict_from_url(model, url, progress=True) - - elif resource.startswith('local::'): - path = resource.split('local::')[1] - return load_wts(model, path) - - else: - raise ValueError("Invalid resource type, only url:: and local:: are supported") - \ No newline at end of file diff --git a/depth_anything/metric_depth/zoedepth/models/zoedepth/__init__.py b/depth_anything/metric_depth/zoedepth/models/zoedepth/__init__.py deleted file mode 100644 index cc33f73..0000000 --- a/depth_anything/metric_depth/zoedepth/models/zoedepth/__init__.py +++ /dev/null @@ -1,31 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -from .zoedepth_v1 import ZoeDepth - -all_versions = { - "v1": ZoeDepth, -} - -get_version = lambda v : all_versions[v] \ No newline at end of file diff --git a/depth_anything/metric_depth/zoedepth/models/zoedepth/config_zoedepth.json b/depth_anything/metric_depth/zoedepth/models/zoedepth/config_zoedepth.json deleted file mode 100644 index d7135e3..0000000 --- a/depth_anything/metric_depth/zoedepth/models/zoedepth/config_zoedepth.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "model": { - "name": "ZoeDepth", - "version_name": "v1", - "n_bins": 64, - "bin_embedding_dim": 128, - "bin_centers_type": "softplus", - "n_attractors":[16, 8, 4, 1], - "attractor_alpha": 1000, - "attractor_gamma": 2, - "attractor_kind" : "mean", - "attractor_type" : "inv", - "midas_model_type" : "DPT_BEiT_L_384", - "min_temp": 0.0212, - "max_temp": 50.0, - "output_distribution": "logbinomial", - "memory_efficient": true, - "inverse_midas": false, - "img_size": [392, 518] - }, - - "train": { - "train_midas": true, - "use_pretrained_midas": true, - "trainer": "zoedepth", - "epochs": 5, - "bs": 16, - "optim_kwargs": {"lr": 0.000161, "wd": 0.01}, - "sched_kwargs": {"div_factor": 1, "final_div_factor": 10000, "pct_start": 0.7, "three_phase":false, "cycle_momentum": true}, - "same_lr": false, - "w_si": 1, - "w_domain": 0.2, - "w_reg": 0, - "w_grad": 0, - "avoid_boundary": false, - "random_crop": false, - "input_width": 640, - "input_height": 480, - "midas_lr_factor": 50, - "encoder_lr_factor":50, - "pos_enc_lr_factor":50, - "freeze_midas_bn": true - - }, - - "infer":{ - "train_midas": false, - "use_pretrained_midas": false, - "pretrained_resource" : "url::https://github.com/isl-org/ZoeDepth/releases/download/v1.0/ZoeD_M12_N.pt", - "force_keep_ar": true - }, - - "eval":{ - "train_midas": false, - "use_pretrained_midas": false, - "pretrained_resource" : "url::https://github.com/isl-org/ZoeDepth/releases/download/v1.0/ZoeD_M12_N.pt" - } -} \ No newline at end of file diff --git a/depth_anything/metric_depth/zoedepth/models/zoedepth/config_zoedepth_kitti.json b/depth_anything/metric_depth/zoedepth/models/zoedepth/config_zoedepth_kitti.json deleted file mode 100644 index b51802a..0000000 --- a/depth_anything/metric_depth/zoedepth/models/zoedepth/config_zoedepth_kitti.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "model": { - "bin_centers_type": "normed", - "img_size": [384, 768] - }, - - "train": { - }, - - "infer":{ - "train_midas": false, - "use_pretrained_midas": false, - "pretrained_resource" : "url::https://github.com/isl-org/ZoeDepth/releases/download/v1.0/ZoeD_M12_K.pt", - "force_keep_ar": true - }, - - "eval":{ - "train_midas": false, - "use_pretrained_midas": false, - "pretrained_resource" : "url::https://github.com/isl-org/ZoeDepth/releases/download/v1.0/ZoeD_M12_K.pt" - } -} \ No newline at end of file diff --git a/depth_anything/metric_depth/zoedepth/models/zoedepth/zoedepth_v1.py b/depth_anything/metric_depth/zoedepth/models/zoedepth/zoedepth_v1.py deleted file mode 100644 index 810203d..0000000 --- a/depth_anything/metric_depth/zoedepth/models/zoedepth/zoedepth_v1.py +++ /dev/null @@ -1,264 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import itertools - -import torch -import torch.nn as nn -from zoedepth.models.depth_model import DepthModel -from zoedepth.models.base_models.midas import MidasCore -from zoedepth.models.base_models.depth_anything import DepthAnythingCore -from zoedepth.models.layers.attractor import AttractorLayer, AttractorLayerUnnormed -from zoedepth.models.layers.dist_layers import ConditionalLogBinomial -from zoedepth.models.layers.localbins_layers import (Projector, SeedBinRegressor, - SeedBinRegressorUnnormed) -from zoedepth.models.model_io import load_state_from_resource - - -class ZoeDepth(DepthModel): - def __init__(self, core, n_bins=64, bin_centers_type="softplus", bin_embedding_dim=128, min_depth=1e-3, max_depth=10, - n_attractors=[16, 8, 4, 1], attractor_alpha=300, attractor_gamma=2, attractor_kind='sum', attractor_type='exp', min_temp=5, max_temp=50, train_midas=True, - midas_lr_factor=10, encoder_lr_factor=10, pos_enc_lr_factor=10, inverse_midas=False, **kwargs): - """ZoeDepth model. This is the version of ZoeDepth that has a single metric head - - Args: - core (models.base_models.midas.MidasCore): The base midas model that is used for extraction of "relative" features - n_bins (int, optional): Number of bin centers. Defaults to 64. - bin_centers_type (str, optional): "normed" or "softplus". Activation type used for bin centers. For "normed" bin centers, linear normalization trick is applied. This results in bounded bin centers. - For "softplus", softplus activation is used and thus are unbounded. Defaults to "softplus". - bin_embedding_dim (int, optional): bin embedding dimension. Defaults to 128. - min_depth (float, optional): Lower bound for normed bin centers. Defaults to 1e-3. - max_depth (float, optional): Upper bound for normed bin centers. Defaults to 10. - n_attractors (List[int], optional): Number of bin attractors at decoder layers. Defaults to [16, 8, 4, 1]. - attractor_alpha (int, optional): Proportional attractor strength. Refer to models.layers.attractor for more details. Defaults to 300. - attractor_gamma (int, optional): Exponential attractor strength. Refer to models.layers.attractor for more details. Defaults to 2. - attractor_kind (str, optional): Attraction aggregation "sum" or "mean". Defaults to 'sum'. - attractor_type (str, optional): Type of attractor to use; "inv" (Inverse attractor) or "exp" (Exponential attractor). Defaults to 'exp'. - min_temp (int, optional): Lower bound for temperature of output probability distribution. Defaults to 5. - max_temp (int, optional): Upper bound for temperature of output probability distribution. Defaults to 50. - train_midas (bool, optional): Whether to train "core", the base midas model. Defaults to True. - midas_lr_factor (int, optional): Learning rate reduction factor for base midas model except its encoder and positional encodings. Defaults to 10. - encoder_lr_factor (int, optional): Learning rate reduction factor for the encoder in midas model. Defaults to 10. - pos_enc_lr_factor (int, optional): Learning rate reduction factor for positional encodings in the base midas model. Defaults to 10. - """ - super().__init__() - - self.core = core - self.max_depth = max_depth - self.min_depth = min_depth - self.min_temp = min_temp - self.bin_centers_type = bin_centers_type - - self.midas_lr_factor = midas_lr_factor - self.encoder_lr_factor = encoder_lr_factor - self.pos_enc_lr_factor = pos_enc_lr_factor - self.train_midas = train_midas - self.inverse_midas = inverse_midas - - if self.encoder_lr_factor <= 0: - self.core.freeze_encoder( - freeze_rel_pos=self.pos_enc_lr_factor <= 0) - - N_MIDAS_OUT = 32 - btlnck_features = self.core.output_channels[0] - num_out_features = self.core.output_channels[1:] - - # print('core output channels:', self.core.output_channels) - - self.conv2 = nn.Conv2d(btlnck_features, btlnck_features, - kernel_size=1, stride=1, padding=0) # btlnck conv - - if bin_centers_type == "normed": - SeedBinRegressorLayer = SeedBinRegressor - Attractor = AttractorLayer - elif bin_centers_type == "softplus": - SeedBinRegressorLayer = SeedBinRegressorUnnormed - Attractor = AttractorLayerUnnormed - elif bin_centers_type == "hybrid1": - SeedBinRegressorLayer = SeedBinRegressor - Attractor = AttractorLayerUnnormed - elif bin_centers_type == "hybrid2": - SeedBinRegressorLayer = SeedBinRegressorUnnormed - Attractor = AttractorLayer - else: - raise ValueError( - "bin_centers_type should be one of 'normed', 'softplus', 'hybrid1', 'hybrid2'") - - self.seed_bin_regressor = SeedBinRegressorLayer( - btlnck_features, n_bins=n_bins, min_depth=min_depth, max_depth=max_depth) - self.seed_projector = Projector(btlnck_features, bin_embedding_dim) - self.projectors = nn.ModuleList([ - Projector(num_out, bin_embedding_dim) - for num_out in num_out_features - ]) - self.attractors = nn.ModuleList([ - Attractor(bin_embedding_dim, n_bins, n_attractors=n_attractors[i], min_depth=min_depth, max_depth=max_depth, - alpha=attractor_alpha, gamma=attractor_gamma, kind=attractor_kind, attractor_type=attractor_type) - for i in range(len(num_out_features)) - ]) - - last_in = N_MIDAS_OUT + 1 # +1 for relative depth - - # use log binomial instead of softmax - self.conditional_log_binomial = ConditionalLogBinomial( - last_in, bin_embedding_dim, n_classes=n_bins, min_temp=min_temp, max_temp=max_temp) - - def forward(self, x, return_final_centers=False, denorm=False, return_probs=False, **kwargs): - """ - Args: - x (torch.Tensor): Input image tensor of shape (B, C, H, W) - return_final_centers (bool, optional): Whether to return the final bin centers. Defaults to False. - denorm (bool, optional): Whether to denormalize the input image. This reverses ImageNet normalization as midas normalization is different. Defaults to False. - return_probs (bool, optional): Whether to return the output probability distribution. Defaults to False. - - Returns: - dict: Dictionary containing the following keys: - - rel_depth (torch.Tensor): Relative depth map of shape (B, H, W) - - metric_depth (torch.Tensor): Metric depth map of shape (B, 1, H, W) - - bin_centers (torch.Tensor): Bin centers of shape (B, n_bins). Present only if return_final_centers is True - - probs (torch.Tensor): Output probability distribution of shape (B, n_bins, H, W). Present only if return_probs is True - - """ - # print('input shape', x.shape) - - b, c, h, w = x.shape - # print("input shape:", x.shape) - self.orig_input_width = w - self.orig_input_height = h - rel_depth, out = self.core(x, denorm=denorm, return_rel_depth=True) - # print("output shapes", rel_depth.shape, out.shape) - # print('rel_depth shape:', rel_depth.shape) - # print('out type:', type(out)) - # for k in range(len(out)): - # print(k, out[k].shape) - - outconv_activation = out[0] - btlnck = out[1] - x_blocks = out[2:] - - x_d0 = self.conv2(btlnck) - x = x_d0 - _, seed_b_centers = self.seed_bin_regressor(x) - - if self.bin_centers_type == 'normed' or self.bin_centers_type == 'hybrid2': - b_prev = (seed_b_centers - self.min_depth) / \ - (self.max_depth - self.min_depth) - else: - b_prev = seed_b_centers - - prev_b_embedding = self.seed_projector(x) - - # unroll this loop for better performance - for projector, attractor, x in zip(self.projectors, self.attractors, x_blocks): - b_embedding = projector(x) - b, b_centers = attractor( - b_embedding, b_prev, prev_b_embedding, interpolate=True) - b_prev = b.clone() - prev_b_embedding = b_embedding.clone() - - last = outconv_activation - - if self.inverse_midas: - # invert depth followed by normalization - rel_depth = 1.0 / (rel_depth + 1e-6) - rel_depth = (rel_depth - rel_depth.min()) / \ - (rel_depth.max() - rel_depth.min()) - # concat rel depth with last. First interpolate rel depth to last size - rel_cond = rel_depth.unsqueeze(1) - rel_cond = nn.functional.interpolate( - rel_cond, size=last.shape[2:], mode='bilinear', align_corners=True) - last = torch.cat([last, rel_cond], dim=1) - - b_embedding = nn.functional.interpolate( - b_embedding, last.shape[-2:], mode='bilinear', align_corners=True) - x = self.conditional_log_binomial(last, b_embedding) - - # Now depth value is Sum px * cx , where cx are bin_centers from the last bin tensor - # print(x.shape, b_centers.shape) - b_centers = nn.functional.interpolate( - b_centers, x.shape[-2:], mode='bilinear', align_corners=True) - out = torch.sum(x * b_centers, dim=1, keepdim=True) - - # Structure output dict - output = dict(metric_depth=out) - if return_final_centers or return_probs: - output['bin_centers'] = b_centers - - if return_probs: - output['probs'] = x - - return output - - def get_lr_params(self, lr): - """ - Learning rate configuration for different layers of the model - Args: - lr (float) : Base learning rate - Returns: - list : list of parameters to optimize and their learning rates, in the format required by torch optimizers. - """ - param_conf = [] - if self.train_midas: - if self.encoder_lr_factor > 0: - param_conf.append({'params': self.core.get_enc_params_except_rel_pos( - ), 'lr': lr / self.encoder_lr_factor}) - - if self.pos_enc_lr_factor > 0: - param_conf.append( - {'params': self.core.get_rel_pos_params(), 'lr': lr / self.pos_enc_lr_factor}) - - # midas_params = self.core.core.scratch.parameters() - midas_params = self.core.core.depth_head.parameters() - midas_lr_factor = self.midas_lr_factor - param_conf.append( - {'params': midas_params, 'lr': lr / midas_lr_factor}) - - remaining_modules = [] - for name, child in self.named_children(): - if name != 'core': - remaining_modules.append(child) - remaining_params = itertools.chain( - *[child.parameters() for child in remaining_modules]) - - param_conf.append({'params': remaining_params, 'lr': lr}) - - return param_conf - - @staticmethod - def build(midas_model_type="DPT_BEiT_L_384", pretrained_resource=None, use_pretrained_midas=False, train_midas=False, freeze_midas_bn=True, **kwargs): - # core = MidasCore.build(midas_model_type=midas_model_type, use_pretrained_midas=use_pretrained_midas, - # train_midas=train_midas, fetch_features=True, freeze_bn=freeze_midas_bn, **kwargs) - - core = DepthAnythingCore.build(midas_model_type=midas_model_type, use_pretrained_midas=use_pretrained_midas, - train_midas=train_midas, fetch_features=True, freeze_bn=freeze_midas_bn, **kwargs) - - model = ZoeDepth(core, **kwargs) - if pretrained_resource: - assert isinstance(pretrained_resource, str), "pretrained_resource must be a string" - model = load_state_from_resource(model, pretrained_resource) - return model - - @staticmethod - def build_from_config(config): - return ZoeDepth.build(**config) diff --git a/depth_anything/metric_depth/zoedepth/models/zoedepth_nk/__init__.py b/depth_anything/metric_depth/zoedepth/models/zoedepth_nk/__init__.py deleted file mode 100644 index 513a278..0000000 --- a/depth_anything/metric_depth/zoedepth/models/zoedepth_nk/__init__.py +++ /dev/null @@ -1,31 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -from .zoedepth_nk_v1 import ZoeDepthNK - -all_versions = { - "v1": ZoeDepthNK, -} - -get_version = lambda v : all_versions[v] \ No newline at end of file diff --git a/depth_anything/metric_depth/zoedepth/models/zoedepth_nk/config_zoedepth_nk.json b/depth_anything/metric_depth/zoedepth/models/zoedepth_nk/config_zoedepth_nk.json deleted file mode 100644 index ff1e15f..0000000 --- a/depth_anything/metric_depth/zoedepth/models/zoedepth_nk/config_zoedepth_nk.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "model": { - "name": "ZoeDepthNK", - "version_name": "v1", - "bin_conf" : [ - { - "name": "nyu", - "n_bins": 64, - "min_depth": 1e-3, - "max_depth": 10.0 - }, - { - "name": "kitti", - "n_bins": 64, - "min_depth": 1e-3, - "max_depth": 80.0 - } - ], - "bin_embedding_dim": 128, - "bin_centers_type": "softplus", - "n_attractors":[16, 8, 4, 1], - "attractor_alpha": 1000, - "attractor_gamma": 2, - "attractor_kind" : "mean", - "attractor_type" : "inv", - "min_temp": 0.0212, - "max_temp": 50.0, - "memory_efficient": true, - "midas_model_type" : "DPT_BEiT_L_384", - "img_size": [392, 518] - }, - - "train": { - "train_midas": true, - "use_pretrained_midas": true, - "trainer": "zoedepth_nk", - "epochs": 10, - "bs": 16, - "optim_kwargs": {"lr": 0.0002512, "wd": 0.01}, - "sched_kwargs": {"div_factor": 1, "final_div_factor": 10000, "pct_start": 0.7, "three_phase":false, "cycle_momentum": true}, - "same_lr": false, - "w_si": 1, - "w_domain": 100, - "avoid_boundary": false, - "random_crop": false, - "input_width": 640, - "input_height": 480, - "w_grad": 0, - "w_reg": 0, - "midas_lr_factor": 50, - "encoder_lr_factor": 50, - "pos_enc_lr_factor": 50 - }, - - "infer": { - "train_midas": false, - "pretrained_resource": "url::https://github.com/isl-org/ZoeDepth/releases/download/v1.0/ZoeD_M12_NK.pt", - "use_pretrained_midas": false, - "force_keep_ar": true - }, - - "eval": { - "train_midas": false, - "pretrained_resource": "url::https://github.com/isl-org/ZoeDepth/releases/download/v1.0/ZoeD_M12_NK.pt", - "use_pretrained_midas": false - } -} \ No newline at end of file diff --git a/depth_anything/metric_depth/zoedepth/models/zoedepth_nk/zoedepth_nk_v1.py b/depth_anything/metric_depth/zoedepth/models/zoedepth_nk/zoedepth_nk_v1.py deleted file mode 100644 index be13ce3..0000000 --- a/depth_anything/metric_depth/zoedepth/models/zoedepth_nk/zoedepth_nk_v1.py +++ /dev/null @@ -1,341 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import itertools - -import torch -import torch.nn as nn - -from zoedepth.models.depth_model import DepthModel -from zoedepth.models.base_models.midas import MidasCore -from zoedepth.models.base_models.depth_anything import DepthAnythingCore -from zoedepth.models.layers.attractor import AttractorLayer, AttractorLayerUnnormed -from zoedepth.models.layers.dist_layers import ConditionalLogBinomial -from zoedepth.models.layers.localbins_layers import (Projector, SeedBinRegressor, - SeedBinRegressorUnnormed) -from zoedepth.models.layers.patch_transformer import PatchTransformerEncoder -from zoedepth.models.model_io import load_state_from_resource - - -class ZoeDepthNK(DepthModel): - def __init__(self, core, bin_conf, bin_centers_type="softplus", bin_embedding_dim=128, - n_attractors=[16, 8, 4, 1], attractor_alpha=300, attractor_gamma=2, attractor_kind='sum', attractor_type='exp', - min_temp=5, max_temp=50, - memory_efficient=False, train_midas=True, - is_midas_pretrained=True, midas_lr_factor=1, encoder_lr_factor=10, pos_enc_lr_factor=10, inverse_midas=False, **kwargs): - """ZoeDepthNK model. This is the version of ZoeDepth that has two metric heads and uses a learned router to route to experts. - - Args: - core (models.base_models.midas.MidasCore): The base midas model that is used for extraction of "relative" features - - bin_conf (List[dict]): A list of dictionaries that contain the bin configuration for each metric head. Each dictionary should contain the following keys: - "name" (str, typically same as the dataset name), "n_bins" (int), "min_depth" (float), "max_depth" (float) - - The length of this list determines the number of metric heads. - bin_centers_type (str, optional): "normed" or "softplus". Activation type used for bin centers. For "normed" bin centers, linear normalization trick is applied. This results in bounded bin centers. - For "softplus", softplus activation is used and thus are unbounded. Defaults to "normed". - bin_embedding_dim (int, optional): bin embedding dimension. Defaults to 128. - - n_attractors (List[int], optional): Number of bin attractors at decoder layers. Defaults to [16, 8, 4, 1]. - attractor_alpha (int, optional): Proportional attractor strength. Refer to models.layers.attractor for more details. Defaults to 300. - attractor_gamma (int, optional): Exponential attractor strength. Refer to models.layers.attractor for more details. Defaults to 2. - attractor_kind (str, optional): Attraction aggregation "sum" or "mean". Defaults to 'sum'. - attractor_type (str, optional): Type of attractor to use; "inv" (Inverse attractor) or "exp" (Exponential attractor). Defaults to 'exp'. - - min_temp (int, optional): Lower bound for temperature of output probability distribution. Defaults to 5. - max_temp (int, optional): Upper bound for temperature of output probability distribution. Defaults to 50. - - memory_efficient (bool, optional): Whether to use memory efficient version of attractor layers. Memory efficient version is slower but is recommended incase of multiple metric heads in order save GPU memory. Defaults to False. - - train_midas (bool, optional): Whether to train "core", the base midas model. Defaults to True. - is_midas_pretrained (bool, optional): Is "core" pretrained? Defaults to True. - midas_lr_factor (int, optional): Learning rate reduction factor for base midas model except its encoder and positional encodings. Defaults to 10. - encoder_lr_factor (int, optional): Learning rate reduction factor for the encoder in midas model. Defaults to 10. - pos_enc_lr_factor (int, optional): Learning rate reduction factor for positional encodings in the base midas model. Defaults to 10. - - """ - - super().__init__() - - self.core = core - self.bin_conf = bin_conf - self.min_temp = min_temp - self.max_temp = max_temp - self.memory_efficient = memory_efficient - self.train_midas = train_midas - self.is_midas_pretrained = is_midas_pretrained - self.midas_lr_factor = midas_lr_factor - self.encoder_lr_factor = encoder_lr_factor - self.pos_enc_lr_factor = pos_enc_lr_factor - self.inverse_midas = inverse_midas - - N_MIDAS_OUT = 32 - btlnck_features = self.core.output_channels[0] - num_out_features = self.core.output_channels[1:] - # self.scales = [16, 8, 4, 2] # spatial scale factors - - self.conv2 = nn.Conv2d( - btlnck_features, btlnck_features, kernel_size=1, stride=1, padding=0) - - # Transformer classifier on the bottleneck - self.patch_transformer = PatchTransformerEncoder( - btlnck_features, 1, 128, use_class_token=True) - self.mlp_classifier = nn.Sequential( - nn.Linear(128, 128), - nn.ReLU(), - nn.Linear(128, 2) - ) - - if bin_centers_type == "normed": - SeedBinRegressorLayer = SeedBinRegressor - Attractor = AttractorLayer - elif bin_centers_type == "softplus": - SeedBinRegressorLayer = SeedBinRegressorUnnormed - Attractor = AttractorLayerUnnormed - elif bin_centers_type == "hybrid1": - SeedBinRegressorLayer = SeedBinRegressor - Attractor = AttractorLayerUnnormed - elif bin_centers_type == "hybrid2": - SeedBinRegressorLayer = SeedBinRegressorUnnormed - Attractor = AttractorLayer - else: - raise ValueError( - "bin_centers_type should be one of 'normed', 'softplus', 'hybrid1', 'hybrid2'") - self.bin_centers_type = bin_centers_type - # We have bins for each bin conf. - # Create a map (ModuleDict) of 'name' -> seed_bin_regressor - self.seed_bin_regressors = nn.ModuleDict( - {conf['name']: SeedBinRegressorLayer(btlnck_features, conf["n_bins"], mlp_dim=bin_embedding_dim//2, min_depth=conf["min_depth"], max_depth=conf["max_depth"]) - for conf in bin_conf} - ) - - self.seed_projector = Projector( - btlnck_features, bin_embedding_dim, mlp_dim=bin_embedding_dim//2) - self.projectors = nn.ModuleList([ - Projector(num_out, bin_embedding_dim, mlp_dim=bin_embedding_dim//2) - for num_out in num_out_features - ]) - - # Create a map (ModuleDict) of 'name' -> attractors (ModuleList) - self.attractors = nn.ModuleDict( - {conf['name']: nn.ModuleList([ - Attractor(bin_embedding_dim, n_attractors[i], - mlp_dim=bin_embedding_dim, alpha=attractor_alpha, - gamma=attractor_gamma, kind=attractor_kind, - attractor_type=attractor_type, memory_efficient=memory_efficient, - min_depth=conf["min_depth"], max_depth=conf["max_depth"]) - for i in range(len(n_attractors)) - ]) - for conf in bin_conf} - ) - - last_in = N_MIDAS_OUT - # conditional log binomial for each bin conf - self.conditional_log_binomial = nn.ModuleDict( - {conf['name']: ConditionalLogBinomial(last_in, bin_embedding_dim, conf['n_bins'], bottleneck_factor=4, min_temp=self.min_temp, max_temp=self.max_temp) - for conf in bin_conf} - ) - - def forward(self, x, return_final_centers=False, denorm=False, return_probs=False, **kwargs): - """ - Args: - x (torch.Tensor): Input image tensor of shape (B, C, H, W). Assumes all images are from the same domain. - return_final_centers (bool, optional): Whether to return the final centers of the attractors. Defaults to False. - denorm (bool, optional): Whether to denormalize the input image. Defaults to False. - return_probs (bool, optional): Whether to return the probabilities of the bins. Defaults to False. - - Returns: - dict: Dictionary of outputs with keys: - - "rel_depth": Relative depth map of shape (B, 1, H, W) - - "metric_depth": Metric depth map of shape (B, 1, H, W) - - "domain_logits": Domain logits of shape (B, 2) - - "bin_centers": Bin centers of shape (B, N, H, W). Present only if return_final_centers is True - - "probs": Bin probabilities of shape (B, N, H, W). Present only if return_probs is True - """ - b, c, h, w = x.shape - self.orig_input_width = w - self.orig_input_height = h - rel_depth, out = self.core(x, denorm=denorm, return_rel_depth=True) - - outconv_activation = out[0] - btlnck = out[1] - x_blocks = out[2:] - - x_d0 = self.conv2(btlnck) - x = x_d0 - - # Predict which path to take - embedding = self.patch_transformer(x)[0] # N, E - domain_logits = self.mlp_classifier(embedding) # N, 2 - domain_vote = torch.softmax(domain_logits.sum( - dim=0, keepdim=True), dim=-1) # 1, 2 - - # Get the path - bin_conf_name = ["nyu", "kitti"][torch.argmax( - domain_vote, dim=-1).squeeze().item()] - - try: - conf = [c for c in self.bin_conf if c.name == bin_conf_name][0] - except IndexError: - raise ValueError( - f"bin_conf_name {bin_conf_name} not found in bin_confs") - - min_depth = conf['min_depth'] - max_depth = conf['max_depth'] - - seed_bin_regressor = self.seed_bin_regressors[bin_conf_name] - _, seed_b_centers = seed_bin_regressor(x) - if self.bin_centers_type == 'normed' or self.bin_centers_type == 'hybrid2': - b_prev = (seed_b_centers - min_depth)/(max_depth - min_depth) - else: - b_prev = seed_b_centers - prev_b_embedding = self.seed_projector(x) - - attractors = self.attractors[bin_conf_name] - for projector, attractor, x in zip(self.projectors, attractors, x_blocks): - b_embedding = projector(x) - b, b_centers = attractor( - b_embedding, b_prev, prev_b_embedding, interpolate=True) - b_prev = b - prev_b_embedding = b_embedding - - last = outconv_activation - - b_centers = nn.functional.interpolate( - b_centers, last.shape[-2:], mode='bilinear', align_corners=True) - b_embedding = nn.functional.interpolate( - b_embedding, last.shape[-2:], mode='bilinear', align_corners=True) - - clb = self.conditional_log_binomial[bin_conf_name] - x = clb(last, b_embedding) - - # Now depth value is Sum px * cx , where cx are bin_centers from the last bin tensor - # print(x.shape, b_centers.shape) - # b_centers = nn.functional.interpolate(b_centers, x.shape[-2:], mode='bilinear', align_corners=True) - out = torch.sum(x * b_centers, dim=1, keepdim=True) - - output = dict(domain_logits=domain_logits, metric_depth=out) - if return_final_centers or return_probs: - output['bin_centers'] = b_centers - - if return_probs: - output['probs'] = x - return output - - def get_lr_params(self, lr): - """ - Learning rate configuration for different layers of the model - - Args: - lr (float) : Base learning rate - Returns: - list : list of parameters to optimize and their learning rates, in the format required by torch optimizers. - """ - param_conf = [] - if self.train_midas: - def get_rel_pos_params(): - for name, p in self.core.core.pretrained.named_parameters(): - # if "relative_position" in name: - if "pos_embed" in name: - yield p - - def get_enc_params_except_rel_pos(): - for name, p in self.core.core.pretrained.named_parameters(): - # if "relative_position" not in name: - if "pos_embed" not in name: - yield p - - encoder_params = get_enc_params_except_rel_pos() - rel_pos_params = get_rel_pos_params() - # midas_params = self.core.core.scratch.parameters() - midas_params = self.core.core.depth_head.parameters() - midas_lr_factor = self.midas_lr_factor if self.is_midas_pretrained else 1.0 - param_conf.extend([ - {'params': encoder_params, 'lr': lr / self.encoder_lr_factor}, - {'params': rel_pos_params, 'lr': lr / self.pos_enc_lr_factor}, - {'params': midas_params, 'lr': lr / midas_lr_factor} - ]) - - remaining_modules = [] - for name, child in self.named_children(): - if name != 'core': - remaining_modules.append(child) - remaining_params = itertools.chain( - *[child.parameters() for child in remaining_modules]) - param_conf.append({'params': remaining_params, 'lr': lr}) - return param_conf - - def get_conf_parameters(self, conf_name): - """ - Returns parameters of all the ModuleDicts children that are exclusively used for the given bin configuration - """ - params = [] - for name, child in self.named_children(): - if isinstance(child, nn.ModuleDict): - for bin_conf_name, module in child.items(): - if bin_conf_name == conf_name: - params += list(module.parameters()) - return params - - def freeze_conf(self, conf_name): - """ - Freezes all the parameters of all the ModuleDicts children that are exclusively used for the given bin configuration - """ - for p in self.get_conf_parameters(conf_name): - p.requires_grad = False - - def unfreeze_conf(self, conf_name): - """ - Unfreezes all the parameters of all the ModuleDicts children that are exclusively used for the given bin configuration - """ - for p in self.get_conf_parameters(conf_name): - p.requires_grad = True - - def freeze_all_confs(self): - """ - Freezes all the parameters of all the ModuleDicts children - """ - for name, child in self.named_children(): - if isinstance(child, nn.ModuleDict): - for bin_conf_name, module in child.items(): - for p in module.parameters(): - p.requires_grad = False - - @staticmethod - def build(midas_model_type="DPT_BEiT_L_384", pretrained_resource=None, use_pretrained_midas=False, train_midas=False, freeze_midas_bn=True, **kwargs): - # core = MidasCore.build(midas_model_type=midas_model_type, use_pretrained_midas=use_pretrained_midas, - # train_midas=train_midas, fetch_features=True, freeze_bn=freeze_midas_bn, **kwargs) - - core = DepthAnythingCore.build(midas_model_type='dinov2_large', use_pretrained_midas=use_pretrained_midas, - train_midas=train_midas, fetch_features=True, freeze_bn=freeze_midas_bn, **kwargs) - - model = ZoeDepthNK(core, **kwargs) - if pretrained_resource: - assert isinstance(pretrained_resource, str), "pretrained_resource must be a string" - model = load_state_from_resource(model, pretrained_resource) - return model - - @staticmethod - def build_from_config(config): - return ZoeDepthNK.build(**config) diff --git a/depth_anything/metric_depth/zoedepth/trainers/base_trainer.py b/depth_anything/metric_depth/zoedepth/trainers/base_trainer.py deleted file mode 100644 index 33fbbea..0000000 --- a/depth_anything/metric_depth/zoedepth/trainers/base_trainer.py +++ /dev/null @@ -1,326 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import os -import uuid -import warnings -from datetime import datetime as dt -from typing import Dict - -import matplotlib.pyplot as plt -import numpy as np -import torch -import torch.distributed as dist -import torch.nn as nn -import torch.optim as optim -import wandb -from tqdm import tqdm - -from zoedepth.utils.config import flatten -from zoedepth.utils.misc import RunningAverageDict, colorize, colors - - -def is_rank_zero(args): - return args.rank == 0 - - -class BaseTrainer: - def __init__(self, config, model, train_loader, test_loader=None, device=None): - """ Base Trainer class for training a model.""" - - self.config = config - self.metric_criterion = "abs_rel" - if device is None: - device = torch.device( - 'cuda') if torch.cuda.is_available() else torch.device('cpu') - self.device = device - self.model = model - self.train_loader = train_loader - self.test_loader = test_loader - self.optimizer = self.init_optimizer() - self.scheduler = self.init_scheduler() - - def resize_to_target(self, prediction, target): - if prediction.shape[2:] != target.shape[-2:]: - prediction = nn.functional.interpolate( - prediction, size=target.shape[-2:], mode="bilinear", align_corners=True - ) - return prediction - - def load_ckpt(self, checkpoint_dir="./checkpoints", ckpt_type="best"): - import glob - import os - - from zoedepth.models.model_io import load_wts - - if hasattr(self.config, "checkpoint"): - checkpoint = self.config.checkpoint - elif hasattr(self.config, "ckpt_pattern"): - pattern = self.config.ckpt_pattern - matches = glob.glob(os.path.join( - checkpoint_dir, f"*{pattern}*{ckpt_type}*")) - if not (len(matches) > 0): - raise ValueError(f"No matches found for the pattern {pattern}") - checkpoint = matches[0] - else: - return - model = load_wts(self.model, checkpoint) - # TODO : Resuming training is not properly supported in this repo. Implement loading / saving of optimizer and scheduler to support it. - print("Loaded weights from {0}".format(checkpoint)) - warnings.warn( - "Resuming training is not properly supported in this repo. Implement loading / saving of optimizer and scheduler to support it.") - self.model = model - - def init_optimizer(self): - m = self.model.module if self.config.multigpu else self.model - - if self.config.same_lr: - print("Using same LR") - if hasattr(m, 'core'): - m.core.unfreeze() - params = self.model.parameters() - else: - print("Using diff LR") - if not hasattr(m, 'get_lr_params'): - raise NotImplementedError( - f"Model {m.__class__.__name__} does not implement get_lr_params. Please implement it or use the same LR for all parameters.") - - params = m.get_lr_params(self.config.lr) - - return optim.AdamW(params, lr=self.config.lr, weight_decay=self.config.wd) - - def init_scheduler(self): - lrs = [l['lr'] for l in self.optimizer.param_groups] - return optim.lr_scheduler.OneCycleLR(self.optimizer, lrs, epochs=self.config.epochs, steps_per_epoch=len(self.train_loader), - cycle_momentum=self.config.cycle_momentum, - base_momentum=0.85, max_momentum=0.95, div_factor=self.config.div_factor, final_div_factor=self.config.final_div_factor, pct_start=self.config.pct_start, three_phase=self.config.three_phase) - - def train_on_batch(self, batch, train_step): - raise NotImplementedError - - def validate_on_batch(self, batch, val_step): - raise NotImplementedError - - def raise_if_nan(self, losses): - for key, value in losses.items(): - if torch.isnan(value): - raise ValueError(f"{key} is NaN, Stopping training") - - @property - def iters_per_epoch(self): - return len(self.train_loader) - - @property - def total_iters(self): - return self.config.epochs * self.iters_per_epoch - - def should_early_stop(self): - if self.config.get('early_stop', False) and self.step > self.config.early_stop: - return True - - def train(self): - print(f"Training {self.config.name}") - if self.config.uid is None: - self.config.uid = str(uuid.uuid4()).split('-')[-1] - run_id = f"{dt.now().strftime('%d-%h_%H-%M')}-{self.config.uid}" - self.config.run_id = run_id - self.config.experiment_id = f"{self.config.name}{self.config.version_name}_{run_id}" - self.should_write = ((not self.config.distributed) - or self.config.rank == 0) - self.should_log = self.should_write # and logging - if self.should_log: - tags = self.config.tags.split( - ',') if self.config.tags != '' else None - wandb.init(project=self.config.project, name=self.config.experiment_id, config=flatten(self.config), dir=self.config.root, - tags=tags, notes=self.config.notes, settings=wandb.Settings(start_method="fork")) - - self.model.train() - self.step = 0 - best_loss = np.inf - validate_every = int(self.config.validate_every * self.iters_per_epoch) - - - if self.config.prefetch: - - for i, batch in tqdm(enumerate(self.train_loader), desc=f"Prefetching...", - total=self.iters_per_epoch) if is_rank_zero(self.config) else enumerate(self.train_loader): - pass - - losses = {} - def stringify_losses(L): return "; ".join(map( - lambda kv: f"{colors.fg.purple}{kv[0]}{colors.reset}: {round(kv[1].item(),3):.4e}", L.items())) - for epoch in range(self.config.epochs): - if self.should_early_stop(): - break - - self.epoch = epoch - ################################# Train loop ########################################################## - if self.should_log: - wandb.log({"Epoch": epoch}, step=self.step) - pbar = tqdm(enumerate(self.train_loader), desc=f"Epoch: {epoch + 1}/{self.config.epochs}. Loop: Train", - total=self.iters_per_epoch) if is_rank_zero(self.config) else enumerate(self.train_loader) - for i, batch in pbar: - if self.should_early_stop(): - print("Early stopping") - break - # print(f"Batch {self.step+1} on rank {self.config.rank}") - losses = self.train_on_batch(batch, i) - # print(f"trained batch {self.step+1} on rank {self.config.rank}") - - self.raise_if_nan(losses) - if is_rank_zero(self.config) and self.config.print_losses: - pbar.set_description( - f"Epoch: {epoch + 1}/{self.config.epochs}. Loop: Train. Losses: {stringify_losses(losses)}") - self.scheduler.step() - - if self.should_log and self.step % 50 == 0: - wandb.log({f"Train/{name}": loss.item() - for name, loss in losses.items()}, step=self.step) - - self.step += 1 - - ######################################################################################################## - - if self.test_loader: - if (self.step % validate_every) == 0: - self.model.eval() - if self.should_write: - self.save_checkpoint( - f"{self.config.experiment_id}_latest.pt") - - ################################# Validation loop ################################################## - # validate on the entire validation set in every process but save only from rank 0, I know, inefficient, but avoids divergence of processes - metrics, test_losses = self.validate() - # print("Validated: {}".format(metrics)) - if self.should_log: - wandb.log( - {f"Test/{name}": tloss for name, tloss in test_losses.items()}, step=self.step) - - wandb.log({f"Metrics/{k}": v for k, - v in metrics.items()}, step=self.step) - - if (metrics[self.metric_criterion] < best_loss) and self.should_write: - self.save_checkpoint( - f"{self.config.experiment_id}_best.pt") - best_loss = metrics[self.metric_criterion] - - self.model.train() - - if self.config.distributed: - dist.barrier() - # print(f"Validated: {metrics} on device {self.config.rank}") - - # print(f"Finished step {self.step} on device {self.config.rank}") - ################################################################################################# - - # Save / validate at the end - self.step += 1 # log as final point - self.model.eval() - self.save_checkpoint(f"{self.config.experiment_id}_latest.pt") - if self.test_loader: - - ################################# Validation loop ################################################## - metrics, test_losses = self.validate() - # print("Validated: {}".format(metrics)) - if self.should_log: - wandb.log({f"Test/{name}": tloss for name, - tloss in test_losses.items()}, step=self.step) - wandb.log({f"Metrics/{k}": v for k, - v in metrics.items()}, step=self.step) - - if (metrics[self.metric_criterion] < best_loss) and self.should_write: - self.save_checkpoint( - f"{self.config.experiment_id}_best.pt") - best_loss = metrics[self.metric_criterion] - - self.model.train() - - def validate(self): - with torch.no_grad(): - losses_avg = RunningAverageDict() - metrics_avg = RunningAverageDict() - for i, batch in tqdm(enumerate(self.test_loader), desc=f"Epoch: {self.epoch + 1}/{self.config.epochs}. Loop: Validation", total=len(self.test_loader), disable=not is_rank_zero(self.config)): - metrics, losses = self.validate_on_batch(batch, val_step=i) - - if losses: - losses_avg.update(losses) - if metrics: - metrics_avg.update(metrics) - - return metrics_avg.get_value(), losses_avg.get_value() - - def save_checkpoint(self, filename): - if not self.should_write: - return - root = self.config.save_dir - if not os.path.isdir(root): - os.makedirs(root) - - fpath = os.path.join(root, filename) - m = self.model.module if self.config.multigpu else self.model - torch.save( - { - "model": m.state_dict(), - "optimizer": None, # TODO : Change to self.optimizer.state_dict() if resume support is needed, currently None to reduce file size - "epoch": self.epoch - }, fpath) - - def log_images(self, rgb: Dict[str, list] = {}, depth: Dict[str, list] = {}, scalar_field: Dict[str, list] = {}, prefix="", scalar_cmap="jet", min_depth=None, max_depth=None): - if not self.should_log: - return - - if min_depth is None: - try: - min_depth = self.config.min_depth - max_depth = self.config.max_depth - except AttributeError: - min_depth = None - max_depth = None - - depth = {k: colorize(v, vmin=min_depth, vmax=max_depth) - for k, v in depth.items()} - scalar_field = {k: colorize( - v, vmin=None, vmax=None, cmap=scalar_cmap) for k, v in scalar_field.items()} - images = {**rgb, **depth, **scalar_field} - wimages = { - prefix+"Predictions": [wandb.Image(v, caption=k) for k, v in images.items()]} - wandb.log(wimages, step=self.step) - - def log_line_plot(self, data): - if not self.should_log: - return - - plt.plot(data) - plt.ylabel("Scale factors") - wandb.log({"Scale factors": wandb.Image(plt)}, step=self.step) - plt.close() - - def log_bar_plot(self, title, labels, values): - if not self.should_log: - return - - data = [[label, val] for (label, val) in zip(labels, values)] - table = wandb.Table(data=data, columns=["label", "value"]) - wandb.log({title: wandb.plot.bar(table, "label", - "value", title=title)}, step=self.step) diff --git a/depth_anything/metric_depth/zoedepth/trainers/builder.py b/depth_anything/metric_depth/zoedepth/trainers/builder.py deleted file mode 100644 index a663541..0000000 --- a/depth_anything/metric_depth/zoedepth/trainers/builder.py +++ /dev/null @@ -1,48 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -from importlib import import_module - - -def get_trainer(config): - """Builds and returns a trainer based on the config. - - Args: - config (dict): the config dict (typically constructed using utils.config.get_config) - config.trainer (str): the name of the trainer to use. The module named "{config.trainer}_trainer" must exist in trainers root module - - Raises: - ValueError: If the specified trainer does not exist under trainers/ folder - - Returns: - Trainer (inherited from zoedepth.trainers.BaseTrainer): The Trainer object - """ - assert "trainer" in config and config.trainer is not None and config.trainer != '', "Trainer not specified. Config: {0}".format( - config) - try: - Trainer = getattr(import_module( - f"zoedepth.trainers.{config.trainer}_trainer"), 'Trainer') - except ModuleNotFoundError as e: - raise ValueError(f"Trainer {config.trainer}_trainer not found.") from e - return Trainer diff --git a/depth_anything/metric_depth/zoedepth/trainers/loss.py b/depth_anything/metric_depth/zoedepth/trainers/loss.py deleted file mode 100644 index 0c5a1c1..0000000 --- a/depth_anything/metric_depth/zoedepth/trainers/loss.py +++ /dev/null @@ -1,316 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import torch -import torch.nn as nn -import torch.nn.functional as F -import torch.cuda.amp as amp -import numpy as np - - -KEY_OUTPUT = 'metric_depth' - - -def extract_key(prediction, key): - if isinstance(prediction, dict): - return prediction[key] - return prediction - - -# Main loss function used for ZoeDepth. Copy/paste from AdaBins repo (https://github.com/shariqfarooq123/AdaBins/blob/0952d91e9e762be310bb4cd055cbfe2448c0ce20/loss.py#L7) -class SILogLoss(nn.Module): - """SILog loss (pixel-wise)""" - def __init__(self, beta=0.15): - super(SILogLoss, self).__init__() - self.name = 'SILog' - self.beta = beta - - def forward(self, input, target, mask=None, interpolate=True, return_interpolated=False): - input = extract_key(input, KEY_OUTPUT) - if input.shape[-1] != target.shape[-1] and interpolate: - input = nn.functional.interpolate( - input, target.shape[-2:], mode='bilinear', align_corners=True) - intr_input = input - else: - intr_input = input - - if target.ndim == 3: - target = target.unsqueeze(1) - - if mask is not None: - if mask.ndim == 3: - mask = mask.unsqueeze(1) - - input = input[mask] - target = target[mask] - - with amp.autocast(enabled=False): # amp causes NaNs in this loss function - alpha = 1e-7 - g = torch.log(input + alpha) - torch.log(target + alpha) - - # n, c, h, w = g.shape - # norm = 1/(h*w) - # Dg = norm * torch.sum(g**2) - (0.85/(norm**2)) * (torch.sum(g))**2 - - Dg = torch.var(g) + self.beta * torch.pow(torch.mean(g), 2) - - loss = 10 * torch.sqrt(Dg) - - if torch.isnan(loss): - print("Nan SILog loss") - print("input:", input.shape) - print("target:", target.shape) - print("G", torch.sum(torch.isnan(g))) - print("Input min max", torch.min(input), torch.max(input)) - print("Target min max", torch.min(target), torch.max(target)) - print("Dg", torch.isnan(Dg)) - print("loss", torch.isnan(loss)) - - if not return_interpolated: - return loss - - return loss, intr_input - - -def grad(x): - # x.shape : n, c, h, w - diff_x = x[..., 1:, 1:] - x[..., 1:, :-1] - diff_y = x[..., 1:, 1:] - x[..., :-1, 1:] - mag = diff_x**2 + diff_y**2 - # angle_ratio - angle = torch.atan(diff_y / (diff_x + 1e-10)) - return mag, angle - - -def grad_mask(mask): - return mask[..., 1:, 1:] & mask[..., 1:, :-1] & mask[..., :-1, 1:] - - -class GradL1Loss(nn.Module): - """Gradient loss""" - def __init__(self): - super(GradL1Loss, self).__init__() - self.name = 'GradL1' - - def forward(self, input, target, mask=None, interpolate=True, return_interpolated=False): - input = extract_key(input, KEY_OUTPUT) - if input.shape[-1] != target.shape[-1] and interpolate: - input = nn.functional.interpolate( - input, target.shape[-2:], mode='bilinear', align_corners=True) - intr_input = input - else: - intr_input = input - - grad_gt = grad(target) - grad_pred = grad(input) - mask_g = grad_mask(mask) - - loss = nn.functional.l1_loss(grad_pred[0][mask_g], grad_gt[0][mask_g]) - loss = loss + \ - nn.functional.l1_loss(grad_pred[1][mask_g], grad_gt[1][mask_g]) - if not return_interpolated: - return loss - return loss, intr_input - - -class OrdinalRegressionLoss(object): - - def __init__(self, ord_num, beta, discretization="SID"): - self.ord_num = ord_num - self.beta = beta - self.discretization = discretization - - def _create_ord_label(self, gt): - N,one, H, W = gt.shape - # print("gt shape:", gt.shape) - - ord_c0 = torch.ones(N, self.ord_num, H, W).to(gt.device) - if self.discretization == "SID": - label = self.ord_num * torch.log(gt) / np.log(self.beta) - else: - label = self.ord_num * (gt - 1.0) / (self.beta - 1.0) - label = label.long() - mask = torch.linspace(0, self.ord_num - 1, self.ord_num, requires_grad=False) \ - .view(1, self.ord_num, 1, 1).to(gt.device) - mask = mask.repeat(N, 1, H, W).contiguous().long() - mask = (mask > label) - ord_c0[mask] = 0 - ord_c1 = 1 - ord_c0 - # implementation according to the paper. - # ord_label = torch.ones(N, self.ord_num * 2, H, W).to(gt.device) - # ord_label[:, 0::2, :, :] = ord_c0 - # ord_label[:, 1::2, :, :] = ord_c1 - # reimplementation for fast speed. - ord_label = torch.cat((ord_c0, ord_c1), dim=1) - return ord_label, mask - - def __call__(self, prob, gt): - """ - :param prob: ordinal regression probability, N x 2*Ord Num x H x W, torch.Tensor - :param gt: depth ground truth, NXHxW, torch.Tensor - :return: loss: loss value, torch.float - """ - # N, C, H, W = prob.shape - valid_mask = gt > 0. - ord_label, mask = self._create_ord_label(gt) - # print("prob shape: {}, ord label shape: {}".format(prob.shape, ord_label.shape)) - entropy = -prob * ord_label - loss = torch.sum(entropy, dim=1)[valid_mask.squeeze(1)] - return loss.mean() - - -class DiscreteNLLLoss(nn.Module): - """Cross entropy loss""" - def __init__(self, min_depth=1e-3, max_depth=10, depth_bins=64): - super(DiscreteNLLLoss, self).__init__() - self.name = 'CrossEntropy' - self.ignore_index = -(depth_bins + 1) - # self._loss_func = nn.NLLLoss(ignore_index=self.ignore_index) - self._loss_func = nn.CrossEntropyLoss(ignore_index=self.ignore_index) - self.min_depth = min_depth - self.max_depth = max_depth - self.depth_bins = depth_bins - self.alpha = 1 - self.zeta = 1 - min_depth - self.beta = max_depth + self.zeta - - def quantize_depth(self, depth): - # depth : N1HW - # output : NCHW - - # Quantize depth log-uniformly on [1, self.beta] into self.depth_bins bins - depth = torch.log(depth / self.alpha) / np.log(self.beta / self.alpha) - depth = depth * (self.depth_bins - 1) - depth = torch.round(depth) - depth = depth.long() - return depth - - - - def _dequantize_depth(self, depth): - """ - Inverse of quantization - depth : NCHW -> N1HW - """ - # Get the center of the bin - - - - - def forward(self, input, target, mask=None, interpolate=True, return_interpolated=False): - input = extract_key(input, KEY_OUTPUT) - # assert torch.all(input <= 0), "Input should be negative" - - if input.shape[-1] != target.shape[-1] and interpolate: - input = nn.functional.interpolate( - input, target.shape[-2:], mode='bilinear', align_corners=True) - intr_input = input - else: - intr_input = input - - # assert torch.all(input)<=1) - if target.ndim == 3: - target = target.unsqueeze(1) - - target = self.quantize_depth(target) - if mask is not None: - if mask.ndim == 3: - mask = mask.unsqueeze(1) - - # Set the mask to ignore_index - mask = mask.long() - input = input * mask + (1 - mask) * self.ignore_index - target = target * mask + (1 - mask) * self.ignore_index - - - - input = input.flatten(2) # N, nbins, H*W - target = target.flatten(1) # N, H*W - loss = self._loss_func(input, target) - - if not return_interpolated: - return loss - return loss, intr_input - - - - -def compute_scale_and_shift(prediction, target, mask): - # system matrix: A = [[a_00, a_01], [a_10, a_11]] - a_00 = torch.sum(mask * prediction * prediction, (1, 2)) - a_01 = torch.sum(mask * prediction, (1, 2)) - a_11 = torch.sum(mask, (1, 2)) - - # right hand side: b = [b_0, b_1] - b_0 = torch.sum(mask * prediction * target, (1, 2)) - b_1 = torch.sum(mask * target, (1, 2)) - - # solution: x = A^-1 . b = [[a_11, -a_01], [-a_10, a_00]] / (a_00 * a_11 - a_01 * a_10) . b - x_0 = torch.zeros_like(b_0) - x_1 = torch.zeros_like(b_1) - - det = a_00 * a_11 - a_01 * a_01 - # A needs to be a positive definite matrix. - valid = det > 0 - - x_0[valid] = (a_11[valid] * b_0[valid] - a_01[valid] * b_1[valid]) / det[valid] - x_1[valid] = (-a_01[valid] * b_0[valid] + a_00[valid] * b_1[valid]) / det[valid] - - return x_0, x_1 -class ScaleAndShiftInvariantLoss(nn.Module): - def __init__(self): - super().__init__() - self.name = "SSILoss" - - def forward(self, prediction, target, mask, interpolate=True, return_interpolated=False): - - if prediction.shape[-1] != target.shape[-1] and interpolate: - prediction = nn.functional.interpolate(prediction, target.shape[-2:], mode='bilinear', align_corners=True) - intr_input = prediction - else: - intr_input = prediction - - - prediction, target, mask = prediction.squeeze(), target.squeeze(), mask.squeeze() - assert prediction.shape == target.shape, f"Shape mismatch: Expected same shape but got {prediction.shape} and {target.shape}." - - scale, shift = compute_scale_and_shift(prediction, target, mask) - - scaled_prediction = scale.view(-1, 1, 1) * prediction + shift.view(-1, 1, 1) - - loss = nn.functional.l1_loss(scaled_prediction[mask], target[mask]) - if not return_interpolated: - return loss - return loss, intr_input - - - - -if __name__ == '__main__': - # Tests for DiscreteNLLLoss - celoss = DiscreteNLLLoss() - print(celoss(torch.rand(4, 64, 26, 32)*10, torch.rand(4, 1, 26, 32)*10, )) - - d = torch.Tensor([6.59, 3.8, 10.0]) - print(celoss.dequantize_depth(celoss.quantize_depth(d))) diff --git a/depth_anything/metric_depth/zoedepth/trainers/zoedepth_nk_trainer.py b/depth_anything/metric_depth/zoedepth/trainers/zoedepth_nk_trainer.py deleted file mode 100644 index d528ae1..0000000 --- a/depth_anything/metric_depth/zoedepth/trainers/zoedepth_nk_trainer.py +++ /dev/null @@ -1,143 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import torch -import torch.cuda.amp as amp -import torch.nn as nn - -from zoedepth.trainers.loss import GradL1Loss, SILogLoss -from zoedepth.utils.config import DATASETS_CONFIG -from zoedepth.utils.misc import compute_metrics - -from .base_trainer import BaseTrainer - - -class Trainer(BaseTrainer): - def __init__(self, config, model, train_loader, test_loader=None, device=None): - super().__init__(config, model, train_loader, - test_loader=test_loader, device=device) - self.device = device - self.silog_loss = SILogLoss() - self.grad_loss = GradL1Loss() - self.domain_classifier_loss = nn.CrossEntropyLoss() - - self.scaler = amp.GradScaler(enabled=self.config.use_amp) - - def train_on_batch(self, batch, train_step): - """ - Expects a batch of images and depth as input - batch["image"].shape : batch_size, c, h, w - batch["depth"].shape : batch_size, 1, h, w - - Assumes all images in a batch are from the same dataset - """ - - images, depths_gt = batch['image'].to( - self.device), batch['depth'].to(self.device) - # batch['dataset'] is a tensor strings all valued either 'nyu' or 'kitti'. labels nyu -> 0, kitti -> 1 - dataset = batch['dataset'][0] - # Convert to 0s or 1s - domain_labels = torch.Tensor([dataset == 'kitti' for _ in range( - images.size(0))]).to(torch.long).to(self.device) - - # m = self.model.module if self.config.multigpu else self.model - - b, c, h, w = images.size() - mask = batch["mask"].to(self.device).to(torch.bool) - - losses = {} - - with amp.autocast(enabled=self.config.use_amp): - output = self.model(images) - pred_depths = output['metric_depth'] - domain_logits = output['domain_logits'] - - l_si, pred = self.silog_loss( - pred_depths, depths_gt, mask=mask, interpolate=True, return_interpolated=True) - loss = self.config.w_si * l_si - losses[self.silog_loss.name] = l_si - - if self.config.w_grad > 0: - l_grad = self.grad_loss(pred, depths_gt, mask=mask) - loss = loss + self.config.w_grad * l_grad - losses[self.grad_loss.name] = l_grad - else: - l_grad = torch.Tensor([0]) - - if self.config.w_domain > 0: - l_domain = self.domain_classifier_loss( - domain_logits, domain_labels) - loss = loss + self.config.w_domain * l_domain - losses["DomainLoss"] = l_domain - else: - l_domain = torch.Tensor([0.]) - - self.scaler.scale(loss).backward() - - if self.config.clip_grad > 0: - self.scaler.unscale_(self.optimizer) - nn.utils.clip_grad_norm_( - self.model.parameters(), self.config.clip_grad) - - self.scaler.step(self.optimizer) - - if self.should_log and self.step > 1 and (self.step % int(self.config.log_images_every * self.iters_per_epoch)) == 0: - depths_gt[torch.logical_not(mask)] = -99 - self.log_images(rgb={"Input": images[0, ...]}, depth={"GT": depths_gt[0], "PredictedMono": pred[0]}, prefix="Train", - min_depth=DATASETS_CONFIG[dataset]['min_depth'], max_depth=DATASETS_CONFIG[dataset]['max_depth']) - - self.scaler.update() - self.optimizer.zero_grad(set_to_none=True) - - return losses - - def validate_on_batch(self, batch, val_step): - images = batch['image'].to(self.device) - depths_gt = batch['depth'].to(self.device) - dataset = batch['dataset'][0] - if 'has_valid_depth' in batch: - if not batch['has_valid_depth']: - return None, None - - depths_gt = depths_gt.squeeze().unsqueeze(0).unsqueeze(0) - with amp.autocast(enabled=self.config.use_amp): - m = self.model.module if self.config.multigpu else self.model - pred_depths = m(images)["metric_depth"] - pred_depths = pred_depths.squeeze().unsqueeze(0).unsqueeze(0) - - mask = torch.logical_and( - depths_gt > self.config.min_depth, depths_gt < self.config.max_depth) - with amp.autocast(enabled=self.config.use_amp): - l_depth = self.silog_loss( - pred_depths, depths_gt, mask=mask.to(torch.bool), interpolate=True) - - metrics = compute_metrics(depths_gt, pred_depths, **self.config) - losses = {f"{self.silog_loss.name}": l_depth.item()} - - if val_step == 1 and self.should_log: - depths_gt[torch.logical_not(mask)] = -99 - self.log_images(rgb={"Input": images[0]}, depth={"GT": depths_gt[0], "PredictedMono": pred_depths[0]}, prefix="Test", - min_depth=DATASETS_CONFIG[dataset]['min_depth'], max_depth=DATASETS_CONFIG[dataset]['max_depth']) - - return metrics, losses diff --git a/depth_anything/metric_depth/zoedepth/trainers/zoedepth_trainer.py b/depth_anything/metric_depth/zoedepth/trainers/zoedepth_trainer.py deleted file mode 100644 index 3ac1c24..0000000 --- a/depth_anything/metric_depth/zoedepth/trainers/zoedepth_trainer.py +++ /dev/null @@ -1,177 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import torch -import torch.cuda.amp as amp -import torch.nn as nn - -from zoedepth.trainers.loss import GradL1Loss, SILogLoss -from zoedepth.utils.config import DATASETS_CONFIG -from zoedepth.utils.misc import compute_metrics -from zoedepth.data.preprocess import get_black_border - -from .base_trainer import BaseTrainer -from torchvision import transforms -from PIL import Image -import numpy as np - -class Trainer(BaseTrainer): - def __init__(self, config, model, train_loader, test_loader=None, device=None): - super().__init__(config, model, train_loader, - test_loader=test_loader, device=device) - self.device = device - self.silog_loss = SILogLoss() - self.grad_loss = GradL1Loss() - self.scaler = amp.GradScaler(enabled=self.config.use_amp) - - def train_on_batch(self, batch, train_step): - """ - Expects a batch of images and depth as input - batch["image"].shape : batch_size, c, h, w - batch["depth"].shape : batch_size, 1, h, w - """ - - images, depths_gt = batch['image'].to( - self.device), batch['depth'].to(self.device) - dataset = batch['dataset'][0] - - b, c, h, w = images.size() - mask = batch["mask"].to(self.device).to(torch.bool) - - losses = {} - - with amp.autocast(enabled=self.config.use_amp): - - output = self.model(images) - pred_depths = output['metric_depth'] - - l_si, pred = self.silog_loss( - pred_depths, depths_gt, mask=mask, interpolate=True, return_interpolated=True) - loss = self.config.w_si * l_si - losses[self.silog_loss.name] = l_si - - if self.config.w_grad > 0: - l_grad = self.grad_loss(pred, depths_gt, mask=mask) - loss = loss + self.config.w_grad * l_grad - losses[self.grad_loss.name] = l_grad - else: - l_grad = torch.Tensor([0]) - - self.scaler.scale(loss).backward() - - if self.config.clip_grad > 0: - self.scaler.unscale_(self.optimizer) - nn.utils.clip_grad_norm_( - self.model.parameters(), self.config.clip_grad) - - self.scaler.step(self.optimizer) - - if self.should_log and (self.step % int(self.config.log_images_every * self.iters_per_epoch)) == 0: - # -99 is treated as invalid depth in the log_images function and is colored grey. - depths_gt[torch.logical_not(mask)] = -99 - - self.log_images(rgb={"Input": images[0, ...]}, depth={"GT": depths_gt[0], "PredictedMono": pred[0]}, prefix="Train", - min_depth=DATASETS_CONFIG[dataset]['min_depth'], max_depth=DATASETS_CONFIG[dataset]['max_depth']) - - if self.config.get("log_rel", False): - self.log_images( - scalar_field={"RelPred": output["relative_depth"][0]}, prefix="TrainRel") - - self.scaler.update() - self.optimizer.zero_grad() - - return losses - - @torch.no_grad() - def eval_infer(self, x): - with amp.autocast(enabled=self.config.use_amp): - m = self.model.module if self.config.multigpu else self.model - pred_depths = m(x)['metric_depth'] - return pred_depths - - @torch.no_grad() - def crop_aware_infer(self, x): - # if we are not avoiding the black border, we can just use the normal inference - if not self.config.get("avoid_boundary", False): - return self.eval_infer(x) - - # otherwise, we need to crop the image to avoid the black border - # For now, this may be a bit slow due to converting to numpy and back - # We assume no normalization is done on the input image - - # get the black border - assert x.shape[0] == 1, "Only batch size 1 is supported for now" - x_pil = transforms.ToPILImage()(x[0].cpu()) - x_np = np.array(x_pil, dtype=np.uint8) - black_border_params = get_black_border(x_np) - top, bottom, left, right = black_border_params.top, black_border_params.bottom, black_border_params.left, black_border_params.right - x_np_cropped = x_np[top:bottom, left:right, :] - x_cropped = transforms.ToTensor()(Image.fromarray(x_np_cropped)) - - # run inference on the cropped image - pred_depths_cropped = self.eval_infer(x_cropped.unsqueeze(0).to(self.device)) - - # resize the prediction to x_np_cropped's size - pred_depths_cropped = nn.functional.interpolate( - pred_depths_cropped, size=(x_np_cropped.shape[0], x_np_cropped.shape[1]), mode="bilinear", align_corners=False) - - - # pad the prediction back to the original size - pred_depths = torch.zeros((1, 1, x_np.shape[0], x_np.shape[1]), device=pred_depths_cropped.device, dtype=pred_depths_cropped.dtype) - pred_depths[:, :, top:bottom, left:right] = pred_depths_cropped - - return pred_depths - - - - def validate_on_batch(self, batch, val_step): - images = batch['image'].to(self.device) - depths_gt = batch['depth'].to(self.device) - dataset = batch['dataset'][0] - mask = batch["mask"].to(self.device) - if 'has_valid_depth' in batch: - if not batch['has_valid_depth']: - return None, None - - depths_gt = depths_gt.squeeze().unsqueeze(0).unsqueeze(0) - mask = mask.squeeze().unsqueeze(0).unsqueeze(0) - if dataset == 'nyu': - pred_depths = self.crop_aware_infer(images) - else: - pred_depths = self.eval_infer(images) - pred_depths = pred_depths.squeeze().unsqueeze(0).unsqueeze(0) - - with amp.autocast(enabled=self.config.use_amp): - l_depth = self.silog_loss( - pred_depths, depths_gt, mask=mask.to(torch.bool), interpolate=True) - - metrics = compute_metrics(depths_gt, pred_depths, **self.config) - losses = {f"{self.silog_loss.name}": l_depth.item()} - - if val_step == 1 and self.should_log: - depths_gt[torch.logical_not(mask)] = -99 - self.log_images(rgb={"Input": images[0]}, depth={"GT": depths_gt[0], "PredictedMono": pred_depths[0]}, prefix="Test", - min_depth=DATASETS_CONFIG[dataset]['min_depth'], max_depth=DATASETS_CONFIG[dataset]['max_depth']) - - return metrics, losses diff --git a/depth_anything/metric_depth/zoedepth/utils/__init__.py b/depth_anything/metric_depth/zoedepth/utils/__init__.py deleted file mode 100644 index 5f26687..0000000 --- a/depth_anything/metric_depth/zoedepth/utils/__init__.py +++ /dev/null @@ -1,24 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - diff --git a/depth_anything/metric_depth/zoedepth/utils/arg_utils.py b/depth_anything/metric_depth/zoedepth/utils/arg_utils.py deleted file mode 100644 index 8a3004e..0000000 --- a/depth_anything/metric_depth/zoedepth/utils/arg_utils.py +++ /dev/null @@ -1,33 +0,0 @@ - - -def infer_type(x): # hacky way to infer type from string args - if not isinstance(x, str): - return x - - try: - x = int(x) - return x - except ValueError: - pass - - try: - x = float(x) - return x - except ValueError: - pass - - return x - - -def parse_unknown(unknown_args): - clean = [] - for a in unknown_args: - if "=" in a: - k, v = a.split("=") - clean.extend([k, v]) - else: - clean.append(a) - - keys = clean[::2] - values = clean[1::2] - return {k.replace("--", ""): infer_type(v) for k, v in zip(keys, values)} diff --git a/depth_anything/metric_depth/zoedepth/utils/config.py b/depth_anything/metric_depth/zoedepth/utils/config.py deleted file mode 100644 index 2a411e6..0000000 --- a/depth_anything/metric_depth/zoedepth/utils/config.py +++ /dev/null @@ -1,437 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import json -import os - -from zoedepth.utils.easydict import EasyDict as edict - -from zoedepth.utils.arg_utils import infer_type -import pathlib -import platform - -ROOT = pathlib.Path(__file__).parent.parent.resolve() - -HOME_DIR = os.path.expanduser("./data") - -COMMON_CONFIG = { - "save_dir": os.path.expanduser("./depth_anything_finetune"), - "project": "ZoeDepth", - "tags": '', - "notes": "", - "gpu": None, - "root": ".", - "uid": None, - "print_losses": False -} - -DATASETS_CONFIG = { - "kitti": { - "dataset": "kitti", - "min_depth": 0.001, - "max_depth": 80, - "data_path": os.path.join(HOME_DIR, "Kitti/raw_data"), - "gt_path": os.path.join(HOME_DIR, "Kitti/data_depth_annotated_zoedepth"), - "filenames_file": "./train_test_inputs/kitti_eigen_train_files_with_gt.txt", - "input_height": 352, - "input_width": 1216, # 704 - "data_path_eval": os.path.join(HOME_DIR, "Kitti/raw_data"), - "gt_path_eval": os.path.join(HOME_DIR, "Kitti/data_depth_annotated_zoedepth"), - "filenames_file_eval": "./train_test_inputs/kitti_eigen_test_files_with_gt.txt", - - "min_depth_eval": 1e-3, - "max_depth_eval": 80, - - "do_random_rotate": True, - "degree": 1.0, - "do_kb_crop": True, - "garg_crop": True, - "eigen_crop": False, - "use_right": False - }, - "kitti_test": { - "dataset": "kitti", - "min_depth": 0.001, - "max_depth": 80, - "data_path": os.path.join(HOME_DIR, "Kitti/raw_data"), - "gt_path": os.path.join(HOME_DIR, "Kitti/data_depth_annotated_zoedepth"), - "filenames_file": "./train_test_inputs/kitti_eigen_train_files_with_gt.txt", - "input_height": 352, - "input_width": 1216, - "data_path_eval": os.path.join(HOME_DIR, "Kitti/raw_data"), - "gt_path_eval": os.path.join(HOME_DIR, "Kitti/data_depth_annotated_zoedepth"), - "filenames_file_eval": "./train_test_inputs/kitti_eigen_test_files_with_gt.txt", - - "min_depth_eval": 1e-3, - "max_depth_eval": 80, - - "do_random_rotate": False, - "degree": 1.0, - "do_kb_crop": True, - "garg_crop": True, - "eigen_crop": False, - "use_right": False - }, - "nyu": { - "dataset": "nyu", - "avoid_boundary": False, - "min_depth": 1e-3, # originally 0.1 - "max_depth": 10, - "data_path": os.path.join(HOME_DIR, "nyu"), - "gt_path": os.path.join(HOME_DIR, "nyu"), - "filenames_file": "./train_test_inputs/nyudepthv2_train_files_with_gt.txt", - "input_height": 480, - "input_width": 640, - "data_path_eval": os.path.join(HOME_DIR, "nyu"), - "gt_path_eval": os.path.join(HOME_DIR, "nyu"), - "filenames_file_eval": "./train_test_inputs/nyudepthv2_test_files_with_gt.txt", - "min_depth_eval": 1e-3, - "max_depth_eval": 10, - "min_depth_diff": -10, - "max_depth_diff": 10, - - "do_random_rotate": True, - "degree": 1.0, - "do_kb_crop": False, - "garg_crop": False, - "eigen_crop": True - }, - "ibims": { - "dataset": "ibims", - "ibims_root": os.path.join(HOME_DIR, "iBims1/m1455541/ibims1_core_raw/"), - "eigen_crop": True, - "garg_crop": False, - "do_kb_crop": False, - "min_depth_eval": 0, - "max_depth_eval": 10, - "min_depth": 1e-3, - "max_depth": 10 - }, - "sunrgbd": { - "dataset": "sunrgbd", - "sunrgbd_root": os.path.join(HOME_DIR, "SUNRGB-D"), - "eigen_crop": True, - "garg_crop": False, - "do_kb_crop": False, - "min_depth_eval": 0, - "max_depth_eval": 8, - "min_depth": 1e-3, - "max_depth": 10 - }, - "diml_indoor": { - "dataset": "diml_indoor", - "diml_indoor_root": os.path.join(HOME_DIR, "DIML/indoor/sample/testset/"), - "eigen_crop": True, - "garg_crop": False, - "do_kb_crop": False, - "min_depth_eval": 0, - "max_depth_eval": 10, - "min_depth": 1e-3, - "max_depth": 10 - }, - "diml_outdoor": { - "dataset": "diml_outdoor", - "diml_outdoor_root": os.path.join(HOME_DIR, "DIML/outdoor/test/LR"), - "eigen_crop": False, - "garg_crop": True, - "do_kb_crop": False, - "min_depth_eval": 2, - "max_depth_eval": 80, - "min_depth": 1e-3, - "max_depth": 80 - }, - "diode_indoor": { - "dataset": "diode_indoor", - "diode_indoor_root": os.path.join(HOME_DIR, "DIODE/val/indoors/"), - "eigen_crop": True, - "garg_crop": False, - "do_kb_crop": False, - "min_depth_eval": 1e-3, - "max_depth_eval": 10, - "min_depth": 1e-3, - "max_depth": 10 - }, - "diode_outdoor": { - "dataset": "diode_outdoor", - "diode_outdoor_root": os.path.join(HOME_DIR, "DIODE/val/outdoor/"), - "eigen_crop": False, - "garg_crop": True, - "do_kb_crop": False, - "min_depth_eval": 1e-3, - "max_depth_eval": 80, - "min_depth": 1e-3, - "max_depth": 80 - }, - "hypersim_test": { - "dataset": "hypersim_test", - "hypersim_test_root": os.path.join(HOME_DIR, "HyperSim/"), - "eigen_crop": True, - "garg_crop": False, - "do_kb_crop": False, - "min_depth_eval": 1e-3, - "max_depth_eval": 80, - "min_depth": 1e-3, - "max_depth": 10 - }, - "vkitti": { - "dataset": "vkitti", - "vkitti_root": os.path.join(HOME_DIR, "shortcuts/datasets/vkitti_test/"), - "eigen_crop": False, - "garg_crop": True, - "do_kb_crop": True, - "min_depth_eval": 1e-3, - "max_depth_eval": 80, - "min_depth": 1e-3, - "max_depth": 80 - }, - "vkitti2": { - "dataset": "vkitti2", - "vkitti2_root": os.path.join(HOME_DIR, "vKitti2/"), - "eigen_crop": False, - "garg_crop": True, - "do_kb_crop": True, - "min_depth_eval": 1e-3, - "max_depth_eval": 80, - "min_depth": 1e-3, - "max_depth": 80, - }, - "ddad": { - "dataset": "ddad", - "ddad_root": os.path.join(HOME_DIR, "shortcuts/datasets/ddad/ddad_val/"), - "eigen_crop": False, - "garg_crop": True, - "do_kb_crop": True, - "min_depth_eval": 1e-3, - "max_depth_eval": 80, - "min_depth": 1e-3, - "max_depth": 80, - }, -} - -ALL_INDOOR = ["nyu", "ibims", "sunrgbd", "diode_indoor", "hypersim_test"] -ALL_OUTDOOR = ["kitti", "diml_outdoor", "diode_outdoor", "vkitti2", "ddad"] -ALL_EVAL_DATASETS = ALL_INDOOR + ALL_OUTDOOR - -COMMON_TRAINING_CONFIG = { - "dataset": "nyu", - "distributed": True, - "workers": 16, - "clip_grad": 0.1, - "use_shared_dict": False, - "shared_dict": None, - "use_amp": False, - - "aug": True, - "random_crop": False, - "random_translate": False, - "translate_prob": 0.2, - "max_translation": 100, - - "validate_every": 0.25, - "log_images_every": 0.1, - "prefetch": False, -} - - -def flatten(config, except_keys=('bin_conf')): - def recurse(inp): - if isinstance(inp, dict): - for key, value in inp.items(): - if key in except_keys: - yield (key, value) - if isinstance(value, dict): - yield from recurse(value) - else: - yield (key, value) - - return dict(list(recurse(config))) - - -def split_combined_args(kwargs): - """Splits the arguments that are combined with '__' into multiple arguments. - Combined arguments should have equal number of keys and values. - Keys are separated by '__' and Values are separated with ';'. - For example, '__n_bins__lr=256;0.001' - - Args: - kwargs (dict): key-value pairs of arguments where key-value is optionally combined according to the above format. - - Returns: - dict: Parsed dict with the combined arguments split into individual key-value pairs. - """ - new_kwargs = dict(kwargs) - for key, value in kwargs.items(): - if key.startswith("__"): - keys = key.split("__")[1:] - values = value.split(";") - assert len(keys) == len( - values), f"Combined arguments should have equal number of keys and values. Keys are separated by '__' and Values are separated with ';'. For example, '__n_bins__lr=256;0.001. Given (keys,values) is ({keys}, {values})" - for k, v in zip(keys, values): - new_kwargs[k] = v - return new_kwargs - - -def parse_list(config, key, dtype=int): - """Parse a list of values for the key if the value is a string. The values are separated by a comma. - Modifies the config in place. - """ - if key in config: - if isinstance(config[key], str): - config[key] = list(map(dtype, config[key].split(','))) - assert isinstance(config[key], list) and all([isinstance(e, dtype) for e in config[key]] - ), f"{key} should be a list of values dtype {dtype}. Given {config[key]} of type {type(config[key])} with values of type {[type(e) for e in config[key]]}." - - -def get_model_config(model_name, model_version=None): - """Find and parse the .json config file for the model. - - Args: - model_name (str): name of the model. The config file should be named config_{model_name}[_{model_version}].json under the models/{model_name} directory. - model_version (str, optional): Specific config version. If specified config_{model_name}_{model_version}.json is searched for and used. Otherwise config_{model_name}.json is used. Defaults to None. - - Returns: - easydict: the config dictionary for the model. - """ - config_fname = f"config_{model_name}_{model_version}.json" if model_version is not None else f"config_{model_name}.json" - config_file = os.path.join(ROOT, "models", model_name, config_fname) - if not os.path.exists(config_file): - return None - - with open(config_file, "r") as f: - config = edict(json.load(f)) - - # handle dictionary inheritance - # only training config is supported for inheritance - if "inherit" in config.train and config.train.inherit is not None: - inherit_config = get_model_config(config.train["inherit"]).train - for key, value in inherit_config.items(): - if key not in config.train: - config.train[key] = value - return edict(config) - - -def update_model_config(config, mode, model_name, model_version=None, strict=False): - model_config = get_model_config(model_name, model_version) - if model_config is not None: - config = {**config, ** - flatten({**model_config.model, **model_config[mode]})} - elif strict: - raise ValueError(f"Config file for model {model_name} not found.") - return config - - -def check_choices(name, value, choices): - # return # No checks in dev branch - if value not in choices: - raise ValueError(f"{name} {value} not in supported choices {choices}") - - -KEYS_TYPE_BOOL = ["use_amp", "distributed", "use_shared_dict", "same_lr", "aug", "three_phase", - "prefetch", "cycle_momentum"] # Casting is not necessary as their int casted values in config are 0 or 1 - - -def get_config(model_name, mode='train', dataset=None, **overwrite_kwargs): - """Main entry point to get the config for the model. - - Args: - model_name (str): name of the desired model. - mode (str, optional): "train" or "infer". Defaults to 'train'. - dataset (str, optional): If specified, the corresponding dataset configuration is loaded as well. Defaults to None. - - Keyword Args: key-value pairs of arguments to overwrite the default config. - - The order of precedence for overwriting the config is (Higher precedence first): - # 1. overwrite_kwargs - # 2. "config_version": Config file version if specified in overwrite_kwargs. The corresponding config loaded is config_{model_name}_{config_version}.json - # 3. "version_name": Default Model version specific config specified in overwrite_kwargs. The corresponding config loaded is config_{model_name}_{version_name}.json - # 4. common_config: Default config for all models specified in COMMON_CONFIG - - Returns: - easydict: The config dictionary for the model. - """ - - - check_choices("Model", model_name, ["zoedepth", "zoedepth_nk"]) - check_choices("Mode", mode, ["train", "infer", "eval"]) - if mode == "train": - check_choices("Dataset", dataset, ["nyu", "kitti", "mix", None]) - - config = flatten({**COMMON_CONFIG, **COMMON_TRAINING_CONFIG}) - config = update_model_config(config, mode, model_name) - - # update with model version specific config - version_name = overwrite_kwargs.get("version_name", config["version_name"]) - config = update_model_config(config, mode, model_name, version_name) - - # update with config version if specified - config_version = overwrite_kwargs.get("config_version", None) - if config_version is not None: - print("Overwriting config with config_version", config_version) - config = update_model_config(config, mode, model_name, config_version) - - # update with overwrite_kwargs - # Combined args are useful for hyperparameter search - overwrite_kwargs = split_combined_args(overwrite_kwargs) - config = {**config, **overwrite_kwargs} - - # Casting to bool # TODO: Not necessary. Remove and test - for key in KEYS_TYPE_BOOL: - if key in config: - config[key] = bool(config[key]) - - # Model specific post processing of config - parse_list(config, "n_attractors") - - # adjust n_bins for each bin configuration if bin_conf is given and n_bins is passed in overwrite_kwargs - if 'bin_conf' in config and 'n_bins' in overwrite_kwargs: - bin_conf = config['bin_conf'] # list of dicts - n_bins = overwrite_kwargs['n_bins'] - new_bin_conf = [] - for conf in bin_conf: - conf['n_bins'] = n_bins - new_bin_conf.append(conf) - config['bin_conf'] = new_bin_conf - - if mode == "train": - orig_dataset = dataset - if dataset == "mix": - dataset = 'nyu' # Use nyu as default for mix. Dataset config is changed accordingly while loading the dataloader - if dataset is not None: - config['project'] = f"MonoDepth3-{orig_dataset}" # Set project for wandb - - if dataset is not None: - config['dataset'] = dataset - config = {**DATASETS_CONFIG[dataset], **config} - - - config['model'] = model_name - typed_config = {k: infer_type(v) for k, v in config.items()} - # add hostname to config - config['hostname'] = platform.node() - return edict(typed_config) - - -def change_dataset(config, new_dataset): - config.update(DATASETS_CONFIG[new_dataset]) - return config diff --git a/depth_anything/metric_depth/zoedepth/utils/easydict/__init__.py b/depth_anything/metric_depth/zoedepth/utils/easydict/__init__.py deleted file mode 100644 index 1592817..0000000 --- a/depth_anything/metric_depth/zoedepth/utils/easydict/__init__.py +++ /dev/null @@ -1,158 +0,0 @@ -""" -EasyDict -Copy/pasted from https://github.com/makinacorpus/easydict -Original author: Mathieu Leplatre -""" - -class EasyDict(dict): - """ - Get attributes - - >>> d = EasyDict({'foo':3}) - >>> d['foo'] - 3 - >>> d.foo - 3 - >>> d.bar - Traceback (most recent call last): - ... - AttributeError: 'EasyDict' object has no attribute 'bar' - - Works recursively - - >>> d = EasyDict({'foo':3, 'bar':{'x':1, 'y':2}}) - >>> isinstance(d.bar, dict) - True - >>> d.bar.x - 1 - - Bullet-proof - - >>> EasyDict({}) - {} - >>> EasyDict(d={}) - {} - >>> EasyDict(None) - {} - >>> d = {'a': 1} - >>> EasyDict(**d) - {'a': 1} - >>> EasyDict((('a', 1), ('b', 2))) - {'a': 1, 'b': 2} - - Set attributes - - >>> d = EasyDict() - >>> d.foo = 3 - >>> d.foo - 3 - >>> d.bar = {'prop': 'value'} - >>> d.bar.prop - 'value' - >>> d - {'foo': 3, 'bar': {'prop': 'value'}} - >>> d.bar.prop = 'newer' - >>> d.bar.prop - 'newer' - - - Values extraction - - >>> d = EasyDict({'foo':0, 'bar':[{'x':1, 'y':2}, {'x':3, 'y':4}]}) - >>> isinstance(d.bar, list) - True - >>> from operator import attrgetter - >>> list(map(attrgetter('x'), d.bar)) - [1, 3] - >>> list(map(attrgetter('y'), d.bar)) - [2, 4] - >>> d = EasyDict() - >>> list(d.keys()) - [] - >>> d = EasyDict(foo=3, bar=dict(x=1, y=2)) - >>> d.foo - 3 - >>> d.bar.x - 1 - - Still like a dict though - - >>> o = EasyDict({'clean':True}) - >>> list(o.items()) - [('clean', True)] - - And like a class - - >>> class Flower(EasyDict): - ... power = 1 - ... - >>> f = Flower() - >>> f.power - 1 - >>> f = Flower({'height': 12}) - >>> f.height - 12 - >>> f['power'] - 1 - >>> sorted(f.keys()) - ['height', 'power'] - - update and pop items - >>> d = EasyDict(a=1, b='2') - >>> e = EasyDict(c=3.0, a=9.0) - >>> d.update(e) - >>> d.c - 3.0 - >>> d['c'] - 3.0 - >>> d.get('c') - 3.0 - >>> d.update(a=4, b=4) - >>> d.b - 4 - >>> d.pop('a') - 4 - >>> d.a - Traceback (most recent call last): - ... - AttributeError: 'EasyDict' object has no attribute 'a' - """ - def __init__(self, d=None, **kwargs): - if d is None: - d = {} - else: - d = dict(d) - if kwargs: - d.update(**kwargs) - for k, v in d.items(): - setattr(self, k, v) - # Class attributes - for k in self.__class__.__dict__.keys(): - if not (k.startswith('__') and k.endswith('__')) and not k in ('update', 'pop'): - setattr(self, k, getattr(self, k)) - - def __setattr__(self, name, value): - if isinstance(value, (list, tuple)): - value = [self.__class__(x) - if isinstance(x, dict) else x for x in value] - elif isinstance(value, dict) and not isinstance(value, self.__class__): - value = self.__class__(value) - super(EasyDict, self).__setattr__(name, value) - super(EasyDict, self).__setitem__(name, value) - - __setitem__ = __setattr__ - - def update(self, e=None, **f): - d = e or dict() - d.update(f) - for k in d: - setattr(self, k, d[k]) - - def pop(self, k, d=None): - delattr(self, k) - return super(EasyDict, self).pop(k, d) - - -if __name__ == "__main__": - import doctest - doctest.testmod() \ No newline at end of file diff --git a/depth_anything/metric_depth/zoedepth/utils/geometry.py b/depth_anything/metric_depth/zoedepth/utils/geometry.py deleted file mode 100644 index e3da8c7..0000000 --- a/depth_anything/metric_depth/zoedepth/utils/geometry.py +++ /dev/null @@ -1,98 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -import numpy as np - -def get_intrinsics(H,W): - """ - Intrinsics for a pinhole camera model. - Assume fov of 55 degrees and central principal point. - """ - f = 0.5 * W / np.tan(0.5 * 55 * np.pi / 180.0) - cx = 0.5 * W - cy = 0.5 * H - return np.array([[f, 0, cx], - [0, f, cy], - [0, 0, 1]]) - -def depth_to_points(depth, R=None, t=None): - - K = get_intrinsics(depth.shape[1], depth.shape[2]) - Kinv = np.linalg.inv(K) - if R is None: - R = np.eye(3) - if t is None: - t = np.zeros(3) - - # M converts from your coordinate to PyTorch3D's coordinate system - M = np.eye(3) - M[0, 0] = -1.0 - M[1, 1] = -1.0 - - height, width = depth.shape[1:3] - - x = np.arange(width) - y = np.arange(height) - coord = np.stack(np.meshgrid(x, y), -1) - coord = np.concatenate((coord, np.ones_like(coord)[:, :, [0]]), -1) # z=1 - coord = coord.astype(np.float32) - # coord = torch.as_tensor(coord, dtype=torch.float32, device=device) - coord = coord[None] # bs, h, w, 3 - - D = depth[:, :, :, None, None] - # print(D.shape, Kinv[None, None, None, ...].shape, coord[:, :, :, :, None].shape ) - pts3D_1 = D * Kinv[None, None, None, ...] @ coord[:, :, :, :, None] - # pts3D_1 live in your coordinate system. Convert them to Py3D's - pts3D_1 = M[None, None, None, ...] @ pts3D_1 - # from reference to targe tviewpoint - pts3D_2 = R[None, None, None, ...] @ pts3D_1 + t[None, None, None, :, None] - # pts3D_2 = pts3D_1 - # depth_2 = pts3D_2[:, :, :, 2, :] # b,1,h,w - return pts3D_2[:, :, :, :3, 0][0] - - -def create_triangles(h, w, mask=None): - """ - Reference: https://github.com/google-research/google-research/blob/e96197de06613f1b027d20328e06d69829fa5a89/infinite_nature/render_utils.py#L68 - Creates mesh triangle indices from a given pixel grid size. - This function is not and need not be differentiable as triangle indices are - fixed. - Args: - h: (int) denoting the height of the image. - w: (int) denoting the width of the image. - Returns: - triangles: 2D numpy array of indices (int) with shape (2(W-1)(H-1) x 3) - """ - x, y = np.meshgrid(range(w - 1), range(h - 1)) - tl = y * w + x - tr = y * w + x + 1 - bl = (y + 1) * w + x - br = (y + 1) * w + x + 1 - triangles = np.array([tl, bl, tr, br, tr, bl]) - triangles = np.transpose(triangles, (1, 2, 0)).reshape( - ((w - 1) * (h - 1) * 2, 3)) - if mask is not None: - mask = mask.reshape(-1) - triangles = triangles[mask[triangles].all(1)] - return triangles diff --git a/depth_anything/metric_depth/zoedepth/utils/misc.py b/depth_anything/metric_depth/zoedepth/utils/misc.py deleted file mode 100644 index 4bbe403..0000000 --- a/depth_anything/metric_depth/zoedepth/utils/misc.py +++ /dev/null @@ -1,368 +0,0 @@ -# MIT License - -# Copyright (c) 2022 Intelligent Systems Lab Org - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -# File author: Shariq Farooq Bhat - -"""Miscellaneous utility functions.""" - -from scipy import ndimage - -import base64 -import math -import re -from io import BytesIO - -import matplotlib -import matplotlib.cm -import numpy as np -import requests -import torch -import torch.distributed as dist -import torch.nn -import torch.nn as nn -import torch.utils.data.distributed -from PIL import Image -from torchvision.transforms import ToTensor - - -class RunningAverage: - def __init__(self): - self.avg = 0 - self.count = 0 - - def append(self, value): - self.avg = (value + self.count * self.avg) / (self.count + 1) - self.count += 1 - - def get_value(self): - return self.avg - - -def denormalize(x): - """Reverses the imagenet normalization applied to the input. - - Args: - x (torch.Tensor - shape(N,3,H,W)): input tensor - - Returns: - torch.Tensor - shape(N,3,H,W): Denormalized input - """ - mean = torch.Tensor([0.485, 0.456, 0.406]).view(1, 3, 1, 1).to(x.device) - std = torch.Tensor([0.229, 0.224, 0.225]).view(1, 3, 1, 1).to(x.device) - return x * std + mean - - -class RunningAverageDict: - """A dictionary of running averages.""" - def __init__(self): - self._dict = None - - def update(self, new_dict): - if new_dict is None: - return - - if self._dict is None: - self._dict = dict() - for key, value in new_dict.items(): - self._dict[key] = RunningAverage() - - for key, value in new_dict.items(): - self._dict[key].append(value) - - def get_value(self): - if self._dict is None: - return None - return {key: value.get_value() for key, value in self._dict.items()} - - -def colorize(value, vmin=None, vmax=None, cmap='gray_r', invalid_val=-99, invalid_mask=None, background_color=(128, 128, 128, 255), gamma_corrected=False, value_transform=None): - """Converts a depth map to a color image. - - Args: - value (torch.Tensor, numpy.ndarry): Input depth map. Shape: (H, W) or (1, H, W) or (1, 1, H, W). All singular dimensions are squeezed - vmin (float, optional): vmin-valued entries are mapped to start color of cmap. If None, value.min() is used. Defaults to None. - vmax (float, optional): vmax-valued entries are mapped to end color of cmap. If None, value.max() is used. Defaults to None. - cmap (str, optional): matplotlib colormap to use. Defaults to 'magma_r'. - invalid_val (int, optional): Specifies value of invalid pixels that should be colored as 'background_color'. Defaults to -99. - invalid_mask (numpy.ndarray, optional): Boolean mask for invalid regions. Defaults to None. - background_color (tuple[int], optional): 4-tuple RGB color to give to invalid pixels. Defaults to (128, 128, 128, 255). - gamma_corrected (bool, optional): Apply gamma correction to colored image. Defaults to False. - value_transform (Callable, optional): Apply transform function to valid pixels before coloring. Defaults to None. - - Returns: - numpy.ndarray, dtype - uint8: Colored depth map. Shape: (H, W, 4) - """ - if isinstance(value, torch.Tensor): - value = value.detach().cpu().numpy() - - value = value.squeeze() - if invalid_mask is None: - invalid_mask = value == invalid_val - mask = np.logical_not(invalid_mask) - - # normalize - vmin = np.percentile(value[mask],2) if vmin is None else vmin - vmax = np.percentile(value[mask],85) if vmax is None else vmax - if vmin != vmax: - value = (value - vmin) / (vmax - vmin) # vmin..vmax - else: - # Avoid 0-division - value = value * 0. - - # squeeze last dim if it exists - # grey out the invalid values - - value[invalid_mask] = np.nan - cmapper = matplotlib.cm.get_cmap(cmap) - if value_transform: - value = value_transform(value) - # value = value / value.max() - value = cmapper(value, bytes=True) # (nxmx4) - - # img = value[:, :, :] - img = value[...] - img[invalid_mask] = background_color - - # return img.transpose((2, 0, 1)) - if gamma_corrected: - # gamma correction - img = img / 255 - img = np.power(img, 2.2) - img = img * 255 - img = img.astype(np.uint8) - return img - - -def count_parameters(model, include_all=False): - return sum(p.numel() for p in model.parameters() if p.requires_grad or include_all) - - -def compute_errors(gt, pred): - """Compute metrics for 'pred' compared to 'gt' - - Args: - gt (numpy.ndarray): Ground truth values - pred (numpy.ndarray): Predicted values - - gt.shape should be equal to pred.shape - - Returns: - dict: Dictionary containing the following metrics: - 'a1': Delta1 accuracy: Fraction of pixels that are within a scale factor of 1.25 - 'a2': Delta2 accuracy: Fraction of pixels that are within a scale factor of 1.25^2 - 'a3': Delta3 accuracy: Fraction of pixels that are within a scale factor of 1.25^3 - 'abs_rel': Absolute relative error - 'rmse': Root mean squared error - 'log_10': Absolute log10 error - 'sq_rel': Squared relative error - 'rmse_log': Root mean squared error on the log scale - 'silog': Scale invariant log error - """ - thresh = np.maximum((gt / pred), (pred / gt)) - a1 = (thresh < 1.25).mean() - a2 = (thresh < 1.25 ** 2).mean() - a3 = (thresh < 1.25 ** 3).mean() - - abs_rel = np.mean(np.abs(gt - pred) / gt) - sq_rel = np.mean(((gt - pred) ** 2) / gt) - - rmse = (gt - pred) ** 2 - rmse = np.sqrt(rmse.mean()) - - rmse_log = (np.log(gt) - np.log(pred)) ** 2 - rmse_log = np.sqrt(rmse_log.mean()) - - err = np.log(pred) - np.log(gt) - silog = np.sqrt(np.mean(err ** 2) - np.mean(err) ** 2) * 100 - - log_10 = (np.abs(np.log10(gt) - np.log10(pred))).mean() - return dict(a1=a1, a2=a2, a3=a3, abs_rel=abs_rel, rmse=rmse, log_10=log_10, rmse_log=rmse_log, - silog=silog, sq_rel=sq_rel) - - -def compute_metrics(gt, pred, interpolate=True, garg_crop=False, eigen_crop=True, dataset='nyu', min_depth_eval=0.1, max_depth_eval=10, **kwargs): - """Compute metrics of predicted depth maps. Applies cropping and masking as necessary or specified via arguments. Refer to compute_errors for more details on metrics. - """ - if 'config' in kwargs: - config = kwargs['config'] - garg_crop = config.garg_crop - eigen_crop = config.eigen_crop - min_depth_eval = config.min_depth_eval - max_depth_eval = config.max_depth_eval - - if gt.shape[-2:] != pred.shape[-2:] and interpolate: - pred = nn.functional.interpolate( - pred, gt.shape[-2:], mode='bilinear', align_corners=True) - - pred = pred.squeeze().cpu().numpy() - pred[pred < min_depth_eval] = min_depth_eval - pred[pred > max_depth_eval] = max_depth_eval - pred[np.isinf(pred)] = max_depth_eval - pred[np.isnan(pred)] = min_depth_eval - - gt_depth = gt.squeeze().cpu().numpy() - valid_mask = np.logical_and( - gt_depth > min_depth_eval, gt_depth < max_depth_eval) - - if garg_crop or eigen_crop: - gt_height, gt_width = gt_depth.shape - eval_mask = np.zeros(valid_mask.shape) - - if garg_crop: - eval_mask[int(0.40810811 * gt_height):int(0.99189189 * gt_height), - int(0.03594771 * gt_width):int(0.96405229 * gt_width)] = 1 - - elif eigen_crop: - # print("-"*10, " EIGEN CROP ", "-"*10) - if dataset == 'kitti': - eval_mask[int(0.3324324 * gt_height):int(0.91351351 * gt_height), - int(0.0359477 * gt_width):int(0.96405229 * gt_width)] = 1 - else: - # assert gt_depth.shape == (480, 640), "Error: Eigen crop is currently only valid for (480, 640) images" - eval_mask[45:471, 41:601] = 1 - else: - eval_mask = np.ones(valid_mask.shape) - valid_mask = np.logical_and(valid_mask, eval_mask) - return compute_errors(gt_depth[valid_mask], pred[valid_mask]) - - -#################################### Model uilts ################################################ - - -def parallelize(config, model, find_unused_parameters=True): - - if config.gpu is not None: - torch.cuda.set_device(config.gpu) - model = model.cuda(config.gpu) - - config.multigpu = False - if config.distributed: - # Use DDP - config.multigpu = True - config.rank = config.rank * config.ngpus_per_node + config.gpu - dist.init_process_group(backend=config.dist_backend, init_method=config.dist_url, - world_size=config.world_size, rank=config.rank) - config.batch_size = int(config.batch_size / config.ngpus_per_node) - # config.batch_size = 8 - config.workers = int( - (config.num_workers + config.ngpus_per_node - 1) / config.ngpus_per_node) - print("Device", config.gpu, "Rank", config.rank, "batch size", - config.batch_size, "Workers", config.workers) - torch.cuda.set_device(config.gpu) - model = nn.SyncBatchNorm.convert_sync_batchnorm(model) - model = model.cuda(config.gpu) - model = torch.nn.parallel.DistributedDataParallel(model, device_ids=[config.gpu], output_device=config.gpu, - find_unused_parameters=find_unused_parameters) - - elif config.gpu is None: - # Use DP - config.multigpu = True - model = model.cuda() - model = torch.nn.DataParallel(model) - - return model - - -################################################################################################# - - -##################################################################################################### - - -class colors: - '''Colors class: - Reset all colors with colors.reset - Two subclasses fg for foreground and bg for background. - Use as colors.subclass.colorname. - i.e. colors.fg.red or colors.bg.green - Also, the generic bold, disable, underline, reverse, strikethrough, - and invisible work with the main class - i.e. colors.bold - ''' - reset = '\033[0m' - bold = '\033[01m' - disable = '\033[02m' - underline = '\033[04m' - reverse = '\033[07m' - strikethrough = '\033[09m' - invisible = '\033[08m' - - class fg: - black = '\033[30m' - red = '\033[31m' - green = '\033[32m' - orange = '\033[33m' - blue = '\033[34m' - purple = '\033[35m' - cyan = '\033[36m' - lightgrey = '\033[37m' - darkgrey = '\033[90m' - lightred = '\033[91m' - lightgreen = '\033[92m' - yellow = '\033[93m' - lightblue = '\033[94m' - pink = '\033[95m' - lightcyan = '\033[96m' - - class bg: - black = '\033[40m' - red = '\033[41m' - green = '\033[42m' - orange = '\033[43m' - blue = '\033[44m' - purple = '\033[45m' - cyan = '\033[46m' - lightgrey = '\033[47m' - - -def printc(text, color): - print(f"{color}{text}{colors.reset}") - -############################################ - -def get_image_from_url(url): - response = requests.get(url) - img = Image.open(BytesIO(response.content)).convert("RGB") - return img - -def url_to_torch(url, size=(384, 384)): - img = get_image_from_url(url) - img = img.resize(size, Image.ANTIALIAS) - img = torch.from_numpy(np.asarray(img)).float() - img = img.permute(2, 0, 1) - img.div_(255) - return img - -def pil_to_batched_tensor(img): - return ToTensor()(img).unsqueeze(0) - -def save_raw_16bit(depth, fpath="raw.png"): - if isinstance(depth, torch.Tensor): - depth = depth.squeeze().cpu().numpy() - - assert isinstance(depth, np.ndarray), "Depth must be a torch tensor or numpy array" - assert depth.ndim == 2, "Depth must be 2D" - depth = depth * 256 # scale for 16-bit png - depth = depth.astype(np.uint16) - depth = Image.fromarray(depth) - depth.save(fpath) - print("Saved raw depth to", fpath) \ No newline at end of file diff --git a/depth_anything/requirements.txt b/depth_anything/requirements.txt deleted file mode 100644 index 4044895..0000000 --- a/depth_anything/requirements.txt +++ /dev/null @@ -1,6 +0,0 @@ -gradio_imageslider -gradio==4.14.0 -torch -torchvision -opencv-python -huggingface_hub \ No newline at end of file diff --git a/depth_anything/run.py b/depth_anything/run.py deleted file mode 100644 index 969f568..0000000 --- a/depth_anything/run.py +++ /dev/null @@ -1,118 +0,0 @@ -import argparse -import cv2 -import numpy as np -import os -import torch -import torch.nn.functional as F -from torchvision.transforms import Compose -from tqdm import tqdm - -from depth_anything.dpt import DepthAnything -from depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet - - -if __name__ == '__main__': - parser = argparse.ArgumentParser() - parser.add_argument('--img-path', type=str) - parser.add_argument('--outdir', type=str, default='./vis_depth') - parser.add_argument('--encoder', type=str, default='vitl', choices=['vits', 'vitb', 'vitl']) - - parser.add_argument('--pred-only', dest='pred_only', action='store_true', help='only display the prediction') - parser.add_argument('--grayscale', dest='grayscale', action='store_true', help='do not apply colorful palette') - - args = parser.parse_args() - - margin_width = 50 - caption_height = 60 - - font = cv2.FONT_HERSHEY_SIMPLEX - font_scale = 1 - font_thickness = 2 - - DEVICE = 'cuda' if torch.cuda.is_available() else 'cpu' - - depth_anything = DepthAnything.from_pretrained('LiheYoung/depth_anything_{}14'.format(args.encoder)).to(DEVICE).eval() - - total_params = sum(param.numel() for param in depth_anything.parameters()) - print('Total parameters: {:.2f}M'.format(total_params / 1e6)) - - transform = Compose([ - Resize( - width=518, - height=518, - resize_target=False, - keep_aspect_ratio=True, - ensure_multiple_of=14, - resize_method='lower_bound', - image_interpolation_method=cv2.INTER_CUBIC, - ), - NormalizeImage(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]), - PrepareForNet(), - ]) - - if os.path.isfile(args.img_path): - if args.img_path.endswith('txt'): - with open(args.img_path, 'r') as f: - filenames = f.read().splitlines() - else: - filenames = [args.img_path] - else: - filenames = os.listdir(args.img_path) - filenames = [os.path.join(args.img_path, filename) for filename in filenames if not filename.startswith('.')] - filenames.sort() - - os.makedirs(args.outdir, exist_ok=True) - - for filename in tqdm(filenames): - raw_image = cv2.imread(filename) - image = cv2.cvtColor(raw_image, cv2.COLOR_BGR2RGB) / 255.0 - - h, w = image.shape[:2] - - image = transform({'image': image})['image'] - image = torch.from_numpy(image).unsqueeze(0).to(DEVICE) - - with torch.no_grad(): - depth = depth_anything(image) - - depth = F.interpolate(depth[None], (h, w), mode='bilinear', align_corners=False)[0, 0] - depth = (depth - depth.min()) / (depth.max() - depth.min()) * 255.0 - - depth = depth.cpu().numpy().astype(np.uint8) - - if args.grayscale: - depth = np.repeat(depth[..., np.newaxis], 3, axis=-1) - else: - depth = cv2.applyColorMap(depth, cv2.COLORMAP_INFERNO) - - cv2.imwrite(os.path.join(args.outdir, filename[:filename.rfind('.')] + '_raw_img_depth.png'), depth) - - filename = os.path.basename(filename) - - if args.pred_only: - cv2.imwrite(os.path.join(args.outdir, filename[:filename.rfind('.')] + '_depth.png'), depth) - else: - split_region = np.ones((raw_image.shape[0], margin_width, 3), dtype=np.uint8) * 255 - combined_results = cv2.hconcat([raw_image, split_region, depth]) - - caption_space = np.ones((caption_height, combined_results.shape[1], 3), dtype=np.uint8) * 255 - captions = ['Raw image', 'Depth Anything'] - segment_width = w + margin_width - - for i, caption in enumerate(captions): - # Calculate text size - text_size = cv2.getTextSize(caption, font, font_scale, font_thickness)[0] - - # Calculate x-coordinate to center the text - text_x = int((segment_width * i) + (w - text_size[0]) / 2) - - # Add text caption - cv2.putText(caption_space, caption, (text_x, 40), font, font_scale, (0, 0, 0), font_thickness) - - final_result = cv2.vconcat([caption_space, combined_results]) - - cv2.imwrite(os.path.join(args.outdir, filename[:filename.rfind('.')] + '_img_depth.png'), final_result) - - - - diff --git a/depth_anything/run_video.py b/depth_anything/run_video.py deleted file mode 100644 index 49c79e4..0000000 --- a/depth_anything/run_video.py +++ /dev/null @@ -1,99 +0,0 @@ -import argparse -import cv2 -import numpy as np -import os -import torch -import torch.nn.functional as F -from torchvision.transforms import Compose - -from depth_anything.dpt import DepthAnything -from depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet - - -if __name__ == '__main__': - parser = argparse.ArgumentParser() - parser.add_argument('--video-path', type=str) - parser.add_argument('--outdir', type=str, default='./vis_video_depth') - parser.add_argument('--encoder', type=str, default='vitl', choices=['vits', 'vitb', 'vitl']) - - args = parser.parse_args() - - margin_width = 50 - - DEVICE = 'cuda' if torch.cuda.is_available() else 'cpu' - - depth_anything = DepthAnything.from_pretrained('LiheYoung/depth_anything_{}14'.format(args.encoder)).to(DEVICE).eval() - - total_params = sum(param.numel() for param in depth_anything.parameters()) - print('Total parameters: {:.2f}M'.format(total_params / 1e6)) - - transform = Compose([ - Resize( - width=518, - height=518, - resize_target=False, - keep_aspect_ratio=True, - ensure_multiple_of=14, - resize_method='lower_bound', - image_interpolation_method=cv2.INTER_CUBIC, - ), - NormalizeImage(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]), - PrepareForNet(), - ]) - - if os.path.isfile(args.video_path): - if args.video_path.endswith('txt'): - with open(args.video_path, 'r') as f: - lines = f.read().splitlines() - else: - filenames = [args.video_path] - else: - filenames = os.listdir(args.video_path) - filenames = [os.path.join(args.video_path, filename) for filename in filenames if not filename.startswith('.')] - filenames.sort() - - os.makedirs(args.outdir, exist_ok=True) - - for k, filename in enumerate(filenames): - print('Progress {:}/{:},'.format(k+1, len(filenames)), 'Processing', filename) - - raw_video = cv2.VideoCapture(filename) - frame_width, frame_height = int(raw_video.get(cv2.CAP_PROP_FRAME_WIDTH)), int(raw_video.get(cv2.CAP_PROP_FRAME_HEIGHT)) - frame_rate = int(raw_video.get(cv2.CAP_PROP_FPS)) - output_width = frame_width * 2 + margin_width - - filename = os.path.basename(filename) - output_path = os.path.join(args.outdir, filename[:filename.rfind('.')] + '_video_depth.mp4') - out = cv2.VideoWriter(output_path, cv2.VideoWriter_fourcc(*"mp4v"), frame_rate, (output_width, frame_height)) - - while raw_video.isOpened(): - ret, raw_frame = raw_video.read() - if not ret: - break - - frame = cv2.cvtColor(raw_frame, cv2.COLOR_BGR2RGB) / 255.0 - - frame = transform({'image': frame})['image'] - frame = torch.from_numpy(frame).unsqueeze(0).to(DEVICE) - - with torch.no_grad(): - depth = depth_anything(frame) - - depth = F.interpolate(depth[None], (frame_height, frame_width), mode='bilinear', align_corners=False)[0, 0] - depth = (depth - depth.min()) / (depth.max() - depth.min()) * 255.0 - - depth = depth.cpu().numpy().astype(np.uint8) - depth_color = cv2.applyColorMap(depth, cv2.COLORMAP_INFERNO) - - split_region = np.ones((frame_height, margin_width, 3), dtype=np.uint8) * 255 - combined_frame = cv2.hconcat([raw_frame, split_region, depth_color]) - # combined_frame = depth_color - # print(depth_color.shape) - - out.write(combined_frame) - # out.write(depth_color) - - raw_video.release() - out.release() - - diff --git a/depth_anything/run_video_depth_only.py b/depth_anything/run_video_depth_only.py deleted file mode 100644 index a13bc2f..0000000 --- a/depth_anything/run_video_depth_only.py +++ /dev/null @@ -1,87 +0,0 @@ -import argparse -import cv2 -import numpy as np -import os -import torch -import torch.nn.functional as F -from torchvision.transforms import Compose - -from depth_anything.dpt import DepthAnything -from depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet - -if __name__ == '__main__': - print("SKLFDJ") - - parser = argparse.ArgumentParser() - parser.add_argument('--video-path', type=str) - parser.add_argument('--outdir', type=str, default='./vis_video_depth') - - parser.add_argument('--encoder', type=str, default='vitl', choices=['vits', 'vitb', 'vitl']) - - args = parser.parse_args() - - print(args.outdir) - - DEVICE = 'cuda' if torch.cuda.is_available() else 'cpu' - - depth_anything = DepthAnything.from_pretrained('LiheYoung/depth_anything_{}14'.format(args.encoder)).to(DEVICE).eval() - - transform = Compose([ - Resize( - width=518, - height=518, - resize_target=False, - keep_aspect_ratio=True, - ensure_multiple_of=14, - resize_method='lower_bound', - image_interpolation_method=cv2.INTER_CUBIC, - ), - NormalizeImage(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]), - PrepareForNet(), - ]) - - if os.path.isfile(args.video_path): - filenames = [args.video_path] - else: - filenames = os.listdir(args.video_path) - filenames = [os.path.join(args.video_path, filename) for filename in filenames if not filename.startswith('.')] - filenames.sort() - - os.makedirs(args.outdir, exist_ok=True) - - for k, filename in enumerate(filenames): - print('Progress {:}/{:},'.format(k+1, len(filenames)), 'Processing', filename) - - raw_video = cv2.VideoCapture(filename) - frame_count = 0 - - while raw_video.isOpened(): - ret, raw_frame = raw_video.read() - if not ret: - break - - frame = cv2.cvtColor(raw_frame, cv2.COLOR_BGR2RGB) / 255.0 - frame = transform({'image': frame})['image'] - frame = torch.from_numpy(frame).unsqueeze(0).to(DEVICE) - - with torch.no_grad(): - depth = depth_anything(frame) - - depth = F.interpolate(depth[None], (raw_frame.shape[0], raw_frame.shape[1]), mode='bilinear', align_corners=False)[0, 0] - depth = (depth - depth.min()) / (depth.max() - depth.min()) * 255.0 - depth = depth.cpu().numpy().astype(np.uint8) - depth_color = cv2.applyColorMap(depth, cv2.COLORMAP_INFERNO) - - frame_filename = f"{os.path.splitext(os.path.basename(filename))[0]}_frame_{frame_count}.png" - frame_path = os.path.join(args.outdir, frame_filename) - cv2.imwrite(frame_path, depth_color) - - frame_filename = f"{os.path.splitext(os.path.basename(filename))[0]}_frame_{frame_count}_OG.png" - frame_path = os.path.join(args.outdir, frame_filename) - cv2.imwrite(frame_path, raw_frame) - - frame_count += 1 - - raw_video.release() - - print("Processing complete.") \ No newline at end of file diff --git a/depth_anything/semseg/README.md b/depth_anything/semseg/README.md deleted file mode 100644 index bb6beec..0000000 --- a/depth_anything/semseg/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# Depth Anything for Semantic Segmentation - -We use our Depth Anything pre-trained ViT-L encoder to fine-tune downstream semantic segmentation models. - - -## Performance - -### Cityscapes - -Note that our results are obtained *without* Mapillary pre-training. - -| Method | Encoder | mIoU (s.s.) | m.s. | -|:-:|:-:|:-:|:-:| -| SegFormer | MiT-B5 | 82.4 | 84.0 | -| Mask2Former | Swin-L | 83.3 | 84.3 | -| OneFormer | Swin-L | 83.0 | 84.4 | -| OneFormer | ConNeXt-XL | 83.6 | 84.6 | -| DDP | ConNeXt-L | 83.2 | 83.9 | -| **Ours** | ViT-L | **84.8** | **86.2** | - - -### ADE20K - -| Method | Encoder | mIoU | -|:-:|:-:|:-:| -| SegFormer | MiT-B5 | 51.0 | -| Mask2Former | Swin-L | 56.4 | -| UperNet | BEiT-L | 56.3 | -| ViT-Adapter | BEiT-L | 58.3 | -| OneFormer | Swin-L | 57.4 | -| OneFormer | ConNeXt-XL | 57.4 | -| **Ours** | ViT-L | **59.4** | - - -## Pre-trained models - -- [Cityscapes-ViT-L-mIoU-86.4](https://huggingface.co/spaces/LiheYoung/Depth-Anything/blob/main/checkpoints_semseg/cityscapes_vitl_mIoU_86.4.pth) -- [ADE20K-ViT-L-mIoU-59.4](https://huggingface.co/spaces/LiheYoung/Depth-Anything/blob/main/checkpoints_semseg/ade20k_vitl_mIoU_59.4.pth) - - -## Installation - -Please refer to [MMSegmentation](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/get_started.md#installation) for instructions. *Do not forget to install ``mmdet`` to support ``Mask2Former``:* -```bash -pip install "mmdet>=3.0.0rc4" -``` - -After installation: -- move our [config/depth_anything](./config/depth_anything/) to mmseg's [config](https://github.com/open-mmlab/mmsegmentation/tree/main/configs) -- move our [dinov2.py](./dinov2.py) to mmseg's [backbones](https://github.com/open-mmlab/mmsegmentation/tree/main/mmseg/models/backbones) -- add DINOv2 in mmseg's [models/backbones/\_\_init\_\_.py](https://github.com/open-mmlab/mmsegmentation/blob/main/mmseg/models/backbones/__init__.py) -- download our provided [torchhub](https://github.com/LiheYoung/Depth-Anything/tree/main/torchhub) directory and put it at the root of your working directory -- download the [Depth Anything pre-trained model](https://huggingface.co/spaces/LiheYoung/Depth-Anything/blob/main/checkpoints/depth_anything_vitl14.pth) (to initialize the encoder) and 2) put it under the ``checkpoints`` folder. - -For training or inference with our pre-trained models, please refer to MMSegmentation [instructions](https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/4_train_test.md). diff --git a/depth_anything/semseg/config/depth_anything/depth_anything_large_mask2former_16xb1_160k_ade20k_896x896.py b/depth_anything/semseg/config/depth_anything/depth_anything_large_mask2former_16xb1_160k_ade20k_896x896.py deleted file mode 100644 index 5bc733c..0000000 --- a/depth_anything/semseg/config/depth_anything/depth_anything_large_mask2former_16xb1_160k_ade20k_896x896.py +++ /dev/null @@ -1,230 +0,0 @@ -_base_ = [ - '../_base_/default_runtime.py', '../_base_/datasets/ade20k_640x640.py' -] - -crop_size = (896, 896) -data_preprocessor = dict( - type='SegDataPreProcessor', - mean=[123.675, 116.28, 103.53], - std=[58.395, 57.12, 57.375], - bgr_to_rgb=True, - pad_val=0, - seg_pad_val=255, - size=crop_size) -num_classes = 150 - -model = dict( - type='EncoderDecoder', - data_preprocessor=data_preprocessor, - backbone=dict( - type='DINOv2', - version='large', - freeze=False, - load_from='./checkpoints/depth_anything_vitl14.pth'), - neck=dict(type='Feature2Pyramid', embed_dim=1024, rescales=[4, 2, 1, 0.5]), - decode_head=dict( - type='Mask2FormerHead', - in_channels=[1024, 1024, 1024, 1024], - # strides=[4, 8, 16, 32], - feat_channels=1024, - out_channels=1024, - num_classes=num_classes, - num_queries=200, - num_transformer_feat_level=3, - align_corners=False, - pixel_decoder=dict( - type='mmdet.MSDeformAttnPixelDecoder', - num_outs=3, - norm_cfg=dict(type='GN', num_groups=32), - act_cfg=dict(type='ReLU'), - encoder=dict( # DeformableDetrTransformerEncoder - num_layers=6, - layer_cfg=dict( # DeformableDetrTransformerEncoderLayer - self_attn_cfg=dict( # MultiScaleDeformableAttention - embed_dims=1024, - num_heads=32, - num_levels=3, - num_points=4, - im2col_step=64, - dropout=0.0, - batch_first=True, - norm_cfg=None, - init_cfg=None), - ffn_cfg=dict( - embed_dims=1024, - feedforward_channels=4096, - num_fcs=2, - ffn_drop=0.0, - act_cfg=dict(type='ReLU', inplace=True))), - init_cfg=None), - positional_encoding=dict( # SinePositionalEncoding - num_feats=512, normalize=True), - init_cfg=None), - enforce_decoder_input_project=False, - positional_encoding=dict( # SinePositionalEncoding - num_feats=512, normalize=True), - transformer_decoder=dict( # Mask2FormerTransformerDecoder - return_intermediate=True, - num_layers=9, - layer_cfg=dict( # Mask2FormerTransformerDecoderLayer - self_attn_cfg=dict( # MultiheadAttention - embed_dims=1024, - num_heads=32, - attn_drop=0.0, - proj_drop=0.0, - dropout_layer=None, - batch_first=True), - cross_attn_cfg=dict( # MultiheadAttention - embed_dims=1024, - num_heads=32, - attn_drop=0.0, - proj_drop=0.0, - dropout_layer=None, - batch_first=True), - ffn_cfg=dict( - embed_dims=1024, - feedforward_channels=4096, - num_fcs=2, - act_cfg=dict(type='ReLU', inplace=True), - ffn_drop=0.0, - dropout_layer=None, - add_identity=True)), - init_cfg=None), - loss_cls=dict( - type='mmdet.CrossEntropyLoss', - use_sigmoid=False, - loss_weight=2.0, - reduction='mean', - class_weight=[1.0] * num_classes + [0.1]), - loss_mask=dict( - type='mmdet.CrossEntropyLoss', - use_sigmoid=True, - reduction='mean', - loss_weight=5.0), - loss_dice=dict( - type='mmdet.DiceLoss', - use_sigmoid=True, - activate=True, - reduction='mean', - naive_dice=True, - eps=1.0, - loss_weight=5.0), - train_cfg=dict( - num_points=12544, - oversample_ratio=3.0, - importance_sample_ratio=0.75, - assigner=dict( - type='mmdet.HungarianAssigner', - match_costs=[ - dict(type='mmdet.ClassificationCost', weight=2.0), - dict( - type='mmdet.CrossEntropyLossCost', - weight=5.0, - use_sigmoid=True), - dict( - type='mmdet.DiceCost', - weight=5.0, - pred_act=True, - eps=1.0) - ]), - sampler=dict(type='mmdet.MaskPseudoSampler'))), - train_cfg=dict(), - test_cfg=dict(mode='slide', crop_size=crop_size, stride=(426, 426))) - -# dataset config -train_pipeline = [ - dict(type='LoadImageFromFile'), - dict(type='LoadAnnotations', reduce_zero_label=True), - dict( - type='RandomChoiceResize', - scales=[int(x * 0.1 * 896) for x in range(5, 21)], - resize_type='ResizeShortestEdge', - max_size=3584), - dict(type='RandomCrop', crop_size=crop_size, cat_max_ratio=0.75), - dict(type='RandomFlip', prob=0.5), - dict(type='PhotoMetricDistortion'), - dict(type='PackSegInputs') -] -test_pipeline = [ - dict(type='LoadImageFromFile'), - dict(type='Resize', scale=(3584, 896), keep_ratio=True), - # add loading annotation after ``Resize`` because ground truth - # does not need to do resize data transform - dict(type='LoadAnnotations', reduce_zero_label=True), - dict(type='PackSegInputs') -] -train_dataloader = dict(batch_size=1, dataset=dict(pipeline=train_pipeline)) -val_dataloader = dict(dataset=dict(pipeline=test_pipeline)) -test_dataloader = val_dataloader - -# optim_wrapper = dict( -# _delete_=True, -# type='OptimWrapper', -# optimizer=dict( -# type='AdamW', lr=3e-5, betas=(0.9, 0.999), weight_decay=0.05), -# constructor='LayerDecayOptimizerConstructor', -# paramwise_cfg=dict(num_layers=12, layer_decay_rate=0.9)) - -# set all layers in backbone to lr_mult=0.1 -# set all norm layers, position_embeding, -# query_embeding, level_embeding to decay_multi=0.0 -backbone_norm_multi = dict(lr_mult=0.1, decay_mult=0.0) -backbone_embed_multi = dict(lr_mult=0.1, decay_mult=0.0) -embed_multi = dict(lr_mult=1.0, decay_mult=0.0) -custom_keys = { - 'backbone.dinov2': dict(lr_mult=0.1, decay_mult=1.0), - 'backbone.dinov2.norm': backbone_norm_multi, - 'pos_embed': backbone_embed_multi, - 'query_embed': embed_multi, - 'query_feat': embed_multi, - 'level_embed': embed_multi -} -custom_keys.update({ - f'backbone.dinov2.blocks.{block_id}.norm': backbone_norm_multi - for block_id in range(24) -}) -# optimizer -optimizer = dict( - type='AdamW', lr=0.00003, weight_decay=0.05, eps=1e-8, betas=(0.9, 0.999)) -optim_wrapper = dict( - type='OptimWrapper', - optimizer=optimizer, - clip_grad=dict(max_norm=0.01, norm_type=2), - paramwise_cfg=dict(custom_keys=custom_keys, norm_decay_mult=0.0)) - -find_unused_parameters=True - -param_scheduler = [ - dict( - type='LinearLR', start_factor=1e-6, by_epoch=False, begin=0, end=1500), - dict( - type='PolyLR', - power=1.0, - begin=1500, - end=160000, - eta_min=0.0, - by_epoch=False, - ) -] - -# training schedule for 160k -train_cfg = dict( - type='IterBasedTrainLoop', max_iters=160000, val_interval=5000) -val_cfg = dict(type='ValLoop') -test_cfg = dict(type='TestLoop') -default_hooks = dict( - timer=dict(type='IterTimerHook'), - logger=dict(type='LoggerHook', interval=50, log_metric_by_epoch=False), - param_scheduler=dict(type='ParamSchedulerHook'), - checkpoint=dict( - type='CheckpointHook', by_epoch=False, interval=5000, save_best='mIoU', max_keep_ckpts=1), - sampler_seed=dict(type='DistSamplerSeedHook'), - visualization=dict(type='SegVisualizationHook')) - -# Default setting for scaling LR automatically -# - `enable` means enable scaling LR automatically -# or not by default. -# - `base_batch_size` = (8 GPUs) x (2 samples per GPU). -auto_scale_lr = dict(enable=False, base_batch_size=16) - -work_dir = './work_dirs/depth_anything_large_mask2former_16xb1_160k_ade20k_896x896' diff --git a/depth_anything/semseg/config/depth_anything/depth_anything_large_mask2former_16xb1_80k_cityscapes_896x896.py b/depth_anything/semseg/config/depth_anything/depth_anything_large_mask2former_16xb1_80k_cityscapes_896x896.py deleted file mode 100644 index 614dadd..0000000 --- a/depth_anything/semseg/config/depth_anything/depth_anything_large_mask2former_16xb1_80k_cityscapes_896x896.py +++ /dev/null @@ -1,222 +0,0 @@ -_base_ = [ - '../_base_/default_runtime.py', '../_base_/datasets/cityscapes.py' -] - -crop_size = (896, 896) -data_preprocessor = dict( - type='SegDataPreProcessor', - mean=[123.675, 116.28, 103.53], - std=[58.395, 57.12, 57.375], - bgr_to_rgb=True, - pad_val=0, - seg_pad_val=255, - size=crop_size) -num_classes = 19 - -model = dict( - type='EncoderDecoder', - data_preprocessor=data_preprocessor, - backbone=dict( - type='DINOv2', - version='large', - freeze=False, - load_from='./checkpoints/depth_anything_vitl14.pth'), - neck=dict(type='Feature2Pyramid', embed_dim=1024, rescales=[4, 2, 1, 0.5]), - decode_head=dict( - type='Mask2FormerHead', - in_channels=[1024, 1024, 1024, 1024], - # strides=[4, 8, 16, 32], - feat_channels=1024, - out_channels=1024, - num_classes=num_classes, - num_queries=200, - num_transformer_feat_level=3, - align_corners=False, - pixel_decoder=dict( - type='mmdet.MSDeformAttnPixelDecoder', - num_outs=3, - norm_cfg=dict(type='GN', num_groups=32), - act_cfg=dict(type='ReLU'), - encoder=dict( # DeformableDetrTransformerEncoder - num_layers=6, - layer_cfg=dict( # DeformableDetrTransformerEncoderLayer - self_attn_cfg=dict( # MultiScaleDeformableAttention - embed_dims=1024, - num_heads=32, - num_levels=3, - num_points=4, - im2col_step=64, - dropout=0.0, - batch_first=True, - norm_cfg=None, - init_cfg=None), - ffn_cfg=dict( - embed_dims=1024, - feedforward_channels=4096, - num_fcs=2, - ffn_drop=0.0, - act_cfg=dict(type='ReLU', inplace=True))), - init_cfg=None), - positional_encoding=dict( # SinePositionalEncoding - num_feats=512, normalize=True), - init_cfg=None), - enforce_decoder_input_project=False, - positional_encoding=dict( # SinePositionalEncoding - num_feats=512, normalize=True), - transformer_decoder=dict( # Mask2FormerTransformerDecoder - return_intermediate=True, - num_layers=9, - layer_cfg=dict( # Mask2FormerTransformerDecoderLayer - self_attn_cfg=dict( # MultiheadAttention - embed_dims=1024, - num_heads=32, - attn_drop=0.0, - proj_drop=0.0, - dropout_layer=None, - batch_first=True), - cross_attn_cfg=dict( # MultiheadAttention - embed_dims=1024, - num_heads=32, - attn_drop=0.0, - proj_drop=0.0, - dropout_layer=None, - batch_first=True), - ffn_cfg=dict( - embed_dims=1024, - feedforward_channels=4096, - num_fcs=2, - act_cfg=dict(type='ReLU', inplace=True), - ffn_drop=0.0, - dropout_layer=None, - add_identity=True)), - init_cfg=None), - loss_cls=dict( - type='mmdet.CrossEntropyLoss', - use_sigmoid=False, - loss_weight=2.0, - reduction='mean', - class_weight=[1.0] * num_classes + [0.1]), - loss_mask=dict( - type='mmdet.CrossEntropyLoss', - use_sigmoid=True, - reduction='mean', - loss_weight=5.0), - loss_dice=dict( - type='mmdet.DiceLoss', - use_sigmoid=True, - activate=True, - reduction='mean', - naive_dice=True, - eps=1.0, - loss_weight=5.0), - train_cfg=dict( - num_points=12544, - oversample_ratio=3.0, - importance_sample_ratio=0.75, - assigner=dict( - type='mmdet.HungarianAssigner', - match_costs=[ - dict(type='mmdet.ClassificationCost', weight=2.0), - dict( - type='mmdet.CrossEntropyLossCost', - weight=5.0, - use_sigmoid=True), - dict( - type='mmdet.DiceCost', - weight=5.0, - pred_act=True, - eps=1.0) - ]), - sampler=dict(type='mmdet.MaskPseudoSampler'))), - train_cfg=dict(), - test_cfg=dict(mode='slide', crop_size=crop_size, stride=(518, 518))) - -# dataset config -train_pipeline = [ - dict(type='LoadImageFromFile'), - dict(type='LoadAnnotations'), - dict( - type='RandomChoiceResize', - scales=[int(x * 0.1 * 896) for x in range(5, 21)], - resize_type='ResizeShortestEdge', - max_size=896 * 4), - dict(type='RandomCrop', crop_size=crop_size, cat_max_ratio=0.75), - dict(type='RandomFlip', prob=0.5), - dict(type='PhotoMetricDistortion'), - dict(type='PackSegInputs') -] -test_pipeline = [ - dict(type='LoadImageFromFile'), - dict(type='Resize', scale=(896 * 4, 896), keep_ratio=True), - # add loading annotation after ``Resize`` because ground truth - # does not need to do resize data transform - dict(type='LoadAnnotations'), - dict(type='PackSegInputs') -] -train_dataloader = dict(batch_size=1, dataset=dict(pipeline=train_pipeline)) -val_dataloader = dict(dataset=dict(pipeline=test_pipeline)) -test_dataloader = val_dataloader - -# set all layers in backbone to lr_mult=0.1 -# set all norm layers, position_embeding, -# query_embeding, level_embeding to decay_multi=0.0 -backbone_norm_multi = dict(lr_mult=0.1, decay_mult=0.0) -backbone_embed_multi = dict(lr_mult=0.1, decay_mult=0.0) -embed_multi = dict(lr_mult=1.0, decay_mult=0.0) -custom_keys = { - 'backbone.dinov2': dict(lr_mult=0.1, decay_mult=1.0), - 'backbone.dinov2.norm': backbone_norm_multi, - 'pos_embed': backbone_embed_multi, - 'query_embed': embed_multi, - 'query_feat': embed_multi, - 'level_embed': embed_multi -} -custom_keys.update({ - f'backbone.dinov2.blocks.{block_id}.norm': backbone_norm_multi - for block_id in range(24) -}) -# optimizer -optimizer = dict( - type='AdamW', lr=0.00003, weight_decay=0.05, eps=1e-8, betas=(0.9, 0.999)) -optim_wrapper = dict( - type='OptimWrapper', - optimizer=optimizer, - clip_grad=dict(max_norm=0.01, norm_type=2), - paramwise_cfg=dict(custom_keys=custom_keys, norm_decay_mult=0.0)) - -find_unused_parameters=True - -param_scheduler = [ - dict( - type='LinearLR', start_factor=1e-6, by_epoch=False, begin=0, end=1500), - dict( - type='PolyLR', - power=1.0, - begin=1500, - end=80000, - eta_min=0.0, - by_epoch=False, - ) -] - -# training schedule for 160k -train_cfg = dict( - type='IterBasedTrainLoop', max_iters=80000, val_interval=5000) -val_cfg = dict(type='ValLoop') -test_cfg = dict(type='TestLoop') -default_hooks = dict( - timer=dict(type='IterTimerHook'), - logger=dict(type='LoggerHook', interval=50, log_metric_by_epoch=False), - param_scheduler=dict(type='ParamSchedulerHook'), - checkpoint=dict( - type='CheckpointHook', by_epoch=False, interval=5000, save_best='mIoU', max_keep_ckpts=1), - sampler_seed=dict(type='DistSamplerSeedHook'), - visualization=dict(type='SegVisualizationHook')) - -# Default setting for scaling LR automatically -# - `enable` means enable scaling LR automatically -# or not by default. -# - `base_batch_size` = (8 GPUs) x (2 samples per GPU). -auto_scale_lr = dict(enable=False, base_batch_size=16) - -work_dir = './work_dirs/depth_anything_large_mask2former_16xb1_80k_cityscapes_896x896' diff --git a/depth_anything/semseg/config/depth_anything/depth_anything_large_mask2former_16xb1_80k_cityscapes_896x896_ms.py b/depth_anything/semseg/config/depth_anything/depth_anything_large_mask2former_16xb1_80k_cityscapes_896x896_ms.py deleted file mode 100644 index 8ae5de1..0000000 --- a/depth_anything/semseg/config/depth_anything/depth_anything_large_mask2former_16xb1_80k_cityscapes_896x896_ms.py +++ /dev/null @@ -1,244 +0,0 @@ -_base_ = [ - '../_base_/default_runtime.py', '../_base_/datasets/cityscapes.py' -] - -crop_size = (896, 896) -data_preprocessor = dict( - type='SegDataPreProcessor', - mean=[123.675, 116.28, 103.53], - std=[58.395, 57.12, 57.375], - bgr_to_rgb=True, - pad_val=0, - seg_pad_val=255, - size=crop_size, - test_cfg=dict(size_divisor=14)) -num_classes = 19 - -model = dict( - type='EncoderDecoder', - data_preprocessor=data_preprocessor, - backbone=dict( - type='DINOv2', - version='large', - freeze=False, - load_from='./checkpoints/depth_anything_vitl14.pth'), - neck=dict(type='Feature2Pyramid', embed_dim=1024, rescales=[4, 2, 1, 0.5]), - decode_head=dict( - type='Mask2FormerHead', - in_channels=[1024, 1024, 1024, 1024], - # strides=[4, 8, 16, 32], - feat_channels=1024, - out_channels=1024, - num_classes=num_classes, - num_queries=200, - num_transformer_feat_level=3, - align_corners=False, - pixel_decoder=dict( - type='mmdet.MSDeformAttnPixelDecoder', - num_outs=3, - norm_cfg=dict(type='GN', num_groups=32), - act_cfg=dict(type='ReLU'), - encoder=dict( # DeformableDetrTransformerEncoder - num_layers=6, - layer_cfg=dict( # DeformableDetrTransformerEncoderLayer - self_attn_cfg=dict( # MultiScaleDeformableAttention - embed_dims=1024, - num_heads=32, - num_levels=3, - num_points=4, - im2col_step=64, - dropout=0.0, - batch_first=True, - norm_cfg=None, - init_cfg=None), - ffn_cfg=dict( - embed_dims=1024, - feedforward_channels=4096, - num_fcs=2, - ffn_drop=0.0, - act_cfg=dict(type='ReLU', inplace=True))), - init_cfg=None), - positional_encoding=dict( # SinePositionalEncoding - num_feats=512, normalize=True), - init_cfg=None), - enforce_decoder_input_project=False, - positional_encoding=dict( # SinePositionalEncoding - num_feats=512, normalize=True), - transformer_decoder=dict( # Mask2FormerTransformerDecoder - return_intermediate=True, - num_layers=9, - layer_cfg=dict( # Mask2FormerTransformerDecoderLayer - self_attn_cfg=dict( # MultiheadAttention - embed_dims=1024, - num_heads=32, - attn_drop=0.0, - proj_drop=0.0, - dropout_layer=None, - batch_first=True), - cross_attn_cfg=dict( # MultiheadAttention - embed_dims=1024, - num_heads=32, - attn_drop=0.0, - proj_drop=0.0, - dropout_layer=None, - batch_first=True), - ffn_cfg=dict( - embed_dims=1024, - feedforward_channels=4096, - num_fcs=2, - act_cfg=dict(type='ReLU', inplace=True), - ffn_drop=0.0, - dropout_layer=None, - add_identity=True)), - init_cfg=None), - loss_cls=dict( - type='mmdet.CrossEntropyLoss', - use_sigmoid=False, - loss_weight=2.0, - reduction='mean', - class_weight=[1.0] * num_classes + [0.1]), - loss_mask=dict( - type='mmdet.CrossEntropyLoss', - use_sigmoid=True, - reduction='mean', - loss_weight=5.0), - loss_dice=dict( - type='mmdet.DiceLoss', - use_sigmoid=True, - activate=True, - reduction='mean', - naive_dice=True, - eps=1.0, - loss_weight=5.0), - train_cfg=dict( - num_points=12544, - oversample_ratio=3.0, - importance_sample_ratio=0.75, - assigner=dict( - type='mmdet.HungarianAssigner', - match_costs=[ - dict(type='mmdet.ClassificationCost', weight=2.0), - dict( - type='mmdet.CrossEntropyLossCost', - weight=5.0, - use_sigmoid=True), - dict( - type='mmdet.DiceCost', - weight=5.0, - pred_act=True, - eps=1.0) - ]), - sampler=dict(type='mmdet.MaskPseudoSampler'))), - train_cfg=dict(), - test_cfg=dict(mode='slide', crop_size=crop_size, stride=(518, 518))) - -# dataset config -img_norm_cfg = dict( - mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True) -train_pipeline = [ - dict(type='LoadImageFromFile'), - dict(type='LoadAnnotations'), - dict( - type='RandomChoiceResize', - scales=[int(x * 0.1 * 896) for x in range(5, 21)], - resize_type='ResizeShortestEdge', - max_size=896 * 4), - dict(type='RandomCrop', crop_size=crop_size, cat_max_ratio=0.75), - dict(type='RandomFlip', prob=0.5), - dict(type='PhotoMetricDistortion'), - dict(type='PackSegInputs') -] -test_pipeline = [ - dict(type='LoadImageFromFile'), - dict(type='Resize', scale=(896 * 4, 896), keep_ratio=True), - # add loading annotation after ``Resize`` because ground truth - # does not need to do resize data transform - dict(type='LoadAnnotations'), - dict(type='PackSegInputs') -] - -img_ratios = [0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0] -# img_ratios = [1.0] -tta_pipeline = [ - dict(type='LoadImageFromFile', backend_args=None), - dict( - type='TestTimeAug', - transforms=[ - [ - dict(type='Resize', scale_factor=r, keep_ratio=True) - for r in img_ratios - ], - [ - dict(type='RandomFlip', prob=0., direction='horizontal'), - dict(type='RandomFlip', prob=1., direction='horizontal') - ], [dict(type='LoadAnnotations')], [dict(type='PackSegInputs')] - ]) -] - -train_dataloader = dict(batch_size=1, dataset=dict(pipeline=train_pipeline)) -val_dataloader = dict(dataset=dict(pipeline=test_pipeline)) -test_dataloader = val_dataloader - -# set all layers in backbone to lr_mult=0.1 -# set all norm layers, position_embeding, -# query_embeding, level_embeding to decay_multi=0.0 -backbone_norm_multi = dict(lr_mult=0.1, decay_mult=0.0) -backbone_embed_multi = dict(lr_mult=0.1, decay_mult=0.0) -embed_multi = dict(lr_mult=1.0, decay_mult=0.0) -custom_keys = { - 'backbone.dinov2': dict(lr_mult=0.1, decay_mult=1.0), - 'backbone.dinov2.norm': backbone_norm_multi, - 'pos_embed': backbone_embed_multi, - 'query_embed': embed_multi, - 'query_feat': embed_multi, - 'level_embed': embed_multi -} -custom_keys.update({ - f'backbone.dinov2.blocks.{block_id}.norm': backbone_norm_multi - for block_id in range(24) -}) -# optimizer -optimizer = dict( - type='AdamW', lr=0.00003, weight_decay=0.05, eps=1e-8, betas=(0.9, 0.999)) -optim_wrapper = dict( - type='OptimWrapper', - optimizer=optimizer, - clip_grad=dict(max_norm=0.01, norm_type=2), - paramwise_cfg=dict(custom_keys=custom_keys, norm_decay_mult=0.0)) - -find_unused_parameters=True - -param_scheduler = [ - dict( - type='LinearLR', start_factor=1e-6, by_epoch=False, begin=0, end=1500), - dict( - type='PolyLR', - power=1.0, - begin=1500, - end=80000, - eta_min=0.0, - by_epoch=False, - ) -] - -# training schedule for 160k -train_cfg = dict( - type='IterBasedTrainLoop', max_iters=80000, val_interval=5000) -val_cfg = dict(type='ValLoop') -test_cfg = dict(type='TestLoop') -default_hooks = dict( - timer=dict(type='IterTimerHook'), - logger=dict(type='LoggerHook', interval=1, log_metric_by_epoch=False), - param_scheduler=dict(type='ParamSchedulerHook'), - checkpoint=dict( - type='CheckpointHook', by_epoch=False, interval=5000, save_best='mIoU', max_keep_ckpts=1), - sampler_seed=dict(type='DistSamplerSeedHook'), - visualization=dict(type='SegVisualizationHook')) - -# Default setting for scaling LR automatically -# - `enable` means enable scaling LR automatically -# or not by default. -# - `base_batch_size` = (8 GPUs) x (2 samples per GPU). -auto_scale_lr = dict(enable=False, base_batch_size=16) - -work_dir = './work_dirs/depth_anything_large_mask2former_16xb1_80k_cityscapes_896x896_ms' diff --git a/depth_anything/semseg/dinov2.py b/depth_anything/semseg/dinov2.py deleted file mode 100644 index 047a4e0..0000000 --- a/depth_anything/semseg/dinov2.py +++ /dev/null @@ -1,47 +0,0 @@ -import torch -from mmengine.model import BaseModule -from torch import nn - -from mmseg.registry import MODELS - - - -@MODELS.register_module() -class DINOv2(nn.Module): - """Use DINOv2 pre-trained models - """ - - def __init__(self, version='large', freeze=False, load_from=None): - super().__init__() - - if version == 'large': - self.dinov2 = torch.hub.load('torchhub/facebookresearch_dinov2_main', 'dinov2_vitl14', source='local', pretrained=False) - else: - raise NotImplementedError - - if load_from is not None: - d = torch.load(load_from, map_location='cpu') - new_d = {} - for key, value in d.items(): - if 'pretrained' in key: - new_d[key.replace('pretrained.', '')] = value - self.dinov2.load_state_dict(new_d) - - self.freeze = freeze - - def forward(self, inputs): - B, _, h, w = inputs.shape - - if self.freeze: - with torch.no_grad(): - features = self.dinov2.get_intermediate_layers(inputs, 4) - else: - features = self.dinov2.get_intermediate_layers(inputs, 4) - - outs = [] - for feature in features: - C = feature.shape[-1] - feature = feature.permute(0, 2, 1).reshape(B, C, h // 14, w // 14).contiguous() - outs.append(feature) - - return outs diff --git a/depth_anything/test_mesh.py b/depth_anything/test_mesh.py deleted file mode 100644 index 3194593..0000000 --- a/depth_anything/test_mesh.py +++ /dev/null @@ -1,120 +0,0 @@ - -# import open3d as o3d -# import numpy as np - -# Load the .ply file -ply_file_path = "/accounts/projects/binyu/timothygao/Depth-Anything/my_point_clouds/driving_test/Sequence 01_frame_0000.ply" # Replace with the path to your .ply file -# point_cloud = o3d.io.read_point_cloud(ply_file_path) - - -# # Visualize the point cloud -# o3d.visualization.draw_geometries([point_cloud]) - -import open3d as o3d -import numpy as np -import cv2 - -circle_idx = 0 -N_circle = 360 -x = np.cos(np.linspace(0, 2 * np.pi, N_circle)) -y = np.sin(np.linspace(0, 2 * np.pi, N_circle)) - -# def render_point_cloud_as_image(ply_file, angle): -# global circle_idx - -# circle_idx = (circle_idx + 1) % N_circle - -# # Load the point cloud -# pcd = o3d.io.read_point_cloud(ply_file) - -# # Rotate the point cloud -# R = pcd.get_rotation_matrix_from_xyz((-np.deg2rad(5), 0, 0)) -# pcd.rotate(R, center=(0, 0, 0)) - -# # Estimate normals with a faster method -# pcd.estimate_normals(search_param=o3d.geometry.KDTreeSearchParamHybrid(radius=0.1, max_nn=30)) - -# # Perform Poisson surface reconstruction -# mesh, densities = o3d.geometry.TriangleMesh.create_from_point_cloud_poisson(pcd, depth=12) -# # Crop the mesh to remove low-density areas -# bbox = pcd.get_axis_aligned_bounding_box() -# mesh = mesh.crop(bbox) - -# # Create an offscreen renderer -# width, height = 800, 600 -# render = o3d.visualization.rendering.OffscreenRenderer(width, height) -# material = o3d.visualization.rendering.MaterialRecord() -# material.shader = "defaultLit" - -# render.scene.add_geometry("mesh", mesh, material) - -# # Set up camera parameters -# center = pcd.get_center() -# eye = center + np.array([0 + x[circle_idx], 40 + y[circle_idx], 200]) # Adjust this based on your scene -# print(x[circle_idx], y[circle_idx]) -# up = np.array([0, -1, 0]) -# render.setup_camera(50, center, eye, up) - -# # Render the scene -# image = render.render_to_image() - -# # Convert to uint8 and return the image -# image = np.asarray(image) -# image = cv2.flip(image, 1) -# return cv2.cvtColor(image, cv2.COLOR_RGB2BGR) - -def render_point_cloud_as_image(ply_file, angle): - global circle_idx - - circle_idx = (circle_idx + 1) % N_circle - - # Load the point cloud - pcd = o3d.io.read_point_cloud(ply_file) - - # Rotate the point cloud - R = pcd.get_rotation_matrix_from_xyz((-np.deg2rad(5), 0, 0)) - pcd.rotate(R, center=(0, 0, 0)) - - # Downsample the point cloud - voxel_size = 0.05 # Adjust this value to control the level of downsampling - pcd = pcd.voxel_down_sample(voxel_size) - - # Estimate normals with a faster method - pcd.estimate_normals(search_param=o3d.geometry.KDTreeSearchParamHybrid(radius=0.03, max_nn=10)) - - # Perform Poisson surface reconstruction - mesh, densities = o3d.geometry.TriangleMesh.create_from_point_cloud_poisson(pcd, depth=15) - - # Crop the mesh to remove low-density areas - bbox = pcd.get_axis_aligned_bounding_box() - mesh = mesh.crop(bbox) - - # Create an offscreen renderer - width, height = 800, 600 - render = o3d.visualization.rendering.OffscreenRenderer(width, height) - material = o3d.visualization.rendering.MaterialRecord() - material.shader = "defaultLit" - - render.scene.add_geometry("mesh", mesh, material) - - # Set up camera parameters - center = pcd.get_center() - eye = center + np.array([0 + x[circle_idx], 40 + y[circle_idx], 200]) # Adjust this based on your scene - print(x[circle_idx], y[circle_idx]) - up = np.array([0, -1, 0]) - render.setup_camera(50, center, eye, up) - - # Render the scene - image = render.render_to_image() - - # Convert to uint8 and return the image - image = np.asarray(image) - image = cv2.flip(image, 1) - return cv2.cvtColor(image, cv2.COLOR_RGB2BGR) - -# Example usage -angle = 0 # or any other angle you want to start with -image = render_point_cloud_as_image(ply_file_path, angle) -print(image) -cv2.imwrite('/accounts/projects/binyu/timothygao/Depth-Anything/rendered_image.jpg', image) -print('/accounts/projects/binyu/timothygao/Depth-Anything/rendered_image.jpg') diff --git a/depth_anything/torchhub/README.md b/depth_anything/torchhub/README.md deleted file mode 100644 index eade757..0000000 --- a/depth_anything/torchhub/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Local PyTorch Hub - -This directory is for loading the DINOv2 encoder locally in case of no Internet connection. diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/CODE_OF_CONDUCT.md b/depth_anything/torchhub/facebookresearch_dinov2_main/CODE_OF_CONDUCT.md deleted file mode 100644 index 3232ed6..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,80 +0,0 @@ -# Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to make participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, sex characteristics, gender identity and expression, -level of experience, education, socio-economic status, nationality, personal -appearance, race, religion, or sexual identity and orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment -include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or -advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic -address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a -professional setting - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable -behavior and are expected to take appropriate and fair corrective action in -response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies within all project spaces, and it also applies when -an individual is representing the project or its community in public spaces. -Examples of representing a project or community include using an official -project e-mail address, posting via an official social media account, or acting -as an appointed representative at an online or offline event. Representation of -a project may be further defined and clarified by project maintainers. - -This Code of Conduct also applies outside the project spaces when there is a -reasonable belief that an individual's behavior may have a negative impact on -the project or its community. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at . All -complaints will be reviewed and investigated and will result in a response that -is deemed necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an incident. -Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good -faith may face temporary or permanent repercussions as determined by other -members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html - -[homepage]: https://www.contributor-covenant.org - -For answers to common questions about this code of conduct, see -https://www.contributor-covenant.org/faq diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/CONTRIBUTING.md b/depth_anything/torchhub/facebookresearch_dinov2_main/CONTRIBUTING.md deleted file mode 100644 index afc8982..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/CONTRIBUTING.md +++ /dev/null @@ -1,31 +0,0 @@ -# Contributing to DINOv2 -We want to make contributing to this project as easy and transparent as -possible. - -## Pull Requests -We actively welcome your pull requests. - -1. Fork the repo and create your branch from `main`. -2. If you've added code that should be tested, add tests. -3. If you've changed APIs, update the documentation. -4. Ensure the test suite passes. -5. Make sure your code lints. -6. If you haven't already, complete the Contributor License Agreement ("CLA"). - -## Contributor License Agreement ("CLA") -In order to accept your pull request, we need you to submit a CLA. You only need -to do this once to work on any of Meta's open source projects. - -Complete your CLA here: - -## Issues -We use GitHub issues to track public bugs. Please ensure your description is -clear and has sufficient instructions to be able to reproduce the issue. - -Meta has a [bounty program](https://www.facebook.com/whitehat/) for the safe -disclosure of security bugs. In those cases, please go through the process -outlined on that page and do not file a public issue. - -## License -By contributing to DINOv2, you agree that your contributions will be licensed -under the LICENSE file in the root directory of this source tree. diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/LICENSE b/depth_anything/torchhub/facebookresearch_dinov2_main/LICENSE deleted file mode 100644 index a115f89..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/LICENSE +++ /dev/null @@ -1,400 +0,0 @@ - -Attribution-NonCommercial 4.0 International - -======================================================================= - -Creative Commons Corporation ("Creative Commons") is not a law firm and -does not provide legal services or legal advice. Distribution of -Creative Commons public licenses does not create a lawyer-client or -other relationship. Creative Commons makes its licenses and related -information available on an "as-is" basis. Creative Commons gives no -warranties regarding its licenses, any material licensed under their -terms and conditions, or any related information. Creative Commons -disclaims all liability for damages resulting from their use to the -fullest extent possible. - -Using Creative Commons Public Licenses - -Creative Commons public licenses provide a standard set of terms and -conditions that creators and other rights holders may use to share -original works of authorship and other material subject to copyright -and certain other rights specified in the public license below. The -following considerations are for informational purposes only, are not -exhaustive, and do not form part of our licenses. - - Considerations for licensors: Our public licenses are - intended for use by those authorized to give the public - permission to use material in ways otherwise restricted by - copyright and certain other rights. Our licenses are - irrevocable. Licensors should read and understand the terms - and conditions of the license they choose before applying it. - Licensors should also secure all rights necessary before - applying our licenses so that the public can reuse the - material as expected. Licensors should clearly mark any - material not subject to the license. This includes other CC- - licensed material, or material used under an exception or - limitation to copyright. More considerations for licensors: - wiki.creativecommons.org/Considerations_for_licensors - - Considerations for the public: By using one of our public - licenses, a licensor grants the public permission to use the - licensed material under specified terms and conditions. If - the licensor's permission is not necessary for any reason--for - example, because of any applicable exception or limitation to - copyright--then that use is not regulated by the license. Our - licenses grant only permissions under copyright and certain - other rights that a licensor has authority to grant. Use of - the licensed material may still be restricted for other - reasons, including because others have copyright or other - rights in the material. A licensor may make special requests, - such as asking that all changes be marked or described. - Although not required by our licenses, you are encouraged to - respect those requests where reasonable. More_considerations - for the public: - wiki.creativecommons.org/Considerations_for_licensees - -======================================================================= - -Creative Commons Attribution-NonCommercial 4.0 International Public -License - -By exercising the Licensed Rights (defined below), You accept and agree -to be bound by the terms and conditions of this Creative Commons -Attribution-NonCommercial 4.0 International Public License ("Public -License"). To the extent this Public License may be interpreted as a -contract, You are granted the Licensed Rights in consideration of Your -acceptance of these terms and conditions, and the Licensor grants You -such rights in consideration of benefits the Licensor receives from -making the Licensed Material available under these terms and -conditions. - -Section 1 -- Definitions. - - a. Adapted Material means material subject to Copyright and Similar - Rights that is derived from or based upon the Licensed Material - and in which the Licensed Material is translated, altered, - arranged, transformed, or otherwise modified in a manner requiring - permission under the Copyright and Similar Rights held by the - Licensor. For purposes of this Public License, where the Licensed - Material is a musical work, performance, or sound recording, - Adapted Material is always produced where the Licensed Material is - synched in timed relation with a moving image. - - b. Adapter's License means the license You apply to Your Copyright - and Similar Rights in Your contributions to Adapted Material in - accordance with the terms and conditions of this Public License. - - c. Copyright and Similar Rights means copyright and/or similar rights - closely related to copyright including, without limitation, - performance, broadcast, sound recording, and Sui Generis Database - Rights, without regard to how the rights are labeled or - categorized. For purposes of this Public License, the rights - specified in Section 2(b)(1)-(2) are not Copyright and Similar - Rights. - d. Effective Technological Measures means those measures that, in the - absence of proper authority, may not be circumvented under laws - fulfilling obligations under Article 11 of the WIPO Copyright - Treaty adopted on December 20, 1996, and/or similar international - agreements. - - e. Exceptions and Limitations means fair use, fair dealing, and/or - any other exception or limitation to Copyright and Similar Rights - that applies to Your use of the Licensed Material. - - f. Licensed Material means the artistic or literary work, database, - or other material to which the Licensor applied this Public - License. - - g. Licensed Rights means the rights granted to You subject to the - terms and conditions of this Public License, which are limited to - all Copyright and Similar Rights that apply to Your use of the - Licensed Material and that the Licensor has authority to license. - - h. Licensor means the individual(s) or entity(ies) granting rights - under this Public License. - - i. NonCommercial means not primarily intended for or directed towards - commercial advantage or monetary compensation. For purposes of - this Public License, the exchange of the Licensed Material for - other material subject to Copyright and Similar Rights by digital - file-sharing or similar means is NonCommercial provided there is - no payment of monetary compensation in connection with the - exchange. - - j. Share means to provide material to the public by any means or - process that requires permission under the Licensed Rights, such - as reproduction, public display, public performance, distribution, - dissemination, communication, or importation, and to make material - available to the public including in ways that members of the - public may access the material from a place and at a time - individually chosen by them. - - k. Sui Generis Database Rights means rights other than copyright - resulting from Directive 96/9/EC of the European Parliament and of - the Council of 11 March 1996 on the legal protection of databases, - as amended and/or succeeded, as well as other essentially - equivalent rights anywhere in the world. - - l. You means the individual or entity exercising the Licensed Rights - under this Public License. Your has a corresponding meaning. - -Section 2 -- Scope. - - a. License grant. - - 1. Subject to the terms and conditions of this Public License, - the Licensor hereby grants You a worldwide, royalty-free, - non-sublicensable, non-exclusive, irrevocable license to - exercise the Licensed Rights in the Licensed Material to: - - a. reproduce and Share the Licensed Material, in whole or - in part, for NonCommercial purposes only; and - - b. produce, reproduce, and Share Adapted Material for - NonCommercial purposes only. - - 2. Exceptions and Limitations. For the avoidance of doubt, where - Exceptions and Limitations apply to Your use, this Public - License does not apply, and You do not need to comply with - its terms and conditions. - - 3. Term. The term of this Public License is specified in Section - 6(a). - - 4. Media and formats; technical modifications allowed. The - Licensor authorizes You to exercise the Licensed Rights in - all media and formats whether now known or hereafter created, - and to make technical modifications necessary to do so. The - Licensor waives and/or agrees not to assert any right or - authority to forbid You from making technical modifications - necessary to exercise the Licensed Rights, including - technical modifications necessary to circumvent Effective - Technological Measures. For purposes of this Public License, - simply making modifications authorized by this Section 2(a) - (4) never produces Adapted Material. - - 5. Downstream recipients. - - a. Offer from the Licensor -- Licensed Material. Every - recipient of the Licensed Material automatically - receives an offer from the Licensor to exercise the - Licensed Rights under the terms and conditions of this - Public License. - - b. No downstream restrictions. You may not offer or impose - any additional or different terms or conditions on, or - apply any Effective Technological Measures to, the - Licensed Material if doing so restricts exercise of the - Licensed Rights by any recipient of the Licensed - Material. - - 6. No endorsement. Nothing in this Public License constitutes or - may be construed as permission to assert or imply that You - are, or that Your use of the Licensed Material is, connected - with, or sponsored, endorsed, or granted official status by, - the Licensor or others designated to receive attribution as - provided in Section 3(a)(1)(A)(i). - - b. Other rights. - - 1. Moral rights, such as the right of integrity, are not - licensed under this Public License, nor are publicity, - privacy, and/or other similar personality rights; however, to - the extent possible, the Licensor waives and/or agrees not to - assert any such rights held by the Licensor to the limited - extent necessary to allow You to exercise the Licensed - Rights, but not otherwise. - - 2. Patent and trademark rights are not licensed under this - Public License. - - 3. To the extent possible, the Licensor waives any right to - collect royalties from You for the exercise of the Licensed - Rights, whether directly or through a collecting society - under any voluntary or waivable statutory or compulsory - licensing scheme. In all other cases the Licensor expressly - reserves any right to collect such royalties, including when - the Licensed Material is used other than for NonCommercial - purposes. - -Section 3 -- License Conditions. - -Your exercise of the Licensed Rights is expressly made subject to the -following conditions. - - a. Attribution. - - 1. If You Share the Licensed Material (including in modified - form), You must: - - a. retain the following if it is supplied by the Licensor - with the Licensed Material: - - i. identification of the creator(s) of the Licensed - Material and any others designated to receive - attribution, in any reasonable manner requested by - the Licensor (including by pseudonym if - designated); - - ii. a copyright notice; - - iii. a notice that refers to this Public License; - - iv. a notice that refers to the disclaimer of - warranties; - - v. a URI or hyperlink to the Licensed Material to the - extent reasonably practicable; - - b. indicate if You modified the Licensed Material and - retain an indication of any previous modifications; and - - c. indicate the Licensed Material is licensed under this - Public License, and include the text of, or the URI or - hyperlink to, this Public License. - - 2. You may satisfy the conditions in Section 3(a)(1) in any - reasonable manner based on the medium, means, and context in - which You Share the Licensed Material. For example, it may be - reasonable to satisfy the conditions by providing a URI or - hyperlink to a resource that includes the required - information. - - 3. If requested by the Licensor, You must remove any of the - information required by Section 3(a)(1)(A) to the extent - reasonably practicable. - - 4. If You Share Adapted Material You produce, the Adapter's - License You apply must not prevent recipients of the Adapted - Material from complying with this Public License. - -Section 4 -- Sui Generis Database Rights. - -Where the Licensed Rights include Sui Generis Database Rights that -apply to Your use of the Licensed Material: - - a. for the avoidance of doubt, Section 2(a)(1) grants You the right - to extract, reuse, reproduce, and Share all or a substantial - portion of the contents of the database for NonCommercial purposes - only; - - b. if You include all or a substantial portion of the database - contents in a database in which You have Sui Generis Database - Rights, then the database in which You have Sui Generis Database - Rights (but not its individual contents) is Adapted Material; and - - c. You must comply with the conditions in Section 3(a) if You Share - all or a substantial portion of the contents of the database. - -For the avoidance of doubt, this Section 4 supplements and does not -replace Your obligations under this Public License where the Licensed -Rights include other Copyright and Similar Rights. - -Section 5 -- Disclaimer of Warranties and Limitation of Liability. - - a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE - EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS - AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF - ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, - IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, - WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR - PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, - ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT - KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT - ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. - - b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE - TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, - NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, - INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, - COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR - USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN - ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR - DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR - IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. - - c. The disclaimer of warranties and limitation of liability provided - above shall be interpreted in a manner that, to the extent - possible, most closely approximates an absolute disclaimer and - waiver of all liability. - -Section 6 -- Term and Termination. - - a. This Public License applies for the term of the Copyright and - Similar Rights licensed here. However, if You fail to comply with - this Public License, then Your rights under this Public License - terminate automatically. - - b. Where Your right to use the Licensed Material has terminated under - Section 6(a), it reinstates: - - 1. automatically as of the date the violation is cured, provided - it is cured within 30 days of Your discovery of the - violation; or - - 2. upon express reinstatement by the Licensor. - - For the avoidance of doubt, this Section 6(b) does not affect any - right the Licensor may have to seek remedies for Your violations - of this Public License. - - c. For the avoidance of doubt, the Licensor may also offer the - Licensed Material under separate terms or conditions or stop - distributing the Licensed Material at any time; however, doing so - will not terminate this Public License. - - d. Sections 1, 5, 6, 7, and 8 survive termination of this Public - License. - -Section 7 -- Other Terms and Conditions. - - a. The Licensor shall not be bound by any additional or different - terms or conditions communicated by You unless expressly agreed. - - b. Any arrangements, understandings, or agreements regarding the - Licensed Material not stated herein are separate from and - independent of the terms and conditions of this Public License. - -Section 8 -- Interpretation. - - a. For the avoidance of doubt, this Public License does not, and - shall not be interpreted to, reduce, limit, restrict, or impose - conditions on any use of the Licensed Material that could lawfully - be made without permission under this Public License. - - b. To the extent possible, if any provision of this Public License is - deemed unenforceable, it shall be automatically reformed to the - minimum extent necessary to make it enforceable. If the provision - cannot be reformed, it shall be severed from this Public License - without affecting the enforceability of the remaining terms and - conditions. - - c. No term or condition of this Public License will be waived and no - failure to comply consented to unless expressly agreed to by the - Licensor. - - d. Nothing in this Public License constitutes or may be interpreted - as a limitation upon, or waiver of, any privileges and immunities - that apply to the Licensor or You, including from the legal - processes of any jurisdiction or authority. - -======================================================================= - -Creative Commons is not a party to its public -licenses. Notwithstanding, Creative Commons may elect to apply one of -its public licenses to material it publishes and in those instances -will be considered the “Licensor.” The text of the Creative Commons -public licenses is dedicated to the public domain under the CC0 Public -Domain Dedication. Except for the limited purpose of indicating that -material is shared under a Creative Commons public license or as -otherwise permitted by the Creative Commons policies published at -creativecommons.org/policies, Creative Commons does not authorize the -use of the trademark "Creative Commons" or any other trademark or logo -of Creative Commons without its prior written consent including, -without limitation, in connection with any unauthorized modifications -to any of its public licenses or any other arrangements, -understandings, or agreements concerning use of licensed material. For -the avoidance of doubt, this paragraph does not form part of the -public licenses. - -Creative Commons may be contacted at creativecommons.org. diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/MODEL_CARD.md b/depth_anything/torchhub/facebookresearch_dinov2_main/MODEL_CARD.md deleted file mode 100644 index 5cd3574..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/MODEL_CARD.md +++ /dev/null @@ -1,201 +0,0 @@ -# Model Card for DINOv2-S/B/L/g - -These are Vision Transformer models trained following the method described in the paper: -"DINOv2: Learning Robust Visual Features without Supervision" - -We provide 4 models: 1 ViT-g trained from scratch, and 3 ViT-S/B/L models distilled from the ViT-g. - -## Model Details -The model takes an image as input and returns a class token and patch tokens. - -The embedding dimension is: -- 384 for ViT-S. -- 768 for ViT-B. -- 1024 for ViT-L. -- 1536 for ViT-g. - -The models follow a Transformer architecture, with a patch size of 14. - -For a 224x224 image, this results in 1 class token + 256 patch tokens. - -The models can accept larger images provided the image shapes are multiples of the patch size (14). -If this condition is not verified, the model will crop to the closest smaller multiple of the patch size. - -### Model Description - -- **Developed by:** Meta AI -- **Model type:** Vision Transformer -- **License:** CC-BY-NC - -- **Repository:** https://github.com/facebookresearch/dinov2 -- **Paper:** https://arxiv.org/abs/2304.07193 -- **Demo:** https://dinov2.metademolab.com/ - -## Uses - -The models are vision backbones providing multi-purpose features for downstream tasks. - -### Direct Use - -The models can be used without fine-tuning, with downstream classifiers as simple as linear layers, to obtain competitive results: -- on depth estimation, semantic segmentation, using linear layers. -- on image classification, using k-NN classifiers on the class token. -- on image classification, with logistic regression classifiers applied on the class token. -- on image classification, with a linear layer applied on the class token and the average of the patch tokens. -- on image retrieval using nearest neighbors. - -### Downstream Use - -It is technically possible to perform fine-tuning on the models, for small gains (we measured +2% on ImageNet-1k classification). -We recommend keeping this as a very last step and only when necessary, as the features already provide good performance out-of-the-box. - -## Bias, Risks, and Limitations - -Despite improvements thanks to the training method not using annotations, we still observe significant biases in our models toward rich households from Western countries. - -### Recommendations - -We expect fine-tuning will increase the biases in the features produced by the model as they will be tuned to the fine-tuning labels. - -## How to Get Started with the Model - -Use the code below to get started with the model. - -```python -import torch -dinov2_vits14 = torch.hub.load('facebookresearch/dinov2', 'dinov2_vits14') -dinov2_vitb14 = torch.hub.load('facebookresearch/dinov2', 'dinov2_vitb14') -dinov2_vitl14 = torch.hub.load('facebookresearch/dinov2', 'dinov2_vitl14') -dinov2_vitg14 = torch.hub.load('facebookresearch/dinov2', 'dinov2_vitg14') -``` - -## Training Details - -### Training Data - -- **Training data:** LVD-142M (see paper) -- **Training regime:** fp16 using PyTorch-FSDP mixed-precision. - -### Training Procedure - -- **Training objective:** - - DINO self-distillation loss with multi-crop - - iBOT masked-image modeling loss - - KoLeo regularization on [CLS] tokens -- **Architectures:** - - ViT-S (21M params): Patch size 14, embedding dimension 384, 6 heads, MLP FFN - - ViT-B (86M params): Patch size 14, embedding dimension 768, 12 heads, MLP FFN - - ViT-L (0.3B params): Patch size 14, embedding dimension 1024, 16 heads, MLP FFN - - ViT-g (1.1B params): Patch size 14, embedding dimension 1536, 24 heads, SwiGLU FFN -- **Distillation:** - - Distillation follows the standard DINOv2 pretraining procedure, except the teacher is a pretrained ViT-g, frozen. - -## Evaluation - -We refer users to the associated paper for the evaluation protocols. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
modelImageNet-1kNYU-Depth v2SUN-RGBDADE20kiNaturalist 2018Oxford-H
taskclassif. (acc)classif. (acc)classif. V2 (acc)depth (RMSE)depth (RMSE)segm. (mAP)classif. (acc)retrieval (mAP)
k-NNlinearlinearlinear
4 layers
NYU-D transfermultiscalelinearnearest neighbor
ViT-S/1479.0%81.1%70.8%0.4170.43147.269.5%43.2
ViT-B/1482.1%84.5%74.9%0.3620.40051.376.3%49.5
ViT-L/1483.5%86.3%77.6%0.3330.39653.179.8%54.0
ViT-g/1483.5%86.5%78.4%0.2980.36253.081.6%52.3
- -## Environmental Impact - -- **Hardware Type:** Nvidia A100 -- **Hours used:** 22,000 for ViT-g, 4,500 for ViT-S distillation, 5,300 for ViT-B distillation, 8,000 for ViT-L distillation -- **Cloud Provider:** Private infra -- **Compute Region:** USA -- **Carbon Emitted:** 7t CO2eq - -#### Hardware - -Nvidia A100 GPUs - -#### Software - -PyTorch 2.0, -xFormers 0.0.18 - -**BibTeX** - -``` -@misc{oquab2023dinov2, - title={DINOv2: Learning Robust Visual Features without Supervision}, - author={Oquab, Maxime and Darcet, Timothée and Moutakanni, Theo and Vo, Huy and Szafraniec, Marc and Khalidov, Vasil and Fernandez, Pierre and Haziza, Daniel and Massa, Francisco and El-Nouby, Alaaeldin and Howes, Russell and Huang, Po-Yao and Xu, Hu and Sharma, Vasu and Li, Shang-Wen and Galuba, Wojciech and Rabbat, Mike and Assran, Mido and Ballas, Nicolas and Synnaeve, Gabriel and Misra, Ishan and Jegou, Herve and Mairal, Julien and Labatut, Patrick and Joulin, Armand and Bojanowski, Piotr}, - journal={arXiv:2304.07193}, - year={2023} -} -``` diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/README.md b/depth_anything/torchhub/facebookresearch_dinov2_main/README.md deleted file mode 100644 index 96453e5..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/README.md +++ /dev/null @@ -1,277 +0,0 @@ -# DINOv2: Learning Robust Visual Features without Supervision - -**[Meta AI Research, FAIR](https://ai.facebook.com/research/)** - -Maxime Oquab, -Timothée Darcet, -Théo Moutakanni, -Huy V. Vo, -Marc Szafraniec, -Vasil Khalidov, -Patrick Labatut, -Armand Joulin, -Piotr Bojanowski - -[[`Paper`](https://arxiv.org/abs/2304.07193)] [[`Blog`](https://ai.facebook.com/blog/dino-v2-computer-vision-self-supervised-learning/)] [[`Demo`](https://dinov2.metademolab.com)] [[`BibTeX`](#citing-dinov2)] - -PyTorch implementation and pretrained models for DINOv2. For details, see the paper: **[DINOv2: Learning Robust Visual Features without Supervision](https://arxiv.org/abs/2304.07193)**. - -DINOv2 models produce high-performance visual features that can be directly employed with classifiers as simple as linear layers on a variety of computer vision tasks; these visual features are robust and perform well across domains without any requirement for fine-tuning. The models were pretrained on a dataset of 142 M images without using any labels or annotations. - -https://github.com/facebookresearch/dinov2/assets/60359573/f168823e-7922-415a-b429-578badf5c356 - -
- Visualization of the three first principal components of the patch features of all frames, mapped to RGB values. -
- -## Pretrained models - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
model# of
params
ImageNet
k-NN
ImageNet
linear
download
ViT-S/14 distilled21 M79.0%81.1%backbone only
ViT-B/14 distilled86 M82.1%84.5%backbone only
ViT-L/14 distilled300 M83.5%86.3%backbone only
ViT-g/141,100 M83.5%86.5%backbone only
- -### Pretrained models via PyTorch Hub - -Please follow the instructions [here](https://pytorch.org/get-started/locally/) to install PyTorch (the only required dependency for loading the model). Installing PyTorch with CUDA support is strongly recommended. - -A corresponding [model card](MODEL_CARD.md) is included in the repository. - -```python -import torch - -dinov2_vits14 = torch.hub.load('facebookresearch/dinov2', 'dinov2_vits14') -dinov2_vitb14 = torch.hub.load('facebookresearch/dinov2', 'dinov2_vitb14') -dinov2_vitl14 = torch.hub.load('facebookresearch/dinov2', 'dinov2_vitl14') -dinov2_vitg14 = torch.hub.load('facebookresearch/dinov2', 'dinov2_vitg14') -``` - -## Installation - -The training and evaluation code requires PyTorch 2.0 and [xFormers](https://github.com/facebookresearch/xformers) 0.0.18 as well as a number of other 3rd party packages. Note that the code has only been tested with the specified versions and also expects a Linux environment. To setup all the required dependencies for training and evaluation, please follow the instructions below: - -*[conda](https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html)* **(Recommended)** - Clone the repository and then create and activate a `dinov2` conda environment using the provided environment definition: - -```shell -conda env create -f conda.yaml -conda activate dinov2 -``` - -*[pip](https://pip.pypa.io/en/stable/getting-started/)* - Clone the repository and then use the provided `requirements.txt` to install the dependencies: - -```shell -pip install -r requirements.txt -``` - -## Data preparation - -### ImageNet-1k - -The root directory of the dataset should hold the following contents: - -- `/test/ILSVRC2012_test_00000001.JPEG` -- `/test/[..]` -- `/test/ILSVRC2012_test_00100000.JPEG` -- `/train/n01440764/n01440764_10026.JPEG` -- `/train/[...]` -- `/train/n15075141/n15075141_9993.JPEG` -- `/val/n01440764/ILSVRC2012_val_00000293.JPEG` -- `/val/[...]` -- `/val/n15075141/ILSVRC2012_val_00049174.JPEG` -- `/labels.txt` - -The provided dataset implementation expects a few additional metadata files to be present under the extra directory: - -- `/class-ids-TRAIN.npy` -- `/class-ids-VAL.npy` -- `/class-names-TRAIN.npy` -- `/class-names-VAL.npy` -- `/entries-TEST.npy` -- `/entries-TRAIN.npy` -- `/entries-VAL.npy` - -These metadata files can be generated (once) with the following lines of Python code: - -```python -from dinov2.data.datasets import ImageNet - -for split in ImageNet.Split: - dataset = ImageNet(split=split, root="", extra="") - dataset.dump_extra() -``` - -Note that the root and extra directories do not have to be distinct directories. - -### ImageNet-22k - -Please adapt the [dataset class](dinov2/data/datasets/image_net_22k.py) to match your local setup. - -
- -:warning: To execute the commands provided in the next sections for training and evaluation, the `dinov2` package should be included in the Python module search path, i.e. simply prefix the command to run with `PYTHONPATH=.`. - -## Training - -### Fast setup: training DINOv2 ViT-L/16 on ImageNet-1k - -Run DINOv2 training on 4 A100-80GB nodes (32 GPUs) in a SLURM cluster environment with submitit: - -```shell -python dinov2/run/train/train.py \ - --nodes 4 \ - --config-file dinov2/configs/train/vitl16_short.yaml \ - --output-dir \ - train.dataset_path=ImageNet:split=TRAIN:root=:extra= -``` - -Training time is approximately 1 day and the resulting checkpoint should reach 81.6% on k-NN eval and 82.9% on linear eval. - -The training code saves the weights of the teacher in the `eval` folder every 12500 iterations for evaluation. - -### Long setup: training DINOv2 ViT-L/14 on ImageNet-22k - -Run DINOv2 training on 12 A100-80GB nodes (96 GPUs) in a SLURM cluster environment with submitit: - -```shell -python dinov2/run/train/train.py \ - --nodes 12 \ - --config-file dinov2/configs/train/vitl14.yaml \ - --output-dir \ - train.dataset_path=ImageNet22k:root=:extra= -``` - -Training time is approximately 3.3 days and the resulting checkpoint should reach 82.0% on k-NN eval and 84.5% on linear eval. - -The training code saves the weights of the teacher in the `eval` folder every 12500 iterations for evaluation. - - -## Evaluation - -The training code regularly saves the teacher weights. In order to evaluate the model, run the following evaluation on a single node: - -### k-NN classification on ImageNet-1k - -```shell -python dinov2/run/eval/knn.py \ - --config-file /config.yaml \ - --pretrained-weights /eval/training_24999/teacher_checkpoint.pth \ - --output-dir /eval/training_24999/knn \ - --train-dataset ImageNet:split=TRAIN:root=:extra= \ - --val-dataset ImageNet:split=VAL:root=:extra= -``` - -### Logistic regression classification on ImageNet-1k - -```shell -python dinov2/run/eval/log_regression.py \ - --config-file /config.yaml \ - --pretrained-weights /eval/training_24999/teacher_checkpoint.pth \ - --output-dir /eval/training_24999/logreg \ - --train-dataset ImageNet:split=TRAIN:root=:extra= \ - --val-dataset ImageNet:split=VAL:root=:extra= -``` - -### Linear classification with data augmentation on ImageNet-1k - -```shell -python dinov2/run/eval/linear.py \ - --config-file /config.yaml \ - --pretrained-weights /eval/training_24999/teacher_checkpoint.pth \ - --output-dir /eval/training_24999/linear \ - --train-dataset ImageNet:split=TRAIN:root=:extra= \ - --val-dataset ImageNet:split=VAL:root=:extra= -``` - -We release the weights from evaluating the different models: - - - - - - - - - - - - - - - - - - - - - - - - - - - -
modelImageNet
top-1
linear evaluation
ViT-S/14 distilled81.1%linear head weights
ViT-B/14 distilled84.5%linear head weights
ViT-L/14 distilled86.3%linear head weights
ViT-g/1486.5%linear head weights
- -The performance of the provided pretrained model weights can be evaluated as follows on ImageNet-1k: - -```shell -python dinov2/run/eval/linear.py \ - --config-file dinov2/configs/eval/vitg14_pretrain.yaml \ - --pretrained-weights https://dl.fbaipublicfiles.com/dinov2/dinov2_vitg14/dinov2_vitg14_pretrain.pth \ - --train-dataset ImageNet:split=TRAIN:root=:extra= \ - --val-dataset ImageNet:split=VAL:root=:extra= -``` - -## License - -DINOv2 code and model weights are released under the CC-BY-NC 4.0 license. See [LICENSE](LICENSE) for additional details. - -## Contributing - -See [contributing](CONTRIBUTING.md) and the [code of conduct](CODE_OF_CONDUCT.md). - -## Citing DINOv2 - -If you find this repository useful, please consider giving a star :star: and citation :t-rex:: - -``` -@misc{oquab2023dinov2, - title={DINOv2: Learning Robust Visual Features without Supervision}, - author={Oquab, Maxime and Darcet, Timothée and Moutakanni, Theo and Vo, Huy V. and Szafraniec, Marc and Khalidov, Vasil and Fernandez, Pierre and Haziza, Daniel and Massa, Francisco and El-Nouby, Alaaeldin and Howes, Russell and Huang, Po-Yao and Xu, Hu and Sharma, Vasu and Li, Shang-Wen and Galuba, Wojciech and Rabbat, Mike and Assran, Mido and Ballas, Nicolas and Synnaeve, Gabriel and Misra, Ishan and Jegou, Herve and Mairal, Julien and Labatut, Patrick and Joulin, Armand and Bojanowski, Piotr}, - journal={arXiv:2304.07193}, - year={2023} -} -``` diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/conda.yaml b/depth_anything/torchhub/facebookresearch_dinov2_main/conda.yaml deleted file mode 100644 index 35dfc30..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/conda.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: dinov2 -channels: - - defaults - - pytorch - - nvidia - - xformers - - conda-forge -dependencies: - - python=3.9 - - pytorch::pytorch=2.0.0 - - pytorch::pytorch-cuda=11.7.0 - - pytorch::torchvision=0.15.0 - - omegaconf - - torchmetrics=0.10.3 - - fvcore - - iopath - - xformers::xformers=0.0.18 - - pip - - pip: - - git+https://github.com/facebookincubator/submitit - - --extra-index-url https://pypi.nvidia.com - - cuml-cu11 diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/__init__.py deleted file mode 100644 index 5b4afb5..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/__init__.py +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -__version__ = "0.0.1" diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/__init__.py deleted file mode 100644 index 033c356..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/__init__.py +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import pathlib - -from omegaconf import OmegaConf - - -def load_config(config_name: str): - config_filename = config_name + ".yaml" - return OmegaConf.load(pathlib.Path(__file__).parent.resolve() / config_filename) - - -dinov2_default_config = load_config("ssl_default_config") - - -def load_and_merge_config(config_name: str): - default_config = OmegaConf.create(dinov2_default_config) - loaded_config = load_config(config_name) - return OmegaConf.merge(default_config, loaded_config) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vitb14_pretrain.yaml b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vitb14_pretrain.yaml deleted file mode 100644 index 117d0f0..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vitb14_pretrain.yaml +++ /dev/null @@ -1,6 +0,0 @@ -student: - arch: vit_base - patch_size: 14 -crops: - global_crops_size: 518 # this is to set up the position embeddings properly - local_crops_size: 98 \ No newline at end of file diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vitg14_pretrain.yaml b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vitg14_pretrain.yaml deleted file mode 100644 index a96dd5b..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vitg14_pretrain.yaml +++ /dev/null @@ -1,7 +0,0 @@ -student: - arch: vit_giant2 - patch_size: 14 - ffn_layer: swiglufused -crops: - global_crops_size: 518 # this is to set up the position embeddings properly - local_crops_size: 98 \ No newline at end of file diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vitl14_pretrain.yaml b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vitl14_pretrain.yaml deleted file mode 100644 index 7a98454..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vitl14_pretrain.yaml +++ /dev/null @@ -1,6 +0,0 @@ -student: - arch: vit_large - patch_size: 14 -crops: - global_crops_size: 518 # this is to set up the position embeddings properly - local_crops_size: 98 \ No newline at end of file diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vits14_pretrain.yaml b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vits14_pretrain.yaml deleted file mode 100644 index afbdb4b..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/eval/vits14_pretrain.yaml +++ /dev/null @@ -1,6 +0,0 @@ -student: - arch: vit_small - patch_size: 14 -crops: - global_crops_size: 518 # this is to set up the position embeddings properly - local_crops_size: 98 \ No newline at end of file diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/ssl_default_config.yaml b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/ssl_default_config.yaml deleted file mode 100644 index a4ef045..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/ssl_default_config.yaml +++ /dev/null @@ -1,115 +0,0 @@ -MODEL: - WEIGHTS: '' -compute_precision: - grad_scaler: true - teacher: - backbone: - sharding_strategy: SHARD_GRAD_OP - mixed_precision: - param_dtype: fp16 - reduce_dtype: fp16 - buffer_dtype: fp32 - dino_head: - sharding_strategy: SHARD_GRAD_OP - mixed_precision: - param_dtype: fp16 - reduce_dtype: fp16 - buffer_dtype: fp32 - ibot_head: - sharding_strategy: SHARD_GRAD_OP - mixed_precision: - param_dtype: fp16 - reduce_dtype: fp16 - buffer_dtype: fp32 - student: - backbone: - sharding_strategy: SHARD_GRAD_OP - mixed_precision: - param_dtype: fp16 - reduce_dtype: fp16 - buffer_dtype: fp32 - dino_head: - sharding_strategy: SHARD_GRAD_OP - mixed_precision: - param_dtype: fp16 - reduce_dtype: fp32 - buffer_dtype: fp32 - ibot_head: - sharding_strategy: SHARD_GRAD_OP - mixed_precision: - param_dtype: fp16 - reduce_dtype: fp32 - buffer_dtype: fp32 -dino: - loss_weight: 1.0 - head_n_prototypes: 65536 - head_bottleneck_dim: 256 - head_nlayers: 3 - head_hidden_dim: 2048 - koleo_loss_weight: 0.1 -ibot: - loss_weight: 1.0 - mask_sample_probability: 0.5 - mask_ratio_min_max: - - 0.1 - - 0.5 - separate_head: false - head_n_prototypes: 65536 - head_bottleneck_dim: 256 - head_nlayers: 3 - head_hidden_dim: 2048 -train: - batch_size_per_gpu: 64 - dataset_path: ImageNet:split=TRAIN - output_dir: . - saveckp_freq: 20 - seed: 0 - num_workers: 10 - OFFICIAL_EPOCH_LENGTH: 1250 - cache_dataset: true - centering: "centering" # or "sinkhorn_knopp" -student: - arch: vit_large - patch_size: 16 - drop_path_rate: 0.3 - layerscale: 1.0e-05 - drop_path_uniform: true - pretrained_weights: '' - ffn_layer: "mlp" - block_chunks: 0 - qkv_bias: true - proj_bias: true - ffn_bias: true -teacher: - momentum_teacher: 0.992 - final_momentum_teacher: 1 - warmup_teacher_temp: 0.04 - teacher_temp: 0.07 - warmup_teacher_temp_epochs: 30 -optim: - epochs: 100 - weight_decay: 0.04 - weight_decay_end: 0.4 - base_lr: 0.004 # learning rate for a batch size of 1024 - lr: 0. # will be set after applying scaling rule - warmup_epochs: 10 - min_lr: 1.0e-06 - clip_grad: 3.0 - freeze_last_layer_epochs: 1 - scaling_rule: sqrt_wrt_1024 - patch_embed_lr_mult: 0.2 - layerwise_decay: 0.9 - adamw_beta1: 0.9 - adamw_beta2: 0.999 -crops: - global_crops_scale: - - 0.32 - - 1.0 - local_crops_number: 8 - local_crops_scale: - - 0.05 - - 0.32 - global_crops_size: 224 - local_crops_size: 96 -evaluation: - eval_period_iterations: 12500 diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/train/vitg14.yaml b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/train/vitg14.yaml deleted file mode 100644 index d05cf0d..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/train/vitg14.yaml +++ /dev/null @@ -1,26 +0,0 @@ -dino: - head_n_prototypes: 131072 - head_bottleneck_dim: 384 -ibot: - separate_head: true - head_n_prototypes: 131072 -train: - batch_size_per_gpu: 12 - dataset_path: ImageNet22k - centering: sinkhorn_knopp -student: - arch: vit_giant2 - patch_size: 14 - drop_path_rate: 0.4 - ffn_layer: swiglufused - block_chunks: 4 -teacher: - momentum_teacher: 0.994 -optim: - epochs: 500 - weight_decay_end: 0.2 - base_lr: 2.0e-04 # learning rate for a batch size of 1024 - warmup_epochs: 80 - layerwise_decay: 1.0 -crops: - local_crops_size: 98 \ No newline at end of file diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/train/vitl14.yaml b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/train/vitl14.yaml deleted file mode 100644 index d9b491d..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/train/vitl14.yaml +++ /dev/null @@ -1,26 +0,0 @@ -dino: - head_n_prototypes: 131072 - head_bottleneck_dim: 384 -ibot: - separate_head: true - head_n_prototypes: 131072 -train: - batch_size_per_gpu: 32 - dataset_path: ImageNet22k - centering: sinkhorn_knopp -student: - arch: vit_large - patch_size: 14 - drop_path_rate: 0.4 - ffn_layer: swiglufused - block_chunks: 4 -teacher: - momentum_teacher: 0.994 -optim: - epochs: 500 - weight_decay_end: 0.2 - base_lr: 2.0e-04 # learning rate for a batch size of 1024 - warmup_epochs: 80 - layerwise_decay: 1.0 -crops: - local_crops_size: 98 \ No newline at end of file diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/train/vitl16_short.yaml b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/train/vitl16_short.yaml deleted file mode 100644 index 3e7e728..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/configs/train/vitl16_short.yaml +++ /dev/null @@ -1,6 +0,0 @@ -# this corresponds to the default config -train: - dataset_path: ImageNet:split=TRAIN - batch_size_per_gpu: 64 -student: - block_chunks: 4 diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/__init__.py deleted file mode 100644 index 357db5c..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/__init__.py +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from .adapters import DatasetWithEnumeratedTargets -from .loaders import make_data_loader, make_dataset, SamplerType -from .collate import collate_data_and_cast -from .masking import MaskingGenerator -from .augmentations import DataAugmentationDINO diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/adapters.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/adapters.py deleted file mode 100644 index 7dcbc68..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/adapters.py +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from typing import Any, Tuple - -from torch.utils.data import Dataset - - -class DatasetWithEnumeratedTargets(Dataset): - def __init__(self, dataset): - self._dataset = dataset - - def get_image_data(self, index: int) -> bytes: - return self._dataset.get_image_data(index) - - def get_target(self, index: int) -> Tuple[Any, int]: - target = self._dataset.get_target(index) - return (index, target) - - def __getitem__(self, index: int) -> Tuple[Any, Tuple[Any, int]]: - image, target = self._dataset[index] - target = index if target is None else target - return image, (index, target) - - def __len__(self) -> int: - return len(self._dataset) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/augmentations.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/augmentations.py deleted file mode 100644 index 7ca28cb..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/augmentations.py +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import logging - -from torchvision import transforms - -from .transforms import ( - GaussianBlur, - make_normalize_transform, -) - - -logger = logging.getLogger("dinov2") - - -class DataAugmentationDINO(object): - def __init__( - self, - global_crops_scale, - local_crops_scale, - local_crops_number, - global_crops_size=224, - local_crops_size=96, - ): - self.global_crops_scale = global_crops_scale - self.local_crops_scale = local_crops_scale - self.local_crops_number = local_crops_number - self.global_crops_size = global_crops_size - self.local_crops_size = local_crops_size - - logger.info("###################################") - logger.info("Using data augmentation parameters:") - logger.info(f"global_crops_scale: {global_crops_scale}") - logger.info(f"local_crops_scale: {local_crops_scale}") - logger.info(f"local_crops_number: {local_crops_number}") - logger.info(f"global_crops_size: {global_crops_size}") - logger.info(f"local_crops_size: {local_crops_size}") - logger.info("###################################") - - # random resized crop and flip - self.geometric_augmentation_global = transforms.Compose( - [ - transforms.RandomResizedCrop( - global_crops_size, scale=global_crops_scale, interpolation=transforms.InterpolationMode.BICUBIC - ), - transforms.RandomHorizontalFlip(p=0.5), - ] - ) - - self.geometric_augmentation_local = transforms.Compose( - [ - transforms.RandomResizedCrop( - local_crops_size, scale=local_crops_scale, interpolation=transforms.InterpolationMode.BICUBIC - ), - transforms.RandomHorizontalFlip(p=0.5), - ] - ) - - # color distorsions / blurring - color_jittering = transforms.Compose( - [ - transforms.RandomApply( - [transforms.ColorJitter(brightness=0.4, contrast=0.4, saturation=0.2, hue=0.1)], - p=0.8, - ), - transforms.RandomGrayscale(p=0.2), - ] - ) - - global_transfo1_extra = GaussianBlur(p=1.0) - - global_transfo2_extra = transforms.Compose( - [ - GaussianBlur(p=0.1), - transforms.RandomSolarize(threshold=128, p=0.2), - ] - ) - - local_transfo_extra = GaussianBlur(p=0.5) - - # normalization - self.normalize = transforms.Compose( - [ - transforms.ToTensor(), - make_normalize_transform(), - ] - ) - - self.global_transfo1 = transforms.Compose([color_jittering, global_transfo1_extra, self.normalize]) - self.global_transfo2 = transforms.Compose([color_jittering, global_transfo2_extra, self.normalize]) - self.local_transfo = transforms.Compose([color_jittering, local_transfo_extra, self.normalize]) - - def __call__(self, image): - output = {} - - # global crops: - im1_base = self.geometric_augmentation_global(image) - global_crop_1 = self.global_transfo1(im1_base) - - im2_base = self.geometric_augmentation_global(image) - global_crop_2 = self.global_transfo2(im2_base) - - output["global_crops"] = [global_crop_1, global_crop_2] - - # global crops for teacher: - output["global_crops_teacher"] = [global_crop_1, global_crop_2] - - # local crops: - local_crops = [ - self.local_transfo(self.geometric_augmentation_local(image)) for _ in range(self.local_crops_number) - ] - output["local_crops"] = local_crops - output["offsets"] = () - - return output diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/collate.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/collate.py deleted file mode 100644 index 9f0d989..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/collate.py +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import torch -import random - - -def collate_data_and_cast(samples_list, mask_ratio_tuple, mask_probability, dtype, n_tokens=None, mask_generator=None): - # dtype = torch.half # TODO: Remove - - n_global_crops = len(samples_list[0][0]["global_crops"]) - n_local_crops = len(samples_list[0][0]["local_crops"]) - - collated_global_crops = torch.stack([s[0]["global_crops"][i] for i in range(n_global_crops) for s in samples_list]) - - collated_local_crops = torch.stack([s[0]["local_crops"][i] for i in range(n_local_crops) for s in samples_list]) - - B = len(collated_global_crops) - N = n_tokens - n_samples_masked = int(B * mask_probability) - probs = torch.linspace(*mask_ratio_tuple, n_samples_masked + 1) - upperbound = 0 - masks_list = [] - for i in range(0, n_samples_masked): - prob_min = probs[i] - prob_max = probs[i + 1] - masks_list.append(torch.BoolTensor(mask_generator(int(N * random.uniform(prob_min, prob_max))))) - upperbound += int(N * prob_max) - for i in range(n_samples_masked, B): - masks_list.append(torch.BoolTensor(mask_generator(0))) - - random.shuffle(masks_list) - - collated_masks = torch.stack(masks_list).flatten(1) - mask_indices_list = collated_masks.flatten().nonzero().flatten() - - masks_weight = (1 / collated_masks.sum(-1).clamp(min=1.0)).unsqueeze(-1).expand_as(collated_masks)[collated_masks] - - return { - "collated_global_crops": collated_global_crops.to(dtype), - "collated_local_crops": collated_local_crops.to(dtype), - "collated_masks": collated_masks, - "mask_indices_list": mask_indices_list, - "masks_weight": masks_weight, - "upperbound": upperbound, - "n_masked_patches": torch.full((1,), fill_value=mask_indices_list.shape[0], dtype=torch.long), - } diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/__init__.py deleted file mode 100644 index 7b537ae..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from .image_net import ImageNet -from .image_net_22k import ImageNet22k diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/decoders.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/decoders.py deleted file mode 100644 index 548720b..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/decoders.py +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from io import BytesIO -from typing import Any - -from PIL import Image - - -class Decoder: - def decode(self) -> Any: - raise NotImplementedError - - -class ImageDataDecoder(Decoder): - def __init__(self, image_data: bytes) -> None: - self._image_data = image_data - - def decode(self) -> Image: - f = BytesIO(self._image_data) - return Image.open(f).convert(mode="RGB") - - -class TargetDecoder(Decoder): - def __init__(self, target: Any): - self._target = target - - def decode(self) -> Any: - return self._target diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/extended.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/extended.py deleted file mode 100644 index 4da831e..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/extended.py +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from typing import Any, Tuple - -from torchvision.datasets import VisionDataset - -from .decoders import TargetDecoder, ImageDataDecoder - - -class ExtendedVisionDataset(VisionDataset): - def __init__(self, *args, **kwargs) -> None: - super().__init__(*args, **kwargs) # type: ignore - - def get_image_data(self, index: int) -> bytes: - raise NotImplementedError - - def get_target(self, index: int) -> Any: - raise NotImplementedError - - def __getitem__(self, index: int) -> Tuple[Any, Any]: - try: - image_data = self.get_image_data(index) - image = ImageDataDecoder(image_data).decode() - except Exception as e: - raise RuntimeError(f"can not read image for sample {index}") from e - target = self.get_target(index) - target = TargetDecoder(target).decode() - - if self.transforms is not None: - image, target = self.transforms(image, target) - - return image, target - - def __len__(self) -> int: - raise NotImplementedError diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/image_net.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/image_net.py deleted file mode 100644 index 1e1c384..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/image_net.py +++ /dev/null @@ -1,291 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import csv -from enum import Enum -import logging -import os -from typing import Callable, List, Optional, Tuple, Union - -import numpy as np - -from .extended import ExtendedVisionDataset - - -logger = logging.getLogger("dinov2") -_Target = int - - -class _Split(Enum): - TRAIN = "train" - VAL = "val" - TEST = "test" # NOTE: torchvision does not support the test split - - @property - def length(self) -> int: - split_lengths = { - _Split.TRAIN: 1_281_167, - _Split.VAL: 50_000, - _Split.TEST: 100_000, - } - return split_lengths[self] - - def get_dirname(self, class_id: Optional[str] = None) -> str: - return self.value if class_id is None else os.path.join(self.value, class_id) - - def get_image_relpath(self, actual_index: int, class_id: Optional[str] = None) -> str: - dirname = self.get_dirname(class_id) - if self == _Split.TRAIN: - basename = f"{class_id}_{actual_index}" - else: # self in (_Split.VAL, _Split.TEST): - basename = f"ILSVRC2012_{self.value}_{actual_index:08d}" - return os.path.join(dirname, basename + ".JPEG") - - def parse_image_relpath(self, image_relpath: str) -> Tuple[str, int]: - assert self != _Split.TEST - dirname, filename = os.path.split(image_relpath) - class_id = os.path.split(dirname)[-1] - basename, _ = os.path.splitext(filename) - actual_index = int(basename.split("_")[-1]) - return class_id, actual_index - - -class ImageNet(ExtendedVisionDataset): - Target = Union[_Target] - Split = Union[_Split] - - def __init__( - self, - *, - split: "ImageNet.Split", - root: str, - extra: str, - transforms: Optional[Callable] = None, - transform: Optional[Callable] = None, - target_transform: Optional[Callable] = None, - ) -> None: - super().__init__(root, transforms, transform, target_transform) - self._extra_root = extra - self._split = split - - self._entries = None - self._class_ids = None - self._class_names = None - - @property - def split(self) -> "ImageNet.Split": - return self._split - - def _get_extra_full_path(self, extra_path: str) -> str: - return os.path.join(self._extra_root, extra_path) - - def _load_extra(self, extra_path: str) -> np.ndarray: - extra_full_path = self._get_extra_full_path(extra_path) - return np.load(extra_full_path, mmap_mode="r") - - def _save_extra(self, extra_array: np.ndarray, extra_path: str) -> None: - extra_full_path = self._get_extra_full_path(extra_path) - os.makedirs(self._extra_root, exist_ok=True) - np.save(extra_full_path, extra_array) - - @property - def _entries_path(self) -> str: - return f"entries-{self._split.value.upper()}.npy" - - @property - def _class_ids_path(self) -> str: - return f"class-ids-{self._split.value.upper()}.npy" - - @property - def _class_names_path(self) -> str: - return f"class-names-{self._split.value.upper()}.npy" - - def _get_entries(self) -> np.ndarray: - if self._entries is None: - self._entries = self._load_extra(self._entries_path) - assert self._entries is not None - return self._entries - - def _get_class_ids(self) -> np.ndarray: - if self._split == _Split.TEST: - assert False, "Class IDs are not available in TEST split" - if self._class_ids is None: - self._class_ids = self._load_extra(self._class_ids_path) - assert self._class_ids is not None - return self._class_ids - - def _get_class_names(self) -> np.ndarray: - if self._split == _Split.TEST: - assert False, "Class names are not available in TEST split" - if self._class_names is None: - self._class_names = self._load_extra(self._class_names_path) - assert self._class_names is not None - return self._class_names - - def find_class_id(self, class_index: int) -> str: - class_ids = self._get_class_ids() - return str(class_ids[class_index]) - - def find_class_name(self, class_index: int) -> str: - class_names = self._get_class_names() - return str(class_names[class_index]) - - def get_image_data(self, index: int) -> bytes: - entries = self._get_entries() - actual_index = entries[index]["actual_index"] - - class_id = self.get_class_id(index) - - image_relpath = self.split.get_image_relpath(actual_index, class_id) - image_full_path = os.path.join(self.root, image_relpath) - with open(image_full_path, mode="rb") as f: - image_data = f.read() - return image_data - - def get_target(self, index: int) -> Optional[Target]: - entries = self._get_entries() - class_index = entries[index]["class_index"] - return None if self.split == _Split.TEST else int(class_index) - - def get_targets(self) -> Optional[np.ndarray]: - entries = self._get_entries() - return None if self.split == _Split.TEST else entries["class_index"] - - def get_class_id(self, index: int) -> Optional[str]: - entries = self._get_entries() - class_id = entries[index]["class_id"] - return None if self.split == _Split.TEST else str(class_id) - - def get_class_name(self, index: int) -> Optional[str]: - entries = self._get_entries() - class_name = entries[index]["class_name"] - return None if self.split == _Split.TEST else str(class_name) - - def __len__(self) -> int: - entries = self._get_entries() - assert len(entries) == self.split.length - return len(entries) - - def _load_labels(self, labels_path: str) -> List[Tuple[str, str]]: - labels_full_path = os.path.join(self.root, labels_path) - labels = [] - - try: - with open(labels_full_path, "r") as f: - reader = csv.reader(f) - for row in reader: - class_id, class_name = row - labels.append((class_id, class_name)) - except OSError as e: - raise RuntimeError(f'can not read labels file "{labels_full_path}"') from e - - return labels - - def _dump_entries(self) -> None: - split = self.split - if split == ImageNet.Split.TEST: - dataset = None - sample_count = split.length - max_class_id_length, max_class_name_length = 0, 0 - else: - labels_path = "labels.txt" - logger.info(f'loading labels from "{labels_path}"') - labels = self._load_labels(labels_path) - - # NOTE: Using torchvision ImageFolder for consistency - from torchvision.datasets import ImageFolder - - dataset_root = os.path.join(self.root, split.get_dirname()) - dataset = ImageFolder(dataset_root) - sample_count = len(dataset) - max_class_id_length, max_class_name_length = -1, -1 - for sample in dataset.samples: - _, class_index = sample - class_id, class_name = labels[class_index] - max_class_id_length = max(len(class_id), max_class_id_length) - max_class_name_length = max(len(class_name), max_class_name_length) - - dtype = np.dtype( - [ - ("actual_index", " old_percent: - logger.info(f"creating entries: {percent}%") - old_percent = percent - - actual_index = index + 1 - class_index = np.uint32(-1) - class_id, class_name = "", "" - entries_array[index] = (actual_index, class_index, class_id, class_name) - else: - class_names = {class_id: class_name for class_id, class_name in labels} - - assert dataset - old_percent = -1 - for index in range(sample_count): - percent = 100 * (index + 1) // sample_count - if percent > old_percent: - logger.info(f"creating entries: {percent}%") - old_percent = percent - - image_full_path, class_index = dataset.samples[index] - image_relpath = os.path.relpath(image_full_path, self.root) - class_id, actual_index = split.parse_image_relpath(image_relpath) - class_name = class_names[class_id] - entries_array[index] = (actual_index, class_index, class_id, class_name) - - logger.info(f'saving entries to "{self._entries_path}"') - self._save_extra(entries_array, self._entries_path) - - def _dump_class_ids_and_names(self) -> None: - split = self.split - if split == ImageNet.Split.TEST: - return - - entries_array = self._load_extra(self._entries_path) - - max_class_id_length, max_class_name_length, max_class_index = -1, -1, -1 - for entry in entries_array: - class_index, class_id, class_name = ( - entry["class_index"], - entry["class_id"], - entry["class_name"], - ) - max_class_index = max(int(class_index), max_class_index) - max_class_id_length = max(len(str(class_id)), max_class_id_length) - max_class_name_length = max(len(str(class_name)), max_class_name_length) - - class_count = max_class_index + 1 - class_ids_array = np.empty(class_count, dtype=f"U{max_class_id_length}") - class_names_array = np.empty(class_count, dtype=f"U{max_class_name_length}") - for entry in entries_array: - class_index, class_id, class_name = ( - entry["class_index"], - entry["class_id"], - entry["class_name"], - ) - class_ids_array[class_index] = class_id - class_names_array[class_index] = class_name - - logger.info(f'saving class IDs to "{self._class_ids_path}"') - self._save_extra(class_ids_array, self._class_ids_path) - - logger.info(f'saving class names to "{self._class_names_path}"') - self._save_extra(class_names_array, self._class_names_path) - - def dump_extra(self) -> None: - self._dump_entries() - self._dump_class_ids_and_names() diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/image_net_22k.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/image_net_22k.py deleted file mode 100644 index 2c0bfd3..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/datasets/image_net_22k.py +++ /dev/null @@ -1,303 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from dataclasses import dataclass -from enum import Enum -from functools import lru_cache -from gzip import GzipFile -from io import BytesIO -from mmap import ACCESS_READ, mmap -import os -from typing import Any, Callable, List, Optional, Set, Tuple -import warnings - -import numpy as np - -from .extended import ExtendedVisionDataset - - -_Labels = int - -_DEFAULT_MMAP_CACHE_SIZE = 16 # Warning: This can exhaust file descriptors - - -@dataclass -class _ClassEntry: - block_offset: int - maybe_filename: Optional[str] = None - - -@dataclass -class _Entry: - class_index: int # noqa: E701 - start_offset: int - end_offset: int - filename: str - - -class _Split(Enum): - TRAIN = "train" - VAL = "val" - - @property - def length(self) -> int: - return { - _Split.TRAIN: 11_797_647, - _Split.VAL: 561_050, - }[self] - - def entries_path(self): - return f"imagenet21kp_{self.value}.txt" - - -def _get_tarball_path(class_id: str) -> str: - return f"{class_id}.tar" - - -def _make_mmap_tarball(tarballs_root: str, mmap_cache_size: int): - @lru_cache(maxsize=mmap_cache_size) - def _mmap_tarball(class_id: str) -> mmap: - tarball_path = _get_tarball_path(class_id) - tarball_full_path = os.path.join(tarballs_root, tarball_path) - with open(tarball_full_path) as f: - return mmap(fileno=f.fileno(), length=0, access=ACCESS_READ) - - return _mmap_tarball - - -class ImageNet22k(ExtendedVisionDataset): - _GZIPPED_INDICES: Set[int] = { - 841_545, - 1_304_131, - 2_437_921, - 2_672_079, - 2_795_676, - 2_969_786, - 6_902_965, - 6_903_550, - 6_903_628, - 7_432_557, - 7_432_589, - 7_813_809, - 8_329_633, - 10_296_990, - 10_417_652, - 10_492_265, - 10_598_078, - 10_782_398, - 10_902_612, - 11_203_736, - 11_342_890, - 11_397_596, - 11_589_762, - 11_705_103, - 12_936_875, - 13_289_782, - } - Labels = _Labels - - def __init__( - self, - *, - root: str, - extra: str, - transforms: Optional[Callable] = None, - transform: Optional[Callable] = None, - target_transform: Optional[Callable] = None, - mmap_cache_size: int = _DEFAULT_MMAP_CACHE_SIZE, - ) -> None: - super().__init__(root, transforms, transform, target_transform) - self._extra_root = extra - - entries_path = self._get_entries_path(root) - self._entries = self._load_extra(entries_path) - - class_ids_path = self._get_class_ids_path(root) - self._class_ids = self._load_extra(class_ids_path) - - self._gzipped_indices = ImageNet22k._GZIPPED_INDICES - self._mmap_tarball = _make_mmap_tarball(self._tarballs_root, mmap_cache_size) - - def _get_entries_path(self, root: Optional[str] = None) -> str: - return "entries.npy" - - def _get_class_ids_path(self, root: Optional[str] = None) -> str: - return "class-ids.npy" - - def _find_class_ids(self, path: str) -> List[str]: - class_ids = [] - - with os.scandir(path) as entries: - for entry in entries: - root, ext = os.path.splitext(entry.name) - if ext != ".tar": - continue - class_ids.append(root) - - return sorted(class_ids) - - def _load_entries_class_ids(self, root: Optional[str] = None) -> Tuple[List[_Entry], List[str]]: - root = self.get_root(root) - entries: List[_Entry] = [] - class_ids = self._find_class_ids(root) - - for class_index, class_id in enumerate(class_ids): - path = os.path.join(root, "blocks", f"{class_id}.log") - class_entries = [] - - try: - with open(path) as f: - for line in f: - line = line.rstrip() - block, filename = line.split(":") - block_offset = int(block[6:]) - filename = filename[1:] - - maybe_filename = None - if filename != "** Block of NULs **": - maybe_filename = filename - _, ext = os.path.splitext(filename) - # assert ext == ".JPEG" - - class_entry = _ClassEntry(block_offset, maybe_filename) - class_entries.append(class_entry) - except OSError as e: - raise RuntimeError(f'can not read blocks file "{path}"') from e - - assert class_entries[-1].maybe_filename is None - - for class_entry1, class_entry2 in zip(class_entries, class_entries[1:]): - assert class_entry1.block_offset <= class_entry2.block_offset - start_offset = 512 * class_entry1.block_offset - end_offset = 512 * class_entry2.block_offset - assert class_entry1.maybe_filename is not None - filename = class_entry1.maybe_filename - entry = _Entry(class_index, start_offset, end_offset, filename) - # Skip invalid image files (PIL throws UnidentifiedImageError) - if filename == "n06470073_47249.JPEG": - continue - entries.append(entry) - - return entries, class_ids - - def _load_extra(self, extra_path: str) -> np.ndarray: - extra_root = self._extra_root - extra_full_path = os.path.join(extra_root, extra_path) - return np.load(extra_full_path, mmap_mode="r") - - def _save_extra(self, extra_array: np.ndarray, extra_path: str) -> None: - extra_root = self._extra_root - extra_full_path = os.path.join(extra_root, extra_path) - os.makedirs(extra_root, exist_ok=True) - np.save(extra_full_path, extra_array) - - @property - def _tarballs_root(self) -> str: - return self.root - - def find_class_id(self, class_index: int) -> str: - return str(self._class_ids[class_index]) - - def get_image_data(self, index: int) -> bytes: - entry = self._entries[index] - class_id = entry["class_id"] - class_mmap = self._mmap_tarball(class_id) - - start_offset, end_offset = entry["start_offset"], entry["end_offset"] - try: - mapped_data = class_mmap[start_offset:end_offset] - data = mapped_data[512:] # Skip entry header block - - if len(data) >= 2 and tuple(data[:2]) == (0x1F, 0x8B): - assert index in self._gzipped_indices, f"unexpected gzip header for sample {index}" - with GzipFile(fileobj=BytesIO(data)) as g: - data = g.read() - except Exception as e: - raise RuntimeError(f"can not retrieve image data for sample {index} " f'from "{class_id}" tarball') from e - - return data - - def get_target(self, index: int) -> Any: - return int(self._entries[index]["class_index"]) - - def get_targets(self) -> np.ndarray: - return self._entries["class_index"] - - def get_class_id(self, index: int) -> str: - return str(self._entries[index]["class_id"]) - - def get_class_ids(self) -> np.ndarray: - return self._entries["class_id"] - - def __getitem__(self, index: int) -> Tuple[Any, Any]: - with warnings.catch_warnings(): - warnings.simplefilter("ignore") - return super().__getitem__(index) - - def __len__(self) -> int: - return len(self._entries) - - def _dump_entries(self, *args, **kwargs) -> None: - entries, class_ids = self._load_entries_class_ids(*args, **kwargs) - - max_class_id_length, max_filename_length, max_class_index = -1, -1, -1 - for entry in entries: - class_id = class_ids[entry.class_index] - max_class_index = max(entry.class_index, max_class_index) - max_class_id_length = max(len(class_id), max_class_id_length) - max_filename_length = max(len(entry.filename), max_filename_length) - - dtype = np.dtype( - [ - ("class_index", " None: - entries_path = self._get_entries_path(*args, **kwargs) - entries_array = self._load_extra(entries_path) - - max_class_id_length, max_class_index = -1, -1 - for entry in entries_array: - class_index, class_id = entry["class_index"], entry["class_id"] - max_class_index = max(int(class_index), max_class_index) - max_class_id_length = max(len(str(class_id)), max_class_id_length) - - class_ids_array = np.empty(max_class_index + 1, dtype=f"U{max_class_id_length}") - for entry in entries_array: - class_index, class_id = entry["class_index"], entry["class_id"] - class_ids_array[class_index] = class_id - class_ids_path = self._get_class_ids_path(*args, **kwargs) - self._save_extra(class_ids_array, class_ids_path) - - def _dump_extra(self, *args, **kwargs) -> None: - self._dump_entries(*args, *kwargs) - self._dump_class_ids(*args, *kwargs) - - def dump_extra(self, root: Optional[str] = None) -> None: - return self._dump_extra(root) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/loaders.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/loaders.py deleted file mode 100644 index 9fb6f25..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/loaders.py +++ /dev/null @@ -1,223 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import logging -from enum import Enum -from typing import Any, Callable, List, Optional, TypeVar - -import torch -from torch.utils.data import Sampler - -from .datasets import ImageNet, ImageNet22k -from .samplers import EpochSampler, InfiniteSampler, ShardedInfiniteSampler - - -logger = logging.getLogger("dinov2") - - -class SamplerType(Enum): - DISTRIBUTED = 0 - EPOCH = 1 - INFINITE = 2 - SHARDED_INFINITE = 3 - SHARDED_INFINITE_NEW = 4 - - -def _make_bool_str(b: bool) -> str: - return "yes" if b else "no" - - -def _make_sample_transform(image_transform: Optional[Callable] = None, target_transform: Optional[Callable] = None): - def transform(sample): - image, target = sample - if image_transform is not None: - image = image_transform(image) - if target_transform is not None: - target = target_transform(target) - return image, target - - return transform - - -def _parse_dataset_str(dataset_str: str): - tokens = dataset_str.split(":") - - name = tokens[0] - kwargs = {} - - for token in tokens[1:]: - key, value = token.split("=") - assert key in ("root", "extra", "split") - kwargs[key] = value - - if name == "ImageNet": - class_ = ImageNet - if "split" in kwargs: - kwargs["split"] = ImageNet.Split[kwargs["split"]] - elif name == "ImageNet22k": - class_ = ImageNet22k - else: - raise ValueError(f'Unsupported dataset "{name}"') - - return class_, kwargs - - -def make_dataset( - *, - dataset_str: str, - transform: Optional[Callable] = None, - target_transform: Optional[Callable] = None, -): - """ - Creates a dataset with the specified parameters. - - Args: - dataset_str: A dataset string description (e.g. ImageNet:split=TRAIN). - transform: A transform to apply to images. - target_transform: A transform to apply to targets. - - Returns: - The created dataset. - """ - logger.info(f'using dataset: "{dataset_str}"') - - class_, kwargs = _parse_dataset_str(dataset_str) - dataset = class_(transform=transform, target_transform=target_transform, **kwargs) - - logger.info(f"# of dataset samples: {len(dataset):,d}") - - # Aggregated datasets do not expose (yet) these attributes, so add them. - if not hasattr(dataset, "transform"): - setattr(dataset, "transform", transform) - if not hasattr(dataset, "target_transform"): - setattr(dataset, "target_transform", target_transform) - - return dataset - - -def _make_sampler( - *, - dataset, - type: Optional[SamplerType] = None, - shuffle: bool = False, - seed: int = 0, - size: int = -1, - advance: int = 0, -) -> Optional[Sampler]: - sample_count = len(dataset) - - if type == SamplerType.INFINITE: - logger.info("sampler: infinite") - if size > 0: - raise ValueError("sampler size > 0 is invalid") - return InfiniteSampler( - sample_count=sample_count, - shuffle=shuffle, - seed=seed, - advance=advance, - ) - elif type in (SamplerType.SHARDED_INFINITE, SamplerType.SHARDED_INFINITE_NEW): - logger.info("sampler: sharded infinite") - if size > 0: - raise ValueError("sampler size > 0 is invalid") - # TODO: Remove support for old shuffling - use_new_shuffle_tensor_slice = type == SamplerType.SHARDED_INFINITE_NEW - return ShardedInfiniteSampler( - sample_count=sample_count, - shuffle=shuffle, - seed=seed, - advance=advance, - use_new_shuffle_tensor_slice=use_new_shuffle_tensor_slice, - ) - elif type == SamplerType.EPOCH: - logger.info("sampler: epoch") - if advance > 0: - raise NotImplementedError("sampler advance > 0 is not supported") - size = size if size > 0 else sample_count - logger.info(f"# of samples / epoch: {size:,d}") - return EpochSampler( - size=size, - sample_count=sample_count, - shuffle=shuffle, - seed=seed, - ) - elif type == SamplerType.DISTRIBUTED: - logger.info("sampler: distributed") - if size > 0: - raise ValueError("sampler size > 0 is invalid") - if advance > 0: - raise ValueError("sampler advance > 0 is invalid") - return torch.utils.data.DistributedSampler( - dataset=dataset, - shuffle=shuffle, - seed=seed, - drop_last=False, - ) - - logger.info("sampler: none") - return None - - -T = TypeVar("T") - - -def make_data_loader( - *, - dataset, - batch_size: int, - num_workers: int, - shuffle: bool = True, - seed: int = 0, - sampler_type: Optional[SamplerType] = SamplerType.INFINITE, - sampler_size: int = -1, - sampler_advance: int = 0, - drop_last: bool = True, - persistent_workers: bool = False, - collate_fn: Optional[Callable[[List[T]], Any]] = None, -): - """ - Creates a data loader with the specified parameters. - - Args: - dataset: A dataset (third party, LaViDa or WebDataset). - batch_size: The size of batches to generate. - num_workers: The number of workers to use. - shuffle: Whether to shuffle samples. - seed: The random seed to use. - sampler_type: Which sampler to use: EPOCH, INFINITE, SHARDED_INFINITE, SHARDED_INFINITE_NEW, DISTRIBUTED or None. - sampler_size: The number of images per epoch (when applicable) or -1 for the entire dataset. - sampler_advance: How many samples to skip (when applicable). - drop_last: Whether the last non-full batch of data should be dropped. - persistent_workers: maintain the workers Dataset instances alive after a dataset has been consumed once. - collate_fn: Function that performs batch collation - """ - - sampler = _make_sampler( - dataset=dataset, - type=sampler_type, - shuffle=shuffle, - seed=seed, - size=sampler_size, - advance=sampler_advance, - ) - - logger.info("using PyTorch data loader") - data_loader = torch.utils.data.DataLoader( - dataset, - sampler=sampler, - batch_size=batch_size, - num_workers=num_workers, - pin_memory=True, - drop_last=drop_last, - persistent_workers=persistent_workers, - collate_fn=collate_fn, - ) - - try: - logger.info(f"# of batches: {len(data_loader):,d}") - except TypeError: # data loader has no length - logger.info("infinite data loader") - return data_loader diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/masking.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/masking.py deleted file mode 100644 index dc3c726..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/masking.py +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import random -import math -import numpy as np - - -class MaskingGenerator: - def __init__( - self, - input_size, - num_masking_patches=None, - min_num_patches=4, - max_num_patches=None, - min_aspect=0.3, - max_aspect=None, - ): - if not isinstance(input_size, tuple): - input_size = (input_size,) * 2 - self.height, self.width = input_size - - self.num_patches = self.height * self.width - self.num_masking_patches = num_masking_patches - - self.min_num_patches = min_num_patches - self.max_num_patches = num_masking_patches if max_num_patches is None else max_num_patches - - max_aspect = max_aspect or 1 / min_aspect - self.log_aspect_ratio = (math.log(min_aspect), math.log(max_aspect)) - - def __repr__(self): - repr_str = "Generator(%d, %d -> [%d ~ %d], max = %d, %.3f ~ %.3f)" % ( - self.height, - self.width, - self.min_num_patches, - self.max_num_patches, - self.num_masking_patches, - self.log_aspect_ratio[0], - self.log_aspect_ratio[1], - ) - return repr_str - - def get_shape(self): - return self.height, self.width - - def _mask(self, mask, max_mask_patches): - delta = 0 - for _ in range(10): - target_area = random.uniform(self.min_num_patches, max_mask_patches) - aspect_ratio = math.exp(random.uniform(*self.log_aspect_ratio)) - h = int(round(math.sqrt(target_area * aspect_ratio))) - w = int(round(math.sqrt(target_area / aspect_ratio))) - if w < self.width and h < self.height: - top = random.randint(0, self.height - h) - left = random.randint(0, self.width - w) - - num_masked = mask[top : top + h, left : left + w].sum() - # Overlap - if 0 < h * w - num_masked <= max_mask_patches: - for i in range(top, top + h): - for j in range(left, left + w): - if mask[i, j] == 0: - mask[i, j] = 1 - delta += 1 - - if delta > 0: - break - return delta - - def __call__(self, num_masking_patches=0): - mask = np.zeros(shape=self.get_shape(), dtype=bool) - mask_count = 0 - while mask_count < num_masking_patches: - max_mask_patches = num_masking_patches - mask_count - max_mask_patches = min(max_mask_patches, self.max_num_patches) - - delta = self._mask(mask, max_mask_patches) - if delta == 0: - break - else: - mask_count += delta - - return mask diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/samplers.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/samplers.py deleted file mode 100644 index e356edf..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/samplers.py +++ /dev/null @@ -1,230 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import itertools -from typing import Any, Optional -import warnings - -import numpy as np -import torch -from torch.utils.data.sampler import Sampler - -import dinov2.distributed as distributed - - -class EpochSampler(Sampler): - def __init__( - self, - *, - size: int, - sample_count: int, - shuffle: bool = False, - seed: int = 0, - start: Optional[int] = None, - step: Optional[int] = None, - ): - self._size = size - self._sample_count = sample_count - self._shuffle = shuffle - self._seed = seed - self._start = distributed.get_global_rank() if start is None else start - self._step = distributed.get_global_size() if step is None else step - self._epoch = 0 - - def __iter__(self): - count = (self._size + self._sample_count - 1) // self._sample_count - tiled_indices = np.tile(np.arange(self._sample_count), count) - if self._shuffle: - seed = self._seed * self._epoch if self._seed != 0 else self._epoch - rng = np.random.default_rng(seed) - iterable = rng.choice(tiled_indices, self._size, replace=False) - else: - iterable = tiled_indices[: self._size] - - yield from itertools.islice(iterable, self._start, None, self._step) - - def __len__(self): - return (self._size - self._start + self._step - 1) // self._step - - def set_epoch(self, epoch): - self._epoch = epoch - - -def _get_numpy_dtype(size: int) -> Any: - return np.int32 if size <= 2**31 else np.int64 - - -def _get_torch_dtype(size: int) -> Any: - return torch.int32 if size <= 2**31 else torch.int64 - - -def _generate_randperm_indices(*, size: int, generator: torch.Generator): - """Generate the indices of a random permutation.""" - dtype = _get_torch_dtype(size) - # This is actually matching PyTorch's CPU implementation, see: https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/TensorFactories.cpp#L900-L921 - perm = torch.arange(size, dtype=dtype) - for i in range(size): - j = torch.randint(i, size, size=(1,), generator=generator).item() - - # Always swap even if no-op - value = perm[j].item() - perm[j] = perm[i].item() - perm[i] = value - yield value - - -class InfiniteSampler(Sampler): - def __init__( - self, - *, - sample_count: int, - shuffle: bool = False, - seed: int = 0, - start: Optional[int] = None, - step: Optional[int] = None, - advance: int = 0, - ): - self._sample_count = sample_count - self._seed = seed - self._shuffle = shuffle - self._start = distributed.get_global_rank() if start is None else start - self._step = distributed.get_global_size() if step is None else step - self._advance = advance - - def __iter__(self): - if self._shuffle: - iterator = self._shuffled_iterator() - else: - iterator = self._iterator() - - yield from itertools.islice(iterator, self._advance, None) - - def _iterator(self): - assert not self._shuffle - - while True: - iterable = range(self._sample_count) - yield from itertools.islice(iterable, self._start, None, self._step) - - def _shuffled_iterator(self): - assert self._shuffle - - # Instantiate a generator here (rather than in the ctor) to keep the class - # picklable (requirement of mp.spawn) - generator = torch.Generator().manual_seed(self._seed) - - while True: - iterable = _generate_randperm_indices(size=self._sample_count, generator=generator) - yield from itertools.islice(iterable, self._start, None, self._step) - - -# The following function is somewhat equivalent to _new_shuffle_tensor_slice below, -# but avoids a full in-place random permutation generation. -def _shuffle_tensor_slice( - *, tensor: torch.Tensor, start: int = 0, step: int = 1, generator: torch.Generator -) -> np.ndarray: - stop = len(tensor) - count = stop // step - drop_count = stop - step * count - if drop_count: - warnings.warn(f"# of dropped samples: {drop_count}") - - dtype = _get_numpy_dtype(stop) - result = np.empty(count, dtype=dtype) - - for i in range(count): - j = torch.randint(0, i + 1, size=(1,), generator=generator).item() if i > 0 else 0 - - result[i] = result[j] - result[j] = tensor[start + i * step].item() - - return result - - -def _new_shuffle_tensor_slice( - *, tensor: torch.Tensor, start: int = 0, step: int = 1, generator: torch.Generator -) -> np.ndarray: - stop = len(tensor) - count = stop // step - dtype = torch.int64 # Needed for using randperm result as indices - count = stop // step - drop_count = stop - step * count - if drop_count: - warnings.warn(f"# of dropped samples: {drop_count}") - indices = torch.randperm(count, dtype=dtype, generator=generator) - return tensor[start::step][indices].numpy() - - -def _make_seed(seed: int, start: int, iter_count: int) -> int: - # NOTE: Tried a few variants (including iter_count << 32), this one worked best. - return seed + start + (iter_count << 24) - - -class ShardedInfiniteSampler(Sampler): - def __init__( - self, - *, - sample_count: int, - shuffle: bool = False, - seed: int = 0, - start: Optional[int] = None, - step: Optional[int] = None, - advance: int = 0, - use_new_shuffle_tensor_slice: bool = False, - ): - self._sample_count = sample_count - self._seed = seed - self._shuffle = shuffle - self._start = distributed.get_global_rank() if start is None else start - self._step = distributed.get_global_size() if step is None else step - self._advance = advance - self._iter_count = 0 - self._shuffle_tensor_slice_fn = ( - _new_shuffle_tensor_slice if use_new_shuffle_tensor_slice else _shuffle_tensor_slice - ) - - def __iter__(self): - iter_count = self._advance // self._sample_count - if iter_count > 0: - self._advance -= iter_count * self._sample_count - self._iter_count += iter_count - - if self._shuffle: - iterator = self._shuffled_iterator() - else: - iterator = self._iterator() - - yield from itertools.islice(iterator, self._advance, None) - - def _iterator(self): - assert not self._shuffle - - while True: - iterable = range(self._sample_count) - yield from itertools.islice(iterable, self._start, None, self._step) - - def _shuffled_iterator(self): - assert self._shuffle - - # Instantiate a generator here (rather than in the ctor) to be keep the class - # picklable (requirement of mp.spawn) - generator = torch.Generator() - - # Always shuffle everything first - generator.manual_seed(self._seed) - dtype = _get_torch_dtype(self._sample_count) - perm = torch.randperm(self._sample_count, dtype=dtype, generator=generator) - - while True: - # Re-seed on each iteration to allow skipping whole permutations - seed = _make_seed(self._seed, self._start, self._iter_count) - generator.manual_seed(seed) - - iterable = self._shuffle_tensor_slice_fn( - tensor=perm, start=self._start, step=self._step, generator=generator - ) - yield from iterable - self._iter_count += 1 diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/transforms.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/transforms.py deleted file mode 100644 index f1bc4cb..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/data/transforms.py +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from typing import Sequence - -import torch -from torchvision import transforms - - -class GaussianBlur(transforms.RandomApply): - """ - Apply Gaussian Blur to the PIL image. - """ - - def __init__(self, *, p: float = 0.5, radius_min: float = 0.1, radius_max: float = 2.0): - # NOTE: torchvision is applying 1 - probability to return the original image - keep_p = 1 - p - transform = transforms.GaussianBlur(kernel_size=9, sigma=(radius_min, radius_max)) - super().__init__(transforms=[transform], p=keep_p) - - -class MaybeToTensor(transforms.ToTensor): - """ - Convert a ``PIL Image`` or ``numpy.ndarray`` to tensor, or keep as is if already a tensor. - """ - - def __call__(self, pic): - """ - Args: - pic (PIL Image, numpy.ndarray or torch.tensor): Image to be converted to tensor. - Returns: - Tensor: Converted image. - """ - if isinstance(pic, torch.Tensor): - return pic - return super().__call__(pic) - - -# Use timm's names -IMAGENET_DEFAULT_MEAN = (0.485, 0.456, 0.406) -IMAGENET_DEFAULT_STD = (0.229, 0.224, 0.225) - - -def make_normalize_transform( - mean: Sequence[float] = IMAGENET_DEFAULT_MEAN, - std: Sequence[float] = IMAGENET_DEFAULT_STD, -) -> transforms.Normalize: - return transforms.Normalize(mean=mean, std=std) - - -# This roughly matches torchvision's preset for classification training: -# https://github.com/pytorch/vision/blob/main/references/classification/presets.py#L6-L44 -def make_classification_train_transform( - *, - crop_size: int = 224, - interpolation=transforms.InterpolationMode.BICUBIC, - hflip_prob: float = 0.5, - mean: Sequence[float] = IMAGENET_DEFAULT_MEAN, - std: Sequence[float] = IMAGENET_DEFAULT_STD, -): - transforms_list = [transforms.RandomResizedCrop(crop_size, interpolation=interpolation)] - if hflip_prob > 0.0: - transforms_list.append(transforms.RandomHorizontalFlip(hflip_prob)) - transforms_list.extend( - [ - MaybeToTensor(), - make_normalize_transform(mean=mean, std=std), - ] - ) - return transforms.Compose(transforms_list) - - -# This matches (roughly) torchvision's preset for classification evaluation: -# https://github.com/pytorch/vision/blob/main/references/classification/presets.py#L47-L69 -def make_classification_eval_transform( - *, - resize_size: int = 256, - interpolation=transforms.InterpolationMode.BICUBIC, - crop_size: int = 224, - mean: Sequence[float] = IMAGENET_DEFAULT_MEAN, - std: Sequence[float] = IMAGENET_DEFAULT_STD, -) -> transforms.Compose: - transforms_list = [ - transforms.Resize(resize_size, interpolation=interpolation), - transforms.CenterCrop(crop_size), - MaybeToTensor(), - make_normalize_transform(mean=mean, std=std), - ] - return transforms.Compose(transforms_list) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/distributed/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/distributed/__init__.py deleted file mode 100644 index 4ccd663..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/distributed/__init__.py +++ /dev/null @@ -1,271 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import os -import random -import re -import socket -from typing import Dict, List - -import torch -import torch.distributed as dist - -_LOCAL_RANK = -1 -_LOCAL_WORLD_SIZE = -1 - - -def is_enabled() -> bool: - """ - Returns: - True if distributed training is enabled - """ - return dist.is_available() and dist.is_initialized() - - -def get_global_size() -> int: - """ - Returns: - The number of processes in the process group - """ - return dist.get_world_size() if is_enabled() else 1 - - -def get_global_rank() -> int: - """ - Returns: - The rank of the current process within the global process group. - """ - return dist.get_rank() if is_enabled() else 0 - - -def get_local_rank() -> int: - """ - Returns: - The rank of the current process within the local (per-machine) process group. - """ - if not is_enabled(): - return 0 - assert 0 <= _LOCAL_RANK < _LOCAL_WORLD_SIZE - return _LOCAL_RANK - - -def get_local_size() -> int: - """ - Returns: - The size of the per-machine process group, - i.e. the number of processes per machine. - """ - if not is_enabled(): - return 1 - assert 0 <= _LOCAL_RANK < _LOCAL_WORLD_SIZE - return _LOCAL_WORLD_SIZE - - -def is_main_process() -> bool: - """ - Returns: - True if the current process is the main one. - """ - return get_global_rank() == 0 - - -def _restrict_print_to_main_process() -> None: - """ - This function disables printing when not in the main process - """ - import builtins as __builtin__ - - builtin_print = __builtin__.print - - def print(*args, **kwargs): - force = kwargs.pop("force", False) - if is_main_process() or force: - builtin_print(*args, **kwargs) - - __builtin__.print = print - - -def _get_master_port(seed: int = 0) -> int: - MIN_MASTER_PORT, MAX_MASTER_PORT = (20_000, 60_000) - - master_port_str = os.environ.get("MASTER_PORT") - if master_port_str is None: - rng = random.Random(seed) - return rng.randint(MIN_MASTER_PORT, MAX_MASTER_PORT) - - return int(master_port_str) - - -def _get_available_port() -> int: - with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s: - # A "" host address means INADDR_ANY i.e. binding to all interfaces. - # Note this is not compatible with IPv6. - s.bind(("", 0)) - port = s.getsockname()[1] - return port - - -_TORCH_DISTRIBUTED_ENV_VARS = ( - "MASTER_ADDR", - "MASTER_PORT", - "RANK", - "WORLD_SIZE", - "LOCAL_RANK", - "LOCAL_WORLD_SIZE", -) - - -def _collect_env_vars() -> Dict[str, str]: - return {env_var: os.environ[env_var] for env_var in _TORCH_DISTRIBUTED_ENV_VARS if env_var in os.environ} - - -def _is_slurm_job_process() -> bool: - return "SLURM_JOB_ID" in os.environ - - -def _parse_slurm_node_list(s: str) -> List[str]: - nodes = [] - # Extract "hostname", "hostname[1-2,3,4-5]," substrings - p = re.compile(r"(([^\[]+)(?:\[([^\]]+)\])?),?") - for m in p.finditer(s): - prefix, suffixes = s[m.start(2) : m.end(2)], s[m.start(3) : m.end(3)] - for suffix in suffixes.split(","): - span = suffix.split("-") - if len(span) == 1: - nodes.append(prefix + suffix) - else: - width = len(span[0]) - start, end = int(span[0]), int(span[1]) + 1 - nodes.extend([prefix + f"{i:0{width}}" for i in range(start, end)]) - return nodes - - -def _check_env_variable(key: str, new_value: str): - # Only check for difference with preset environment variables - if key in os.environ and os.environ[key] != new_value: - raise RuntimeError(f"Cannot export environment variables as {key} is already set") - - -class _TorchDistributedEnvironment: - def __init__(self): - self.master_addr = "127.0.0.1" - self.master_port = 0 - self.rank = -1 - self.world_size = -1 - self.local_rank = -1 - self.local_world_size = -1 - - if _is_slurm_job_process(): - return self._set_from_slurm_env() - - env_vars = _collect_env_vars() - if not env_vars: - # Environment is not set - pass - elif len(env_vars) == len(_TORCH_DISTRIBUTED_ENV_VARS): - # Environment is fully set - return self._set_from_preset_env() - else: - # Environment is partially set - collected_env_vars = ", ".join(env_vars.keys()) - raise RuntimeError(f"Partially set environment: {collected_env_vars}") - - if torch.cuda.device_count() > 0: - return self._set_from_local() - - raise RuntimeError("Can't initialize PyTorch distributed environment") - - # Slurm job created with sbatch, submitit, etc... - def _set_from_slurm_env(self): - # logger.info("Initialization from Slurm environment") - job_id = int(os.environ["SLURM_JOB_ID"]) - node_count = int(os.environ["SLURM_JOB_NUM_NODES"]) - nodes = _parse_slurm_node_list(os.environ["SLURM_JOB_NODELIST"]) - assert len(nodes) == node_count - - self.master_addr = nodes[0] - self.master_port = _get_master_port(seed=job_id) - self.rank = int(os.environ["SLURM_PROCID"]) - self.world_size = int(os.environ["SLURM_NTASKS"]) - assert self.rank < self.world_size - self.local_rank = int(os.environ["SLURM_LOCALID"]) - self.local_world_size = self.world_size // node_count - assert self.local_rank < self.local_world_size - - # Single node job with preset environment (i.e. torchrun) - def _set_from_preset_env(self): - # logger.info("Initialization from preset environment") - self.master_addr = os.environ["MASTER_ADDR"] - self.master_port = os.environ["MASTER_PORT"] - self.rank = int(os.environ["RANK"]) - self.world_size = int(os.environ["WORLD_SIZE"]) - assert self.rank < self.world_size - self.local_rank = int(os.environ["LOCAL_RANK"]) - self.local_world_size = int(os.environ["LOCAL_WORLD_SIZE"]) - assert self.local_rank < self.local_world_size - - # Single node and GPU job (i.e. local script run) - def _set_from_local(self): - # logger.info("Initialization from local") - self.master_addr = "127.0.0.1" - self.master_port = _get_available_port() - self.rank = 0 - self.world_size = 1 - self.local_rank = 0 - self.local_world_size = 1 - - def export(self, *, overwrite: bool) -> "_TorchDistributedEnvironment": - # See the "Environment variable initialization" section from - # https://pytorch.org/docs/stable/distributed.html for the complete list of - # environment variables required for the env:// initialization method. - env_vars = { - "MASTER_ADDR": self.master_addr, - "MASTER_PORT": str(self.master_port), - "RANK": str(self.rank), - "WORLD_SIZE": str(self.world_size), - "LOCAL_RANK": str(self.local_rank), - "LOCAL_WORLD_SIZE": str(self.local_world_size), - } - if not overwrite: - for k, v in env_vars.items(): - _check_env_variable(k, v) - - os.environ.update(env_vars) - return self - - -def enable(*, set_cuda_current_device: bool = True, overwrite: bool = False, allow_nccl_timeout: bool = False): - """Enable distributed mode - - Args: - set_cuda_current_device: If True, call torch.cuda.set_device() to set the - current PyTorch CUDA device to the one matching the local rank. - overwrite: If True, overwrites already set variables. Else fails. - """ - - global _LOCAL_RANK, _LOCAL_WORLD_SIZE - if _LOCAL_RANK >= 0 or _LOCAL_WORLD_SIZE >= 0: - raise RuntimeError("Distributed mode has already been enabled") - torch_env = _TorchDistributedEnvironment() - torch_env.export(overwrite=overwrite) - - if set_cuda_current_device: - torch.cuda.set_device(torch_env.local_rank) - - if allow_nccl_timeout: - # This allows to use torch distributed timeout in a NCCL backend - key, value = "NCCL_ASYNC_ERROR_HANDLING", "1" - if not overwrite: - _check_env_variable(key, value) - os.environ[key] = value - - dist.init_process_group(backend="nccl") - dist.barrier() - - # Finalize setup - _LOCAL_RANK = torch_env.local_rank - _LOCAL_WORLD_SIZE = torch_env.local_world_size - _restrict_print_to_main_process() diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/__init__.py deleted file mode 100644 index 0952fcc..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/knn.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/knn.py deleted file mode 100644 index 02ee261..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/knn.py +++ /dev/null @@ -1,405 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import argparse -from functools import partial -import json -import logging -import os -import sys -from typing import List, Optional - -import torch -from torch.nn.functional import one_hot, softmax - -import dinov2.distributed as distributed -from dinov2.data import SamplerType, make_data_loader, make_dataset -from dinov2.data.transforms import make_classification_eval_transform -from dinov2.eval.metrics import AccuracyAveraging, build_topk_accuracy_metric -from dinov2.eval.setup import get_args_parser as get_setup_args_parser -from dinov2.eval.setup import setup_and_build_model -from dinov2.eval.utils import ModelWithNormalize, evaluate, extract_features - - -logger = logging.getLogger("dinov2") - - -def get_args_parser( - description: Optional[str] = None, - parents: Optional[List[argparse.ArgumentParser]] = None, - add_help: bool = True, -): - parents = parents or [] - setup_args_parser = get_setup_args_parser(parents=parents, add_help=False) - parents = [setup_args_parser] - parser = argparse.ArgumentParser( - description=description, - parents=parents, - add_help=add_help, - ) - parser.add_argument( - "--train-dataset", - dest="train_dataset_str", - type=str, - help="Training dataset", - ) - parser.add_argument( - "--val-dataset", - dest="val_dataset_str", - type=str, - help="Validation dataset", - ) - parser.add_argument( - "--nb_knn", - nargs="+", - type=int, - help="Number of NN to use. 20 is usually working the best.", - ) - parser.add_argument( - "--temperature", - type=float, - help="Temperature used in the voting coefficient", - ) - parser.add_argument( - "--gather-on-cpu", - action="store_true", - help="Whether to gather the train features on cpu, slower" - "but useful to avoid OOM for large datasets (e.g. ImageNet22k).", - ) - parser.add_argument( - "--batch-size", - type=int, - help="Batch size.", - ) - parser.add_argument( - "--n-per-class-list", - nargs="+", - type=int, - help="Number to take per class", - ) - parser.add_argument( - "--n-tries", - type=int, - help="Number of tries", - ) - parser.set_defaults( - train_dataset_str="ImageNet:split=TRAIN", - val_dataset_str="ImageNet:split=VAL", - nb_knn=[10, 20, 100, 200], - temperature=0.07, - batch_size=256, - n_per_class_list=[-1], - n_tries=1, - ) - return parser - - -class KnnModule(torch.nn.Module): - """ - Gets knn of test features from all processes on a chunk of the train features - - Each rank gets a chunk of the train features as well as a chunk of the test features. - In `compute_neighbors`, for each rank one after the other, its chunk of test features - is sent to all devices, partial knns are computed with each chunk of train features - then collated back on the original device. - """ - - def __init__(self, train_features, train_labels, nb_knn, T, device, num_classes=1000): - super().__init__() - - self.global_rank = distributed.get_global_rank() - self.global_size = distributed.get_global_size() - - self.device = device - self.train_features_rank_T = train_features.chunk(self.global_size)[self.global_rank].T.to(self.device) - self.candidates = train_labels.chunk(self.global_size)[self.global_rank].view(1, -1).to(self.device) - - self.nb_knn = nb_knn - self.max_k = max(self.nb_knn) - self.T = T - self.num_classes = num_classes - - def _get_knn_sims_and_labels(self, similarity, train_labels): - topk_sims, indices = similarity.topk(self.max_k, largest=True, sorted=True) - neighbors_labels = torch.gather(train_labels, 1, indices) - return topk_sims, neighbors_labels - - def _similarity_for_rank(self, features_rank, source_rank): - # Send the features from `source_rank` to all ranks - broadcast_shape = torch.tensor(features_rank.shape).to(self.device) - torch.distributed.broadcast(broadcast_shape, source_rank) - - broadcasted = features_rank - if self.global_rank != source_rank: - broadcasted = torch.zeros(*broadcast_shape, dtype=features_rank.dtype, device=self.device) - torch.distributed.broadcast(broadcasted, source_rank) - - # Compute the neighbors for `source_rank` among `train_features_rank_T` - similarity_rank = torch.mm(broadcasted, self.train_features_rank_T) - candidate_labels = self.candidates.expand(len(similarity_rank), -1) - return self._get_knn_sims_and_labels(similarity_rank, candidate_labels) - - def _gather_all_knn_for_rank(self, topk_sims, neighbors_labels, target_rank): - # Gather all neighbors for `target_rank` - topk_sims_rank = retrieved_rank = None - if self.global_rank == target_rank: - topk_sims_rank = [torch.zeros_like(topk_sims) for _ in range(self.global_size)] - retrieved_rank = [torch.zeros_like(neighbors_labels) for _ in range(self.global_size)] - - torch.distributed.gather(topk_sims, topk_sims_rank, dst=target_rank) - torch.distributed.gather(neighbors_labels, retrieved_rank, dst=target_rank) - - if self.global_rank == target_rank: - # Perform a second top-k on the k * global_size retrieved neighbors - topk_sims_rank = torch.cat(topk_sims_rank, dim=1) - retrieved_rank = torch.cat(retrieved_rank, dim=1) - results = self._get_knn_sims_and_labels(topk_sims_rank, retrieved_rank) - return results - return None - - def compute_neighbors(self, features_rank): - for rank in range(self.global_size): - topk_sims, neighbors_labels = self._similarity_for_rank(features_rank, rank) - results = self._gather_all_knn_for_rank(topk_sims, neighbors_labels, rank) - if results is not None: - topk_sims_rank, neighbors_labels_rank = results - return topk_sims_rank, neighbors_labels_rank - - def forward(self, features_rank): - """ - Compute the results on all values of `self.nb_knn` neighbors from the full `self.max_k` - """ - assert all(k <= self.max_k for k in self.nb_knn) - - topk_sims, neighbors_labels = self.compute_neighbors(features_rank) - batch_size = neighbors_labels.shape[0] - topk_sims_transform = softmax(topk_sims / self.T, 1) - matmul = torch.mul( - one_hot(neighbors_labels, num_classes=self.num_classes), - topk_sims_transform.view(batch_size, -1, 1), - ) - probas_for_k = {k: torch.sum(matmul[:, :k, :], 1) for k in self.nb_knn} - return probas_for_k - - -class DictKeysModule(torch.nn.Module): - def __init__(self, keys): - super().__init__() - self.keys = keys - - def forward(self, features_dict, targets): - for k in self.keys: - features_dict = features_dict[k] - return {"preds": features_dict, "target": targets} - - -def create_module_dict(*, module, n_per_class_list, n_tries, nb_knn, train_features, train_labels): - modules = {} - mapping = create_class_indices_mapping(train_labels) - for npc in n_per_class_list: - if npc < 0: # Only one try needed when using the full data - full_module = module( - train_features=train_features, - train_labels=train_labels, - nb_knn=nb_knn, - ) - modules["full"] = ModuleDictWithForward({"1": full_module}) - continue - all_tries = {} - for t in range(n_tries): - final_indices = filter_train(mapping, npc, seed=t) - k_list = list(set(nb_knn + [npc])) - k_list = sorted([el for el in k_list if el <= npc]) - all_tries[str(t)] = module( - train_features=train_features[final_indices], - train_labels=train_labels[final_indices], - nb_knn=k_list, - ) - modules[f"{npc} per class"] = ModuleDictWithForward(all_tries) - - return ModuleDictWithForward(modules) - - -def filter_train(mapping, n_per_class, seed): - torch.manual_seed(seed) - final_indices = [] - for k in mapping.keys(): - index = torch.randperm(len(mapping[k]))[:n_per_class] - final_indices.append(mapping[k][index]) - return torch.cat(final_indices).squeeze() - - -def create_class_indices_mapping(labels): - unique_labels, inverse = torch.unique(labels, return_inverse=True) - mapping = {unique_labels[i]: (inverse == i).nonzero() for i in range(len(unique_labels))} - return mapping - - -class ModuleDictWithForward(torch.nn.ModuleDict): - def forward(self, *args, **kwargs): - return {k: module(*args, **kwargs) for k, module in self._modules.items()} - - -def eval_knn( - model, - train_dataset, - val_dataset, - accuracy_averaging, - nb_knn, - temperature, - batch_size, - num_workers, - gather_on_cpu, - n_per_class_list=[-1], - n_tries=1, -): - model = ModelWithNormalize(model) - - logger.info("Extracting features for train set...") - train_features, train_labels = extract_features( - model, train_dataset, batch_size, num_workers, gather_on_cpu=gather_on_cpu - ) - logger.info(f"Train features created, shape {train_features.shape}.") - - val_dataloader = make_data_loader( - dataset=val_dataset, - batch_size=batch_size, - num_workers=num_workers, - sampler_type=SamplerType.DISTRIBUTED, - drop_last=False, - shuffle=False, - persistent_workers=True, - ) - num_classes = train_labels.max() + 1 - metric_collection = build_topk_accuracy_metric(accuracy_averaging, num_classes=num_classes) - - device = torch.cuda.current_device() - partial_module = partial(KnnModule, T=temperature, device=device, num_classes=num_classes) - knn_module_dict = create_module_dict( - module=partial_module, - n_per_class_list=n_per_class_list, - n_tries=n_tries, - nb_knn=nb_knn, - train_features=train_features, - train_labels=train_labels, - ) - postprocessors, metrics = {}, {} - for n_per_class, knn_module in knn_module_dict.items(): - for t, knn_try in knn_module.items(): - postprocessors = { - **postprocessors, - **{(n_per_class, t, k): DictKeysModule([n_per_class, t, k]) for k in knn_try.nb_knn}, - } - metrics = {**metrics, **{(n_per_class, t, k): metric_collection.clone() for k in knn_try.nb_knn}} - model_with_knn = torch.nn.Sequential(model, knn_module_dict) - - # ============ evaluation ... ============ - logger.info("Start the k-NN classification.") - _, results_dict = evaluate(model_with_knn, val_dataloader, postprocessors, metrics, device) - - # Averaging the results over the n tries for each value of n_per_class - for n_per_class, knn_module in knn_module_dict.items(): - first_try = list(knn_module.keys())[0] - k_list = knn_module[first_try].nb_knn - for k in k_list: - keys = results_dict[(n_per_class, first_try, k)].keys() # keys are e.g. `top-1` and `top-5` - results_dict[(n_per_class, k)] = { - key: torch.mean(torch.stack([results_dict[(n_per_class, t, k)][key] for t in knn_module.keys()])) - for key in keys - } - for t in knn_module.keys(): - del results_dict[(n_per_class, t, k)] - - return results_dict - - -def eval_knn_with_model( - model, - output_dir, - train_dataset_str="ImageNet:split=TRAIN", - val_dataset_str="ImageNet:split=VAL", - nb_knn=(10, 20, 100, 200), - temperature=0.07, - autocast_dtype=torch.float, - accuracy_averaging=AccuracyAveraging.MEAN_ACCURACY, - transform=None, - gather_on_cpu=False, - batch_size=256, - num_workers=5, - n_per_class_list=[-1], - n_tries=1, -): - transform = transform or make_classification_eval_transform() - - train_dataset = make_dataset( - dataset_str=train_dataset_str, - transform=transform, - ) - val_dataset = make_dataset( - dataset_str=val_dataset_str, - transform=transform, - ) - - with torch.cuda.amp.autocast(dtype=autocast_dtype): - results_dict_knn = eval_knn( - model=model, - train_dataset=train_dataset, - val_dataset=val_dataset, - accuracy_averaging=accuracy_averaging, - nb_knn=nb_knn, - temperature=temperature, - batch_size=batch_size, - num_workers=num_workers, - gather_on_cpu=gather_on_cpu, - n_per_class_list=n_per_class_list, - n_tries=n_tries, - ) - - results_dict = {} - if distributed.is_main_process(): - for knn_ in results_dict_knn.keys(): - top1 = results_dict_knn[knn_]["top-1"].item() * 100.0 - top5 = results_dict_knn[knn_]["top-5"].item() * 100.0 - results_dict[f"{knn_} Top 1"] = top1 - results_dict[f"{knn_} Top 5"] = top5 - logger.info(f"{knn_} classifier result: Top1: {top1:.2f} Top5: {top5:.2f}") - - metrics_file_path = os.path.join(output_dir, "results_eval_knn.json") - with open(metrics_file_path, "a") as f: - for k, v in results_dict.items(): - f.write(json.dumps({k: v}) + "\n") - - if distributed.is_enabled(): - torch.distributed.barrier() - return results_dict - - -def main(args): - model, autocast_dtype = setup_and_build_model(args) - eval_knn_with_model( - model=model, - output_dir=args.output_dir, - train_dataset_str=args.train_dataset_str, - val_dataset_str=args.val_dataset_str, - nb_knn=args.nb_knn, - temperature=args.temperature, - autocast_dtype=autocast_dtype, - accuracy_averaging=AccuracyAveraging.MEAN_ACCURACY, - transform=None, - gather_on_cpu=args.gather_on_cpu, - batch_size=args.batch_size, - num_workers=5, - n_per_class_list=args.n_per_class_list, - n_tries=args.n_tries, - ) - return 0 - - -if __name__ == "__main__": - description = "DINOv2 k-NN evaluation" - args_parser = get_args_parser(description=description) - args = args_parser.parse_args() - sys.exit(main(args)) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/linear.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/linear.py deleted file mode 100644 index 3d82026..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/linear.py +++ /dev/null @@ -1,626 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import argparse -from functools import partial -import json -import logging -import os -import sys -from typing import List, Optional - -import numpy as np -import torch -import torch.nn as nn -from torch.nn.parallel import DistributedDataParallel -from fvcore.common.checkpoint import Checkpointer, PeriodicCheckpointer - -from dinov2.data import SamplerType, make_data_loader, make_dataset -from dinov2.data.transforms import make_classification_eval_transform, make_classification_train_transform -import dinov2.distributed as distributed -from dinov2.eval.metrics import MetricType, build_metric -from dinov2.eval.setup import get_args_parser as get_setup_args_parser -from dinov2.eval.setup import setup_and_build_model -from dinov2.eval.utils import ModelWithIntermediateLayers, evaluate -from dinov2.logging import MetricLogger - - -logger = logging.getLogger("dinov2") - - -def get_args_parser( - description: Optional[str] = None, - parents: Optional[List[argparse.ArgumentParser]] = None, - add_help: bool = True, -): - parents = parents or [] - setup_args_parser = get_setup_args_parser(parents=parents, add_help=False) - parents = [setup_args_parser] - parser = argparse.ArgumentParser( - description=description, - parents=parents, - add_help=add_help, - ) - parser.add_argument( - "--train-dataset", - dest="train_dataset_str", - type=str, - help="Training dataset", - ) - parser.add_argument( - "--val-dataset", - dest="val_dataset_str", - type=str, - help="Validation dataset", - ) - parser.add_argument( - "--test-datasets", - dest="test_dataset_strs", - type=str, - nargs="+", - help="Test datasets, none to reuse the validation dataset", - ) - parser.add_argument( - "--epochs", - type=int, - help="Number of training epochs", - ) - parser.add_argument( - "--batch-size", - type=int, - help="Batch Size (per GPU)", - ) - parser.add_argument( - "--num-workers", - type=int, - help="Number de Workers", - ) - parser.add_argument( - "--epoch-length", - type=int, - help="Length of an epoch in number of iterations", - ) - parser.add_argument( - "--save-checkpoint-frequency", - type=int, - help="Number of epochs between two named checkpoint saves.", - ) - parser.add_argument( - "--eval-period-iterations", - type=int, - help="Number of iterations between two evaluations.", - ) - parser.add_argument( - "--learning-rates", - nargs="+", - type=float, - help="Learning rates to grid search.", - ) - parser.add_argument( - "--no-resume", - action="store_true", - help="Whether to not resume from existing checkpoints", - ) - parser.add_argument( - "--val-metric-type", - type=MetricType, - choices=list(MetricType), - help="Validation metric", - ) - parser.add_argument( - "--test-metric-types", - type=MetricType, - choices=list(MetricType), - nargs="+", - help="Evaluation metric", - ) - parser.add_argument( - "--classifier-fpath", - type=str, - help="Path to a file containing pretrained linear classifiers", - ) - parser.add_argument( - "--val-class-mapping-fpath", - type=str, - help="Path to a file containing a mapping to adjust classifier outputs", - ) - parser.add_argument( - "--test-class-mapping-fpaths", - nargs="+", - type=str, - help="Path to a file containing a mapping to adjust classifier outputs", - ) - parser.set_defaults( - train_dataset_str="ImageNet:split=TRAIN", - val_dataset_str="ImageNet:split=VAL", - test_dataset_strs=None, - epochs=10, - batch_size=128, - num_workers=8, - epoch_length=1250, - save_checkpoint_frequency=20, - eval_period_iterations=1250, - learning_rates=[1e-5, 2e-5, 5e-5, 1e-4, 2e-4, 5e-4, 1e-3, 2e-3, 5e-3, 1e-2, 2e-2, 5e-2, 0.1], - val_metric_type=MetricType.MEAN_ACCURACY, - test_metric_types=None, - classifier_fpath=None, - val_class_mapping_fpath=None, - test_class_mapping_fpaths=[None], - ) - return parser - - -def has_ddp_wrapper(m: nn.Module) -> bool: - return isinstance(m, DistributedDataParallel) - - -def remove_ddp_wrapper(m: nn.Module) -> nn.Module: - return m.module if has_ddp_wrapper(m) else m - - -def _pad_and_collate(batch): - maxlen = max(len(targets) for image, targets in batch) - padded_batch = [ - (image, np.pad(targets, (0, maxlen - len(targets)), constant_values=-1)) for image, targets in batch - ] - return torch.utils.data.default_collate(padded_batch) - - -def create_linear_input(x_tokens_list, use_n_blocks, use_avgpool): - intermediate_output = x_tokens_list[-use_n_blocks:] - output = torch.cat([class_token for _, class_token in intermediate_output], dim=-1) - if use_avgpool: - output = torch.cat( - ( - output, - torch.mean(intermediate_output[-1][0], dim=1), # patch tokens - ), - dim=-1, - ) - output = output.reshape(output.shape[0], -1) - return output.float() - - -class LinearClassifier(nn.Module): - """Linear layer to train on top of frozen features""" - - def __init__(self, out_dim, use_n_blocks, use_avgpool, num_classes=1000): - super().__init__() - self.out_dim = out_dim - self.use_n_blocks = use_n_blocks - self.use_avgpool = use_avgpool - self.num_classes = num_classes - self.linear = nn.Linear(out_dim, num_classes) - self.linear.weight.data.normal_(mean=0.0, std=0.01) - self.linear.bias.data.zero_() - - def forward(self, x_tokens_list): - output = create_linear_input(x_tokens_list, self.use_n_blocks, self.use_avgpool) - return self.linear(output) - - -class AllClassifiers(nn.Module): - def __init__(self, classifiers_dict): - super().__init__() - self.classifiers_dict = nn.ModuleDict() - self.classifiers_dict.update(classifiers_dict) - - def forward(self, inputs): - return {k: v.forward(inputs) for k, v in self.classifiers_dict.items()} - - def __len__(self): - return len(self.classifiers_dict) - - -class LinearPostprocessor(nn.Module): - def __init__(self, linear_classifier, class_mapping=None): - super().__init__() - self.linear_classifier = linear_classifier - self.register_buffer("class_mapping", None if class_mapping is None else torch.LongTensor(class_mapping)) - - def forward(self, samples, targets): - preds = self.linear_classifier(samples) - return { - "preds": preds[:, self.class_mapping] if self.class_mapping is not None else preds, - "target": targets, - } - - -def scale_lr(learning_rates, batch_size): - return learning_rates * (batch_size * distributed.get_global_size()) / 256.0 - - -def setup_linear_classifiers(sample_output, n_last_blocks_list, learning_rates, batch_size, num_classes=1000): - linear_classifiers_dict = nn.ModuleDict() - optim_param_groups = [] - for n in n_last_blocks_list: - for avgpool in [False, True]: - for _lr in learning_rates: - lr = scale_lr(_lr, batch_size) - out_dim = create_linear_input(sample_output, use_n_blocks=n, use_avgpool=avgpool).shape[1] - linear_classifier = LinearClassifier( - out_dim, use_n_blocks=n, use_avgpool=avgpool, num_classes=num_classes - ) - linear_classifier = linear_classifier.cuda() - linear_classifiers_dict[ - f"classifier_{n}_blocks_avgpool_{avgpool}_lr_{lr:.5f}".replace(".", "_") - ] = linear_classifier - optim_param_groups.append({"params": linear_classifier.parameters(), "lr": lr}) - - linear_classifiers = AllClassifiers(linear_classifiers_dict) - if distributed.is_enabled(): - linear_classifiers = nn.parallel.DistributedDataParallel(linear_classifiers) - - return linear_classifiers, optim_param_groups - - -@torch.no_grad() -def evaluate_linear_classifiers( - feature_model, - linear_classifiers, - data_loader, - metric_type, - metrics_file_path, - training_num_classes, - iteration, - prefixstring="", - class_mapping=None, - best_classifier_on_val=None, -): - logger.info("running validation !") - - num_classes = len(class_mapping) if class_mapping is not None else training_num_classes - metric = build_metric(metric_type, num_classes=num_classes) - postprocessors = {k: LinearPostprocessor(v, class_mapping) for k, v in linear_classifiers.classifiers_dict.items()} - metrics = {k: metric.clone() for k in linear_classifiers.classifiers_dict} - - _, results_dict_temp = evaluate( - feature_model, - data_loader, - postprocessors, - metrics, - torch.cuda.current_device(), - ) - - logger.info("") - results_dict = {} - max_accuracy = 0 - best_classifier = "" - for i, (classifier_string, metric) in enumerate(results_dict_temp.items()): - logger.info(f"{prefixstring} -- Classifier: {classifier_string} * {metric}") - if ( - best_classifier_on_val is None and metric["top-1"].item() > max_accuracy - ) or classifier_string == best_classifier_on_val: - max_accuracy = metric["top-1"].item() - best_classifier = classifier_string - - results_dict["best_classifier"] = {"name": best_classifier, "accuracy": max_accuracy} - - logger.info(f"best classifier: {results_dict['best_classifier']}") - - if distributed.is_main_process(): - with open(metrics_file_path, "a") as f: - f.write(f"iter: {iteration}\n") - for k, v in results_dict.items(): - f.write(json.dumps({k: v}) + "\n") - f.write("\n") - - return results_dict - - -def eval_linear( - *, - feature_model, - linear_classifiers, - train_data_loader, - val_data_loader, - metrics_file_path, - optimizer, - scheduler, - output_dir, - max_iter, - checkpoint_period, # In number of iter, creates a new file every period - running_checkpoint_period, # Period to update main checkpoint file - eval_period, - metric_type, - training_num_classes, - resume=True, - classifier_fpath=None, - val_class_mapping=None, -): - checkpointer = Checkpointer(linear_classifiers, output_dir, optimizer=optimizer, scheduler=scheduler) - start_iter = checkpointer.resume_or_load(classifier_fpath or "", resume=resume).get("iteration", -1) + 1 - - periodic_checkpointer = PeriodicCheckpointer(checkpointer, checkpoint_period, max_iter=max_iter) - iteration = start_iter - logger.info("Starting training from iteration {}".format(start_iter)) - metric_logger = MetricLogger(delimiter=" ") - header = "Training" - - for data, labels in metric_logger.log_every( - train_data_loader, - 10, - header, - max_iter, - start_iter, - ): - data = data.cuda(non_blocking=True) - labels = labels.cuda(non_blocking=True) - - features = feature_model(data) - outputs = linear_classifiers(features) - - losses = {f"loss_{k}": nn.CrossEntropyLoss()(v, labels) for k, v in outputs.items()} - loss = sum(losses.values()) - - # compute the gradients - optimizer.zero_grad() - loss.backward() - - # step - optimizer.step() - scheduler.step() - - # log - if iteration % 10 == 0: - torch.cuda.synchronize() - metric_logger.update(loss=loss.item()) - metric_logger.update(lr=optimizer.param_groups[0]["lr"]) - print("lr", optimizer.param_groups[0]["lr"]) - - if iteration - start_iter > 5: - if iteration % running_checkpoint_period == 0: - torch.cuda.synchronize() - if distributed.is_main_process(): - logger.info("Checkpointing running_checkpoint") - periodic_checkpointer.save("running_checkpoint_linear_eval", iteration=iteration) - torch.cuda.synchronize() - periodic_checkpointer.step(iteration) - - if eval_period > 0 and (iteration + 1) % eval_period == 0 and iteration != max_iter - 1: - _ = evaluate_linear_classifiers( - feature_model=feature_model, - linear_classifiers=remove_ddp_wrapper(linear_classifiers), - data_loader=val_data_loader, - metrics_file_path=metrics_file_path, - prefixstring=f"ITER: {iteration}", - metric_type=metric_type, - training_num_classes=training_num_classes, - iteration=iteration, - class_mapping=val_class_mapping, - ) - torch.cuda.synchronize() - - iteration = iteration + 1 - - val_results_dict = evaluate_linear_classifiers( - feature_model=feature_model, - linear_classifiers=remove_ddp_wrapper(linear_classifiers), - data_loader=val_data_loader, - metrics_file_path=metrics_file_path, - metric_type=metric_type, - training_num_classes=training_num_classes, - iteration=iteration, - class_mapping=val_class_mapping, - ) - return val_results_dict, feature_model, linear_classifiers, iteration - - -def make_eval_data_loader(test_dataset_str, batch_size, num_workers, metric_type): - test_dataset = make_dataset( - dataset_str=test_dataset_str, - transform=make_classification_eval_transform(), - ) - test_data_loader = make_data_loader( - dataset=test_dataset, - batch_size=batch_size, - num_workers=num_workers, - sampler_type=SamplerType.DISTRIBUTED, - drop_last=False, - shuffle=False, - persistent_workers=False, - collate_fn=_pad_and_collate if metric_type == MetricType.IMAGENET_REAL_ACCURACY else None, - ) - return test_data_loader - - -def test_on_datasets( - feature_model, - linear_classifiers, - test_dataset_strs, - batch_size, - num_workers, - test_metric_types, - metrics_file_path, - training_num_classes, - iteration, - best_classifier_on_val, - prefixstring="", - test_class_mappings=[None], -): - results_dict = {} - for test_dataset_str, class_mapping, metric_type in zip(test_dataset_strs, test_class_mappings, test_metric_types): - logger.info(f"Testing on {test_dataset_str}") - test_data_loader = make_eval_data_loader(test_dataset_str, batch_size, num_workers, metric_type) - dataset_results_dict = evaluate_linear_classifiers( - feature_model, - remove_ddp_wrapper(linear_classifiers), - test_data_loader, - metric_type, - metrics_file_path, - training_num_classes, - iteration, - prefixstring="", - class_mapping=class_mapping, - best_classifier_on_val=best_classifier_on_val, - ) - results_dict[f"{test_dataset_str}_accuracy"] = 100.0 * dataset_results_dict["best_classifier"]["accuracy"] - return results_dict - - -def run_eval_linear( - model, - output_dir, - train_dataset_str, - val_dataset_str, - batch_size, - epochs, - epoch_length, - num_workers, - save_checkpoint_frequency, - eval_period_iterations, - learning_rates, - autocast_dtype, - test_dataset_strs=None, - resume=True, - classifier_fpath=None, - val_class_mapping_fpath=None, - test_class_mapping_fpaths=[None], - val_metric_type=MetricType.MEAN_ACCURACY, - test_metric_types=None, -): - seed = 0 - - if test_dataset_strs is None: - test_dataset_strs = [val_dataset_str] - if test_metric_types is None: - test_metric_types = [val_metric_type] * len(test_dataset_strs) - else: - assert len(test_metric_types) == len(test_dataset_strs) - assert len(test_dataset_strs) == len(test_class_mapping_fpaths) - - train_transform = make_classification_train_transform() - train_dataset = make_dataset( - dataset_str=train_dataset_str, - transform=train_transform, - ) - training_num_classes = len(torch.unique(torch.Tensor(train_dataset.get_targets().astype(int)))) - sampler_type = SamplerType.SHARDED_INFINITE - # sampler_type = SamplerType.INFINITE - - n_last_blocks_list = [1, 4] - n_last_blocks = max(n_last_blocks_list) - autocast_ctx = partial(torch.cuda.amp.autocast, enabled=True, dtype=autocast_dtype) - feature_model = ModelWithIntermediateLayers(model, n_last_blocks, autocast_ctx) - sample_output = feature_model(train_dataset[0][0].unsqueeze(0).cuda()) - - linear_classifiers, optim_param_groups = setup_linear_classifiers( - sample_output, - n_last_blocks_list, - learning_rates, - batch_size, - training_num_classes, - ) - - optimizer = torch.optim.SGD(optim_param_groups, momentum=0.9, weight_decay=0) - max_iter = epochs * epoch_length - scheduler = torch.optim.lr_scheduler.CosineAnnealingLR(optimizer, max_iter, eta_min=0) - checkpointer = Checkpointer(linear_classifiers, output_dir, optimizer=optimizer, scheduler=scheduler) - start_iter = checkpointer.resume_or_load(classifier_fpath or "", resume=resume).get("iteration", -1) + 1 - train_data_loader = make_data_loader( - dataset=train_dataset, - batch_size=batch_size, - num_workers=num_workers, - shuffle=True, - seed=seed, - sampler_type=sampler_type, - sampler_advance=start_iter, - drop_last=True, - persistent_workers=True, - ) - val_data_loader = make_eval_data_loader(val_dataset_str, batch_size, num_workers, val_metric_type) - - checkpoint_period = save_checkpoint_frequency * epoch_length - - if val_class_mapping_fpath is not None: - logger.info(f"Using class mapping from {val_class_mapping_fpath}") - val_class_mapping = np.load(val_class_mapping_fpath) - else: - val_class_mapping = None - - test_class_mappings = [] - for class_mapping_fpath in test_class_mapping_fpaths: - if class_mapping_fpath is not None and class_mapping_fpath != "None": - logger.info(f"Using class mapping from {class_mapping_fpath}") - class_mapping = np.load(class_mapping_fpath) - else: - class_mapping = None - test_class_mappings.append(class_mapping) - - metrics_file_path = os.path.join(output_dir, "results_eval_linear.json") - val_results_dict, feature_model, linear_classifiers, iteration = eval_linear( - feature_model=feature_model, - linear_classifiers=linear_classifiers, - train_data_loader=train_data_loader, - val_data_loader=val_data_loader, - metrics_file_path=metrics_file_path, - optimizer=optimizer, - scheduler=scheduler, - output_dir=output_dir, - max_iter=max_iter, - checkpoint_period=checkpoint_period, - running_checkpoint_period=epoch_length, - eval_period=eval_period_iterations, - metric_type=val_metric_type, - training_num_classes=training_num_classes, - resume=resume, - val_class_mapping=val_class_mapping, - classifier_fpath=classifier_fpath, - ) - results_dict = {} - if len(test_dataset_strs) > 1 or test_dataset_strs[0] != val_dataset_str: - results_dict = test_on_datasets( - feature_model, - linear_classifiers, - test_dataset_strs, - batch_size, - 0, # num_workers, - test_metric_types, - metrics_file_path, - training_num_classes, - iteration, - val_results_dict["best_classifier"]["name"], - prefixstring="", - test_class_mappings=test_class_mappings, - ) - results_dict["best_classifier"] = val_results_dict["best_classifier"]["name"] - results_dict[f"{val_dataset_str}_accuracy"] = 100.0 * val_results_dict["best_classifier"]["accuracy"] - logger.info("Test Results Dict " + str(results_dict)) - - return results_dict - - -def main(args): - model, autocast_dtype = setup_and_build_model(args) - run_eval_linear( - model=model, - output_dir=args.output_dir, - train_dataset_str=args.train_dataset_str, - val_dataset_str=args.val_dataset_str, - test_dataset_strs=args.test_dataset_strs, - batch_size=args.batch_size, - epochs=args.epochs, - epoch_length=args.epoch_length, - num_workers=args.num_workers, - save_checkpoint_frequency=args.save_checkpoint_frequency, - eval_period_iterations=args.eval_period_iterations, - learning_rates=args.learning_rates, - autocast_dtype=autocast_dtype, - resume=not args.no_resume, - classifier_fpath=args.classifier_fpath, - val_metric_type=args.val_metric_type, - test_metric_types=args.test_metric_types, - val_class_mapping_fpath=args.val_class_mapping_fpath, - test_class_mapping_fpaths=args.test_class_mapping_fpaths, - ) - return 0 - - -if __name__ == "__main__": - description = "DINOv2 linear evaluation" - args_parser = get_args_parser(description=description) - args = args_parser.parse_args() - sys.exit(main(args)) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/log_regression.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/log_regression.py deleted file mode 100644 index 2e6ede2..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/log_regression.py +++ /dev/null @@ -1,445 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import argparse -import gc -import logging -import sys -import time -from typing import List, Optional - -from cuml.linear_model import LogisticRegression -import torch -import torch.backends.cudnn as cudnn -import torch.distributed -from torch import nn -from torch.utils.data import TensorDataset -from torchmetrics import MetricTracker - -from dinov2.data import make_dataset -from dinov2.data.transforms import make_classification_eval_transform -from dinov2.distributed import get_global_rank, get_global_size -from dinov2.eval.metrics import MetricType, build_metric -from dinov2.eval.setup import get_args_parser as get_setup_args_parser -from dinov2.eval.setup import setup_and_build_model -from dinov2.eval.utils import evaluate, extract_features -from dinov2.utils.dtype import as_torch_dtype - - -logger = logging.getLogger("dinov2") - -DEFAULT_MAX_ITER = 1_000 -C_POWER_RANGE = torch.linspace(-6, 5, 45) -_CPU_DEVICE = torch.device("cpu") - - -def get_args_parser( - description: Optional[str] = None, - parents: Optional[List[argparse.ArgumentParser]] = None, - add_help: bool = True, -): - parents = parents or [] - setup_args_parser = get_setup_args_parser(parents=parents, add_help=False) - parents = [setup_args_parser] - parser = argparse.ArgumentParser( - description=description, - parents=parents, - add_help=add_help, - ) - parser.add_argument( - "--train-dataset", - dest="train_dataset_str", - type=str, - help="Training dataset", - ) - parser.add_argument( - "--val-dataset", - dest="val_dataset_str", - type=str, - help="Validation dataset", - ) - parser.add_argument( - "--finetune-dataset-str", - dest="finetune_dataset_str", - type=str, - help="Fine-tuning dataset", - ) - parser.add_argument( - "--finetune-on-val", - action="store_true", - help="If there is no finetune dataset, whether to choose the " - "hyperparameters on the val set instead of 10%% of the train dataset", - ) - parser.add_argument( - "--metric-type", - type=MetricType, - choices=list(MetricType), - help="Metric type", - ) - parser.add_argument( - "--train-features-device", - type=str, - help="Device to gather train features (cpu, cuda, cuda:0, etc.), default: %(default)s", - ) - parser.add_argument( - "--train-dtype", - type=str, - help="Data type to convert the train features to (default: %(default)s)", - ) - parser.add_argument( - "--max-train-iters", - type=int, - help="Maximum number of train iterations (default: %(default)s)", - ) - parser.set_defaults( - train_dataset_str="ImageNet:split=TRAIN", - val_dataset_str="ImageNet:split=VAL", - finetune_dataset_str=None, - metric_type=MetricType.MEAN_ACCURACY, - train_features_device="cpu", - train_dtype="float64", - max_train_iters=DEFAULT_MAX_ITER, - finetune_on_val=False, - ) - return parser - - -class LogRegModule(nn.Module): - def __init__( - self, - C, - max_iter=DEFAULT_MAX_ITER, - dtype=torch.float64, - device=_CPU_DEVICE, - ): - super().__init__() - self.dtype = dtype - self.device = device - self.estimator = LogisticRegression( - penalty="l2", - C=C, - max_iter=max_iter, - output_type="numpy", - tol=1e-12, - linesearch_max_iter=50, - ) - - def forward(self, samples, targets): - samples_device = samples.device - samples = samples.to(dtype=self.dtype, device=self.device) - if self.device == _CPU_DEVICE: - samples = samples.numpy() - probas = self.estimator.predict_proba(samples) - return {"preds": torch.from_numpy(probas).to(samples_device), "target": targets} - - def fit(self, train_features, train_labels): - train_features = train_features.to(dtype=self.dtype, device=self.device) - train_labels = train_labels.to(dtype=self.dtype, device=self.device) - if self.device == _CPU_DEVICE: - # both cuML and sklearn only work with numpy arrays on CPU - train_features = train_features.numpy() - train_labels = train_labels.numpy() - self.estimator.fit(train_features, train_labels) - - -def evaluate_model(*, logreg_model, logreg_metric, test_data_loader, device): - postprocessors = {"metrics": logreg_model} - metrics = {"metrics": logreg_metric} - return evaluate(nn.Identity(), test_data_loader, postprocessors, metrics, device) - - -def train_for_C(*, C, max_iter, train_features, train_labels, dtype=torch.float64, device=_CPU_DEVICE): - logreg_model = LogRegModule(C, max_iter=max_iter, dtype=dtype, device=device) - logreg_model.fit(train_features, train_labels) - return logreg_model - - -def train_and_evaluate( - *, - C, - max_iter, - train_features, - train_labels, - logreg_metric, - test_data_loader, - train_dtype=torch.float64, - train_features_device, - eval_device, -): - logreg_model = train_for_C( - C=C, - max_iter=max_iter, - train_features=train_features, - train_labels=train_labels, - dtype=train_dtype, - device=train_features_device, - ) - return evaluate_model( - logreg_model=logreg_model, - logreg_metric=logreg_metric, - test_data_loader=test_data_loader, - device=eval_device, - ) - - -def sweep_C_values( - *, - train_features, - train_labels, - test_data_loader, - metric_type, - num_classes, - train_dtype=torch.float64, - train_features_device=_CPU_DEVICE, - max_train_iters=DEFAULT_MAX_ITER, -): - if metric_type == MetricType.PER_CLASS_ACCURACY: - # If we want to output per-class accuracy, we select the hyperparameters with mean per class - metric_type = MetricType.MEAN_PER_CLASS_ACCURACY - logreg_metric = build_metric(metric_type, num_classes=num_classes) - metric_tracker = MetricTracker(logreg_metric, maximize=True) - ALL_C = 10**C_POWER_RANGE - logreg_models = {} - - train_features = train_features.to(dtype=train_dtype, device=train_features_device) - train_labels = train_labels.to(device=train_features_device) - - for i in range(get_global_rank(), len(ALL_C), get_global_size()): - C = ALL_C[i].item() - logger.info( - f"Training for C = {C:.5f}, dtype={train_dtype}, " - f"features: {train_features.shape}, {train_features.dtype}, " - f"labels: {train_labels.shape}, {train_labels.dtype}" - ) - logreg_models[C] = train_for_C( - C=C, - max_iter=max_train_iters, - train_features=train_features, - train_labels=train_labels, - dtype=train_dtype, - device=train_features_device, - ) - - gather_list = [None for _ in range(get_global_size())] - torch.distributed.all_gather_object(gather_list, logreg_models) - - logreg_models_gathered = {} - for logreg_dict in gather_list: - logreg_models_gathered.update(logreg_dict) - - for i in range(len(ALL_C)): - metric_tracker.increment() - C = ALL_C[i].item() - evals = evaluate_model( - logreg_model=logreg_models_gathered[C], - logreg_metric=metric_tracker, - test_data_loader=test_data_loader, - device=torch.cuda.current_device(), - ) - logger.info(f"Trained for C = {C:.5f}, accuracies = {evals}") - - best_stats, which_epoch = metric_tracker.best_metric(return_step=True) - best_stats_100 = {k: 100.0 * v for k, v in best_stats.items()} - if which_epoch["top-1"] == i: - best_C = C - logger.info(f"Sweep best {best_stats_100}, best C = {best_C:.6f}") - - return best_stats, best_C - - -def eval_log_regression( - *, - model, - train_dataset, - val_dataset, - finetune_dataset, - metric_type, - batch_size, - num_workers, - finetune_on_val=False, - train_dtype=torch.float64, - train_features_device=_CPU_DEVICE, - max_train_iters=DEFAULT_MAX_ITER, -): - """ - Implements the "standard" process for log regression evaluation: - The value of C is chosen by training on train_dataset and evaluating on - finetune_dataset. Then, the final model is trained on a concatenation of - train_dataset and finetune_dataset, and is evaluated on val_dataset. - If there is no finetune_dataset, the value of C is the one that yields - the best results on a random 10% subset of the train dataset - """ - - start = time.time() - - train_features, train_labels = extract_features( - model, train_dataset, batch_size, num_workers, gather_on_cpu=(train_features_device == _CPU_DEVICE) - ) - val_features, val_labels = extract_features( - model, val_dataset, batch_size, num_workers, gather_on_cpu=(train_features_device == _CPU_DEVICE) - ) - val_data_loader = torch.utils.data.DataLoader( - TensorDataset(val_features, val_labels), - batch_size=batch_size, - drop_last=False, - num_workers=0, - persistent_workers=False, - ) - - if finetune_dataset is None and finetune_on_val: - logger.info("Choosing hyperparameters on the val dataset") - finetune_features, finetune_labels = val_features, val_labels - elif finetune_dataset is None and not finetune_on_val: - logger.info("Choosing hyperparameters on 10% of the train dataset") - torch.manual_seed(0) - indices = torch.randperm(len(train_features), device=train_features.device) - finetune_index = indices[: len(train_features) // 10] - train_index = indices[len(train_features) // 10 :] - finetune_features, finetune_labels = train_features[finetune_index], train_labels[finetune_index] - train_features, train_labels = train_features[train_index], train_labels[train_index] - else: - logger.info("Choosing hyperparameters on the finetune dataset") - finetune_features, finetune_labels = extract_features( - model, finetune_dataset, batch_size, num_workers, gather_on_cpu=(train_features_device == _CPU_DEVICE) - ) - # release the model - free GPU memory - del model - gc.collect() - torch.cuda.empty_cache() - finetune_data_loader = torch.utils.data.DataLoader( - TensorDataset(finetune_features, finetune_labels), - batch_size=batch_size, - drop_last=False, - ) - - if len(train_labels.shape) > 1: - num_classes = train_labels.shape[1] - else: - num_classes = train_labels.max() + 1 - - logger.info("Using cuML for logistic regression") - - best_stats, best_C = sweep_C_values( - train_features=train_features, - train_labels=train_labels, - test_data_loader=finetune_data_loader, - metric_type=metric_type, - num_classes=num_classes, - train_dtype=train_dtype, - train_features_device=train_features_device, - max_train_iters=max_train_iters, - ) - - if not finetune_on_val: - logger.info("Best parameter found, concatenating features") - train_features = torch.cat((train_features, finetune_features)) - train_labels = torch.cat((train_labels, finetune_labels)) - - logger.info("Training final model") - logreg_metric = build_metric(metric_type, num_classes=num_classes) - evals = train_and_evaluate( - C=best_C, - max_iter=max_train_iters, - train_features=train_features, - train_labels=train_labels, - logreg_metric=logreg_metric.clone(), - test_data_loader=val_data_loader, - eval_device=torch.cuda.current_device(), - train_dtype=train_dtype, - train_features_device=train_features_device, - ) - - best_stats = evals[1]["metrics"] - - best_stats["best_C"] = best_C - - logger.info(f"Log regression evaluation done in {int(time.time() - start)}s") - return best_stats - - -def eval_log_regression_with_model( - model, - train_dataset_str="ImageNet:split=TRAIN", - val_dataset_str="ImageNet:split=VAL", - finetune_dataset_str=None, - autocast_dtype=torch.float, - finetune_on_val=False, - metric_type=MetricType.MEAN_ACCURACY, - train_dtype=torch.float64, - train_features_device=_CPU_DEVICE, - max_train_iters=DEFAULT_MAX_ITER, -): - cudnn.benchmark = True - - transform = make_classification_eval_transform(resize_size=224) - target_transform = None - - train_dataset = make_dataset(dataset_str=train_dataset_str, transform=transform, target_transform=target_transform) - val_dataset = make_dataset(dataset_str=val_dataset_str, transform=transform, target_transform=target_transform) - if finetune_dataset_str is not None: - finetune_dataset = make_dataset( - dataset_str=finetune_dataset_str, transform=transform, target_transform=target_transform - ) - else: - finetune_dataset = None - - with torch.cuda.amp.autocast(dtype=autocast_dtype): - results_dict_logreg = eval_log_regression( - model=model, - train_dataset=train_dataset, - val_dataset=val_dataset, - finetune_dataset=finetune_dataset, - metric_type=metric_type, - batch_size=256, - num_workers=0, # 5, - finetune_on_val=finetune_on_val, - train_dtype=train_dtype, - train_features_device=train_features_device, - max_train_iters=max_train_iters, - ) - - results_dict = { - "top-1": results_dict_logreg["top-1"].cpu().numpy() * 100.0, - "top-5": results_dict_logreg.get("top-5", torch.tensor(0.0)).cpu().numpy() * 100.0, - "best_C": results_dict_logreg["best_C"], - } - logger.info( - "\n".join( - [ - "Training of the supervised logistic regression on frozen features completed.\n" - "Top-1 test accuracy: {acc:.1f}".format(acc=results_dict["top-1"]), - "Top-5 test accuracy: {acc:.1f}".format(acc=results_dict["top-5"]), - "obtained for C = {c:.6f}".format(c=results_dict["best_C"]), - ] - ) - ) - - torch.distributed.barrier() - return results_dict - - -def main(args): - model, autocast_dtype = setup_and_build_model(args) - eval_log_regression_with_model( - model=model, - train_dataset_str=args.train_dataset_str, - val_dataset_str=args.val_dataset_str, - finetune_dataset_str=args.finetune_dataset_str, - autocast_dtype=autocast_dtype, - finetune_on_val=args.finetune_on_val, - metric_type=args.metric_type, - train_dtype=as_torch_dtype(args.train_dtype), - train_features_device=torch.device(args.train_features_device), - max_train_iters=args.max_train_iters, - ) - return 0 - - -if __name__ == "__main__": - description = "DINOv2 logistic regression evaluation" - args_parser = get_args_parser(description=description) - args = args_parser.parse_args() - sys.exit(main(args)) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/metrics.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/metrics.py deleted file mode 100644 index 80bf88d..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/metrics.py +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from enum import Enum -import logging -from typing import Any, Dict, Optional - -import torch -from torch import Tensor -from torchmetrics import Metric, MetricCollection -from torchmetrics.classification import MulticlassAccuracy -from torchmetrics.utilities.data import dim_zero_cat, select_topk - - -logger = logging.getLogger("dinov2") - - -class MetricType(Enum): - MEAN_ACCURACY = "mean_accuracy" - MEAN_PER_CLASS_ACCURACY = "mean_per_class_accuracy" - PER_CLASS_ACCURACY = "per_class_accuracy" - IMAGENET_REAL_ACCURACY = "imagenet_real_accuracy" - - @property - def accuracy_averaging(self): - return getattr(AccuracyAveraging, self.name, None) - - def __str__(self): - return self.value - - -class AccuracyAveraging(Enum): - MEAN_ACCURACY = "micro" - MEAN_PER_CLASS_ACCURACY = "macro" - PER_CLASS_ACCURACY = "none" - - def __str__(self): - return self.value - - -def build_metric(metric_type: MetricType, *, num_classes: int, ks: Optional[tuple] = None): - if metric_type.accuracy_averaging is not None: - return build_topk_accuracy_metric( - average_type=metric_type.accuracy_averaging, - num_classes=num_classes, - ks=(1, 5) if ks is None else ks, - ) - elif metric_type == MetricType.IMAGENET_REAL_ACCURACY: - return build_topk_imagenet_real_accuracy_metric( - num_classes=num_classes, - ks=(1, 5) if ks is None else ks, - ) - - raise ValueError(f"Unknown metric type {metric_type}") - - -def build_topk_accuracy_metric(average_type: AccuracyAveraging, num_classes: int, ks: tuple = (1, 5)): - metrics: Dict[str, Metric] = { - f"top-{k}": MulticlassAccuracy(top_k=k, num_classes=int(num_classes), average=average_type.value) for k in ks - } - return MetricCollection(metrics) - - -def build_topk_imagenet_real_accuracy_metric(num_classes: int, ks: tuple = (1, 5)): - metrics: Dict[str, Metric] = {f"top-{k}": ImageNetReaLAccuracy(top_k=k, num_classes=int(num_classes)) for k in ks} - return MetricCollection(metrics) - - -class ImageNetReaLAccuracy(Metric): - is_differentiable: bool = False - higher_is_better: Optional[bool] = None - full_state_update: bool = False - - def __init__( - self, - num_classes: int, - top_k: int = 1, - **kwargs: Any, - ) -> None: - super().__init__(**kwargs) - self.num_classes = num_classes - self.top_k = top_k - self.add_state("tp", [], dist_reduce_fx="cat") - - def update(self, preds: Tensor, target: Tensor) -> None: # type: ignore - # preds [B, D] - # target [B, A] - # preds_oh [B, D] with 0 and 1 - # select top K highest probabilities, use one hot representation - preds_oh = select_topk(preds, self.top_k) - # target_oh [B, D + 1] with 0 and 1 - target_oh = torch.zeros((preds_oh.shape[0], preds_oh.shape[1] + 1), device=target.device, dtype=torch.int32) - target = target.long() - # for undefined targets (-1) use a fake value `num_classes` - target[target == -1] = self.num_classes - # fill targets, use one hot representation - target_oh.scatter_(1, target, 1) - # target_oh [B, D] (remove the fake target at index `num_classes`) - target_oh = target_oh[:, :-1] - # tp [B] with 0 and 1 - tp = (preds_oh * target_oh == 1).sum(dim=1) - # at least one match between prediction and target - tp.clip_(max=1) - # ignore instances where no targets are defined - mask = target_oh.sum(dim=1) > 0 - tp = tp[mask] - self.tp.append(tp) # type: ignore - - def compute(self) -> Tensor: - tp = dim_zero_cat(self.tp) # type: ignore - return tp.float().mean() diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/setup.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/setup.py deleted file mode 100644 index e7fadc2..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/setup.py +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import argparse -from typing import Any, List, Optional, Tuple - -import torch -import torch.backends.cudnn as cudnn - -from dinov2.models import build_model_from_cfg -from dinov2.utils.config import setup -import dinov2.utils.utils as dinov2_utils - - -def get_args_parser( - description: Optional[str] = None, - parents: Optional[List[argparse.ArgumentParser]] = None, - add_help: bool = True, -): - parser = argparse.ArgumentParser( - description=description, - parents=parents or [], - add_help=add_help, - ) - parser.add_argument( - "--config-file", - type=str, - help="Model configuration file", - ) - parser.add_argument( - "--pretrained-weights", - type=str, - help="Pretrained model weights", - ) - parser.add_argument( - "--output-dir", - default="", - type=str, - help="Output directory to write results and logs", - ) - parser.add_argument( - "--opts", - help="Extra configuration options", - default=[], - nargs="+", - ) - return parser - - -def get_autocast_dtype(config): - teacher_dtype_str = config.compute_precision.teacher.backbone.mixed_precision.param_dtype - if teacher_dtype_str == "fp16": - return torch.half - elif teacher_dtype_str == "bf16": - return torch.bfloat16 - else: - return torch.float - - -def build_model_for_eval(config, pretrained_weights): - model, _ = build_model_from_cfg(config, only_teacher=True) - dinov2_utils.load_pretrained_weights(model, pretrained_weights, "teacher") - model.eval() - model.cuda() - return model - - -def setup_and_build_model(args) -> Tuple[Any, torch.dtype]: - cudnn.benchmark = True - config = setup(args) - model = build_model_for_eval(config, args.pretrained_weights) - autocast_dtype = get_autocast_dtype(config) - return model, autocast_dtype diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/utils.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/utils.py deleted file mode 100644 index b2f7e34..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/eval/utils.py +++ /dev/null @@ -1,147 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import logging -from typing import Dict, Optional - -import torch -from torch import nn -from torchmetrics import MetricCollection - -from dinov2.data import DatasetWithEnumeratedTargets, SamplerType, make_data_loader -import dinov2.distributed as distributed -from dinov2.logging import MetricLogger - - -logger = logging.getLogger("dinov2") - - -class ModelWithNormalize(torch.nn.Module): - def __init__(self, model): - super().__init__() - self.model = model - - def forward(self, samples): - return nn.functional.normalize(self.model(samples), dim=1, p=2) - - -class ModelWithIntermediateLayers(nn.Module): - def __init__(self, feature_model, n_last_blocks, autocast_ctx): - super().__init__() - self.feature_model = feature_model - self.feature_model.eval() - self.n_last_blocks = n_last_blocks - self.autocast_ctx = autocast_ctx - - def forward(self, images): - with torch.inference_mode(): - with self.autocast_ctx(): - features = self.feature_model.get_intermediate_layers( - images, self.n_last_blocks, return_class_token=True - ) - return features - - -@torch.inference_mode() -def evaluate( - model: nn.Module, - data_loader, - postprocessors: Dict[str, nn.Module], - metrics: Dict[str, MetricCollection], - device: torch.device, - criterion: Optional[nn.Module] = None, -): - model.eval() - if criterion is not None: - criterion.eval() - - for metric in metrics.values(): - metric = metric.to(device) - - metric_logger = MetricLogger(delimiter=" ") - header = "Test:" - - for samples, targets, *_ in metric_logger.log_every(data_loader, 10, header): - outputs = model(samples.to(device)) - targets = targets.to(device) - - if criterion is not None: - loss = criterion(outputs, targets) - metric_logger.update(loss=loss.item()) - - for k, metric in metrics.items(): - metric_inputs = postprocessors[k](outputs, targets) - metric.update(**metric_inputs) - - metric_logger.synchronize_between_processes() - logger.info(f"Averaged stats: {metric_logger}") - - stats = {k: metric.compute() for k, metric in metrics.items()} - metric_logger_stats = {k: meter.global_avg for k, meter in metric_logger.meters.items()} - return metric_logger_stats, stats - - -def all_gather_and_flatten(tensor_rank): - tensor_all_ranks = torch.empty( - distributed.get_global_size(), - *tensor_rank.shape, - dtype=tensor_rank.dtype, - device=tensor_rank.device, - ) - tensor_list = list(tensor_all_ranks.unbind(0)) - torch.distributed.all_gather(tensor_list, tensor_rank.contiguous()) - return tensor_all_ranks.flatten(end_dim=1) - - -def extract_features(model, dataset, batch_size, num_workers, gather_on_cpu=False): - dataset_with_enumerated_targets = DatasetWithEnumeratedTargets(dataset) - sample_count = len(dataset_with_enumerated_targets) - data_loader = make_data_loader( - dataset=dataset_with_enumerated_targets, - batch_size=batch_size, - num_workers=num_workers, - sampler_type=SamplerType.DISTRIBUTED, - drop_last=False, - shuffle=False, - ) - return extract_features_with_dataloader(model, data_loader, sample_count, gather_on_cpu) - - -@torch.inference_mode() -def extract_features_with_dataloader(model, data_loader, sample_count, gather_on_cpu=False): - gather_device = torch.device("cpu") if gather_on_cpu else torch.device("cuda") - metric_logger = MetricLogger(delimiter=" ") - features, all_labels = None, None - for samples, (index, labels_rank) in metric_logger.log_every(data_loader, 10): - samples = samples.cuda(non_blocking=True) - labels_rank = labels_rank.cuda(non_blocking=True) - index = index.cuda(non_blocking=True) - features_rank = model(samples).float() - - # init storage feature matrix - if features is None: - features = torch.zeros(sample_count, features_rank.shape[-1], device=gather_device) - labels_shape = list(labels_rank.shape) - labels_shape[0] = sample_count - all_labels = torch.full(labels_shape, fill_value=-1, device=gather_device) - logger.info(f"Storing features into tensor of shape {features.shape}") - - # share indexes, features and labels between processes - index_all = all_gather_and_flatten(index).to(gather_device) - features_all_ranks = all_gather_and_flatten(features_rank).to(gather_device) - labels_all_ranks = all_gather_and_flatten(labels_rank).to(gather_device) - - # update storage feature matrix - if len(index_all) > 0: - features.index_copy_(0, index_all, features_all_ranks) - all_labels.index_copy_(0, index_all, labels_all_ranks) - - logger.info(f"Features shape: {tuple(features.shape)}") - logger.info(f"Labels shape: {tuple(all_labels.shape)}") - - assert torch.all(all_labels > -1) - - return features, all_labels diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/fsdp/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/fsdp/__init__.py deleted file mode 100644 index 71d2039..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/fsdp/__init__.py +++ /dev/null @@ -1,158 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import os -from typing import Any - -import torch -import dinov2.distributed as distributed -from functools import partial -from fvcore.common.checkpoint import Checkpointer -from torch.distributed.fsdp import FullyShardedDataParallel as FSDP -from torch.distributed.fsdp import ShardingStrategy -from torch.distributed.fsdp import MixedPrecision -from torch.distributed.fsdp import StateDictType -from torch.distributed.fsdp.sharded_grad_scaler import ShardedGradScaler -from torch.distributed.fsdp.wrap import ModuleWrapPolicy -from torch.distributed.fsdp._runtime_utils import _reshard - - -def get_fsdp_wrapper(model_cfg, modules_to_wrap=set()): - sharding_strategy_dict = { - "NO_SHARD": ShardingStrategy.NO_SHARD, - "SHARD_GRAD_OP": ShardingStrategy.SHARD_GRAD_OP, - "FULL_SHARD": ShardingStrategy.FULL_SHARD, - } - - dtype_dict = { - "fp32": torch.float32, - "fp16": torch.float16, - "bf16": torch.bfloat16, - } - - mixed_precision_config = MixedPrecision( - param_dtype=dtype_dict[model_cfg.mixed_precision.param_dtype], - reduce_dtype=dtype_dict[model_cfg.mixed_precision.reduce_dtype], - buffer_dtype=dtype_dict[model_cfg.mixed_precision.buffer_dtype], - ) - - sharding_strategy_config = sharding_strategy_dict[model_cfg.sharding_strategy] - - local_rank = distributed.get_local_rank() - - fsdp_wrapper = partial( - FSDP, - sharding_strategy=sharding_strategy_config, - mixed_precision=mixed_precision_config, - device_id=local_rank, - sync_module_states=True, - use_orig_params=True, - auto_wrap_policy=ModuleWrapPolicy(modules_to_wrap), - ) - return fsdp_wrapper - - -def is_fsdp(x): - return isinstance(x, FSDP) - - -def is_sharded_fsdp(x): - return is_fsdp(x) and x.sharding_strategy is not ShardingStrategy.NO_SHARD - - -def free_if_fsdp(x): - if is_sharded_fsdp(x): - handles = x._handles - true_list = [True for h in handles] - _reshard(x, handles, true_list) - - -def get_fsdp_modules(x): - return FSDP.fsdp_modules(x) - - -def reshard_fsdp_model(x): - for m in get_fsdp_modules(x): - free_if_fsdp(m) - - -def rankstr(): - return f"rank_{distributed.get_global_rank()}" - - -class FSDPCheckpointer(Checkpointer): - def save(self, name: str, **kwargs: Any) -> None: - """ - Dump model and checkpointables to a file. - - Args: - name (str): name of the file. - kwargs (dict): extra arbitrary data to save. - """ - if not self.save_dir or not self.save_to_disk: - return - - data = {} - with FSDP.state_dict_type(self.model, StateDictType.LOCAL_STATE_DICT): - data["model"] = self.model.state_dict() - - # data["model"] = self.model.state_dict() - for key, obj in self.checkpointables.items(): - data[key] = obj.state_dict() - data.update(kwargs) - - basename = f"{name}.{rankstr()}.pth" - save_file = os.path.join(self.save_dir, basename) - assert os.path.basename(save_file) == basename, basename - self.logger.info("Saving checkpoint to {}".format(save_file)) - with self.path_manager.open(save_file, "wb") as f: - torch.save(data, f) - self.tag_last_checkpoint(basename) - - def load(self, *args, **kwargs): - with FSDP.state_dict_type(self.model, StateDictType.LOCAL_STATE_DICT): - return super().load(*args, **kwargs) - - def has_checkpoint(self) -> bool: - """ - Returns: - bool: whether a checkpoint exists in the target directory. - """ - save_file = os.path.join(self.save_dir, f"last_checkpoint.{rankstr()}") - return self.path_manager.exists(save_file) - - def get_checkpoint_file(self) -> str: - """ - Returns: - str: The latest checkpoint file in target directory. - """ - save_file = os.path.join(self.save_dir, f"last_checkpoint.{rankstr()}") - try: - with self.path_manager.open(save_file, "r") as f: - last_saved = f.read().strip() - except IOError: - # if file doesn't exist, maybe because it has just been - # deleted by a separate process - return "" - # pyre-fixme[6]: For 2nd param expected `Union[PathLike[str], str]` but got - # `Union[bytes, str]`. - return os.path.join(self.save_dir, last_saved) - - def tag_last_checkpoint(self, last_filename_basename: str) -> None: - """ - Tag the last checkpoint. - - Args: - last_filename_basename (str): the basename of the last filename. - """ - if distributed.is_enabled(): - torch.distributed.barrier() - save_file = os.path.join(self.save_dir, f"last_checkpoint.{rankstr()}") - with self.path_manager.open(save_file, "w") as f: - f.write(last_filename_basename) # pyre-ignore - - -ShardedGradScaler = ShardedGradScaler diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/__init__.py deleted file mode 100644 index 31f196a..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/__init__.py +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from .dino_head import DINOHead -from .mlp import Mlp -from .patch_embed import PatchEmbed -from .swiglu_ffn import SwiGLUFFN, SwiGLUFFNFused -from .block import NestedTensorBlock -from .attention import MemEffAttention diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/attention.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/attention.py deleted file mode 100644 index 1f9b0c9..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/attention.py +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -# References: -# https://github.com/facebookresearch/dino/blob/master/vision_transformer.py -# https://github.com/rwightman/pytorch-image-models/tree/master/timm/models/vision_transformer.py - -import logging - -from torch import Tensor -from torch import nn - - -logger = logging.getLogger("dinov2") - - -try: - from xformers.ops import memory_efficient_attention, unbind, fmha - - XFORMERS_AVAILABLE = True -except ImportError: - logger.warning("xFormers not available") - XFORMERS_AVAILABLE = False - - -class Attention(nn.Module): - def __init__( - self, - dim: int, - num_heads: int = 8, - qkv_bias: bool = False, - proj_bias: bool = True, - attn_drop: float = 0.0, - proj_drop: float = 0.0, - ) -> None: - super().__init__() - self.num_heads = num_heads - head_dim = dim // num_heads - self.scale = head_dim**-0.5 - - self.qkv = nn.Linear(dim, dim * 3, bias=qkv_bias) - self.attn_drop = nn.Dropout(attn_drop) - self.proj = nn.Linear(dim, dim, bias=proj_bias) - self.proj_drop = nn.Dropout(proj_drop) - - def forward(self, x: Tensor) -> Tensor: - B, N, C = x.shape - qkv = self.qkv(x).reshape(B, N, 3, self.num_heads, C // self.num_heads).permute(2, 0, 3, 1, 4) - - q, k, v = qkv[0] * self.scale, qkv[1], qkv[2] - attn = q @ k.transpose(-2, -1) - - attn = attn.softmax(dim=-1) - attn = self.attn_drop(attn) - - x = (attn @ v).transpose(1, 2).reshape(B, N, C) - x = self.proj(x) - x = self.proj_drop(x) - return x - - -class MemEffAttention(Attention): - def forward(self, x: Tensor, attn_bias=None) -> Tensor: - if not XFORMERS_AVAILABLE: - assert attn_bias is None, "xFormers is required for nested tensors usage" - return super().forward(x) - - B, N, C = x.shape - qkv = self.qkv(x).reshape(B, N, 3, self.num_heads, C // self.num_heads) - - q, k, v = unbind(qkv, 2) - - x = memory_efficient_attention(q, k, v, attn_bias=attn_bias) - x = x.reshape([B, N, C]) - - x = self.proj(x) - x = self.proj_drop(x) - return x diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/block.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/block.py deleted file mode 100644 index 25488f5..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/block.py +++ /dev/null @@ -1,252 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -# References: -# https://github.com/facebookresearch/dino/blob/master/vision_transformer.py -# https://github.com/rwightman/pytorch-image-models/tree/master/timm/layers/patch_embed.py - -import logging -from typing import Callable, List, Any, Tuple, Dict - -import torch -from torch import nn, Tensor - -from .attention import Attention, MemEffAttention -from .drop_path import DropPath -from .layer_scale import LayerScale -from .mlp import Mlp - - -logger = logging.getLogger("dinov2") - - -try: - from xformers.ops import fmha - from xformers.ops import scaled_index_add, index_select_cat - - XFORMERS_AVAILABLE = True -except ImportError: - logger.warning("xFormers not available") - XFORMERS_AVAILABLE = False - - -class Block(nn.Module): - def __init__( - self, - dim: int, - num_heads: int, - mlp_ratio: float = 4.0, - qkv_bias: bool = False, - proj_bias: bool = True, - ffn_bias: bool = True, - drop: float = 0.0, - attn_drop: float = 0.0, - init_values=None, - drop_path: float = 0.0, - act_layer: Callable[..., nn.Module] = nn.GELU, - norm_layer: Callable[..., nn.Module] = nn.LayerNorm, - attn_class: Callable[..., nn.Module] = Attention, - ffn_layer: Callable[..., nn.Module] = Mlp, - ) -> None: - super().__init__() - # print(f"biases: qkv: {qkv_bias}, proj: {proj_bias}, ffn: {ffn_bias}") - self.norm1 = norm_layer(dim) - self.attn = attn_class( - dim, - num_heads=num_heads, - qkv_bias=qkv_bias, - proj_bias=proj_bias, - attn_drop=attn_drop, - proj_drop=drop, - ) - self.ls1 = LayerScale(dim, init_values=init_values) if init_values else nn.Identity() - self.drop_path1 = DropPath(drop_path) if drop_path > 0.0 else nn.Identity() - - self.norm2 = norm_layer(dim) - mlp_hidden_dim = int(dim * mlp_ratio) - self.mlp = ffn_layer( - in_features=dim, - hidden_features=mlp_hidden_dim, - act_layer=act_layer, - drop=drop, - bias=ffn_bias, - ) - self.ls2 = LayerScale(dim, init_values=init_values) if init_values else nn.Identity() - self.drop_path2 = DropPath(drop_path) if drop_path > 0.0 else nn.Identity() - - self.sample_drop_ratio = drop_path - - def forward(self, x: Tensor) -> Tensor: - def attn_residual_func(x: Tensor) -> Tensor: - return self.ls1(self.attn(self.norm1(x))) - - def ffn_residual_func(x: Tensor) -> Tensor: - return self.ls2(self.mlp(self.norm2(x))) - - if self.training and self.sample_drop_ratio > 0.1: - # the overhead is compensated only for a drop path rate larger than 0.1 - x = drop_add_residual_stochastic_depth( - x, - residual_func=attn_residual_func, - sample_drop_ratio=self.sample_drop_ratio, - ) - x = drop_add_residual_stochastic_depth( - x, - residual_func=ffn_residual_func, - sample_drop_ratio=self.sample_drop_ratio, - ) - elif self.training and self.sample_drop_ratio > 0.0: - x = x + self.drop_path1(attn_residual_func(x)) - x = x + self.drop_path1(ffn_residual_func(x)) # FIXME: drop_path2 - else: - x = x + attn_residual_func(x) - x = x + ffn_residual_func(x) - return x - - -def drop_add_residual_stochastic_depth( - x: Tensor, - residual_func: Callable[[Tensor], Tensor], - sample_drop_ratio: float = 0.0, -) -> Tensor: - # 1) extract subset using permutation - b, n, d = x.shape - sample_subset_size = max(int(b * (1 - sample_drop_ratio)), 1) - brange = (torch.randperm(b, device=x.device))[:sample_subset_size] - x_subset = x[brange] - - # 2) apply residual_func to get residual - residual = residual_func(x_subset) - - x_flat = x.flatten(1) - residual = residual.flatten(1) - - residual_scale_factor = b / sample_subset_size - - # 3) add the residual - x_plus_residual = torch.index_add(x_flat, 0, brange, residual.to(dtype=x.dtype), alpha=residual_scale_factor) - return x_plus_residual.view_as(x) - - -def get_branges_scales(x, sample_drop_ratio=0.0): - b, n, d = x.shape - sample_subset_size = max(int(b * (1 - sample_drop_ratio)), 1) - brange = (torch.randperm(b, device=x.device))[:sample_subset_size] - residual_scale_factor = b / sample_subset_size - return brange, residual_scale_factor - - -def add_residual(x, brange, residual, residual_scale_factor, scaling_vector=None): - if scaling_vector is None: - x_flat = x.flatten(1) - residual = residual.flatten(1) - x_plus_residual = torch.index_add(x_flat, 0, brange, residual.to(dtype=x.dtype), alpha=residual_scale_factor) - else: - x_plus_residual = scaled_index_add( - x, brange, residual.to(dtype=x.dtype), scaling=scaling_vector, alpha=residual_scale_factor - ) - return x_plus_residual - - -attn_bias_cache: Dict[Tuple, Any] = {} - - -def get_attn_bias_and_cat(x_list, branges=None): - """ - this will perform the index select, cat the tensors, and provide the attn_bias from cache - """ - batch_sizes = [b.shape[0] for b in branges] if branges is not None else [x.shape[0] for x in x_list] - all_shapes = tuple((b, x.shape[1]) for b, x in zip(batch_sizes, x_list)) - if all_shapes not in attn_bias_cache.keys(): - seqlens = [] - for b, x in zip(batch_sizes, x_list): - for _ in range(b): - seqlens.append(x.shape[1]) - attn_bias = fmha.BlockDiagonalMask.from_seqlens(seqlens) - attn_bias._batch_sizes = batch_sizes - attn_bias_cache[all_shapes] = attn_bias - - if branges is not None: - cat_tensors = index_select_cat([x.flatten(1) for x in x_list], branges).view(1, -1, x_list[0].shape[-1]) - else: - tensors_bs1 = tuple(x.reshape([1, -1, *x.shape[2:]]) for x in x_list) - cat_tensors = torch.cat(tensors_bs1, dim=1) - - return attn_bias_cache[all_shapes], cat_tensors - - -def drop_add_residual_stochastic_depth_list( - x_list: List[Tensor], - residual_func: Callable[[Tensor, Any], Tensor], - sample_drop_ratio: float = 0.0, - scaling_vector=None, -) -> Tensor: - # 1) generate random set of indices for dropping samples in the batch - branges_scales = [get_branges_scales(x, sample_drop_ratio=sample_drop_ratio) for x in x_list] - branges = [s[0] for s in branges_scales] - residual_scale_factors = [s[1] for s in branges_scales] - - # 2) get attention bias and index+concat the tensors - attn_bias, x_cat = get_attn_bias_and_cat(x_list, branges) - - # 3) apply residual_func to get residual, and split the result - residual_list = attn_bias.split(residual_func(x_cat, attn_bias=attn_bias)) # type: ignore - - outputs = [] - for x, brange, residual, residual_scale_factor in zip(x_list, branges, residual_list, residual_scale_factors): - outputs.append(add_residual(x, brange, residual, residual_scale_factor, scaling_vector).view_as(x)) - return outputs - - -class NestedTensorBlock(Block): - def forward_nested(self, x_list: List[Tensor]) -> List[Tensor]: - """ - x_list contains a list of tensors to nest together and run - """ - assert isinstance(self.attn, MemEffAttention) - - if self.training and self.sample_drop_ratio > 0.0: - - def attn_residual_func(x: Tensor, attn_bias=None) -> Tensor: - return self.attn(self.norm1(x), attn_bias=attn_bias) - - def ffn_residual_func(x: Tensor, attn_bias=None) -> Tensor: - return self.mlp(self.norm2(x)) - - x_list = drop_add_residual_stochastic_depth_list( - x_list, - residual_func=attn_residual_func, - sample_drop_ratio=self.sample_drop_ratio, - scaling_vector=self.ls1.gamma if isinstance(self.ls1, LayerScale) else None, - ) - x_list = drop_add_residual_stochastic_depth_list( - x_list, - residual_func=ffn_residual_func, - sample_drop_ratio=self.sample_drop_ratio, - scaling_vector=self.ls2.gamma if isinstance(self.ls1, LayerScale) else None, - ) - return x_list - else: - - def attn_residual_func(x: Tensor, attn_bias=None) -> Tensor: - return self.ls1(self.attn(self.norm1(x), attn_bias=attn_bias)) - - def ffn_residual_func(x: Tensor, attn_bias=None) -> Tensor: - return self.ls2(self.mlp(self.norm2(x))) - - attn_bias, x = get_attn_bias_and_cat(x_list) - x = x + attn_residual_func(x, attn_bias=attn_bias) - x = x + ffn_residual_func(x) - return attn_bias.split(x) - - def forward(self, x_or_x_list): - if isinstance(x_or_x_list, Tensor): - return super().forward(x_or_x_list) - elif isinstance(x_or_x_list, list): - assert XFORMERS_AVAILABLE, "Please install xFormers for nested tensors usage" - return self.forward_nested(x_or_x_list) - else: - raise AssertionError diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/dino_head.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/dino_head.py deleted file mode 100644 index 7212db9..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/dino_head.py +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import torch -import torch.nn as nn -from torch.nn.init import trunc_normal_ -from torch.nn.utils import weight_norm - - -class DINOHead(nn.Module): - def __init__( - self, - in_dim, - out_dim, - use_bn=False, - nlayers=3, - hidden_dim=2048, - bottleneck_dim=256, - mlp_bias=True, - ): - super().__init__() - nlayers = max(nlayers, 1) - self.mlp = _build_mlp(nlayers, in_dim, bottleneck_dim, hidden_dim=hidden_dim, use_bn=use_bn, bias=mlp_bias) - self.apply(self._init_weights) - self.last_layer = weight_norm(nn.Linear(bottleneck_dim, out_dim, bias=False)) - self.last_layer.weight_g.data.fill_(1) - - def _init_weights(self, m): - if isinstance(m, nn.Linear): - trunc_normal_(m.weight, std=0.02) - if isinstance(m, nn.Linear) and m.bias is not None: - nn.init.constant_(m.bias, 0) - - def forward(self, x): - x = self.mlp(x) - eps = 1e-6 if x.dtype == torch.float16 else 1e-12 - x = nn.functional.normalize(x, dim=-1, p=2, eps=eps) - x = self.last_layer(x) - return x - - -def _build_mlp(nlayers, in_dim, bottleneck_dim, hidden_dim=None, use_bn=False, bias=True): - if nlayers == 1: - return nn.Linear(in_dim, bottleneck_dim, bias=bias) - else: - layers = [nn.Linear(in_dim, hidden_dim, bias=bias)] - if use_bn: - layers.append(nn.BatchNorm1d(hidden_dim)) - layers.append(nn.GELU()) - for _ in range(nlayers - 2): - layers.append(nn.Linear(hidden_dim, hidden_dim, bias=bias)) - if use_bn: - layers.append(nn.BatchNorm1d(hidden_dim)) - layers.append(nn.GELU()) - layers.append(nn.Linear(hidden_dim, bottleneck_dim, bias=bias)) - return nn.Sequential(*layers) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/drop_path.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/drop_path.py deleted file mode 100644 index af05625..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/drop_path.py +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -# References: -# https://github.com/facebookresearch/dino/blob/master/vision_transformer.py -# https://github.com/rwightman/pytorch-image-models/tree/master/timm/layers/drop.py - - -from torch import nn - - -def drop_path(x, drop_prob: float = 0.0, training: bool = False): - if drop_prob == 0.0 or not training: - return x - keep_prob = 1 - drop_prob - shape = (x.shape[0],) + (1,) * (x.ndim - 1) # work with diff dim tensors, not just 2D ConvNets - random_tensor = x.new_empty(shape).bernoulli_(keep_prob) - if keep_prob > 0.0: - random_tensor.div_(keep_prob) - output = x * random_tensor - return output - - -class DropPath(nn.Module): - """Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).""" - - def __init__(self, drop_prob=None): - super(DropPath, self).__init__() - self.drop_prob = drop_prob - - def forward(self, x): - return drop_path(x, self.drop_prob, self.training) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/layer_scale.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/layer_scale.py deleted file mode 100644 index ca5daa5..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/layer_scale.py +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -# Modified from: https://github.com/huggingface/pytorch-image-models/blob/main/timm/models/vision_transformer.py#L103-L110 - -from typing import Union - -import torch -from torch import Tensor -from torch import nn - - -class LayerScale(nn.Module): - def __init__( - self, - dim: int, - init_values: Union[float, Tensor] = 1e-5, - inplace: bool = False, - ) -> None: - super().__init__() - self.inplace = inplace - self.gamma = nn.Parameter(init_values * torch.ones(dim)) - - def forward(self, x: Tensor) -> Tensor: - return x.mul_(self.gamma) if self.inplace else x * self.gamma diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/mlp.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/mlp.py deleted file mode 100644 index 5e4b315..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/mlp.py +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -# References: -# https://github.com/facebookresearch/dino/blob/master/vision_transformer.py -# https://github.com/rwightman/pytorch-image-models/tree/master/timm/layers/mlp.py - - -from typing import Callable, Optional - -from torch import Tensor, nn - - -class Mlp(nn.Module): - def __init__( - self, - in_features: int, - hidden_features: Optional[int] = None, - out_features: Optional[int] = None, - act_layer: Callable[..., nn.Module] = nn.GELU, - drop: float = 0.0, - bias: bool = True, - ) -> None: - super().__init__() - out_features = out_features or in_features - hidden_features = hidden_features or in_features - self.fc1 = nn.Linear(in_features, hidden_features, bias=bias) - self.act = act_layer() - self.fc2 = nn.Linear(hidden_features, out_features, bias=bias) - self.drop = nn.Dropout(drop) - - def forward(self, x: Tensor) -> Tensor: - x = self.fc1(x) - x = self.act(x) - x = self.drop(x) - x = self.fc2(x) - x = self.drop(x) - return x diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/patch_embed.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/patch_embed.py deleted file mode 100644 index 574abe4..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/patch_embed.py +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -# References: -# https://github.com/facebookresearch/dino/blob/master/vision_transformer.py -# https://github.com/rwightman/pytorch-image-models/tree/master/timm/layers/patch_embed.py - -from typing import Callable, Optional, Tuple, Union - -from torch import Tensor -import torch.nn as nn - - -def make_2tuple(x): - if isinstance(x, tuple): - assert len(x) == 2 - return x - - assert isinstance(x, int) - return (x, x) - - -class PatchEmbed(nn.Module): - """ - 2D image to patch embedding: (B,C,H,W) -> (B,N,D) - - Args: - img_size: Image size. - patch_size: Patch token size. - in_chans: Number of input image channels. - embed_dim: Number of linear projection output channels. - norm_layer: Normalization layer. - """ - - def __init__( - self, - img_size: Union[int, Tuple[int, int]] = 224, - patch_size: Union[int, Tuple[int, int]] = 16, - in_chans: int = 3, - embed_dim: int = 768, - norm_layer: Optional[Callable] = None, - flatten_embedding: bool = True, - ) -> None: - super().__init__() - - image_HW = make_2tuple(img_size) - patch_HW = make_2tuple(patch_size) - patch_grid_size = ( - image_HW[0] // patch_HW[0], - image_HW[1] // patch_HW[1], - ) - - self.img_size = image_HW - self.patch_size = patch_HW - self.patches_resolution = patch_grid_size - self.num_patches = patch_grid_size[0] * patch_grid_size[1] - - self.in_chans = in_chans - self.embed_dim = embed_dim - - self.flatten_embedding = flatten_embedding - - self.proj = nn.Conv2d(in_chans, embed_dim, kernel_size=patch_HW, stride=patch_HW) - self.norm = norm_layer(embed_dim) if norm_layer else nn.Identity() - - def forward(self, x: Tensor) -> Tensor: - _, _, H, W = x.shape - patch_H, patch_W = self.patch_size - - assert H % patch_H == 0, f"Input image height {H} is not a multiple of patch height {patch_H}" - assert W % patch_W == 0, f"Input image width {W} is not a multiple of patch width: {patch_W}" - - x = self.proj(x) # B C H W - H, W = x.size(2), x.size(3) - x = x.flatten(2).transpose(1, 2) # B HW C - x = self.norm(x) - if not self.flatten_embedding: - x = x.reshape(-1, H, W, self.embed_dim) # B H W C - return x - - def flops(self) -> float: - Ho, Wo = self.patches_resolution - flops = Ho * Wo * self.embed_dim * self.in_chans * (self.patch_size[0] * self.patch_size[1]) - if self.norm is not None: - flops += Ho * Wo * self.embed_dim - return flops diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/swiglu_ffn.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/swiglu_ffn.py deleted file mode 100644 index b3324b2..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/layers/swiglu_ffn.py +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from typing import Callable, Optional - -from torch import Tensor, nn -import torch.nn.functional as F - - -class SwiGLUFFN(nn.Module): - def __init__( - self, - in_features: int, - hidden_features: Optional[int] = None, - out_features: Optional[int] = None, - act_layer: Callable[..., nn.Module] = None, - drop: float = 0.0, - bias: bool = True, - ) -> None: - super().__init__() - out_features = out_features or in_features - hidden_features = hidden_features or in_features - self.w12 = nn.Linear(in_features, 2 * hidden_features, bias=bias) - self.w3 = nn.Linear(hidden_features, out_features, bias=bias) - - def forward(self, x: Tensor) -> Tensor: - x12 = self.w12(x) - x1, x2 = x12.chunk(2, dim=-1) - hidden = F.silu(x1) * x2 - return self.w3(hidden) - - -try: - from xformers.ops import SwiGLU - - XFORMERS_AVAILABLE = True -except ImportError: - SwiGLU = SwiGLUFFN - XFORMERS_AVAILABLE = False - - -class SwiGLUFFNFused(SwiGLU): - def __init__( - self, - in_features: int, - hidden_features: Optional[int] = None, - out_features: Optional[int] = None, - act_layer: Callable[..., nn.Module] = None, - drop: float = 0.0, - bias: bool = True, - ) -> None: - out_features = out_features or in_features - hidden_features = hidden_features or in_features - hidden_features = (int(hidden_features * 2 / 3) + 7) // 8 * 8 - super().__init__( - in_features=in_features, - hidden_features=hidden_features, - out_features=out_features, - bias=bias, - ) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/logging/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/logging/__init__.py deleted file mode 100644 index e80dadb..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/logging/__init__.py +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import functools -import logging -import os -import sys -from typing import Optional - -import dinov2.distributed as distributed -from .helpers import MetricLogger, SmoothedValue - - -# So that calling _configure_logger multiple times won't add many handlers -@functools.lru_cache() -def _configure_logger( - name: Optional[str] = None, - *, - level: int = logging.DEBUG, - output: Optional[str] = None, -): - """ - Configure a logger. - - Adapted from Detectron2. - - Args: - name: The name of the logger to configure. - level: The logging level to use. - output: A file name or a directory to save log. If None, will not save log file. - If ends with ".txt" or ".log", assumed to be a file name. - Otherwise, logs will be saved to `output/log.txt`. - - Returns: - The configured logger. - """ - - logger = logging.getLogger(name) - logger.setLevel(level) - logger.propagate = False - - # Loosely match Google glog format: - # [IWEF]yyyymmdd hh:mm:ss.uuuuuu threadid file:line] msg - # but use a shorter timestamp and include the logger name: - # [IWEF]yyyymmdd hh:mm:ss logger threadid file:line] msg - fmt_prefix = "%(levelname).1s%(asctime)s %(process)s %(name)s %(filename)s:%(lineno)s] " - fmt_message = "%(message)s" - fmt = fmt_prefix + fmt_message - datefmt = "%Y%m%d %H:%M:%S" - formatter = logging.Formatter(fmt=fmt, datefmt=datefmt) - - # stdout logging for main worker only - if distributed.is_main_process(): - handler = logging.StreamHandler(stream=sys.stdout) - handler.setLevel(logging.DEBUG) - handler.setFormatter(formatter) - logger.addHandler(handler) - - # file logging for all workers - if output: - if os.path.splitext(output)[-1] in (".txt", ".log"): - filename = output - else: - filename = os.path.join(output, "logs", "log.txt") - - if not distributed.is_main_process(): - global_rank = distributed.get_global_rank() - filename = filename + ".rank{}".format(global_rank) - - os.makedirs(os.path.dirname(filename), exist_ok=True) - - handler = logging.StreamHandler(open(filename, "a")) - handler.setLevel(logging.DEBUG) - handler.setFormatter(formatter) - logger.addHandler(handler) - - return logger - - -def setup_logging( - output: Optional[str] = None, - *, - name: Optional[str] = None, - level: int = logging.DEBUG, - capture_warnings: bool = True, -) -> None: - """ - Setup logging. - - Args: - output: A file name or a directory to save log files. If None, log - files will not be saved. If output ends with ".txt" or ".log", it - is assumed to be a file name. - Otherwise, logs will be saved to `output/log.txt`. - name: The name of the logger to configure, by default the root logger. - level: The logging level to use. - capture_warnings: Whether warnings should be captured as logs. - """ - logging.captureWarnings(capture_warnings) - _configure_logger(name, level=level, output=output) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/logging/helpers.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/logging/helpers.py deleted file mode 100644 index 16d6435..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/logging/helpers.py +++ /dev/null @@ -1,195 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from collections import defaultdict, deque -import datetime -import json -import logging -import time - -import torch - -import dinov2.distributed as distributed - - -logger = logging.getLogger("dinov2") - - -class MetricLogger(object): - def __init__(self, delimiter="\t", output_file=None): - self.meters = defaultdict(SmoothedValue) - self.delimiter = delimiter - self.output_file = output_file - - def update(self, **kwargs): - for k, v in kwargs.items(): - if isinstance(v, torch.Tensor): - v = v.item() - assert isinstance(v, (float, int)) - self.meters[k].update(v) - - def __getattr__(self, attr): - if attr in self.meters: - return self.meters[attr] - if attr in self.__dict__: - return self.__dict__[attr] - raise AttributeError("'{}' object has no attribute '{}'".format(type(self).__name__, attr)) - - def __str__(self): - loss_str = [] - for name, meter in self.meters.items(): - loss_str.append("{}: {}".format(name, str(meter))) - return self.delimiter.join(loss_str) - - def synchronize_between_processes(self): - for meter in self.meters.values(): - meter.synchronize_between_processes() - - def add_meter(self, name, meter): - self.meters[name] = meter - - def dump_in_output_file(self, iteration, iter_time, data_time): - if self.output_file is None or not distributed.is_main_process(): - return - dict_to_dump = dict( - iteration=iteration, - iter_time=iter_time, - data_time=data_time, - ) - dict_to_dump.update({k: v.median for k, v in self.meters.items()}) - with open(self.output_file, "a") as f: - f.write(json.dumps(dict_to_dump) + "\n") - pass - - def log_every(self, iterable, print_freq, header=None, n_iterations=None, start_iteration=0): - i = start_iteration - if not header: - header = "" - start_time = time.time() - end = time.time() - iter_time = SmoothedValue(fmt="{avg:.6f}") - data_time = SmoothedValue(fmt="{avg:.6f}") - - if n_iterations is None: - n_iterations = len(iterable) - - space_fmt = ":" + str(len(str(n_iterations))) + "d" - - log_list = [ - header, - "[{0" + space_fmt + "}/{1}]", - "eta: {eta}", - "{meters}", - "time: {time}", - "data: {data}", - ] - if torch.cuda.is_available(): - log_list += ["max mem: {memory:.0f}"] - - log_msg = self.delimiter.join(log_list) - MB = 1024.0 * 1024.0 - for obj in iterable: - data_time.update(time.time() - end) - yield obj - iter_time.update(time.time() - end) - if i % print_freq == 0 or i == n_iterations - 1: - self.dump_in_output_file(iteration=i, iter_time=iter_time.avg, data_time=data_time.avg) - eta_seconds = iter_time.global_avg * (n_iterations - i) - eta_string = str(datetime.timedelta(seconds=int(eta_seconds))) - if torch.cuda.is_available(): - logger.info( - log_msg.format( - i, - n_iterations, - eta=eta_string, - meters=str(self), - time=str(iter_time), - data=str(data_time), - memory=torch.cuda.max_memory_allocated() / MB, - ) - ) - else: - logger.info( - log_msg.format( - i, - n_iterations, - eta=eta_string, - meters=str(self), - time=str(iter_time), - data=str(data_time), - ) - ) - i += 1 - end = time.time() - if i >= n_iterations: - break - total_time = time.time() - start_time - total_time_str = str(datetime.timedelta(seconds=int(total_time))) - logger.info("{} Total time: {} ({:.6f} s / it)".format(header, total_time_str, total_time / n_iterations)) - - -class SmoothedValue: - """Track a series of values and provide access to smoothed values over a - window or the global series average. - """ - - def __init__(self, window_size=20, fmt=None): - if fmt is None: - fmt = "{median:.4f} ({global_avg:.4f})" - self.deque = deque(maxlen=window_size) - self.total = 0.0 - self.count = 0 - self.fmt = fmt - - def update(self, value, num=1): - self.deque.append(value) - self.count += num - self.total += value * num - - def synchronize_between_processes(self): - """ - Distributed synchronization of the metric - Warning: does not synchronize the deque! - """ - if not distributed.is_enabled(): - return - t = torch.tensor([self.count, self.total], dtype=torch.float64, device="cuda") - torch.distributed.barrier() - torch.distributed.all_reduce(t) - t = t.tolist() - self.count = int(t[0]) - self.total = t[1] - - @property - def median(self): - d = torch.tensor(list(self.deque)) - return d.median().item() - - @property - def avg(self): - d = torch.tensor(list(self.deque), dtype=torch.float32) - return d.mean().item() - - @property - def global_avg(self): - return self.total / self.count - - @property - def max(self): - return max(self.deque) - - @property - def value(self): - return self.deque[-1] - - def __str__(self): - return self.fmt.format( - median=self.median, - avg=self.avg, - global_avg=self.global_avg, - max=self.max, - value=self.value, - ) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/__init__.py deleted file mode 100644 index 477b71b..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/__init__.py +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from .dino_clstoken_loss import DINOLoss -from .ibot_patch_loss import iBOTPatchLoss -from .koleo_loss import KoLeoLoss diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/dino_clstoken_loss.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/dino_clstoken_loss.py deleted file mode 100644 index 2f33897..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/dino_clstoken_loss.py +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import torch -import torch.distributed as dist -import torch.nn.functional as F -from torch import nn - - -class DINOLoss(nn.Module): - def __init__( - self, - out_dim, - student_temp=0.1, - center_momentum=0.9, - ): - super().__init__() - self.student_temp = student_temp - self.center_momentum = center_momentum - self.register_buffer("center", torch.zeros(1, out_dim)) - self.updated = True - self.reduce_handle = None - self.len_teacher_output = None - self.async_batch_center = None - - @torch.no_grad() - def softmax_center_teacher(self, teacher_output, teacher_temp): - self.apply_center_update() - # teacher centering and sharpening - return F.softmax((teacher_output - self.center) / teacher_temp, dim=-1) - - @torch.no_grad() - def sinkhorn_knopp_teacher(self, teacher_output, teacher_temp, n_iterations=3): - teacher_output = teacher_output.float() - world_size = dist.get_world_size() if dist.is_initialized() else 1 - Q = torch.exp(teacher_output / teacher_temp).t() # Q is K-by-B for consistency with notations from our paper - B = Q.shape[1] * world_size # number of samples to assign - K = Q.shape[0] # how many prototypes - - # make the matrix sums to 1 - sum_Q = torch.sum(Q) - if dist.is_initialized(): - dist.all_reduce(sum_Q) - Q /= sum_Q - - for it in range(n_iterations): - # normalize each row: total weight per prototype must be 1/K - sum_of_rows = torch.sum(Q, dim=1, keepdim=True) - if dist.is_initialized(): - dist.all_reduce(sum_of_rows) - Q /= sum_of_rows - Q /= K - - # normalize each column: total weight per sample must be 1/B - Q /= torch.sum(Q, dim=0, keepdim=True) - Q /= B - - Q *= B # the columns must sum to 1 so that Q is an assignment - return Q.t() - - def forward(self, student_output_list, teacher_out_softmaxed_centered_list): - """ - Cross-entropy between softmax outputs of the teacher and student networks. - """ - # TODO: Use cross_entropy_distribution here - total_loss = 0 - for s in student_output_list: - lsm = F.log_softmax(s / self.student_temp, dim=-1) - for t in teacher_out_softmaxed_centered_list: - loss = torch.sum(t * lsm, dim=-1) - total_loss -= loss.mean() - return total_loss - - @torch.no_grad() - def update_center(self, teacher_output): - self.reduce_center_update(teacher_output) - - @torch.no_grad() - def reduce_center_update(self, teacher_output): - self.updated = False - self.len_teacher_output = len(teacher_output) - self.async_batch_center = torch.sum(teacher_output, dim=0, keepdim=True) - if dist.is_initialized(): - self.reduce_handle = dist.all_reduce(self.async_batch_center, async_op=True) - - @torch.no_grad() - def apply_center_update(self): - if self.updated is False: - world_size = dist.get_world_size() if dist.is_initialized() else 1 - - if self.reduce_handle is not None: - self.reduce_handle.wait() - _t = self.async_batch_center / (self.len_teacher_output * world_size) - - self.center = self.center * self.center_momentum + _t * (1 - self.center_momentum) - - self.updated = True diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/ibot_patch_loss.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/ibot_patch_loss.py deleted file mode 100644 index 16bc5cf..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/ibot_patch_loss.py +++ /dev/null @@ -1,152 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import torch -import torch.distributed as dist -import torch.nn.functional as F -from torch import nn - -import logging - - -logger = logging.getLogger("dinov2") - - -try: - from xformers.ops import cross_entropy - - def lossfunc(t, s, temp): - s = s.float() - t = t.float() - if s.ndim == 2: - return -cross_entropy(s.unsqueeze(0), t.unsqueeze(0), temp, bw_inplace=True).squeeze(0) - elif s.ndim == 3: - return -cross_entropy(s, t, temp, bw_inplace=True) - -except ImportError: - - def lossfunc(t, s, temp): - return torch.sum(t * F.log_softmax(s / temp, dim=-1), dim=-1) - - -class iBOTPatchLoss(nn.Module): - def __init__(self, patch_out_dim, student_temp=0.1, center_momentum=0.9): - super().__init__() - self.student_temp = student_temp - self.center_momentum = center_momentum - self.register_buffer("center", torch.zeros(1, 1, patch_out_dim)) - self.updated = True - self.reduce_handle = None - self.len_teacher_patch_tokens = None - self.async_batch_center = None - - @torch.no_grad() - def softmax_center_teacher(self, teacher_patch_tokens, teacher_temp): - self.apply_center_update() - # teacher centering and sharpening - # - # WARNING: - # as self.center is a float32, everything gets casted to float32 afterwards - # - # teacher_patch_tokens = teacher_patch_tokens.float() - # return F.softmax((teacher_patch_tokens.sub_(self.center.to(teacher_patch_tokens.dtype))).mul_(1 / teacher_temp), dim=-1) - - return F.softmax((teacher_patch_tokens - self.center) / teacher_temp, dim=-1) - - # this is experimental, keep everything in float16 and let's see what happens: - # return F.softmax((teacher_patch_tokens.sub_(self.center)) / teacher_temp, dim=-1) - - @torch.no_grad() - def sinkhorn_knopp_teacher(self, teacher_output, teacher_temp, n_masked_patches_tensor, n_iterations=3): - teacher_output = teacher_output.float() - # world_size = dist.get_world_size() if dist.is_initialized() else 1 - Q = torch.exp(teacher_output / teacher_temp).t() # Q is K-by-B for consistency with notations from our paper - # B = Q.shape[1] * world_size # number of samples to assign - B = n_masked_patches_tensor - dist.all_reduce(B) - K = Q.shape[0] # how many prototypes - - # make the matrix sums to 1 - sum_Q = torch.sum(Q) - if dist.is_initialized(): - dist.all_reduce(sum_Q) - Q /= sum_Q - - for it in range(n_iterations): - # normalize each row: total weight per prototype must be 1/K - sum_of_rows = torch.sum(Q, dim=1, keepdim=True) - if dist.is_initialized(): - dist.all_reduce(sum_of_rows) - Q /= sum_of_rows - Q /= K - - # normalize each column: total weight per sample must be 1/B - Q /= torch.sum(Q, dim=0, keepdim=True) - Q /= B - - Q *= B # the columns must sum to 1 so that Q is an assignment - return Q.t() - - def forward(self, student_patch_tokens, teacher_patch_tokens, student_masks_flat): - """ - Cross-entropy between softmax outputs of the teacher and student networks. - student_patch_tokens: (B, N, D) tensor - teacher_patch_tokens: (B, N, D) tensor - student_masks_flat: (B, N) tensor - """ - t = teacher_patch_tokens - s = student_patch_tokens - loss = torch.sum(t * F.log_softmax(s / self.student_temp, dim=-1), dim=-1) - loss = torch.sum(loss * student_masks_flat.float(), dim=-1) / student_masks_flat.sum(dim=-1).clamp(min=1.0) - return -loss.mean() - - def forward_masked( - self, - student_patch_tokens_masked, - teacher_patch_tokens_masked, - student_masks_flat, - n_masked_patches=None, - masks_weight=None, - ): - t = teacher_patch_tokens_masked - s = student_patch_tokens_masked - # loss = torch.sum(t * F.log_softmax(s / self.student_temp, dim=-1), dim=-1) - loss = lossfunc(t, s, self.student_temp) - if masks_weight is None: - masks_weight = ( - (1 / student_masks_flat.sum(-1).clamp(min=1.0)) - .unsqueeze(-1) - .expand_as(student_masks_flat)[student_masks_flat] - ) - if n_masked_patches is not None: - loss = loss[:n_masked_patches] - loss = loss * masks_weight - return -loss.sum() / student_masks_flat.shape[0] - - @torch.no_grad() - def update_center(self, teacher_patch_tokens): - self.reduce_center_update(teacher_patch_tokens) - - @torch.no_grad() - def reduce_center_update(self, teacher_patch_tokens): - self.updated = False - self.len_teacher_patch_tokens = len(teacher_patch_tokens) - self.async_batch_center = torch.sum(teacher_patch_tokens.mean(1), dim=0, keepdim=True) - if dist.is_initialized(): - self.reduce_handle = dist.all_reduce(self.async_batch_center, async_op=True) - - @torch.no_grad() - def apply_center_update(self): - if self.updated is False: - world_size = dist.get_world_size() if dist.is_initialized() else 1 - - if self.reduce_handle is not None: - self.reduce_handle.wait() - _t = self.async_batch_center / (self.len_teacher_patch_tokens * world_size) - - self.center = self.center * self.center_momentum + _t * (1 - self.center_momentum) - - self.updated = True diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/koleo_loss.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/koleo_loss.py deleted file mode 100644 index e776d04..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/loss/koleo_loss.py +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import logging - -import torch -import torch.nn as nn -import torch.nn.functional as F - -# import torch.distributed as dist - - -logger = logging.getLogger("dinov2") - - -class KoLeoLoss(nn.Module): - """Kozachenko-Leonenko entropic loss regularizer from Sablayrolles et al. - 2018 - Spreading vectors for similarity search""" - - def __init__(self): - super().__init__() - self.pdist = nn.PairwiseDistance(2, eps=1e-8) - - def pairwise_NNs_inner(self, x): - """ - Pairwise nearest neighbors for L2-normalized vectors. - Uses Torch rather than Faiss to remain on GPU. - """ - # parwise dot products (= inverse distance) - dots = torch.mm(x, x.t()) - n = x.shape[0] - dots.view(-1)[:: (n + 1)].fill_(-1) # Trick to fill diagonal with -1 - # max inner prod -> min distance - _, I = torch.max(dots, dim=1) # noqa: E741 - return I - - def forward(self, student_output, eps=1e-8): - """ - Args: - student_output (BxD): backbone output of student - """ - with torch.cuda.amp.autocast(enabled=False): - student_output = F.normalize(student_output, eps=eps, p=2, dim=-1) - I = self.pairwise_NNs_inner(student_output) # noqa: E741 - distances = self.pdist(student_output, student_output[I]) # BxD, BxD -> B - loss = -torch.log(distances + eps).mean() - return loss diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/models/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/models/__init__.py deleted file mode 100644 index 5e5a1f3..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/models/__init__.py +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import logging - -from . import vision_transformer as vits - - -logger = logging.getLogger("dinov2") - - -def build_model(args, only_teacher=False, img_size=224): - args.arch = args.arch.removesuffix("_memeff") - if "vit" in args.arch: - vit_kwargs = dict( - img_size=img_size, - patch_size=args.patch_size, - init_values=args.layerscale, - ffn_layer=args.ffn_layer, - block_chunks=args.block_chunks, - qkv_bias=args.qkv_bias, - proj_bias=args.proj_bias, - ffn_bias=args.ffn_bias, - ) - teacher = vits.__dict__[args.arch](**vit_kwargs) - if only_teacher: - return teacher, teacher.embed_dim - student = vits.__dict__[args.arch]( - **vit_kwargs, - drop_path_rate=args.drop_path_rate, - drop_path_uniform=args.drop_path_uniform, - ) - embed_dim = student.embed_dim - return student, teacher, embed_dim - - -def build_model_from_cfg(cfg, only_teacher=False): - return build_model(cfg.student, only_teacher=only_teacher, img_size=cfg.crops.global_crops_size) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/models/vision_transformer.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/models/vision_transformer.py deleted file mode 100644 index 18e159a..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/models/vision_transformer.py +++ /dev/null @@ -1,358 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -# References: -# https://github.com/facebookresearch/dino/blob/main/vision_transformer.py -# https://github.com/rwightman/pytorch-image-models/tree/master/timm/models/vision_transformer.py - -from functools import partial -import math -import logging -from typing import Sequence, Tuple, Union, Callable - -import torch -import torch.nn as nn -import torch.utils.checkpoint -from torch.nn.init import trunc_normal_ - -from dinov2.layers import Mlp, PatchEmbed, SwiGLUFFNFused, MemEffAttention, NestedTensorBlock as Block - - -logger = logging.getLogger("dinov2") - - -def named_apply(fn: Callable, module: nn.Module, name="", depth_first=True, include_root=False) -> nn.Module: - if not depth_first and include_root: - fn(module=module, name=name) - for child_name, child_module in module.named_children(): - child_name = ".".join((name, child_name)) if name else child_name - named_apply(fn=fn, module=child_module, name=child_name, depth_first=depth_first, include_root=True) - if depth_first and include_root: - fn(module=module, name=name) - return module - - -class BlockChunk(nn.ModuleList): - def forward(self, x): - for b in self: - x = b(x) - return x - - -class DinoVisionTransformer(nn.Module): - def __init__( - self, - img_size=224, - patch_size=16, - in_chans=3, - embed_dim=768, - depth=12, - num_heads=12, - mlp_ratio=4.0, - qkv_bias=True, - ffn_bias=True, - proj_bias=True, - drop_path_rate=0.0, - drop_path_uniform=False, - init_values=None, # for layerscale: None or 0 => no layerscale - embed_layer=PatchEmbed, - act_layer=nn.GELU, - block_fn=Block, - ffn_layer="mlp", - block_chunks=1, - ): - """ - Args: - img_size (int, tuple): input image size - patch_size (int, tuple): patch size - in_chans (int): number of input channels - embed_dim (int): embedding dimension - depth (int): depth of transformer - num_heads (int): number of attention heads - mlp_ratio (int): ratio of mlp hidden dim to embedding dim - qkv_bias (bool): enable bias for qkv if True - proj_bias (bool): enable bias for proj in attn if True - ffn_bias (bool): enable bias for ffn if True - drop_path_rate (float): stochastic depth rate - drop_path_uniform (bool): apply uniform drop rate across blocks - weight_init (str): weight init scheme - init_values (float): layer-scale init values - embed_layer (nn.Module): patch embedding layer - act_layer (nn.Module): MLP activation layer - block_fn (nn.Module): transformer block class - ffn_layer (str): "mlp", "swiglu", "swiglufused" or "identity" - block_chunks: (int) split block sequence into block_chunks units for FSDP wrap - """ - super().__init__() - norm_layer = partial(nn.LayerNorm, eps=1e-6) - - self.num_features = self.embed_dim = embed_dim # num_features for consistency with other models - self.num_tokens = 1 - self.n_blocks = depth - self.num_heads = num_heads - self.patch_size = patch_size - - self.patch_embed = embed_layer(img_size=img_size, patch_size=patch_size, in_chans=in_chans, embed_dim=embed_dim) - num_patches = self.patch_embed.num_patches - - self.cls_token = nn.Parameter(torch.zeros(1, 1, embed_dim)) - self.pos_embed = nn.Parameter(torch.zeros(1, num_patches + self.num_tokens, embed_dim)) - - if drop_path_uniform is True: - dpr = [drop_path_rate] * depth - else: - dpr = [x.item() for x in torch.linspace(0, drop_path_rate, depth)] # stochastic depth decay rule - - if ffn_layer == "mlp": - logger.info("using MLP layer as FFN") - ffn_layer = Mlp - elif ffn_layer == "swiglufused" or ffn_layer == "swiglu": - logger.info("using SwiGLU layer as FFN") - ffn_layer = SwiGLUFFNFused - elif ffn_layer == "identity": - logger.info("using Identity layer as FFN") - - def f(*args, **kwargs): - return nn.Identity() - - ffn_layer = f - else: - raise NotImplementedError - - blocks_list = [ - block_fn( - dim=embed_dim, - num_heads=num_heads, - mlp_ratio=mlp_ratio, - qkv_bias=qkv_bias, - proj_bias=proj_bias, - ffn_bias=ffn_bias, - drop_path=dpr[i], - norm_layer=norm_layer, - act_layer=act_layer, - ffn_layer=ffn_layer, - init_values=init_values, - ) - for i in range(depth) - ] - if block_chunks > 0: - self.chunked_blocks = True - chunked_blocks = [] - chunksize = depth // block_chunks - for i in range(0, depth, chunksize): - # this is to keep the block index consistent if we chunk the block list - chunked_blocks.append([nn.Identity()] * i + blocks_list[i : i + chunksize]) - self.blocks = nn.ModuleList([BlockChunk(p) for p in chunked_blocks]) - else: - self.chunked_blocks = False - self.blocks = nn.ModuleList(blocks_list) - - self.norm = norm_layer(embed_dim) - self.head = nn.Identity() - - self.mask_token = nn.Parameter(torch.zeros(1, embed_dim)) - - self.init_weights() - - def init_weights(self): - trunc_normal_(self.pos_embed, std=0.02) - nn.init.normal_(self.cls_token, std=1e-6) - named_apply(init_weights_vit_timm, self) - - def interpolate_pos_encoding(self, x, w, h): - previous_dtype = x.dtype - npatch = x.shape[1] - 1 - N = self.pos_embed.shape[1] - 1 - if npatch == N and w == h: - return self.pos_embed - pos_embed = self.pos_embed.float() - class_pos_embed = pos_embed[:, 0] - patch_pos_embed = pos_embed[:, 1:] - dim = x.shape[-1] - w0 = w // self.patch_size - h0 = h // self.patch_size - # we add a small number to avoid floating point error in the interpolation - # see discussion at https://github.com/facebookresearch/dino/issues/8 - w0, h0 = w0 + 0.1, h0 + 0.1 - - patch_pos_embed = nn.functional.interpolate( - patch_pos_embed.reshape(1, int(math.sqrt(N)), int(math.sqrt(N)), dim).permute(0, 3, 1, 2), - scale_factor=(w0 / math.sqrt(N), h0 / math.sqrt(N)), - mode="bicubic", - ) - - assert int(w0) == patch_pos_embed.shape[-2] and int(h0) == patch_pos_embed.shape[-1] - patch_pos_embed = patch_pos_embed.permute(0, 2, 3, 1).view(1, -1, dim) - return torch.cat((class_pos_embed.unsqueeze(0), patch_pos_embed), dim=1).to(previous_dtype) - - def prepare_tokens_with_masks(self, x, masks=None): - B, nc, w, h = x.shape - x = self.patch_embed(x) - if masks is not None: - x = torch.where(masks.unsqueeze(-1), self.mask_token.to(x.dtype).unsqueeze(0), x) - - x = torch.cat((self.cls_token.expand(x.shape[0], -1, -1), x), dim=1) - x = x + self.interpolate_pos_encoding(x, w, h) - - return x - - def forward_features_list(self, x_list, masks_list): - x = [self.prepare_tokens_with_masks(x, masks) for x, masks in zip(x_list, masks_list)] - for blk in self.blocks: - x = blk(x) - - all_x = x - output = [] - for x, masks in zip(all_x, masks_list): - x_norm = self.norm(x) - output.append( - { - "x_norm_clstoken": x_norm[:, 0], - "x_norm_patchtokens": x_norm[:, 1:], - "x_prenorm": x, - "masks": masks, - } - ) - return output - - def forward_features(self, x, masks=None): - if isinstance(x, list): - return self.forward_features_list(x, masks) - - x = self.prepare_tokens_with_masks(x, masks) - - for blk in self.blocks: - x = blk(x) - - x_norm = self.norm(x) - return { - "x_norm_clstoken": x_norm[:, 0], - "x_norm_patchtokens": x_norm[:, 1:], - "x_prenorm": x, - "masks": masks, - } - - def _get_intermediate_layers_not_chunked(self, x, n=1): - x = self.prepare_tokens_with_masks(x) - # If n is an int, take the n last blocks. If it's a list, take them - output, total_block_len = [], len(self.blocks) - blocks_to_take = range(total_block_len - n, total_block_len) if isinstance(n, int) else n - for i, blk in enumerate(self.blocks): - x = blk(x) - if i in blocks_to_take: - output.append(x) - assert len(output) == len(blocks_to_take), f"only {len(output)} / {len(blocks_to_take)} blocks found" - return output - - def _get_intermediate_layers_chunked(self, x, n=1): - x = self.prepare_tokens_with_masks(x) - output, i, total_block_len = [], 0, len(self.blocks[-1]) - # If n is an int, take the n last blocks. If it's a list, take them - blocks_to_take = range(total_block_len - n, total_block_len) if isinstance(n, int) else n - for block_chunk in self.blocks: - for blk in block_chunk[i:]: # Passing the nn.Identity() - x = blk(x) - if i in blocks_to_take: - output.append(x) - i += 1 - assert len(output) == len(blocks_to_take), f"only {len(output)} / {len(blocks_to_take)} blocks found" - return output - - def get_intermediate_layers( - self, - x: torch.Tensor, - n: Union[int, Sequence] = 1, # Layers or n last layers to take - reshape: bool = False, - return_class_token: bool = False, - norm=True, - ) -> Tuple[Union[torch.Tensor, Tuple[torch.Tensor]]]: - if self.chunked_blocks: - outputs = self._get_intermediate_layers_chunked(x, n) - else: - outputs = self._get_intermediate_layers_not_chunked(x, n) - if norm: - outputs = [self.norm(out) for out in outputs] - class_tokens = [out[:, 0] for out in outputs] - outputs = [out[:, 1:] for out in outputs] - if reshape: - B, _, w, h = x.shape - outputs = [ - out.reshape(B, w // self.patch_size, h // self.patch_size, -1).permute(0, 3, 1, 2).contiguous() - for out in outputs - ] - if return_class_token: - return tuple(zip(outputs, class_tokens)) - return tuple(outputs) - - def forward(self, *args, is_training=False, **kwargs): - ret = self.forward_features(*args, **kwargs) - if is_training: - return ret - else: - return self.head(ret["x_norm_clstoken"]) - - -def init_weights_vit_timm(module: nn.Module, name: str = ""): - """ViT weight initialization, original timm impl (for reproducibility)""" - if isinstance(module, nn.Linear): - trunc_normal_(module.weight, std=0.02) - if module.bias is not None: - nn.init.zeros_(module.bias) - - -def vit_small(patch_size=16, **kwargs): - model = DinoVisionTransformer( - patch_size=patch_size, - embed_dim=384, - depth=12, - num_heads=6, - mlp_ratio=4, - block_fn=partial(Block, attn_class=MemEffAttention), - **kwargs, - ) - return model - - -def vit_base(patch_size=16, **kwargs): - model = DinoVisionTransformer( - patch_size=patch_size, - embed_dim=768, - depth=12, - num_heads=12, - mlp_ratio=4, - block_fn=partial(Block, attn_class=MemEffAttention), - **kwargs, - ) - return model - - -def vit_large(patch_size=16, **kwargs): - model = DinoVisionTransformer( - patch_size=patch_size, - embed_dim=1024, - depth=24, - num_heads=16, - mlp_ratio=4, - block_fn=partial(Block, attn_class=MemEffAttention), - **kwargs, - ) - return model - - -def vit_giant2(patch_size=16, **kwargs): - """ - Close to ViT-giant, with embed-dim 1536 and 24 heads => embed-dim per head 64 - """ - model = DinoVisionTransformer( - patch_size=patch_size, - embed_dim=1536, - depth=40, - num_heads=24, - mlp_ratio=4, - block_fn=partial(Block, attn_class=MemEffAttention), - **kwargs, - ) - return model diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/__init__.py deleted file mode 100644 index 0952fcc..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/eval/knn.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/eval/knn.py deleted file mode 100644 index 15d674b..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/eval/knn.py +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import logging -import os -import sys - -from dinov2.eval.knn import get_args_parser as get_knn_args_parser -from dinov2.logging import setup_logging -from dinov2.run.submit import get_args_parser, submit_jobs - - -logger = logging.getLogger("dinov2") - - -class Evaluator: - def __init__(self, args): - self.args = args - - def __call__(self): - from dinov2.eval.knn import main as knn_main - - self._setup_args() - knn_main(self.args) - - def checkpoint(self): - import submitit - - logger.info(f"Requeuing {self.args}") - empty = type(self)(self.args) - return submitit.helpers.DelayedSubmission(empty) - - def _setup_args(self): - import submitit - - job_env = submitit.JobEnvironment() - self.args.output_dir = self.args.output_dir.replace("%j", str(job_env.job_id)) - logger.info(f"Process group: {job_env.num_tasks} tasks, rank: {job_env.global_rank}") - logger.info(f"Args: {self.args}") - - -def main(): - description = "Submitit launcher for DINOv2 k-NN evaluation" - knn_args_parser = get_knn_args_parser(add_help=False) - parents = [knn_args_parser] - args_parser = get_args_parser(description=description, parents=parents) - args = args_parser.parse_args() - - setup_logging() - - assert os.path.exists(args.config_file), "Configuration file does not exist!" - submit_jobs(Evaluator, args, name="dinov2:knn") - return 0 - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/eval/linear.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/eval/linear.py deleted file mode 100644 index f8c2647..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/eval/linear.py +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import logging -import os -import sys - -from dinov2.eval.linear import get_args_parser as get_linear_args_parser -from dinov2.logging import setup_logging -from dinov2.run.submit import get_args_parser, submit_jobs - - -logger = logging.getLogger("dinov2") - - -class Evaluator: - def __init__(self, args): - self.args = args - - def __call__(self): - from dinov2.eval.linear import main as linear_main - - self._setup_args() - linear_main(self.args) - - def checkpoint(self): - import submitit - - logger.info(f"Requeuing {self.args}") - empty = type(self)(self.args) - return submitit.helpers.DelayedSubmission(empty) - - def _setup_args(self): - import submitit - - job_env = submitit.JobEnvironment() - self.args.output_dir = self.args.output_dir.replace("%j", str(job_env.job_id)) - logger.info(f"Process group: {job_env.num_tasks} tasks, rank: {job_env.global_rank}") - logger.info(f"Args: {self.args}") - - -def main(): - description = "Submitit launcher for DINOv2 linear evaluation" - linear_args_parser = get_linear_args_parser(add_help=False) - parents = [linear_args_parser] - args_parser = get_args_parser(description=description, parents=parents) - args = args_parser.parse_args() - - setup_logging() - - assert os.path.exists(args.config_file), "Configuration file does not exist!" - submit_jobs(Evaluator, args, name="dinov2:linear") - return 0 - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/eval/log_regression.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/eval/log_regression.py deleted file mode 100644 index 9d3d5a5..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/eval/log_regression.py +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import logging -import os -import sys - -from dinov2.eval.log_regression import get_args_parser as get_log_regression_args_parser -from dinov2.logging import setup_logging -from dinov2.run.submit import get_args_parser, submit_jobs - - -logger = logging.getLogger("dinov2") - - -class Evaluator: - def __init__(self, args): - self.args = args - - def __call__(self): - from dinov2.eval.log_regression import main as log_regression_main - - self._setup_args() - log_regression_main(self.args) - - def checkpoint(self): - import submitit - - logger.info(f"Requeuing {self.args}") - empty = type(self)(self.args) - return submitit.helpers.DelayedSubmission(empty) - - def _setup_args(self): - import submitit - - job_env = submitit.JobEnvironment() - self.args.output_dir = self.args.output_dir.replace("%j", str(job_env.job_id)) - logger.info(f"Process group: {job_env.num_tasks} tasks, rank: {job_env.global_rank}") - logger.info(f"Args: {self.args}") - - -def main(): - description = "Submitit launcher for DINOv2 logistic evaluation" - log_regression_args_parser = get_log_regression_args_parser(add_help=False) - parents = [log_regression_args_parser] - args_parser = get_args_parser(description=description, parents=parents) - args = args_parser.parse_args() - - setup_logging() - - assert os.path.exists(args.config_file), "Configuration file does not exist!" - submit_jobs(Evaluator, args, name="dinov2:logreg") - return 0 - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/submit.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/submit.py deleted file mode 100644 index 68140f3..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/submit.py +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import argparse -import logging -import os -from pathlib import Path -from typing import List, Optional - -import submitit - -from dinov2.utils.cluster import ( - get_slurm_executor_parameters, - get_slurm_partition, - get_user_checkpoint_path, -) - - -logger = logging.getLogger("dinov2") - - -def get_args_parser( - description: Optional[str] = None, - parents: Optional[List[argparse.ArgumentParser]] = None, - add_help: bool = True, -) -> argparse.ArgumentParser: - parents = parents or [] - slurm_partition = get_slurm_partition() - parser = argparse.ArgumentParser( - description=description, - parents=parents, - add_help=add_help, - ) - parser.add_argument( - "--ngpus", - "--gpus", - "--gpus-per-node", - default=8, - type=int, - help="Number of GPUs to request on each node", - ) - parser.add_argument( - "--nodes", - "--nnodes", - default=2, - type=int, - help="Number of nodes to request", - ) - parser.add_argument( - "--timeout", - default=2800, - type=int, - help="Duration of the job", - ) - parser.add_argument( - "--partition", - default=slurm_partition, - type=str, - help="Partition where to submit", - ) - parser.add_argument( - "--use-volta32", - action="store_true", - help="Request V100-32GB GPUs", - ) - parser.add_argument( - "--comment", - default="", - type=str, - help="Comment to pass to scheduler, e.g. priority message", - ) - parser.add_argument( - "--exclude", - default="", - type=str, - help="Nodes to exclude", - ) - return parser - - -def get_shared_folder() -> Path: - user_checkpoint_path = get_user_checkpoint_path() - if user_checkpoint_path is None: - raise RuntimeError("Path to user checkpoint cannot be determined") - path = user_checkpoint_path / "experiments" - path.mkdir(exist_ok=True) - return path - - -def submit_jobs(task_class, args, name: str): - if not args.output_dir: - args.output_dir = str(get_shared_folder() / "%j") - - Path(args.output_dir).mkdir(parents=True, exist_ok=True) - executor = submitit.AutoExecutor(folder=args.output_dir, slurm_max_num_timeout=30) - - kwargs = {} - if args.use_volta32: - kwargs["slurm_constraint"] = "volta32gb" - if args.comment: - kwargs["slurm_comment"] = args.comment - if args.exclude: - kwargs["slurm_exclude"] = args.exclude - - executor_params = get_slurm_executor_parameters( - nodes=args.nodes, - num_gpus_per_node=args.ngpus, - timeout_min=args.timeout, # max is 60 * 72 - slurm_signal_delay_s=120, - slurm_partition=args.partition, - **kwargs, - ) - executor.update_parameters(name=name, **executor_params) - - task = task_class(args) - job = executor.submit(task) - - logger.info(f"Submitted job_id: {job.job_id}") - str_output_dir = os.path.abspath(args.output_dir).replace("%j", str(job.job_id)) - logger.info(f"Logs and checkpoints will be saved at: {str_output_dir}") diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/train/train.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/train/train.py deleted file mode 100644 index 24716f2..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/run/train/train.py +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import logging -import os -import sys - -from dinov2.logging import setup_logging -from dinov2.train import get_args_parser as get_train_args_parser -from dinov2.run.submit import get_args_parser, submit_jobs - - -logger = logging.getLogger("dinov2") - - -class Trainer(object): - def __init__(self, args): - self.args = args - - def __call__(self): - from dinov2.train import main as train_main - - self._setup_args() - train_main(self.args) - - def checkpoint(self): - import submitit - - logger.info(f"Requeuing {self.args}") - empty = type(self)(self.args) - return submitit.helpers.DelayedSubmission(empty) - - def _setup_args(self): - import submitit - - job_env = submitit.JobEnvironment() - self.args.output_dir = self.args.output_dir.replace("%j", str(job_env.job_id)) - logger.info(f"Process group: {job_env.num_tasks} tasks, rank: {job_env.global_rank}") - logger.info(f"Args: {self.args}") - - -def main(): - description = "Submitit launcher for DINOv2 training" - train_args_parser = get_train_args_parser(add_help=False) - parents = [train_args_parser] - args_parser = get_args_parser(description=description, parents=parents) - args = args_parser.parse_args() - - setup_logging() - - assert os.path.exists(args.config_file), "Configuration file does not exist!" - submit_jobs(Trainer, args, name="dinov2:train") - return 0 - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/train/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/train/__init__.py deleted file mode 100644 index b0b66d1..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/train/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from .train import get_args_parser, main -from .ssl_meta_arch import SSLMetaArch diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/train/ssl_meta_arch.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/train/ssl_meta_arch.py deleted file mode 100644 index 86d0c24..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/train/ssl_meta_arch.py +++ /dev/null @@ -1,403 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from functools import partial -import logging - -import torch -from torch import nn - -from dinov2.loss import DINOLoss, iBOTPatchLoss, KoLeoLoss -from dinov2.models import build_model_from_cfg -from dinov2.layers import DINOHead -from dinov2.utils.utils import has_batchnorms -from dinov2.utils.param_groups import get_params_groups_with_decay, fuse_params_groups -from dinov2.fsdp import get_fsdp_wrapper, ShardedGradScaler, get_fsdp_modules, reshard_fsdp_model - -from dinov2.models.vision_transformer import BlockChunk - -try: - from xformers.ops import fmha - - XFORMERS_AVAILABLE = True -except ImportError: - XFORMERS_AVAILABLE = False -assert XFORMERS_AVAILABLE, "xFormers is required for DINOv2 training" - - -logger = logging.getLogger("dinov2") - - -class SSLMetaArch(nn.Module): - def __init__(self, cfg): - super().__init__() - self.cfg = cfg - self.fp16_scaler = ShardedGradScaler() if cfg.compute_precision.grad_scaler else None - - student_model_dict = dict() - teacher_model_dict = dict() - - student_backbone, teacher_backbone, embed_dim = build_model_from_cfg(cfg) - student_model_dict["backbone"] = student_backbone - teacher_model_dict["backbone"] = teacher_backbone - logger.info(f"OPTIONS -- architecture : embed_dim: {embed_dim}") - - if cfg.student.pretrained_weights: - chkpt = torch.load(cfg.student.pretrained_weights) - logger.info(f"OPTIONS -- pretrained weights: loading from {cfg.student.pretrained_weights}") - student_backbone.load_state_dict(chkpt["model"], strict=False) - - self.embed_dim = embed_dim - self.dino_out_dim = cfg.dino.head_n_prototypes - - self.do_dino = cfg.dino.loss_weight > 0 - self.do_koleo = cfg.dino.koleo_loss_weight > 0 - self.do_ibot = cfg.ibot.loss_weight > 0 - self.ibot_separate_head = cfg.ibot.separate_head - - logger.info("OPTIONS -- DINO") - if self.do_dino: - logger.info(f"OPTIONS -- DINO -- loss_weight: {cfg.dino.loss_weight}") - logger.info(f"OPTIONS -- DINO -- head_n_prototypes: {cfg.dino.head_n_prototypes}") - logger.info(f"OPTIONS -- DINO -- head_bottleneck_dim: {cfg.dino.head_bottleneck_dim}") - logger.info(f"OPTIONS -- DINO -- head_hidden_dim: {cfg.dino.head_hidden_dim}") - self.dino_loss_weight = cfg.dino.loss_weight - dino_head = partial( - DINOHead, - in_dim=embed_dim, - out_dim=cfg.dino.head_n_prototypes, - hidden_dim=cfg.dino.head_hidden_dim, - bottleneck_dim=cfg.dino.head_bottleneck_dim, - nlayers=cfg.dino.head_nlayers, - ) - self.dino_loss = DINOLoss(self.dino_out_dim) - if self.do_koleo: - logger.info("OPTIONS -- DINO -- applying KOLEO regularization") - self.koleo_loss = KoLeoLoss() - - else: - logger.info("OPTIONS -- DINO -- not using DINO") - - if self.do_dino or self.do_ibot: - student_model_dict["dino_head"] = dino_head() - teacher_model_dict["dino_head"] = dino_head() - - logger.info("OPTIONS -- IBOT") - logger.info(f"OPTIONS -- IBOT -- loss_weight: {cfg.ibot.loss_weight}") - logger.info(f"OPTIONS -- IBOT masking -- ibot_mask_ratio_tuple: {cfg.ibot.mask_ratio_min_max}") - logger.info(f"OPTIONS -- IBOT masking -- ibot_mask_sample_probability: {cfg.ibot.mask_sample_probability}") - if self.do_ibot: - self.ibot_loss_weight = cfg.ibot.loss_weight - assert max(cfg.ibot.mask_ratio_min_max) > 0, "please provide a positive mask ratio tuple for ibot" - assert cfg.ibot.mask_sample_probability > 0, "please provide a positive mask probability for ibot" - self.ibot_out_dim = cfg.ibot.head_n_prototypes if self.ibot_separate_head else cfg.dino.head_n_prototypes - self.ibot_patch_loss = iBOTPatchLoss(self.ibot_out_dim) - if self.ibot_separate_head: - logger.info(f"OPTIONS -- IBOT -- loss_weight: {cfg.ibot.loss_weight}") - logger.info(f"OPTIONS -- IBOT -- head_n_prototypes: {cfg.ibot.head_n_prototypes}") - logger.info(f"OPTIONS -- IBOT -- head_bottleneck_dim: {cfg.ibot.head_bottleneck_dim}") - logger.info(f"OPTIONS -- IBOT -- head_hidden_dim: {cfg.ibot.head_hidden_dim}") - ibot_head = partial( - DINOHead, - in_dim=embed_dim, - out_dim=cfg.ibot.head_n_prototypes, - hidden_dim=cfg.ibot.head_hidden_dim, - bottleneck_dim=cfg.ibot.head_bottleneck_dim, - nlayers=cfg.ibot.head_nlayers, - ) - student_model_dict["ibot_head"] = ibot_head() - teacher_model_dict["ibot_head"] = ibot_head() - else: - logger.info("OPTIONS -- IBOT -- head shared with DINO") - - self.need_to_synchronize_fsdp_streams = True - - self.student = nn.ModuleDict(student_model_dict) - self.teacher = nn.ModuleDict(teacher_model_dict) - - # there is no backpropagation through the teacher, so no need for gradients - for p in self.teacher.parameters(): - p.requires_grad = False - logger.info(f"Student and Teacher are built: they are both {cfg.student.arch} network.") - - def forward(self, inputs): - raise NotImplementedError - - def backprop_loss(self, loss): - if self.fp16_scaler is not None: - self.fp16_scaler.scale(loss).backward() - else: - loss.backward() - - def forward_backward(self, images, teacher_temp): - n_global_crops = 2 - assert n_global_crops == 2 - n_local_crops = self.cfg.crops.local_crops_number - - global_crops = images["collated_global_crops"].cuda(non_blocking=True) - local_crops = images["collated_local_crops"].cuda(non_blocking=True) - - masks = images["collated_masks"].cuda(non_blocking=True) - mask_indices_list = images["mask_indices_list"].cuda(non_blocking=True) - n_masked_patches_tensor = images["n_masked_patches"].cuda(non_blocking=True) - n_masked_patches = mask_indices_list.shape[0] - upperbound = images["upperbound"] - masks_weight = images["masks_weight"].cuda(non_blocking=True) - - n_local_crops_loss_terms = max(n_local_crops * n_global_crops, 1) - n_global_crops_loss_terms = (n_global_crops - 1) * n_global_crops - - do_dino = self.do_dino - do_ibot = self.do_ibot - - # loss scales - ibot_loss_scale = 1.0 / n_global_crops - - # teacher output - @torch.no_grad() - def get_teacher_output(): - x, n_global_crops_teacher = global_crops, n_global_crops - teacher_backbone_output_dict = self.teacher.backbone(x, is_training=True) - teacher_cls_tokens = teacher_backbone_output_dict["x_norm_clstoken"] - teacher_cls_tokens = teacher_cls_tokens.chunk(n_global_crops_teacher) - # watch out: these are chunked and cat'd in reverse so A is matched to B in the global crops dino loss - teacher_cls_tokens = torch.cat((teacher_cls_tokens[1], teacher_cls_tokens[0])) - ibot_teacher_patch_tokens = teacher_backbone_output_dict["x_norm_patchtokens"] - _dim = ibot_teacher_patch_tokens.shape[-1] - n_cls_tokens = teacher_cls_tokens.shape[0] - - if do_ibot and not self.ibot_separate_head: - buffer_tensor_teacher = ibot_teacher_patch_tokens.new_zeros(upperbound + n_cls_tokens, _dim) - buffer_tensor_teacher[:n_cls_tokens].copy_(teacher_cls_tokens) - torch.index_select( - ibot_teacher_patch_tokens.flatten(0, 1), - dim=0, - index=mask_indices_list, - out=buffer_tensor_teacher[n_cls_tokens : n_cls_tokens + n_masked_patches], - ) - tokens_after_head = self.teacher.dino_head(buffer_tensor_teacher) - teacher_cls_tokens_after_head = tokens_after_head[:n_cls_tokens] - masked_teacher_patch_tokens_after_head = tokens_after_head[ - n_cls_tokens : n_cls_tokens + n_masked_patches - ] - elif do_ibot and self.ibot_separate_head: - buffer_tensor_teacher = ibot_teacher_patch_tokens.new_zeros(upperbound, _dim) - torch.index_select( - ibot_teacher_patch_tokens.flatten(0, 1), - dim=0, - index=mask_indices_list, - out=buffer_tensor_teacher[:n_masked_patches], - ) - teacher_cls_tokens_after_head = self.teacher.dino_head(teacher_cls_tokens) - masked_teacher_patch_tokens_after_head = self.teacher.ibot_head(buffer_tensor_teacher)[ - :n_masked_patches - ] - else: - teacher_cls_tokens_after_head = self.teacher.dino_head(teacher_cls_tokens) - masked_teacher_ibot_softmaxed_centered = None - - if self.cfg.train.centering == "centering": - teacher_dino_softmaxed_centered_list = self.dino_loss.softmax_center_teacher( - teacher_cls_tokens_after_head, teacher_temp=teacher_temp - ).view(n_global_crops_teacher, -1, *teacher_cls_tokens_after_head.shape[1:]) - self.dino_loss.update_center(teacher_cls_tokens_after_head) - if do_ibot: - masked_teacher_patch_tokens_after_head = masked_teacher_patch_tokens_after_head.unsqueeze(0) - masked_teacher_ibot_softmaxed_centered = self.ibot_patch_loss.softmax_center_teacher( - masked_teacher_patch_tokens_after_head[:, :n_masked_patches], teacher_temp=teacher_temp - ) - masked_teacher_ibot_softmaxed_centered = masked_teacher_ibot_softmaxed_centered.squeeze(0) - self.ibot_patch_loss.update_center(masked_teacher_patch_tokens_after_head[:n_masked_patches]) - - elif self.cfg.train.centering == "sinkhorn_knopp": - teacher_dino_softmaxed_centered_list = self.dino_loss.sinkhorn_knopp_teacher( - teacher_cls_tokens_after_head, teacher_temp=teacher_temp - ).view(n_global_crops_teacher, -1, *teacher_cls_tokens_after_head.shape[1:]) - - if do_ibot: - masked_teacher_ibot_softmaxed_centered = self.ibot_patch_loss.sinkhorn_knopp_teacher( - masked_teacher_patch_tokens_after_head, - teacher_temp=teacher_temp, - n_masked_patches_tensor=n_masked_patches_tensor, - ) - - else: - raise NotImplementedError - - return teacher_dino_softmaxed_centered_list, masked_teacher_ibot_softmaxed_centered - - teacher_dino_softmaxed_centered_list, masked_teacher_ibot_softmaxed_centered = get_teacher_output() - reshard_fsdp_model(self.teacher) - - loss_dict = {} - - loss_accumulator = 0 # for backprop - student_global_backbone_output_dict, student_local_backbone_output_dict = self.student.backbone( - [global_crops, local_crops], masks=[masks, None], is_training=True - ) - - inputs_for_student_head_list = [] - - # 1a: local crops cls tokens - student_local_cls_tokens = student_local_backbone_output_dict["x_norm_clstoken"] - inputs_for_student_head_list.append(student_local_cls_tokens.unsqueeze(0)) - - # 1b: global crops cls tokens - student_global_cls_tokens = student_global_backbone_output_dict["x_norm_clstoken"] - inputs_for_student_head_list.append(student_global_cls_tokens.unsqueeze(0)) - - # 1c: global crops patch tokens - if do_ibot: - _dim = student_global_backbone_output_dict["x_norm_clstoken"].shape[-1] - ibot_student_patch_tokens = student_global_backbone_output_dict["x_norm_patchtokens"] - buffer_tensor_patch_tokens = ibot_student_patch_tokens.new_zeros(upperbound, _dim) - buffer_tensor_patch_tokens[:n_masked_patches].copy_( - torch.index_select(ibot_student_patch_tokens.flatten(0, 1), dim=0, index=mask_indices_list) - ) - if not self.ibot_separate_head: - inputs_for_student_head_list.append(buffer_tensor_patch_tokens.unsqueeze(0)) - else: - student_global_masked_patch_tokens_after_head = self.student.ibot_head(buffer_tensor_patch_tokens)[ - :n_masked_patches - ] - - # 2: run - _attn_bias, cat_inputs = fmha.BlockDiagonalMask.from_tensor_list(inputs_for_student_head_list) - outputs_list = _attn_bias.split(self.student.dino_head(cat_inputs)) - - # 3a: local crops cls tokens - student_local_cls_tokens_after_head = outputs_list.pop(0).squeeze(0) - - # 3b: global crops cls tokens - student_global_cls_tokens_after_head = outputs_list.pop(0).squeeze(0) - - # 3c: global crops patch tokens - if do_ibot and not self.ibot_separate_head: - student_global_masked_patch_tokens_after_head = outputs_list.pop(0).squeeze(0)[:n_masked_patches] - - if n_local_crops > 0: - dino_local_crops_loss = self.dino_loss( - student_output_list=student_local_cls_tokens_after_head.chunk(n_local_crops), - teacher_out_softmaxed_centered_list=teacher_dino_softmaxed_centered_list, - ) / (n_global_crops_loss_terms + n_local_crops_loss_terms) - - # store for display - loss_dict["dino_local_crops_loss"] = dino_local_crops_loss - - # accumulate loss - loss_accumulator += self.dino_loss_weight * dino_local_crops_loss - - # process global crops - loss_scales = 2 # this is here since we process global crops together - - if do_dino: - # compute loss - dino_global_crops_loss = ( - self.dino_loss( - student_output_list=[student_global_cls_tokens_after_head], - teacher_out_softmaxed_centered_list=[ - teacher_dino_softmaxed_centered_list.flatten(0, 1) - ], # these were chunked and stacked in reverse so A is matched to B - ) - * loss_scales - / (n_global_crops_loss_terms + n_local_crops_loss_terms) - ) - - loss_dict["dino_global_crops_loss"] = dino_global_crops_loss - - # accumulate loss - loss_accumulator += self.dino_loss_weight * dino_global_crops_loss - - student_cls_tokens = student_global_cls_tokens - - if self.do_koleo: - koleo_loss = self.cfg.dino.koleo_loss_weight * sum( - self.koleo_loss(p) for p in student_cls_tokens.chunk(2) - ) # we don't apply koleo loss between cls tokens of a same image - loss_accumulator += koleo_loss - loss_dict["koleo_loss"] = ( - koleo_loss / loss_scales - ) # this is to display the same losses as before but we can remove eventually - - if do_ibot: - # compute loss - ibot_patch_loss = ( - self.ibot_patch_loss.forward_masked( - student_global_masked_patch_tokens_after_head, - masked_teacher_ibot_softmaxed_centered, - student_masks_flat=masks, - n_masked_patches=n_masked_patches, - masks_weight=masks_weight, - ) - * loss_scales - * ibot_loss_scale - ) - - # store for display - loss_dict["ibot_loss"] = ibot_patch_loss / 2 - - # accumulate loss - loss_accumulator += self.ibot_loss_weight * ibot_patch_loss - - self.backprop_loss(loss_accumulator) - - self.fsdp_synchronize_streams() - - return loss_dict - - def fsdp_synchronize_streams(self): - if self.need_to_synchronize_fsdp_streams: - torch.cuda.synchronize() - self.student.dino_head._streams = ( - self.teacher.dino_head._streams - ) = self.student.backbone._streams = self.teacher.backbone._streams - self.need_to_synchronize_fsdp_streams = False - - def update_teacher(self, m): - student_param_list = [] - teacher_param_list = [] - with torch.no_grad(): - for k in self.student.keys(): - for ms, mt in zip(get_fsdp_modules(self.student[k]), get_fsdp_modules(self.teacher[k])): - student_param_list += ms.params - teacher_param_list += mt.params - torch._foreach_mul_(teacher_param_list, m) - torch._foreach_add_(teacher_param_list, student_param_list, alpha=1 - m) - - def train(self): - super().train() - self.teacher.eval() - - def get_maybe_fused_params_for_submodel(self, m): - params_groups = get_params_groups_with_decay( - model=m, - lr_decay_rate=self.cfg.optim.layerwise_decay, - patch_embed_lr_mult=self.cfg.optim.patch_embed_lr_mult, - ) - fused_params_groups = fuse_params_groups(params_groups) - logger.info("fusing param groups") - - for g in fused_params_groups: - g["foreach"] = True - return fused_params_groups - - def get_params_groups(self): - all_params_groups = [] - for m in self.student.values(): - all_params_groups += self.get_maybe_fused_params_for_submodel(m) - return all_params_groups - - def prepare_for_distributed_training(self): - logger.info("DISTRIBUTED FSDP -- preparing model for distributed training") - if has_batchnorms(self.student): - raise NotImplementedError - # below will synchronize all student subnetworks across gpus: - for k, v in self.student.items(): - self.teacher[k].load_state_dict(self.student[k].state_dict()) - student_model_cfg = self.cfg.compute_precision.student[k] - self.student[k] = get_fsdp_wrapper(student_model_cfg, modules_to_wrap={BlockChunk})(self.student[k]) - teacher_model_cfg = self.cfg.compute_precision.teacher[k] - self.teacher[k] = get_fsdp_wrapper(teacher_model_cfg, modules_to_wrap={BlockChunk})(self.teacher[k]) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/train/train.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/train/train.py deleted file mode 100644 index 5279b9c..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/train/train.py +++ /dev/null @@ -1,319 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import argparse -import logging -import math -import os -from functools import partial - -from fvcore.common.checkpoint import PeriodicCheckpointer -import torch - -from dinov2.data import SamplerType, make_data_loader, make_dataset -from dinov2.data import collate_data_and_cast, DataAugmentationDINO, MaskingGenerator -import dinov2.distributed as distributed -from dinov2.fsdp import FSDPCheckpointer -from dinov2.logging import MetricLogger -from dinov2.utils.config import setup -from dinov2.utils.utils import CosineScheduler - -from dinov2.train.ssl_meta_arch import SSLMetaArch - - -torch.backends.cuda.matmul.allow_tf32 = True # PyTorch 1.12 sets this to False by default -logger = logging.getLogger("dinov2") - - -def get_args_parser(add_help: bool = True): - parser = argparse.ArgumentParser("DINOv2 training", add_help=add_help) - parser.add_argument("--config-file", default="", metavar="FILE", help="path to config file") - parser.add_argument( - "--no-resume", - action="store_true", - help="Whether to not attempt to resume from the checkpoint directory. ", - ) - parser.add_argument("--eval-only", action="store_true", help="perform evaluation only") - parser.add_argument("--eval", type=str, default="", help="Eval type to perform") - parser.add_argument( - "opts", - help=""" -Modify config options at the end of the command. For Yacs configs, use -space-separated "PATH.KEY VALUE" pairs. -For python-based LazyConfig, use "path.key=value". - """.strip(), - default=None, - nargs=argparse.REMAINDER, - ) - parser.add_argument( - "--output-dir", - "--output_dir", - default="", - type=str, - help="Output directory to save logs and checkpoints", - ) - - return parser - - -def build_optimizer(cfg, params_groups): - return torch.optim.AdamW(params_groups, betas=(cfg.optim.adamw_beta1, cfg.optim.adamw_beta2)) - - -def build_schedulers(cfg): - OFFICIAL_EPOCH_LENGTH = cfg.train.OFFICIAL_EPOCH_LENGTH - lr = dict( - base_value=cfg.optim["lr"], - final_value=cfg.optim["min_lr"], - total_iters=cfg.optim["epochs"] * OFFICIAL_EPOCH_LENGTH, - warmup_iters=cfg.optim["warmup_epochs"] * OFFICIAL_EPOCH_LENGTH, - start_warmup_value=0, - ) - wd = dict( - base_value=cfg.optim["weight_decay"], - final_value=cfg.optim["weight_decay_end"], - total_iters=cfg.optim["epochs"] * OFFICIAL_EPOCH_LENGTH, - ) - momentum = dict( - base_value=cfg.teacher["momentum_teacher"], - final_value=cfg.teacher["final_momentum_teacher"], - total_iters=cfg.optim["epochs"] * OFFICIAL_EPOCH_LENGTH, - ) - teacher_temp = dict( - base_value=cfg.teacher["teacher_temp"], - final_value=cfg.teacher["teacher_temp"], - total_iters=cfg.teacher["warmup_teacher_temp_epochs"] * OFFICIAL_EPOCH_LENGTH, - warmup_iters=cfg.teacher["warmup_teacher_temp_epochs"] * OFFICIAL_EPOCH_LENGTH, - start_warmup_value=cfg.teacher["warmup_teacher_temp"], - ) - - lr_schedule = CosineScheduler(**lr) - wd_schedule = CosineScheduler(**wd) - momentum_schedule = CosineScheduler(**momentum) - teacher_temp_schedule = CosineScheduler(**teacher_temp) - last_layer_lr_schedule = CosineScheduler(**lr) - - last_layer_lr_schedule.schedule[ - : cfg.optim["freeze_last_layer_epochs"] * OFFICIAL_EPOCH_LENGTH - ] = 0 # mimicking the original schedules - - logger.info("Schedulers ready.") - - return ( - lr_schedule, - wd_schedule, - momentum_schedule, - teacher_temp_schedule, - last_layer_lr_schedule, - ) - - -def apply_optim_scheduler(optimizer, lr, wd, last_layer_lr): - for param_group in optimizer.param_groups: - is_last_layer = param_group["is_last_layer"] - lr_multiplier = param_group["lr_multiplier"] - wd_multiplier = param_group["wd_multiplier"] - param_group["weight_decay"] = wd * wd_multiplier - param_group["lr"] = (last_layer_lr if is_last_layer else lr) * lr_multiplier - - -def do_test(cfg, model, iteration): - new_state_dict = model.teacher.state_dict() - - if distributed.is_main_process(): - iterstring = str(iteration) - eval_dir = os.path.join(cfg.train.output_dir, "eval", iterstring) - os.makedirs(eval_dir, exist_ok=True) - # save teacher checkpoint - teacher_ckp_path = os.path.join(eval_dir, "teacher_checkpoint.pth") - torch.save({"teacher": new_state_dict}, teacher_ckp_path) - - -def do_train(cfg, model, resume=False): - model.train() - inputs_dtype = torch.half - fp16_scaler = model.fp16_scaler # for mixed precision training - - # setup optimizer - - optimizer = build_optimizer(cfg, model.get_params_groups()) - ( - lr_schedule, - wd_schedule, - momentum_schedule, - teacher_temp_schedule, - last_layer_lr_schedule, - ) = build_schedulers(cfg) - - # checkpointer - checkpointer = FSDPCheckpointer(model, cfg.train.output_dir, optimizer=optimizer, save_to_disk=True) - - start_iter = checkpointer.resume_or_load(cfg.MODEL.WEIGHTS, resume=resume).get("iteration", -1) + 1 - - OFFICIAL_EPOCH_LENGTH = cfg.train.OFFICIAL_EPOCH_LENGTH - max_iter = cfg.optim.epochs * OFFICIAL_EPOCH_LENGTH - - periodic_checkpointer = PeriodicCheckpointer( - checkpointer, - period=3 * OFFICIAL_EPOCH_LENGTH, - max_iter=max_iter, - max_to_keep=3, - ) - - # setup data preprocessing - - img_size = cfg.crops.global_crops_size - patch_size = cfg.student.patch_size - n_tokens = (img_size // patch_size) ** 2 - mask_generator = MaskingGenerator( - input_size=(img_size // patch_size, img_size // patch_size), - max_num_patches=0.5 * img_size // patch_size * img_size // patch_size, - ) - - data_transform = DataAugmentationDINO( - cfg.crops.global_crops_scale, - cfg.crops.local_crops_scale, - cfg.crops.local_crops_number, - global_crops_size=cfg.crops.global_crops_size, - local_crops_size=cfg.crops.local_crops_size, - ) - - collate_fn = partial( - collate_data_and_cast, - mask_ratio_tuple=cfg.ibot.mask_ratio_min_max, - mask_probability=cfg.ibot.mask_sample_probability, - n_tokens=n_tokens, - mask_generator=mask_generator, - dtype=inputs_dtype, - ) - - # setup data loader - - dataset = make_dataset( - dataset_str=cfg.train.dataset_path, - transform=data_transform, - target_transform=lambda _: (), - ) - # sampler_type = SamplerType.INFINITE - sampler_type = SamplerType.SHARDED_INFINITE - data_loader = make_data_loader( - dataset=dataset, - batch_size=cfg.train.batch_size_per_gpu, - num_workers=cfg.train.num_workers, - shuffle=True, - seed=start_iter, # TODO: Fix this -- cfg.train.seed - sampler_type=sampler_type, - sampler_advance=0, # TODO(qas): fix this -- start_iter * cfg.train.batch_size_per_gpu, - drop_last=True, - collate_fn=collate_fn, - ) - - # training loop - - iteration = start_iter - - logger.info("Starting training from iteration {}".format(start_iter)) - metrics_file = os.path.join(cfg.train.output_dir, "training_metrics.json") - metric_logger = MetricLogger(delimiter=" ", output_file=metrics_file) - header = "Training" - - for data in metric_logger.log_every( - data_loader, - 10, - header, - max_iter, - start_iter, - ): - current_batch_size = data["collated_global_crops"].shape[0] / 2 - if iteration > max_iter: - return - - # apply schedules - - lr = lr_schedule[iteration] - wd = wd_schedule[iteration] - mom = momentum_schedule[iteration] - teacher_temp = teacher_temp_schedule[iteration] - last_layer_lr = last_layer_lr_schedule[iteration] - apply_optim_scheduler(optimizer, lr, wd, last_layer_lr) - - # compute losses - - optimizer.zero_grad(set_to_none=True) - loss_dict = model.forward_backward(data, teacher_temp=teacher_temp) - - # clip gradients - - if fp16_scaler is not None: - if cfg.optim.clip_grad: - fp16_scaler.unscale_(optimizer) - for v in model.student.values(): - v.clip_grad_norm_(cfg.optim.clip_grad) - fp16_scaler.step(optimizer) - fp16_scaler.update() - else: - if cfg.optim.clip_grad: - for v in model.student.values(): - v.clip_grad_norm_(cfg.optim.clip_grad) - optimizer.step() - - # perform teacher EMA update - - model.update_teacher(mom) - - # logging - - if distributed.get_global_size() > 1: - for v in loss_dict.values(): - torch.distributed.all_reduce(v) - loss_dict_reduced = {k: v.item() / distributed.get_global_size() for k, v in loss_dict.items()} - - if math.isnan(sum(loss_dict_reduced.values())): - logger.info("NaN detected") - raise AssertionError - losses_reduced = sum(loss for loss in loss_dict_reduced.values()) - - metric_logger.update(lr=lr) - metric_logger.update(wd=wd) - metric_logger.update(mom=mom) - metric_logger.update(last_layer_lr=last_layer_lr) - metric_logger.update(current_batch_size=current_batch_size) - metric_logger.update(total_loss=losses_reduced, **loss_dict_reduced) - - # checkpointing and testing - - if cfg.evaluation.eval_period_iterations > 0 and (iteration + 1) % cfg.evaluation.eval_period_iterations == 0: - do_test(cfg, model, f"training_{iteration}") - torch.cuda.synchronize() - periodic_checkpointer.step(iteration) - - iteration = iteration + 1 - metric_logger.synchronize_between_processes() - return {k: meter.global_avg for k, meter in metric_logger.meters.items()} - - -def main(args): - cfg = setup(args) - - model = SSLMetaArch(cfg).to(torch.device("cuda")) - model.prepare_for_distributed_training() - - logger.info("Model:\n{}".format(model)) - if args.eval_only: - iteration = ( - FSDPCheckpointer(model, save_dir=cfg.train.output_dir) - .resume_or_load(cfg.MODEL.WEIGHTS, resume=not args.no_resume) - .get("iteration", -1) - + 1 - ) - return do_test(cfg, model, f"manual_{iteration}") - - do_train(cfg, model, resume=not args.no_resume) - - -if __name__ == "__main__": - args = get_args_parser(add_help=True).parse_args() - main(args) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/__init__.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/__init__.py deleted file mode 100644 index 0952fcc..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/cluster.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/cluster.py deleted file mode 100644 index 8d98c05..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/cluster.py +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from enum import Enum -import os -from pathlib import Path -from typing import Any, Dict, Optional - - -class ClusterType(Enum): - AWS = "aws" - FAIR = "fair" - RSC = "rsc" - - -def _guess_cluster_type() -> ClusterType: - uname = os.uname() - if uname.sysname == "Linux": - if uname.release.endswith("-aws"): - # Linux kernel versions on AWS instances are of the form "5.4.0-1051-aws" - return ClusterType.AWS - elif uname.nodename.startswith("rsc"): - # Linux kernel versions on RSC instances are standard ones but hostnames start with "rsc" - return ClusterType.RSC - - return ClusterType.FAIR - - -def get_cluster_type(cluster_type: Optional[ClusterType] = None) -> Optional[ClusterType]: - if cluster_type is None: - return _guess_cluster_type() - - return cluster_type - - -def get_checkpoint_path(cluster_type: Optional[ClusterType] = None) -> Optional[Path]: - cluster_type = get_cluster_type(cluster_type) - if cluster_type is None: - return None - - CHECKPOINT_DIRNAMES = { - ClusterType.AWS: "checkpoints", - ClusterType.FAIR: "checkpoint", - ClusterType.RSC: "checkpoint/dino", - } - return Path("/") / CHECKPOINT_DIRNAMES[cluster_type] - - -def get_user_checkpoint_path(cluster_type: Optional[ClusterType] = None) -> Optional[Path]: - checkpoint_path = get_checkpoint_path(cluster_type) - if checkpoint_path is None: - return None - - username = os.environ.get("USER") - assert username is not None - return checkpoint_path / username - - -def get_slurm_partition(cluster_type: Optional[ClusterType] = None) -> Optional[str]: - cluster_type = get_cluster_type(cluster_type) - if cluster_type is None: - return None - - SLURM_PARTITIONS = { - ClusterType.AWS: "learnlab", - ClusterType.FAIR: "learnlab", - ClusterType.RSC: "learn", - } - return SLURM_PARTITIONS[cluster_type] - - -def get_slurm_executor_parameters( - nodes: int, num_gpus_per_node: int, cluster_type: Optional[ClusterType] = None, **kwargs -) -> Dict[str, Any]: - # create default parameters - params = { - "mem_gb": 0, # Requests all memory on a node, see https://slurm.schedmd.com/sbatch.html - "gpus_per_node": num_gpus_per_node, - "tasks_per_node": num_gpus_per_node, # one task per GPU - "cpus_per_task": 10, - "nodes": nodes, - "slurm_partition": get_slurm_partition(cluster_type), - } - # apply cluster-specific adjustments - cluster_type = get_cluster_type(cluster_type) - if cluster_type == ClusterType.AWS: - params["cpus_per_task"] = 12 - del params["mem_gb"] - elif cluster_type == ClusterType.RSC: - params["cpus_per_task"] = 12 - # set additional parameters / apply overrides - params.update(kwargs) - return params diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/config.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/config.py deleted file mode 100644 index c3763a8..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/config.py +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import math -import logging -import os - -from omegaconf import OmegaConf - -import dinov2.distributed as distributed -from dinov2.logging import setup_logging -from dinov2.utils import utils -from dinov2.configs import dinov2_default_config - - -logger = logging.getLogger("dinov2") - - -def apply_scaling_rules_to_cfg(cfg): # to fix - if cfg.optim.scaling_rule == "sqrt_wrt_1024": - base_lr = cfg.optim.base_lr - cfg.optim.lr = base_lr - cfg.optim.lr *= math.sqrt(cfg.train.batch_size_per_gpu * distributed.get_global_size() / 1024.0) - logger.info(f"sqrt scaling learning rate; base: {base_lr}, new: {cfg.optim.lr}") - else: - raise NotImplementedError - return cfg - - -def write_config(cfg, output_dir, name="config.yaml"): - logger.info(OmegaConf.to_yaml(cfg)) - saved_cfg_path = os.path.join(output_dir, name) - with open(saved_cfg_path, "w") as f: - OmegaConf.save(config=cfg, f=f) - return saved_cfg_path - - -def get_cfg_from_args(args): - args.output_dir = os.path.abspath(args.output_dir) - args.opts += [f"train.output_dir={args.output_dir}"] - default_cfg = OmegaConf.create(dinov2_default_config) - cfg = OmegaConf.load(args.config_file) - cfg = OmegaConf.merge(default_cfg, cfg, OmegaConf.from_cli(args.opts)) - return cfg - - -def default_setup(args): - distributed.enable(overwrite=True) - seed = getattr(args, "seed", 0) - rank = distributed.get_global_rank() - - global logger - setup_logging(output=args.output_dir, level=logging.INFO) - logger = logging.getLogger("dinov2") - - utils.fix_random_seeds(seed + rank) - logger.info("git:\n {}\n".format(utils.get_sha())) - logger.info("\n".join("%s: %s" % (k, str(v)) for k, v in sorted(dict(vars(args)).items()))) - - -def setup(args): - """ - Create configs and perform basic setups. - """ - cfg = get_cfg_from_args(args) - os.makedirs(args.output_dir, exist_ok=True) - default_setup(args) - apply_scaling_rules_to_cfg(cfg) - write_config(cfg, args.output_dir) - return cfg diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/dtype.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/dtype.py deleted file mode 100644 index cef122b..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/dtype.py +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - - -from typing import Dict, Union - -import numpy as np -import torch - - -TypeSpec = Union[str, np.dtype, torch.dtype] - - -_NUMPY_TO_TORCH_DTYPE: Dict[np.dtype, torch.dtype] = { - np.dtype("bool"): torch.bool, - np.dtype("uint8"): torch.uint8, - np.dtype("int8"): torch.int8, - np.dtype("int16"): torch.int16, - np.dtype("int32"): torch.int32, - np.dtype("int64"): torch.int64, - np.dtype("float16"): torch.float16, - np.dtype("float32"): torch.float32, - np.dtype("float64"): torch.float64, - np.dtype("complex64"): torch.complex64, - np.dtype("complex128"): torch.complex128, -} - - -def as_torch_dtype(dtype: TypeSpec) -> torch.dtype: - if isinstance(dtype, torch.dtype): - return dtype - if isinstance(dtype, str): - dtype = np.dtype(dtype) - assert isinstance(dtype, np.dtype), f"Expected an instance of nunpy dtype, got {type(dtype)}" - return _NUMPY_TO_TORCH_DTYPE[dtype] diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/param_groups.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/param_groups.py deleted file mode 100644 index d707e70..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/param_groups.py +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from collections import defaultdict -import logging - - -logger = logging.getLogger("dinov2") - - -def get_vit_lr_decay_rate(name, lr_decay_rate=1.0, num_layers=12, force_is_backbone=False, chunked_blocks=False): - """ - Calculate lr decay rate for different ViT blocks. - Args: - name (string): parameter name. - lr_decay_rate (float): base lr decay rate. - num_layers (int): number of ViT blocks. - Returns: - lr decay rate for the given parameter. - """ - layer_id = num_layers + 1 - if name.startswith("backbone") or force_is_backbone: - if ".pos_embed" in name or ".patch_embed" in name or ".mask_token" in name or ".cls_token" in name: - layer_id = 0 - elif force_is_backbone and ( - "pos_embed" in name or "patch_embed" in name or "mask_token" in name or "cls_token" in name - ): - layer_id = 0 - elif ".blocks." in name and ".residual." not in name: - layer_id = int(name[name.find(".blocks.") :].split(".")[2]) + 1 - elif chunked_blocks and "blocks." in name and "residual." not in name: - layer_id = int(name[name.find("blocks.") :].split(".")[2]) + 1 - elif "blocks." in name and "residual." not in name: - layer_id = int(name[name.find("blocks.") :].split(".")[1]) + 1 - - return lr_decay_rate ** (num_layers + 1 - layer_id) - - -def get_params_groups_with_decay(model, lr_decay_rate=1.0, patch_embed_lr_mult=1.0): - chunked_blocks = False - if hasattr(model, "n_blocks"): - logger.info("chunked fsdp") - n_blocks = model.n_blocks - chunked_blocks = model.chunked_blocks - elif hasattr(model, "blocks"): - logger.info("first code branch") - n_blocks = len(model.blocks) - elif hasattr(model, "backbone"): - logger.info("second code branch") - n_blocks = len(model.backbone.blocks) - else: - logger.info("else code branch") - n_blocks = 0 - all_param_groups = [] - - for name, param in model.named_parameters(): - name = name.replace("_fsdp_wrapped_module.", "") - if not param.requires_grad: - continue - decay_rate = get_vit_lr_decay_rate( - name, lr_decay_rate, num_layers=n_blocks, force_is_backbone=n_blocks > 0, chunked_blocks=chunked_blocks - ) - d = {"params": param, "is_last_layer": False, "lr_multiplier": decay_rate, "wd_multiplier": 1.0, "name": name} - - if "last_layer" in name: - d.update({"is_last_layer": True}) - - if name.endswith(".bias") or "norm" in name or "gamma" in name: - d.update({"wd_multiplier": 0.0}) - - if "patch_embed" in name: - d.update({"lr_multiplier": d["lr_multiplier"] * patch_embed_lr_mult}) - - all_param_groups.append(d) - logger.info(f"""{name}: lr_multiplier: {d["lr_multiplier"]}, wd_multiplier: {d["wd_multiplier"]}""") - - return all_param_groups - - -def fuse_params_groups(all_params_groups, keys=("lr_multiplier", "wd_multiplier", "is_last_layer")): - fused_params_groups = defaultdict(lambda: {"params": []}) - for d in all_params_groups: - identifier = "" - for k in keys: - identifier += k + str(d[k]) + "_" - - for k in keys: - fused_params_groups[identifier][k] = d[k] - fused_params_groups[identifier]["params"].append(d["params"]) - - return fused_params_groups.values() diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/utils.py b/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/utils.py deleted file mode 100644 index 53e63eb..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/dinov2/utils/utils.py +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -import logging -import os -import random -import subprocess -from urllib.parse import urlparse - -import numpy as np -import torch -from torch import nn - - -logger = logging.getLogger("dinov2") - - -def load_pretrained_weights(model, pretrained_weights, checkpoint_key): - if urlparse(pretrained_weights).scheme: # If it looks like an URL - state_dict = torch.hub.load_state_dict_from_url(pretrained_weights, map_location="cpu") - else: - state_dict = torch.load(pretrained_weights, map_location="cpu") - if checkpoint_key is not None and checkpoint_key in state_dict: - logger.info(f"Take key {checkpoint_key} in provided checkpoint dict") - state_dict = state_dict[checkpoint_key] - # remove `module.` prefix - state_dict = {k.replace("module.", ""): v for k, v in state_dict.items()} - # remove `backbone.` prefix induced by multicrop wrapper - state_dict = {k.replace("backbone.", ""): v for k, v in state_dict.items()} - msg = model.load_state_dict(state_dict, strict=False) - logger.info("Pretrained weights found at {} and loaded with msg: {}".format(pretrained_weights, msg)) - - -def fix_random_seeds(seed=31): - """ - Fix random seeds. - """ - torch.manual_seed(seed) - torch.cuda.manual_seed_all(seed) - np.random.seed(seed) - random.seed(seed) - - -def get_sha(): - cwd = os.path.dirname(os.path.abspath(__file__)) - - def _run(command): - return subprocess.check_output(command, cwd=cwd).decode("ascii").strip() - - sha = "N/A" - diff = "clean" - branch = "N/A" - try: - sha = _run(["git", "rev-parse", "HEAD"]) - subprocess.check_output(["git", "diff"], cwd=cwd) - diff = _run(["git", "diff-index", "HEAD"]) - diff = "has uncommitted changes" if diff else "clean" - branch = _run(["git", "rev-parse", "--abbrev-ref", "HEAD"]) - except Exception: - pass - message = f"sha: {sha}, status: {diff}, branch: {branch}" - return message - - -class CosineScheduler(object): - def __init__(self, base_value, final_value, total_iters, warmup_iters=0, start_warmup_value=0, freeze_iters=0): - super().__init__() - self.final_value = final_value - self.total_iters = total_iters - - freeze_schedule = np.zeros((freeze_iters)) - - warmup_schedule = np.linspace(start_warmup_value, base_value, warmup_iters) - - iters = np.arange(total_iters - warmup_iters - freeze_iters) - schedule = final_value + 0.5 * (base_value - final_value) * (1 + np.cos(np.pi * iters / len(iters))) - self.schedule = np.concatenate((freeze_schedule, warmup_schedule, schedule)) - - assert len(self.schedule) == self.total_iters - - def __getitem__(self, it): - if it >= self.total_iters: - return self.final_value - else: - return self.schedule[it] - - -def has_batchnorms(model): - bn_types = (nn.BatchNorm1d, nn.BatchNorm2d, nn.BatchNorm3d, nn.SyncBatchNorm) - for name, module in model.named_modules(): - if isinstance(module, bn_types): - return True - return False diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/hubconf.py b/depth_anything/torchhub/facebookresearch_dinov2_main/hubconf.py deleted file mode 100644 index b36b42c..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/hubconf.py +++ /dev/null @@ -1,162 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# -# This source code is licensed under the Apache License, Version 2.0 -# found in the LICENSE file in the root directory of this source tree. - -from enum import Enum -from typing import Union - -import torch - -_DINOV2_BASE_URL = "https://dl.fbaipublicfiles.com/dinov2" - - -def _make_dinov2_model_name(arch_name: str, patch_size: int, num_register_tokens: int = 0) -> str: - compact_arch_name = arch_name.replace("_", "")[:4] - registers_suffix = f"_reg{num_register_tokens}" if num_register_tokens else "" - return f"dinov2_{compact_arch_name}{patch_size}{registers_suffix}" - - -class Weights(Enum): - LVD142M = "LVD142M" - - -def _make_dinov2_model( - *, - arch_name: str = "vit_large", - img_size: int = 518, - patch_size: int = 14, - init_values: float = 1.0, - ffn_layer: str = "mlp", - block_chunks: int = 0, - num_register_tokens: int = 0, - interpolate_antialias: bool = False, - interpolate_offset: float = 0.1, - pretrained: bool = True, - weights: Union[Weights, str] = Weights.LVD142M, - **kwargs, -): - import vision_transformer as vits - - if isinstance(weights, str): - try: - weights = Weights[weights] - except KeyError: - raise AssertionError(f"Unsupported weights: {weights}") - - model_base_name = _make_dinov2_model_name(arch_name, patch_size) - vit_kwargs = dict( - img_size=img_size, - patch_size=patch_size, - init_values=init_values, - ffn_layer=ffn_layer, - block_chunks=block_chunks, - num_register_tokens=num_register_tokens, - interpolate_antialias=interpolate_antialias, - interpolate_offset=interpolate_offset, - ) - vit_kwargs.update(**kwargs) - model = vits.__dict__[arch_name](**vit_kwargs) - - if pretrained: - model_full_name = _make_dinov2_model_name(arch_name, patch_size, num_register_tokens) - url = _DINOV2_BASE_URL + f"/{model_base_name}/{model_full_name}_pretrain.pth" - state_dict = torch.hub.load_state_dict_from_url(url, map_location="cpu") - model.load_state_dict(state_dict, strict=True) - - return model - - -def dinov2_vits14(*, pretrained: bool = True, weights: Union[Weights, str] = Weights.LVD142M, **kwargs): - """ - DINOv2 ViT-S/14 model (optionally) pretrained on the LVD-142M dataset. - """ - return _make_dinov2_model(arch_name="vit_small", pretrained=pretrained, weights=weights, **kwargs) - - -def dinov2_vitb14(*, pretrained: bool = True, weights: Union[Weights, str] = Weights.LVD142M, **kwargs): - """ - DINOv2 ViT-B/14 model (optionally) pretrained on the LVD-142M dataset. - """ - return _make_dinov2_model(arch_name="vit_base", pretrained=pretrained, weights=weights, **kwargs) - - -def dinov2_vitl14(*, pretrained: bool = True, weights: Union[Weights, str] = Weights.LVD142M, **kwargs): - """ - DINOv2 ViT-L/14 model (optionally) pretrained on the LVD-142M dataset. - """ - return _make_dinov2_model(arch_name="vit_large", pretrained=pretrained, weights=weights, **kwargs) - - -def dinov2_vitg14(*, pretrained: bool = True, weights: Union[Weights, str] = Weights.LVD142M, **kwargs): - """ - DINOv2 ViT-g/14 model (optionally) pretrained on the LVD-142M dataset. - """ - return _make_dinov2_model( - arch_name="vit_giant2", - ffn_layer="swiglufused", - weights=weights, - pretrained=pretrained, - **kwargs, - ) - - -def dinov2_vits14_reg(*, pretrained: bool = True, weights: Union[Weights, str] = Weights.LVD142M, **kwargs): - """ - DINOv2 ViT-S/14 model with registers (optionally) pretrained on the LVD-142M dataset. - """ - return _make_dinov2_model( - arch_name="vit_small", - pretrained=pretrained, - weights=weights, - num_register_tokens=4, - interpolate_antialias=True, - interpolate_offset=0.0, - **kwargs, - ) - - -def dinov2_vitb14_reg(*, pretrained: bool = True, weights: Union[Weights, str] = Weights.LVD142M, **kwargs): - """ - DINOv2 ViT-B/14 model with registers (optionally) pretrained on the LVD-142M dataset. - """ - return _make_dinov2_model( - arch_name="vit_base", - pretrained=pretrained, - weights=weights, - num_register_tokens=4, - interpolate_antialias=True, - interpolate_offset=0.0, - **kwargs, - ) - - -def dinov2_vitl14_reg(*, pretrained: bool = True, weights: Union[Weights, str] = Weights.LVD142M, **kwargs): - """ - DINOv2 ViT-L/14 model with registers (optionally) pretrained on the LVD-142M dataset. - """ - return _make_dinov2_model( - arch_name="vit_large", - pretrained=pretrained, - weights=weights, - num_register_tokens=4, - interpolate_antialias=True, - interpolate_offset=0.0, - **kwargs, - ) - - -def dinov2_vitg14_reg(*, pretrained: bool = True, weights: Union[Weights, str] = Weights.LVD142M, **kwargs): - """ - DINOv2 ViT-g/14 model with registers (optionally) pretrained on the LVD-142M dataset. - """ - return _make_dinov2_model( - arch_name="vit_giant2", - ffn_layer="swiglufused", - weights=weights, - pretrained=pretrained, - num_register_tokens=4, - interpolate_antialias=True, - interpolate_offset=0.0, - **kwargs, - ) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/pyproject.toml b/depth_anything/torchhub/facebookresearch_dinov2_main/pyproject.toml deleted file mode 100644 index da67abd..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/pyproject.toml +++ /dev/null @@ -1,29 +0,0 @@ -[tool.black] -line-length = 120 - -[tool.pylint.master] -persistent = false -score = false - -[tool.pylint.messages_control] -disable = "all" -enable = [ - "miscellaneous", - "similarities", -] - -[tool.pylint.similarities] -ignore-comments = true -ignore-docstrings = true -ignore-imports = true -min-similarity-lines = 8 - -[tool.pylint.reports] -reports = false - -[tool.pylint.miscellaneous] -notes = [ - "FIXME", - "XXX", - "TODO", -] diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/requirements-dev.txt b/depth_anything/torchhub/facebookresearch_dinov2_main/requirements-dev.txt deleted file mode 100644 index 5cad34c..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/requirements-dev.txt +++ /dev/null @@ -1,3 +0,0 @@ -black==22.6.0 -flake8==5.0.4 -pylint==2.15.0 diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/requirements.txt b/depth_anything/torchhub/facebookresearch_dinov2_main/requirements.txt deleted file mode 100644 index 04c159c..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/requirements.txt +++ /dev/null @@ -1,11 +0,0 @@ ---extra-index-url https://download.pytorch.org/whl/cu117 -torch==2.0.0 -torchvision==0.15.0 -omegaconf -torchmetrics==0.10.3 -fvcore -iopath -xformers==0.0.18 -submitit ---extra-index-url https://pypi.nvidia.com -cuml-cu11 diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/scripts/lint.sh b/depth_anything/torchhub/facebookresearch_dinov2_main/scripts/lint.sh deleted file mode 100644 index b91acaf..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/scripts/lint.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -if [ -n "$1" ]; then - echo "linting \"$1\"" -fi - -echo "running black" -if [ -n "$1" ]; then - black "$1" -else - black dinov2 -fi - -echo "running flake8" -if [ -n "$1" ]; then - flake8 "$1" -else - flake8 -fi - -echo "running pylint" -if [ -n "$1" ]; then - pylint "$1" -else - pylint dinov2 -fi - -exit 0 diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/setup.cfg b/depth_anything/torchhub/facebookresearch_dinov2_main/setup.cfg deleted file mode 100644 index 3cac0c0..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/setup.cfg +++ /dev/null @@ -1,7 +0,0 @@ -[flake8] -max-line-length = 120 -ignore = E203,E501,W503 -per-file-ignores = - __init__.py:F401 -exclude = - venv diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/setup.py b/depth_anything/torchhub/facebookresearch_dinov2_main/setup.py deleted file mode 100644 index 001987c..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/setup.py +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - -from pathlib import Path -import re -from typing import List, Tuple - -from setuptools import setup, find_packages - - -NAME = "dinov2" -DESCRIPTION = "PyTorch code and models for the DINOv2 self-supervised learning method." - -URL = "https://github.com/facebookresearch/dinov2" -AUTHOR = "FAIR" -REQUIRES_PYTHON = ">=3.9.0" -HERE = Path(__file__).parent - - -try: - with open(HERE / "README.md", encoding="utf-8") as f: - long_description = "\n" + f.read() -except FileNotFoundError: - long_description = DESCRIPTION - - -def get_requirements(path: str = HERE / "requirements.txt") -> Tuple[List[str], List[str]]: - requirements = [] - extra_indices = [] - with open(path) as f: - for line in f.readlines(): - line = line.rstrip("\r\n") - if line.startswith("--extra-index-url "): - extra_indices.append(line[18:]) - continue - requirements.append(line) - return requirements, extra_indices - - -def get_package_version() -> str: - with open(HERE / "dinov2/__init__.py") as f: - result = re.search(r"^__version__ = ['\"]([^'\"]*)['\"]", f.read(), re.M) - if result: - return result.group(1) - raise RuntimeError("Can't get package version") - - -requirements, extra_indices = get_requirements() -version = get_package_version() -dev_requirements, _ = get_requirements(HERE / "requirements-dev.txt") - - -setup( - name=NAME, - version=version, - description=DESCRIPTION, - long_description=long_description, - long_description_content_type="text/markdown", - author=AUTHOR, - python_requires=REQUIRES_PYTHON, - url=URL, - packages=find_packages(), - package_data={ - "": ["*.yaml"], - }, - install_requires=requirements, - dependency_links=extra_indices, - extras_require={ - "dev": dev_requirements, - }, - install_package_data=True, - license="CC-BY-NC", - license_files=("LICENSE",), - classifiers=[ - # Trove classifiers: https://github.com/pypa/trove-classifiers/blob/main/src/trove_classifiers/__init__.py - "Development Status :: 3 - Alpha", - "Intended Audience :: Developers", - "Intended Audience :: Science/Research", - "License :: Other/Proprietary License", - "Programming Language :: Python :: 3.9", - "Topic :: Scientific/Engineering :: Artificial Intelligence", - "Topic :: Software Development :: Libraries :: Python Modules", - ], -) diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/utils.py b/depth_anything/torchhub/facebookresearch_dinov2_main/utils.py deleted file mode 100644 index 9c66414..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/utils.py +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# -# This source code is licensed under the Apache License, Version 2.0 -# found in the LICENSE file in the root directory of this source tree. - -import itertools -import math - -import torch -import torch.nn as nn -import torch.nn.functional as F - - -_DINOV2_BASE_URL = "https://dl.fbaipublicfiles.com/dinov2" - - -def _make_dinov2_model_name(arch_name: str, patch_size: int, num_register_tokens: int = 0) -> str: - compact_arch_name = arch_name.replace("_", "")[:4] - registers_suffix = f"_reg{num_register_tokens}" if num_register_tokens else "" - return f"dinov2_{compact_arch_name}{patch_size}{registers_suffix}" - - -class CenterPadding(nn.Module): - def __init__(self, multiple): - super().__init__() - self.multiple = multiple - - def _get_pad(self, size): - new_size = math.ceil(size / self.multiple) * self.multiple - pad_size = new_size - size - pad_size_left = pad_size // 2 - pad_size_right = pad_size - pad_size_left - return pad_size_left, pad_size_right - - @torch.inference_mode() - def forward(self, x): - pads = list(itertools.chain.from_iterable(self._get_pad(m) for m in x.shape[:1:-1])) - output = F.pad(x, pads) - return output diff --git a/depth_anything/torchhub/facebookresearch_dinov2_main/vision_transformer.py b/depth_anything/torchhub/facebookresearch_dinov2_main/vision_transformer.py deleted file mode 100644 index 121318f..0000000 --- a/depth_anything/torchhub/facebookresearch_dinov2_main/vision_transformer.py +++ /dev/null @@ -1,395 +0,0 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# -# This source code is licensed under the Apache License, Version 2.0 -# found in the LICENSE file in the root directory of this source tree. - -# References: -# https://github.com/facebookresearch/dino/blob/main/vision_transformer.py -# https://github.com/rwightman/pytorch-image-models/tree/master/timm/models/vision_transformer.py - -from functools import partial -import math -import logging -from typing import Sequence, Tuple, Union, Callable - -import torch -import torch.nn as nn -import torch.utils.checkpoint -from torch.nn.init import trunc_normal_ - -from dinov2.layers import Mlp, PatchEmbed, SwiGLUFFNFused, MemEffAttention, NestedTensorBlock as Block - - -logger = logging.getLogger("dinov2") - - -def named_apply(fn: Callable, module: nn.Module, name="", depth_first=True, include_root=False) -> nn.Module: - if not depth_first and include_root: - fn(module=module, name=name) - for child_name, child_module in module.named_children(): - child_name = ".".join((name, child_name)) if name else child_name - named_apply(fn=fn, module=child_module, name=child_name, depth_first=depth_first, include_root=True) - if depth_first and include_root: - fn(module=module, name=name) - return module - - -class BlockChunk(nn.ModuleList): - def forward(self, x): - for b in self: - x = b(x) - return x - - -class DinoVisionTransformer(nn.Module): - def __init__( - self, - img_size=224, - patch_size=16, - in_chans=3, - embed_dim=768, - depth=12, - num_heads=12, - mlp_ratio=4.0, - qkv_bias=True, - ffn_bias=True, - proj_bias=True, - drop_path_rate=0.0, - drop_path_uniform=False, - init_values=None, # for layerscale: None or 0 => no layerscale - embed_layer=PatchEmbed, - act_layer=nn.GELU, - block_fn=Block, - ffn_layer="mlp", - block_chunks=1, - num_register_tokens=0, - interpolate_antialias=False, - interpolate_offset=0.1, - ): - """ - Args: - img_size (int, tuple): input image size - patch_size (int, tuple): patch size - in_chans (int): number of input channels - embed_dim (int): embedding dimension - depth (int): depth of transformer - num_heads (int): number of attention heads - mlp_ratio (int): ratio of mlp hidden dim to embedding dim - qkv_bias (bool): enable bias for qkv if True - proj_bias (bool): enable bias for proj in attn if True - ffn_bias (bool): enable bias for ffn if True - drop_path_rate (float): stochastic depth rate - drop_path_uniform (bool): apply uniform drop rate across blocks - weight_init (str): weight init scheme - init_values (float): layer-scale init values - embed_layer (nn.Module): patch embedding layer - act_layer (nn.Module): MLP activation layer - block_fn (nn.Module): transformer block class - ffn_layer (str): "mlp", "swiglu", "swiglufused" or "identity" - block_chunks: (int) split block sequence into block_chunks units for FSDP wrap - num_register_tokens: (int) number of extra cls tokens (so-called "registers") - interpolate_antialias: (str) flag to apply anti-aliasing when interpolating positional embeddings - interpolate_offset: (float) work-around offset to apply when interpolating positional embeddings - """ - super().__init__() - norm_layer = partial(nn.LayerNorm, eps=1e-6) - - self.num_features = self.embed_dim = embed_dim # num_features for consistency with other models - self.num_tokens = 1 - self.n_blocks = depth - self.num_heads = num_heads - self.patch_size = patch_size - self.num_register_tokens = num_register_tokens - self.interpolate_antialias = interpolate_antialias - self.interpolate_offset = interpolate_offset - - self.patch_embed = embed_layer(img_size=img_size, patch_size=patch_size, in_chans=in_chans, embed_dim=embed_dim) - num_patches = self.patch_embed.num_patches - - self.cls_token = nn.Parameter(torch.zeros(1, 1, embed_dim)) - self.pos_embed = nn.Parameter(torch.zeros(1, num_patches + self.num_tokens, embed_dim)) - assert num_register_tokens >= 0 - self.register_tokens = ( - nn.Parameter(torch.zeros(1, num_register_tokens, embed_dim)) if num_register_tokens else None - ) - - if drop_path_uniform is True: - dpr = [drop_path_rate] * depth - else: - dpr = [x.item() for x in torch.linspace(0, drop_path_rate, depth)] # stochastic depth decay rule - - if ffn_layer == "mlp": - logger.info("using MLP layer as FFN") - ffn_layer = Mlp - elif ffn_layer == "swiglufused" or ffn_layer == "swiglu": - logger.info("using SwiGLU layer as FFN") - ffn_layer = SwiGLUFFNFused - elif ffn_layer == "identity": - logger.info("using Identity layer as FFN") - - def f(*args, **kwargs): - return nn.Identity() - - ffn_layer = f - else: - raise NotImplementedError - - blocks_list = [ - block_fn( - dim=embed_dim, - num_heads=num_heads, - mlp_ratio=mlp_ratio, - qkv_bias=qkv_bias, - proj_bias=proj_bias, - ffn_bias=ffn_bias, - drop_path=dpr[i], - norm_layer=norm_layer, - act_layer=act_layer, - ffn_layer=ffn_layer, - init_values=init_values, - ) - for i in range(depth) - ] - if block_chunks > 0: - self.chunked_blocks = True - chunked_blocks = [] - chunksize = depth // block_chunks - for i in range(0, depth, chunksize): - # this is to keep the block index consistent if we chunk the block list - chunked_blocks.append([nn.Identity()] * i + blocks_list[i : i + chunksize]) - self.blocks = nn.ModuleList([BlockChunk(p) for p in chunked_blocks]) - else: - self.chunked_blocks = False - self.blocks = nn.ModuleList(blocks_list) - - self.norm = norm_layer(embed_dim) - self.head = nn.Identity() - - self.mask_token = nn.Parameter(torch.zeros(1, embed_dim)) - - self.init_weights() - - def init_weights(self): - trunc_normal_(self.pos_embed, std=0.02) - nn.init.normal_(self.cls_token, std=1e-6) - if self.register_tokens is not None: - nn.init.normal_(self.register_tokens, std=1e-6) - named_apply(init_weights_vit_timm, self) - - def interpolate_pos_encoding(self, x, w, h): - previous_dtype = x.dtype - npatch = x.shape[1] - 1 - N = self.pos_embed.shape[1] - 1 - if npatch == N and w == h: - return self.pos_embed - pos_embed = self.pos_embed.float() - class_pos_embed = pos_embed[:, 0] - patch_pos_embed = pos_embed[:, 1:] - dim = x.shape[-1] - w0 = w // self.patch_size - h0 = h // self.patch_size - # we add a small number to avoid floating point error in the interpolation - # see discussion at https://github.com/facebookresearch/dino/issues/8 - # DINOv2 with register modify the interpolate_offset from 0.1 to 0.0 - w0, h0 = w0 + self.interpolate_offset, h0 + self.interpolate_offset - # w0, h0 = w0 + 0.1, h0 + 0.1 - - sqrt_N = math.sqrt(N) - sx, sy = float(w0) / sqrt_N, float(h0) / sqrt_N - patch_pos_embed = nn.functional.interpolate( - patch_pos_embed.reshape(1, int(sqrt_N), int(sqrt_N), dim).permute(0, 3, 1, 2), - scale_factor=(sx, sy), - # (int(w0), int(h0)), # to solve the upsampling shape issue - mode="bicubic", - antialias=self.interpolate_antialias - ) - - assert int(w0) == patch_pos_embed.shape[-2] - assert int(h0) == patch_pos_embed.shape[-1] - patch_pos_embed = patch_pos_embed.permute(0, 2, 3, 1).view(1, -1, dim) - return torch.cat((class_pos_embed.unsqueeze(0), patch_pos_embed), dim=1).to(previous_dtype) - - def prepare_tokens_with_masks(self, x, masks=None): - B, nc, w, h = x.shape - x = self.patch_embed(x) - if masks is not None: - x = torch.where(masks.unsqueeze(-1), self.mask_token.to(x.dtype).unsqueeze(0), x) - - x = torch.cat((self.cls_token.expand(x.shape[0], -1, -1), x), dim=1) - x = x + self.interpolate_pos_encoding(x, w, h) - - if self.register_tokens is not None: - x = torch.cat( - ( - x[:, :1], - self.register_tokens.expand(x.shape[0], -1, -1), - x[:, 1:], - ), - dim=1, - ) - - return x - - def forward_features_list(self, x_list, masks_list): - x = [self.prepare_tokens_with_masks(x, masks) for x, masks in zip(x_list, masks_list)] - for blk in self.blocks: - x = blk(x) - - all_x = x - output = [] - for x, masks in zip(all_x, masks_list): - x_norm = self.norm(x) - output.append( - { - "x_norm_clstoken": x_norm[:, 0], - "x_norm_regtokens": x_norm[:, 1 : self.num_register_tokens + 1], - "x_norm_patchtokens": x_norm[:, self.num_register_tokens + 1 :], - "x_prenorm": x, - "masks": masks, - } - ) - return output - - def forward_features(self, x, masks=None): - if isinstance(x, list): - return self.forward_features_list(x, masks) - - x = self.prepare_tokens_with_masks(x, masks) - - for blk in self.blocks: - x = blk(x) - - x_norm = self.norm(x) - return { - "x_norm_clstoken": x_norm[:, 0], - "x_norm_regtokens": x_norm[:, 1 : self.num_register_tokens + 1], - "x_norm_patchtokens": x_norm[:, self.num_register_tokens + 1 :], - "x_prenorm": x, - "masks": masks, - } - - def _get_intermediate_layers_not_chunked(self, x, n=1): - x = self.prepare_tokens_with_masks(x) - # If n is an int, take the n last blocks. If it's a list, take them - output, total_block_len = [], len(self.blocks) - blocks_to_take = range(total_block_len - n, total_block_len) if isinstance(n, int) else n - for i, blk in enumerate(self.blocks): - x = blk(x) - if i in blocks_to_take: - output.append(x) - assert len(output) == len(blocks_to_take), f"only {len(output)} / {len(blocks_to_take)} blocks found" - return output - - def _get_intermediate_layers_chunked(self, x, n=1): - x = self.prepare_tokens_with_masks(x) - output, i, total_block_len = [], 0, len(self.blocks[-1]) - # If n is an int, take the n last blocks. If it's a list, take them - blocks_to_take = range(total_block_len - n, total_block_len) if isinstance(n, int) else n - for block_chunk in self.blocks: - for blk in block_chunk[i:]: # Passing the nn.Identity() - x = blk(x) - if i in blocks_to_take: - output.append(x) - i += 1 - assert len(output) == len(blocks_to_take), f"only {len(output)} / {len(blocks_to_take)} blocks found" - return output - - def get_intermediate_layers( - self, - x: torch.Tensor, - n: Union[int, Sequence] = 1, # Layers or n last layers to take - reshape: bool = False, - return_class_token: bool = False, - norm=True, - ) -> Tuple[Union[torch.Tensor, Tuple[torch.Tensor]]]: - if self.chunked_blocks: - outputs = self._get_intermediate_layers_chunked(x, n) - else: - outputs = self._get_intermediate_layers_not_chunked(x, n) - if norm: - outputs = [self.norm(out) for out in outputs] - class_tokens = [out[:, 0] for out in outputs] - outputs = [out[:, 1 + self.num_register_tokens:] for out in outputs] - if reshape: - B, _, w, h = x.shape - outputs = [ - out.reshape(B, w // self.patch_size, h // self.patch_size, -1).permute(0, 3, 1, 2).contiguous() - for out in outputs - ] - if return_class_token: - return tuple(zip(outputs, class_tokens)) - return tuple(outputs) - - def forward(self, *args, is_training=False, **kwargs): - ret = self.forward_features(*args, **kwargs) - if is_training: - return ret - else: - return self.head(ret["x_norm_clstoken"]) - - -def init_weights_vit_timm(module: nn.Module, name: str = ""): - """ViT weight initialization, original timm impl (for reproducibility)""" - if isinstance(module, nn.Linear): - trunc_normal_(module.weight, std=0.02) - if module.bias is not None: - nn.init.zeros_(module.bias) - - -def vit_small(patch_size=16, num_register_tokens=0, **kwargs): - model = DinoVisionTransformer( - patch_size=patch_size, - embed_dim=384, - depth=12, - num_heads=6, - mlp_ratio=4, - block_fn=partial(Block, attn_class=MemEffAttention), - num_register_tokens=num_register_tokens, - **kwargs, - ) - return model - - -def vit_base(patch_size=16, num_register_tokens=0, **kwargs): - model = DinoVisionTransformer( - patch_size=patch_size, - embed_dim=768, - depth=12, - num_heads=12, - mlp_ratio=4, - block_fn=partial(Block, attn_class=MemEffAttention), - num_register_tokens=num_register_tokens, - **kwargs, - ) - return model - - -def vit_large(patch_size=16, num_register_tokens=0, **kwargs): - model = DinoVisionTransformer( - patch_size=patch_size, - embed_dim=1024, - depth=24, - num_heads=16, - mlp_ratio=4, - block_fn=partial(Block, attn_class=MemEffAttention), - num_register_tokens=num_register_tokens, - **kwargs, - ) - return model - - -def vit_giant2(patch_size=16, num_register_tokens=0, **kwargs): - """ - Close to ViT-giant, with embed-dim 1536 and 24 heads => embed-dim per head 64 - """ - model = DinoVisionTransformer( - patch_size=patch_size, - embed_dim=1536, - depth=40, - num_heads=24, - mlp_ratio=4, - block_fn=partial(Block, attn_class=MemEffAttention), - num_register_tokens=num_register_tokens, - **kwargs, - ) - return model diff --git a/depth_anything/video_pc_actual.py b/depth_anything/video_pc_actual.py deleted file mode 100644 index 1788b44..0000000 --- a/depth_anything/video_pc_actual.py +++ /dev/null @@ -1,99 +0,0 @@ -import open3d as o3d -import numpy as np -import cv2 -import os -from tqdm import tqdm - -# Define the directory containing the .ply files and the output directory for the frames -ply_dir = "/accounts/projects/binyu/timothygao/Depth-Anything/my_point_clouds/house_tour" -# ply_dir = "/accounts/projects/binyu/timothygao/Depth-Anything/my_point_clouds/driving_test" -# output_frames_dir = "/accounts/projects/binyu/timothygao/Depth-Anything/my_point_clouds/point_cloud_frames" - -output_frames_dir = "/accounts/projects/binyu/timothygao/Depth-Anything/tour" - -os.makedirs(output_frames_dir, exist_ok=True) - -# /Sequence 01_frame_0000.ply -# Define the output video file -output_video_file = "/accounts/projects/binyu/timothygao/Depth-Anything/tour/output_tour_video.mp4" - -# Define the rotation angle and the rotation axis -rotation_angle = 0 # Degrees per frame -rotation_axis = [0, 1, 0] # Rotate around the y-axis - -N_circle = 30 - -# Define the radius of the circle -R = 10 # You can change this value to any desired radius - -# Generate theta values -theta = np.linspace(0, 2 * np.pi, N_circle) - -# Calculate x and y coordinates -x = R * np.cos(theta) -y = R * np.sin(theta) - - -circle_idx = 0 -# Function to render a point cloud as an image -def render_point_cloud_as_image(ply_file, angle): - - global circle_idx - - circle_idx = (circle_idx + 1) % N_circle - - # Load the point cloud - pcd = o3d.io.read_point_cloud(ply_file) - - # Rotate the point cloud - R = pcd.get_rotation_matrix_from_xyz((0, 0, 0)) - pcd.rotate(R, center=(0, 0, 0)) - - # Create an offscreen renderer - width, height = 800, 600 - render = o3d.visualization.rendering.OffscreenRenderer(width, height) - material = o3d.visualization.rendering.MaterialRecord() - material.point_size = 6 - - render.scene.add_geometry("pcd", pcd, material) - - # Set up camera parameters - center = pcd.get_center() - eye = center + np.array([0, 0, 150]) # Adjust this based on your scene - print(x[circle_idx], y[circle_idx]) - up = np.array([0, -1, 0]) - render.setup_camera(60, center, eye, up) - - # Render the scene - image = render.render_to_image() - - # Convert to uint8 and return the image - image = np.asarray(image) - # image = cv2.flip(image, 1) - return cv2.cvtColor(image, cv2.COLOR_RGB2BGR) - -# Iterate through all .ply files, rotate, render, and save frames -ply_files = sorted([os.path.join(ply_dir, f) for f in os.listdir(ply_dir) if f.endswith(".ply")]) -angle = 0 -frame_files = [] -for idx in tqdm(range(len(ply_files)), desc="Processing PLY files"): - ply_file = ply_files[idx] - frame = render_point_cloud_as_image(ply_file, angle) - frame_file = os.path.join(output_frames_dir, f"frame_{idx:04d}.png") - cv2.imwrite(frame_file, frame) - print(frame_file) - frame_files.append(frame_file) - angle += rotation_angle - -# Compile the frames into a video using OpenCV -frame = cv2.imread(frame_files[0]) -height, width, layers = frame.shape -fourcc = cv2.VideoWriter_fourcc(*'mp4v') -video = cv2.VideoWriter(output_video_file, fourcc, 20, (width, height)) - -for frame_file in frame_files: - video.write(cv2.imread(frame_file)) - -video.release() - -print(f"Video saved as {output_video_file}") \ No newline at end of file diff --git a/depth_anything/video_pc_mesh.py b/depth_anything/video_pc_mesh.py deleted file mode 100644 index 12cc67b..0000000 --- a/depth_anything/video_pc_mesh.py +++ /dev/null @@ -1,85 +0,0 @@ -import open3d as o3d -import numpy as np -import cv2 -import os -from tqdm import tqdm - -# Define the directory containing the .ply files and the output directory for the frames -ply_dir = "/accounts/projects/binyu/timothygao/Depth-Anything/my_point_clouds/house_tour" -output_frames_dir = "/accounts/projects/binyu/timothygao/Depth-Anything/tour" -os.makedirs(output_frames_dir, exist_ok=True) -output_video_file = "/accounts/projects/binyu/timothygao/Depth-Anything/tour/output_tour_video.mp4" - -circle_idx = 0 -N_circle = 360 -x = np.cos(np.linspace(0, 2 * np.pi, N_circle)) -y = np.sin(np.linspace(0, 2 * np.pi, N_circle)) - -def render_point_cloud_as_image(ply_file, angle): - global circle_idx - - circle_idx = (circle_idx + 1) % N_circle - - # Load the point cloud - pcd = o3d.io.read_point_cloud(ply_file) - - # Rotate the point cloud - R = pcd.get_rotation_matrix_from_xyz((-np.deg2rad(5), 0, 0)) - pcd.rotate(R, center=(0, 0, 0)) - - # Estimate normals with a faster method - pcd.estimate_normals(search_param=o3d.geometry.KDTreeSearchParamHybrid(radius=0.1, max_nn=15)) - - # Perform Poisson surface reconstruction - mesh, densities = o3d.geometry.TriangleMesh.create_from_point_cloud_poisson(pcd, depth=12) - # Crop the mesh to remove low-density areas - bbox = pcd.get_axis_aligned_bounding_box() - mesh = mesh.crop(bbox) - - # Create an offscreen renderer - width, height = 800, 600 - render = o3d.visualization.rendering.OffscreenRenderer(width, height) - material = o3d.visualization.rendering.MaterialRecord() - material.shader = "defaultLit" - - render.scene.add_geometry("mesh", mesh, material) - - # Set up camera parameters - center = pcd.get_center() - eye = center + np.array([0 + x[circle_idx], 40 + y[circle_idx], 200]) # Adjust this based on your scene - print(x[circle_idx], y[circle_idx]) - up = np.array([0, -1, 0]) - render.setup_camera(50, center, eye, up) - - # Render the scene - image = render.render_to_image() - - # Convert to uint8 and return the image - image = np.asarray(image) - image = cv2.flip(image, 1) - return cv2.cvtColor(image, cv2.COLOR_RGB2BGR) - -# Iterate through all .ply files, rotate, render, and save frames -ply_files = sorted([os.path.join(ply_dir, f) for f in os.listdir(ply_dir) if f.endswith(".ply")]) -angle = 0 -frame_files = [] -for idx in tqdm(range(len(ply_files)), desc="Processing PLY files"): - ply_file = ply_files[idx] - frame = render_point_cloud_as_image(ply_file, angle) - frame_file = os.path.join(output_frames_dir, f"frame_{idx:04d}.png") - print(frame_file) - cv2.imwrite(frame_file, frame) - frame_files.append(frame_file) - -# Compile the frames into a video using OpenCV -frame = cv2.imread(frame_files[0]) -height, width, layers = frame.shape -fourcc = cv2.VideoWriter_fourcc(*'mp4v') -video = cv2.VideoWriter(output_video_file, fourcc, 20, (width, height)) - -for frame_file in frame_files: - video.write(cv2.imread(frame_file)) - -video.release() - -print(f"Video saved as {output_video_file}") \ No newline at end of file diff --git a/depth_anything/video_pc_testing.py b/depth_anything/video_pc_testing.py deleted file mode 100644 index 617811e..0000000 --- a/depth_anything/video_pc_testing.py +++ /dev/null @@ -1,79 +0,0 @@ -import open3d as o3d -import numpy as np -import cv2 -import os - -# Define the directory containing the .ply files and the output directory for the frames -# ply_dir = "/accounts/projects/binyu/timothygao/Depth-Anything/my_point_clouds/driving_test" -ply_dir = "/accounts/projects/binyu/timothygao/Depth-Anything/my_point_clouds/house_tour" -# output_frames_dir = "/accounts/projects/binyu/timothygao/Depth-Anything/my_point_clouds/point_cloud_frames" - -output_frames_dir = "/accounts/projects/binyu/timothygao/Depth-Anything/my_point_clouds/tour_pc_frames" - -os.makedirs(output_frames_dir, exist_ok=True) - -# /Sequence 01_frame_0000.ply -# Define the output video file -output_video_file = "/accounts/projects/binyu/timothygao/Depth-Anything/my_point_cloud_videos/output_video_tour.mp4" - -# Define the rotation angle and the rotation axis -rotation_angle = 0 # Degrees per frame -rotation_axis = [0, 1, 0] # Rotate around the y-axis - -# Function to render a point cloud as an image -def render_point_cloud_as_image(ply_file, angle): - # Load the point cloud - pcd = o3d.io.read_point_cloud(ply_file) - - # Rotate the point cloud - R = pcd.get_rotation_matrix_from_xyz((-np.deg2rad(5), 0, 0)) - pcd.rotate(R, center=(0, 0, 0)) - - # Create an offscreen renderer - width, height = 800, 600 - render = o3d.visualization.rendering.OffscreenRenderer(width, height) - material = o3d.visualization.rendering.MaterialRecord() - material.point_size = 6 - - render.scene.add_geometry("pcd", pcd, material) - - # Set up camera parameters - center = pcd.get_center() - eye = center + np.array([0, 0, 200]) # Adjust this based on your scene - up = np.array([0, -1, 0]) - render.setup_camera(60, center, eye, up) - - # Render the scene - image = render.render_to_image() - - # Convert to uint8 and return the image - image = np.asarray(image) - image = cv2.flip(image, 1) - return cv2.cvtColor(image, cv2.COLOR_RGB2BGR) - -# Iterate through all .ply files, rotate, render, and save frames -ply_files = sorted([os.path.join(ply_dir, f) for f in os.listdir(ply_dir) if f.endswith(".ply")]) -angle = 0 -frame_files = [] -for idx, ply_file in enumerate(ply_files): - print(ply_file) - frame = render_point_cloud_as_image(ply_file, angle) - frame_file = os.path.join(output_frames_dir, f"test_frame_{idx:04d}.png") - print(frame_file) - cv2.imwrite(frame_file, frame) - frame_files.append(frame_file) - angle += rotation_angle - break - -# # Compile the frames into a video using OpenCV -# frame = cv2.imread(frame_files[0]) -# height, width, layers = frame.shape -# fourcc = cv2.VideoWriter_fourcc(*'mp4v') -# video = cv2.VideoWriter(output_video_file, fourcc, 20, (width, height)) - -# for frame_file in frame_files: -# video.write(cv2.imread(frame_file)) - -# video.release() - -# print(f"Video saved as {output_video_file}") \ No newline at end of file diff --git a/environment.yml b/environment.yml deleted file mode 100644 index 97f6879..0000000 --- a/environment.yml +++ /dev/null @@ -1,253 +0,0 @@ -name: hack -channels: - - conda-forge -dependencies: - - _libgcc_mutex=0.1=conda_forge - - _openmp_mutex=4.5=2_gnu - - bzip2=1.0.8=hd590300_5 - - ca-certificates=2024.6.2=hbcca054_0 - - ld_impl_linux-64=2.40=hf3520f5_7 - - libffi=3.4.2=h7f98852_5 - - libgcc-ng=13.2.0=h77fa898_11 - - libgomp=13.2.0=h77fa898_11 - - libnsl=2.0.1=hd590300_0 - - libsqlite=3.46.0=hde9e2c9_0 - - libuuid=2.38.1=h0b41bf4_0 - - libxcrypt=4.4.36=hd590300_1 - - libzlib=1.3.1=h4ab18f5_1 - - ncurses=6.5=h59595ed_0 - - openssl=3.3.1=h4ab18f5_0 - - pip=24.0=pyhd8ed1ab_0 - - python=3.9.19=h0755675_0_cpython - - readline=8.2=h8228510_1 - - tk=8.6.13=noxft_h4845f30_101 - - wheel=0.43.0=pyhd8ed1ab_1 - - xz=5.2.6=h166bdaf_0 - - pip: - - addict==2.4.0 - - aiofiles==23.2.1 - - aiohttp==3.9.5 - - aioresponses==0.7.6 - - aiosignal==1.3.1 - - altair==5.3.0 - - annotated-types==0.7.0 - - anyio==4.4.0 - - apscheduler==3.10.1 - - asttokens==2.4.1 - - async-timeout==4.0.3 - - attrs==23.2.0 - - awscli==1.33.13 - - backoff==2.2.1 - - blinker==1.8.2 - - boto3==1.34.123 - - botocore==1.34.131 - - cachetools==5.3.3 - - certifi==2024.6.2 - - cffi==1.16.0 - - charset-normalizer==3.3.2 - - click==8.1.7 - - colorama==0.4.4 - - coloredlogs==15.0.1 - - comm==0.2.2 - - configargparse==1.7 - - contourpy==1.2.1 - - cryptography==42.0.8 - - cycler==0.12.1 - - cython==3.0.0 - - dash==2.17.1 - - dash-core-components==2.0.0 - - dash-html-components==2.0.0 - - dash-table==5.0.0 - - dataclasses-json==0.6.7 - - decorator==5.1.1 - - defusedxml==0.7.1 - - distro==1.9.0 - - dnspython==2.6.1 - - docker==6.1.3 - - docutils==0.16 - - email-validator==2.2.0 - - exceptiongroup==1.2.1 - - executing==2.0.1 - - fastapi==0.110.3 - - fastapi-cli==0.0.4 - - fastjsonschema==2.20.0 - - ffmpy==0.3.2 - - filelock==3.15.4 - - flask==3.0.3 - - flatbuffers==24.3.25 - - fonttools==4.53.0 - - frozenlist==1.4.1 - - fsspec==2024.6.0 - - gitdb==4.0.11 - - gitpython==3.1.43 - - google-api-core==2.19.0 - - google-api-python-client==2.134.0 - - google-auth==2.30.0 - - google-auth-httplib2==0.2.0 - - google-cloud-core==2.4.1 - - google-cloud-storage==2.17.0 - - google-crc32c==1.5.0 - - google-resumable-media==2.7.1 - - googleapis-common-protos==1.63.1 - - gputil==1.4.0 - - gradio==4.14.0 - - gradio-client==0.8.0 - - gradio-imageslider==0.0.20 - - h11==0.14.0 - - httpcore==1.0.5 - - httplib2==0.22.0 - - httptools==0.6.1 - - httpx==0.27.0 - - huggingface-hub==0.23.4 - - humanfriendly==10.0 - - idna==3.7 - - imageio==2.34.1 - - importlib-metadata==7.2.0 - - importlib-resources==6.4.0 - - inference==0.12.1 - - inference-sdk==0.12.1 - - iniconfig==2.0.0 - - ipython==8.18.1 - - ipywidgets==8.1.3 - - itsdangerous==2.2.0 - - jedi==0.19.1 - - jinja2==3.1.4 - - jmespath==1.0.1 - - joblib==1.4.2 - - jsonschema==4.22.0 - - jsonschema-specifications==2023.12.1 - - jupyter-core==5.7.2 - - jupyterlab-widgets==3.0.11 - - kiwisolver==1.4.5 - - lazy-loader==0.4 - - markdown-it-py==3.0.0 - - markupsafe==2.1.5 - - marshmallow==3.21.3 - - matplotlib==3.9.0 - - matplotlib-inline==0.1.7 - - mdurl==0.1.2 - - mpmath==1.3.0 - - multidict==6.0.5 - - mypy-extensions==1.0.0 - - nbformat==5.10.4 - - nest-asyncio==1.6.0 - - networkx==3.2.1 - - numpy==1.26.4 - - nvidia-cublas-cu12==12.1.3.1 - - nvidia-cuda-cupti-cu12==12.1.105 - - nvidia-cuda-nvrtc-cu12==12.1.105 - - nvidia-cuda-runtime-cu12==12.1.105 - - nvidia-cudnn-cu12==8.9.2.26 - - nvidia-cufft-cu12==11.0.2.54 - - nvidia-curand-cu12==10.3.2.106 - - nvidia-cusolver-cu12==11.4.5.107 - - nvidia-cusparse-cu12==12.1.0.106 - - nvidia-nccl-cu12==2.20.5 - - nvidia-nvjitlink-cu12==12.5.40 - - nvidia-nvtx-cu12==12.1.105 - - onnxruntime==1.15.1 - - open3d==0.18.0 - - openai==1.35.3 - - opencv-python==4.8.0.76 - - opencv-python-headless==4.10.0.84 - - orjson==3.10.5 - - packaging==24.1 - - pandas==2.2.2 - - parso==0.8.4 - - pendulum==3.0.0 - - pexpect==4.9.0 - - piexif==1.1.3 - - pillow==10.3.0 - - platformdirs==4.2.2 - - plotly==5.22.0 - - pluggy==1.5.0 - - prettytable==3.10.0 - - prometheus-client==0.20.0 - - prometheus-fastapi-instrumentator==6.0.0 - - prompt-toolkit==3.0.47 - - proto-plus==1.24.0 - - protobuf==4.25.3 - - psutil==6.0.0 - - ptyprocess==0.7.0 - - pulp==2.8.0 - - pure-eval==0.2.2 - - py-cpuinfo==9.0.0 - - pyasn1==0.6.0 - - pyasn1-modules==0.4.0 - - pybase64==1.3.2 - - pycparser==2.22 - - pydantic==2.7.4 - - pydantic-core==2.18.4 - - pydot==2.0.0 - - pydub==0.25.1 - - pygments==2.18.0 - - pyparsing==3.1.2 - - pyquaternion==0.9.9 - - pytest==8.2.2 - - pytest-asyncio==0.21.1 - - python-dateutil==2.9.0.post0 - - python-dotenv==1.0.1 - - python-multipart==0.0.9 - - pytz==2024.1 - - pyyaml==6.0.1 - - redis==5.0.6 - - referencing==0.35.1 - - requests==2.31.0 - - requests-toolbelt==1.0.0 - - retrying==1.3.4 - - rich==13.5.2 - - rpds-py==0.18.1 - - rsa==4.7.2 - - s3transfer==0.10.1 - - scikit-image==0.24.0 - - scikit-learn==1.5.0 - - scipy==1.13.1 - - seaborn==0.13.2 - - semantic-version==2.10.0 - - setuptools==69.5.1 - - shapely==2.0.1 - - shellingham==1.5.4 - - six==1.16.0 - - skypilot==0.5.0 - - smmap==5.0.1 - - sniffio==1.3.1 - - stack-data==0.6.3 - - starlette==0.37.2 - - structlog==24.2.0 - - supervision==0.21.0 - - sympy==1.12.1 - - tabulate==0.9.0 - - tenacity==8.4.1 - - thop==0.1.1-2209072238 - - threadpoolctl==3.5.0 - - tifffile==2024.6.18 - - time-machine==2.14.1 - - tomli==2.0.1 - - tomlkit==0.12.0 - - toolz==0.12.1 - - torch==2.3.1 - - torchvision==0.18.1 - - tqdm==4.66.4 - - traitlets==5.14.3 - - triton==2.3.1 - - typer==0.9.0 - - typing-extensions==4.12.2 - - typing-inspect==0.9.0 - - tzdata==2024.1 - - tzlocal==5.2 - - ujson==5.10.0 - - ultralytics==8.2.39 - - ultralytics-thop==2.0.0 - - uritemplate==4.1.1 - - urllib3==1.26.19 - - uvicorn==0.30.1 - - uvloop==0.19.0 - - watchfiles==0.22.0 - - wcwidth==0.2.13 - - websocket-client==1.8.0 - - websockets==11.0.3 - - werkzeug==3.0.3 - - widgetsnbextension==4.0.11 - - yarl==1.9.4 - - zipp==3.19.2 - - zxing-cpp==2.2.0 \ No newline at end of file