Chuck Liu

Results 13 comments of Chuck Liu

Reduce the batch size can improve the validation performance. `python3 -m benchmark_verification.main_train_CNN --num_epochs 100 --batch-size 8 --type none` ![image](https://github.com/user-attachments/assets/1883321c-0895-4888-8922-6ec7ae92e948)

2. I tried to train with an input size 128x128 model and change src by the following: ```python src = np.array([ [30.2946, 51.6963], [65.5318, 51.5014], [48.0252, 71.7366], [33.5493, 92.3655], [62.7299,...

Anyone has ideas about improving masked face recognition accuracy?