kakusikun's Stars
Yixiaohan/show-me-the-code
Python 练习册,每天一个小程序
faif/python-patterns
A collection of design patterns/idioms in Python
L1aoXingyu/Deep-Learning-Project-Template
A best practice for deep learning project template architecture.
michuanhaohao/reid-strong-baseline
Bag of Tricks and A Strong Baseline for Deep Person Re-identification
webrtc/samples
WebRTC Web demos and samples
Neoanarika/Implementing-the-PowerSign-and-AddSign-rule
Implementing the update rule found in Neural Optimizer search with Reinforcement learning
yosinski/deep-visualization-toolbox
DeepVis Toolbox
trekhleb/homemade-machine-learning
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
getify/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.
knwng/awesome-vehicle-re-identification
collection of dataset&paper&code on Vehicle Re-Identification
amusi/awesome-object-detection
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
zkisthebest/Siamese-RPN
An implementation for Siamese Region Proposal Network with PyTorch
uber-research/sbnet
Sparse Blocks Networks
levyfan/reid-mgn
Reproduction of paper: Learning Discriminative Features with Multiple Granularities for Person Re-Identification
albertpumarola/GANimation
GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]
hujie-frank/SENet
Squeeze-and-Excitation Networks
lanpa/tensorboardX
tensorboard for pytorch (and chainer, mxnet, numpy, ...)
huanghoujing/AlignedReID-Re-Production-Pytorch
Reproduce AlignedReID: Surpassing Human-Level Performance in Person Re-Identification, using Pytorch.
happynear/AMSoftmax
A simple yet effective loss function for face verification.
Joker316701882/Additive-Margin-Softmax
This is the implementation of paper <Additive Margin Softmax for Face Verification>
kamyu104/LeetCode
:pencil: Python / C++ 11 Solutions of All LeetCode Questions
torrvision/siamfc-tf
SiamFC tracking in TensorFlow.
SpyderXu/multi-object-tracking-paper-list
Paper list and source code for multi-object-tracking
huangmingchuan/Cpp_Primer_Answers
《C++ Primer》第五版中文版习题答案
othree/markdown-syntax-zhtw
Markdown 語法說明中文版
mrharicot/monodepth
Unsupervised single image depth prediction with CNNs
lzx1413/LabelImgTool
LabelImgTool is a graphical image annotation tool which supports CLS,DET and SEG(semantic&instance )
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
fossasia/visdom
A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
philferriere/tfvos
Semi-Supervised Video Object Segmentation (VOS) with Tensorflow. Includes implementation of *MaskRNN: Instance Level Video Object Segmentation (NIPS 2017)* as part of the NIPS Paper Implementation Challenge.