# ShuffleFaceNet_Pytorch **Repository Path**: xuyangyan/ShuffleFaceNet_Pytorch ## Basic Information - **Project Name**: ShuffleFaceNet_Pytorch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-19 - **Last Updated**: 2024-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ShuffleFaceNet Pytorch A PyTorch Implementation of ShuffleFaceNet using CosFace Loss and Complexity 1.5x. The code can be trained on CASIA-Webface and tested on LFW. [ShuffleFaceNet: A Lightweight Face Architecture for Efficientand Highly-Accurate Face Recognition](http://openaccess.thecvf.com/content_ICCVW_2019/papers/LSR/Martindez-Diaz_ShuffleFaceNet_A_Lightweight_Face_Architecture_for_Efficient_and_Highly-Accurate_Face_ICCVW_2019_paper.pdf) # References [ShuffleNet](https://github.com/kuangliu/pytorch-cifar/blob/master/models/shufflenet.py) [CosFace](https://github.com/YirongMao/softmax_variants/blob/master/model_utils.py)