SoulAsylum's Stars
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
exacity/deeplearningbook-chinese
Deep Learning Book Chinese Translation
facebookresearch/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
HumanSignal/labelImg
LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
googlehosts/hosts
镜像:https://scaffrey.coding.net/p/hosts/git / https://git.qvq.network/googlehosts/hosts
vdumoulin/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
davidsandberg/facenet
Face recognition using Tensorflow
chenyuntc/pytorch-book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
zalandoresearch/fashion-mnist
A MNIST-like fashion product database. Benchmark :point_down:
fossasia/visdom
A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
rbgirshick/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
jwyang/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn
lennylxx/ipv6-hosts
Fork of https://code.google.com/archive/p/ipv6-hosts/, focusing on automation
roytseng-tw/Detectron.pytorch
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
machrisaa/tensorflow-vgg
VGG19 and VGG16 on Tensorflow
longcw/faster_rcnn_pytorch
Faster RCNN with PyTorch
kong36088/BaiduImageSpider
一个超级轻量的百度图片爬虫
jeffreyyihuang/two-stream-action-recognition
Using two stream architecture to implement a classic action recognition method on UCF101 dataset
fendouai/FaceRank
FaceRank - Rank Face by CNN Model based on TensorFlow (add keras version). FaceRank-人脸打分基于 TensorFlow (新增 Keras 版本) 的 CNN 模型(QQ群:167122861)。技术支持:http://tensorflow123.com
bryanyzhu/two-stream-pytorch
PyTorch implementation of two-stream networks for video action recognition
thatbrguy/Pedestrian-Detection
Pedestrian detection using the TensorFlow Object Detection API. Includes multi GPU parallel processing inference.
FacePlusPlus/facepp-python-sdk
mctorch/mctorch
A manifold optimization library for deep learning
danielzuegner/nettack
Implementation of the paper "Adversarial Attacks on Neural Networks for Graph Data".
penny4860/SVHN-deep-digit-detector
Deep-digit-detector (and recognizer) in natural scene. A digit detection framework was implemented using keras with tensorflow backend.
huangshiyu13/RPNplus
RPN+(Tensorflow) for people detection
HCIILAB/DeRPN
A novel region proposal network for more general object detection ( including scene text detection ).
jinyanxu/Neural-Aggregation-Network-for-Video-Face-Recognition
virgil81188/Region-Proposal-Network
The Region Proposal Network part of a Faster RCNN
Gomit/Image_Recognition_Using_TensorFlow_SVHN
Trained a model that can decode sequences of digits from natural images, using the Street View House Numbers (SVHN) dataset. A large-scale dataset of house numbers in Google Street View images.