Stéphane Charette

Results 141 comments of Stéphane Charette

Like I wrote in the original comment, if I don't use `Crow::Crow` then the error goes away.

> have you tried setting cmake_minimum_required(VERSION 3.22) No I have not, since I am using CMake 3.16.3 that comes with Ubuntu 20.04.

I see what you mean. And no, this doesn't work for me, while that error goes away, I cannot get it to link with OpenSSL and the other libraries I...

My understanding is this is not yet fully supported in Darknet. I've not attempted to add support for this in DarkHelp.

I thought I remembered seeing some follow-up issues after that saying that darknet crashes when attempting to use batch inference. I will look into it further.

This is particularly noticeable on CPU (vs GPU) when using large images and tiling has been enabled. Would be nice to revisit how this part of the code works and...

Sorry, I'm not familiar with building on Windows. I have no idea how to get cmake to find CUDNN. I'd start with a google search. Or stackoverflow, like this one:...

I'm going to guess that Ubuntu 18.04 has an old version of Poppler where the library doesn't have these calls. I'd have to install Ubuntu 18.04 and test it out....

I've "fixed" it...somewhat. When building against older versions of Poppler -- like when using Ubuntu 18.04 -- I've disabled the calls to Poppler. This allows you to build DarkMark without...

Figured out the image format for poppler images. So PDF import should now work correctly from Ubuntu 18.04. Changes pushed to github.