support CASIA-E dataset

This commit is contained in:
darkliang
2023-04-09 17:15:42 +08:00
parent 786aded8af
commit e69fb6f439
8 changed files with 1449 additions and 9 deletions
+8
View File
@@ -56,6 +56,14 @@
| [DeepGaitV2-P3D](https://arxiv.org/pdf/2303.03301.pdf) | 74.4 | - | 64x44 | - | - |
| [SwinGait(Transformer-based)](https://arxiv.org/pdf/2303.03301.pdf) | 75.0 | - | 64x44 | - | - |
## [CASIA-E](https://www.scidb.cn/en/detail?dataSetId=57be0e918db743279baf44a38d013a06)
| Model | `Rank@1.NM` | `Rank@1.BG` | `Rank@1.CL` | Input size| Configuration |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------: | :---------:| :----: | :-------------: | :--------------------------------------------------------------: |
| GaitSet | 82.54 | 75.26 | 62.53 | 64x44 | configs/gaitset/gaitset_casiae.yaml
| GaitPart | 82.92 | 74.36 | 60.48 | 64x44 | configs/gaitpart/gaitpart_casiae.yaml
| GaitBase | 91.59 | 86.65 | 74.73 | 64x44 | configs/gaitbase/gaitbase_casiae.yaml
------------------------------------------
The results in the parentheses are mentioned in the papers.