hybridgroup / gocv

Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, OpenCV Contrib, and OpenVINO.
https://gocv.io
Other
6.73k stars 868 forks source link

Installation on windows and debian is broken #1239

Open craftdome opened 1 month ago

craftdome commented 1 month ago

Description

I went through tdm, mingw, msys2 for windows - it doesn't work, and the installation script needs to be edited. Wrong ways. Just try to follow all the steps.

Similarly for debian 12, everything is installed step by step, but the gocv and opencv versions are not checked.

Ubuntu 24.02 does not have the necessary dependencies that are in the Makefile.

Steps to Reproduce

Just try to follow all the steps.

Your Environment

Lobiritus commented 1 month ago

I encountered a similar problem, it seems that the installation instructions are not correct and have not been updated for a long time

bagasdisini commented 3 weeks ago

exactly, they need to update the instructions

Lobiritus commented 2 weeks ago

exactly, they need to update the instructions

did you manage to launch GoCV? If so, can you please describe the steps you took and on which operating system?

kevincua-umbocv commented 4 days ago

exactly, they need to update the instructions

did you manage to launch GoCV? If so, can you please describe the steps you took and on which operating system?

https://gocv.io/getting-started/linux/ this works for me on ubuntu 22.04

just change cd $GOPATH/src/gocv.io/x/gocv to /$GOPATH/pkg/mod/gocv.io/x/gocv@v0.39.0