Skip to content

Commit

Permalink
Support Dataset: GREW
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenChuanfu committed Mar 21, 2022
1 parent b6baf62 commit 84f58f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ OpenGait is a flexible and extensible gait recognition project provided by the [


## What's New
- [Mar 2022] Dataset GREW is supported.
- [Mar 2022] [HID](http://hid2022.iapr-tc4.org/) support is ready in [misc/HID](./misc/HID).

## Highlighted features
Expand Down Expand Up @@ -35,8 +36,12 @@ OpenGait is a flexible and extensible gait recognition project provided by the [
| [GaitPart(CVPR2020)](http://home.ustc.edu.cn/~saihui/papers/cvpr2020_gaitpart.pdf) | 88.6(88.7) | [gaitpart.yaml](config/gaitpart_OUMVLP.yaml) | 64x44 | 8m04s | 3.78M |
| [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) | 89.9(89.7) | [gaitgl.yaml](config/gaitgl_OUMVLP.yaml) | 64x44 | 5m23s | 95.62M |

### GREW
| Model | Rank@1 | Configuration | Input Size | Inference Time | Model Size |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------: | :------------------------------------------: | :--------: | :------------- | :--------: |
| Baseline | 43.3 | [baseline.yaml](config/baseline_GREW.yaml) | 64x44 | 2m23s | 84.12M |

The results in the parentheses are mentioned in the papers
The results in the parentheses are mentioned in the papers, other results on GREW is comming soon.

**Note**:
- All results are Rank@1, excluding identical-view cases.
Expand Down
2 changes: 1 addition & 1 deletion config/baseline_GREW.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data_cfg:
evaluator_cfg:
enable_float16: true
restore_ckpt_strict: true
restore_hint: 60000
restore_hint: 120000
save_name: Baseline
eval_func: identification_GREW_submission # identification_real_scene
sampler:
Expand Down

0 comments on commit 84f58f6

Please sign in to comment.