gitextract_qt8sxhd_/ ├── .gitignore ├── README.md ├── config.py ├── data_loader.py ├── environment.yml ├── finetune.py ├── ijba/ │ ├── README.md │ └── eval_ijba_1_1.py ├── lfw/ │ ├── README.md │ ├── data/ │ │ ├── pairs.txt │ │ └── pairsDevTest.txt │ └── eval_lfw.py ├── models.py ├── run_resnet_demo.py ├── tests/ │ ├── test_colorizer.py │ ├── test_data_reader.py │ ├── test_fcn32s.py │ └── vis_prediction.py ├── train.py ├── umd-face/ │ ├── run_crop_face.py │ └── train_resnet_umdface.py ├── utils.py └── vgg-face-2/ ├── calculate_image_mean.py ├── class_counts.sh ├── crop_face.sh ├── mean_rgb.yaml ├── train_resnet101_vggface.py ├── train_resnet50_vggface_scratch.py └── vggface_class_counts.txt