ContriHUB / SecureFace

SecureFace Access Control System
MIT License
0 stars 4 forks source link

Add Training Summary to train_model.py #4

Closed sanskaromar closed 1 year ago

sanskaromar commented 1 year ago

Description

In the train_model.py file, there is a section marked with # TODO 2 that requires a simple implementation. This task involves adding a summary of the training process, which could include information such as the number of users trained and the number of images per user etc.

Expected behavior

Additional context

Completing this task will provide valuable information about the training process, making it easier to track the progress and results of training the face recognition model.


Note