ChaoFan
ChaoFan
@barbecacov Thanks for your attention! For the OU-MVLP database, both the block3 and block4 are **not** equipped with maxpooling layer. Just the block1 & block2 are followed by maxpooling layer....
@logic03 Hello, thanks for your attention and correction. In the real practice, I'm using the default parameter for beta in the Adam.
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...
Thanks for your attention! In this work, the operations of pooling as well as activation are both performed on the output feature map of the FConv, and in your word,...
In our implementations, the FConv works in the latter way.
Yes, it's totally a PyTorch implementation and all the parameters (including Conv's &FC's) are initialized by 'torch.nn.init.xavier_uniform_'.
Hello, there is only one convolution kernel skip among the split feature map. And all the layers, including convolution and fully-connected layers, are bias-free.
Hello, I think it may be 1.0.0
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...
Thanks for your time, the code will be released with the WATRIX's permission, it may be the end of this year.