add Gait3D support
This commit is contained in:
+9
-7
@@ -39,16 +39,18 @@
|
||||
| [GaitPart(CVPR2020)](http://home.ustc.edu.cn/~saihui/papers/cvpr2020_gaitpart.pdf) | 47.6 | [gaitpart.yaml](../configs/gaitpart/gaitpart_GREW.yaml) | 64x44 | - | - |
|
||||
| [GaitGL(ICCV2021)](https://openaccess.thecvf.com/content/ICCV2021/papers/Lin_Gait_Recognition_via_Effective_Global-Local_Feature_Representation_and_Local_Temporal_ICCV_2021_paper.pdf) | 41.5 | [gaitgl.yaml](../configs/gaitgl/gaitgl_GREW.yaml) | 64x44 | - | - |
|
||||
| [GaitGL(BNNeck)(ICCV2021)](https://openaccess.thecvf.com/content/ICCV2021/papers/Lin_Gait_Recognition_via_Effective_Global-Local_Feature_Representation_and_Local_Temporal_ICCV_2021_paper.pdf) | 51.7 | [gaitgl.yaml](../configs/gaitgl/gaitgl_GREW_BNNeck.yaml) | 64x44 | - | - |
|
||||
| [GaitBase](https://arxiv.org/abs/2211.06597) | 60.1 | -| 64x44 | - | - |
|
||||
| [GaitBase](https://arxiv.org/abs/2211.06597) | 60.1 | - | 64x44 | - | - |
|
||||
|
||||
|
||||
## [Gait3D](https://github.com/Gait3D/Gait3D-Benchmark)
|
||||
| Model | `Rank@1` | Configuration | Input Size | Inference Time | Model Size |
|
||||
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------: | :-----------: | :--------: | :------------: | :--------: |
|
||||
| [GaitSet(AAAI2019)](https://arxiv.org/pdf/1811.06186.pdf) | 36.7 | - | 64x44 | - | - |
|
||||
| [GaitPart(CVPR2020)](http://home.ustc.edu.cn/~saihui/papers/cvpr2020_gaitpart.pdf) | 28.2 | - | 64x44 | - | - |
|
||||
| [GaitGL(ICCV2021)](https://openaccess.thecvf.com/content/ICCV2021/papers/Lin_Gait_Recognition_via_Effective_Global-Local_Feature_Representation_and_Local_Temporal_ICCV_2021_paper.pdf) | 29.7 | - | 64x44 | - | - |
|
||||
| [GaitBase](https://arxiv.org/abs/2211.06597) | 65.6 | - | 64x44 | - | - |
|
||||
| Model | `Rank@1` | Configuration | Input Size | Input modality |
|
||||
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------: | :-----------: | :--------: | :--------:|
|
||||
| Baseline | 46.9 | [baseling_Gait3D.yaml](../configs/baseline/baseline_Gait3D.yaml) | 64x44 | Silhouette |
|
||||
| [GaitSet(AAAI2019)](https://arxiv.org/pdf/1811.06186.pdf) | - | - | 64x44 | Silhouette |
|
||||
| [GaitPart(CVPR2020)](http://home.ustc.edu.cn/~saihui/papers/cvpr2020_gaitpart.pdf) | - | - | 64x44 | Silhouette |
|
||||
| [GaitGL(ICCV2021)](https://openaccess.thecvf.com/content/ICCV2021/papers/Lin_Gait_Recognition_via_Effective_Global-Local_Feature_Representation_and_Local_Temporal_ICCV_2021_paper.pdf) | - | - | 64x44 | Silhouette |
|
||||
| [SMPLGait(CVPR 2022)](https://gait3d.github.io/) | 48.3(46.3) | [smplgait.yaml](../configs/smplgait/smplgait.yaml) | 64x44 | Silhouette + RGB|
|
||||
| [GaitBase](https://arxiv.org/abs/2211.06597) | 65.6 | - | 64x44 | Silhouette |
|
||||
|
||||
|
||||
------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user