niessner / BundleFusion

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

How to run the code with .sens file? #11

Closed zhanlv600 closed 7 years ago

zhanlv600 commented 7 years ago

Hello, I compiled your code and it seemed that it couldn't run without the depth camera hard device. I found you provided the .sens file, so I wondered if the code could run with the .sens file? If it does, then how to run it with the .sens file?

zhanlv600 commented 7 years ago

I get the answer. Edit the file zParametersDefault.txt: s_sensorIdx = 8, and copy the .sens file in the project, use 3 arguments, example: zParametersDefault.txt zParametersBundlingDefault.txt test.sens, finally the program will run.

kuonangzhe commented 6 years ago

@zhanlv600 hi, did you got the colored reconstruction result? I made it run but the window 'Fried Liver' showing is dark and the output results are also blank images(dark). Thank you so much!