OpenGait
OpenGait copied to clipboard
reproduce performance gap on ou-mvlp
System information (version)
- Pytorch=> 1.9
- Operating System / Platform => Ubuntu 7.5.0
- Cuda => 11.4
Detailed description
When reproducing the following method, performance gaps exist between our results and those published in model_zoo.md. The first column is our reproduced results, the second is the published results in this repository, and the last column is the performance gap. GaitSet |86.9 |87.2 |(-0.3) GaitPart | 88.4 |88.6 |(-0.2) GaitGL |89.5 |89.9 |(-0.4) The data processing strictly follows this repository, and the checkpoints are also downloaded from the latest releases of this repository.
Steps to reproduce
Issue submission checklist
- [ ] I checked the problem with documentation, FAQ, issues, and have not found solution.