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

Process errors out at DepthMap node #2347

Open
505error505 opened this issue Mar 26, 2024 · 0 comments
Open

Process errors out at DepthMap node #2347

505error505 opened this issue Mar 26, 2024 · 0 comments

Comments

@505error505
Copy link

Describe the problem
A clear and concise description of what the problem is.
Getting this message "Can't find/open image file 'D:/MESH/MeshroomCache/PrepareDenseScene/e05704cc05a6e6aeab9e2c1a69876130fd38b6f7/354697259.exr'

Screenshots
If applicable, add screenshots to help explain your problem.

Dataset
If applicable, add a link or few images to help better understand where the problem may come from.

Log
If applicable, copy paste the relevant log output (please embed the text in a markdown code tag "```" )
```

  • commandLine: aliceVision_depthMapEstimation --input "D:/MESH/MeshroomCache/StructureFromMotion/02f17727c31f10b575e94d9eebd968119dd85d5c/sfm.abc" --imagesFolder "D:/MESH/MeshroomCache/PrepareDenseScene/e05704cc05a6e6aeab9e2c1a69876130fd38b6f7" --downscale 2 --minViewAngle 2.0 --maxViewAngle 70.0 --tileBufferWidth 1024 --tileBufferHeight 1024 --tilePadding 64 --autoAdjustSmallImage True --chooseTCamsPerTile True --maxTCams 10 --sgmScale 2 --sgmStepXY 2 --sgmStepZ -1 --sgmMaxTCamsPerTile 4 --sgmWSH 4 --sgmUseSfmSeeds True --sgmSeedsRangeInflate 0.2 --sgmDepthThicknessInflate 0.0 --sgmMaxSimilarity 1.0 --sgmGammaC 5.5 --sgmGammaP 8.0 --sgmP1 10.0 --sgmP2Weighting 100.0 --sgmMaxDepths 1500 --sgmFilteringAxes "YX" --sgmDepthListPerTile True --sgmUseConsistentScale False --refineEnabled True --refineScale 1 --refineStepXY 1 --refineMaxTCamsPerTile 4 --refineSubsampling 10 --refineHalfNbDepths 15 --refineWSH 3 --refineSigma 15.0 --refineGammaC 15.5 --refineGammaP 8.0 --refineInterpolateMiddleDepth False --refineUseConsistentScale False --colorOptimizationEnabled True --colorOptimizationNbIterations 100 --sgmUseCustomPatchPattern False --refineUseCustomPatchPattern False --exportIntermediateDepthSimMaps False --exportIntermediateNormalMaps False --exportIntermediateVolumes False --exportIntermediateCrossVolumes False --exportIntermediateTopographicCutVolumes False --exportIntermediateVolume9pCsv False --exportTilePattern False --nbGPUs 0 --verboseLevel info --output "D:/MESH/MeshroomCache/DepthMap/33f44dc0b0dc0dced41ea0a1213f8d15c3ecb1dd" --rangeStart 48 --rangeSize 12
  • logFile: D:/MESH/MeshroomCache/DepthMap/33f44dc0b0dc0dced41ea0a1213f8d15c3ecb1dd/4.log
    ERROR:root:Error on node computation: Error on node "DepthMap_1(4)":
    Log:
    [2024-03-25 17:00:59.558572] [0x00005930] [trace] Embedded OCIO configuration file: 'C:\Users\jeff\Downloads\Meshroom-2023.3.0-win64\Meshroom-2023.3.0\aliceVision/share/aliceVision/config.ocio' found.
    Program called with the following parameters:
  • autoAdjustSmallImage = 1
  • chooseTCamsPerTile = 1
  • colorOptimizationEnabled = 1
  • colorOptimizationNbIterations = 100
  • customPatchPatternGroupSubpartsPerLevel = 0 (default)
  • customPatchPatternSubparts = Unknown Type "class std::vector<struct aliceVision::depthMap::CustomPatchPatternParams::SubpartParams,class std::allocator >" (default)
  • downscale = 2
  • exportIntermediateCrossVolumes = 0
  • exportIntermediateDepthSimMaps = 0
  • exportIntermediateNormalMaps = 0
  • exportIntermediateTopographicCutVolumes = 0
  • exportIntermediateVolume9pCsv = 0
  • exportIntermediateVolumes = 0
  • exportTilePattern = 0
  • imagesFolder = "D:/MESH/MeshroomCache/PrepareDenseScene/e05704cc05a6e6aeab9e2c1a69876130fd38b6f7"
  • input = "D:/MESH/MeshroomCache/StructureFromMotion/02f17727c31f10b575e94d9eebd968119dd85d5c/sfm.abc"
  • maxCoresAvailable = Unknown Type "unsigned int" (default)
  • maxMemoryAvailable = 18446744073709551615 (default)
  • maxTCams = 10
  • maxViewAngle = 70
  • minViewAngle = 2
  • nbGPUs = 0
  • output = "D:/MESH/MeshroomCache/DepthMap/33f44dc0b0dc0dced41ea0a1213f8d15c3ecb1dd"
  • rangeSize = 12
  • rangeStart = 48
  • refineEnabled = 1
  • refineGammaC = 15.5
  • refineGammaP = 8
  • refineHalfNbDepths = 15
  • refineInterpolateMiddleDepth = 0
  • refineMaxTCamsPerTile = 4
  • refineScale = 1
  • refineSigma = 15
  • refineStepXY = 1
  • refineSubsampling = 10
  • refineUseConsistentScale = 0
  • refineUseCustomPatchPattern = 0
  • refineWSH = 3
  • sgmDepthListPerTile = 1
  • sgmDepthThicknessInflate = 0
  • sgmFilteringAxes = "YX"
  • sgmGammaC = 5.5
  • sgmGammaP = 8
  • sgmMaxDepths = 1500
  • sgmMaxSimilarity = 1
  • sgmMaxTCamsPerTile = 4
  • sgmP1 = 10
  • sgmP2Weighting = 100
  • sgmScale = 2
  • sgmSeedsRangeInflate = 0.2
  • sgmStepXY = 2
  • sgmStepZ = -1
  • sgmUseConsistentScale = 0
  • sgmUseCustomPatchPattern = 0
  • sgmUseSfmSeeds = 1
  • sgmWSH = 4
  • tileBufferHeight = 1024
  • tileBufferWidth = 1024
  • tilePadding = 64
  • verboseLevel = "info"

Hardware :
Detected core count : 8
OpenMP will use 8 cores
Detected available memory : 1963 Mo

[17:00:59.574120][info] CUDA-Enabled GPU.
Device information:
- id: 0
- name: NVIDIA GeForce GT 1030
- compute capability: 6.1
- clock frequency (kHz): 1430000
- total device memory: 2048 MB
- device memory available: 1657 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: 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
CUDA build version: 11.6
[17:00:59.667875][info] Supported CUDA-Enabled GPU detected.
[17:00:59.917789][info] Found 1 image dimension(s):
[17:00:59.917789][info] - [2992x2992]

====================== Command line failed with an error =======================
Can't find/open image file 'D:/MESH/MeshroomCache/PrepareDenseScene/e05704cc05a6e6aeab9e2c1a69876130fd38b6f7/354697259.exr'.

Desktop (please complete the following and other pertinent information):

  • OS: win 11
  • Python version 3.7.4
  • Qt/PySide version [e.g. 5.15.2]
  • Meshroom version: release version 2023.3.0
    • Binary version (if applicable) [e.g. 2019.1]
    • Commit reference (if applicable) [e.g. 08ddbe2]

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant