-
Followed the build instructions on: https://www.copperspice.com/docs/doxypress/build-doxypress.html
I have a native version of libClang 10.0.1 installed also tried width the prebuilt clang binaries
…
-
I did object detection in the way of tutorial, everything is fine. But when I used it to detect video by the way author do, I want to know how to save the detected results in a form similar to EXCEL. …
-
I am following the instructions and getting a boost library linking error
``` bash
[ 1%] Building CXX object base/cmvs/CMakeFiles/cmvs_lib.dir/bundle.cc.o
In file included from /Users/ogk/downloads/…
-
Thanks for your excellent work! But I met some problem when compiling the c++ code.
$ cmake .. -DCMAKE_CXX_COMPILER=g++-8 -DCMAKE_C_COMPILER=gcc-8
-- The CXX compiler identification is GNU 8.4.0
…
-
rrr@root-ubuntu:~/source/hybrid/build$ cmake ../
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C …
-
Hi,
I'm trying to compile the CycloneDDS version in order to communicate with the OpenDDS idhape demo but I get a linking error. I have Ubuntu 18.04 and the last CycloneDDS from github.
The config…
-
The sample code provided in the [addTest() documentation](http://www.modernizr.com/docs/#addtest) for detecting support for position:fixed reports a false positive in Mobile Safari. (This browser corr…
-
Hi
I am trying to build this package in Ubuntu 16.04 and I have 3 versions of python i.e python2.7, python3.5 and python3.6. It is building successfully but after going for `make` it is showing f…
-
Please consider the following output:
```
$ cmake /mnt/seny/Downloads/mongorover-master
-- The C compiler identification is GNU 6.1.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working…
-
How about, rather than 3 yolo layers, each with 3 anchors, we have 1 yolo layer with 9 anchors.
This way only one cell is responsible for detecting an object, not 3.
There is no need for so many add…