lukasbrchl's Stars
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
pjreddie/darknet
Convolutional Neural Networks
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
nwojke/deep_sort
Simple Online Realtime Tracking with a Deep Association Metric
KaiyangZhou/deep-person-reid
Torchreid: Deep learning person re-identification in PyTorch.
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
rlabbe/filterpy
Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman filter, Unscented Kalman filter, g-h (alpha-beta), least squares, H Infinity, smoothers, and more. Has companion book 'Kalman and Bayesian Filters in Python'.
ayooshkathuria/pytorch-yolo-v3
A PyTorch implementation of the YOLO v3 object detection algorithm
roytseng-tw/Detectron.pytorch
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
ruotianluo/pytorch-faster-rcnn
pytorch1.0 updated. Support cpu test and demo. (Use detectron2, it's a masterpiece)
experiencor/keras-yolo3
Training and Detecting Objects with YOLO3
taehoonlee/tensornets
High level network definitions with pre-trained weights in TensorFlow
HanSolo/charts
A JavaFX library that contains different kind of charts
huanghoujing/AlignedReID-Re-Production-Pytorch
Reproduce AlignedReID: Surpassing Human-Level Performance in Person Re-Identification, using Pytorch.
nwojke/cosine_metric_learning
Deep Cosine Metric Learning for Person Re-identification
ignacio-rocco/detectorch
Detectorch - detectron for PyTorch
madhawav/YOLO3-4-Py
A Python wrapper on Darknet. Compatible with YOLO V3.
nwojke/pymotutils
A Python utility package for multiple object tracking
HanSolo/nestedbarchart
A JavaFX based nested bar chart
longcw/KCFcpp-py-wrapper
Python wrapper for KCFcpp