-
Hi,
I'm trying to build pycaffe with vcpkg. The build process seems to work as expected and unit tests pass (except some timing ones). However when running pycaffe it fails at the first unit test.
…
-
1. Compiled **caffe** and `make runtest` passed
1. Compiled the deconv-deep-vis-toolbox branch of caffe
2. `make pycaffe` (successful)
```
[rpradhan@darth caffe]$ make pycaffe
CXX/LD -o python/caf…
-
got module
got app
Got settings
Traceback (most recent call last):
File "./run_toolbox.py", line 33, in
main()
File "./run_toolbox.py", line 23, in main
lv = LiveVis(settings)
…
LRsir updated
5 years ago
-
hi !
i am trying to use this caffe to do some ssd work
i get a problem when i am tryting to create lmdb data using create_data.bat which is in the caffe-ssd-microsoft, the err is:
```
File "E:\p…
-
i downloaded caffe-windows and copied python\caffe folder into my site-packages. But after importing the caffe it gives me following error:
Traceback (most recent call last):
File "C:\Users\ag1852…
-
Dear All,
Initially an error "**xrange is not defined"** came when I tried to run the demo.py, then I changed the "xrange" to "range" and the py script started to run,however , anothe error came:
…
-
any idea what is happening?
```
python /opt/kaffe/python/forward.py 0 /tmp/julia1L0IrZ.cfg
/opt/caffe/python/caffe/pycaffe.py:13: RuntimeWarning: to-Python converter for std::vector already regis…
-
@camel007 Hi. I want to train YOLO on my own dataset, but I don't know how to use your opensource.
1. Is leaky layer needed to add in the caffe/layers?
2. Should I compile the pycaffe in advance, …
-
Hi,
I am trying to use the DSRG code, and I am beginning by trying to train a model myself using the run script; however, I get the following error each time the code tries to import caffe:
$ b…
-
I used pycaffe to observe the weights of the deconvolution layer with
deconv_weights = net.params['ctx_upsample'][0].data
and all the unique variables I get is 0 value. I think the whole network is…