-
I am trying to create a script that is able to evaluate facenet on lfw dataset. As a process, I am reading pair of images (using the LFW annotation list), track and crop the face, align it and pass it…
-
File dataset.py line 62, in __init__
self.nparrimage = np.frombuffer(self.arrimage.get_obj(),np.float32).reshape(10,len(self.arrimage)/10)
TypeError: 'float' object cannot be interpreted as an…
-
\cc @melgor
Using only triplets with the current OpenFace code doesn't
give us LFW accuracy over 90%, which I'm surprised by since
the VGG dataset is much larger than the CASIA/FaceScrub dataset
that…
bamos updated
6 years ago
-
I have seen that the current top algorithm in the MegaFace challenge is iBug_DeepInsight, with an accuracy that corresponds with your latest update: *2018.02.13: We achieved state-of-the-art performan…
d4nst updated
6 years ago
-
I have strictly followed the instruction of Yangqing in his webpage (http://caffe.berkeleyvision.org/imagenet.html) to train the imagenet (including using the .proto files provided by Yangqing) as wel…
-
Tried to follow [documentation](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix) on how to apply a pre-trained model to unpaired single input images.
Example is for pix2pix: "If you would …
-
Hi @happynear,
The link for washed CASIA-WebFace dataset is expired. Can you provide a new link? -- Thank you.
-
I am training with the following command
python train.py --dataroot ./datasets/casia_full_vis_hr_nir_hr --model cycle_gan --pool_size 50 --display_id 0 --batchSize 12 --display_winsize 128 --loadSi…
-
### Context of the issue.
I've built an nvidia-docker image for training openface with CUDA and am encountering an issue when training/testing the network. My first test was to train with default par…
-
Congratulation about new results. I've a couple of question about the results:
1. About results on CASIA-WebFace: did you use clean_list or all images from CASIA?
2. About results on MS-Celeb:
-…