Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DepthMap fail since release 2019.1 #409

Closed
Valouleloup opened this issue Mar 1, 2019 · 52 comments · Fixed by alicevision/AliceVision#616
Closed

DepthMap fail since release 2019.1 #409

Valouleloup opened this issue Mar 1, 2019 · 52 comments · Fixed by alicevision/AliceVision#616
Labels
bug for actual bugs (unsure? use type:question)

Comments

@Valouleloup
Copy link

Hello,

I just checked the new release and I have trouble to render a set of images I've done flawlessly on release 2018.

  • It fails on DepthMap, I don't have any error message but an info before stopping.
  • All the settings are defaults.
  • On the 2018 version, I tested with all default settings and all steps succeeded.
  • I didn't imported the projet of 2018 on the 2019 version, I started with a brand new project, imported the images and press start. So exactly what I've done on 2018

Logs of the chunk that fails :

log

...
gpu elapsed time: 1142.000000 ms 
gpu elapsed time: 1361.000000 ms 
rc: 12, gpu elapsed time: 471.000000 ms 
rc: 12, gpu elapsed time: 477.000000 ms 
rc: 12, gpu elapsed time: 477.000000 ms 
rc: 12, gpu elapsed time: 469.000000 ms 
[22:38:14.563297][info] Found only 8/10 nearest cameras for view id: 874225700
[22:38:26.190166][info] Estimate depth map, view id: 874225700

status

{
    "status": "ERROR",
    "execMode": "LOCAL",
    "nodeName": "DepthMap_1",
    "nodeType": "DepthMap",
    "packageName": "aliceVision",
    "packageVersion": null,
    "graph": "",
    "commandLine": "aliceVision_depthMapEstimation  --input \"C:/thePath/6966dd1fe97f92b12182da295c478c4c6ae08d3c/sfm.abc\" --imagesFolder \"C:/thePath/479bd69063c5e69424f7008ed63d1d12b05ad0c2\" --downscale 2 --minViewAngle 2.0 --maxViewAngle 70.0 --sgmMaxTCams 10 --sgmWSH 4 --sgmGammaC 5.5 --sgmGammaP 8.0 --refineMaxTCams 6 --refineNSamplesHalf 150 --refineNDepthsToRefine 31 --refineNiters 100 --refineWSH 3 --refineSigma 15 --refineGammaC 15.5 --refineGammaP 8.0 --refineUseTcOrRcPixSize False --exportIntermediateResults False --nbGPUs 0 --verboseLevel info --output \"C:/thePath/eea85f62a67692bf1c80dd467ba452ca1393560d\" --rangeStart 12 --rangeSize 3",
    "env": null,
    "startDateTime": "2019-03-01 22:37:08.124094",
    "endDateTime": "",
    "elapsedTime": 0,
    "hostname": "***",
    "sessionUid": "04b2976e-3c67-11e9-9d66-30243267bd9e",
    "returnCode": 3221226505,
    "elapsedTimeStr": "0:00:00"
}

My config:

  • Windows 10
  • CPU: i7 8550U
  • GPU: MX150

Thanks :)

@fabiencastan
Copy link
Member

Can you put the verbose param to "trace" on the DepthMap node and launch the computation again to see if you retrieve more log?

@Valouleloup
Copy link
Author

Yep :

[23:20:11.304265][debug] Reuse C:/path/MeshroomCache/PrepareDenseScene/479bd69063c5e69424f7008ed63d1d12b05ad0c2/1425639814.exr from image cache. 
[23:20:11.304265][debug] Reuse C:/path/MeshroomCache/PrepareDenseScene/479bd69063c5e69424f7008ed63d1d12b05ad0c2/864016481.exr from image cache. 
[23:20:11.304265][info] Estimate depth map, view id: 874225700
[23:20:11.304265][debug] SGM (rc: 14 / 34)
[23:20:11.389470][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 58968
	- volStepXY: 4
	- volDimX: 324
	- volDimY: 182
	- volDimZ: 1296
[23:20:11.389470][debug] rc: 13
tcams: 
[23:20:11.389470][debug] 	- 8
[23:20:11.389470][debug] Reuse C:/path/MeshroomCache/PrepareDenseScene/479bd69063c5e69424f7008ed63d1d12b05ad0c2/684042362.exr from image cache. 
[23:20:11.625320][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 238 miliseconds

Device 0 memory - used: 644.837524, free: 1403.162476, total: 2048.000000
total size of volume map in GPU memory: 115.171875
nDepths 1296, nDepthsToSearch 1296 
ps_computeSimilarityVolume elapsed time: 37.000000 ms 
[23:20:15.301702][debug]  Elapsed time: 00 minutes 03 seconds 924 miliseconds

[23:20:15.301702][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 04 seconds 000 miliseconds

[23:20:15.301702][debug] GPU memory : free: 1518.35, total: 2048, used: 529.65
[23:20:15.301702][debug] GPU memory volume: 460.688
[23:20:15.768552][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 58968
	- volStepXY: 4
	- volDimX: 324
	- volDimY: 182
	- volDimZ: 1296
[23:20:15.768552][debug] rc: 13
tcams: 
[23:20:15.768552][debug] 	- 21
[23:20:15.768552][debug] Reuse C:/path/MeshroomCache/PrepareDenseScene/479bd69063c5e69424f7008ed63d1d12b05ad0c2/1402325967.exr from image cache. 
[23:20:15.967597][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 196 miliseconds

@FlakPacket
Copy link

I am experiencing a very similar problem on Linux (Ubuntu). I have image sets that reconstructed flawlessly in Meshroom-2018.1.0, but they now fail in the DepthMap node when I run them in Meshroom-2019.1.0.

I am including a log trace below. A segmentation fault (core dump) occurs while processing a chunk in the midst of the DepthMap phase. The segmentation fault appears to happen during RefineRc::getDepthPixSizeMapFromSGM() after the number of rc depths was zero (chunks with more than zero rc depths process successfully).

Log:

Program called with the following parameters:
 * downscale = 2
 * exportIntermediateResults = 0
 * imagesFolder = "/MeshroomCache/PrepareDenseScene/48abcd8a3470ebd501ccb0d2864cea36e5beebce"
 * input = "/MeshroomCache/StructureFromMotion/5560d8a09eb189b1efee9f575f6494feb8889143/sfm.abc"
 * maxViewAngle = 70
 * minViewAngle = 2
 * nbGPUs = 0
 * output = "/MeshroomCache/DepthMap/fc5e92e436b8d54ca1bee166aba54e11c6a90136"
 * rangeSize = 3
 * rangeStart = 33
 * refineGammaC = 15.5
 * refineGammaP = 8
 * refineMaxTCams = 6
 * refineNDepthsToRefine = 31
 * refineNSamplesHalf = 150
 * refineNiters = 100
 * refineSigma = 15
 * refineUseTcOrRcPixSize = 0
 * refineWSH = 3
 * sgmGammaC = 5.5
 * sgmGammaP = 8
 * sgmMaxTCams = 10
 * sgmWSH = 4
 * verboseLevel = "trace"

[18:13:13.843903][info] CUDA-Enabled GPU.
Device information:
	- id:                      0
	- name:                    GeForce GTX 1080
	- compute capability:      7.5
	- total device memory:     7952 MB 
	- device memory available: 7824 MB 
	- per-block shared memory: 49152
	- warp size:               32
	- max threads per block:   1024
	- max threads per SM(X):   1024
	- max block sizes:         {1024,1024,64}
	- max grid sizes:          {2147483647,65535,65535}
	- max 2D array texture:    {131072,65536}
	- max 3D array texture:    {16384,16384,16384}
	- max 2D linear texture:   {131072,65000,2097120}
	- max 2D layered texture:  {32768,32768,2048}
	- number of SM(x)s:        36
	- registers per SM(x):     65536
	- registers per block:     65536
	- concurrent kernels:      yes
	- mapping host memory:     yes
	- unified addressing:      yes
	- texture alignment:       512 byte
	- pitch alignment:         32 byte

[18:13:14.170843][info] Supported CUDA-Enabled GPU detected.
[18:13:14.249558][trace] 379 extrinsics declared and 383 extrinsics used.
[18:13:14.602601][info] Found 1 image dimension(s): 
[18:13:14.602627][info] 	- [1920x1080]
[18:13:14.602689][debug] [IO] Read Image Metadata: /MeshroomCache/PrepareDenseScene/48abcd8a3470ebd501ccb0d2864cea36e5beebce/8406444.exr
[18:13:14.606647][debug] Reading view 8406444 projection matrix from image metadata.
. . . . . . 
[18:13:14.840024][debug] [IO] Read Image Metadata: /MeshroomCache/PrepareDenseScene/48abcd8a3470ebd501ccb0d2864cea36e5beebce/2141972853.exr
[18:13:14.840589][debug] Reading view 2141972853 projection matrix from image metadata.
[18:13:14.840605][info] Overall maximum dimension: [1920x1080]
[18:13:14.840684][info] Create depth maps.
[18:13:14.841112][info] # GPU devices: 1, # CPU threads: 28
[18:13:14.841147][info] Plane sweeping parameters:
	- scale: 2
	- step: 2
[18:13:14.841218][info] PlaneSweepingCuda:
	- _nImgsInGPUAtTime: 10
	- scales: 2
	- subPixel: Yes
	- varianceWSH: 4
[18:13:14.849243][debug] Compute min/max/mid/nb depth for view id: 206671739
[18:13:14.852650][debug] allDepths: 990
[18:13:14.852840][debug] All correct depths: 115
[18:13:14.852851][debug] used depths: 0
[18:13:14.852864][debug] Compute min/max/mid/nb depth for view id: 206671739
[18:13:14.855316][debug] allDepths: 0
[18:13:14.855331][debug] Compute min/max/mid/nb depth for view id: 206671739
[18:13:14.857433][debug] allDepths: 0
[18:13:14.857445][debug] Compute min/max/mid/nb depth for view id: 206671739
[18:13:14.859812][debug] allDepths: 987
[18:13:14.860011][debug] All correct depths: 127
[18:13:14.860018][debug] used depths: 0
[18:13:14.860028][debug] Compute min/max/mid/nb depth for view id: 206671739
[18:13:14.862520][debug] allDepths: 817
[18:13:14.862701][debug] Compute min/max/mid/nb depth for view id: 206671739
[18:13:14.864944][debug] allDepths: 996
[18:13:14.865106][debug] All correct depths: 110
[18:13:14.865113][debug] used depths: 0
[18:13:14.865122][debug] Compute min/max/mid/nb depth for view id: 206671739
[18:13:14.867320][debug] allDepths: 335
[18:13:14.867375][debug] Compute min/max/mid/nb depth for view id: 206671739
[18:13:14.869450][debug] allDepths: 0
[18:13:14.869461][debug] Compute min/max/mid/nb depth for view id: 206671739
[18:13:14.871586][debug] allDepths: 0
[18:13:14.871599][debug] Compute min/max/mid/nb depth for view id: 206671739
[18:13:14.873654][debug] allDepths: 960
[18:13:14.873813][debug] Compute min/max/mid/nb depth for view id: 206671739
[18:13:14.876130][debug] rc depths: 0
[18:13:14.878797][info] Estimate depth map, view id: 206671739
[18:13:14.878812][debug] SGM (rc: 34 / 379)
[18:13:14.878819][info] Refine depth map, view id: 206671739
[18:13:14.878826][debug] Refine CUDA (rc: 34 / 379)
Segmentation fault (core dumped)

@Darker
Copy link

Darker commented Mar 2, 2019

I think I have the same problem, here's the error log:

[2/6](73/175) DepthMap
 - commandLine: aliceVision_depthMapEstimation  --input "C:/3D/reconstruction/kaplicka-karlin/MeshroomCache/StructureFromMotion/0f4a8e4992a2c2895d1f62a511a93e306a5dc47d/sfm.abc" --imagesFolder "C:/3D/reconstruction/kaplicka-karlin/MeshroomCache/PrepareDenseScene/b181e71ba941f79016d2ec07e7d14bd35c56272e" --downscale 2 --minViewAngle 2.0 --maxViewAngle 70.0 --sgmMaxTCams 10 --sgmWSH 4 --sgmGammaC 5.5 --sgmGammaP 8.0 --refineMaxTCams 6 --refineNSamplesHalf 150 --refineNDepthsToRefine 31 --refineNiters 100 --refineWSH 3 --refineSigma 15 --refineGammaC 15.5 --refineGammaP 8.0 --refineUseTcOrRcPixSize False --exportIntermediateResults False --nbGPUs 0 --verboseLevel info --output "C:/3D/reconstruction/kaplicka-karlin/MeshroomCache/DepthMap/a527c959503a4c9fec682942fa48a886fea81c03" --rangeStart 216 --rangeSize 3
 - logFile: C:/3D/reconstruction/kaplicka-karlin/MeshroomCache/DepthMap/a527c959503a4c9fec682942fa48a886fea81c03/72.log
 - elapsed time: 0:00:27.865122
ERROR:root:Error on node computation: Error on node "DepthMap_1(72)":
Log:
Program called with the following parameters:
 * downscale = 2
 * exportIntermediateResults = 0
 * imagesFolder = "C:/3D/reconstruction/kaplicka-karlin/MeshroomCache/PrepareDenseScene/b181e71ba941f79016d2ec07e7d14bd35c56272e"
 * input = "C:/3D/reconstruction/kaplicka-karlin/MeshroomCache/StructureFromMotion/0f4a8e4992a2c2895d1f62a511a93e306a5dc47d/sfm.abc"
 * maxViewAngle = 70
 * minViewAngle = 2
 * nbGPUs = 0
 * output = "C:/3D/reconstruction/kaplicka-karlin/MeshroomCache/DepthMap/a527c959503a4c9fec682942fa48a886fea81c03"
 * rangeSize = 3
 * rangeStart = 216
 * refineGammaC = 15.5
 * refineGammaP = 8
 * refineMaxTCams = 6
 * refineNDepthsToRefine = 31
 * refineNSamplesHalf = 150
 * refineNiters = 100
 * refineSigma = 15
 * refineUseTcOrRcPixSize = 0
 * refineWSH = 3
 * sgmGammaC = 5.5
 * sgmGammaP = 8
 * sgmMaxTCams = 10
 * sgmWSH = 4
 * verboseLevel = "info"

[00:17:35.668736][info] CUDA-Enabled GPU.
Device information:
        - id:                      0
        - name:                    GeForce GTX 1060 3GB
        - compute capability:      6.1
        - total device memory:     3072 MB
        - device memory available: 2481 MB
        - per-block shared memory: 49152
        - warp size:               32
        - max threads per block:   1024
        - max threads per SM(X):   2048
        - max block sizes:         {1024,1024,64}
        - max grid sizes:          {2147483647,65535,65535}
        - max 2D array texture:    {131072,65536}
        - max 3D array texture:    {16384,16384,16384}
        - max 2D linear texture:   {131072,65000,2097120}
        - max 2D layered texture:  {32768,32768,2048}
        - number of SM(x)s:        9
        - registers per SM(x):     65536
        - registers per block:     65536
        - concurrent kernels:      yes
        - mapping host memory:     yes
        - unified addressing:      yes
        - texture alignment:       512 byte
        - pitch alignment:         32 byte

[00:17:35.978740][info] Supported CUDA-Enabled GPU detected.
[00:17:36.494789][info] Found 1 image dimension(s):
[00:17:36.494789][info]         - [3008x2000]
[00:17:36.788735][info] Overall maximum dimension: [3008x2000]
[00:17:36.789735][info] Create depth maps.
number of CUDA devices: 1
   0: GeForce GTX 1060 3GB
[00:17:36.790740][info] # GPU devices: 1, # CPU threads: 6
[00:17:36.790740][info] Plane sweeping parameters:
        - scale: 2
        - step: 3
[00:17:36.790740][info] PlaneSweepingCuda:
        - _nImgsInGPUAtTime: 3
        - scales: 2
        - subPixel: Yes
        - varianceWSH: 4
CUDA device no 0 for 0
Device 0 memory - used: 590.762512, free: 2481.237549, total: 3072.000000
Device 0 memory - used: 678.887512, free: 2393.112549, total: 3072.000000
[00:17:48.151735][info] Estimate depth map, view id: 1608284970
Device 0 memory - used: 712.075012, free: 2359.925049, total: 3072.000000
total size of volume map in GPU memory: 33.151367
nDepths 409, nDepthsToSearch 409
ps_computeSimilarityVolume elapsed time: 6.000000 ms
Device 0 memory - used: 712.887512, free: 2359.112549, total: 3072.000000
total size of volume map in GPU memory: 33.961914
nDepths 419, nDepthsToSearch 419
ps_computeSimilarityVolume elapsed time: 7.000000 ms
Device 0 memory - used: 702.325012, free: 2369.675049, total: 3072.000000
total size of volume map in GPU memory: 23.424805
nDepths 289, nDepthsToSearch 289
ps_computeSimilarityVolume elapsed time: 6.000000 ms
Device 0 memory - used: 706.262512, free: 2365.737549, total: 3072.000000
total size of volume map in GPU memory: 27.315430
nDepths 337, nDepthsToSearch 337
ps_computeSimilarityVolume elapsed time: 6.000000 ms
Device 0 memory - used: 709.887512, free: 2362.112549, total: 3072.000000
total size of volume map in GPU memory: 30.962891
nDepths 382, nDepthsToSearch 382
ps_computeSimilarityVolume elapsed time: 6.000000 ms
Device 0 memory - used: 714.262512, free: 2357.737549, total: 3072.000000
total size of volume map in GPU memory: 35.339844
nDepths 436, nDepthsToSearch 436
ps_computeSimilarityVolume elapsed time: 7.000000 ms
Device 0 memory - used: 714.262512, free: 2357.737549, total: 3072.000000
total size of volume map in GPU memory: 35.339844
nDepths 436, nDepthsToSearch 436
ps_computeSimilarityVolume elapsed time: 6.000000 ms
Device 0 memory - used: 712.262512, free: 2359.737549, total: 3072.000000
total size of volume map in GPU memory: 33.313477
nDepths 411, nDepthsToSearch 411
ps_computeSimilarityVolume elapsed time: 6.000000 ms
Device 0 memory - used: 699.450012, free: 2372.550049, total: 3072.000000
total size of volume map in GPU memory: 20.506836
nDepths 253, nDepthsToSearch 253
ps_computeSimilarityVolume elapsed time: 5.000000 ms
Device 0 memory - used: 714.825012, free: 2357.175049, total: 3072.000000
total size of volume map in GPU memory: 35.907227
nDepths 443, nDepthsToSearch 443
ps_computeSimilarityVolume elapsed time: 7.000000 ms
ps_SGMoptimizeSimVolume
ps_updateAggrVolume
ps_aggregatePathVolume
ps_aggregatePathVolume done
ps_updateAggrVolume done
ps_updateAggrVolume
ps_aggregatePathVolume
ps_aggregatePathVolume done
ps_updateAggrVolume done
ps_updateAggrVolume
ps_aggregatePathVolume
ps_aggregatePathVolume done
ps_updateAggrVolume done
ps_updateAggrVolume
ps_aggregatePathVolume
ps_aggregatePathVolume done
ps_updateAggrVolume done
SGM volume gpu elapsed time: 158.000000 ms
ps_SGMoptimizeSimVolume done
[00:17:53.959734][info] Refine depth map, view id: 1608284970
gpu elapsed time: 180.000000 ms
gpu elapsed time: 167.000000 ms
gpu elapsed time: 153.000000 ms
gpu elapsed time: 103.000000 ms
gpu elapsed time: 158.000000 ms
gpu elapsed time: 155.000000 ms
gpu elapsed time: 105.000000 ms
gpu elapsed time: 16.000000 ms
gpu elapsed time: 26.000000 ms
gpu elapsed time: 162.000000 ms
gpu elapsed time: 174.000000 ms
gpu elapsed time: 135.000000 ms
gpu elapsed time: 40.000000 ms
gpu elapsed time: 153.000000 ms
gpu elapsed time: 160.000000 ms
gpu elapsed time: 77.000000 ms
gpu elapsed time: 19.000000 ms
gpu elapsed time: 137.000000 ms
gpu elapsed time: 160.000000 ms
gpu elapsed time: 132.000000 ms
gpu elapsed time: 19.000000 ms
gpu elapsed time: 96.000000 ms
gpu elapsed time: 173.000000 ms
gpu elapsed time: 94.000000 ms
gpu elapsed time: 165.000000 ms
gpu elapsed time: 164.000000 ms
gpu elapsed time: 163.000000 ms
gpu elapsed time: 160.000000 ms
rc: 216, gpu elapsed time: 54.000000 ms
rc: 216, gpu elapsed time: 52.000000 ms
rc: 216, gpu elapsed time: 53.000000 ms
rc: 216, gpu elapsed time: 51.000000 ms
[00:18:00.098734][info] Found only 0/10 nearest cameras for view id: 1615417882
[00:18:00.106740][info] Found only 0/6 nearest cameras for view id: 1615417882
[00:18:00.107740][info] Estimate depth map, view id: 1615417882
[00:18:00.107740][info] Refine depth map, view id: 1615417882

WARNING: downgrade status on node "DepthMap_1(73)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(74)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(75)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(76)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(77)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(78)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(79)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(80)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(81)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(82)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(83)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(84)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(85)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(86)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(87)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(88)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(89)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(90)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(91)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(92)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(93)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(94)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(95)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(96)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(97)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(98)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(99)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(100)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(101)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(102)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(103)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(104)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(105)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(106)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(107)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(108)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(109)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(110)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(111)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(112)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(113)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(114)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(115)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(116)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(117)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(118)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(119)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(120)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(121)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(122)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(123)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(124)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(125)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(126)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(127)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(128)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(129)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(130)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(131)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(132)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(133)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(134)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(135)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(136)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(137)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(138)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(139)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(140)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(141)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(142)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(143)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(144)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(145)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(146)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(147)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(148)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(149)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(150)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(151)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(152)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(153)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(154)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(155)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(156)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(157)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(158)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(159)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(160)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(161)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(162)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(163)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(164)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(165)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(166)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(167)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(168)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(169)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(170)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(171)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(172)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(173)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMap_1(174)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(0)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(1)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(2)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(3)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(4)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(5)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(6)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(7)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(8)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(9)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(10)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(11)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(12)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(13)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(14)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(15)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(16)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(17)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(18)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(19)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(20)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(21)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(22)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(23)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(24)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(25)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(26)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(27)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(28)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(29)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(30)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(31)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(32)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(33)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(34)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(35)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(36)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(37)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(38)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(39)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(40)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(41)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(42)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(43)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(44)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(45)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(46)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(47)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(48)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(49)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(50)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(51)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "DepthMapFilter_1(52)" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "Meshing_1" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "MeshFiltering_1" from Status.SUBMITTED to Status.NONE
WARNING: downgrade status on node "Texturing_1" from Status.SUBMITTED to Status.NONE

It's really sad, given that new version performs depth times twice as fast...

@Darker
Copy link

Darker commented Mar 2, 2019

Also worth mentioning is that the error is reproducible every time on the same step, so it's probably bug. Maybe someone is still using C style pointers?

@andrei-ai
Copy link

Hello,
I have a similar issue in version 2019.1 in DepthMap step.
My config: Win10 x64, CPU Intel 8700k, GPU GTX1070.
I attach my log with "trace" level in a file because it contains too many lines to scroll here in this comment. I hope this can help in fixing the issue.

MeshMap_2019.1_issue.txt

@louisiukas
Copy link

Ok, so I have the same issue with 2019.1, also the DepthMap step. I also reran the alicevision command with the trace, and can report that it finishes with status 0.

Running from meshroom (50.log, 50.statistics, 50.status): Depthmap_50.zip

From terminal with "--verboseLevel trace": alicevision.output_trace.txt

It does write the files 832415826_depthMap.exr and 832415826_simMap.exr, but they are smaller than the others: exr-files.zip

My config:
Debian Linux, AMD Ryzen 7 2700X (no overclocking)
GPU: GeForce GT 710 (CUDA 3.5) (Don't laugh, it was cheap)

@renanmgs
Copy link

renanmgs commented Mar 6, 2019

Same Here:
Program called with the following parameters:

  • downscale = 2
  • exportIntermediateResults = 0
  • imagesFolder = "C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f"
  • input = "C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/StructureFromMotion/131f0c4502b6f0d4c117160346958b24068ed061/sfm.abc"
  • maxViewAngle = 70
  • minViewAngle = 2
  • nbGPUs = 0
  • output = "C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/DepthMap/e24ad0e2b9469fb8508dbb4713194351f45d79dc"
  • rangeSize = 3
  • rangeStart = 6
  • refineGammaC = 15.5
  • refineGammaP = 8
  • refineMaxTCams = 6
  • refineNDepthsToRefine = 31
  • refineNSamplesHalf = 150
  • refineNiters = 100
  • refineSigma = 15
  • refineUseTcOrRcPixSize = 0
  • refineWSH = 3
  • sgmGammaC = 5.5
  • sgmGammaP = 8
  • sgmMaxTCams = 10
  • sgmWSH = 4
  • verboseLevel = "info"

[18:10:44.587462][info] CUDA-Enabled GPU.
Device information:
- id: 0
- name: Quadro K620
- compute capability: 5.0
- total device memory: 2048 MB
- device memory available: 1681 MB
- per-block shared memory: 49152
- warp size: 32
- max threads per block: 1024
- max threads per SM(X): 2048
- max block sizes: {1024,1024,64}
- max grid sizes: {2147483647,65535,65535}
- max 2D array texture: {65536,65536}
- max 3D array texture: {4096,4096,4096}
- max 2D linear texture: {65536,65536,1048544}
- max 2D layered texture: {16384,16384,2048}
- number of SM(x)s: 3
- registers per SM(x): 65536
- registers per block: 65536
- concurrent kernels: yes
- mapping host memory: yes
- unified addressing: yes
- texture alignment: 512 byte
- pitch alignment: 32 byte

[18:10:44.891280][info] Supported CUDA-Enabled GPU detected.
[18:10:44.989222][info] Found 1 image dimension(s):
[18:10:44.989222][info] - [4032x3024]
[18:10:45.241068][info] Overall maximum dimension: [4032x3024]
[18:10:45.242069][info] Create depth maps.
number of CUDA devices: 1
0: Quadro K620
[18:10:45.242069][info] # GPU devices: 1, # CPU threads: 8
[18:10:45.242069][info] Plane sweeping parameters:
- scale: 2
- step: 3
[18:10:45.242069][info] PlaneSweepingCuda:
- _nImgsInGPUAtTime: 2
- scales: 2
- subPixel: Yes
- varianceWSH: 4
CUDA device no 0 for 0
Device 0 memory - used: 366.456238, free: 1681.543701, total: 2048.000000
Device 0 memory - used: 484.581238, free: 1563.418701, total: 2048.000000
[18:10:45.258059][info] Found only 6/10 nearest cameras for view id: 157664079
[18:10:56.074452][info] Estimate depth map, view id: 157664079

Trace:

Program called with the following parameters:

  • downscale = 2
  • exportIntermediateResults = 0
  • imagesFolder = "C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f"
  • input = "C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/StructureFromMotion/131f0c4502b6f0d4c117160346958b24068ed061/sfm.abc"
  • maxViewAngle = 70
  • minViewAngle = 2
  • nbGPUs = 0
  • output = "C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/DepthMap/e24ad0e2b9469fb8508dbb4713194351f45d79dc"
  • rangeSize = 3
  • rangeStart = 6
  • refineGammaC = 15.5
  • refineGammaP = 8
  • refineMaxTCams = 6
  • refineNDepthsToRefine = 31
  • refineNSamplesHalf = 150
  • refineNiters = 100
  • refineSigma = 15
  • refineUseTcOrRcPixSize = 0
  • refineWSH = 3
  • sgmGammaC = 5.5
  • sgmGammaP = 8
  • sgmMaxTCams = 10
  • sgmWSH = 4
  • verboseLevel = "trace"

[08:11:04.034628][info] CUDA-Enabled GPU.
Device information:
- id: 0
- name: Quadro K620
- compute capability: 5.0
- total device memory: 2048 MB
- device memory available: 1681 MB
- per-block shared memory: 49152
- warp size: 32
- max threads per block: 1024
- max threads per SM(X): 2048
- max block sizes: {1024,1024,64}
- max grid sizes: {2147483647,65535,65535}
- max 2D array texture: {65536,65536}
- max 3D array texture: {4096,4096,4096}
- max 2D linear texture: {65536,65536,1048544}
- max 2D layered texture: {16384,16384,2048}
- number of SM(x)s: 3
- registers per SM(x): 65536
- registers per block: 65536
- concurrent kernels: yes
- mapping host memory: yes
- unified addressing: yes
- texture alignment: 512 byte
- pitch alignment: 32 byte

[08:11:04.299742][info] Supported CUDA-Enabled GPU detected.
[08:11:04.336719][trace] 82 extrinsics declared and 89 extrinsics used.
[08:11:04.404678][info] Found 1 image dimension(s):
[08:11:04.405679][info] - [4032x3024]
[08:11:04.405679][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/7625502.exr
[08:11:04.416670][debug] Reading view 7625502 projection matrix from image metadata.
[08:11:04.416670][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/56458978.exr
[08:11:04.419668][debug] Reading view 56458978 projection matrix from image metadata.
[08:11:04.419668][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/66085808.exr
[08:11:04.422667][debug] Reading view 66085808 projection matrix from image metadata.
[08:11:04.422667][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/85310658.exr
[08:11:04.425665][debug] Reading view 85310658 projection matrix from image metadata.
[08:11:04.425665][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/125937652.exr
[08:11:04.427664][debug] Reading view 125937652 projection matrix from image metadata.
[08:11:04.427664][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/126447870.exr
[08:11:04.430662][debug] Reading view 126447870 projection matrix from image metadata.
[08:11:04.430662][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/157664079.exr
[08:11:04.433660][debug] Reading view 157664079 projection matrix from image metadata.
[08:11:04.433660][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/173863206.exr
[08:11:04.436658][debug] Reading view 173863206 projection matrix from image metadata.
[08:11:04.436658][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/270635148.exr
[08:11:04.439656][debug] Reading view 270635148 projection matrix from image metadata.
[08:11:04.439656][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/282620916.exr
[08:11:04.442655][debug] Reading view 282620916 projection matrix from image metadata.
[08:11:04.442655][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/290850146.exr
[08:11:04.445654][debug] Reading view 290850146 projection matrix from image metadata.
[08:11:04.445654][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/307624374.exr
[08:11:04.448652][debug] Reading view 307624374 projection matrix from image metadata.
[08:11:04.448652][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/314012312.exr
[08:11:04.450651][debug] Reading view 314012312 projection matrix from image metadata.
[08:11:04.450651][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/316291184.exr
[08:11:04.453649][debug] Reading view 316291184 projection matrix from image metadata.
[08:11:04.453649][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/364451714.exr
[08:11:04.456647][debug] Reading view 364451714 projection matrix from image metadata.
[08:11:04.456647][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/407701778.exr
[08:11:04.459646][debug] Reading view 407701778 projection matrix from image metadata.
[08:11:04.459646][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/431523065.exr
[08:11:04.462649][debug] Reading view 431523065 projection matrix from image metadata.
[08:11:04.462649][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/436506608.exr
[08:11:04.465647][debug] Reading view 436506608 projection matrix from image metadata.
[08:11:04.465647][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/445252738.exr
[08:11:04.468645][debug] Reading view 445252738 projection matrix from image metadata.
[08:11:04.468645][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/489685116.exr
[08:11:04.471643][debug] Reading view 489685116 projection matrix from image metadata.
[08:11:04.471643][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/509543422.exr
[08:11:04.474641][debug] Reading view 509543422 projection matrix from image metadata.
[08:11:04.474641][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/515506274.exr
[08:11:04.476640][debug] Reading view 515506274 projection matrix from image metadata.
[08:11:04.476640][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/534705436.exr
[08:11:04.480638][debug] Reading view 534705436 projection matrix from image metadata.
[08:11:04.480638][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/567514617.exr
[08:11:04.482637][debug] Reading view 567514617 projection matrix from image metadata.
[08:11:04.482637][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/590181193.exr
[08:11:04.485635][debug] Reading view 590181193 projection matrix from image metadata.
[08:11:04.485635][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/599503620.exr
[08:11:04.488633][debug] Reading view 599503620 projection matrix from image metadata.
[08:11:04.488633][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/626158785.exr
[08:11:04.491631][debug] Reading view 626158785 projection matrix from image metadata.
[08:11:04.491631][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/628292184.exr
[08:11:04.494630][debug] Reading view 628292184 projection matrix from image metadata.
[08:11:04.494630][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/653918049.exr
[08:11:04.497628][debug] Reading view 653918049 projection matrix from image metadata.
[08:11:04.497628][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/654018391.exr
[08:11:04.500626][debug] Reading view 654018391 projection matrix from image metadata.
[08:11:04.500626][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/675434417.exr
[08:11:04.503623][debug] Reading view 675434417 projection matrix from image metadata.
[08:11:04.503623][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/690384977.exr
[08:11:04.506621][debug] Reading view 690384977 projection matrix from image metadata.
[08:11:04.506621][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/697648839.exr
[08:11:04.509620][debug] Reading view 697648839 projection matrix from image metadata.
[08:11:04.509620][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/708702200.exr
[08:11:04.512619][debug] Reading view 708702200 projection matrix from image metadata.
[08:11:04.512619][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/724090564.exr
[08:11:04.515617][debug] Reading view 724090564 projection matrix from image metadata.
[08:11:04.515617][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/786079954.exr
[08:11:04.518615][debug] Reading view 786079954 projection matrix from image metadata.
[08:11:04.518615][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/792954653.exr
[08:11:04.521614][debug] Reading view 792954653 projection matrix from image metadata.
[08:11:04.521614][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/843570096.exr
[08:11:04.524612][debug] Reading view 843570096 projection matrix from image metadata.
[08:11:04.524612][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/899882799.exr
[08:11:04.528609][debug] Reading view 899882799 projection matrix from image metadata.
[08:11:04.528609][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/906629514.exr
[08:11:04.531606][debug] Reading view 906629514 projection matrix from image metadata.
[08:11:04.531606][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/912123736.exr
[08:11:04.534604][debug] Reading view 912123736 projection matrix from image metadata.
[08:11:04.534604][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/940932559.exr
[08:11:04.537602][debug] Reading view 940932559 projection matrix from image metadata.
[08:11:04.537602][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/950365363.exr
[08:11:04.540603][debug] Reading view 950365363 projection matrix from image metadata.
[08:11:04.540603][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/956397080.exr
[08:11:04.543601][debug] Reading view 956397080 projection matrix from image metadata.
[08:11:04.543601][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1021059025.exr
[08:11:04.546599][debug] Reading view 1021059025 projection matrix from image metadata.
[08:11:04.546599][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1046288037.exr
[08:11:04.549597][debug] Reading view 1046288037 projection matrix from image metadata.
[08:11:04.549597][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1085908643.exr
[08:11:04.551596][debug] Reading view 1085908643 projection matrix from image metadata.
[08:11:04.551596][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1098675119.exr
[08:11:04.554594][debug] Reading view 1098675119 projection matrix from image metadata.
[08:11:04.554594][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1116342342.exr
[08:11:04.557592][debug] Reading view 1116342342 projection matrix from image metadata.
[08:11:04.557592][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1122237165.exr
[08:11:04.561021][debug] Reading view 1122237165 projection matrix from image metadata.
[08:11:04.561021][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1128317340.exr
[08:11:04.564008][debug] Reading view 1128317340 projection matrix from image metadata.
[08:11:04.564008][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1140663535.exr
[08:11:04.566006][debug] Reading view 1140663535 projection matrix from image metadata.
[08:11:04.566006][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1170022014.exr
[08:11:04.569005][debug] Reading view 1170022014 projection matrix from image metadata.
[08:11:04.569005][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1210529668.exr
[08:11:04.572004][debug] Reading view 1210529668 projection matrix from image metadata.
[08:11:04.572004][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1271376589.exr
[08:11:04.576000][debug] Reading view 1271376589 projection matrix from image metadata.
[08:11:04.576000][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1275386633.exr
[08:11:04.579998][debug] Reading view 1275386633 projection matrix from image metadata.
[08:11:04.579998][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1335660695.exr
[08:11:04.584003][debug] Reading view 1335660695 projection matrix from image metadata.
[08:11:04.584003][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1336160906.exr
[08:11:04.587994][debug] Reading view 1336160906 projection matrix from image metadata.
[08:11:04.587994][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1350991747.exr
[08:11:04.590993][debug] Reading view 1350991747 projection matrix from image metadata.
[08:11:04.590993][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1351437186.exr
[08:11:04.593990][debug] Reading view 1351437186 projection matrix from image metadata.
[08:11:04.593990][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1399406965.exr
[08:11:04.596989][debug] Reading view 1399406965 projection matrix from image metadata.
[08:11:04.596989][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1406161687.exr
[08:11:04.599987][debug] Reading view 1406161687 projection matrix from image metadata.
[08:11:04.599987][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1412254029.exr
[08:11:04.602984][debug] Reading view 1412254029 projection matrix from image metadata.
[08:11:04.602984][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1418766640.exr
[08:11:04.605984][debug] Reading view 1418766640 projection matrix from image metadata.
[08:11:04.605984][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1458715582.exr
[08:11:04.608980][debug] Reading view 1458715582 projection matrix from image metadata.
[08:11:04.608980][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1466593190.exr
[08:11:04.611978][debug] Reading view 1466593190 projection matrix from image metadata.
[08:11:04.611978][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1500095585.exr
[08:11:04.614976][debug] Reading view 1500095585 projection matrix from image metadata.
[08:11:04.614976][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1530482053.exr
[08:11:04.617975][debug] Reading view 1530482053 projection matrix from image metadata.
[08:11:04.617975][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1592541721.exr
[08:11:04.620973][debug] Reading view 1592541721 projection matrix from image metadata.
[08:11:04.620973][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1636479492.exr
[08:11:04.623973][debug] Reading view 1636479492 projection matrix from image metadata.
[08:11:04.623973][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1639568669.exr
[08:11:04.626971][debug] Reading view 1639568669 projection matrix from image metadata.
[08:11:04.626971][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1645910614.exr
[08:11:04.629969][debug] Reading view 1645910614 projection matrix from image metadata.
[08:11:04.629969][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1691850336.exr
[08:11:04.632968][debug] Reading view 1691850336 projection matrix from image metadata.
[08:11:04.632968][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1703572133.exr
[08:11:04.635965][debug] Reading view 1703572133 projection matrix from image metadata.
[08:11:04.635965][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1734733633.exr
[08:11:04.637965][debug] Reading view 1734733633 projection matrix from image metadata.
[08:11:04.637965][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1849114149.exr
[08:11:04.640963][debug] Reading view 1849114149 projection matrix from image metadata.
[08:11:04.641962][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1948068648.exr
[08:11:04.643961][debug] Reading view 1948068648 projection matrix from image metadata.
[08:11:04.643961][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1952673285.exr
[08:11:04.646958][debug] Reading view 1952673285 projection matrix from image metadata.
[08:11:04.646958][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/2005465460.exr
[08:11:04.649957][debug] Reading view 2005465460 projection matrix from image metadata.
[08:11:04.649957][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/2067828958.exr
[08:11:04.652956][debug] Reading view 2067828958 projection matrix from image metadata.
[08:11:04.652956][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/2081514669.exr
[08:11:04.655954][debug] Reading view 2081514669 projection matrix from image metadata.
[08:11:04.655954][debug] [IO] Read Image Metadata: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/2142264825.exr
[08:11:04.658952][debug] Reading view 2142264825 projection matrix from image metadata.
[08:11:04.658952][info] Overall maximum dimension: [4032x3024]
[08:11:04.658952][info] Create depth maps.
number of CUDA devices: 1
0: Quadro K620
[08:11:04.658952][info] # GPU devices: 1, # CPU threads: 8
[08:11:04.658952][info] Plane sweeping parameters:
- scale: 2
- step: 3
[08:11:04.659951][info] PlaneSweepingCuda:
- _nImgsInGPUAtTime: 2
- scales: 2
- subPixel: Yes
- varianceWSH: 4
CUDA device no 0 for 0
Device 0 memory - used: 366.456238, free: 1681.543701, total: 2048.000000
Device 0 memory - used: 484.581238, free: 1563.418701, total: 2048.000000
[08:11:04.674947][info] Found only 6/10 nearest cameras for view id: 157664079
[08:11:04.674947][debug] Compute min/max/mid/nb depth for view id: 157664079
[08:11:04.675947][debug] allDepths: 2016
[08:11:04.675947][debug] All correct depths: 875
[08:11:04.676946][debug] used depths: 875
[08:11:04.676946][debug] allDepths: 2023
[08:11:04.676946][debug] All correct depths: 724
[08:11:04.676946][debug] used depths: 725
[08:11:04.676946][debug] allDepths: 2018
[08:11:04.677945][debug] All correct depths: 720
[08:11:04.677945][debug] used depths: 720
[08:11:04.677945][debug] allDepths: 1842
[08:11:04.677945][debug] Compute min/max/mid/nb depth for view id: 157664079
[08:11:04.678944][debug] allDepths: 1885
[08:11:04.679944][debug] Compute min/max/mid/nb depth for view id: 157664079
[08:11:04.679944][debug] allDepths: 1773
[08:11:04.679944][debug] Compute min/max/mid/nb depth for view id: 157664079
[08:11:04.680944][debug] rc depths: 992
[08:11:04.769038][debug] [IO] Read Image: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/792954653.exr
[08:11:05.809026][debug] Downscale (x2) image: 792954653.
[08:11:06.962332][debug] Add C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/792954653.exr to image cache. Elapsed time: 00 minutes 02 seconds 280 miliseconds

[08:11:07.053278][debug] [IO] Read Image: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/307624374.exr
[08:11:08.411346][debug] Downscale (x2) image: 307624374.
[08:11:09.531093][debug] Add C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/307624374.exr to image cache. Elapsed time: 00 minutes 02 seconds 556 miliseconds

[08:11:09.611046][debug] [IO] Read Image: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1458715582.exr
[08:11:11.393642][debug] Downscale (x2) image: 1458715582.
[08:11:12.623903][debug] Add C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1458715582.exr to image cache. Elapsed time: 00 minutes 03 seconds 092 miliseconds

[08:11:12.703855][debug] [IO] Read Image: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/899882799.exr
[08:11:13.634295][debug] Downscale (x2) image: 899882799.
[08:11:14.742673][debug] Add C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/899882799.exr to image cache. Elapsed time: 00 minutes 02 seconds 117 miliseconds

[08:11:14.823625][debug] [IO] Read Image: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/364451714.exr
[08:11:15.685106][debug] Downscale (x2) image: 364451714.
[08:11:16.866397][debug] Add C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/364451714.exr to image cache. Elapsed time: 00 minutes 02 seconds 125 miliseconds

[08:11:16.948348][debug] [IO] Read Image: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1021059025.exr
[08:11:18.243569][debug] Downscale (x2) image: 1021059025.
[08:11:19.228975][debug] Add C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/1021059025.exr to image cache. Elapsed time: 00 minutes 02 seconds 362 miliseconds

[08:11:19.228975][info] Estimate depth map, view id: 157664079
[08:11:19.228975][debug] SGM (rc: 7 / 82)
[08:11:19.268952][debug] sweepPixelsVolume:
- scale: 2
- step: 1
- npixels: 84672
- volStepXY: 3
- volDimX: 336
- volDimY: 252
- volDimZ: 922
[08:11:19.360897][debug] [IO] Read Image: C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/157664079.exr
[08:11:20.369527][debug] Downscale (x2) image: 157664079.
[08:11:21.344944][debug] Add C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/157664079.exr to image cache. Elapsed time: 00 minutes 02 seconds 058 miliseconds

[08:11:21.480881][debug] copy image from disk to GPU Elapsed time: 00 minutes 02 seconds 194 miliseconds

[08:11:21.480881][debug] rc: 6
tcams:
[08:11:21.480881][debug] - 36
[08:11:21.498881][debug] Reuse C:/Users/renan.goncalves/Desktop/Minis/Druid/MeshroomCache/PrepareDenseScene/ec6132147c1b3835300000fbd60f62a1c989498f/792954653.exr from image cache.
[08:11:21.630795][debug] copy image from disk to GPU Elapsed time: 00 minutes 00 seconds 131 miliseconds

@louisiukas
Copy link

D'oh! I thought we just esablished a habit of not pasting everything into the comment field ;-)
Anyway, at least good to see that it is easy to reproduce across setups.

@Darker
Copy link

Darker commented Mar 6, 2019

@louisiukas And did any of the devs manage to reproduce it in a breakpoint kind of fashion?

@louisiukas
Copy link

@Darker I have no idea. Just a user and not in the loop. I only commented on the comment trail.

@daktylus
Copy link

daktylus commented Mar 6, 2019

+1

I have the same fail

@arjhun
Copy link

arjhun commented Mar 7, 2019

Same here, just started using meshroom, fails at depthmap.

@The-Crazed-Chef
Copy link

+3
also having the same issue, I am new to meshroom and this is maddening.

@edied2002
Copy link

Hi, new here and I have the same error, I put it in a pastebin, thanks:

https://pastebin.com/bWbBbd9M

@fabiencastan
Copy link
Member

Thank you for all your precise reports. Unfortunately, we never had this problem on all the machines we tested. So I have no idea how to reproduce it for now.

@fabiencastan
Copy link
Member

The problem concerns people having problems with the version "2019.1" on the depth map while it worked under the same conditions with the release "2018.1". For people using Meshroom for the first time, you probably just have to update your drivers to be able to use the cuda version used by Meshroom.

@arjhun
Copy link

arjhun commented Mar 12, 2019 via email

@jfkjfb91
Copy link

Hi,
i also have issues with depthmap on 2019.1.0.
using a rtx2080 i have last drivers on W10
It seems that depthmap stops when it doesn't find the number of neighbour images configured.

@edied2002
Copy link

Hi, I have a Gtx 765M and I don't know what is the error, I uploaded the log if somebody wants to take a look, thanks:

https://pastebin.com/bWbBbd9M

@rayloo
Copy link

rayloo commented Mar 18, 2019

I was having this problem with error in DepthMap processing.

At first I though was my GPU CUDA disabled, then I read the log saying my GTX105 was detected CUDA enabled.

Then I noticed this :

[00:18:00.098734][info] Found only 0/10 nearest cameras for view id: 1615417882
[00:18:00.106740][info] Found only 0/6 nearest cameras for view id: 1615417882

I realised it was due to bad photos that the system could not find matching among other photos and stuck here.

So I removed the photos with red color icon and to start over the process. Voila it went thru.

Hope it helps.

@hardreddata
Copy link

Thanks to @fabiencastan and the creators for making such helpful software readily available.

The 2018.1 workflow includes a CameraConnection node. The 2019.1 release removed this. Perhaps this is somehow involved?

Also, the log of a successful 2018.1 DepthMap includes many examples similar to

[14:57:53.158192][debug] [IO] loadArrayFromFile: D:/meshroom_results/MeshroomCache/PrepareDenseScene/ce5754f8b29c5d65a88e71591a6ca26142150c4d/camsPairsMatrixFromSeeds.bin
[14:57:53.158192][debug] [IO] loadArrayFromFile: D:/meshroom_results/MeshroomCache/DepthMap/3c258dcb6c4544653a1090eb2ab4367962154b35/102861722_tcams.bin
[14:57:53.158192][debug] [IO] loadArrayFromFile: D:/meshroom_results/MeshroomCache/DepthMap/3c258dcb6c4544653a1090eb2ab4367962154b35/102861722_depths.bin
[14:57:53.158192][debug] [IO] loadArrayFromFile: D:/meshroom_results/MeshroomCache/DepthMap/3c258dcb6c4544653a1090eb2ab4367962154b35/102861722_depthsTcamsLimits.bin
[14:57:53.158192][debug] [IO] loadArrayFromFile: D:/meshroom_results/MeshroomCache/PrepareDenseScene/ce5754f8b29c5d65a88e71591a6ca26142150c4d/camsPairsMatrixFromSeeds.bin

There are none in the 2019 log prior to failure. I appreciate the code could have changed.

I hope this helps somehow.

@daktylus
Copy link

@fabiencastan Have a look on rayloo's comment. Maybe you couldn't reproduce the error because you had a good image set without imgaes which cannot be allocated.

@rayloo
Copy link

rayloo commented Mar 18, 2019

Latest update.

I had 2 DepthMap failed processes, the 1st one made it after I removed the bad photos.

The 2nd did not make it, however the process improved a bit but still stuck before the end of DepthMap procedure.

Though it showed 66 over 66 photos recognized in green icon..

@daktylus
Copy link

Same here. :-(

I just reran image sets in 2019.1 in which all camera positions are properly allocated. Meshroom is still failing in DepthMap.

@hardreddata
Copy link

Following @rayloo this also fails, where we have some cameras

[14:03:01.060152][debug] Compute min/max/mid/nb depth for view id: 56857134
[14:03:01.060152][info] Found only 2/10 nearest cameras for view id: 56857134
[14:03:01.060152][debug] allDepths: 468
[14:03:01.060152][debug] Compute min/max/mid/nb depth for view id: 56857134
[14:03:01.060152][debug] allDepths: 0
[14:03:01.060152][debug] Compute min/max/mid/nb depth for view id: 56857134
[14:03:01.060152][debug] rc depths: 0
[14:03:01.060152][info] Found only 2/6 nearest cameras for view id: 56857134
[14:03:01.060152][info] Estimate depth map, view id: 56857134
[14:03:01.060152][debug] SGM (rc: 6 / 186)
[14:03:01.060152][info] Refine depth map, view id: 56857134
[14:03:01.060152][debug] Refine CUDA (rc: 6 / 186)

I have followed the offending view ids back up stream. The start of the SFM trace is shown here where localizerEstimator has an unknown type. It should be acransac. The SFM html report looks ok.

Program called with the following parameters:
 * describerTypes = "sift,akaze"
 * extraInfoFolder = "D:/meshroom_results/MeshroomCache/StructureFromMotion/84dc9a8666e26bfa099f983f0491442a3923abd1"
 * featuresFolders =  = [D:/meshroom_results/MeshroomCache/FeatureExtraction/615c14388378a160078d3d0e7709d4f5a50eb62e]
 * initialPairA = ""
 * initialPairB = ""
 * input = "D:/meshroom_results/MeshroomCache/CameraInit/a4973a2d4808617e3a6d3494bfe6e8b3b1f716bb/cameraInit.sfm"
 * interFileExtension = ".abc"
 * localBAGraphDistance = 1
 * localizerEstimator =  Unknown Type "enum aliceVision::robustEstimation::ERobustEstimator"
 * localizerEstimatorError = 0
 * localizerEstimatorMaxIterations = 4096
 * lockAllIntrinsics = 0
 * lockScenePreviouslyReconstructed = 0
 * matchesFolders =  = [D:/meshroom_results/MeshroomCache/FeatureMatching/6ce7bca7261bff0ce460f80d2b7f557fad8c0829]
 * maxAngleInitialPair = 40
 * maxNumberOfMatches = 0
 * maxReprojectionError = 4
 * minAngleForLandmark = 2
 * minAngleForTriangulation = 3
 * minAngleInitialPair = 5
 * minInputTrackLength = 2
 * minNumberOfObservationsForTriangulation = 2
 * output = "D:/meshroom_results/MeshroomCache/StructureFromMotion/84dc9a8666e26bfa099f983f0491442a3923abd1/sfm.abc"
 * outputViewsAndPoses = "D:/meshroom_results/MeshroomCache/StructureFromMotion/84dc9a8666e26bfa099f983f0491442a3923abd1/cameras.sfm"
 * useLocalBA = 1
 * useOnlyMatchesFromInputFolder = 0
 * useRigConstraint = 1
 * useTrackFiltering = 1 (default)
 * verboseLevel = "trace"

Cheers.

@RadCLarite
Copy link

+1 for failure on missing views. Will try deleting the offending views and see if that helps.
tested on two systems, including GTX1060.

@rayloo
Copy link

rayloo commented Mar 19, 2019

Guys, see what I have found.

I made 3 projects with DepthMap error. The first one was settled by removing bad photos. The 2nd project did not make it thought I had 100% photos recognized with green icon, but the progress improved a bit.

The 3rd project with 100% photos recognized but also failed at about 70% of DepthMap progress. Then I adjusted the Downscale figure to 4 (Default is 2), the result was failed even faster at 10% of the progress. So I thought it was about the resolution issue.

Common sense, I adjusted Downscale to 1 and prayed it would go through, and yes it passed DepthMap progress and currently is in the DepthMapFilter progress.

Hope my finding means anything to you.

@ChemicalXandco
Copy link
Contributor

Can confirm that setting downscale to 1 fixes this (at least in my case).

@Valouleloup
Copy link
Author

Yep, thank you Fabien !

@vridiot
Copy link

vridiot commented Apr 8, 2019

@fabiencastan Any idea when a release would be likely? When it works the multi-GPU support in the 2019 version gave a pretty significant speedup for me (1080Ti x2).

@fabiencastan
Copy link
Member

Next release should be around the middle of May.

@ChemicalXandco
Copy link
Contributor

Hello,
I compiled the latest alicevison to try the fix and it worked sometimes, it seems as if there are two separate problems:

  1. It will terminate with something like Found only 0/10 nearest cameras for view id: 1615417882 (I found this was working now)

  2. (with verbose level set to trace) terminates on this:

[17:09:45.484866][debug] allDepths: 0
[17:09:45.484866][debug] Compute min/max/mid/nb depth for view id: 1695511098
[17:09:45.488864][debug] allDepths: 0
[17:09:45.488864][debug] Compute min/max/mid/nb depth for view id: 1695511098
[17:09:45.491862][debug] allDepths: 550
[17:09:45.491862][debug] All correct depths: 62
[17:09:45.492861][debug] used depths: 0
[17:09:45.492861][debug] Compute min/max/mid/nb depth for view id: 1695511098
[17:09:45.495860][debug] allDepths: 463
[17:09:45.495860][debug] All correct depths: 56
[17:09:45.496859][debug] used depths: 0
[17:09:45.496859][debug] Compute min/max/mid/nb depth for view id: 1695511098
[17:09:45.500857][debug] allDepths: 354
[17:09:45.500857][debug] All correct depths: 32
[17:09:45.500857][debug] used depths: 0
[17:09:45.500857][debug] Compute min/max/mid/nb depth for view id: 1695511098
[17:09:45.504855][debug] rc depths: 1
[17:09:45.508853][info] Estimate depth map, view id: 1695511098
[17:09:45.508853][debug] SGM (rc: 113 / 145)
[17:09:45.508853][info] Refine depth map, view id: 1695511098
[17:09:45.509852][debug] Refine CUDA (rc: 113 / 145)

(I found this was still not working)
I think @RussellGrew and @edied2002 might have had this one as well

I have not tested to find if problem 2 is present in release 2018.1.0. I tried it again with the alicevision binaries that come with 2019.1.0 and it still failed so I don't think my compilation is at fault. Admittedly my images weren't the best, but I would expect to just get a bad output rather than fail completely.

Here is what I had in aliceVision\bin: bin.zip

(irrelevant but when I use those files the 3d viewer refuses to load sfm by double click, no error, very strange)

I am using Win 10 x64 and a GTX 1060

Cheers

@Jayanta20091989
Copy link

Unhandled exception at 0x00007FF800CC4398 (aliceVision_depthMap.dll) in aliceVision_depthMapEstimation.exe: 0xC0000005: Access violation reading location 0x0000000000000010.

If there is a handler for this exception, the program may be safely continued.

@designcomputer
Copy link

Are there any additional tips for working around this problem other than lowering the Depth Map Downscale setting to 1 or switching back to the 2018.1 version?

@binary1230
Copy link

hitting this pretty consistently when running drone photos of large areas (like a park, building, etc) where there's a couple of rejected photos in the set.

any way to get a bugfix release out for 2019.1? or nightly build somewhere?

@binary1230
Copy link

binary1230 commented Jun 1, 2019

FYI, downscale to 1 didn't stop it from crashing

{
    "status": "ERROR",
    "execMode": "LOCAL",
    "nodeName": "DepthMap_2",
    "nodeType": "DepthMap",
    "packageName": "aliceVision",
    "packageVersion": null,
    "graph": "",
    "commandLine": "aliceVision_depthMapEstimation  --input \"D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/StructureFromMotion/59c12403080e7c00d54d11983c66505898dac86e/sfm.abc\" --imagesFolder \"D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29\" --downscale 1 --minViewAngle 2.0 --maxViewAngle 70.0 --sgmMaxTCams 10 --sgmWSH 4 --sgmGammaC 5.5 --sgmGammaP 8.0 --refineMaxTCams 6 --refineNSamplesHalf 150 --refineNDepthsToRefine 31 --refineNiters 100 --refineWSH 3 --refineSigma 15 --refineGammaC 15.5 --refineGammaP 8.0 --refineUseTcOrRcPixSize False --exportIntermediateResults False --nbGPUs 0 --verboseLevel trace --output \"D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/DepthMap/a96ec04fce5d60980b6598bed2dc0b284dd7a573\" --rangeStart 0 --rangeSize 3",
    "env": null,
    "startDateTime": "2019-06-01 04:54:56.992394",
    "endDateTime": "",
    "elapsedTime": 0,
    "hostname": "LAPTOP-EK8BRNS0",
    "sessionUid": "b343cd4c-83f2-11e9-b72c-666e69631357",
    "returnCode": 3221225477,
    "elapsedTimeStr": "0:00:00"
}
Program called with the following parameters:
 * downscale = 1
 * exportIntermediateResults = 0
 * imagesFolder = "D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29"
 * input = "D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/StructureFromMotion/59c12403080e7c00d54d11983c66505898dac86e/sfm.abc"
 * maxViewAngle = 70
 * minViewAngle = 2
 * nbGPUs = 0
 * output = "D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/DepthMap/a96ec04fce5d60980b6598bed2dc0b284dd7a573"
 * rangeSize = 3
 * rangeStart = 0
 * refineGammaC = 15.5
 * refineGammaP = 8
 * refineMaxTCams = 6
 * refineNDepthsToRefine = 31
 * refineNSamplesHalf = 150
 * refineNiters = 100
 * refineSigma = 15
 * refineUseTcOrRcPixSize = 0
 * refineWSH = 3
 * sgmGammaC = 5.5
 * sgmGammaP = 8
 * sgmMaxTCams = 10
 * sgmWSH = 4
 * verboseLevel = "trace"

[04:54:57.264912][info] CUDA-Enabled GPU.
Device information:
	- id:                      0
	- name:                    GeForce GTX 1060
	- compute capability:      6.1
	- total device memory:     6144 MB 
	- device memory available: 5080 MB 
	- per-block shared memory: 49152
	- warp size:               32
	- max threads per block:   1024
	- max threads per SM(X):   2048
	- max block sizes:         {1024,1024,64}
	- max grid sizes:          {2147483647,65535,65535}
	- max 2D array texture:    {131072,65536}
	- max 3D array texture:    {16384,16384,16384}
	- max 2D linear texture:   {131072,65000,2097120}
	- max 2D layered texture:  {32768,32768,2048}
	- number of SM(x)s:        10
	- registers per SM(x):     65536
	- registers per block:     65536
	- concurrent kernels:      yes
	- mapping host memory:     yes
	- unified addressing:      yes
	- texture alignment:       512 byte
	- pitch alignment:         32 byte

[04:54:57.555149][info] Supported CUDA-Enabled GPU detected.
[04:54:57.712763][trace] 352 extrinsics declared and 556 extrinsics used.
[04:54:57.923189][info] Found 2 image dimension(s): 
[04:54:57.923189][info] 	- [3648x2736]
[04:54:57.923189][info] 	- [4056x3040]
[04:54:57.923189][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/55385111.exr
[04:54:57.926169][debug] Reading view 55385111 projection matrix from image metadata.
[04:54:57.926169][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/60575912.exr
[04:54:57.927199][debug] Reading view 60575912 projection matrix from image metadata.
[04:54:57.927199][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/65510156.exr
[04:54:57.929135][debug] Reading view 65510156 projection matrix from image metadata.
[04:54:57.929135][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/76031716.exr
[04:54:57.930192][debug] Reading view 76031716 projection matrix from image metadata.
[04:54:57.930192][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/81143005.exr
[04:54:57.931177][debug] Reading view 81143005 projection matrix from image metadata.
[04:54:57.932178][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/83677825.exr
[04:54:57.932178][debug] Reading view 83677825 projection matrix from image metadata.
[04:54:57.932178][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/85245297.exr
[04:54:57.933171][debug] Reading view 85245297 projection matrix from image metadata.
[04:54:57.933171][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/86181889.exr
[04:54:57.935120][debug] Reading view 86181889 projection matrix from image metadata.
[04:54:57.935120][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/90654088.exr
[04:54:57.937167][debug] Reading view 90654088 projection matrix from image metadata.
[04:54:57.937167][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/100453195.exr
[04:54:57.939116][debug] Reading view 100453195 projection matrix from image metadata.
[04:54:57.939116][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/111196883.exr
[04:54:57.939116][debug] Reading view 111196883 projection matrix from image metadata.
[04:54:57.940178][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/131051226.exr
[04:54:57.941163][debug] Reading view 131051226 projection matrix from image metadata.
[04:54:57.941163][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/137162009.exr
[04:54:57.941163][debug] Reading view 137162009 projection matrix from image metadata.
[04:54:57.941163][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/138919357.exr
[04:54:57.942160][debug] Reading view 138919357 projection matrix from image metadata.
[04:54:57.942160][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/142262329.exr
[04:54:57.943157][debug] Reading view 142262329 projection matrix from image metadata.
[04:54:57.943157][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/152098929.exr
[04:54:57.944154][debug] Reading view 152098929 projection matrix from image metadata.
[04:54:57.944154][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/163963760.exr
[04:54:57.945155][debug] Reading view 163963760 projection matrix from image metadata.
[04:54:57.945155][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/166471008.exr
[04:54:57.946149][debug] Reading view 166471008 projection matrix from image metadata.
[04:54:57.946149][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/170721721.exr
[04:54:57.947146][debug] Reading view 170721721 projection matrix from image metadata.
[04:54:57.947146][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/171313672.exr
[04:54:57.948147][debug] Reading view 171313672 projection matrix from image metadata.
[04:54:57.948147][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/172386754.exr
[04:54:57.949140][debug] Reading view 172386754 projection matrix from image metadata.
[04:54:57.949140][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/180765234.exr
[04:54:57.950128][debug] Reading view 180765234 projection matrix from image metadata.
[04:54:57.950128][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/185189187.exr
[04:54:57.951124][debug] Reading view 185189187 projection matrix from image metadata.
[04:54:57.951124][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/191887397.exr
[04:54:57.952090][debug] Reading view 191887397 projection matrix from image metadata.
[04:54:57.952090][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/193979066.exr
[04:54:57.954123][debug] Reading view 193979066 projection matrix from image metadata.
[04:54:57.954123][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/194083424.exr
[04:54:57.955126][debug] Reading view 194083424 projection matrix from image metadata.
[04:54:57.955126][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/197320870.exr
[04:54:57.956110][debug] Reading view 197320870 projection matrix from image metadata.
[04:54:57.956110][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/198546951.exr
[04:54:57.957112][debug] Reading view 198546951 projection matrix from image metadata.
[04:54:57.957112][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/215821435.exr
[04:54:57.958104][debug] Reading view 215821435 projection matrix from image metadata.
[04:54:57.958104][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/234421793.exr
[04:54:57.960053][debug] Reading view 234421793 projection matrix from image metadata.
[04:54:57.960053][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/248519827.exr
[04:54:57.961051][debug] Reading view 248519827 projection matrix from image metadata.
[04:54:57.961051][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/251965029.exr
[04:54:57.962051][debug] Reading view 251965029 projection matrix from image metadata.
[04:54:57.962051][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/259854684.exr
[04:54:57.963099][debug] Reading view 259854684 projection matrix from image metadata.
[04:54:57.963099][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/265464382.exr
[04:54:57.964090][debug] Reading view 265464382 projection matrix from image metadata.
[04:54:57.964090][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/287556157.exr
[04:54:57.965085][debug] Reading view 287556157 projection matrix from image metadata.
[04:54:57.965085][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/292770381.exr
[04:54:57.966085][debug] Reading view 292770381 projection matrix from image metadata.
[04:54:57.966085][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/299967001.exr
[04:54:57.967082][debug] Reading view 299967001 projection matrix from image metadata.
[04:54:57.967082][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/304577047.exr
[04:54:57.969040][debug] Reading view 304577047 projection matrix from image metadata.
[04:54:57.969040][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/305855542.exr
[04:54:57.970027][debug] Reading view 305855542 projection matrix from image metadata.
[04:54:57.970027][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/311689081.exr
[04:54:57.972055][debug] Reading view 311689081 projection matrix from image metadata.
[04:54:57.972055][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/319320449.exr
[04:54:57.973078][debug] Reading view 319320449 projection matrix from image metadata.
[04:54:57.973078][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/352003252.exr
[04:54:57.974085][debug] Reading view 352003252 projection matrix from image metadata.
[04:54:57.974085][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/357853877.exr
[04:54:57.975071][debug] Reading view 357853877 projection matrix from image metadata.
[04:54:57.975071][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/360078261.exr
[04:54:57.976069][debug] Reading view 360078261 projection matrix from image metadata.
[04:54:57.976069][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/369814365.exr
[04:54:57.977007][debug] Reading view 369814365 projection matrix from image metadata.
[04:54:57.977007][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/369857418.exr
[04:54:57.978063][debug] Reading view 369857418 projection matrix from image metadata.
[04:54:57.978063][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/384855592.exr
[04:54:57.979060][debug] Reading view 384855592 projection matrix from image metadata.
[04:54:57.979060][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/392171037.exr
[04:54:57.980061][debug] Reading view 392171037 projection matrix from image metadata.
[04:54:57.980061][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/396825260.exr
[04:54:57.981056][debug] Reading view 396825260 projection matrix from image metadata.
[04:54:57.981056][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/403549087.exr
[04:54:57.982055][debug] Reading view 403549087 projection matrix from image metadata.
[04:54:57.982055][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/415059082.exr
[04:54:57.983050][debug] Reading view 415059082 projection matrix from image metadata.
[04:54:57.983050][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/415909428.exr
[04:54:57.984053][debug] Reading view 415909428 projection matrix from image metadata.
[04:54:57.984053][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/416016385.exr
[04:54:57.984987][debug] Reading view 416016385 projection matrix from image metadata.
[04:54:57.984987][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/424985271.exr
[04:54:57.986982][debug] Reading view 424985271 projection matrix from image metadata.
[04:54:57.986982][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/432119310.exr
[04:54:57.988063][debug] Reading view 432119310 projection matrix from image metadata.
[04:54:57.988063][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/432188886.exr
[04:54:57.988977][debug] Reading view 432188886 projection matrix from image metadata.
[04:54:57.988977][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/434206030.exr
[04:54:57.990022][debug] Reading view 434206030 projection matrix from image metadata.
[04:54:57.990022][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/442648684.exr
[04:54:57.991017][debug] Reading view 442648684 projection matrix from image metadata.
[04:54:57.991017][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/459127309.exr
[04:54:57.992014][debug] Reading view 459127309 projection matrix from image metadata.
[04:54:57.992014][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/461157220.exr
[04:54:57.993013][debug] Reading view 461157220 projection matrix from image metadata.
[04:54:57.993013][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/463208741.exr
[04:54:57.994010][debug] Reading view 463208741 projection matrix from image metadata.
[04:54:57.994010][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/465079619.exr
[04:54:57.995006][debug] Reading view 465079619 projection matrix from image metadata.
[04:54:57.995006][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/468949237.exr
[04:54:57.996003][debug] Reading view 468949237 projection matrix from image metadata.
[04:54:57.996003][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/486032447.exr
[04:54:57.997005][debug] Reading view 486032447 projection matrix from image metadata.
[04:54:57.997005][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/489866894.exr
[04:54:57.997005][debug] Reading view 489866894 projection matrix from image metadata.
[04:54:57.998000][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/493001730.exr
[04:54:57.998000][debug] Reading view 493001730 projection matrix from image metadata.
[04:54:57.998000][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/508733757.exr
[04:54:57.998996][debug] Reading view 508733757 projection matrix from image metadata.
[04:54:57.998996][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/514100439.exr
[04:54:57.999993][debug] Reading view 514100439 projection matrix from image metadata.
[04:54:57.999993][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/514651856.exr
[04:54:58.000996][debug] Reading view 514651856 projection matrix from image metadata.
[04:54:58.000996][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/516003502.exr
[04:54:58.002996][debug] Reading view 516003502 projection matrix from image metadata.
[04:54:58.002996][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/516835079.exr
[04:54:58.004997][debug] Reading view 516835079 projection matrix from image metadata.
[04:54:58.004997][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/533664266.exr
[04:54:58.005932][debug] Reading view 533664266 projection matrix from image metadata.
[04:54:58.005932][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/552288825.exr
[04:54:58.006980][debug] Reading view 552288825 projection matrix from image metadata.
[04:54:58.006980][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/558598376.exr
[04:54:58.007981][debug] Reading view 558598376 projection matrix from image metadata.
[04:54:58.007981][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/559814723.exr
[04:54:58.008980][debug] Reading view 559814723 projection matrix from image metadata.
[04:54:58.008980][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/565061388.exr
[04:54:58.009978][debug] Reading view 565061388 projection matrix from image metadata.
[04:54:58.009978][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/571359935.exr
[04:54:58.010975][debug] Reading view 571359935 projection matrix from image metadata.
[04:54:58.010975][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/581806087.exr
[04:54:58.011969][debug] Reading view 581806087 projection matrix from image metadata.
[04:54:58.011969][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/586838939.exr
[04:54:58.012970][debug] Reading view 586838939 projection matrix from image metadata.
[04:54:58.012970][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/591040778.exr
[04:54:58.013970][debug] Reading view 591040778 projection matrix from image metadata.
[04:54:58.013970][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/595100526.exr
[04:54:58.013970][debug] Reading view 595100526 projection matrix from image metadata.
[04:54:58.014965][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/633885234.exr
[04:54:58.014965][debug] Reading view 633885234 projection matrix from image metadata.
[04:54:58.014965][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/647169501.exr
[04:54:58.015960][debug] Reading view 647169501 projection matrix from image metadata.
[04:54:58.015960][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/654414077.exr
[04:54:58.016959][debug] Reading view 654414077 projection matrix from image metadata.
[04:54:58.016959][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/660565608.exr
[04:54:58.017899][debug] Reading view 660565608 projection matrix from image metadata.
[04:54:58.017899][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/667890237.exr
[04:54:58.019896][debug] Reading view 667890237 projection matrix from image metadata.
[04:54:58.019896][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/673222798.exr
[04:54:58.021940][debug] Reading view 673222798 projection matrix from image metadata.
[04:54:58.021940][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/678440783.exr
[04:54:58.022932][debug] Reading view 678440783 projection matrix from image metadata.
[04:54:58.022932][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/686594568.exr
[04:54:58.023933][debug] Reading view 686594568 projection matrix from image metadata.
[04:54:58.023933][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/695635269.exr
[04:54:58.024928][debug] Reading view 695635269 projection matrix from image metadata.
[04:54:58.024928][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/704479531.exr
[04:54:58.024928][debug] Reading view 704479531 projection matrix from image metadata.
[04:54:58.024928][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/708085948.exr
[04:54:58.025923][debug] Reading view 708085948 projection matrix from image metadata.
[04:54:58.025923][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/708976244.exr
[04:54:58.026921][debug] Reading view 708976244 projection matrix from image metadata.
[04:54:58.026921][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/711672341.exr
[04:54:58.027918][debug] Reading view 711672341 projection matrix from image metadata.
[04:54:58.027918][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/727057437.exr
[04:54:58.028920][debug] Reading view 727057437 projection matrix from image metadata.
[04:54:58.028920][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/732543302.exr
[04:54:58.029912][debug] Reading view 732543302 projection matrix from image metadata.
[04:54:58.029912][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/732763421.exr
[04:54:58.030911][debug] Reading view 732763421 projection matrix from image metadata.
[04:54:58.030911][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/748465091.exr
[04:54:58.031908][debug] Reading view 748465091 projection matrix from image metadata.
[04:54:58.031908][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/756436023.exr
[04:54:58.032906][debug] Reading view 756436023 projection matrix from image metadata.
[04:54:58.032906][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/763429738.exr
[04:54:58.032906][debug] Reading view 763429738 projection matrix from image metadata.
[04:54:58.033903][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/765515031.exr
[04:54:58.033903][debug] Reading view 765515031 projection matrix from image metadata.
[04:54:58.033903][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/770642244.exr
[04:54:58.035851][debug] Reading view 770642244 projection matrix from image metadata.
[04:54:58.035851][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/772836129.exr
[04:54:58.036901][debug] Reading view 772836129 projection matrix from image metadata.
[04:54:58.036901][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/773026412.exr
[04:54:58.038891][debug] Reading view 773026412 projection matrix from image metadata.
[04:54:58.038891][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/791787144.exr
[04:54:58.039887][debug] Reading view 791787144 projection matrix from image metadata.
[04:54:58.039887][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/792539032.exr
[04:54:58.040885][debug] Reading view 792539032 projection matrix from image metadata.
[04:54:58.040885][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/798139952.exr
[04:54:58.041882][debug] Reading view 798139952 projection matrix from image metadata.
[04:54:58.041882][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/800378126.exr
[04:54:58.042879][debug] Reading view 800378126 projection matrix from image metadata.
[04:54:58.042879][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/814280890.exr
[04:54:58.043877][debug] Reading view 814280890 projection matrix from image metadata.
[04:54:58.043877][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/814695222.exr
[04:54:58.044835][debug] Reading view 814695222 projection matrix from image metadata.
[04:54:58.044835][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/824803161.exr
[04:54:58.044835][debug] Reading view 824803161 projection matrix from image metadata.
[04:54:58.044835][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/825848902.exr
[04:54:58.045870][debug] Reading view 825848902 projection matrix from image metadata.
[04:54:58.045870][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/839035645.exr
[04:54:58.046874][debug] Reading view 839035645 projection matrix from image metadata.
[04:54:58.046874][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/841481723.exr
[04:54:58.047866][debug] Reading view 841481723 projection matrix from image metadata.
[04:54:58.047866][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/843088784.exr
[04:54:58.048864][debug] Reading view 843088784 projection matrix from image metadata.
[04:54:58.048864][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/850218130.exr
[04:54:58.049861][debug] Reading view 850218130 projection matrix from image metadata.
[04:54:58.049861][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/850985286.exr
[04:54:58.050858][debug] Reading view 850985286 projection matrix from image metadata.
[04:54:58.050858][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/859239439.exr
[04:54:58.051816][debug] Reading view 859239439 projection matrix from image metadata.
[04:54:58.051816][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/866766607.exr
[04:54:58.052808][debug] Reading view 866766607 projection matrix from image metadata.
[04:54:58.053861][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/867544367.exr
[04:54:58.055798][debug] Reading view 867544367 projection matrix from image metadata.
[04:54:58.055798][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/867607134.exr
[04:54:58.056842][debug] Reading view 867607134 projection matrix from image metadata.
[04:54:58.056842][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/870590217.exr
[04:54:58.057843][debug] Reading view 870590217 projection matrix from image metadata.
[04:54:58.057843][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/877709433.exr
[04:54:58.058836][debug] Reading view 877709433 projection matrix from image metadata.
[04:54:58.058836][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/896774848.exr
[04:54:58.058836][debug] Reading view 896774848 projection matrix from image metadata.
[04:54:58.058836][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/899124361.exr
[04:54:58.059848][debug] Reading view 899124361 projection matrix from image metadata.
[04:54:58.059848][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/901281025.exr
[04:54:58.060842][debug] Reading view 901281025 projection matrix from image metadata.
[04:54:58.060842][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/905679380.exr
[04:54:58.061841][debug] Reading view 905679380 projection matrix from image metadata.
[04:54:58.061841][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/916150588.exr
[04:54:58.062837][debug] Reading view 916150588 projection matrix from image metadata.
[04:54:58.062837][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/937453854.exr
[04:54:58.063834][debug] Reading view 937453854 projection matrix from image metadata.
[04:54:58.063834][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/938597579.exr
[04:54:58.064835][debug] Reading view 938597579 projection matrix from image metadata.
[04:54:58.064835][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/944781695.exr
[04:54:58.065829][debug] Reading view 944781695 projection matrix from image metadata.
[04:54:58.065829][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/945696892.exr
[04:54:58.065829][debug] Reading view 945696892 projection matrix from image metadata.
[04:54:58.065829][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/962566061.exr
[04:54:58.066826][debug] Reading view 962566061 projection matrix from image metadata.
[04:54:58.066826][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/967441441.exr
[04:54:58.068769][debug] Reading view 967441441 projection matrix from image metadata.
[04:54:58.068769][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/977986643.exr
[04:54:58.069824][debug] Reading view 977986643 projection matrix from image metadata.
[04:54:58.069824][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/980069712.exr
[04:54:58.071826][debug] Reading view 980069712 projection matrix from image metadata.
[04:54:58.071826][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/980204191.exr
[04:54:58.072801][debug] Reading view 980204191 projection matrix from image metadata.
[04:54:58.072801][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/990037623.exr
[04:54:58.073798][debug] Reading view 990037623 projection matrix from image metadata.
[04:54:58.073798][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/992289228.exr
[04:54:58.074793][debug] Reading view 992289228 projection matrix from image metadata.
[04:54:58.074793][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1002474580.exr
[04:54:58.075790][debug] Reading view 1002474580 projection matrix from image metadata.
[04:54:58.075790][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1012048458.exr
[04:54:58.075790][debug] Reading view 1012048458 projection matrix from image metadata.
[04:54:58.075790][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1017774737.exr
[04:54:58.076787][debug] Reading view 1017774737 projection matrix from image metadata.
[04:54:58.076787][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1019146157.exr
[04:54:58.077784][debug] Reading view 1019146157 projection matrix from image metadata.
[04:54:58.077784][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1029416779.exr
[04:54:58.078789][debug] Reading view 1029416779 projection matrix from image metadata.
[04:54:58.078789][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1031712934.exr
[04:54:58.079781][debug] Reading view 1031712934 projection matrix from image metadata.
[04:54:58.079781][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1035615245.exr
[04:54:58.080778][debug] Reading view 1035615245 projection matrix from image metadata.
[04:54:58.080778][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1036051597.exr
[04:54:58.081775][debug] Reading view 1036051597 projection matrix from image metadata.
[04:54:58.081775][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1038019348.exr
[04:54:58.082772][debug] Reading view 1038019348 projection matrix from image metadata.
[04:54:58.082772][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1039288729.exr
[04:54:58.083770][debug] Reading view 1039288729 projection matrix from image metadata.
[04:54:58.083770][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1039564439.exr
[04:54:58.084720][debug] Reading view 1039564439 projection matrix from image metadata.
[04:54:58.084720][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1046795573.exr
[04:54:58.085784][debug] Reading view 1046795573 projection matrix from image metadata.
[04:54:58.086715][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1048563912.exr
[04:54:58.087763][debug] Reading view 1048563912 projection matrix from image metadata.
[04:54:58.087763][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1049317310.exr
[04:54:58.088710][debug] Reading view 1049317310 projection matrix from image metadata.
[04:54:58.088710][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1049511298.exr
[04:54:58.089753][debug] Reading view 1049511298 projection matrix from image metadata.
[04:54:58.089753][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1049679434.exr
[04:54:58.090751][debug] Reading view 1049679434 projection matrix from image metadata.
[04:54:58.090751][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1051555680.exr
[04:54:58.091749][debug] Reading view 1051555680 projection matrix from image metadata.
[04:54:58.091749][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1058947061.exr
[04:54:58.092744][debug] Reading view 1058947061 projection matrix from image metadata.
[04:54:58.092744][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1065869968.exr
[04:54:58.093743][debug] Reading view 1065869968 projection matrix from image metadata.
[04:54:58.093743][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1068411073.exr
[04:54:58.094741][debug] Reading view 1068411073 projection matrix from image metadata.
[04:54:58.094741][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1068458085.exr
[04:54:58.095738][debug] Reading view 1068458085 projection matrix from image metadata.
[04:54:58.095738][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1069657607.exr
[04:54:58.095738][debug] Reading view 1069657607 projection matrix from image metadata.
[04:54:58.095738][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1076311065.exr
[04:54:58.096738][debug] Reading view 1076311065 projection matrix from image metadata.
[04:54:58.096738][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1078578212.exr
[04:54:58.097731][debug] Reading view 1078578212 projection matrix from image metadata.
[04:54:58.097731][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1081217370.exr
[04:54:58.098729][debug] Reading view 1081217370 projection matrix from image metadata.
[04:54:58.098729][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1089671473.exr
[04:54:58.099726][debug] Reading view 1089671473 projection matrix from image metadata.
[04:54:58.099726][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1109059813.exr
[04:54:58.100723][debug] Reading view 1109059813 projection matrix from image metadata.
[04:54:58.100723][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1111425939.exr
[04:54:58.101676][debug] Reading view 1111425939 projection matrix from image metadata.
[04:54:58.101676][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1111945110.exr
[04:54:58.103719][debug] Reading view 1111945110 projection matrix from image metadata.
[04:54:58.103719][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1114052146.exr
[04:54:58.104734][debug] Reading view 1114052146 projection matrix from image metadata.
[04:54:58.104734][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1121426158.exr
[04:54:58.106709][debug] Reading view 1121426158 projection matrix from image metadata.
[04:54:58.106709][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1125337733.exr
[04:54:58.106709][debug] Reading view 1125337733 projection matrix from image metadata.
[04:54:58.107706][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1129063734.exr
[04:54:58.107706][debug] Reading view 1129063734 projection matrix from image metadata.
[04:54:58.107706][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1133141432.exr
[04:54:58.108702][debug] Reading view 1133141432 projection matrix from image metadata.
[04:54:58.108702][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1139526035.exr
[04:54:58.109699][debug] Reading view 1139526035 projection matrix from image metadata.
[04:54:58.109699][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1152697310.exr
[04:54:58.110697][debug] Reading view 1152697310 projection matrix from image metadata.
[04:54:58.110697][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1158407259.exr
[04:54:58.111696][debug] Reading view 1158407259 projection matrix from image metadata.
[04:54:58.111696][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1161302026.exr
[04:54:58.112693][debug] Reading view 1161302026 projection matrix from image metadata.
[04:54:58.112693][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1162008851.exr
[04:54:58.113690][debug] Reading view 1162008851 projection matrix from image metadata.
[04:54:58.113690][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1165042707.exr
[04:54:58.114687][debug] Reading view 1165042707 projection matrix from image metadata.
[04:54:58.114687][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1168655298.exr
[04:54:58.115684][debug] Reading view 1168655298 projection matrix from image metadata.
[04:54:58.115684][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1175561131.exr
[04:54:58.115684][debug] Reading view 1175561131 projection matrix from image metadata.
[04:54:58.115684][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1187474780.exr
[04:54:58.116685][debug] Reading view 1187474780 projection matrix from image metadata.
[04:54:58.116685][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1191550150.exr
[04:54:58.117680][debug] Reading view 1191550150 projection matrix from image metadata.
[04:54:58.117680][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1196239259.exr
[04:54:58.119690][debug] Reading view 1196239259 projection matrix from image metadata.
[04:54:58.119690][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1206312836.exr
[04:54:58.120679][debug] Reading view 1206312836 projection matrix from image metadata.
[04:54:58.121678][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1208161134.exr
[04:54:58.122667][debug] Reading view 1208161134 projection matrix from image metadata.
[04:54:58.122667][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1213477291.exr
[04:54:58.122667][debug] Reading view 1213477291 projection matrix from image metadata.
[04:54:58.123663][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1214876979.exr
[04:54:58.123663][debug] Reading view 1214876979 projection matrix from image metadata.
[04:54:58.123663][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1215081853.exr
[04:54:58.124664][debug] Reading view 1215081853 projection matrix from image metadata.
[04:54:58.124664][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1217013609.exr
[04:54:58.125659][debug] Reading view 1217013609 projection matrix from image metadata.
[04:54:58.125659][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1217034082.exr
[04:54:58.126654][debug] Reading view 1217034082 projection matrix from image metadata.
[04:54:58.126654][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1219054955.exr
[04:54:58.127652][debug] Reading view 1219054955 projection matrix from image metadata.
[04:54:58.127652][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1230673598.exr
[04:54:58.128650][debug] Reading view 1230673598 projection matrix from image metadata.
[04:54:58.128650][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1245958769.exr
[04:54:58.129647][debug] Reading view 1245958769 projection matrix from image metadata.
[04:54:58.129647][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1247354784.exr
[04:54:58.130647][debug] Reading view 1247354784 projection matrix from image metadata.
[04:54:58.130647][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1247664451.exr
[04:54:58.131641][debug] Reading view 1247664451 projection matrix from image metadata.
[04:54:58.131641][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1262371984.exr
[04:54:58.131641][debug] Reading view 1262371984 projection matrix from image metadata.
[04:54:58.131641][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1276074074.exr
[04:54:58.132642][debug] Reading view 1276074074 projection matrix from image metadata.
[04:54:58.132642][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1281342195.exr
[04:54:58.133636][debug] Reading view 1281342195 projection matrix from image metadata.
[04:54:58.133636][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1292586442.exr
[04:54:58.134587][debug] Reading view 1292586442 projection matrix from image metadata.
[04:54:58.134587][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1309361225.exr
[04:54:58.136583][debug] Reading view 1309361225 projection matrix from image metadata.
[04:54:58.136583][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1312786789.exr
[04:54:58.137579][debug] Reading view 1312786789 projection matrix from image metadata.
[04:54:58.137579][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1319605072.exr
[04:54:58.138605][debug] Reading view 1319605072 projection matrix from image metadata.
[04:54:58.138605][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1325990845.exr
[04:54:58.139620][debug] Reading view 1325990845 projection matrix from image metadata.
[04:54:58.139620][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1328578005.exr
[04:54:58.140621][debug] Reading view 1328578005 projection matrix from image metadata.
[04:54:58.140621][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1329932567.exr
[04:54:58.141623][debug] Reading view 1329932567 projection matrix from image metadata.
[04:54:58.141623][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1344291968.exr
[04:54:58.142612][debug] Reading view 1344291968 projection matrix from image metadata.
[04:54:58.142612][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1347891501.exr
[04:54:58.143610][debug] Reading view 1347891501 projection matrix from image metadata.
[04:54:58.143610][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1348484275.exr
[04:54:58.144608][debug] Reading view 1348484275 projection matrix from image metadata.
[04:54:58.144608][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1351110909.exr
[04:54:58.145603][debug] Reading view 1351110909 projection matrix from image metadata.
[04:54:58.145603][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1353987582.exr
[04:54:58.145603][debug] Reading view 1353987582 projection matrix from image metadata.
[04:54:58.145603][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1355272788.exr
[04:54:58.146601][debug] Reading view 1355272788 projection matrix from image metadata.
[04:54:58.146601][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1359093256.exr
[04:54:58.147599][debug] Reading view 1359093256 projection matrix from image metadata.
[04:54:58.147599][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1361118844.exr
[04:54:58.148600][debug] Reading view 1361118844 projection matrix from image metadata.
[04:54:58.148600][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1364944310.exr
[04:54:58.149595][debug] Reading view 1364944310 projection matrix from image metadata.
[04:54:58.149595][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1365975395.exr
[04:54:58.150590][debug] Reading view 1365975395 projection matrix from image metadata.
[04:54:58.150590][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1379696336.exr
[04:54:58.151552][debug] Reading view 1379696336 projection matrix from image metadata.
[04:54:58.151552][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1385715251.exr
[04:54:58.152594][debug] Reading view 1385715251 projection matrix from image metadata.
[04:54:58.152594][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1392306012.exr
[04:54:58.154602][debug] Reading view 1392306012 projection matrix from image metadata.
[04:54:58.154602][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1392516288.exr
[04:54:58.155578][debug] Reading view 1392516288 projection matrix from image metadata.
[04:54:58.155578][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1400570652.exr
[04:54:58.156578][debug] Reading view 1400570652 projection matrix from image metadata.
[04:54:58.156578][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1424401523.exr
[04:54:58.157574][debug] Reading view 1424401523 projection matrix from image metadata.
[04:54:58.157574][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1436798959.exr
[04:54:58.158569][debug] Reading view 1436798959 projection matrix from image metadata.
[04:54:58.158569][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1443871742.exr
[04:54:58.159572][debug] Reading view 1443871742 projection matrix from image metadata.
[04:54:58.159572][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1450438421.exr
[04:54:58.159572][debug] Reading view 1450438421 projection matrix from image metadata.
[04:54:58.159572][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1452952033.exr
[04:54:58.160565][debug] Reading view 1452952033 projection matrix from image metadata.
[04:54:58.160565][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1453644887.exr
[04:54:58.161572][debug] Reading view 1453644887 projection matrix from image metadata.
[04:54:58.161572][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1466936973.exr
[04:54:58.162559][debug] Reading view 1466936973 projection matrix from image metadata.
[04:54:58.162559][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1467413247.exr
[04:54:58.163557][debug] Reading view 1467413247 projection matrix from image metadata.
[04:54:58.163557][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1470911820.exr
[04:54:58.164558][debug] Reading view 1470911820 projection matrix from image metadata.
[04:54:58.164558][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1481679957.exr
[04:54:58.165550][debug] Reading view 1481679957 projection matrix from image metadata.
[04:54:58.165550][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1481740282.exr
[04:54:58.166548][debug] Reading view 1481740282 projection matrix from image metadata.
[04:54:58.166548][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1482771780.exr
[04:54:58.166548][debug] Reading view 1482771780 projection matrix from image metadata.
[04:54:58.167547][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1495180447.exr
[04:54:58.168502][debug] Reading view 1495180447 projection matrix from image metadata.
[04:54:58.168502][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1497102469.exr
[04:54:58.169552][debug] Reading view 1497102469 projection matrix from image metadata.
[04:54:58.169552][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1505205534.exr
[04:54:58.171555][debug] Reading view 1505205534 projection matrix from image metadata.
[04:54:58.171555][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1507124356.exr
[04:54:58.172485][debug] Reading view 1507124356 projection matrix from image metadata.
[04:54:58.172485][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1533938621.exr
[04:54:58.173533][debug] Reading view 1533938621 projection matrix from image metadata.
[04:54:58.173533][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1534096824.exr
[04:54:58.173533][debug] Reading view 1534096824 projection matrix from image metadata.
[04:54:58.173533][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1540046538.exr
[04:54:58.174526][debug] Reading view 1540046538 projection matrix from image metadata.
[04:54:58.174526][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1545358550.exr
[04:54:58.176473][debug] Reading view 1545358550 projection matrix from image metadata.
[04:54:58.176473][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1562314387.exr
[04:54:58.176473][debug] Reading view 1562314387 projection matrix from image metadata.
[04:54:58.176473][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1569783501.exr
[04:54:58.177518][debug] Reading view 1569783501 projection matrix from image metadata.
[04:54:58.177518][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1570814222.exr
[04:54:58.178467][debug] Reading view 1570814222 projection matrix from image metadata.
[04:54:58.178467][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1573469427.exr
[04:54:58.178467][debug] Reading view 1573469427 projection matrix from image metadata.
[04:54:58.178467][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1575496169.exr
[04:54:58.179464][debug] Reading view 1575496169 projection matrix from image metadata.
[04:54:58.179464][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1581698584.exr
[04:54:58.180462][debug] Reading view 1581698584 projection matrix from image metadata.
[04:54:58.180462][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1585996156.exr
[04:54:58.181459][debug] Reading view 1585996156 projection matrix from image metadata.
[04:54:58.181459][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1596499881.exr
[04:54:58.182456][debug] Reading view 1596499881 projection matrix from image metadata.
[04:54:58.182456][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1598453211.exr
[04:54:58.183454][debug] Reading view 1598453211 projection matrix from image metadata.
[04:54:58.183454][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1606766448.exr
[04:54:58.183454][debug] Reading view 1606766448 projection matrix from image metadata.
[04:54:58.183454][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1611423882.exr
[04:54:58.184451][debug] Reading view 1611423882 projection matrix from image metadata.
[04:54:58.184451][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1613845730.exr
[04:54:58.184451][debug] Reading view 1613845730 projection matrix from image metadata.
[04:54:58.184451][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1616645373.exr
[04:54:58.186450][debug] Reading view 1616645373 projection matrix from image metadata.
[04:54:58.186450][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1629581291.exr
[04:54:58.187445][debug] Reading view 1629581291 projection matrix from image metadata.
[04:54:58.187445][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1644706871.exr
[04:54:58.188441][debug] Reading view 1644706871 projection matrix from image metadata.
[04:54:58.188441][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1645555874.exr
[04:54:58.189438][debug] Reading view 1645555874 projection matrix from image metadata.
[04:54:58.189438][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1646543101.exr
[04:54:58.190435][debug] Reading view 1646543101 projection matrix from image metadata.
[04:54:58.190435][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1656758234.exr
[04:54:58.191432][debug] Reading view 1656758234 projection matrix from image metadata.
[04:54:58.191432][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1667241920.exr
[04:54:58.192430][debug] Reading view 1667241920 projection matrix from image metadata.
[04:54:58.192430][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1669802204.exr
[04:54:58.192430][debug] Reading view 1669802204 projection matrix from image metadata.
[04:54:58.192430][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1680821099.exr
[04:54:58.193427][debug] Reading view 1680821099 projection matrix from image metadata.
[04:54:58.193427][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1686433737.exr
[04:54:58.193427][debug] Reading view 1686433737 projection matrix from image metadata.
[04:54:58.193427][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1687127005.exr
[04:54:58.194424][debug] Reading view 1687127005 projection matrix from image metadata.
[04:54:58.194424][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1697641090.exr
[04:54:58.195422][debug] Reading view 1697641090 projection matrix from image metadata.
[04:54:58.195422][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1700998577.exr
[04:54:58.196419][debug] Reading view 1700998577 projection matrix from image metadata.
[04:54:58.196419][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1702123321.exr
[04:54:58.197416][debug] Reading view 1702123321 projection matrix from image metadata.
[04:54:58.197416][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1706009998.exr
[04:54:58.198413][debug] Reading view 1706009998 projection matrix from image metadata.
[04:54:58.198413][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1706073966.exr
[04:54:58.198413][debug] Reading view 1706073966 projection matrix from image metadata.
[04:54:58.198413][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1710068867.exr
[04:54:58.199411][debug] Reading view 1710068867 projection matrix from image metadata.
[04:54:58.199411][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1710500577.exr
[04:54:58.199411][debug] Reading view 1710500577 projection matrix from image metadata.
[04:54:58.199411][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1718856631.exr
[04:54:58.200408][debug] Reading view 1718856631 projection matrix from image metadata.
[04:54:58.200408][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1719945493.exr
[04:54:58.201405][debug] Reading view 1719945493 projection matrix from image metadata.
[04:54:58.201405][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1728803419.exr
[04:54:58.202408][debug] Reading view 1728803419 projection matrix from image metadata.
[04:54:58.202408][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1729689030.exr
[04:54:58.203401][debug] Reading view 1729689030 projection matrix from image metadata.
[04:54:58.204399][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1730382291.exr
[04:54:58.205396][debug] Reading view 1730382291 projection matrix from image metadata.
[04:54:58.205396][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1740043741.exr
[04:54:58.205396][debug] Reading view 1740043741 projection matrix from image metadata.
[04:54:58.205396][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1748406571.exr
[04:54:58.206392][debug] Reading view 1748406571 projection matrix from image metadata.
[04:54:58.206392][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1754969134.exr
[04:54:58.206392][debug] Reading view 1754969134 projection matrix from image metadata.
[04:54:58.206392][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1772933207.exr
[04:54:58.207390][debug] Reading view 1772933207 projection matrix from image metadata.
[04:54:58.207390][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1777492382.exr
[04:54:58.207390][debug] Reading view 1777492382 projection matrix from image metadata.
[04:54:58.207390][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1784624816.exr
[04:54:58.209384][debug] Reading view 1784624816 projection matrix from image metadata.
[04:54:58.209384][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1786470597.exr
[04:54:58.209384][debug] Reading view 1786470597 projection matrix from image metadata.
[04:54:58.209384][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1796550353.exr
[04:54:58.210382][debug] Reading view 1796550353 projection matrix from image metadata.
[04:54:58.210382][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1816564401.exr
[04:54:58.211379][debug] Reading view 1816564401 projection matrix from image metadata.
[04:54:58.211379][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1819596410.exr
[04:54:58.211379][debug] Reading view 1819596410 projection matrix from image metadata.
[04:54:58.211379][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1820384223.exr
[04:54:58.211379][debug] Reading view 1820384223 projection matrix from image metadata.
[04:54:58.212376][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1820516670.exr
[04:54:58.212376][debug] Reading view 1820516670 projection matrix from image metadata.
[04:54:58.212376][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1826601837.exr
[04:54:58.213374][debug] Reading view 1826601837 projection matrix from image metadata.
[04:54:58.213374][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1839887713.exr
[04:54:58.213374][debug] Reading view 1839887713 projection matrix from image metadata.
[04:54:58.213374][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1842283233.exr
[04:54:58.214371][debug] Reading view 1842283233 projection matrix from image metadata.
[04:54:58.214371][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1843715023.exr
[04:54:58.215368][debug] Reading view 1843715023 projection matrix from image metadata.
[04:54:58.215368][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1847834802.exr
[04:54:58.215368][debug] Reading view 1847834802 projection matrix from image metadata.
[04:54:58.215368][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1848522943.exr
[04:54:58.216366][debug] Reading view 1848522943 projection matrix from image metadata.
[04:54:58.216366][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1855649357.exr
[04:54:58.216366][debug] Reading view 1855649357 projection matrix from image metadata.
[04:54:58.216366][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1870160847.exr
[04:54:58.217363][debug] Reading view 1870160847 projection matrix from image metadata.
[04:54:58.217363][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1880480514.exr
[04:54:58.217363][debug] Reading view 1880480514 projection matrix from image metadata.
[04:54:58.217363][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1882966786.exr
[04:54:58.219366][debug] Reading view 1882966786 projection matrix from image metadata.
[04:54:58.219366][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1884465511.exr
[04:54:58.220356][debug] Reading view 1884465511 projection matrix from image metadata.
[04:54:58.220356][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1887684285.exr
[04:54:58.221354][debug] Reading view 1887684285 projection matrix from image metadata.
[04:54:58.221354][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1891222271.exr
[04:54:58.223347][debug] Reading view 1891222271 projection matrix from image metadata.
[04:54:58.223347][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1892733456.exr
[04:54:58.223347][debug] Reading view 1892733456 projection matrix from image metadata.
[04:54:58.223347][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1893920192.exr
[04:54:58.224344][debug] Reading view 1893920192 projection matrix from image metadata.
[04:54:58.224344][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1894043527.exr
[04:54:58.224344][debug] Reading view 1894043527 projection matrix from image metadata.
[04:54:58.224344][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1895127289.exr
[04:54:58.225342][debug] Reading view 1895127289 projection matrix from image metadata.
[04:54:58.225342][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1903747904.exr
[04:54:58.225342][debug] Reading view 1903747904 projection matrix from image metadata.
[04:54:58.225342][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1910354604.exr
[04:54:58.226339][debug] Reading view 1910354604 projection matrix from image metadata.
[04:54:58.226339][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1912046387.exr
[04:54:58.227336][debug] Reading view 1912046387 projection matrix from image metadata.
[04:54:58.227336][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1920326708.exr
[04:54:58.227336][debug] Reading view 1920326708 projection matrix from image metadata.
[04:54:58.227336][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1924551883.exr
[04:54:58.228334][debug] Reading view 1924551883 projection matrix from image metadata.
[04:54:58.228334][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1939856259.exr
[04:54:58.228334][debug] Reading view 1939856259 projection matrix from image metadata.
[04:54:58.229331][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1944622068.exr
[04:54:58.229331][debug] Reading view 1944622068 projection matrix from image metadata.
[04:54:58.229331][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1951782638.exr
[04:54:58.230328][debug] Reading view 1951782638 projection matrix from image metadata.
[04:54:58.230328][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1953153867.exr
[04:54:58.230328][debug] Reading view 1953153867 projection matrix from image metadata.
[04:54:58.230328][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1956682797.exr
[04:54:58.231326][debug] Reading view 1956682797 projection matrix from image metadata.
[04:54:58.231326][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1958298610.exr
[04:54:58.231326][debug] Reading view 1958298610 projection matrix from image metadata.
[04:54:58.231326][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1959886547.exr
[04:54:58.232323][debug] Reading view 1959886547 projection matrix from image metadata.
[04:54:58.232323][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1963273027.exr
[04:54:58.232323][debug] Reading view 1963273027 projection matrix from image metadata.
[04:54:58.232323][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1964066544.exr
[04:54:58.233320][debug] Reading view 1964066544 projection matrix from image metadata.
[04:54:58.233320][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1966362610.exr
[04:54:58.234318][debug] Reading view 1966362610 projection matrix from image metadata.
[04:54:58.234318][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1966781291.exr
[04:54:58.236314][debug] Reading view 1966781291 projection matrix from image metadata.
[04:54:58.236314][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1969272800.exr
[04:54:58.237311][debug] Reading view 1969272800 projection matrix from image metadata.
[04:54:58.237311][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1970734718.exr
[04:54:58.238310][debug] Reading view 1970734718 projection matrix from image metadata.
[04:54:58.238310][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1970914828.exr
[04:54:58.239306][debug] Reading view 1970914828 projection matrix from image metadata.
[04:54:58.239306][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1984940222.exr
[04:54:58.240302][debug] Reading view 1984940222 projection matrix from image metadata.
[04:54:58.240302][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1989858866.exr
[04:54:58.240302][debug] Reading view 1989858866 projection matrix from image metadata.
[04:54:58.240302][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1991985775.exr
[04:54:58.241299][debug] Reading view 1991985775 projection matrix from image metadata.
[04:54:58.241299][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1997509655.exr
[04:54:58.241299][debug] Reading view 1997509655 projection matrix from image metadata.
[04:54:58.241299][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2004798585.exr
[04:54:58.242296][debug] Reading view 2004798585 projection matrix from image metadata.
[04:54:58.242296][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2012551504.exr
[04:54:58.243294][debug] Reading view 2012551504 projection matrix from image metadata.
[04:54:58.243294][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2026315000.exr
[04:54:58.243294][debug] Reading view 2026315000 projection matrix from image metadata.
[04:54:58.243294][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2027565721.exr
[04:54:58.244291][debug] Reading view 2027565721 projection matrix from image metadata.
[04:54:58.244291][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2030965049.exr
[04:54:58.244291][debug] Reading view 2030965049 projection matrix from image metadata.
[04:54:58.244291][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2062778671.exr
[04:54:58.245288][debug] Reading view 2062778671 projection matrix from image metadata.
[04:54:58.245288][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2063714714.exr
[04:54:58.245288][debug] Reading view 2063714714 projection matrix from image metadata.
[04:54:58.245288][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2068074648.exr
[04:54:58.246286][debug] Reading view 2068074648 projection matrix from image metadata.
[04:54:58.246286][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2078877718.exr
[04:54:58.246286][debug] Reading view 2078877718 projection matrix from image metadata.
[04:54:58.246286][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2084745035.exr
[04:54:58.247283][debug] Reading view 2084745035 projection matrix from image metadata.
[04:54:58.247283][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2086979408.exr
[04:54:58.248280][debug] Reading view 2086979408 projection matrix from image metadata.
[04:54:58.248280][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2103802107.exr
[04:54:58.248280][debug] Reading view 2103802107 projection matrix from image metadata.
[04:54:58.248280][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2109726713.exr
[04:54:58.249278][debug] Reading view 2109726713 projection matrix from image metadata.
[04:54:58.249278][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2110965644.exr
[04:54:58.249278][debug] Reading view 2110965644 projection matrix from image metadata.
[04:54:58.249278][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2110997088.exr
[04:54:58.250275][debug] Reading view 2110997088 projection matrix from image metadata.
[04:54:58.250275][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2118469206.exr
[04:54:58.251272][debug] Reading view 2118469206 projection matrix from image metadata.
[04:54:58.251272][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2125561153.exr
[04:54:58.251272][debug] Reading view 2125561153 projection matrix from image metadata.
[04:54:58.251272][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2125962783.exr
[04:54:58.253271][debug] Reading view 2125962783 projection matrix from image metadata.
[04:54:58.253271][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2128146595.exr
[04:54:58.253271][debug] Reading view 2128146595 projection matrix from image metadata.
[04:54:58.253271][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2130117555.exr
[04:54:58.254266][debug] Reading view 2130117555 projection matrix from image metadata.
[04:54:58.254266][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2130306154.exr
[04:54:58.255265][debug] Reading view 2130306154 projection matrix from image metadata.
[04:54:58.255265][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2139513694.exr
[04:54:58.255265][debug] Reading view 2139513694 projection matrix from image metadata.
[04:54:58.255265][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2139878152.exr
[04:54:58.256259][debug] Reading view 2139878152 projection matrix from image metadata.
[04:54:58.256259][debug] [IO] Read Image Metadata: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2143267948.exr
[04:54:58.257256][debug] Reading view 2143267948 projection matrix from image metadata.
[04:54:58.257256][info] Overall maximum dimension: [4056x3040]
[04:54:58.257256][info] Create depth maps.
number of CUDA devices:	1
   0: GeForce GTX 1060
[04:54:58.258253][info] # GPU devices: 1, # CPU threads: 8
[04:54:58.258253][info] Plane sweeping parameters:
	- scale: 2
	- step: 3
[04:54:58.258253][info] PlaneSweepingCuda:
	- _nImgsInGPUAtTime: 2
	- scales: 2
	- subPixel: Yes
	- varianceWSH: 4
CUDA device no 0 for 0
Device 0 memory - used: 1063.112549, free: 5080.887695, total: 6144.000000
Device 0 memory - used: 1182.237549, free: 4961.762695, total: 6144.000000
[04:54:58.272635][debug] Compute min/max/mid/nb depth for view id: 55385111
[04:54:58.274632][debug] allDepths: 3648
[04:54:58.275625][debug] All correct depths: 353
[04:54:58.275625][debug] used depths: 0
[04:54:58.275625][debug] Compute min/max/mid/nb depth for view id: 55385111
[04:54:58.277619][debug] allDepths: 3656
[04:54:58.278618][debug] All correct depths: 1439
[04:54:58.278618][debug] used depths: 1440
[04:54:58.278618][debug] allDepths: 3669
[04:54:58.279583][debug] All correct depths: 665
[04:54:58.279583][debug] used depths: 663
[04:54:58.279583][debug] allDepths: 3648
[04:54:58.280582][debug] All correct depths: 465
[04:54:58.280582][debug] used depths: 474
[04:54:58.280582][debug] allDepths: 3648
[04:54:58.280582][debug] All correct depths: 361
[04:54:58.280582][debug] used depths: 0
[04:54:58.280582][debug] Compute min/max/mid/nb depth for view id: 55385111
[04:54:58.283572][debug] allDepths: 4082
[04:54:58.283572][debug] All correct depths: 777
[04:54:58.283572][debug] used depths: 0
[04:54:58.283572][debug] Compute min/max/mid/nb depth for view id: 55385111
[04:54:58.289532][debug] allDepths: 4065
[04:54:58.289532][debug] All correct depths: 973
[04:54:58.289532][debug] used depths: 0
[04:54:58.289532][debug] Compute min/max/mid/nb depth for view id: 55385111
[04:54:58.292580][debug] allDepths: 4157
[04:54:58.292580][debug] All correct depths: 287
[04:54:58.292580][debug] used depths: 0
[04:54:58.292580][debug] Compute min/max/mid/nb depth for view id: 55385111
[04:54:58.295572][debug] allDepths: 3648
[04:54:58.296570][debug] All correct depths: 822
[04:54:58.296570][debug] used depths: 0
[04:54:58.296570][debug] Compute min/max/mid/nb depth for view id: 55385111
[04:54:58.298568][debug] allDepths: 4493
[04:54:58.299572][debug] All correct depths: 76
[04:54:58.299572][debug] used depths: 0
[04:54:58.299572][debug] Compute min/max/mid/nb depth for view id: 55385111
[04:54:58.305517][debug] rc depths: 1823
[04:54:58.369332][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1951782638.exr
[04:54:58.877960][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1951782638.exr to image cache. Elapsed time: 00 minutes 00 seconds 568 miliseconds

[04:54:58.941848][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2027565721.exr
[04:54:59.287873][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2027565721.exr to image cache. Elapsed time: 00 minutes 00 seconds 410 miliseconds

[04:54:59.350692][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/711672341.exr
[04:54:59.726736][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/711672341.exr to image cache. Elapsed time: 00 minutes 00 seconds 439 miliseconds

[04:54:59.790578][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1187474780.exr
[04:55:00.157597][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1187474780.exr to image cache. Elapsed time: 00 minutes 00 seconds 431 miliseconds

[04:55:00.222365][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1328578005.exr
[04:55:00.583396][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1328578005.exr to image cache. Elapsed time: 00 minutes 00 seconds 426 miliseconds

[04:55:00.647284][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1048563912.exr
[04:55:01.221695][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1048563912.exr to image cache. Elapsed time: 00 minutes 00 seconds 638 miliseconds

[04:55:01.283583][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1891222271.exr
[04:55:01.850009][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1891222271.exr to image cache. Elapsed time: 00 minutes 00 seconds 628 miliseconds

[04:55:01.911844][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/85245297.exr
[04:55:02.499273][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/85245297.exr to image cache. Elapsed time: 00 minutes 00 seconds 650 miliseconds

[04:55:02.566130][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/198546951.exr
[04:55:03.013899][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/198546951.exr to image cache. Elapsed time: 00 minutes 00 seconds 514 miliseconds

[04:55:03.076731][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1820384223.exr
[04:55:03.577439][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1820384223.exr to image cache. Elapsed time: 00 minutes 00 seconds 564 miliseconds

[04:55:03.578441][info] Estimate depth map, view id: 55385111
[04:55:03.578441][debug] SGM (rc: 1 / 352)
[04:55:03.754919][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 277248
	- volStepXY: 3
	- volDimX: 608
	- volDimY: 456
	- volDimZ: 1500
[04:55:03.841684][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/55385111.exr
[04:55:04.298463][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/55385111.exr to image cache. Elapsed time: 00 minutes 00 seconds 526 miliseconds

[04:55:04.574723][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 803 miliseconds

[04:55:04.574723][debug] rc: 0
tcams: 
[04:55:04.574723][debug] 	- 312
[04:55:04.589630][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1951782638.exr from image cache. 
[04:55:04.835980][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 246 miliseconds

Device 0 memory - used: 1850.237549, free: 4293.762695, total: 6144.000000
total size of volume map in GPU memory: 667.968750
nDepths 1500, nDepthsToSearch 1500 
ps_computeSimilarityVolume elapsed time: 16.000000 ms 
[04:55:07.877600][debug]  Elapsed time: 00 minutes 04 seconds 122 miliseconds

[04:55:07.878597][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 04 seconds 301 miliseconds

[04:55:07.878597][debug] GPU memory : free: 4961.76, total: 6144, used: 1182.24
[04:55:07.878597][debug] GPU memory volume: 3247.22
[04:55:10.008900][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 277248
	- volStepXY: 3
	- volDimX: 608
	- volDimY: 456
	- volDimZ: 1446
[04:55:10.008900][debug] rc: 0
tcams: 
[04:55:10.008900][debug] 	- 331
[04:55:10.008900][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2027565721.exr from image cache. 
[04:55:10.255241][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 246 miliseconds

Device 0 memory - used: 1826.175049, free: 4317.825195, total: 6144.000000
total size of volume map in GPU memory: 643.921875
nDepths 1446, nDepthsToSearch 1446 
ps_computeSimilarityVolume elapsed time: 14.000000 ms 
[04:55:13.887157][debug]  Elapsed time: 00 minutes 03 seconds 878 miliseconds

[04:55:13.888150][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 04 seconds 064 miliseconds

[04:55:14.380834][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 277248
	- volStepXY: 3
	- volDimX: 608
	- volDimY: 456
	- volDimZ: 766
[04:55:14.380834][debug] rc: 0
tcams: 
[04:55:14.380834][debug] 	- 93
[04:55:14.380834][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/711672341.exr from image cache. 
[04:55:14.639143][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 258 miliseconds

Device 0 memory - used: 1523.362549, free: 4620.637695, total: 6144.000000
total size of volume map in GPU memory: 341.109375
nDepths 766, nDepthsToSearch 766 
ps_computeSimilarityVolume elapsed time: 11.000000 ms 
[04:55:16.747504][debug]  Elapsed time: 00 minutes 02 seconds 367 miliseconds

[04:55:16.748514][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 02 seconds 470 miliseconds

[04:55:17.208273][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 277248
	- volStepXY: 3
	- volDimX: 608
	- volDimY: 456
	- volDimZ: 1500
[04:55:17.208273][debug] rc: 0
tcams: 
[04:55:17.208273][debug] 	- 181
[04:55:17.208273][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1187474780.exr from image cache. 
[04:55:17.472618][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 264 miliseconds

Device 0 memory - used: 1850.237549, free: 4293.762695, total: 6144.000000
total size of volume map in GPU memory: 667.968750
nDepths 1500, nDepthsToSearch 1500 
ps_computeSimilarityVolume elapsed time: 15.000000 ms 
[04:55:22.269725][debug]  Elapsed time: 00 minutes 05 seconds 061 miliseconds

[04:55:22.270722][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 05 seconds 263 miliseconds

[04:55:23.053689][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 277248
	- volStepXY: 3
	- volDimX: 608
	- volDimY: 456
	- volDimZ: 1500
[04:55:23.053689][debug] rc: 0
tcams: 
[04:55:23.053689][debug] 	- 204
[04:55:23.053689][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1328578005.exr from image cache. 
[04:55:23.307948][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 254 miliseconds

Device 0 memory - used: 1850.237549, free: 4293.762695, total: 6144.000000
total size of volume map in GPU memory: 667.968750
nDepths 1500, nDepthsToSearch 1500 
ps_computeSimilarityVolume elapsed time: 15.000000 ms 
[04:55:25.157973][debug]  Elapsed time: 00 minutes 02 seconds 104 miliseconds

[04:55:25.159967][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 02 seconds 299 miliseconds

[04:55:25.783307][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 277248
	- volStepXY: 3
	- volDimX: 608
	- volDimY: 456
	- volDimZ: 1500
[04:55:25.784304][debug] rc: 0
tcams: 
[04:55:25.784304][debug] 	- 151
[04:55:25.784304][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1048563912.exr from image cache. 
[04:55:26.101479][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 318 miliseconds

Device 0 memory - used: 1850.237549, free: 4293.762695, total: 6144.000000
total size of volume map in GPU memory: 667.968750
nDepths 1500, nDepthsToSearch 1500 
ps_computeSimilarityVolume elapsed time: 14.000000 ms 
[04:55:28.896004][debug]  Elapsed time: 00 minutes 03 seconds 112 miliseconds

[04:55:28.899995][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 03 seconds 303 miliseconds

[04:55:29.547265][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 277248
	- volStepXY: 3
	- volDimX: 608
	- volDimY: 456
	- volDimZ: 1500
[04:55:29.547265][debug] rc: 0
tcams: 
[04:55:29.547265][debug] 	- 300
[04:55:29.547265][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1891222271.exr from image cache. 
[04:55:29.921264][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 374 miliseconds

Device 0 memory - used: 1850.237549, free: 4293.762695, total: 6144.000000
total size of volume map in GPU memory: 667.968750
nDepths 1500, nDepthsToSearch 1500 
ps_computeSimilarityVolume elapsed time: 13.000000 ms 
[04:55:32.322210][debug]  Elapsed time: 00 minutes 02 seconds 775 miliseconds

[04:55:32.323208][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 02 seconds 954 miliseconds

[04:55:32.945590][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 277248
	- volStepXY: 3
	- volDimX: 608
	- volDimY: 456
	- volDimZ: 1500
[04:55:32.945590][debug] rc: 0
tcams: 
[04:55:32.945590][debug] 	- 6
[04:55:32.945590][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/85245297.exr from image cache. 
[04:55:33.247735][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 302 miliseconds

Device 0 memory - used: 1850.237549, free: 4293.762695, total: 6144.000000
total size of volume map in GPU memory: 667.968750
nDepths 1500, nDepthsToSearch 1500 
ps_computeSimilarityVolume elapsed time: 15.000000 ms 
[04:55:36.481314][debug]  Elapsed time: 00 minutes 03 seconds 536 miliseconds

[04:55:36.484304][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 03 seconds 729 miliseconds

[04:55:37.145581][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 277248
	- volStepXY: 3
	- volDimX: 608
	- volDimY: 456
	- volDimZ: 1500
[04:55:37.145581][debug] rc: 0
tcams: 
[04:55:37.145581][debug] 	- 27
[04:55:37.145581][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/198546951.exr from image cache. 
[04:55:37.442480][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 296 miliseconds

Device 0 memory - used: 1850.237549, free: 4293.762695, total: 6144.000000
total size of volume map in GPU memory: 667.968750
nDepths 1500, nDepthsToSearch 1500 
ps_computeSimilarityVolume elapsed time: 16.000000 ms 
[04:55:41.873319][debug]  Elapsed time: 00 minutes 04 seconds 727 miliseconds

[04:55:41.875075][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 04 seconds 934 miliseconds

[04:55:42.541351][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 277248
	- volStepXY: 3
	- volDimX: 608
	- volDimY: 456
	- volDimZ: 1500
[04:55:42.541351][debug] rc: 0
tcams: 
[04:55:42.541351][debug] 	- 286
[04:55:42.541351][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1820384223.exr from image cache. 
[04:55:42.858496][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 318 miliseconds

Device 0 memory - used: 1850.237549, free: 4293.762695, total: 6144.000000
total size of volume map in GPU memory: 667.968750
nDepths 1500, nDepthsToSearch 1500 
ps_computeSimilarityVolume elapsed time: 14.000000 ms 
[04:55:45.831884][debug]  Elapsed time: 00 minutes 03 seconds 290 miliseconds

[04:55:45.833870][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 03 seconds 487 miliseconds

[04:55:49.799313][debug] SemiGlobalMatchingVolume::cloneVolumeSecondStepZ  Elapsed time: 00 minutes 03 seconds 545 miliseconds

[04:55:49.799313][debug] SGM optimizing volume:
	- volDimX: 608
	- volDimY: 456
	- volDimZ: 1823
ps_SGMoptimizeSimVolume
ps_updateAggrVolume
ps_aggregatePathVolume
ps_aggregatePathVolume done
ps_updateAggrVolume done
ps_updateAggrVolume
ps_aggregatePathVolume
ps_aggregatePathVolume done
ps_updateAggrVolume done
ps_updateAggrVolume
ps_aggregatePathVolume
ps_aggregatePathVolume done
ps_updateAggrVolume done
ps_updateAggrVolume
ps_aggregatePathVolume
ps_aggregatePathVolume done
ps_updateAggrVolume done
SGM volume gpu elapsed time: 3354.000000 ms 
ps_SGMoptimizeSimVolume done
[04:55:53.419447][debug]  Elapsed time: 00 minutes 03 seconds 618 miliseconds

[04:55:53.419447][debug] SemiGlobalMatchingVolume::SGMoptimizeVolumeStepZ Elapsed time: 00 minutes 03 seconds 618 miliseconds

[04:55:54.748929][debug] SemiGlobalMatchingVolume::getOrigVolumeBestIdValFromVolumeStepZ  Elapsed time: 00 minutes 01 seconds 330 miliseconds

[04:55:55.087038][debug] SGM (rc: 0 / 352) Elapsed time: 00 minutes 51 seconds 508 miliseconds

[04:55:55.087038][info] Refine depth map, view id: 55385111
[04:55:55.087038][debug] Refine CUDA (rc: 1 / 352)
[04:55:55.127879][debug] getDepthSimMapFromBestIdVal Elapsed time: 00 minutes 00 seconds 004 miliseconds

[04:55:55.883858][debug] refineRcTcDepthSimMap: width: 3648, height: 2736
[04:55:55.942700][debug] 	- rc: 0
	- tcams: 312
[04:55:55.942700][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1951782638.exr from image cache. 
[04:55:56.204014][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 261 miliseconds

gpu elapsed time: 139.000000 ms 
[04:55:56.352739][debug]  Elapsed time: 00 minutes 00 seconds 410 miliseconds

[04:55:56.368754][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 00 seconds 485 miliseconds

[04:55:56.438567][debug] 	- rc: 0
	- tcams: 312
gpu elapsed time: 721.000000 ms 
[04:55:57.169555][debug]  Elapsed time: 00 minutes 00 seconds 732 miliseconds

[04:55:57.185570][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 302 miliseconds

[04:55:57.255327][debug] 	- rc: 0
	- tcams: 312
gpu elapsed time: 935.000000 ms 
[04:55:58.199801][debug]  Elapsed time: 00 minutes 00 seconds 945 miliseconds

[04:55:58.216755][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 02 seconds 332 miliseconds

[04:55:58.287629][debug] 	- rc: 0
	- tcams: 312
gpu elapsed time: 961.000000 ms 
[04:55:59.256974][debug]  Elapsed time: 00 minutes 00 seconds 969 miliseconds

[04:55:59.272988][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 03 seconds 388 miliseconds

[04:55:59.394612][debug] refineRcTcDepthSimMap: width: 3648, height: 2736
[04:55:59.457494][debug] 	- rc: 0
	- tcams: 331
[04:55:59.457494][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2027565721.exr from image cache. 
[04:55:59.705774][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 248 miliseconds

gpu elapsed time: 910.000000 ms 
[04:56:00.628307][debug]  Elapsed time: 00 minutes 01 seconds 169 miliseconds

[04:56:00.644263][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 248 miliseconds

[04:56:00.712084][debug] 	- rc: 0
	- tcams: 331
gpu elapsed time: 983.000000 ms 
[04:56:01.705426][debug]  Elapsed time: 00 minutes 00 seconds 993 miliseconds

[04:56:01.722431][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 02 seconds 326 miliseconds

[04:56:01.794189][debug] 	- rc: 0
	- tcams: 331
gpu elapsed time: 846.000000 ms 
[04:56:02.652894][debug]  Elapsed time: 00 minutes 00 seconds 858 miliseconds

[04:56:02.668907][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 03 seconds 273 miliseconds

[04:56:02.743407][debug] 	- rc: 0
	- tcams: 331
gpu elapsed time: 681.000000 ms 
[04:56:03.434561][debug]  Elapsed time: 00 minutes 00 seconds 690 miliseconds

[04:56:03.449519][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 04 seconds 054 miliseconds

[04:56:03.571195][debug] refineRcTcDepthSimMap: width: 3648, height: 2736
[04:56:03.632032][debug] 	- rc: 0
	- tcams: 93
[04:56:03.632032][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/711672341.exr from image cache. 
[04:56:03.871403][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 239 miliseconds

gpu elapsed time: 1002.000000 ms 
[04:56:04.881693][debug]  Elapsed time: 00 minutes 01 seconds 250 miliseconds

[04:56:04.897707][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 327 miliseconds

[04:56:04.969483][debug] 	- rc: 0
	- tcams: 93
gpu elapsed time: 928.000000 ms 
[04:56:05.906950][debug]  Elapsed time: 00 minutes 00 seconds 937 miliseconds

[04:56:05.924904][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 02 seconds 354 miliseconds

[04:56:05.996739][debug] 	- rc: 0
	- tcams: 93
gpu elapsed time: 827.000000 ms 
[04:56:06.833474][debug]  Elapsed time: 00 minutes 00 seconds 837 miliseconds

[04:56:06.849470][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 03 seconds 279 miliseconds

[04:56:06.922286][debug] 	- rc: 0
	- tcams: 93
gpu elapsed time: 374.000000 ms 
[04:56:07.308152][debug]  Elapsed time: 00 minutes 00 seconds 385 miliseconds

[04:56:07.324113][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 03 seconds 753 miliseconds

[04:56:07.443800][debug] refineRcTcDepthSimMap: width: 3648, height: 2736
[04:56:07.505626][debug] 	- rc: 0
	- tcams: 181
[04:56:07.505626][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1187474780.exr from image cache. 
[04:56:07.760944][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 256 miliseconds

gpu elapsed time: 990.000000 ms 
[04:56:08.760510][debug]  Elapsed time: 00 minutes 01 seconds 256 miliseconds

[04:56:08.775469][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 330 miliseconds

[04:56:08.847278][debug] 	- rc: 0
	- tcams: 181
gpu elapsed time: 981.000000 ms 
[04:56:09.840619][debug]  Elapsed time: 00 minutes 00 seconds 993 miliseconds

[04:56:09.855581][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 02 seconds 411 miliseconds

[04:56:09.925394][debug] 	- rc: 0
	- tcams: 181
gpu elapsed time: 980.000000 ms 
[04:56:10.916585][debug]  Elapsed time: 00 minutes 00 seconds 992 miliseconds

[04:56:10.932568][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 03 seconds 489 miliseconds

[04:56:11.004408][debug] 	- rc: 0
	- tcams: 181
gpu elapsed time: 868.000000 ms 
[04:56:11.884118][debug]  Elapsed time: 00 minutes 00 seconds 880 miliseconds

[04:56:11.900134][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 04 seconds 455 miliseconds

[04:56:12.020753][debug] refineRcTcDepthSimMap: width: 3648, height: 2736
[04:56:12.084628][debug] 	- rc: 0
	- tcams: 204
[04:56:12.084628][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1328578005.exr from image cache. 
[04:56:12.356855][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 272 miliseconds

gpu elapsed time: 87.000000 ms 
[04:56:12.454600][debug]  Elapsed time: 00 minutes 00 seconds 370 miliseconds

[04:56:12.471606][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 00 seconds 451 miliseconds

[04:56:12.543356][debug] 	- rc: 0
	- tcams: 204
gpu elapsed time: 438.000000 ms 
[04:56:12.992162][debug]  Elapsed time: 00 minutes 00 seconds 448 miliseconds

[04:56:13.010164][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 00 seconds 989 miliseconds

[04:56:13.080976][debug] 	- rc: 0
	- tcams: 204
gpu elapsed time: 690.000000 ms 
[04:56:13.781048][debug]  Elapsed time: 00 minutes 00 seconds 700 miliseconds

[04:56:13.799051][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 778 miliseconds

[04:56:13.873798][debug] 	- rc: 0
	- tcams: 204
gpu elapsed time: 848.000000 ms 
[04:56:14.732500][debug]  Elapsed time: 00 minutes 00 seconds 858 miliseconds

[04:56:14.748517][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 02 seconds 727 miliseconds

[04:56:14.871178][debug] refineRcTcDepthSimMap: width: 3648, height: 2736
[04:56:14.934959][debug] 	- rc: 0
	- tcams: 151
[04:56:14.939032][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1048563912.exr from image cache. 
[04:56:15.265114][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 326 miliseconds

gpu elapsed time: 705.000000 ms 
[04:56:15.982199][debug]  Elapsed time: 00 minutes 01 seconds 047 miliseconds

[04:56:15.999149][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 128 miliseconds

[04:56:16.070021][debug] 	- rc: 0
	- tcams: 151
gpu elapsed time: 742.000000 ms 
[04:56:16.823945][debug]  Elapsed time: 00 minutes 00 seconds 754 miliseconds

[04:56:16.838963][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 968 miliseconds

[04:56:16.911775][debug] 	- rc: 0
	- tcams: 151
gpu elapsed time: 812.000000 ms 
[04:56:17.733885][debug]  Elapsed time: 00 minutes 00 seconds 822 miliseconds

[04:56:17.749858][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 02 seconds 878 miliseconds

[04:56:17.820659][debug] 	- rc: 0
	- tcams: 151
gpu elapsed time: 689.000000 ms 
[04:56:18.521761][debug]  Elapsed time: 00 minutes 00 seconds 702 miliseconds

[04:56:18.536753][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 03 seconds 665 miliseconds

gpu elapsed time: 981.000000 ms 
[04:56:19.803428][debug]  Elapsed time: 00 minutes 01 seconds 110 miliseconds

gpu elapsed time: 962.000000 ms 
[04:56:21.042656][debug]  Elapsed time: 00 minutes 01 seconds 093 miliseconds

gpu elapsed time: 956.000000 ms 
[04:56:22.275358][debug]  Elapsed time: 00 minutes 01 seconds 087 miliseconds

gpu elapsed time: 961.000000 ms 
[04:56:23.520028][debug]  Elapsed time: 00 minutes 01 seconds 088 miliseconds

[04:56:23.650680][debug] optimizeDepthSimMapGradientDescent.
rc: 0, gpu elapsed time: 295.000000 ms 
[04:56:23.984839][debug]  Elapsed time: 00 minutes 00 seconds 334 miliseconds

[04:56:23.987832][debug] optimizeDepthSimMapGradientDescent.
rc: 0, gpu elapsed time: 295.000000 ms 
[04:56:24.320908][debug]  Elapsed time: 00 minutes 00 seconds 333 miliseconds

[04:56:24.322883][debug] optimizeDepthSimMapGradientDescent.
rc: 0, gpu elapsed time: 295.000000 ms 
[04:56:24.661004][debug]  Elapsed time: 00 minutes 00 seconds 337 miliseconds

[04:56:24.663027][debug] optimizeDepthSimMapGradientDescent.
rc: 0, gpu elapsed time: 295.000000 ms 
[04:56:24.992122][debug]  Elapsed time: 00 minutes 00 seconds 329 miliseconds

[04:56:24.996128][debug] Refine CUDA (rc: 0 / 352) Elapsed time: 00 minutes 29 seconds 908 miliseconds

[04:56:25.216531][debug] [IO] Write Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/DepthMap/a96ec04fce5d60980b6598bed2dc0b284dd7a573/55385111_depthMap.exr
	- width: 3648
	- height: 2736
	- channels: 1
[04:56:25.631403][debug] [IO] Write Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/DepthMap/a96ec04fce5d60980b6598bed2dc0b284dd7a573/55385111_simMap.exr
	- width: 3648
	- height: 2736
	- channels: 1
[04:56:25.809925][info] Found only 8/10 nearest cameras for view id: 60575912
[04:56:25.809925][debug] Compute min/max/mid/nb depth for view id: 60575912
[04:56:25.811920][debug] allDepths: 3769
[04:56:25.812917][debug] All correct depths: 206
[04:56:25.812917][debug] used depths: 207
[04:56:25.812917][debug] allDepths: 3162
[04:56:25.812917][debug] All correct depths: 383
[04:56:25.813914][debug] used depths: 383
[04:56:25.813914][debug] allDepths: 3189
[04:56:25.813914][debug] All correct depths: 72
[04:56:25.813914][debug] used depths: 73
[04:56:25.813914][debug] allDepths: 4056
[04:56:25.814912][debug] All correct depths: 749
[04:56:25.814912][debug] used depths: 750
[04:56:25.814912][debug] allDepths: 3049
[04:56:25.814912][debug] All correct depths: 587
[04:56:25.814912][debug] used depths: 587
[04:56:25.814912][debug] allDepths: 3071
[04:56:25.815909][debug] All correct depths: 721
[04:56:25.815909][debug] used depths: 721
[04:56:25.815909][debug] allDepths: 4057
[04:56:25.815909][debug] All correct depths: 845
[04:56:25.816907][debug] used depths: 847
[04:56:25.816907][debug] allDepths: 4100
[04:56:25.816907][debug] All correct depths: 1687
[04:56:25.817904][debug] used depths: 1687
[04:56:25.818901][debug] rc depths: 2699
[04:56:25.876746][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2125962783.exr
[04:56:26.431265][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2125962783.exr to image cache. Elapsed time: 00 minutes 00 seconds 610 miliseconds

[04:56:26.495098][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/234421793.exr
[04:56:27.034651][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/234421793.exr to image cache. Elapsed time: 00 minutes 00 seconds 602 miliseconds

[04:56:27.096485][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1966362610.exr
[04:56:27.659033][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1966362610.exr to image cache. Elapsed time: 00 minutes 00 seconds 625 miliseconds

[04:56:27.721862][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1616645373.exr
[04:56:28.179627][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1616645373.exr to image cache. Elapsed time: 00 minutes 00 seconds 521 miliseconds

[04:56:28.243470][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/170721721.exr
[04:56:28.696237][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/170721721.exr to image cache. Elapsed time: 00 minutes 00 seconds 516 miliseconds

[04:56:28.760068][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1365975395.exr
[04:56:29.200858][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1365975395.exr to image cache. Elapsed time: 00 minutes 00 seconds 505 miliseconds

[04:56:29.263690][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/434206030.exr
[04:56:29.834215][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/434206030.exr to image cache. Elapsed time: 00 minutes 00 seconds 633 miliseconds

[04:56:29.897023][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1078578212.exr
[04:56:30.352777][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1078578212.exr to image cache. Elapsed time: 00 minutes 00 seconds 518 miliseconds

[04:56:30.352777][info] Estimate depth map, view id: 60575912
[04:56:30.352777][debug] SGM (rc: 2 / 352)
[04:56:30.490413][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 342056
	- volStepXY: 3
	- volDimX: 676
	- volDimY: 506
	- volDimZ: 884
[04:56:30.550284][debug] [IO] Read Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/60575912.exr
[04:56:31.000048][debug] Add D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/60575912.exr to image cache. Elapsed time: 00 minutes 00 seconds 509 miliseconds

[04:56:31.341139][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 850 miliseconds

[04:56:31.341139][debug] rc: 1
tcams: 
[04:56:31.341139][debug] 	- 345
[04:56:31.341139][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2125962783.exr from image cache. 
[04:56:31.699179][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 358 miliseconds

Device 0 memory - used: 1619.112549, free: 4524.887695, total: 6144.000000
total size of volume map in GPU memory: 436.820313
nDepths 884, nDepthsToSearch 884 
ps_computeSimilarityVolume elapsed time: 10.000000 ms 
[04:56:34.294340][debug]  Elapsed time: 00 minutes 03 seconds 803 miliseconds

[04:56:34.296335][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 03 seconds 943 miliseconds

[04:56:34.296335][debug] GPU memory : free: 4961.76, total: 6144, used: 1182.24
[04:56:34.296335][debug] GPU memory volume: 2666.38
[04:56:34.296335][warning] Low GPU memory volume step Z: 2
[04:56:37.474837][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 342056
	- volStepXY: 3
	- volDimX: 676
	- volDimY: 506
	- volDimZ: 1500
[04:56:37.474837][debug] rc: 1
tcams: 
[04:56:37.474837][debug] 	- 29
[04:56:37.474837][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/234421793.exr from image cache. 
[04:56:37.807946][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 333 miliseconds

Device 0 memory - used: 1923.487549, free: 4220.512695, total: 6144.000000
total size of volume map in GPU memory: 741.210938
nDepths 1500, nDepthsToSearch 1500 
ps_computeSimilarityVolume elapsed time: 14.000000 ms 
[04:56:42.110104][debug]  Elapsed time: 00 minutes 04 seconds 635 miliseconds

[04:56:42.111499][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 05 seconds 458 miliseconds

[04:56:42.663053][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 342056
	- volStepXY: 3
	- volDimX: 676
	- volDimY: 506
	- volDimZ: 630
[04:56:42.663053][debug] rc: 1
tcams: 
[04:56:42.663053][debug] 	- 319
[04:56:42.663053][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1966362610.exr from image cache. 
[04:56:42.983170][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 320 miliseconds

Device 0 memory - used: 1493.550049, free: 4650.450195, total: 6144.000000
total size of volume map in GPU memory: 311.308594
nDepths 630, nDepthsToSearch 630 
ps_computeSimilarityVolume elapsed time: 8.000000 ms 
[04:56:44.903038][debug]  Elapsed time: 00 minutes 02 seconds 240 miliseconds

[04:56:44.904033][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 02 seconds 339 miliseconds

[04:56:45.315932][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 342056
	- volStepXY: 3
	- volDimX: 676
	- volDimY: 506
	- volDimZ: 842
[04:56:45.316930][debug] rc: 1
tcams: 
[04:56:45.316930][debug] 	- 253
[04:56:45.316930][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1616645373.exr from image cache. 
[04:56:45.638086][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 321 miliseconds

Device 0 memory - used: 1598.362549, free: 4545.637695, total: 6144.000000
total size of volume map in GPU memory: 416.066406
nDepths 842, nDepthsToSearch 842 
ps_computeSimilarityVolume elapsed time: 10.000000 ms 
[04:56:47.989781][debug]  Elapsed time: 00 minutes 02 seconds 671 miliseconds

[04:56:47.990775][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 02 seconds 808 miliseconds

[04:56:48.550277][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 342056
	- volStepXY: 3
	- volDimX: 676
	- volDimY: 506
	- volDimZ: 1500
[04:56:48.550277][debug] rc: 1
tcams: 
[04:56:48.550277][debug] 	- 18
[04:56:48.551274][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/170721721.exr from image cache. 
[04:56:48.877428][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 327 miliseconds

Device 0 memory - used: 1923.487549, free: 4220.512695, total: 6144.000000
total size of volume map in GPU memory: 741.210938
nDepths 1500, nDepthsToSearch 1500 
ps_computeSimilarityVolume elapsed time: 15.000000 ms 
[04:56:54.682563][debug]  Elapsed time: 00 minutes 06 seconds 131 miliseconds

[04:56:54.684557][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 06 seconds 369 miliseconds

[04:56:55.520341][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 342056
	- volStepXY: 3
	- volDimX: 676
	- volDimY: 506
	- volDimZ: 1500
[04:56:55.520341][debug] rc: 1
tcams: 
[04:56:55.520341][debug] 	- 215
[04:56:55.520341][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1365975395.exr from image cache. 
[04:56:55.833539][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 314 miliseconds

Device 0 memory - used: 1923.487549, free: 4220.512695, total: 6144.000000
total size of volume map in GPU memory: 741.210938
nDepths 1500, nDepthsToSearch 1500 
ps_computeSimilarityVolume elapsed time: 16.000000 ms 
[04:57:01.147255][debug]  Elapsed time: 00 minutes 05 seconds 626 miliseconds

[04:57:01.149250][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 05 seconds 856 miliseconds

[04:57:02.101701][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 342056
	- volStepXY: 3
	- volDimX: 676
	- volDimY: 506
	- volDimZ: 863
[04:57:02.101701][debug] rc: 1
tcams: 
[04:57:02.101701][debug] 	- 56
[04:57:02.101701][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/434206030.exr from image cache. 
[04:57:02.481654][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 380 miliseconds

Device 0 memory - used: 1608.737549, free: 4535.262695, total: 6144.000000
total size of volume map in GPU memory: 426.443359
nDepths 863, nDepthsToSearch 863 
ps_computeSimilarityVolume elapsed time: 12.000000 ms 
[04:57:04.969018][debug]  Elapsed time: 00 minutes 02 seconds 867 miliseconds

[04:57:04.971016][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 03 seconds 029 miliseconds

[04:57:05.596399][debug] sweepPixelsVolume:
	- scale: 2
	- step: 1
	- npixels: 342056
	- volStepXY: 3
	- volDimX: 676
	- volDimY: 506
	- volDimZ: 1500
[04:57:05.596399][debug] rc: 1
tcams: 
[04:57:05.596399][debug] 	- 162
[04:57:05.596399][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1078578212.exr from image cache. 
[04:57:05.916486][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 320 miliseconds

Device 0 memory - used: 1923.487549, free: 4220.512695, total: 6144.000000
total size of volume map in GPU memory: 741.210938
nDepths 1500, nDepthsToSearch 1500 
ps_computeSimilarityVolume elapsed time: 16.000000 ms 
[04:57:10.445413][debug]  Elapsed time: 00 minutes 04 seconds 849 miliseconds

[04:57:10.447369][debug] SemiGlobalMatchingRcTc::computeDepthSimMapVolume  Elapsed time: 00 minutes 05 seconds 089 miliseconds

[04:57:19.716590][debug] SemiGlobalMatchingVolume::cloneVolumeSecondStepZ  Elapsed time: 00 minutes 08 seconds 463 miliseconds

[04:57:19.716590][debug] SGM optimizing volume:
	- volDimX: 676
	- volDimY: 506
	- volDimZ: 1349
ps_SGMoptimizeSimVolume
ps_updateAggrVolume
ps_aggregatePathVolume
ps_aggregatePathVolume done
ps_updateAggrVolume done
ps_updateAggrVolume
ps_aggregatePathVolume
ps_aggregatePathVolume done
ps_updateAggrVolume done
ps_updateAggrVolume
ps_aggregatePathVolume
ps_aggregatePathVolume done
ps_updateAggrVolume done
ps_updateAggrVolume
ps_aggregatePathVolume
ps_aggregatePathVolume done
ps_updateAggrVolume done
SGM volume gpu elapsed time: 3002.000000 ms 
ps_SGMoptimizeSimVolume done
[04:57:23.030338][debug]  Elapsed time: 00 minutes 03 seconds 315 miliseconds

[04:57:23.030338][debug] SemiGlobalMatchingVolume::SGMoptimizeVolumeStepZ Elapsed time: 00 minutes 03 seconds 315 miliseconds

[04:57:24.372783][debug] SemiGlobalMatchingVolume::getOrigVolumeBestIdValFromVolumeStepZ  Elapsed time: 00 minutes 01 seconds 342 miliseconds

[04:57:24.799609][debug] SGM (rc: 1 / 352) Elapsed time: 00 minutes 54 seconds 445 miliseconds

[04:57:24.799609][info] Refine depth map, view id: 60575912
[04:57:24.799609][debug] Refine CUDA (rc: 2 / 352)
[04:57:24.860444][debug] getDepthSimMapFromBestIdVal Elapsed time: 00 minutes 00 seconds 008 miliseconds

[04:57:25.884707][debug] refineRcTcDepthSimMap: width: 4056, height: 3040
[04:57:25.965527][debug] 	- rc: 1
	- tcams: 345
[04:57:25.965527][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/2125962783.exr from image cache. 
[04:57:26.343478][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 378 miliseconds

gpu elapsed time: 1202.000000 ms 
[04:57:27.557234][debug]  Elapsed time: 00 minutes 01 seconds 592 miliseconds

[04:57:27.576183][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 691 miliseconds

[04:57:27.658961][debug] 	- rc: 1
	- tcams: 345
gpu elapsed time: 1151.000000 ms 
[04:57:28.821757][debug]  Elapsed time: 00 minutes 01 seconds 162 miliseconds

[04:57:28.840764][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 02 seconds 956 miliseconds

[04:57:28.926480][debug] 	- rc: 1
	- tcams: 345
gpu elapsed time: 1175.000000 ms 
[04:57:30.114316][debug]  Elapsed time: 00 minutes 01 seconds 187 miliseconds

[04:57:30.133315][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 04 seconds 248 miliseconds

[04:57:30.219025][debug] 	- rc: 1
	- tcams: 345
gpu elapsed time: 1171.000000 ms 
[04:57:31.400862][debug]  Elapsed time: 00 minutes 01 seconds 182 miliseconds

[04:57:31.419872][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 05 seconds 534 miliseconds

[04:57:31.570409][debug] refineRcTcDepthSimMap: width: 4056, height: 3040
[04:57:31.645271][debug] 	- rc: 1
	- tcams: 29
[04:57:31.645271][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/234421793.exr from image cache. 
[04:57:31.959990][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 314 miliseconds

gpu elapsed time: 172.000000 ms 
[04:57:32.143508][debug]  Elapsed time: 00 minutes 00 seconds 497 miliseconds

[04:57:32.162474][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 00 seconds 591 miliseconds

[04:57:32.247222][debug] 	- rc: 1
	- tcams: 29
gpu elapsed time: 1034.000000 ms 
[04:57:33.293607][debug]  Elapsed time: 00 minutes 01 seconds 047 miliseconds

[04:57:33.312600][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 742 miliseconds

[04:57:33.399374][debug] 	- rc: 1
	- tcams: 29
gpu elapsed time: 1045.000000 ms 
[04:57:34.455295][debug]  Elapsed time: 00 minutes 01 seconds 055 miliseconds

[04:57:34.475302][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 02 seconds 904 miliseconds

[04:57:34.561062][debug] 	- rc: 1
	- tcams: 29
gpu elapsed time: 1039.000000 ms 
[04:57:35.611228][debug]  Elapsed time: 00 minutes 01 seconds 049 miliseconds

[04:57:35.630228][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 04 seconds 059 miliseconds

[04:57:35.778773][debug] refineRcTcDepthSimMap: width: 4056, height: 3040
[04:57:35.855568][debug] 	- rc: 1
	- tcams: 319
[04:57:35.855568][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1966362610.exr from image cache. 
[04:57:36.169730][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 313 miliseconds

gpu elapsed time: 1060.000000 ms 
[04:57:37.238894][debug]  Elapsed time: 00 minutes 01 seconds 383 miliseconds

[04:57:37.256903][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 478 miliseconds

[04:57:37.343671][debug] 	- rc: 1
	- tcams: 319
gpu elapsed time: 1088.000000 ms 
[04:57:38.444601][debug]  Elapsed time: 00 minutes 01 seconds 100 miliseconds

[04:57:38.464550][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 02 seconds 684 miliseconds

[04:57:38.552316][debug] 	- rc: 1
	- tcams: 319
gpu elapsed time: 1158.000000 ms 
[04:57:39.720192][debug]  Elapsed time: 00 minutes 01 seconds 167 miliseconds

[04:57:39.739198][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 03 seconds 960 miliseconds

[04:57:39.824951][debug] 	- rc: 1
	- tcams: 319
gpu elapsed time: 1169.000000 ms 
[04:57:41.006983][debug]  Elapsed time: 00 minutes 01 seconds 182 miliseconds

[04:57:41.026930][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 05 seconds 248 miliseconds

[04:57:41.191545][debug] refineRcTcDepthSimMap: width: 4056, height: 3040
[04:57:41.270337][debug] 	- rc: 1
	- tcams: 253
[04:57:41.270337][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1616645373.exr from image cache. 
[04:57:41.632311][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 362 miliseconds

gpu elapsed time: 1179.000000 ms 
[04:57:42.822242][debug]  Elapsed time: 00 minutes 01 seconds 552 miliseconds

[04:57:42.843216][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 651 miliseconds

[04:57:42.939946][debug] 	- rc: 1
	- tcams: 253
gpu elapsed time: 1190.000000 ms 
[04:57:44.139700][debug]  Elapsed time: 00 minutes 01 seconds 200 miliseconds

[04:57:44.157709][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 02 seconds 967 miliseconds

[04:57:44.243482][debug] 	- rc: 1
	- tcams: 253
gpu elapsed time: 1170.000000 ms 
[04:57:45.425269][debug]  Elapsed time: 00 minutes 01 seconds 181 miliseconds

[04:57:45.444247][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 04 seconds 254 miliseconds

[04:57:45.532004][debug] 	- rc: 1
	- tcams: 253
gpu elapsed time: 1082.000000 ms 
[04:57:46.626090][debug]  Elapsed time: 00 minutes 01 seconds 093 miliseconds

[04:57:46.645087][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 05 seconds 454 miliseconds

[04:57:46.793689][debug] refineRcTcDepthSimMap: width: 4056, height: 3040
[04:57:46.870497][debug] 	- rc: 1
	- tcams: 18
[04:57:46.870497][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/170721721.exr from image cache. 
[04:57:47.204623][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 334 miliseconds

gpu elapsed time: 1174.000000 ms 
[04:57:48.387419][debug]  Elapsed time: 00 minutes 01 seconds 516 miliseconds

[04:57:48.406370][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 612 miliseconds

[04:57:48.496130][debug] 	- rc: 1
	- tcams: 18
gpu elapsed time: 1185.000000 ms 
[04:57:49.692375][debug]  Elapsed time: 00 minutes 01 seconds 197 miliseconds

[04:57:49.710387][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 02 seconds 917 miliseconds

[04:57:49.798144][debug] 	- rc: 1
	- tcams: 18
gpu elapsed time: 1175.000000 ms 
[04:57:50.984921][debug]  Elapsed time: 00 minutes 01 seconds 187 miliseconds

[04:57:51.003901][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 04 seconds 210 miliseconds

[04:57:51.088685][debug] 	- rc: 1
	- tcams: 18
gpu elapsed time: 1166.000000 ms 
[04:57:52.268487][debug]  Elapsed time: 00 minutes 01 seconds 179 miliseconds

[04:57:52.286472][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 05 seconds 493 miliseconds

[04:57:52.436039][debug] refineRcTcDepthSimMap: width: 4056, height: 3040
[04:57:52.510839][debug] 	- rc: 1
	- tcams: 215
[04:57:52.511837][debug] Reuse D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/PrepareDenseScene/b933dbbd949baaffdb9c13a07aac14d4b577ca29/1365975395.exr from image cache. 
[04:57:52.832652][debug] copy image from disk to GPU  Elapsed time: 00 minutes 00 seconds 321 miliseconds

gpu elapsed time: 1134.000000 ms 
[04:57:53.978585][debug]  Elapsed time: 00 minutes 01 seconds 468 miliseconds

[04:57:53.997535][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 01 seconds 559 miliseconds

[04:57:54.084303][debug] 	- rc: 1
	- tcams: 215
gpu elapsed time: 1147.000000 ms 
[04:57:55.242291][debug]  Elapsed time: 00 minutes 01 seconds 158 miliseconds

[04:57:55.260277][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 02 seconds 822 miliseconds

[04:57:55.349083][debug] 	- rc: 1
	- tcams: 215
gpu elapsed time: 1135.000000 ms 
[04:57:56.493955][debug]  Elapsed time: 00 minutes 01 seconds 144 miliseconds

[04:57:56.511922][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 04 seconds 074 miliseconds

[04:57:56.598671][debug] 	- rc: 1
	- tcams: 215
gpu elapsed time: 1133.000000 ms 
[04:57:57.743703][debug]  Elapsed time: 00 minutes 01 seconds 144 miliseconds

[04:57:57.761674][debug] refineRcTcDepthSimMap Elapsed time: 00 minutes 05 seconds 323 miliseconds

gpu elapsed time: 1137.000000 ms 
[04:57:59.235078][debug]  Elapsed time: 00 minutes 01 seconds 279 miliseconds

gpu elapsed time: 1119.000000 ms 
[04:58:00.669234][debug]  Elapsed time: 00 minutes 01 seconds 261 miliseconds

gpu elapsed time: 1116.000000 ms 
[04:58:02.100412][debug]  Elapsed time: 00 minutes 01 seconds 261 miliseconds

gpu elapsed time: 1115.000000 ms 
[04:58:03.542555][debug]  Elapsed time: 00 minutes 01 seconds 268 miliseconds

[04:58:03.720082][debug] optimizeDepthSimMapGradientDescent.
rc: 1, gpu elapsed time: 362.000000 ms 
[04:58:04.138961][debug]  Elapsed time: 00 minutes 00 seconds 419 miliseconds

[04:58:04.141953][debug] optimizeDepthSimMapGradientDescent.
rc: 1, gpu elapsed time: 363.000000 ms 
[04:58:04.551997][debug]  Elapsed time: 00 minutes 00 seconds 410 miliseconds

[04:58:04.556039][debug] optimizeDepthSimMapGradientDescent.
rc: 1, gpu elapsed time: 364.000000 ms 
[04:58:04.967090][debug]  Elapsed time: 00 minutes 00 seconds 411 miliseconds

[04:58:04.970115][debug] optimizeDepthSimMapGradientDescent.
rc: 1, gpu elapsed time: 359.000000 ms 
[04:58:05.374036][debug]  Elapsed time: 00 minutes 00 seconds 405 miliseconds

[04:58:05.377031][debug] Refine CUDA (rc: 1 / 352) Elapsed time: 00 minutes 40 seconds 577 miliseconds

[04:58:05.645267][debug] [IO] Write Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/DepthMap/a96ec04fce5d60980b6598bed2dc0b284dd7a573/60575912_depthMap.exr
	- width: 4056
	- height: 3040
	- channels: 1
[04:58:06.109011][debug] [IO] Write Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/DepthMap/a96ec04fce5d60980b6598bed2dc0b284dd7a573/60575912_simMap.exr
	- width: 4056
	- height: 3040
	- channels: 1
[04:58:06.249634][info] Found only 0/10 nearest cameras for view id: 65510156
[04:58:06.249634][debug] Compute min/max/mid/nb depth for view id: 65510156
[04:58:06.252627][debug] rc depths: 0
[04:58:06.255618][info] Found only 0/6 nearest cameras for view id: 65510156
[04:58:06.255618][info] Estimate depth map, view id: 65510156
[04:58:06.255618][debug] SGM (rc: 3 / 352)
[04:58:06.255618][info] Refine depth map, view id: 65510156
[04:58:06.255618][debug] Refine CUDA (rc: 3 / 352)
[04:58:06.531925][debug] [IO] Write Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/DepthMap/a96ec04fce5d60980b6598bed2dc0b284dd7a573/65510156_depthMap.exr
	- width: 4056
	- height: 3040
	- channels: 1
[04:58:06.611671][debug] [IO] Write Image: D:/photos/hampden skatepark2 5-31-19/meshroom/MeshroomCache/DepthMap/a96ec04fce5d60980b6598bed2dc0b284dd7a573/65510156_simMap.exr
	- width: 4056
	- height: 3040
	- channels: 1

@Killian-Palmer
Copy link

What finally fixed this problem for me was realizing that the sensor width for my camera in the cameraSensors.db file is incorrect. The photos I took came from my phones' back camera, but the sensor width stored in the database is for the front/selfie camera.
After changing the value in the cameraSensors.db and re-creating the project in a new file (as it seems that the sensor width for every photo gets stored inside the project file and doesn't update automatically), DepthMap finally worked!

Such a fix surely won't work for everyone, but it's probably worth checking out what sensor width Meshroom is using, anyway.

Here's more specific details on finding my sensor width, in case this helps anyone else:
My phone is a Motorola Moto G5 Plus. The cameraSensors.db file uses the secondary camera's sensor width (3.67mm) from DeviceSpecifications, presumably because their entry for the primary camera (a Sony IMX362 Exmor RS) doesn't specify a precise sensor width. DeviceSpecifications does provide a sensor size of 1/2.55", but I don't think you can accurately convert this to a width or height.
Instead, using Wikipedia's claims of a diagonal sensor length of 7.06mm and the assumption of a 4:3 sensor aspect ratio, I calculated a width of 5.648mm with pythagoras' theorem.

@Cdddo
Copy link

Cdddo commented Jun 24, 2019

Next release should be around the middle of May.

Any update on the next release timeline? It's nearing the end of June 😕

@natowi
Copy link
Member

natowi commented Jun 24, 2019

@Cdddo the new release is near... Alicevision 2019.2 is nearly complete and for Meshroom a few pull requests need to be merged.

@Goldname100
Copy link

I'm confused. In what scenario does this issue occur? I reconstructed a shoe perfectly fine, but it failed at a banana. What causes this to fail?

@fabiencastan
Copy link
Member

You could try the workaround described here:
#507

@Goldname100
Copy link

@fabiencastan Do you think it would be a good idea to just use the 2018 version before this bug?

@loyukfai
Copy link

loyukfai commented Jul 6, 2019

Isn't 2019.2 supposed to fix this and will be available real-soon?

Cheers.

@natowi
Copy link
Member

natowi commented Jul 6, 2019

Yes, see #525 for details.

@simogasp simogasp added the bug for actual bugs (unsure? use type:question) label Jul 24, 2019
@Vekolb
Copy link

Vekolb commented Feb 24, 2020

I am having this issue on 2019.2
It just stops at Depth Map without any issues etc. Just stops dead.

I have a set of images 1021 and it recognized 1012 images. Might this be a problem?

@natowi
Copy link
Member

natowi commented Feb 24, 2020

@hoegge
Copy link

hoegge commented Sep 9, 2020

But should these computations really make the GPU hang / crash, and shouldn't the process report a crash and why instead of just stopping?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug for actual bugs (unsure? use type:question)
Projects
None yet
Development

Successfully merging a pull request may close this issue.