Jan Marvin Garbuszus

Results 372 comments of Jan Marvin Garbuszus

Hi @vkhodygo , well there isn't really something on our end I can think of. Maybe some other process is blocking your memory or the CPU cycle or the disk....

Could you please provide the output of `sessionInfo()`. Though I still don't think that it's us causing the slowdowns. Do you have the file on your local desktop? Is there...

Hi @raspatan , does the `generate.factor` option solve your issues? Without any minimal reproduceable example it's hard to guess what you are looking for. R simply has no built in...

Hi @raspatan , the issue is that you cannot assume that when you import something from one statistical pacakge to another, that it provides all the same functionality. For this...

Well, don't worry about it, I guess we can always improve the documentation. But writing documentation is not the fun part of development :smile:

I could have a look if my limited c++ knowledge allows me to fix this. I wasn't really sure if this was something you wanted in opencv after all. Just...

Fixed the build. Requires OpenCV 3.4.3 or newer and a build with DNN enabled

It's defined in [opencv.hpp](https://raw.githubusercontent.com/opencv/opencv/2617c9aa64a4766edd41885617fcd8c5473c3156/include/opencv2/opencv.hpp). Note: Since the c++ part is mostly based on a sample file of a BSD licensed library required for linking with your package anyways, I did...

Yeah, didn't realize it at first too, but you do not include it in r-backports on windows

> So if the library defines that macro, do you still need to check for the version? Yes, the version check is still required. OpenCV 3.4.1 introduced `Have_OPENCV_DNN`, but `cv::dnn::readNet()`...