Narra_Venkata_Raghu_Charan

Results 15 comments of Narra_Venkata_Raghu_Charan

@BiBasnet You can use models which are allowed for commercial use. like facenet, vgg-face, ghostfacenet, deepface, dlib etc.

i think this is still open, I'll be happy to help. add a label hacktoberfest. and also i'll try to add insightface's buffalo model if possible it gives 512 dimensional...

@shhossain I have a folder of images containing multiple faces in each image so how can i extract only unique faces and save them in another folder using this facedb....

> > @shhossain I have a folder of images containing multiple faces in each image so how can i extract only unique faces and save them in another folder using...

> > > Try with `check_similar=False`. > > > ```python > > > ids, failed_indexes = db.add_many( > > > imgs=imgs, > > > names=names, > > > check_similar=False >...