-
ren@keegan /home/ren/Code/CaffeFace/DeepFace-master/FaceDetection/baseline python evaluate_48.py
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0308 10:43:48.193229 6102 net.…
-
```
What's the problem? Cut-and-pasted program examples are preferred over
attachments (if reasonably short).
open import Size
data BTree : {i : Size} → Set where
leaf : ∀ {i} → BTree {↑ i}
node…
-
I have some trouble with understanding these models you gave out. Cuz I'm not familiar with how siamese network works in Caffe, I can't see why for example `conv11` and `conv12` have different numbers…
-
@happynear
I tried to test the this project (Face Verification demo), But i couldn't.
VerificationDemo.m is not execution file?
By the way, i want c/c++ version,
Would you provide me with it?
honestl…
-
@happynear
Hi, I have researched the face verification for a period of time and keep learning DeepID recently. I found that your implement the DeepID2 prototxt in "mnist_siamese_train_test". However,…
-
Hi :
thank you for your sharing code. i have some questions.
1 how to use your code to train a GoogLeNet for FaceVerification.
2 if i had trained the mode , how to use the model for FaceVerificatio…
-
I use the CASIA_train_test.prototxt with my dataset(2000person and 50 image for each total 10W+).
I want to training deepid network using CASIA_train_test.prototxt. Only change the "ip1" layer output …
vzvzx updated
9 years ago
-
I designed a network using caffe to do face verification. I chose CONTRASTIVE LOSS to optimize the net. But I met a problem :
The loss can not descend to a reasonable level. I have tried many strate…
-
Hi, i am new to deep learning and Caffe, may i know how should i use your face verification code? I had built the windows caffe as mentioned in your blog and test the MNist as well. But what should i …
-
感谢你无私的分享,我是个菜鸟,在编译您的工程时报错,在filler.hpp的2.3行
Dtype alpha = this->filler_param_.alpha;
错误 255 error : a pointer to a bound function may only be used to call the function D:\deepid\include\caffe\filler.…