Jonyond-lin's Stars
labmlai/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, ... 🧠
openai/openai-python
The official Python library for the OpenAI API
hpcaitech/Open-Sora
Open-Sora: Democratizing Efficient Video Production for All
sczhou/CodeFormer
[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer
state-spaces/mamba
Mamba SSM architecture
InstantID/InstantID
InstantID : Zero-shot Identity-Preserving Generation in Seconds 🔥
openai/guided-diffusion
tencent-ailab/IP-Adapter
The image prompt adapter is designed to enable a pretrained text-to-image diffusion model to generate images with image prompt.
Charmve/Surface-Defect-Detection
📈 目前最大的工业缺陷检测数据库及论文集 Constantly summarizing open source dataset and critical papers in the field of surface defect research which are of great importance.
MzeroMiko/VMamba
VMamba: Visual State Space Models,code is based on mamba
ChenyangSi/FreeU
FreeU: Free Lunch in Diffusion U-Net (CVPR2024 Oral)
TreB1eN/InsightFace_Pytorch
Pytorch0.4.1 codes for InsightFace
lucidrains/video-diffusion-pytorch
Implementation of Video Diffusion Models, Jonathan Ho's new paper extending DDPMs to Video Generation - in Pytorch
mini-sora/minisora
MiniSora: A community aims to explore the implementation path and future development direction of Sora.
ermongroup/SDEdit
PyTorch implementation for SDEdit: Image Synthesis and Editing with Stochastic Differential Equations
PRIV-Creation/Awesome-Controllable-T2I-Diffusion-Models
A collection of resources on controllable generation with text-to-image diffusion models.
omerbt/Text2LIVE
Official Pytorch Implementation for "Text2LIVE: Text-Driven Layered Image and Video Editing" (ECCV 2022 Oral)
yizt/Grad-CAM.pytorch
pytorch实现Grad-CAM和Grad-CAM++,可以可视化任意分类网络的Class Activation Map (CAM)图,包括自定义的网络;同时也实现了目标检测faster r-cnn和retinanet两个网络的CAM图;欢迎试用、关注并反馈问题...
yuval-alaluf/Attend-and-Excite
Official Implementation for "Attend-and-Excite: Attention-Based Semantic Guidance for Text-to-Image Diffusion Models" (SIGGRAPH 2023)
foivospar/Arc2Face
[ECCV 2024 Oral🔥] Arc2Face: A Foundation Model for ID-Consistent Human Faces
songhwanjun/Awesome-Noisy-Labels
A Survey
Zj-BinXia/DiffIR
This project is the official implementation of 'Diffir: Efficient diffusion model for image restoration', ICCV2023
hongtaoh/cv_emulate
Academic CVs that you can emulate
VinAIResearch/WaveDiff
Official Pytorch Implementation of the paper: Wavelet Diffusion Models are fast and scalable Image Generators (CVPR'23)
Kobaayyy/Awesome-CVPR2024-AIGC
A Collection of Papers and Codes for CVPR2024 AIGC
AravindVasudev/Statement-of-Purpose
My latex templates for Graduate School SOP.
humansensinglab/cycle-diffusion
[ICCV 2023] Zero-shot image editing with stochastic diffusion models
Ezharjan/AcademicGPT
Stores here is the revised version of ChatGPT-Academic project. For better utilities of the tool and for better research environment.
Nithin-GK/AT-DDPM
[WACV '23] AT-DDPM: Restoring Faces degraded by Atmospheric Turbulence using Denoising Diffusion Probabilistic Models
QWERDF007/LearningDL
记录学习深度学习的一些