Andy Dennis's starred repositories

annotated_deep_learning_paper_implementations

🧑‍🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠

Language:PythonLicense:MITStargazers:52282Issues:435Issues:130

ControlNet

Let us control diffusion models!

Language:PythonLicense:Apache-2.0Stargazers:29212Issues:216Issues:531

latent-diffusion

High-Resolution Image Synthesis with Latent Diffusion Models

Language:Jupyter NotebookLicense:MITStargazers:11196Issues:96Issues:337

DiT

Official PyTorch Implementation of "Scalable Diffusion Models with Transformers"

Language:PythonLicense:NOASSERTIONStargazers:5774Issues:47Issues:75

anomalib

An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.

Language:PythonLicense:Apache-2.0Stargazers:3489Issues:38Issues:852

PyTorch-StudioGAN

StudioGAN is a Pytorch library providing implementations of representative Generative Adversarial Networks (GANs) for conditional/unconditional image generation.

Language:PythonLicense:NOASSERTIONStargazers:3396Issues:54Issues:117
Language:Jupyter NotebookLicense:Apache-2.0Stargazers:2988Issues:24Issues:75
Language:Jupyter NotebookLicense:MITStargazers:2866Issues:53Issues:157

yoloair

🔥🔥🔥 专注于YOLOv5,YOLOv7、YOLOv8、YOLOv9改进模型,Support to improve backbone, neck, head, loss, IoU, NMS and other modules🚀

Language:PythonLicense:GPL-3.0Stargazers:2440Issues:26Issues:149

BERT-NER-Pytorch

Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)

Language:PythonLicense:MITStargazers:2040Issues:13Issues:104

DDNM

[ICLR 2023 Oral] Zero-Shot Image Restoration Using Denoising Diffusion Null-Space Model

Language:PythonLicense:MITStargazers:1095Issues:26Issues:72

Awesome-CVPR2023-Low-Level-Vision

A Collection of Papers and Codes in CVPR2023/2022 about low level vision

awesome-chinese-ner

中文命名实体识别。包含目前最新的中文命名实体识别论文、中文实体识别相关工具、数据集,以及中文预训练模型、词向量、实体识别综述等。

PIDM

Person Image Synthesis via Denoising Diffusion Model (CVPR 2023)

Language:Jupyter NotebookLicense:MITStargazers:476Issues:22Issues:65

ilvr_adm

ILVR: Conditioning Method for Denoising Diffusion Probabilistic Models (ICCV 2021 Oral)

Language:PythonLicense:MITStargazers:402Issues:5Issues:37

SinDiffusion

Official Implementation of SinDiffusion: Learning a Diffusion Model from a Single Natural Image

Language:PythonLicense:Apache-2.0Stargazers:278Issues:9Issues:15

MCG_diffusion

Official PyTorch implementation of the NeurIPS 2022 paper "Improving Diffusion Models for Inverse Problems using Manifold Constraints (https://arxiv.org/abs/2206.00941)"

Language:PythonLicense:Apache-2.0Stargazers:214Issues:5Issues:14

Semi-UIR

Official code for "Contrastive Semi-supervised Learning for Underwater Image Restoration via Reliable Bank" (2023 CVPR)

DR2_Drgradation_Remover

DR2: Diffusion-based Robust Degradation Remover for Blind Face Restoration. CVPR 2023.

Language:PythonLicense:MITStargazers:76Issues:1Issues:4

PSM

Image Inpainting via Iteratively Decoupled Probabilistic Modeling

binary-latent-diffusion

Implementation of Binary Latent Diffusion

Language:PythonLicense:MITStargazers:46Issues:7Issues:2

BERT_MRC_NER_chinese

基于bert_mrc的中文命名实体识别

BERT-Chinese-NER-pytorch

pytorch实现 基于Bert+BiLSTM+CRF的中文命名实体识别

Language:PythonStargazers:22Issues:0Issues:0

Diffusion-Models-Implementations

Implement Diffusion Models with PyTorch.

Language:PythonLicense:MITStargazers:13Issues:4Issues:0

Piggyback-GAN-Pytorch

Implementation of the paper PiggybackGAN (ECCV 2020) as part of ML reproducibility challenge.