Work in deep learning via Pytorch.
- CUDA 9.2
- cudnn 7.3.1
- inplace-abn
- Pytorch 1.4.0, torchvision 0.5.0
pip install torch==1.4.0+cu92 torchvision==0.5.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html
- Cython
pip install Cython
- python packages in requirement.txt
Fork from following task
(SSG) Self-similarity Grouping: A Simple Unsupervised Cross Domain Adaptation Approach for Person Re-identification(MAR) Unsupervised Person Re-identification by Soft Multilabel Learning- (BNNeck) Bag of Tricks and A Strong Baseline for Deep Person Re-identification
- (OSNet) Omni-Scale Feature Learning for Person Re-Identification
- (OSNet-IAP) Building Computationally Efficient and Well-Generalizing Person Re-Identification Models with Metric Learning
- (OSNet-AIN) Learning Generalisable Omni-Scale Representations for Person Re-Identification
- Multitask Learning using fully connected layer
- (CenterNet) Objects as Points + (CornerNet-Lite) CornerNet-Lite: Efficient Keypoint Based Object Detection
working on it