-
在编译项目的时候出现类似的一些错误,应该是当前项目里的caffe没有包含SSD里面的一些layer,大家下载下来的项目都可以正常编译么
-
I realized a function using the python interface of caffe. And i try to pack this function into a executable file with the help of Pyinstaller program, but there is some problem when the Pyinstaller p…
gzhcv updated
6 years ago
-
i want install caffe on windows 10 am using anaconda ? any help here ?!
# Your system configuration
Operating system: windows 10
Compiler: anaconda
CUDA version (if applicable): no
CUDNN version…
-
I built caffe from source code, and use pycaffe interface to program.
When I import caffe in python3, and press Ctrl+D, segment fault reports
Every time it runs, segment fault occurs.
Steps to …
-
$ make -j 5 all tools pycaffe
collect2: error: ld returned 1 exit status
Makefile:620: recipe for target '.build_release/tools/compute_image_mean.bin' failed
make: *** [.build_release/tools/…
-
First of all great job! However I have an installation error related to opencv
After I run `make -j 8 all tools pycaffe` I get the following error
`#error "OpenCV 4.x+ requires enabled C++11 supp…
-
I've followed the steps to install all the dependency, but I still can not compile.
I can't find any problem similar to mine.
Here is the full log generated by running command `make -j 5 all tools…
-
After I compiled the lib for windows, I cd to tools folder and run: python demo.py, error occurs:
Traceback (most recent call last):
File "demo.py", line 18, in
from fast_rcnn.test import i…
-
## Important - read before submitting
*Please read the [guidelines for contributing](https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md) before submitting this issue!*
*Please do not post…
-
Hi,
I have created a python 3.5 environment and installed caffe. There seems to be an issue with libprotobuf library.
conda create -n test python=3.5 caffe
I get the following error on impor…