theNNAx's Stars
amusi/AI-Job-Resume
AI 算法岗简历模板
EasonEdison/detectron2-train-and-visual
Try quickly to find the right model and generate visualizations
MingqiangNing/loss_curve
schrodingercatss/tuning_playbook_zh_cn
一本系统地教你将深度学习模型的性能最大化的战术手册。
KindXiaoming/pykan
Kolmogorov Arnold Networks
ShoufaChen/DiffusionDet
[ICCV2023 Best Paper Finalist] PyTorch implementation of DiffusionDet (https://arxiv.org/abs/2211.09788)
Westlake-AI/MogaNet
[ICLR 2024] MogaNet: Efficient Multi-order Gated Aggregation Network
EnVision-Research/DDSM
Denoising Diffusion Step-aware Models (ICLR2024)
TiankaiHang/Min-SNR-Diffusion-Training
[ICCV 2023] Efficient Diffusion Training via Min-SNR Weighting Strategy
tcl9876/Denoising_Student
Hramchenko/diffusion_distiller
🚀 PyTorch Implementation of "Progressive Distillation for Fast Sampling of Diffusion Models(v-diffusion)"
gyyang23/AFPN
binyisu/PVEL-AD
Photovoltaic cell defect detection
microsoft/FocalNet
[NeurIPS 2022] Official code for "Focal Modulation Networks"
hktxt/Learn-Statistical-Learning-Method
Implementation of Statistical Learning Method, Second Edition.《统计学习方法》第二版,算法实现。
SmirkCao/Lihang
Statistical learning methods, 统计学习方法(第2版)[李航] [笔记, 代码, notebook, 参考文献, Errata, lihang]
SashaMatsun/LSKDiffDet
The code implementation of the remote object detection method, described in the paper
yiyuchenguang/PyQt5_Print
PyQt5工程中的print函数重定向
zhaohao0404/Focal-IoU-loss
This code for solving the imbalance problems in regression head of object detectors. Comparison methods contain:Smooth-l1, IoU-loss, GIoU-loss, DIoU-loss, CIoU-loss.
facebookresearch/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
AbaK1r/FasterRcnnWithAttention
yizt/Grad-CAM.pytorch
pytorch实现Grad-CAM和Grad-CAM++,可以可视化任意分类网络的Class Activation Map (CAM)图,包括自定义的网络;同时也实现了目标检测faster r-cnn和retinanet两个网络的CAM图;欢迎试用、关注并反馈问题...
lightningsoon/NN_Inspector
查看神经网络的秘密
luo3300612/Visualizer
assistant tools for attention visualization in deep learning
WZMIAOMIAO/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
STVIR/Grid-R-CNN
LinXueyuanStdio/PyTorch-DDPM
500 行代码实现降噪扩散模型 DDPM,干净无依赖
Stability-AI/stablediffusion
High-Resolution Image Synthesis with Latent Diffusion Models
bubbliiiing/ddpm-pytorch
这个是一个ddpm的pytorch仓库,可以用于训练自己的数据集。
LuChengTHU/dpm-solver
Official code for "DPM-Solver: A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps" (Neurips 2022 Oral)