All Projects → yuminsuh → Part_bilinear_reid

yuminsuh / Part_bilinear_reid

Code for ECCV2018 paper: Part-Aligned Bilinear Representations for Person Re-Identification

Projects that are alternatives of or similar to Part bilinear reid

Machine Learning Concepts
Machine Learning Concepts with Concepts
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Optimization Python
General optimization (LP, MIP, QP, continuous and discrete optimization etc.) using Python
Stars: ✭ 133 (-1.48%)
Mutual labels:  jupyter-notebook
Dea Notebooks
Repository for Digital Earth Australia Jupyter Notebooks: tools and workflows for geospatial analysis with Open Data Cube and xarray
Stars: ✭ 133 (-1.48%)
Mutual labels:  jupyter-notebook
Notebooks
Speedml Python Notebooks
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Readata
Python数据分析实战项目汇总~
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Sourcecodeofmongoredis
《左手MongoDB,右手Redis——从入门到商业实战》书籍配套源代码。
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Ml
Machine Learning Projects and Learning Content
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Mxnet Gtc Tutorial
MXNet Tutorial for NVidia GTC 2016.
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Python tips
Some Python tips for beginner to intermediate users. Also used as a personal cheat sheet. Featured here https://bit.ly/2ZaV4Pl
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Python Machine Learning
机器学习算法项目
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Tf Tutorial
Short tutorial for TensorFlow, designed to be presented in-person
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Code With Ai
Interface for people to use my model which predicts which techniques one should use to solve a competitive programming problem to get an AC
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Handwriting Synthesis
Implementation of "Generating Sequences With Recurrent Neural Networks" https://arxiv.org/abs/1308.0850
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Depth Hints
[ICCV 2019] Depth Hints are complementary depth suggestions which improve monocular depth estimation algorithms trained from stereo pairs
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Deeplearning
深度学习相关教程
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook
Beyond Jupyter
🐍💻📊 All material from the PyCon.DE 2018 Talk "Beyond Jupyter Notebooks - Building your own data science platform with Python & Docker" (incl. Slides, Video, Udemy MOOC & other References)
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Ssss
"Deep Learning and Quantum Programming" Spring School @ Song Shan Lake
Stars: ✭ 135 (+0%)
Mutual labels:  jupyter-notebook
Curso Python Udemy
Curso Maestro Python 3 en Udemy (20 horas)
Stars: ✭ 134 (-0.74%)
Mutual labels:  jupyter-notebook

Part-Aligned Bilinear Representations for Person Re-identification

Yumin Suh, Jingdong Wang, Siyu Tang, Tao Mei, and Kyoung Mu Lee. “Part-Aligned Bilinear Representations for Person Re-Identification”, Proceedings of the European Conference on Computer Vision (ECCV), 2018. (paper)

@InProceedings{suh_eccv18,
author = {Yumin Suh and Jingdong Wang and Siyu Tang and Tao Mei and Kyoung Mu Lee},
title = {Part-Aligned Bilinear Representations for Person Re-Identification},
booktitle = {European Conference on Computer Vision (ECCV)},
year = {2018}
}

Our paper is firstly implemented in caffe and reimplemented in pytorch. Minor details have been changed

Contact: Yumin Suh ([email protected])

Prerequisite

  • Pytorch 0.4

Acknowledgement

Usage

  • Run train_market1501.sh to train a model on the Market-1501 dataset

  • Run eval_market1501.sh to evaluate

  • Run train_dukemtmc.sh to train a model on the DukeMTMC dataset

  • Run eval_dukemtmc.sh to evaluate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].