Kevin

Results 43 comments of Kevin

From the original paper https://arxiv.org/pdf/1703.06870.pdf > Our models can run at about 200ms per frame on a GPU, and training on COCO takes one to two days on a single...

I am not sure but I think you switched some things here, but installing it won't download anything. You need to execute some command like: `googleimagesdownload --keywords "universe" --usage_rights labeled-for-reuse`...

Thank you really much for your help. Now the namespace erros are gone, but the unresolved symbol errors stays. When trying to build the kinect_fusion.cpp The error gets thrown: >...

No, not really. Are you on a virtual machine or on a docker image? When you go the build folder of Pangolin, then into examples and try to run the...

Maybe check where your libpangolin.so is located and if the LD_LIBRARY_PATH includes it Am 13.07.2017 13:03 schrieb "mafan" : @kevinkit Thanks for your reply. I have tried, and all examples...

@mafan can you please check your glxversion? you can do so by running "glxinfo". To install glxinfo you need to install mesa-utils. If it is smaller than 1.3, than this...

Ah thank your for this information, however how can I just use the segmentation and disable the Kinectfusion? As far as I understood, the kinect-fusion is only for showing the...

@mafan @yuxng regarding this error, - I just want to get basic errors out of the way, so I might ask a little naive question here: Does the kinect-fusion reads...

We werer able to fix this problem by adding the following line to the CMakeList.txt from Pangolin: `add_definiton(-D_GLIBCXX_USE_CXX11_ABI=0)` However, we also installed *all* (everything you can get with apt-get) dependencies...