-
micchang002gmail.com@MacBook-Pro darknet % make
chmod +x *.sh
g++ -std=c++11 -std=c++11 -Iinclude/ -I3rdparty/stb/include -DOPENCV `pkg-config --cflags opencv4 2> /dev/null || pkg-config --cflags op…
-
I am attempting to configure OpenCV with CUDA for an Orin NX like so:
```nix
{ pkgs ? import { } }:
let
jetpack = pkgs.callPackage ./path/to/jetpack { };
in
pkgs.appendOverlays [
(self…
-
When I try running the source code using make, I get this error -
_In file included from src/lane/util.cpp:8:
include/lane/util.hpp:4:10: fatal error: opencv2/core/core.hpp: No such file or direc…
-
When using OpenSeeFace with the built in webcam, it fails to work properly. It works correctly when using an external webcam.
```
$ python3 facetracker.py -c 0 -W 1280 -H 720 --discard-after 0 --sca…
-
**我在Linux下编译EasyPR项目时遇到的问题:**
**使用Ubuntu系统进行初次编译,报错如下:** (check one with "x")
```
CMake Error at CMakeLists.txt:13 (find_package):
Could not find a configuration file for package "OpenCV" tha…
-
![image](https://github.com/ZJU-FAST-Lab/Fast-Drone-250/assets/113737943/b5f5c2e8-f0d2-4cce-b223-f99993896380)
![image](https://github.com/ZJU-FAST-Lab/Fast-Drone-250/assets/113737943/66e939b9-722e-4…
-
I have a machine with intel i7-13850hx. Under windows 10 when building it uses only efficient cores, while under wsl2 it uses all cores available.
There's nothing defined from the environment point o…
cenit updated
4 months ago
-
I am running Ubuntu 18.04 on a Jetson AGX with OpenCV4
I get the following error when trying to build cv_utils:
```
/home/lbackpack/catkin_ws/src/code_utils/src/mat_io_test.cpp: In function ‘int ma…
-
Issue :
I have compiled opencv 4.1.0 with cuda support. So want to build the ros dependent packages with custom opencv. The command after initializing catkin_init_workspace is as follows. Any kind of…
-
I was trying to use OpenCV's video capture on C++ side of wsam, but compiler can't find a symbol. Minimal `video.cc` example as below
```
#include
int main() {
cv::VideoCapture("./video.mp…