Thomas Luo

Results 7 comments of Thomas Luo

Using the same intrinsic matrix as in demo.py, I have a result comparable to my second case. I guess that sense since the intrinsic matrix of my camera is different....

I am going to retrain the network using my own intrinsic matrix but I have another question regarding that : Since the intrinsic matrix of my camera and the intrincix...

Yep that's right : * Since the intrinsic matrix of my camera and the intrincix matrix of the camera used to capture the dataset are different, how will that affect...

If that can helps : I resolved this issue by precising the gpu id in the command line `./experiments/scripts/demo.sh 0` and by decreasing the number of thread per block from...

What works for me was to decrease the number kThreadsPerBlock from 1024 to 512 in the different layers. I don't have any ideas else

Hi @yuxng, Do you have any solution for the second error : /home/cxx/wzw/third-party/Pangolin/include/pangolin/gl/gl.hpp:298:40: error: ‘glCopyImageSubData’ was not declared in this scope width, height, 1); ? Also do you know where...

For those who have this issue, these errors can come from 2 things : - Your OpenGL/Glew version isn't recent enough (glCopyImageSubData only implemented for OpenGL version >= 4.1) -...