SlideShare ist ein Scribd-Unternehmen logo
1 von 3
Downloaden Sie, um offline zu lesen
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2021, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 220
Review Paper on Attendance Capturing System using Face Recognition
Aryan Verma1, Samkit Saraf2, Varun Vasani3
1,2,3Mukesh Patel School of Technology Management & Engineering,NMIMS UniversityShirpur, India
---------------------------------------------------------------------------------------------------------------------------------------------------
Abstract—Maintaining attendance is required at many places like educational institutions, offices, or gyms, etc.
But marking attendance can sometimes be a tedious, repetitive and time-consuming task. A lot of research has been
carried out on face detection and recognition systems which can be used to automate the task. Also, a number of
algorithms have been created and using these techniques different ways to capture attendance are proposed
considering different scenarios and requirements. We have reviewed some research papers to study various
attendance capturing systems based on computer vision and image processing and analyse their dataset, algorithm,
advantage, disadvantage and performance. This deep learning enabled method not only saves time to record
attendance but, in some cases, also proves to be better than conventional methods of taking attendance manually.
Keywords—Convolutional Neural Network CNN; face recognition; face detection; deep learning, Attendance Capturing
System ACS
I. INTRODUCTION
The ACS is a web portal. All datasets for the ACS are modified using driver programs. These programs include face creation,
face detection, face recognition and other such models. This system is deployed on a webpage using flask and html. There are 2
interfaces, one for the student which takes the students face video as an input and the other web page for the teachers to input
their class photos and get the attendance as a result in table format. They can also download the attendance.
In this system, we maintain two drivers. These drivers include face creation (driver 1) and attendance capturing (driver 2).
The student’s face information is processed by the driver 1 and the model is trained accordingly after which we can capture
attendance.
II. MOTIVATION
The main motivation of making this project is to help teachers all around the globe to perform a task that might seem easy
at first but will get more and more frustrating over time. This task of taking attendance can be made convenient by
implementing our machine learning model implemented with our user interface.
III. LITERATURE SURVEY
[1] In Face Recognition System Based On CNN (2020), Convolutional Neural Networks with 8 layers are used. The dataset
used were of three Chinese actresses where 200 photos were collected for each actress giving a total of 600 high quality
photos. The advantage was that the training speeds were very fast due to SGD but creates noise while randomly selecting the
gradient so the direction of weight might be incorrect. The model has a decent accuracy of 79.41%.
[2] In Smart Attendance Management System Based on Face Recognition Using CNN (2020), uses CNN architecture
containing 20 layers that include Conv2D, Batch Normalization, Max Pooling and Dense layers. The dataset consists of 10,029
face images with 4 classes consisting of 2,500 images per class except for class-3 that has 2,529 images, which in turn will give
a good accuracy because of the huge dataset used to train the model but training will consume a lot of time. The model results
in a 99.86% accuracy and a 0.0057 loss.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2021, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 221
[3] In Research on Face Detection Technology Based on MTCNN (2020), the MTCNN algorithm is used to detect faces. The
wider face dataset is used which is majorly obtained from the public dataset wide which contains 32,203 images with 393,703
faces in total where each image contains around 12 faces. This algorithm avoids huge performance consumption but for ideal
results, the training time has to be longer.The algorithm scored an accuracy of 85.7%.
[4] In Automatic Face Detection and Recognition for Attendance Maintenance (2020), they created their own dataset from
images and frames from video of individuals/classmates. Compared and evaluated various combinations of models like
MTCNN, YOLO, FACENET, SVM etc. They selected the optimum combination and got training accuracy of 99.21% in least time
to train and test as compared to other combinations of algorithms. Images augmentation> Pre-processing (de-noise filter and
quality check assessment). For detection, authors used YOLO + MTCNN and for face recognition they used pre-trained FaceNet
and SVM. By using this combination of models they increased efficiency, durability and reliability.
[5] In Face Recognition for Attendance System Detection (2018), authors used the Haar Cascade algorithm with skin color
detection to create an authentication process with the help of face recognition. Firstly, the skin color is detected from the
images and then it is converted to grayscale. Then, the Haar Cascade method is used to detect faces and a bounding box is
drawn once a face is detected. After that, feature extraction is done by aligning the ROI face input from the previous process.
The LBPH algorithm was used for this purpose due to its less resource utilization, real-time face detection and high accuracy of
nearly 98.2% for fairly luminated images and 94.7% for little dim images. Limitations include no face detection if face tilt is
greater than 30%, etc.
[6] Realtime Face-Detection and Emotion Recognition using MTCNN and miniShuffleNet V2 (2019), authors combined face
detection and emotion recognition into one model that can carry out the task in real time. They used the FER2013 dataset
which contains 48 by 48 pixel grayscale images with annotations of seven emotions. MTCNN and ShuffleNet V2 architecture is
used for advantages of both models, that is, detecting face and creating bounding box and emotion recognition with optimum
depth. Maximum accuracy on test data achieved was 71.19% with scope for further improvement.
[7] In Face Recognition-based Lecture Attendance System (2005), Kawaguchi introduced a lecture attendance management
system using a new method called continuous monitoring, in which the camera that records the photo of a student in the class
automatically marks the student's attendance. The system's construction is straightforward, with two cameras mounted on
the classroom wall. One is a capturing camera, which is used to capture the image of a student in class, and the other is a
sensor camera, which is used to determine a student's seat inside the class, and the capturing camera snaps the image of the
student. According to the different approaches they utilised, this paper gave three different levels of accuracy. Method 1 has a
60.0 % (9/15) success rate. Method 2 (11/15): 73.3 % ,80.0 % (12/15) in Method 3.
[8] A survey on face detection in the wild: Past, present and future (2015), the author reviewed the past, present, and
future of face detection techniques. The community's efforts, as well as advances in algorithm development, are publicly
available. The authors of this work review current improvements in real-world face identification techniques as well as other
face detection methodologies.Many face detection and identification systems exist, but the majority of these early research
were unable to deliver the best results in uncontrolled environments and were not effectively implemented in real-world
settings. This flaw is solved by the Viola and Jones algorithm, which has made significant applications practical. Viola Jones
face detection method; Local Binary Pattern algorithm for face recognition and Yale database techniques are being used which
gives an overall efficiency of 83.2%.
[9] In Real Time Computer Vision Algorithms in Automatic Attendance Management Systems (2010), In automatic
attendance management systems, a real-time computer vision algorithm is introduced. The system deployed a non-intrusive
camera in the classroom that can snap photographs, and compared the retrieved face from the image captured by the camera
with faces inside the system.HAAR CLASSIFIERS were also utilised to train the images captured by the camera. The image of
the face captured by the camera will be converted to grayscale and subtracted before being uploaded to the server and
processed later.PCA algorithm is used in this paper. The detection performance is 56%, with students in years 3 and 4 having
difficulty being recognised. Face recognition is implemented using the HAAR Classifier and a computer vision algorithm.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072
© 2021, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 222
IV. WORKING
Firstly, the user provides their face video (minimum 20 seconds) with their names and roll numbers through the front-end
interface provided that will be stored in the directory.
Secondly, Driver Code 1 is run where, after all users have provided their videos, faces will be detected and saved in
individual directories (Train, Val) with their names. Then, the images are converted to arrays and stored where embeddings
are created from these images which are stored as well.
Thirdly, Driver Code 2 is run where the Class photo is taken as input and Faces will be detected and saved in another
directory. Images are converted to arrays and embeddings are created from these images. Faces are recognized from the
detected faces after which names of the recognized faces are added to the attendance report as present or 1 while the other
faces are marked as absent or 0. This report is then displayed on the frontend and a download button is also provided for
downloading the report.
IV. FUTURE SCOPE AND CONCLUSION
In conclusion, this project will help teachers worldwide, and will display efficiency in the education sector. The ease of just
uploading the class photo on a website and receiving an instant attendance report would prove useful for teachers in a hurry.
The future scope of this project is very large. An SQL server can be used to send attendance to the college database and that
would lessen even this task of teachers taking attendance. We hope that with our project several schools would take this at use
and implement it in their systems.
V. REFERENCES
[1] D. Wang, H. Yu, D. Wang and G. Li, "Face Recognition System Based on CNN," 2020 International Conference on
Computer Information and Big Data Applications (CIBDA), 2020, pp. 470-473, doi: 10.1109/CIBDA50819.2020.00111.
[2] R. Hartanto and M. N. Adji, "Face Recognition for Attendance System Detection," 2018 10th International Conference on
Information Technology and Electrical Engineering (ICITEE), 2018, pp. 376-381, doi: 10.1109/ICITEED.2018.8534942.
[3] N. Zhang, J. Luo and W. Gao, "Research on Face Detection Technology Based on MTCNN," 2020 International Conference
on Computer Network, Electronic and Automation (ICCNEA), 2020, pp. 154-158, doi: 10.1109/ICCNEA50255.2020.00040.
[4] N. Darapaneni et al., "Automatic Face Detection and Recognition for Attendance Maintenance," 2020 IEEE 15th
International Conference on Industrial and Information Systems (ICIIS), 2020, pp. 236-241, doi:
10.1109/ICIIS51140.2020.9342670.
[5] R. Hartanto and M. N. Adji, "Face Recognition for Attendance System Detection," 2018 10th International Conference on
Information Technology and Electrical Engineering (ICITEE), 2018, pp. 376-381, doi: 10.1109/ICITEED.2018.8534942.
[6] A. Ghofrani, R. M. Toroghi and S. Ghanbari, "Realtime Face-Detection and Emotion Recognition Using MTCNN and
miniShuffleNet V2," 2019 5th Conference on Knowledge Based Engineering and Innovation (KBEI), 2019, pp. 817-821, doi:
10.1109/KBEI.2019.8734924.
[7] Yohei Kawaguchi, Tetsuo Shoji,Weijane Lin, Koh Kakusho,Michihiko Minoh, “Face Recognition-Based Lecture
Attendance System”
[8] Stefanos Zafeiriou, Cha Zhang, Zhengyou Zhang, A survey on face detection in the wild: Past, present and future,
Computer Vision and Image Understanding, Volume 138, 2015, Pages 1-24, ISSN 1077-3142.
[9] Shehu V. and Dika A. (2011)”Using Real Time Computer Vision Algorithms in Automatic Attendance Management
Systems”. Proceedings of the ITI 2010 32nd Int. Conf. on Information Technology Interfaces, June 21-24, 2010, Cavtat, Croatia.

Weitere ähnliche Inhalte

Ähnlich wie Review Paper on Attendance Capturing System using Face Recognition

IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET Journal
 
IRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET Journal
 
IRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET Journal
 
Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionIRJET Journal
 
Automated Attendance Management System
Automated Attendance Management SystemAutomated Attendance Management System
Automated Attendance Management SystemIRJET Journal
 
IRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry Pi
IRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry PiIRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry Pi
IRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry PiIRJET Journal
 
IRJET - A Review on Face Recognition using Deep Learning Algorithm
IRJET -  	  A Review on Face Recognition using Deep Learning AlgorithmIRJET -  	  A Review on Face Recognition using Deep Learning Algorithm
IRJET - A Review on Face Recognition using Deep Learning AlgorithmIRJET Journal
 
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...IRJET Journal
 
Development of an Automatic & Manual Class Attendance System using Haar Casca...
Development of an Automatic & Manual Class Attendance System using Haar Casca...Development of an Automatic & Manual Class Attendance System using Haar Casca...
Development of an Automatic & Manual Class Attendance System using Haar Casca...IRJET Journal
 
Smart Doorbell System Based on Face Recognition
Smart Doorbell System Based on Face RecognitionSmart Doorbell System Based on Face Recognition
Smart Doorbell System Based on Face RecognitionIRJET Journal
 
IRJET- Implementation of Attendance System using Face Recognition
IRJET- Implementation of Attendance System using Face RecognitionIRJET- Implementation of Attendance System using Face Recognition
IRJET- Implementation of Attendance System using Face RecognitionIRJET Journal
 
DROWSINESS DETECTION MODEL USING PYTHON
DROWSINESS DETECTION MODEL USING PYTHONDROWSINESS DETECTION MODEL USING PYTHON
DROWSINESS DETECTION MODEL USING PYTHONIRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMIRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMIRJET Journal
 
Face Recognition Smart Attendance System: (InClass System)
Face Recognition Smart Attendance System: (InClass System)Face Recognition Smart Attendance System: (InClass System)
Face Recognition Smart Attendance System: (InClass System)IRJET Journal
 
IRJET- Advance Driver Assistance System using Artificial Intelligence
IRJET- Advance Driver Assistance System using Artificial IntelligenceIRJET- Advance Driver Assistance System using Artificial Intelligence
IRJET- Advance Driver Assistance System using Artificial IntelligenceIRJET Journal
 
IRJET- Class Attendance using Face Detection and Recognition with OPENCV
IRJET- Class Attendance using Face Detection and Recognition with OPENCVIRJET- Class Attendance using Face Detection and Recognition with OPENCV
IRJET- Class Attendance using Face Detection and Recognition with OPENCVIRJET Journal
 
IRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial RecognitionIRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial RecognitionIRJET Journal
 
Student Attendance Using Face Recognition
Student Attendance Using Face RecognitionStudent Attendance Using Face Recognition
Student Attendance Using Face RecognitionIRJET Journal
 
IRJET- Face Recognition using Deep Learning
IRJET-  	  Face Recognition using Deep LearningIRJET-  	  Face Recognition using Deep Learning
IRJET- Face Recognition using Deep LearningIRJET Journal
 

Ähnlich wie Review Paper on Attendance Capturing System using Face Recognition (20)

IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
 
IRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face Recognition
 
IRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face Recognition
 
Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial Recognition
 
Automated Attendance Management System
Automated Attendance Management SystemAutomated Attendance Management System
Automated Attendance Management System
 
IRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry Pi
IRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry PiIRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry Pi
IRJET- Face Detection and Tracking Algorithm using Open CV with Raspberry Pi
 
IRJET - A Review on Face Recognition using Deep Learning Algorithm
IRJET -  	  A Review on Face Recognition using Deep Learning AlgorithmIRJET -  	  A Review on Face Recognition using Deep Learning Algorithm
IRJET - A Review on Face Recognition using Deep Learning Algorithm
 
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
 
Development of an Automatic & Manual Class Attendance System using Haar Casca...
Development of an Automatic & Manual Class Attendance System using Haar Casca...Development of an Automatic & Manual Class Attendance System using Haar Casca...
Development of an Automatic & Manual Class Attendance System using Haar Casca...
 
Smart Doorbell System Based on Face Recognition
Smart Doorbell System Based on Face RecognitionSmart Doorbell System Based on Face Recognition
Smart Doorbell System Based on Face Recognition
 
IRJET- Implementation of Attendance System using Face Recognition
IRJET- Implementation of Attendance System using Face RecognitionIRJET- Implementation of Attendance System using Face Recognition
IRJET- Implementation of Attendance System using Face Recognition
 
DROWSINESS DETECTION MODEL USING PYTHON
DROWSINESS DETECTION MODEL USING PYTHONDROWSINESS DETECTION MODEL USING PYTHON
DROWSINESS DETECTION MODEL USING PYTHON
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
Face Recognition Smart Attendance System: (InClass System)
Face Recognition Smart Attendance System: (InClass System)Face Recognition Smart Attendance System: (InClass System)
Face Recognition Smart Attendance System: (InClass System)
 
IRJET- Advance Driver Assistance System using Artificial Intelligence
IRJET- Advance Driver Assistance System using Artificial IntelligenceIRJET- Advance Driver Assistance System using Artificial Intelligence
IRJET- Advance Driver Assistance System using Artificial Intelligence
 
IRJET- Class Attendance using Face Detection and Recognition with OPENCV
IRJET- Class Attendance using Face Detection and Recognition with OPENCVIRJET- Class Attendance using Face Detection and Recognition with OPENCV
IRJET- Class Attendance using Face Detection and Recognition with OPENCV
 
IRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial RecognitionIRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial Recognition
 
Student Attendance Using Face Recognition
Student Attendance Using Face RecognitionStudent Attendance Using Face Recognition
Student Attendance Using Face Recognition
 
IRJET- Face Recognition using Deep Learning
IRJET-  	  Face Recognition using Deep LearningIRJET-  	  Face Recognition using Deep Learning
IRJET- Face Recognition using Deep Learning
 

Mehr von IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Mehr von IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Kürzlich hochgeladen

Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Kürzlich hochgeladen (20)

Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 

Review Paper on Attendance Capturing System using Face Recognition

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2021, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 220 Review Paper on Attendance Capturing System using Face Recognition Aryan Verma1, Samkit Saraf2, Varun Vasani3 1,2,3Mukesh Patel School of Technology Management & Engineering,NMIMS UniversityShirpur, India --------------------------------------------------------------------------------------------------------------------------------------------------- Abstract—Maintaining attendance is required at many places like educational institutions, offices, or gyms, etc. But marking attendance can sometimes be a tedious, repetitive and time-consuming task. A lot of research has been carried out on face detection and recognition systems which can be used to automate the task. Also, a number of algorithms have been created and using these techniques different ways to capture attendance are proposed considering different scenarios and requirements. We have reviewed some research papers to study various attendance capturing systems based on computer vision and image processing and analyse their dataset, algorithm, advantage, disadvantage and performance. This deep learning enabled method not only saves time to record attendance but, in some cases, also proves to be better than conventional methods of taking attendance manually. Keywords—Convolutional Neural Network CNN; face recognition; face detection; deep learning, Attendance Capturing System ACS I. INTRODUCTION The ACS is a web portal. All datasets for the ACS are modified using driver programs. These programs include face creation, face detection, face recognition and other such models. This system is deployed on a webpage using flask and html. There are 2 interfaces, one for the student which takes the students face video as an input and the other web page for the teachers to input their class photos and get the attendance as a result in table format. They can also download the attendance. In this system, we maintain two drivers. These drivers include face creation (driver 1) and attendance capturing (driver 2). The student’s face information is processed by the driver 1 and the model is trained accordingly after which we can capture attendance. II. MOTIVATION The main motivation of making this project is to help teachers all around the globe to perform a task that might seem easy at first but will get more and more frustrating over time. This task of taking attendance can be made convenient by implementing our machine learning model implemented with our user interface. III. LITERATURE SURVEY [1] In Face Recognition System Based On CNN (2020), Convolutional Neural Networks with 8 layers are used. The dataset used were of three Chinese actresses where 200 photos were collected for each actress giving a total of 600 high quality photos. The advantage was that the training speeds were very fast due to SGD but creates noise while randomly selecting the gradient so the direction of weight might be incorrect. The model has a decent accuracy of 79.41%. [2] In Smart Attendance Management System Based on Face Recognition Using CNN (2020), uses CNN architecture containing 20 layers that include Conv2D, Batch Normalization, Max Pooling and Dense layers. The dataset consists of 10,029 face images with 4 classes consisting of 2,500 images per class except for class-3 that has 2,529 images, which in turn will give a good accuracy because of the huge dataset used to train the model but training will consume a lot of time. The model results in a 99.86% accuracy and a 0.0057 loss.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2021, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 221 [3] In Research on Face Detection Technology Based on MTCNN (2020), the MTCNN algorithm is used to detect faces. The wider face dataset is used which is majorly obtained from the public dataset wide which contains 32,203 images with 393,703 faces in total where each image contains around 12 faces. This algorithm avoids huge performance consumption but for ideal results, the training time has to be longer.The algorithm scored an accuracy of 85.7%. [4] In Automatic Face Detection and Recognition for Attendance Maintenance (2020), they created their own dataset from images and frames from video of individuals/classmates. Compared and evaluated various combinations of models like MTCNN, YOLO, FACENET, SVM etc. They selected the optimum combination and got training accuracy of 99.21% in least time to train and test as compared to other combinations of algorithms. Images augmentation> Pre-processing (de-noise filter and quality check assessment). For detection, authors used YOLO + MTCNN and for face recognition they used pre-trained FaceNet and SVM. By using this combination of models they increased efficiency, durability and reliability. [5] In Face Recognition for Attendance System Detection (2018), authors used the Haar Cascade algorithm with skin color detection to create an authentication process with the help of face recognition. Firstly, the skin color is detected from the images and then it is converted to grayscale. Then, the Haar Cascade method is used to detect faces and a bounding box is drawn once a face is detected. After that, feature extraction is done by aligning the ROI face input from the previous process. The LBPH algorithm was used for this purpose due to its less resource utilization, real-time face detection and high accuracy of nearly 98.2% for fairly luminated images and 94.7% for little dim images. Limitations include no face detection if face tilt is greater than 30%, etc. [6] Realtime Face-Detection and Emotion Recognition using MTCNN and miniShuffleNet V2 (2019), authors combined face detection and emotion recognition into one model that can carry out the task in real time. They used the FER2013 dataset which contains 48 by 48 pixel grayscale images with annotations of seven emotions. MTCNN and ShuffleNet V2 architecture is used for advantages of both models, that is, detecting face and creating bounding box and emotion recognition with optimum depth. Maximum accuracy on test data achieved was 71.19% with scope for further improvement. [7] In Face Recognition-based Lecture Attendance System (2005), Kawaguchi introduced a lecture attendance management system using a new method called continuous monitoring, in which the camera that records the photo of a student in the class automatically marks the student's attendance. The system's construction is straightforward, with two cameras mounted on the classroom wall. One is a capturing camera, which is used to capture the image of a student in class, and the other is a sensor camera, which is used to determine a student's seat inside the class, and the capturing camera snaps the image of the student. According to the different approaches they utilised, this paper gave three different levels of accuracy. Method 1 has a 60.0 % (9/15) success rate. Method 2 (11/15): 73.3 % ,80.0 % (12/15) in Method 3. [8] A survey on face detection in the wild: Past, present and future (2015), the author reviewed the past, present, and future of face detection techniques. The community's efforts, as well as advances in algorithm development, are publicly available. The authors of this work review current improvements in real-world face identification techniques as well as other face detection methodologies.Many face detection and identification systems exist, but the majority of these early research were unable to deliver the best results in uncontrolled environments and were not effectively implemented in real-world settings. This flaw is solved by the Viola and Jones algorithm, which has made significant applications practical. Viola Jones face detection method; Local Binary Pattern algorithm for face recognition and Yale database techniques are being used which gives an overall efficiency of 83.2%. [9] In Real Time Computer Vision Algorithms in Automatic Attendance Management Systems (2010), In automatic attendance management systems, a real-time computer vision algorithm is introduced. The system deployed a non-intrusive camera in the classroom that can snap photographs, and compared the retrieved face from the image captured by the camera with faces inside the system.HAAR CLASSIFIERS were also utilised to train the images captured by the camera. The image of the face captured by the camera will be converted to grayscale and subtracted before being uploaded to the server and processed later.PCA algorithm is used in this paper. The detection performance is 56%, with students in years 3 and 4 having difficulty being recognised. Face recognition is implemented using the HAAR Classifier and a computer vision algorithm.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 01 | Jan 2022 www.irjet.net p-ISSN: 2395-0072 © 2021, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 222 IV. WORKING Firstly, the user provides their face video (minimum 20 seconds) with their names and roll numbers through the front-end interface provided that will be stored in the directory. Secondly, Driver Code 1 is run where, after all users have provided their videos, faces will be detected and saved in individual directories (Train, Val) with their names. Then, the images are converted to arrays and stored where embeddings are created from these images which are stored as well. Thirdly, Driver Code 2 is run where the Class photo is taken as input and Faces will be detected and saved in another directory. Images are converted to arrays and embeddings are created from these images. Faces are recognized from the detected faces after which names of the recognized faces are added to the attendance report as present or 1 while the other faces are marked as absent or 0. This report is then displayed on the frontend and a download button is also provided for downloading the report. IV. FUTURE SCOPE AND CONCLUSION In conclusion, this project will help teachers worldwide, and will display efficiency in the education sector. The ease of just uploading the class photo on a website and receiving an instant attendance report would prove useful for teachers in a hurry. The future scope of this project is very large. An SQL server can be used to send attendance to the college database and that would lessen even this task of teachers taking attendance. We hope that with our project several schools would take this at use and implement it in their systems. V. REFERENCES [1] D. Wang, H. Yu, D. Wang and G. Li, "Face Recognition System Based on CNN," 2020 International Conference on Computer Information and Big Data Applications (CIBDA), 2020, pp. 470-473, doi: 10.1109/CIBDA50819.2020.00111. [2] R. Hartanto and M. N. Adji, "Face Recognition for Attendance System Detection," 2018 10th International Conference on Information Technology and Electrical Engineering (ICITEE), 2018, pp. 376-381, doi: 10.1109/ICITEED.2018.8534942. [3] N. Zhang, J. Luo and W. Gao, "Research on Face Detection Technology Based on MTCNN," 2020 International Conference on Computer Network, Electronic and Automation (ICCNEA), 2020, pp. 154-158, doi: 10.1109/ICCNEA50255.2020.00040. [4] N. Darapaneni et al., "Automatic Face Detection and Recognition for Attendance Maintenance," 2020 IEEE 15th International Conference on Industrial and Information Systems (ICIIS), 2020, pp. 236-241, doi: 10.1109/ICIIS51140.2020.9342670. [5] R. Hartanto and M. N. Adji, "Face Recognition for Attendance System Detection," 2018 10th International Conference on Information Technology and Electrical Engineering (ICITEE), 2018, pp. 376-381, doi: 10.1109/ICITEED.2018.8534942. [6] A. Ghofrani, R. M. Toroghi and S. Ghanbari, "Realtime Face-Detection and Emotion Recognition Using MTCNN and miniShuffleNet V2," 2019 5th Conference on Knowledge Based Engineering and Innovation (KBEI), 2019, pp. 817-821, doi: 10.1109/KBEI.2019.8734924. [7] Yohei Kawaguchi, Tetsuo Shoji,Weijane Lin, Koh Kakusho,Michihiko Minoh, “Face Recognition-Based Lecture Attendance System” [8] Stefanos Zafeiriou, Cha Zhang, Zhengyou Zhang, A survey on face detection in the wild: Past, present and future, Computer Vision and Image Understanding, Volume 138, 2015, Pages 1-24, ISSN 1077-3142. [9] Shehu V. and Dika A. (2011)”Using Real Time Computer Vision Algorithms in Automatic Attendance Management Systems”. Proceedings of the ITI 2010 32nd Int. Conf. on Information Technology Interfaces, June 21-24, 2010, Cavtat, Croatia.