-
Pytorch-GaitGAN: GaitGAN
资源介绍
盖特·甘
GaitGAN的pytorch实现:使用生成对抗网络的不变步态特征提取。
Yu, Shiqi, et al. "Gaitgan: invariant gait feature extraction using generative adversarial networks." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops. 2017.
相依性
python3
pytorch >= 0.4.0
。
训练
要训练模型,请将silhoutte数据放在存储库中,然后转到src dir并运行
python3 train.py
该模型将每500次迭代保存到执行目录中。 您可以更改train.py中的间隔。
监控表现
安装 。
使用python3 -