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
Noah
1c3420e223
update gln parameter size
2021-11-02 16:59:07 +08:00
Noah
d523a60328
Delete Checkpoint & update GLN Laternal Layer
2021-11-02 16:26:34 +08:00
Junhao Liang
a01deafe5b
upload issue template
2021-10-23 23:11:46 +08:00
Junhao Liang
2c9ca4d133
Fix wrong index
2021-10-23 07:54:50 +08:00
Christian Clauss
ea01802759
Undefined name: BaseModel is defined on line 102 ( #9 )
...
* Undefined name: BaseModel is defined on line 102
% `flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics`
```
./OpenGait/lib/modeling/base_model.py:27:1: F822 undefined name 'BasicModel' in __all__
__all__ = ['BasicModel']
^
1 F822 undefined name 'BasicModel' in __all__
1
```
* Fix typo discovered by codespell
2021-10-22 08:48:29 +08:00
noahshen98
c945672bab
Update paper url within gaitgl.py
2021-10-21 14:21:33 +08:00
梁峻豪
b4c569e835
fix bug: init message manager when test phase
2021-10-20 22:55:43 +08:00
darkliang
c8e5bc1cbe
fix up bugs:
...
1. with_test not work
2. stay in iteration 0 bcz scale changed
2021-10-19 15:59:36 +08:00
noahshen98
84c4d484a6
Update how_to_create_your_model.md
2021-10-18 16:04:36 +08:00
nohapi
3ff35d5c93
Update ReadMe
2021-10-18 15:51:01 +08:00
nohapi
90f63b7777
Update ReadMe
2021-10-18 15:48:36 +08:00
梁峻豪
57ee4a448e
OpenGait release(pre-beta version).
2021-10-18 15:17:13 +08:00