Using MobileNet as the backbone of UNet
The codes for the work "Swin-Unet: Unet-like Pure Transformer for Medical Image Segmentation"(https://arxiv.org/abs/2105.05537). A validation for U-shaped Swin Transformer.
https://github.com/FZfangzheng/Swin-Transformer-Semantic-Segmentation-Without-mmsegmentation
[CVPR 2015] FaceNet: A Unified Embedding for Face Recognition and Clustering
整理和注释了facenet的代码,以便更好地理解facenet的代码。源代码地址:https://github.com/davidsandberg/facenet
基于paddlepaddle实现MobileNets_v3复现
基于PaddlePaddle实现的SSD,包括MobileNetSSD,MobileNetV2SSD,VGGSSD,ResNetSSD