Pinned Repositories
A-Net
A-Net: An A-shape Lightweight Neural Network for Real-time Surface Defect Segmentation
AI-Job-Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
annotated_deep_learning_paper_implementations
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Awesome-Segmentation-With-Transformer
Transformer-Based Visual Segmentation: A Survey
BG-Net
Feature Matching Driven Background Generalization Neural Networks for Surface Defect Segmentation
Bot
机器人
CVPR2022-Papers-with-Code
CVPR 2022 论文和开源项目合集
deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
lawin
A mmseg-style code of Lawin(large window) Transformer https://arxiv.org/abs/2201.01615.
Max-Chenb.github.io
Here is personal website of Biao Chen.
Max-Chenb's Repositories
Max-Chenb/A-Net
A-Net: An A-shape Lightweight Neural Network for Real-time Surface Defect Segmentation
Max-Chenb/BG-Net
Feature Matching Driven Background Generalization Neural Networks for Surface Defect Segmentation
Max-Chenb/CVPR2022-Papers-with-Code
CVPR 2022 论文和开源项目合集
Max-Chenb/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
Max-Chenb/lawin
A mmseg-style code of Lawin(large window) Transformer https://arxiv.org/abs/2201.01615.
Max-Chenb/AI-Job-Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
Max-Chenb/annotated_deep_learning_paper_implementations
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Max-Chenb/Awesome-Segmentation-With-Transformer
Transformer-Based Visual Segmentation: A Survey
Max-Chenb/Bot
机器人
Max-Chenb/darts
Differentiable architecture search for convolutional and recurrent networks
Max-Chenb/FSL-Mate
FSL-Mate: A collection of resources for few-shot learning (FSL).
Max-Chenb/github-slideshow
A robot powered training repository :robot:
Max-Chenb/HCTransformers
Max-Chenb/Max-Chenb.github.io
Here is personal website of Biao Chen.
Max-Chenb/ncnn-android-styletransfer
The style transfer android example
Max-Chenb/MemSeg
Unofficial Re-implementation of MemSeg for Anomaly Detection
Max-Chenb/segformer-pytorch
Implementation of Segformer, Attention + MLP neural network for segmentation, in Pytorch
Max-Chenb/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
Max-Chenb/Swin-Unet
The codes for the work "Swin-Unet: Unet-like Pure Transformer for Medical Image Segmentation"
Max-Chenb/TopFormer
TopFormer: Token Pyramid Transformer for Mobile Semantic Segmentation, CVPR2022
Max-Chenb/tuning_playbook
A playbook for systematically maximizing the performance of deep learning models.
Max-Chenb/UniNeXt
Max-Chenb/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch