FaceX-Zoo icon indicating copy to clipboard operation
FaceX-Zoo copied to clipboard

A PyTorch Toolbox for Face Recognition

Results 120 FaceX-Zoo issues
Sort by recently updated
recently updated
newest added

Step1: Prepare the training data Align the face images to 112*112 according to face_align.py. 需要用face_align.py这个文件处理图片还是简简单单把图片resize成112*112呢

I want to differentiate between a face wearing a mask and a face that is not. What should I do?

Hi, thanks for your great work! When I'm using this repo to train a customized face dataset. I find that some unusual loss fluctuation happened. The loss will decrease at...

![图片](https://user-images.githubusercontent.com/30583522/105954071-2159ab00-60af-11eb-9395-2899293db33a.png) Could you tell me why?

head_conf.yaml中的num_class目前都是72778, 想要在预训练模型的基础上使用自定义人脸数据集继续训练,需要将head_conf.yaml文件中的num_class改成自定义人脸数据集中的数量吗?

@wang21jun 您好,谢谢您的工程,很有用^^ 1、口罩戴到鼻子左右的地方,口罩模拟,您这边有什么建议吗? 是制作 mask_data 数据鼻子下的口罩这样吗?

I kept running into this error when trying to use RexNet. ``` Traceback (most recent call last): File "main.py", line 91, in blackbox_success_rates = evaluate(clipped_advs, targets, blackbox_models, model_loader, epsilons, args.device)...