-
hi,
Recently, I still try to implement the DeepID model from DeepID1 to DeepID2, however, I have implemented your DeepID1 model, but the DeepID2 model is always incorrect, the model is not only non-c…
-
Hi,
Thanks for sharing your work. I have executed the validation code from [here](https://github.com/CASIA-IVA-Lab/FastSAM/releases/tag/v0.0.2) on COCO validation set and received the results below…
-
Hi,
Thanks for your great project,
My environment is torch 1.1.0 and neural-renderer-pytorch 1.1.3,
I call library to check torch GPU is work and return" torch.cuda.is_available()" is True.
When…
-
Hi, Mr.Wang,
I found a directory named "faceverification" and also faceverification.cpp in caffe-windows, which is another project owned by you, is there any differences between that one and here?
##…
-
请问CASIA-B*中的align-sils.pkl是怎么得到的,是通过sils.pkl处理得到的吗,具体是哪一个代码呢
-
Hi,I followed your instruction to train CASIA-WebFace dataset, but the training loss stays around 9.3 at the very beginning. Could you please give some possible advises to solve this problem? Here is …
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
I trained a model on [VGGFace2](http://www.robots.ox.ac.uk/~vgg/data/vgg_face2/) using center loss. The embedding is powerful than the subset of MS-Celeb. I can make the model public with the two avai…
-
HI
I want to test LFW with JB. I refer your code (https://github.com/happynear/FaceVerification/blob/master/test_lfw.m)
But i feel some weird part with 10-fold cross.
testing = 10;
tmp = pairlist_lf…
-
Hi,
Thanks for the great sources. I can see the amazing performances.
When I implemented the code and tried to run the model, I could see that it takes long time at the 'set_image()' function.
…