mangye16 / ReID-Survey

Deep Learning for Person Re-identification: A Survey and Outlook
MIT License
617 stars 87 forks source link

Can we visualize the output?, if so please do suggest how #11

Open BakingBrains opened 3 years ago

mangye16 commented 3 years ago

It is unclear about your request. Do you mean the visualization about the learned feature embeddings or the retrieved ranking list?

BakingBrains commented 3 years ago

Thanks for the reply.

I mean to visualize the results ( as images) , like for example when we train person-Reid using Torchried framework we can get to visualize the output images, if we run this code after training.

engine.run( visrank=True, test_only=True )

we get a folder with output images, mapped to corresponding persons. Can we do like these here?