wuyongfa-genius'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, ... 🧠
google-deepmind/deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
google-deepmind/alphafold
Open source code for AlphaFold 2.
jacobgil/pytorch-grad-cam
Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
kornia/kornia
🐍 Geometric Computer Vision Library for Spatial AI
Megvii-BaseDetection/YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
utkuozbulak/pytorch-cnn-visualizations
Pytorch implementation of convolutional neural network visualization techniques
ifzhang/ByteTrack
[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
google-research/scenic
Scenic: A Jax Library for Computer Vision Research and Beyond
facebookresearch/vissl
VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.
NVlabs/SegFormer
Official PyTorch implementation of SegFormer
uploadcare/pillow-simd
The friendly PIL fork
rentruewang/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.
vturrisi/solo-learn
solo-learn: a library of self-supervised methods for visual representation learning powered by Pytorch Lightning
sail-sg/volo
VOLO: Vision Outlooker for Visual Recognition
phil-bergmann/tracking_wo_bnw
Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"
google-research/sam
microsoft/CvT
This is an official implementation of CvT: Introducing Convolutions to Vision Transformers.
WXinlong/DenseCL
Dense Contrastive Learning (DenseCL) for self-supervised representation learning, CVPR 2021 Oral.
kaix90/DCTNet
open-mmlab/labelbee-client
Out-of-the-box Annotation Toolbox
luyug/GradCache
Run Effective Large Batch Contrastive Learning Beyond GPU/TPU Memory Constraint
note286/xdupgthesis
[停止维护 请使用note286/xduts]西安电子科技大学研究生学位论文XeLaTeX模板
haochen-rye/NeRV
Official Pytorch implementation for video neural representation (NeRV)
ajabri/videowalk
Repository for "Space-Time Correspondence as a Contrastive Random Walk" (NeurIPS 2020)
visinf/dense-ulearn-vos
Dense Unsupervised Learning for Video Segmentation (NeurIPS*2021)
lucidrains/fast-transformer-pytorch
Implementation of Fast Transformer in Pytorch
xvjiarui/VFS
Rethinking Self-Supervised Correspondence Learning: A Video Frame-level Similarity Perspective, in ICCV 2021 (Oral)
benMen87/ApproximateConvolutionalSparseCoding
An implementation of approximate convolutional sparse coding (CSC) based on paper: https://arxiv.org/abs/1711.00328
kevtimova/deep-sparse
We introduce a way to extend sparse dictionary learning to deep architectures.