-
### Issue summary
Two straightforward questions:
1) to build python caffe interface do I run "make", or "make py" or "make python"?
2) Will this code work on an RX470, or with an RX Vega 64? …
-
I have build Caffe successfully before building the fast-rcnn.
My opencv version is 3.0.0 .
the Terminal shows the error below :
Makefile:545: recipe for target '.build_release/tools/upgrade_net_p…
-
I have build Caffe successfully before building the fast-rcnn.
My opencv version is 3.0.0 .
the Terminal shows the error below :
Makefile:545: recipe for target '.build_release/tools/upgrade_net_p…
-
I have a caffe distribution that has all of the layers that are in your module.
I have succesfully bulit caffe and pycaffe for that build.
I set the CAFE_ROOT and PYTHONPATH variables to point to my…
-
Hi, I am using your code generate_tsv.py to generate features, but met the problem as followed:
./caffe/python/caffe/pycaffe.py", line 13, in
from ._caffe import Net, SGDSolver, NesterovSolve…
-
I am very happy that caffe support that layers can be build in python, but there is no doc for python. For example, no meaningful information will be given in `dir(caffe.layers)` or `help(caffe.layers…
-
python setup.py build_ext --inplace
Traceback (most recent call last):
File "setup.py", line 58, in
CUDA = locate_cuda()
File "setup.py", line 53, in locate_cuda
for k, v in cudaconf…
-
What should the argument to `net.forward()` be in pycaffe.
-
root@63b86f5db157:/workspace/gitzkl/RRPN# python ./tools/rotation_demo.py
Traceback (most recent call last):
File "./tools/rotation_demo.py", line 18, in
from fast_rcnn.test import im_detect…
-
Hi, I am using your code generate_tsv.py to generate features, but met the problem as followed:
./caffe/python/caffe/pycaffe.py", line 13, in
from ._caffe import Net, SGDSolver, NesterovSolve…