ChaoFan96 / GaitPart

Temporal part-based model for gait recognition.
62 stars 6 forks source link

about separate Batch All (BA+) triplet loss #6

Open ShinanZou opened 3 years ago

ShinanZou commented 3 years ago

Are separate Batch All (BA+) triplet loss like gaitset?Gaitset calculates triplet losses independently of n column feature vectors, and then takes the average of n losses as the final loss function. Do you also do that?Can you tell me how you do it?

ChaoFan96 commented 3 years ago

Thanks for your attention! Yeah, the Batch All triplet loss we utilized should be no different with that employed in the excellent GaitSet.

ChaoFan96 commented 2 years ago

Hi, the OpenGait is released now! ( https://github.com/ShiqiYu/OpenGait ) This project not only contains the full code of gaitpart but also reproduces several SOTA models of gait recognition. Enjoy it and any questions or suggestions are welcome!