Stars
Official Implementation of pMF https://arxiv.org/abs/2601.22158
Official Implementation of iMF https://arxiv.org/abs/2512.02012
Pytorch implementation for MeanFlow
Pytorch implementation of MeanFlow on ImageNet and CIFAR10
PyTorch implementation of MoCo v3 https//arxiv.org/abs/2104.02057
SimCLRv2 - Big Self-Supervised Models are Strong Semi-Supervised Learners
A TensorFlow re-implementation of Momentum Contrast (MoCo): https://arxiv.org/abs/1911.05722
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
Deep Hough Voting for 3D Object Detection in Point Clouds
ImageNet classifier with state-of-the-art adversarial robustness
Non-local Neural Networks for Video Classification
Caffe implementation of multiple popular object detection frameworks
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
Small scale experiments with group normalization
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Tensorflow Faster RCNN for Object Detection
Inferring and Executing Programs for Visual Reasoning
Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
This is a Torch implementation of ["Deep Residual Learning for Image Recognition",Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun](http://arxiv.org/abs/1512.03385) the winners of the 2015 ILSVRC …
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version