2,817 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
68
views
openpose-with-caffe-for-MacM1 fail to find szip or caffe
I'm attempting to run openpose on MacBook Pro Intel following: https://github.com/franzcrs/openpose-with-caffe-for-MacM1 because I'm having issue with not being able to download caffe (home-brew ...
0
votes
0
answers
130
views
cv2.dnn issue with using SDD in deepface.analyze(): no attribute 'readNetFromCaffe'
I have installed opencv-python version 4.9.0.80 and deepface version 0.0.81. and it seems to cause an issue when I try to run DeepFace.analyze() with SSD detector backend:
DeepFace.analyze('Img.jpg', [...
-1
votes
1
answer
98
views
How to calculate the gradient with respect to "Input" layer in Caffe?
I want to implement the algorithm proposed by paper "Generalizing to unseen domains via adversarial data augmentation" using Caffe framework. I have to compute the gradient with regard of ...
0
votes
1
answer
52
views
Calculate Euclidean distance between two blobs via Caffe
I am new to caffe and c++. I know that caffe has defined its EuclideanLossLayer. So can I use this layer to calculate the distance between blob_1 and blob_2?
File 1: main.cpp
#include "caffe/...
1
vote
0
answers
80
views
Compilation error while compiling caffe on ubuntu
I tried to compile caffe on ubuntu 20.04 using cmake but it gives an error that 'The dependency target "pycaffe" of target "pytest" does not exist.'
I tried many times but it is ...
1
vote
1
answer
3k
views
Encounter `cudaGetDeviceProperties_v2` when compiling caffe
I have the following error when compiling caffe in ubuntu 20 and cuda 11.
Any ideas? Thanks!
/usr/bin/ld: ../lib/libcaffe.so.1.0.0: undefined reference to `cudaGetDeviceProperties_v2'
collect2: error: ...
0
votes
1
answer
225
views
OpenCV Vector Subscript out of range error in java
I'm trying to write a AgeGender Guessing program in Java with OpenCV.
I'm having problems with the DNN running to recognise faces.
I have started adding code to debug my program.
package AgeGenderCV;
...
0
votes
1
answer
4k
views
nvcc fatal : Unsupported gpu architecture 'compute_80'
I am tring to make the caffe ,but got the nvcc fatal : Unsupported gpu architecture 'compute_80' error. I have the following configuration.
Description: Ubuntu 20.04.5 LTS
$ uname -m
x86_64
I was ...
-1
votes
1
answer
132
views
Netron:caffemodel weights Tensor data is empty
0.Question
can not get conv1 weights data in the bvlc_reference_caffenet_2.caffemodel.
1.info
bvle/caffe:https://github.com/BVLC/caffe
nvidia-caffe-version:0.17.3
2.convert train caffe model to test
...
0
votes
1
answer
284
views
How to add a preprocessing layer to a pretrained caffe model?
I have a pre-trained image classification model saved in caffe, the model is expected to get grayscale(one channel) images. I want to use this model in a tool that only provides input of RGB(three ...
1
vote
0
answers
143
views
Is it possible to convert caffe model to coreml using coremltools 5.2 and python 3.10.4
I can't find a way to convert a caffe model to a CoreMl format using CoreMltools 5.2 and python 3.10.4
I'm aware that it was possible using an older version of CoreMltools and python 2.7
0
votes
1
answer
264
views
how to installe caffe in ubuntu 20.04
I try to install caffe but I still have a problem in the installation, I tried several tutorials but still I couldn't do it
File "/home/lynda/caffe/python/caffe/proto/caffe_pb2.py", line 6, ...
1
vote
0
answers
150
views
Deep dream "guide" image in tensorflow
I'm trying to modify the deep dream code from the Tensorflow docs here:
https://www.tensorflow.org/tutorials/generative/deepdream
Specifically, I want to use a "guide image" to produce the ...
0
votes
0
answers
70
views
what protoc commande do in this line?
i'm using this documentation and i didn't get the step 4
https://medium.com/@alok.gandhi2002/build-openpose-with-without-gpu-support-for-macos-catalina-10-15-6-8fb936c9ab05#726f
i tried this
MacBook-...
0
votes
0
answers
565
views
why do I get "AttributeError: module 'caffe' has no attribute 'Classifier'" when running Caffe?
My question is very close to this one.
I installed Caffe on google Colab, and I am trying to run this open source CNN model. the pre-trained models and the test can be downloaded here.
I followed ...