DeepID_FaceClassify icon indicating copy to clipboard operation
DeepID_FaceClassify copied to clipboard

Practise of DeepID for Face Classification

Results 11 DeepID_FaceClassify issues
Sort by recently updated
recently updated
newest added

Sorry to bother you but I met a tough bug which I really dont know how to do during running the deepid_class.py . Heres's my bug below: ![image](https://user-images.githubusercontent.com/37297040/63573609-57405900-c5b8-11e9-9b4a-5f1c495b9a5d.png) And it...

In the DeepID paper, the third and fourth convolutional layer' weights are locally shared. But, there seems no locally shared weights in your network structure. Do you know how to...

hi, can you share the param_file? if i just want to use the network without training over my data?

hi, i run your code on youtube database and received your result in readme. but ,after run "deepid-generator.py" the generated feature is very sparse. it's true? thans

I just start to learn DEEPID using caffe, and I wonder when I extract all pictures' 160-d features, then I need to calculate cos distance between new face(validation data chosen...

when I run this code vectorize_img.py it shows that: > Traceback (most recent call last): > File "vectorize_img.py", line 87, in > test_vec = vectorize_imgs(test_path_and_labels, img_size) > File "vectorize_img.py", line...