GNAYUOHZ / ReID-MGN

Simple pytorch unofficial implement of paper: Learning Discriminative Features with Multiple Granularities for Person Re-Identification
235 stars 61 forks source link

Can you provide test mode code #4

Closed TanLingxiao closed 5 years ago

TanLingxiao commented 5 years ago

How to test a single image of my own or in the dataset.

GNAYUOHZ commented 5 years ago

Hi. Do you mean extract the feature of a single image ?

TanLingxiao commented 5 years ago

Hi. Do you mean extract the feature of a single image ?

Could you provide a demo to show how to search a designated images from datasets?

GNAYUOHZ commented 5 years ago

Yes. I've been busy with exams recently. Maybe next week.

TanLingxiao commented 5 years ago

Yes. I've been busy with exams recently. Maybe next week.

Thank you very much!

GNAYUOHZ commented 5 years ago

Hi, I updated it. Now it can visualize rank10 query result of one image (query from bounding_box_test). See Visualize in README.md.

TanLingxiao commented 5 years ago

Hi, I updated it. Now it can visualize rank10 query result of one image (query from bounding_box_test). See Visualize in README.md.

Thank you ,I will try it.