StepOITD's Stars
pochih/FCN-pytorch
🚘 Easiest Fully Convolutional Networks
CoinCheung/BiSeNet
Add bisenetv2. My implementation of BiSeNet
switchablenorms/CelebAMask-HQ
A large-scale face dataset for face parsing, recognition, generation and editing.
open-mmlab/mmdetection
OpenMMLab Detection Toolbox and Benchmark
willf/inverted_index
A simple in memory inverted index in Python
facebookarchive/fb.resnet.torch
Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
tonylins/pytorch-mobilenet-v2
A PyTorch implementation of MobileNet V2 architecture and pretrained model.
fogleman/Minecraft
Simple Minecraft-inspired program using Python and Pyglet
willard-yuan/awesome-cbir-papers
📝Awesome and classical image retrieval papers
facebookresearch/multigrain
Code for "MultiGrain: a unified image embedding for classes and instances"
layumi/Person_reID_baseline_pytorch
:bouncing_ball_person: Pytorch ReID: A tiny, friendly, strong pytorch implement of person re-id / vehicle re-id baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial
jfzhang95/pytorch-deeplab-xception
DeepLab v3+ model in PyTorch. Support different backbones.
fyu/drn
Dilated Residual Networks
aleju/imgaug
Image augmentation for machine learning experiments.
aaron-xichen/pytorch-playground
Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
swq123459/GZHU-Report-Latex-Version
我自己制作的广州大学Latex报告模板,有毕业设计,课程设计,毕业论文,等等🎈
ethereum/EIPs
The Ethereum Improvement Proposal repository
996icu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
amusi/awesome-object-detection
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
art-programmer/FloorplanTransformation
Raster-to-Vector: Revisiting Floorplan Transformation
segmentio/kafka-go
Kafka library in Go
facebookresearch/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
eoscanada/eos-go
EOS.IO Go API library
eoscafe/eos-airdrops
List of all EOS Airdrop Symbols and Accounts
go-kit/kit
A standard library for microservices.
ipfs/ipfs-webui
A frontend for an IPFS Kubo and IPFS Desktop
stanfordnlp/GloVe
Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
facebookresearch/mmf
A modular framework for vision & language multimodal research from Facebook AI Research (FAIR)
jwyang/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn