Open 18810580125 opened 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
OK, thank you!
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.
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.