GithubHelp home page GithubHelp logo

nevilparmar11 / attendance-management-system-using-face-recognition Goto Github PK

View Code? Open in Web Editor NEW
251.0 9.0 122.0 33.66 MB

Attendance Management system using face recognition.

Home Page: https://youtu.be/6qQZr9h8qL0

Python 49.84% HTML 50.16%
python python3 django face-recognition face-detection dlib dlib-face-detection scikit-learn

attendance-management-system-using-face-recognition's Introduction

Hi

attendance-management-system-using-face-recognition's People

Contributors

dependabot[bot] avatar nevilparmar11 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

attendance-management-system-using-face-recognition's Issues

TypeError at /add_photos/

While adding photos to train this error occurred.

TypeError at /add_photos/
Can't parse 'center'. Sequence item with index 0 has a wrong type
Request Method: POST
Request URL: http://127.0.0.1:8000/add_photos/
Django Version: 3.1.2
Exception Type: TypeError
Exception Value:
Can't parse 'center'. Sequence item with index 0 has a wrong type
Exception Location: C:\Users\amber\anaconda3\envs\dj2\lib\site-packages\imutils\face_utils\facealigner.py, line 68, in align
Python Executable: C:\Users\amber\anaconda3\envs\dj2\python.exe
Python Version: 3.8.5
Python Path:
['C:\Users\amber\Documents\Attendance-Management-System-Using-Face-Recognition\Attendance-System-Using-Face-Recognition',
'C:\Users\amber\anaconda3\envs\dj2\python38.zip',
'C:\Users\amber\anaconda3\envs\dj2\DLLs',
'C:\Users\amber\anaconda3\envs\dj2\lib',
'C:\Users\amber\anaconda3\envs\dj2',
'C:\Users\amber\anaconda3\envs\dj2\lib\site-packages']
Server time: Wed, 01 Sep 2021 12:03:09 +0530

Traceback (most recent call last):
File "C:\Users\amber\anaconda3\envs\dj2\lib\site-packages\django\core\handlers\exception.py", line 47, in inner
response = get_response(request)
File "C:\Users\amber\anaconda3\envs\dj2\lib\site-packages\django\core\handlers\base.py", line 179, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "C:\Users\amber\anaconda3\envs\dj2\lib\site-packages\django\contrib\auth\decorators.py", line 21, in _wrapped_view
return view_func(request, *args, **kwargs)
File "C:\Users\amber\Documents\Attendance-Management-System-Using-Face-Recognition\Attendance-System-Using-Face-Recognition\recognition\views.py", line 561, in add_photos
create_dataset(username)
File "C:\Users\amber\Documents\Attendance-Management-System-Using-Face-Recognition\Attendance-System-Using-Face-Recognition\recognition\views.py", line 96, in create_dataset
face_aligned = fa.align(frame,gray_frame,face)
File "C:\Users\amber\anaconda3\envs\dj2\lib\site-packages\imutils\face_utils\facealigner.py", line 68, in align
M = cv2.getRotationMatrix2D(eyesCenter, angle, scale)

Exception Type: TypeError at /add_photos/
Exception Value: Can't parse 'center'. Sequence item with index 0 has a wrong type

Please mention python Version

As the time passing by python version changes and comes up new error while installing the libraries . which python version did you use please mention it.

problem in runserver

C:\Users\Satendra\AppData\Roaming\Python\Python37\site-packages\django\dispatch\dispatcher.py:85: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
argspec = inspect.getargspec(receiver)

C:\Users\Satendra\AppData\Roaming\Python\Python37\site-packages\django\template\base.py:1108: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
params, varargs, varkw, defaults = getargspec(func)

C:\Users\Satendra\AppData\Roaming\Python\Python37\site-packages\django\utils\itercompat.py:30: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
return isinstance(x, collections.Iterator)

AttributeError: module 'html.parser' has no attribute 'HTMLParseError'

I am not Able to solve this error. Can you help me out

Auto attendance & camera

I think it's better to let the system make an attendance automatically based on the time

Also, It's difficult to add an external camera as CCTV camera.

WARNING ERROR

WARNINGS:

users.Present: (models.W842) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.

HINT: Configure the DEFAULT_AUTO_FIELD setting or the UsersConfig.default_auto_field attribute to point to a sub class of AutoField, e.g. 'django.db.models.BigAutoField'. users.Time: (models.we42) Auto-created primary key used when not defining a primary key type, by default 'django.db.mode 1s.AutoField'.

HINT: Configure the DEFAULT_AUTO_FIELD setting or the UsersConfig.default_auto_field attribute to point to a sub class of AutoField, e.g. 'django.db.models. BigAutoField'.

How do I solve this please

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.