pytorch-loss. label-smooth, amsoftmax, partial-fc, focal-loss, triplet-loss, lovasz-softmax. Maybe useful
2.3kBiSeNet. Add bisenetv2. My implementation of BiSeNet
1.6kDeepLab-v3-plus-cityscapes. mIOU=80.02 on cityscapes. My implementation of deeplabv3+ (also know as 'Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation' based on the dataset of cityscapes).
191triplet-reid-pytorch. My implementation of the paper [In Defense of the Triplet Loss for Person Re-Identification]
103gdGPT. Train llm (bloom, llama, baichuan2-7b, chatglm3-6b) with deepspeed pipeline mode. Faster than zero/zero++/fsdp.
97SphereReID. My implementation of paper: SphereReID: Deep Hypersphere Manifold Embedding for Person Re-Identification
42fixmatch-pytorch. 90%+ with 40 labels. please see the readme for details.
36Deeplab-Large-FOV. My Implementation of the deeplab_v1 (known as deeplab large fov)
29MFM. code for paper "Masked Frequency Modeling for Self-Supervised Visual Pre-Training" (https://arxiv.org/pdf/2206.07706.pdf)
24SFT-ReID. My implementation of Spectral-Feature-Transformation-ReID, link to the paper: https://arxiv.org/abs/1811.11405
21DenseCL. DenseCL + regionCL-D
15SelfSup. ssl method pretrain experiments and weights: mocov2 + fast-moco + regioncl + mixup + densecl
5AutoAugment_opencv. autoaugment and randomaugment implemented with python opencv(cv2)
4porn_identification. implement image processing with a combination of C and python3 based on socket communication
3ImageNet-Loader. An imagenet dataloader implemented with opencv and pybind11 based on multi-threading
3mixMatch. Pytorch reproduction of the experiment in the paper of MixMatch.
2Segmentatron. My implementation of some segmentation algorithms
2image-dedup. Codebase I use for deduplication of image datasets
1GAN-mxnet. GAN implemented with mxnet
1CAPTCHA_IND. Identify CAPTCHA basing on CNN implemented by mxnet
1maskrcnn-benchmark. Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
1