GaitPart
GaitPart copied to clipboard
Temporal part-based model for gait recognition.
Hi, I would like to ask about how to run the code, is the input of the code images?
Hi, appreciation on your great work! I have read it through, and I have two questions in the followings. 1. In this paper you mentioned that HP module horizontally splits...
May I ask whether activation and pooling are performed on each of the segmented feature maps respectively, or after the segmented feature maps are merged?I think there is no difference...
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...
I wand to know that what you use in HP. F(j,i).size = [64/2/2/16,44/2/2] = [1,11] Global max/avg pool for p(j,i).size = 1? Common max/avg pool(2) for p(j,i).size = 5? Or...
Excuse me , I want to know when will you publish your code
I have 2 questions to ask. 1. How do you form your data in order to feed into your network for CASIA-B data sets? In CASIA-B, there are many frames...
本人阅读代码和论文后有个小问题想向您请教:请问论文中所述BG条件中90°视角下的准确率为94.9%是否准确?因为按照论文中报告的平均准确率91.5%计算,这个视角下的准确率应该是84.9%;我运行您的代码得到的准确率也是83%-84%左右。 期待您的回复,谢谢!