Ron Evans

Results 827 comments of Ron Evans

I merged your commits into `dev` branch after adding some tests. See https://github.com/hybridgroup/gocv/commits/dev/ Thanks again for working on this @l0rem1psum

Did you try the command: `make build_static` by any chance?

Thanks for reporting @WuNein So the way that this image is actually intended to be used is as a base image. Can you please give a try to https://github.com/hybridgroup/gocv/blob/release/Dockerfile-test.gpu-cuda-11.2.2 which...

This is known behavior with Golang and macOS. Please see https://github.com/golang/go/wiki/LockOSThread

I would not expect that to work on any platform, except maybe linux, but perhaps not even then.

You need to build OpenCV with the CUDA extensions, which requires changing some of the build params. The current Window install batch file does not include that, in part because...

I think this will not work, due to not having support for CUDA on Windows when using the MINGW compiler, which is the only compiler supported when using Go on...

OK @garfeng I have not looked closely at this yet but seems like a rather amazing hack. Thank you for working on it! I will check it out very soon...

Hello @BottleChain the newest release of GoCV requires OpenCV 4.0+ Check out the latest info here: https://github.com/hybridgroup/gocv#installation-2 Hope that helps!

Looks a lot like https://github.com/opencv/opencv/issues/15288 You might want to see if the file `opencv.pc` or possibly `opencv-4.1.1.pc` was created by the homebrew install instead? The current Homebrew recipe is supposed...