Pedro Diamel Marrero Fernández
Pedro Diamel Marrero Fernández
Actually the issue is that Gradle is interpreting the debug output of the cmake-server as an error and fails. It happens with com.android.tools.build:gradle:3.0.1 but it works correctly starting with com.android.tools.build:gradle:3.1.0....
Hello CnJsJh 1) make the project. You need Linux and OpenCV v3.1.0 for mccfind solution ``` export OpenCV_DIR="./extern/opencv" mkdir build cd build cmake -D OpenCV_DIR=$OpenCV_DIR .. make ``` 2) test...
I think that this could work for Windows: Windows (MS Visual Studio): ``` set OpenCV_DIR="./extern/opencv" mkdir build cd build cmake -G "Visual Studio 14 2015 Win64" -D OpenCV_DIR=%OpenCV_DIR% .. ```...
Hello Eririw The next weekend, I going to try install window and generate a release for windows. I going to create a description to create the windows version. Sorry at...
Hello @huytran97 Yes, I remember that I removed some images by problems in the landmarks or problems some images. I couldn't load theses images. We need the landmarks information for...
Ubuntu 18.04 Linux 5.3.0-46-generic #remove apt package sudo modprobe -r v4l2loopback sudo apt remove v4l2loopback-dkms #install aux sudo apt-get install linux-generic sudo apt install dkms #install v4l2loopback from the repository...