Skip to content

person re-identification 修炼之旅。1. Pytorch 版本 ResNet 在 CIFAR10 上的复现 2. 论文 Beyond Part Models: Person Retrieval with Refined Part Pooling 复现

Notifications You must be signed in to change notification settings

upgirlnana/reid-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Reid-Tutorial

Since 2018, I change my research focus on person re-identification. With only a little knowledge on Tensorflow and deep learning, it's quite a challenge for me to begin in a new area. And when studying, I found no good tutorial in reid. I have to start everything from scratch (not everything). Thus, for saving the world's most intelligent people's time 🙂, I worte this tutorial, or more precisely, share my experience in reid.

This tutorial starts in the begining of 2018, and my knowledge that time is:

  • basic math (linear algebra, discrete mathematical, etc.)
  • intermediate programming skills (python, numpy)
  • basic idea about deep learning

So if you want to read this tutorial, it's recommended that you have at least equal knowledge in the areas above. Also, it's recommended that you watch Stanford CS231n first. The brilliant lecturers will give a clear, general picture of computer vision (of course you should have some general idea about CV before you dive into a specific area). And it's also recommended to finish its homework, which would help you have a better understanding of deep learning framework (Tensorflow, Pytorch, etc.)

In this tutorial, I would assume you have the ability above so programming language related stuffs wont't be covered. You can get everything you need in StackOverflow. This tutorial contains several parts:

  1. From Tensorflow to Pytorch - Train Resnet50 on CIFAR-10

2 Beyond Part Models Person Retrieval with Refined Part Pooling

About

person re-identification 修炼之旅。1. Pytorch 版本 ResNet 在 CIFAR10 上的复现 2. 论文 Beyond Part Models: Person Retrieval with Refined Part Pooling 复现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages