-
Hi wanlun, i notice you use VGGFace dataset in your paper, but i can't find it in your code.
If you do test your code on VGGFace, could you send me the model you use for VGGFace and the dataset?
It …
-
Hi, thanks for your excellent work. Can you share your VGGFace-100 dataset and the corresponding code to deal with VGGFace-100?
Best regards,
Hongbo
-
Hi
I am unable to download the vggface n/w weight as given in repo link.
can u please provide some other alternative to download the weights.
Thanks
Kindly reply ASAP
-
Following exception raised even trying to import keras_vggface
import keras_vggface
Traceback (most recent call last):
File "", line 1, in
File "/Users/sanketpatel/anaconda3/lib/python3.11/…
-
I run this commond but I met bug that's hard to fix.
```
sudo apt install caffe-cuda
```
Would you kindly offer Pytorch_VGGFACE_IR.py and Pytorch_VGGFACE.pth ?
-
A Deep learning based streamlit web app which can identify similar faces
Approach:
- using the MTCNN (Multi-task Cascaded Convolutional Networks) for face detection.
- using a pre-trained VGGFa…
-
I am using your repo FNM for state-of-the-art in face normalization. I tried to do the evaluation of FNM (CMU Multi-PIE and IJB-A) on VGGFace and LightCNN again, but the result is not similar your pap…
-
#from keras_vggface.vggface import VGGFace
# VGGFace ResNet50
#vggface = VGGFace(include_top=False, model='resnet50', input_shape=(224, 224, 3))'
from colab_demo.vggface_models import RESNET50
…
-
where can i find it ?thank you
-
Traceback (most recent call last):
File "C:\Users\pierr\Downloads\run.py", line 3, in
import keras_vggface
File "C:\Users\pierr\AppData\Local\Programs\Python\Python311\Lib\site-packages\ke…