Pinned Repositories
adaptive-style-transfer
source code for the ECCV18 paper A Style-Aware Content Loss for Real-time HD Style Transfer
BasicSR
Basic Super-Resolution codes for development. Includes ESRGAN, SFT-GAN for training and testing.
deepface
A Lightweight Deep Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Framework for Python
FCN.tensorflow
Tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation (http://fcn.berkeleyvision.org)
HiSD
Official pytorch implementation of paper "Image-to-image Translation via Hierarchical Style Disentanglement" (CVPR 2021 Oral).
mae
PyTorch implementation of MAE https//arxiv.org/abs/2111.06377
pytorch-metric-learning
The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.
Pytorch-TextureGAN
TextureGAN in Pytorch
SemanticSoftSegmentation
Spectral segmentation described in Aksoy et al., "Semantic Soft Segmentation", ACM TOG (Proc. SIGGRAPH), 2018
VirFace
This is a PyTorch implementation of "VirFace: Enhancing Face Recognition via Unlabeled Shallow Data" (CVPR 2021).
sandwichfish's Repositories
sandwichfish/VirFace
This is a PyTorch implementation of "VirFace: Enhancing Face Recognition via Unlabeled Shallow Data" (CVPR 2021).
sandwichfish/adaptive-style-transfer
source code for the ECCV18 paper A Style-Aware Content Loss for Real-time HD Style Transfer
sandwichfish/BasicSR
Basic Super-Resolution codes for development. Includes ESRGAN, SFT-GAN for training and testing.
sandwichfish/deepface
A Lightweight Deep Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Framework for Python
sandwichfish/FCN.tensorflow
Tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation (http://fcn.berkeleyvision.org)
sandwichfish/HiSD
Official pytorch implementation of paper "Image-to-image Translation via Hierarchical Style Disentanglement" (CVPR 2021 Oral).
sandwichfish/mae
PyTorch implementation of MAE https//arxiv.org/abs/2111.06377
sandwichfish/pytorch-metric-learning
The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.
sandwichfish/Pytorch-TextureGAN
TextureGAN in Pytorch
sandwichfish/SemanticSoftSegmentation
Spectral segmentation described in Aksoy et al., "Semantic Soft Segmentation", ACM TOG (Proc. SIGGRAPH), 2018
sandwichfish/TCDCN-face-alignment
Matlab implementation of facial landmark detection by deep multi-task learning
sandwichfish/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch