wsnedy's Stars
Textualize/rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
open-mmlab/mmdetection
OpenMMLab Detection Toolbox and Benchmark
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
bharathgs/Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
horovod/horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
facebookresearch/detr
End-to-End Object Detection with Transformers
facebookresearch/maskrcnn-benchmark
Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
jwyang/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn
open-mmlab/mmcv
OpenMMLab Computer Vision Foundation
NVIDIA/DALI
A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to accelerate deep learning training and inference applications.
facebookresearch/moco
PyTorch implementation of MoCo: https://arxiv.org/abs/1911.05722
JDAI-CV/fast-reid
SOTA Re-identification Methods and Toolbox
aim-uofa/AdelaiDet
AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
zhanghang1989/ResNeSt
ResNeSt: Split-Attention Networks
open-mmlab/mmselfsup
OpenMMLab Self-Supervised Learning Toolbox and Benchmark
roytseng-tw/Detectron.pytorch
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
ayooshkathuria/YOLO_v3_tutorial_from_scratch
Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
HobbitLong/PyContrast
PyTorch implementation of Contrastive Learning methods
HobbitLong/CMC
[arXiv 2019] "Contrastive Multiview Coding", also contains implementations for MoCo and InstDis
joe-siyuan-qiao/DetectoRS
DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution
Gregory24/PCSSC-Net