siem · Stack Overflow

Score of -1

1 answer

84 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 ...

  • reputation score 1

Score of 0

1 answer

61 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/...

  • reputation score 901

Score of 1

0 answers

84 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 ...

  • reputation score 11

Score of 1

1 answer

2912 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: ...

  • reputation score 146

Score of 0

1 answer

231 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; ...

  • reputation score 35

Score of 0

1 answer

4594 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 ...

  • reputation score 81

Score of -1

1 answer

141 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 ...

  • reputation score 1

Score of 0

1 answer

317 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 ...

  • reputation score 698

Score of 0

1 answer

276 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, ...

  • reputation score 1

Score of 1

0 answers

163 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 ...

  • reputation score 300

Score of 0

0 answers

74 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-...

  • reputation score 1

Read the original on stackoverflow.com ↗