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

algorithm-visualizer

:fireworks:Interactive Online Platform that Visualizes Algorithms from Code

Language:JavaScriptLicense:MITStargazers:46468Issues:1230Issues:112

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:851

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

NAFNet

The state-of-the-art image restoration model without nonlinear activation functions.

Language:PythonLicense:NOASSERTIONStargazers:2104Issues:21Issues:142

BERT-NER-Pytorch

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

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

FastSpeech2

An implementation of Microsoft's "FastSpeech 2: Fast and High-Quality End-to-End Text to Speech"

Language:PythonLicense:MITStargazers:1717Issues:27Issues:211

Palette-Image-to-Image-Diffusion-Models

Unofficial implementation of Palette: Image-to-Image Diffusion Models by Pytorch

Language:PythonLicense:MITStargazers:1453Issues:17Issues:96

clipseg

This repository contains the code of the CVPR 2022 paper "Image Segmentation Using Text and Image Prompts".

Language:PythonLicense:NOASSERTIONStargazers:1078Issues:13Issues:54

Diffusion-LM

Diffusion-LM

Language:PythonLicense:Apache-2.0Stargazers:1014Issues:17Issues:70

diffae

Official implementation of Diffusion Autoencoders

Language:Jupyter NotebookLicense:MITStargazers:821Issues:9Issues:78

Text2Human

Code for Text2Human (SIGGRAPH 2022). Paper: Text2Human: Text-Driven Controllable Human Image Generation

Language:PythonLicense:NOASSERTIONStargazers:816Issues:20Issues:23

VNext

Next-generation Video instance recognition framework on top of Detectron2 which supports InstMove (CVPR 2023), SeqFormer(ECCV Oral), and IDOL(ECCV Oral))

Language:PythonLicense:Apache-2.0Stargazers:596Issues:17Issues:68

awesome-chinese-ner

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

Harmonizer

High-Resolution Image/Video Harmonization [ECCV 2022]

SinDiffusion

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

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

ObjectBox

(ECCV 22 Oral) ObjectBox: From Centers to Boxes for Anchor-Free Object Detection

Language:PythonLicense:GPL-3.0Stargazers:131Issues:5Issues:30

AirDet

Full conference version of AirDet: Few-Shot Detection without Fine-tuning for Autonomous Exploration

Language:PythonLicense:BSD-2-ClauseStargazers:70Issues:4Issues:14

PSM

Image Inpainting via Iteratively Decoupled Probabilistic Modeling

FoCus

Source codes and dataset of Call for Customized Conversation: Customized Conversation Grounding Persona and Knowledge

Language:PythonLicense:NOASSERTIONStargazers:60Issues:2Issues:4

BERT_MRC_NER_chinese

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

BERT-Chinese-NER-pytorch

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

Language:PythonStargazers:22Issues:0Issues:0

SSTA

Official repository for "Self-supervised Models are Good Teaching Assistants for Vision Transformers", ICML 2022.

Piggyback-GAN-Pytorch

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