When I run cmake .. -DVISUALIZATION=OFF and make, then run
bundle_fusion_example, there are no errors, but no visualization.
Rebuild cmake .. -DVISUALIZATION=ON, make and run bundle_fusion_example,
an error occurs:
BundleFusion_Ubuntu_Pangolin/src/SiftGPU/SiftPyramid.cpp(387) : cudaSafeCall() Runtime API error 700: an illegal memory access was encountered.
How can I fix this?
When I run
cmake .. -DVISUALIZATION=OFFandmake, then runbundle_fusion_example, there are no errors, but no visualization.
Rebuild
cmake .. -DVISUALIZATION=ON,makeand run bundle_fusion_example,an error occurs:
BundleFusion_Ubuntu_Pangolin/src/SiftGPU/SiftPyramid.cpp(387) : cudaSafeCall() Runtime API error 700: an illegal memory access was encountered.How can I fix this?