caffe
caffe copied to clipboard
Caffe: a fast open framework for deep learning.
I tried it now several ways and I always obtain the same error. Help is much appreciated. That's my **makefile.config:** ## Refer to http://caffe.berkeleyvision.org/installation.html # Contributions simplifying and improving our...
receptive field of view for clustering was not correctly updating according to input image size - fixed
Hi, i use this caffe with an rtx3090 with cuda 11.1 and cudnn 8. I try with a couple of caffemodels with ssd and c++ but i cant process more...
Platform:matpool.com GPU:NVIDIA Tesla P100-16GB CUDA:11.1 ## environment ```bash conda create -n py36 python=3.6 conda deactivate conda activate py36 ``` ## Packages ```bash apt update apt-get install libopencv-dev libopenblas-dev libopenblas-base libhdf5-dev...
This can happen when BatchNorm layer sits on top of FullyConnected layer. In this case input blob will have num_axes == 2. Here is an example of error message F0322...
When this caffe integrating with the cuDNN v8.0.4, there are lots of errors breaking out in t cuDNNConvolution layer test. The details explain as follow: 1. make the order 'make...
I followed [this doc](https://docs.mellanox.com/pages/releaseview.action?pageId=15049758#Howto:DeployRoCEacceleratedDockercontainer.-Benchmark) and run a NVCaffe container with command `docker run -it --cap-add=IPC_LOCK --device=/dev/infiniband/uverbs1 --network host --name=my-verbs-nonprvlg myofed451image bash`. Container started and work well, but when I try...
Hello everyone, i’m currently having a problem implementing an object detection model trained by nvidia digits6.0 NVcaffe version : 0.15.14 the python code i’m using from pyimagesearch : ``` #...
in caffe/examples/kitti/detectnet_network-2classes.prototxt there are multi image size_y which is image_size_x: 1248 image_size_y: 384 param_str : '1248, 352, 16, 0.6, 3, 0.02, 22, 2' what is the difference between them?
Hi, Thanks for your great work. I try to train a wider face detection model. But I meet some errors as following:  I feel that annotated_data_layer.cpp,line182: Packing packing =...