Chao Fan
|
3281a432bf
|
Update README.md
|
2023-04-11 15:52:50 +08:00 |
|
Junhao Liang
|
b4b6aa9247
|
Update README.md
|
2023-04-11 15:44:58 +08:00 |
|
Junhao Liang
|
a7a4fb55a2
|
Update README.md
|
2023-04-11 15:43:12 +08:00 |
|
darkliang
|
e032727bf2
|
update model zoo
|
2023-04-11 15:39:54 +08:00 |
|
darkliang
|
8133e3017f
|
torch version required to 1.10
|
2023-04-09 18:57:41 +08:00 |
|
darkliang
|
a7c83ea7f4
|
Merge branch 'master' of https://github.com/ShiqiYu/OpenGait
|
2023-04-09 18:54:53 +08:00 |
|
darkliang
|
e69fb6f439
|
support CASIA-E dataset
|
2023-04-09 17:15:42 +08:00 |
|
darkliang
|
ef00896028
|
Clear up the confusion about gait3d.
|
2023-04-06 12:45:50 +08:00 |
|
noahshen98
|
37258d149f
|
Update LidarGait
|
2023-03-31 14:44:58 +08:00 |
|
darkliang
|
786aded8af
|
fix intent
|
2023-03-28 18:47:33 +08:00 |
|
darkliang
|
5c61842c49
|
fix up cross entropy loss
|
2023-03-28 17:22:46 +08:00 |
|
Chao Fan
|
3aaf75021a
|
Update transform.py
|
2023-03-23 18:55:24 +08:00 |
|
Chao Fan
|
3a752f5a26
|
Update README.md
|
2023-03-20 17:25:27 +08:00 |
|
Junhao Liang
|
638c657763
|
Add code of GaitBase (#115)
* add resnet9 backbone and regular da ops
* add gait3d config
* fix invalid path CASIA-B* in windows
* add gaitbase config for all datasets
* rm unused OpenGait transform
|
2023-03-20 14:59:08 +08:00 |
|
Chao Fan
|
9b74b39f80
|
Update README.md
|
2023-03-15 23:03:36 +08:00 |
|
Chao Fan
|
051dcfc970
|
Update 1.model_zoo.md
|
2023-03-07 12:41:53 +08:00 |
|
Chao Fan
|
992ae59809
|
Update 1.model_zoo.md
|
2023-03-07 12:39:45 +08:00 |
|
Junhao Liang
|
204bfcf472
|
fix transform bug
|
2023-02-27 23:19:55 +08:00 |
|
Junhao Liang
|
3b664355f7
|
update news
|
2023-02-17 11:51:49 +08:00 |
|
darkliang
|
0ef6b6f5b4
|
update tutorial for hid 2023
|
2023-02-17 11:46:14 +08:00 |
|
noahshen98
|
76ea237749
|
Update evaluator.py
|
2023-02-15 19:26:57 +08:00 |
|
darkliang
|
311bc848fa
|
remove img_w arg from transform function
|
2023-02-07 13:37:09 +08:00 |
|
darkliang
|
bda25e8978
|
remove redundant partition file
|
2023-02-07 13:31:32 +08:00 |
|
Jilong Wang
|
6c05509add
|
Reconstruct LossAggregator and fix some typos in config files (#100)
* fix Gait3D configs typo
* Use ModuleDict to reconstruct LossAggregator
* fix typo
|
2023-01-14 17:33:38 +08:00 |
|
Junhao Liang
|
bf8d03658e
|
bug fix for loss error message
|
2022-12-27 21:38:56 +08:00 |
|
Chao Fan
|
0915e989ca
|
Update modules.py
|
2022-12-27 13:02:32 +08:00 |
|
Chao Fan
|
0ada706376
|
Update modules.py
|
2022-12-27 12:54:08 +08:00 |
|
Junhao Liang
|
e5a3d506c5
|
Update README.md
|
2022-12-07 17:04:44 +08:00 |
|
Chao Fan
|
b00310de62
|
Update README.md
|
2022-12-06 01:15:37 -03:00 |
|
Chao Fan
|
e9029932c6
|
Update README.md
|
2022-12-05 23:49:40 -03:00 |
|
darkliang
|
77abcc2a10
|
add Gait3D support
|
2022-12-05 21:47:24 +08:00 |
|
darkliang
|
f79997bf8d
|
add new metric results for various methods
|
2022-11-30 13:08:30 +08:00 |
|
darkliang
|
59c8a8505c
|
a little fix for new metric
|
2022-11-29 23:33:00 +08:00 |
|
darkliang
|
793405ad7c
|
refactor evaluation and add cross view gallery
|
2022-11-24 23:20:04 +08:00 |
|
Junhao Liang
|
c5b4fb0806
|
Update modules.py
fix at least one dimension spans across two contiguous subspaces
|
2022-11-15 17:25:57 +08:00 |
|
Chao Fan
|
6e843db274
|
Update 1.model_zoo.md
|
2022-11-15 10:37:05 +08:00 |
|
Chao Fan
|
d7b74c7110
|
OpenGait paper is available now ^_^
|
2022-11-15 10:23:24 +08:00 |
|
Junhao Liang
|
92f5565463
|
Update 0.get_started.md
|
2022-11-14 21:57:50 +08:00 |
|
darkliang
|
1588fde52d
|
fix gaitedge config and add check
for num of transform
|
2022-11-12 16:52:58 +08:00 |
|
Junhao Liang
|
a71444b967
|
Update README.md
|
2022-11-08 19:07:35 +08:00 |
|
Chao Fan
|
5669c398fd
|
Update 0.get_started.md
|
2022-10-31 16:51:53 +08:00 |
|
Qianyu Wang
|
bb61874e90
|
fix python3.10 error (#84)
Signed-off-by: Qianyu Wang <patrickwangqy@outlook.com>
Signed-off-by: Qianyu Wang <patrickwangqy@outlook.com>
|
2022-10-19 16:31:21 +08:00 |
|
darkliang
|
41de2d47cc
|
Fix gaitedge, fixes #91
|
2022-10-13 14:59:18 +08:00 |
|
Chao Fan
|
c2a48191e3
|
Update 1.model_zoo.md
|
2022-10-07 19:49:31 +08:00 |
|
Junhao Liang
|
025437546a
|
fix the Deprecation of inspect.getargspec()
|
2022-09-29 11:29:36 +08:00 |
|
Junhao Liang
|
f60405599a
|
Update phase2_gaitedge.yaml
|
2022-09-26 23:29:47 +08:00 |
|
noahshen98
|
54b4d697e6
|
GaitGL model inference issue solved
inference feature is wrongly used, causing zero accuracies. Solved by replacing to right embedding feature.
|
2022-09-14 10:02:01 +08:00 |
|
Junhao Liang
|
cd7ccb69e7
|
Update 1.model_zoo.md
|
2022-09-06 13:55:54 +08:00 |
|
noahshen98
|
3b75802184
|
Update 0.get_started.md
|
2022-08-07 18:58:18 +08:00 |
|
noahshen98
|
259ab2ceb7
|
Update 0.get_started.md
|
2022-08-07 18:57:41 +08:00 |
|