GithubHelp home page GithubHelp logo

martlgap / faceidlight Goto Github PK

View Code? Open in Web Editor NEW
29.0 29.0 9.0 3.65 MB

A lightweight face-recognition toolbox and pipeline based on tensorflow-lite

Home Page: https://martlgap.github.io/

License: MIT License

Python 100.00%
arcface-face-recognition face face-detection face-identification face-recognition facedetection faceid faceid-authentication faceidentification facerecognition mtcnn online-face-recognition python python38 recognition tensorflow-lite tflite-runtime

faceidlight's Introduction

Hi there ๐Ÿ‘‹ it's Martin,

I am research associate at the Institute of Human-Machine Communication, Technical University of Munich, with the aim of obtaining a doctorate (PhD).

Working on tasks related to cross-resolution face verification.

Portfolio Website


๐Ÿ›  Technologies & Tools

OS OS OS OS OS OS OS OS OS OS OS


๐Ÿ“ˆ Stats

Martin's GitHub stats


๐Ÿง‘๐Ÿผโ€๐Ÿ’ป Languages

Top Langs


โœ‰๏ธ Contact

Email

Social

Social

faceidlight's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar martlgap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

faceidlight's Issues

Acurracy is pretty low

face bounding detections are inaccurate and cannot able to extract features from some images, and why the models are downloading everytime

try to fix this

issue with customized gallery

Hi, when I was trying to run your demo with
from FaceIDLight.demo import Demonstrator
Demonstrator(gal_dir=).run()

this error would show up:
Python 3.8.18 (default, Sep 11 2023, 08:17:33)
[Clang 14.0.6 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.

from FaceIDLight.demo import Demonstrator
Demonstrator(gal_dir='./proj1_gallary').run()
Traceback (most recent call last):
File "", line 1, in
File "/opt/anaconda3/envs/ee4208_proj1/lib/python3.8/site-packages/FaceIDLight/demo.py", line 38, in init
self.FaceID = FaceID(gal_dir=gal_dir)
File "/opt/anaconda3/envs/ee4208_proj1/lib/python3.8/site-packages/FaceIDLight/tools.py", line 62, in init
self.update_gallery()
File "/opt/anaconda3/envs/ee4208_proj1/lib/python3.8/site-packages/FaceIDLight/tools.py", line 81, in update_gallery
self.gal_embs = self.recognizer.get_emb(np.asarray(self.gal_faces))[0]
File "/opt/anaconda3/envs/ee4208_proj1/lib/python3.8/site-packages/FaceIDLight/tools.py", line 144, in get_emb
return tflite_inference(self.face_recognizer, img)
File "/opt/anaconda3/envs/ee4208_proj1/lib/python3.8/site-packages/FaceIDLight/tools.py", line 120, in tflite_inference
model.allocate_tensors()
File "/opt/anaconda3/envs/ee4208_proj1/lib/python3.8/site-packages/tflite_runtime/interpreter.py", line 259, in allocate_tensors
return self._interpreter.AllocateTensors()
RuntimeError: external/org_tensorflow/tensorflow/lite/kernels/pad.cc:79 SizeOfDimension(op_context->paddings, 0) != op_context->dims (4 != 1)Node number 0 (PAD) failed to prepare.

Can I ask how to address this issue? I've checked the path to the galley folder is correct.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.