Séverin Lemaignan

Results 27 comments of Séverin Lemaignan

With Blender 2.8 removing altogether the Blender's embedded game engine, I'm one of possibly many people who would certainly give a `bsf` a good try as a prototyping platform if...

@jeebus3000 I know Armory3D quite well actually (Haxe again ;-) ), but we have a massive code base in Python, and after tinkering a bit, I do not quite see...

@marian-m12l same problem on Ubuntu with luniistore 2.2: no `.local.properties`.

The linker does not find `cv::imread(std::__cxx11::basic_string`: this is due to your `opencv` libraries being compiled with a pre-C++11 compiler, and you trying to compile with a C++11 compiler (the 'dual...

Hum, interesting! I'll definitely give it a look!

Hello @12rohanb and thanks for reporting your issue. The first issue you report is due to empty images being passed for processing (it sometimes happen that the very first images...

You can find such an example in the gazr fork: https://github.com/severin-lemaignan/gazr/commit/fc26ca28ec5859f78ae4bd1969ec41dd457a3da4

@sarmadm These are basic mistakes, and I fear that github issues are not the right place to teach about the basics of computer science... that said: - `gazr` is a...

You should not need to change anything in the CMakeLists. Just make sure dlib is correctly installed (on Ubuntu/Debian, you can simply `sudo apt install libdlib-dev`)

@Mizerb I might be wrong, but it really looks like you're passing an empty image to chilitags. Can you double check your image is not empty?