Sefik Ilkin Serengil

Results 13 issues of Sefik Ilkin Serengil

Hello, You mentioned that the pre-trained weights offer the accuracy score 0.938+-0.013. You converted the raw model from original OpenFace? Because none of the 4 shared models got this accuracy...

Hi, You should evaluate DeepFace model on LFW data set and share its accuracy on read me page. The original DeepFace study got 97.35% accuracy but your model trained on...

documentation
enhancement

Hello, When I try to restore the model from Google Drive link with named model-20180626-205832.ckpt-60000 it got the following error. Unable to open table file models\model-20180626-205832.ckpt: Data loss: not an...

Thank you so much for this project. I might miss but I could not see the license declaration of this project. What is the license of cosface? Could you add...

we are now performing alignment first and detection second. so, the stock image of face detectors are now out of the date.

enhancement

In extract_faces function of retinaface, facial_area[2] should be x + w instead of w, and facial_area[3] should be y + h instead of h. So, variable names are not correct....

bug

### Before You Report a Bug, Please Confirm You Have Done The Following... - [X] I have updated to the latest version of the packages. - [X] I have searched...

bug

Currently, tensor operations support just 1D vectors. We need to change the following methods. - [ ] [LightPHE Interface](https://github.com/serengil/LightPHE/blob/master/lightphe/__init__.py)'s __encrypt_tensors and __decrypt_tensors methods. - [ ] [Tensor model](https://github.com/serengil/LightPHE/blob/master/lightphe/models/Tensor.py)'s __add__ and...

enhancement

In the interface of [lightphe](https://github.com/serengil/LightPHE/blob/master/lightphe.py), create different classes for each cryptosystem that extending LightPHE class. In that way, an user does not need to set algorithm name as string, and...

enhancement

Currently, we set the key length of Naccace-Stern to 37 bits [here](https://github.com/serengil/LightPHE/blob/master/src/cryptosystems/NaccacheStern.py#L22) and [here](https://github.com/serengil/LightPHE/blob/master/lightphe.py#L209) This is working fine but if we increase the key length, then it cannot find any...

bug