Pinned Repositories
3d-airway-segmentation
顾老师团队的工作
ACmix
Official repository of ACmix (CVPR2022)
actnn
ActNN: Reducing Training Memory Footprint via 2-Bit Activation Compressed Training
afa
[CVPR 2022] Learning Affinity from Attention: End-to-End Weakly-Supervised Semantic Segmentation with Transformers
AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
Automobile-sale-predict
天池-乘用车零售量预测代码
barlowtwins
PyTorch implementation of Barlow Twins.
bisheng
Bisheng is an open LLM devops platform for next generation AI applications.
External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
yonghongwu's Repositories
yonghongwu/AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
yonghongwu/bisheng
Bisheng is an open LLM devops platform for next generation AI applications.
yonghongwu/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
yonghongwu/ChatGLM3
ChatGLM3 series: Open Bilingual Chat LLMs | 开源双语对话语言模型
yonghongwu/ChatGPT-Next-Web-2
yonghongwu/Chinese-CLIP
Chinese version of CLIP which achieves Chinese cross-modal retrieval and representation generation.
yonghongwu/CLIP-Driven-Universal-Model
Rank first in Medical Segmentation Decathlon (MSD) Competition.
yonghongwu/ConvMAE
ConvMAE: Masked Convolution Meets Masked Autoencoders
yonghongwu/CRTS
CRTS: Change the role of Teacher and Student in Semi-supervised semantic segmentation on brain vessel
yonghongwu/DARL
Official repository of "Diffusion Adversarial Representation Learning for Self-supervised Vessel Segmentation", ICLR 2023.
yonghongwu/EasyCV
An all-in-one toolkit for computer vision
yonghongwu/imgbed
yonghongwu/LAVIS
LAVIS - A One-stop Library for Language-Vision Intelligence
yonghongwu/Machine-learning-learning-notes
周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!
yonghongwu/MaskFeat
learning
yonghongwu/mmselfsup
OpenMMLab Self-Supervised Learning Toolbox and Benchmark
yonghongwu/PaddleDetection
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
yonghongwu/PaddleMIX
Paddle Multimodal Integration and eXploration, supporting mainstream multi-modal tasks, including end-to-end large-scale multi-modal pretrain models and diffusion model toolbox. Equipped with high performance and flexibility.
yonghongwu/PaddleNLP
👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Question Answering, ℹ️ Information Extraction, 📄 Document Intelligence, 💌 Sentiment Analysis etc.
yonghongwu/picoGPT
An unnecessarily tiny implementation of GPT-2 in NumPy.
yonghongwu/pytorch-image-models
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
yonghongwu/SegVol
The official code for "SegVol: Universal and Interactive Volumetric Medical Image Segmentation".
yonghongwu/Semi-supervised-learning
A Unified Semi-Supervised Learning Codebase (NeurIPS'22)
yonghongwu/SSL4MIS
Semi Supervised Learning for Medical Image Segmentation, a collection of literature reviews and code implementations.
yonghongwu/streamlit-example
Example Streamlit app that you can fork to test out share.streamlit.io
yonghongwu/TDNet
Temporally Distributed Networks for Fast Video Semantic Segmentation
yonghongwu/Transfer-Learning-Library
Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization
yonghongwu/VicReg
A VIcReg Implementation in pytorch
yonghongwu/XrayGPT
XrayGPT: Chest Radiographs Summarization using Medical Vision-Language Models.
yonghongwu/yoloair
🔥🔥🔥YOLOAir:Including YOLOv5, YOLOv7, Transformer, YOLOX, YOLOR and other networks... Support to improve backbone, head, loss, IoU, NMS...The original version was created based on YOLOv5