-
`detection=net.forward()['detection_out']`
The above line produces a `detection` whose third dimension (e.g., (1,1,74,7)) is less than 200. However, we've set the top_k = 200 in the deploy.txt.
So, wh…
-
Spent a week on this pycaffe issue. This isn't an issue if you start a fresh solver (`solver = caffe.SGDSolver(...), solver.net.copy_from(...)`, but if I restore a solver from a snapshot (`solver = ca…
-
-
I met an error when I create model on digits.
The caffe_output.log shows:
Traceback (most recent call last):
File "/home/test/dev/caffe/python/caffe/__init__.py", line 1, in
from .pycaffe impor…
-
Hi, I have the following error:
/_caffe.so: undefined symbol: _ZN5caffe3NetIfE21CopyTrainedLayersFromERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
terminate called after throwing an instan…
-
I finally install caffe on my Mac, without error for 'make pycaffe' and 'make distribute', so I got to \/python, and run python -c "import caffe", but I got some errors here, It seems it's the problem…
-
Traceback (most recent call last):
File "demo.py", line 6, in
import caffe
File "/home/dong/work/caffe/python/caffe/__init__.py", line 1, in
from .pycaffe import Net, SGDSolver, Ne…
-
File "/home/caffe/data/VOC0712/../../scripts/create_annoset.py", line 103, in
label_map = caffe_pb2.LabelMap()
AttributeError: 'module' object has no attribute 'LabelMap'
I've tried 'make pyca…
-
Hi, I got an error message while training my MNIST data. I'm sure all the training and testing images come in three channels(RGB), uint8. Also, I've set force_color into true in the transform_param(b…
-
Hi! I'm trying to run your example "Imitate pycaffe interface to help in porting", but an error pops up
Traceback (most recent call last):
File "py.py", line 9, in
net = caffe.Net('tracker…