Face-Recognition icon indicating copy to clipboard operation
Face-Recognition copied to clipboard

Face Recognition using pre-trained model built-on Arcface was implemented on Pytorch.

Results 13 Face-Recognition issues
Sort by recently updated
recently updated
newest added

I am successfully trained the model with my own dataset. now I want to evaluate it and find accuracy?

Bumps [flask](https://github.com/pallets/flask) from 1.1.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies

Error downloading object: data/facebank/facebank.pth (12f2be5): Smudge error: Error downloading data/facebank/facebank.pth (12f2be55177b222cedc8853565bffddfa1343f5b64fd516ea4f87924210eeb7d): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs...

Bumps [mxnet](https://github.com/apache/incubator-mxnet) from 1.5.0 to 1.9.1. Release notes Sourced from mxnet's releases. Apache MXNet (incubating) 1.9.1 patch release Apache MXNet (incubating) 1.9.1 is a maintenance release incorporating important bug fixes...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.5 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Hi. I am YJHong and thanks for sharing your great work! My questions are: - Why using l2 metric instead of cosine similarity when doing the verification ? - When...

git clone then shows error: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

After following the steps as outlined while trying to train a custom dataset, I got the error shown below: File "./create-dataset/align_dataset_mtcnn.py", line 160, in main(parse_arguments(sys.argv[1:])) File "./create-dataset/align_dataset_mtcnn.py", line 56, in...