jzhzhang / ROSEFusion

[SIGGRAPH 2021] ROSEFusion is proposed to tackle the difficulties in fast-motion camera tracking using random optimization with depth information only.
GNU General Public License v3.0
303 stars 48 forks source link

Cannot run example #8

Closed rlczddl closed 2 years ago

rlczddl commented 2 years ago

Hi,my env is: ubuntu18.04、cuda11.1、opencv4.4 with cuda and i can build the ROSEFusion exe on my machine,but I meet the "Frame could not be processed" problem. Here is the config file: image image image

Any suggestions?

jzhzhang commented 2 years ago

Please check if your CUDA architecture is compatible with the CMakeLists.txt.

The previous issue#5 may relate to your problem.

rlczddl commented 2 years ago

@jzhzhang OK,I see.