Open BakingBrains opened 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?
It is unclear about your request. Do you mean the visualization about the learned feature embeddings or the retrieved ranking list?