https://github.com/alix-tz/handwriting_line_generation
Code for BMVC2020 paper "Text and Style Conditioned GAN for Generation of Offline Handwriting Lines"
https://github.com/alixunxing/yolodet-pytorch
reproduce the YOLO series of papers in pytorch, including YOLOv4, PP-YOLO, YOLOv5,YOLOv3, etc.
https://github.com/alixunxing/ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector
https://github.com/alixunxing/unify-parameter-efficient-tuning
Implementation of paper "Towards a Unified View of Parameter-Efficient Transfer Learning" (ICLR 2022)
https://github.com/alixunxing/vit-pytorch
Pytorch reimplementation of the Vision Transformer (An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale)
https://github.com/alixunxing/transreid
[ICCV-2021] TransReID: Transformer-based Object Re-Identification
https://github.com/alixunxing/transformer
PyTorch Implementation of "Attention Is All You Need"
https://github.com/alixunxing/text_classification
all kinds of text classification models and more with deep learning
https://github.com/alixunxing/tf-faster-rcnn
Tensorflow Faster RCNN for Object Detection
https://github.com/alixunxing/t2f
T2F: text to face generation using Deep Learning
https://github.com/alixunxing/swin-transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
https://github.com/alixunxing/simpletransformers
Transformers for Classification, NER, QA, Language Modelling, Language Generation, T5, Multi-Modal, and Conversational AI
https://github.com/alixunxing/siamese-triplet
Siamese and triplet networks with online pair/triplet mining in PyTorch