Paul Lesur

Results 17 comments of Paul Lesur

Here's the result: ``` ( 0.000s) [main thread ] utils.cc:319 | Reading /path/to/applications/example/src/main.cpp ( 0.000s) [main thread ] command_line.cc:444 | Using path /path/to/applications/example/src/main.cpp ( 0.000s) [main thread ] project.cc:549 |...

On the same idea, opencv matrices are not recognized as having the proper type: ```cpp cv::Mat descriptors_1; cv::cuda::GpuMat gpu_descriptor_1(descriptors_1); ``` `no viable conversion from cv::Mat to const cv::_InputArray`

It compiles without error :/

Did a clean build, but the issue persists unfortunately. I'll do a bit more testing later (I just realized cquery is using llvm-6.0, I don't know if previous versions also...

Yup, this one fails and the one right before worked!

So I encountered the (exact?) same issue with YCM on another project. I don't know if it helps at all for cquery, but I assume you'd like to know you're...

Hmm setting a higher value to the `updatetime` helps but the problems still occurs sometimes (mostly when saving)

Hi! Could you please share with me the versions you are using (i.e. tensorflow[-gpu], keras numpy etc.)? I'm getting many errors/mismatched versions, and I think I could get this to...

Hi, any update on this issue? I'm using the example noise values given in the repository here but I would very much prefer calibrating my mynteye myself...

Actually, this filtering is actively deteriorating the processing I am doing with the values. Is there any reason why the filters cannot be disabled on the s1030, while it can...