TencentYoutuResearch / PersonReID-Pyramid

Code for CVPR 2019 paper “Pyramidal Person Re-IDentification via Multi-Loss Dynamic Training”
Other
21 stars 9 forks source link

Dynamic Training? #5

Open 18810580125 opened 3 years ago

18810580125 commented 3 years ago

Dear author, I think i have understood your code and achieved its running. However, i also have some questions, i do not find the part about dynamic training in code. And I find the ID Loss and Triple Loss always are run whether what is the kind of sampling strategy. Why? Can you resolve these question? Please.

mznw commented 3 years ago

Hello, We have reimplemented the method in our YouReID framework. You can find the code for dynamic training in https://github.com/TencentYoutuResearch/PersonReID-YouReID/blob/main/models/pyramid.py#L65

18810580125 commented 3 years ago

OK, thank you!

flizgrkn commented 2 years ago

Hello, thank you for your excellent work. I have a question about dyn training. In the paper of pyramid re-id, you change the objective func. and sampling strategy according to FL(.)'s. But, in the pyramid.py and BaseTrainer, I can not see the weighting function (Eq7 in the paper). Can you help me to find these code part? Thank you again.