miaowumonsyer's Stars
facebookresearch/simsiam
PyTorch implementation of SimSiam https//arxiv.org/abs/2011.10566
open-mmlab/mmcv
OpenMMLab Computer Vision Foundation
open-mmlab/mmengine
OpenMMLab Foundational Library for Training Deep Learning Models
facebookresearch/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
avinabsaha/ReIQA
Official implementation for CVPR2023 Paper "Re-IQA : Unsupervised Learning for Image Quality Assessment in the Wild"
yoneken1/pytorch_bifpn_for_mmdetection
iduta/pyconv
Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition (https://arxiv.org/pdf/2006.11538.pdf)
duzhixing/FRS
Distilling Object Detectors with Feature Richness
Megvii-BaseDetection/DenseTeacher
DenseTeacher: Dense Pseudo-Label for Semi-supervised Object Detection
facebookresearch/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
WongKinYiu/yolov7
Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
facebookresearch/unbiased-teacher
PyTorch code for ICLR 2021 paper Unbiased Teacher for Semi-Supervised Object Detection
microsoft/SoftTeacher
Semi-Supervised Learning, Object Detection, ICCV2021
fundamentalvision/Deformable-DETR
Deformable DETR: Deformable Transformers for End-to-End Object Detection.
Jongchan/attention-module
Official PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"
xmu-xiaoma666/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
xmu-xiaoma666/xmu-xiaoma666
facebookresearch/pytorch3d
PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
AlibabaResearch/efficientteacher
A Supervised and Semi-Supervised Object Detection Library for YOLO Series
kinredon/umt
A Pytorch Implementation of Unbiased Mean Teacher for Cross-domain Object Detection (CVPR 2021)
facebookresearch/unbiased-teacher-v2
PyTorch code for CVPR 2022 paper Unbiased Teacher v2 Semi-supervised Object Detection for Anchor-free and Anchor-based Detectors
V2AI/EFG
An Efficient, Flexible, and General deep learning framework that retains minimal.
WZMIAOMIAO/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.