All Projects → zlmzju → Part_reid

zlmzju / Part_reid

Code for ICCV2017 paper: Deeply-Learned Part-Aligned Representations for Person Re-Identification

Projects that are alternatives of or similar to Part reid

Mxnet realtime multi Person pose estimation
This is a mxnet version of Realtime_Multi-Person_Pose_Estimation, origin code is here https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation
Stars: ✭ 122 (-0.81%)
Mutual labels:  jupyter-notebook
Melgan Vc
MelGAN-VC: Voice Conversion and Audio Style Transfer on arbitrarily long samples using Spectrograms
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Logisticregression vectorized implementation
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Py entitymatching
Stars: ✭ 122 (-0.81%)
Mutual labels:  jupyter-notebook
Tf2 notes
(Unoffical)人工智能实践:Tensorflow笔记
Stars: ✭ 121 (-1.63%)
Mutual labels:  jupyter-notebook
Datasist
A Python library for easy data analysis, visualization, exploration and modeling
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Kaggle
My solution to Web Traffic Predictions competition on Kaggle.
Stars: ✭ 121 (-1.63%)
Mutual labels:  jupyter-notebook
Learn jupyter
This is a jupyter practical tutorial. Welcome to edit together!
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Blurr
A library that integrates huggingface transformers with version 2 of the fastai framework
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Python Artificial Intelligence Projects For Beginners
Python Artificial Intelligence Projects for Beginners, published by Packt
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Pbpython
Code, Notebooks and Examples from Practical Business Python
Stars: ✭ 1,724 (+1301.63%)
Mutual labels:  jupyter-notebook
Python autocomplete
Use Transformers and LSTMs to learn Python source code
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Neural Processes
Pytorch implementation of Neural Processes for functions and images 🎆
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Captiongen
Generate captions for an image using PyTorch
Stars: ✭ 122 (-0.81%)
Mutual labels:  jupyter-notebook
Conversationai Models
A repository to house model building experiments and tools that are part of the Conversation AI effort.
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Disvoice
feature extraction from speech signals
Stars: ✭ 121 (-1.63%)
Mutual labels:  jupyter-notebook
Openradar
An open source library for interacting with and processing radar data, specialized for MIMO mmWave radars
Stars: ✭ 122 (-0.81%)
Mutual labels:  jupyter-notebook
Deeptime
Deep learning meets molecular dynamics.
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Autoencoders
Implementation of simple autoencoders networks with Keras
Stars: ✭ 123 (+0%)
Mutual labels:  jupyter-notebook
Advanced Deep Learning And Reinforcement Learning Deepmind
🎮 Advanced Deep Learning and Reinforcement Learning at UCL & DeepMind | YouTube videos 👉
Stars: ✭ 121 (-1.63%)
Mutual labels:  jupyter-notebook

Part-Aligned Network for Person Re-identification

Liming Zhao, Xi Li, Yueting Zhuang, and Jingdong Wang. “Deeply-Learned Part-Aligned Representations for Person Re-Identification.” Proceedings of the International Conference on Computer Vision (ICCV), 2017. (paper)

@InProceedings{Zhao_2017_ICCV,
author = {Zhao, Liming and Li, Xi and Zhuang, Yueting and Wang, Jingdong},
title = {Deeply-Learned Part-Aligned Representations for Person Re-Identification},
booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
pages = {3219-3228},
year = {2017}
}

Contact: Liming Zhao ([email protected])

Instructions

  • Use my Caffe for using triplet loss layer.

  • Run the demo code demo/demo.ipynb to see an example usage.

  • Run train.sh in the train folder to train the model.

  • The datasets are placed in the dataset folder, you can download the archived data from here. Training list can be generated by using the code provided in the archieved data.

Descriptions

  • Use Caffe for implementation, please refer to the Caffe project website for installation.

  • The protocal file in proto folder is written in python.

  • The actual training scripts and protocal files will be generated in the train folder.

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].