ContriHUB / SecureFace

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

Implement Batch Processing of images in main.py #2

Closed sanskaromar closed 1 year ago

sanskaromar commented 1 year ago

Description

In the current project, we need to implement the batch processing functionality in the main.py file. The purpose of this feature is to process a batch of images located in the 'val_data' directory, perform face recognition on each image, and save the processed images to the 'predicted_val_data' directory.

Expected behavior

Additional context