mihaibujanca / dynamicfusion

Implementation of Newcombe et al. CVPR 2015 DynamicFusion paper
BSD 3-Clause "New" or "Revised" License
391 stars 105 forks source link

hi i have another question... #69

Closed jiwonmoon closed 5 years ago

jiwonmoon commented 5 years ago

image

i can run dynamicfusion code by using given data set. (umbrella 640, 480)

but, it does not work in another file. i input the ballet dataset (1024, 768) image

the ballet dataset has same type(png, i convert jpg to png using another image edit tool) but not size.

i also edit the code like that.

[dynamicfusion/kfusion/src/kinfu.cpp]

image

image

do i change another code in this project?

in summury,

thank you !

PascalYIN commented 5 years ago

Hello @jiwonmoon , I am trying to run this code on my computer and I got the same error as yours, have you finally solved this problem, could you please tell me how did you solve it? Thank you!