Commit Graph

62 Commits

Author SHA1 Message Date
ChaoFan996 b253359e9a Update README.md
More results on GREW are supported.
2022-04-01 15:13:04 +08:00
darkliang eab7f7e329 update HID readme 2022-03-31 14:40:49 +08:00
darkliang 0d14d25596 update evaluation.py 2022-03-31 13:06:29 +08:00
noahshen98 b005bdd49b Update README.md 2022-03-24 16:45:39 +08:00
noahshen98 c3d3c77146 Update README.md 2022-03-24 16:36:54 +08:00
noahshen98 de8a8c63ec Update README.md 2022-03-24 15:46:03 +08:00
Noah f3c2c624b8 Merge branch 'master' of https://github.com/ShiqiYu/OpenGait 2022-03-24 15:44:57 +08:00
Noah f677fdc55c grew supported 2022-03-24 15:42:33 +08:00
noahshen98 ddefa83a06 Update evaluation.py 2022-03-22 13:05:49 +08:00
Junhao Liang 9225db7eca fix an issue: 2022-03-21 21:04:21 +08:00
Noah 4c8d272eff GREW dataset pretreatment 2022-03-21 19:26:21 +08:00
Noah 84f58f60aa Support Dataset: GREW 2022-03-21 19:17:38 +08:00
Noah b6baf62c2e Merge branch 'master' of https://github.com/ShiqiYu/OpenGait 2022-03-21 18:52:22 +08:00
Noah 0071833d3f Support new Dataset: GREW 2022-03-21 18:49:09 +08:00
Junhao Liang 622d592575 Delete wechat.jpg 2022-03-19 22:50:10 +08:00
darkliang c5919708ab fix error message 2022-03-18 21:14:56 +08:00
darkliang 538c40ba87 Fixed an issue
where the world_size is not divisible by the batch_size
2022-03-17 16:12:35 +08:00
darkliang 1e988dd8a6 Merge branch 'master' of https://github.com/ShiqiYu/OpenGait 2022-03-16 14:31:56 +08:00
darkliang 9f4c88c231 support re-rank for HID 2022-03-16 14:31:16 +08:00
jackhanyuan 9c1aed2c87 fix bug 2022-03-13 16:42:08 +08:00
Noah 9ae1194163 fix enviroment.yaml and update readme 2022-03-12 17:55:37 +08:00
noahshen98 dc48765b11 Merge pull request #44 from ShiqiYu/verify
fix random crash when pretreat OUMVLP
2022-03-12 17:31:47 +08:00
Noah c0a4c3458f fix remove rearrange_OUMVLP & pretreatment bug 2022-03-12 17:29:28 +08:00
noahshen98 8792e08f36 add WeChat Group QRCode 2022-03-12 16:18:11 +08:00
Junhao Liang 4e9d17e64c Update README.md 2022-03-12 11:59:40 +08:00
Junhao Liang f90b615170 Update README.md 2022-03-12 11:59:09 +08:00
Junhao Liang 21d3d24000 fix the wrong restore hint in HID 2022-03-11 23:54:07 +08:00
darkliang 26338fd230 Merge branch 'master' of https://github.com/ShiqiYu/OpenGait 2022-03-11 22:24:35 +08:00
darkliang 22940ff3e0 add view angle result for OUMVLP 2022-03-11 22:24:21 +08:00
Junhao Liang 4499611524 Update README.md 2022-03-11 20:52:58 +08:00
Junhao Liang 39ef7cedde update HID readme 2022-03-11 20:24:07 +08:00
Junhao Liang 2a8f5c0e22 Fix wrong link 2022-03-11 19:39:33 +08:00
darkliang 7d7b81f48e support HID 2022-03-11 19:32:23 +08:00
Gustavo Siqueira 5f0f4ad3e3 Update pretreatment.py
Code refactoring to solve deadlock issue and improve code organization
2022-01-29 10:41:49 -03:00
Gustavo Siqueira b6feac01e7 Refactor rearrange_OUMVLP
Code refactoring to improve reading and performance
2022-01-28 22:16:59 -03:00
Gustavo Siqueira 34a16f72ac Create extractor.py 2022-01-28 17:25:14 -03:00
Gustavo Siqueira 09a6792a36 Create environment.yml 2022-01-27 21:53:46 -03:00
darkliang 7c33b33440 add input data check 2022-01-18 19:52:38 +08:00
darkliang 19ed960b0a Add some clearer error messages 2021-12-29 17:14:03 +08:00
darkliang bddd552907 replace the tensorboard test accuracy to
excluding identical views
2021-12-27 11:21:43 +08:00
darkliang 51bb8b72b4 refactor get_backbone and a little change 2021-12-22 22:16:56 +08:00
darkliang b74d6f7959 fix test bug for GLN 2021-12-21 23:14:42 +08:00
darkliang c3caba81c8 Fixed some hard to understand code 2021-12-21 23:14:25 +08:00
Junhao Liang 6982c35561 Replace with the correct config links for OUMVLP 2021-12-15 17:43:04 +08:00
darkliang 49cbc44069 fix loss info and typo (Closes GH-22). 2021-12-09 15:11:06 +08:00
darkliang 0d869161c2 update download path 2021-12-08 20:22:26 +08:00
Junhao Liang bb6cd5149a 1.0.0 official release (#18)
* fix bug in fix_BN

* gaitgl OUMVLP support.

* update ./doc/3.advance_usage.md Cross-Dataset Evalution & Data Agumentation

* update config

* update docs.3

* update docs.3

* add loss doc and gather input decorator

* refine the create model doc

* support rearrange directory of unzipped OUMVLP

* fix some bugs in loss_aggregator.py

* refine docs and little fix

* add oumvlp pretreatment description

* pretreatment dataset fix oumvlp description

* add gaitgl oumvlp result

* assert gaitgl input size

* add pipeline

* update the readme.

* update pipeline and readme

* Corrigendum.

* add logo and remove path

* update new logo

* Update README.md

* modify logo size

Co-authored-by: 12131100 <12131100@mail.sustech.edu.cn>
Co-authored-by: noahshen98 <77523610+noahshen98@users.noreply.github.com>
Co-authored-by: Noah <595311942@qq.com>
2021-12-08 20:05:28 +08:00
darkliang 6e71c7ac34 add config doc 2021-11-03 16:00:50 +08:00
darkliang 01935aac2f Merge branch 'master' of https://github.com/ShiqiYu/OpenGait 2021-11-02 17:40:55 +08:00
darkliang e3be86d432 offer script to download model 2021-11-02 17:40:38 +08:00