zhangxaochen
zhangxaochen
Dear Thomas, Recently I'm reading your paper entitled "SurfelMeshing", and thank you so much for sharing your source code to us. I'm particularly attracted by the ability of "reconstructing thin...
Dear author, I'm trying to compute the albedo map in the example "shape_from_shading", but I get the following error `cuModuleGetFunction: cuda reported error 500`: ``` Num Active Unknowns: 0 tval:...
…ations" -> "nIterations", "linearIterations" -> "lIterations" since this commit: https://github.com/niessner/Opt/commit/f96f62640fc0c353414e25752d356fb6d440c7ad#diff-4ec1b09480d2efd4ac57e2db04ec1bdd the param names have been changed in `examples/shape_from_shading/src/CombinedSolver.h`
I'm testing the [shape_from_shading](https://github.com/niessner/Opt/blob/master/examples/shape_from_shading/shape_from_shading.t) example, and getting confused about [this line L22](https://github.com/niessner/Opt/blob/ba5e6612a3d608e1539bdf0a700541a6d99bdec6/examples/shape_from_shading/shape_from_shading.t#L22): ``` local posX,posY = Index(0),Index(1) ``` When I change it to the following line to see its effect:...
I come across an error as the title says, and the full cmake output is as following: ``` OpenCV ARCH: x86 OpenCV RUNTIME: vc10 OpenCV STATIC: OFF Found CUDA: C:/Program...
when building on Windows with VS2010 & cuda6.5, the following error occurs: ``` 1>------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------ 1>Build started 2016/7/22 16:21:33. 1>InitializeBuildStatus: 1> Creating "Win32\Debug\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild"...
Dear sir, When I try "PyCmd 20230424-x64", running `adb shell "getprop|grep -iE 'build.type|root.support'"` leads to `the system cannot find the path specified`, is it a bug? "PyCmd 20210310-x64" handle this...