RobustPhotometricStereo icon indicating copy to clipboard operation
RobustPhotometricStereo copied to clipboard

RuntimeError for L1_SOLVER_MULTICORE and SBL_SOLVER_MULTICORE

Open boldt opened this issue 6 years ago • 2 comments

I get a runtime error for:

  • L1_SOLVER_MULTICORE
  • SBL_SOLVER_MULTICORE

boldt avatar Feb 15 '19 09:02 boldt

I had some problems too. I solved partially using multiprocessing.freeze_support() at the beginning of the program. I tried executing both methods, they work with 10 and 100 iterations, but crash with the default 1000 iterations (stack underflow).

Edit: I am working in this moment at this repo. I tried a second time with 1000 iterations and it worked fine.

domef avatar Jan 09 '20 16:01 domef