Yukun-Huang / Person-Attribute-Recognition-MarketDuke

A simple baseline implemented in PyTorch for pedestrian attribute recognition task, evaluating on Market-1501 and DukeMTMC-reID dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-ID predection

lotfyhussein opened this issue · comments

Does the model also predict the ID of the person or just the attributes?

Only the model "resnet50_softmax" predicts both person IDs and attributes, but I have not released its train and test code.

alright thanks!

@hyk1996 can you release the re-id train and test code with inference ??