lizzzzzzzjun's starred repositories
pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
deep-learning-papers-translation
深度学习论文翻译,包括分类论文,检测论文等
ICCV2023-Paper-Code-Interpretation
ICCV2021/2019/2017 论文/代码/解读/直播合集,极市团队整理
Real-World-Masked-Face-Dataset
Real-World Masked Face Dataset,口罩人脸数据集
ViT-pytorch
Pytorch reimplementation of the Vision Transformer (An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale)
style-transfer
An implementation of "A Neural Algorithm of Artistic Style" by L. Gatys, A. Ecker, and M. Bethge. http://arxiv.org/abs/1508.06576.
pytorch_classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
adaptive-style-transfer
source code for the ECCV18 paper A Style-Aware Content Loss for Real-time HD Style Transfer
face_verification_experiment
Original Caffe Version for LightCNN-9. Highly recommend to use PyTorch Version (https://github.com/AlfredXiangWu/LightCNN)
SEAL-Python
Microsoft SEAL 4.X For Python
cvpr16-deepbit
Learning Compact Binary Descriptors with Unsupervised Deep Neural Networks (CVPR16)
DeepSketchHashing
Deep Sketch Hashing source code
Paillier-LWE-based-PHE
Privacy-Preserving Deep Learning via Additively Homomorphic Encryption
vector-homomorphic-encryption
6.857 project - implementation of scheme for encrypting integer vectors that allows addition, linear transformation, and weighted inner products.
Homomorphic-Image-Encryption
Secure outsourcing of image editing to untrusted cloud environments by implementing Paillier's Homomorphic Cryptosystem and extending it to work over images. Implementing a homomorphic brightness function as proof of concept.
Efficient-Integer-Vector-Homomorphic-Encryption
MIT开发的支持整数向量的同态加密 支持向量的加法,乘法和内积
10703assignment1
Assignment 1 for 10-703 Deep Reinforcement Learning and Control - CMU
pyNTRUEncrypt
Python NTRUEncrypt implementation