Felix Warmuth

Results 24 comments of Felix Warmuth

Hey, had the same thing with GTAV. For me compiling x64 as Release was the key.

I updated python to: Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)] on win32 Still got the same error: ``` [ 17:42:20 ] LoadLibrary failed 7e...

@gliese581gg Are you going to implement the comments of @errissa? I am looking forward to use such function :D Cheers

Hey, i believe need this feature... I try to reproduce a cpp application which calls `LZ4_decompress_safe_continue()` ->`LZ4_decompress_safe()` -> `LZ4_decompress_generic()`. It seems that it uses the ring buffer approach. Can you...

you can easily port that. But there are still problems regarding colors within point clouds... maybe i figure it out and do a pullrequest

what library are using now?

same problem here: but i am using a Jetson Xavier with OpenCV 3.3.1... any clues? i will try to setup a Docker container as suggested

Got the similar problem... g2o library variables are not set... what am i missing? Solved: `apt install ros-melodic-lib2go`

Any further approaches to get multi class prompt working without multiple forwards passes?