ChaoFan

Results 23 comments of ChaoFan

你好,我针对代码做了文章中的剥离实验,发现性能下降的同时,最后的full_loss_num也在下降(基本排除过拟合可能),直觉上讲性能指标应该与full_loss_num呈正相关吧,大佬能解答一番吗?不胜感激。

The same issue coming across when I bring my own dataset.

> The same issue coming across when I bring my own dataset. I solve the problem by ensuring the accuracy of original dataset, I guess any data error(include: data_path, data_fromat,...

你好!感谢对GaitPart的关注,该仓库主页在建立时已提示了这个错误——BG条件90度准确率为84.9%而非94.9%,但平均准确率为91.5%无误。 对我的笔误感到抱歉,希望此回复对你有帮助!

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...

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...

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...

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. 1. n=16 in GaitPart. 2. torch.optim.Adam(..., betas=(0.9, 0.99)) in default. I hope this would be helpful to you.

Yeah, there are little exact value of the hyperparameters being omitted in GaitPart because of my carelessness. I'm sorry for your troubles as well as thank for your circumspection. Following...