niessner / BundleFusion

[Siggraph 2017] BundleFusion: Real-time Globally Consistent 3D Reconstruction using Online Surface Re-integration
http://graphics.stanford.edu/projects/bundlefusion/
Other
1.51k stars 355 forks source link

FriedLiver.exe is unresponsive #75

Closed vabook closed 2 years ago

vabook commented 2 years ago

I have compiled the program successfully,I use the offline data 'office3.sens',then change 's_sensorIdx' to 8,and change 's_maxNumImages' to 400, when I run FriedLiver.exe,the program is always unresponsive. what should I do? thank you all at first.

vabook commented 2 years ago

I have fixed this problem for one week,in the environment of "Windows10 CUDA10.1 VS2017 GTX1650",I comment all __syncthreads() , it didn't work ,then I try again in the environement of "Windows10 CUDA8.0 VS2013 GTX1650",it works well #56