-
Thanks for your help!
When I convert the yolov3-tiny model to caffe model, I got this error.
I saved prototxt successfully but can't convert the weightfile.
Traceback (most recent call last):
…
-
I0810 15:15:31.895124 27431 layer_factory.hpp:77] Creating layer dice
Traceback (most recent call last):
File "/home/wsq/work/digits/DIGITS/digits/jobs/20170810-151528-3299/digits_python_layers.py",…
-
run 'sudo docker run --volume=$(pwd):/workspace caffe:cpu python classify_nsfw.py --model_def nsfw_model/deploy.prototxt --pretrained_model nsfw_model/resnet_50_1by2_nsfw.caffemodel 1.png
'
and it ret…
-
I followed the instructions. And compile both libcaffe and pycaffe thes two projects successful. And After I copy pycaffe/caffe into ../Lib/site-packages/ and import caffe in cmd. It says: from ._caff…
-
After following Steps 1 to 3 (compilation of master OpenCV went fine, using `CPU_ONLY`), running the toolbox causes a segmentation fault:
```
./run_toolbox.py
got module
got app
Got settings …
-
### Issue summary
When I run ./data/VOC0712/create_data.sh, it make an error.
Traceback (most recent call last):
File "/home/cv/dl/caffe/data/VOC0712/../../scripts/create_annoset.py", line 7, i…
-
群主help
Make Error at CMakeLists.txt:105 (add_dependencies):
The dependency target "pycaffe" of target "pytest" does not exist
PYTHON_LIB := /usr/lib
YTHON_LIBRARIES := boost_python3 python3.8
…
-
Hi,happynear:
I have a question:
Traceback (most recent call last):
File "", line 1, in
File "C:\Program Files\Anaconda3\lib\site-packages\caffe\__init__.py", line 1,
in
from .pyc…
-
./yolomodels/tiny-yolo-voc.cfg
./yolomodels/tiny-yolo-voc.weights
convert yolo to caffe
ERROR:root:region layer is not supported
Traceback (most recent call last):
File "../python/create_yolo_c…
-
I want to run faster r-cnn on windows, i have already download the faster r-cnn project, copy the whole Micorsoft caffe under the %faster r-cnn root%\caffe path, and build the Micorsoft caffe in vs201…