Commit Graph

71 Commits

Author SHA1 Message Date
crosstyan 0fdd35bd78 Add comprehensive knowledge base documentation across multiple domains 2026-02-12 14:36:37 +08:00
Zzier 28d4edc647 fix(sconet): convert label_ids to CUDA LongTensor
- ScoNet:
  - Previously, `label_ids` remained a NumPy array, which could cause dtype/device mismatches when used with PyTorch tensors on GPU.
  - Convert `label_ids` to `torch.from_numpy(...).cuda().long()` to ensure correct tensor type (Long) and device (CUDA), aligning with loss functions that expect class indices on the same device.
2025-10-28 17:45:00 +08:00
bugjudger 67940f6561 add BiggerGait 2025-10-07 18:15:04 -04:00
Zzier 437a24da50 Improve evaluation metrics, optimize parameter naming, fix label index error 2025-08-27 20:55:39 +08:00
Zzier dd150d65a0 Optimize parameter naming, fix label index error 2025-08-27 20:54:12 +08:00
Dongyang Jin 23ac81dc32 Update collate_fn.py 2025-08-14 23:21:32 +08:00
Dongyang Jin 04de0f5dff Update denoisinggait.py 2025-08-14 23:09:58 +08:00
Dongyang Jin 7c6f448e0f Create denoisinggait.py 2025-08-14 23:04:25 +08:00
Dongyang Jin 3975a9f480 Update GaitBase_fusion_denoise_flow26_attn.py 2025-08-14 23:03:39 +08:00
Dongyang Jin 8622a663be Create GaitBase_fusion_denoise_flow26_attn.py 2025-08-14 23:03:02 +08:00
Dongyang Jin 285bd71f92 Update modules.py 2025-08-14 23:01:51 +08:00
chuanfushen 347d157f9c Fixing point cloud index none issue in collate_fn.py 2025-06-23 10:02:33 +08:00
Noah 16a7c3f0bf lidargaitv2 open-source 2025-06-11 14:43:19 +08:00
Dongyang Jin 85887ad93b Update multigait++.py 2025-02-12 14:18:34 +08:00
Dongyang Jin 23f8ee1bbd update multigait++.py 2025-02-11 18:56:50 +08:00
Zzier 0970896aaa Update Scoliosis1K dataset 2024-07-08 20:56:18 +08:00
Zzier dc2616c0e0 ScoNet_V1 2024-06-28 17:49:12 +08:00
Bugjudger 762247c34a BigGait_v3 2024-05-11 11:23:06 +08:00
Bugjudger a9f711d2e6 BigGait 2024-05-11 09:27:34 +08:00
darkliang eb0b102f8b fix bug of evaluator_cfg 2024-03-20 18:10:12 +08:00
darkliang ec30085ea3 Merge branch 'master' of https://github.com/ShiqiYu/OpenGait 2024-03-19 15:23:22 +08:00
darkliang c9f61e4808 Force the input batch size to be equal to the number of GPUs during testing 2024-03-19 15:22:00 +08:00
darkliang da65481b66 compatible with torch 2.0 2024-03-19 15:20:41 +08:00
Chao Fan 7b3a07bca9 Update deepgaitv2.py 2024-03-19 15:00:08 +08:00
Chao Fan 6dfe5681ad Update deepgaitv2.py 2024-03-19 14:53:22 +08:00
Jingzhe Ma a7e6a7886a SkeletonGait 2024-03-05 16:13:11 +08:00
jdyjjj fbed984329 release swingait 2024-01-31 16:56:56 +08:00
Dongyang Jin 7fe5d1b26a deepgaitv2 2023-12-10 13:54:59 +08:00
jdyjjj 36d4a70230 Release GaitSSB@Finetune 2023-11-22 11:35:27 +08:00
jdyjjj 388974ab2a enable find_unused_parameters flag for DDP 2023-11-21 19:26:42 +08:00
jdyjjj b24e797486 GaitSSB@Pretrain release 2023-11-20 20:28:09 +08:00
Zzier 609aa0e9aa Update ParsingGait (#160)
* Update ParsingGait

* Clear up the confusion

Clear up the confusion about gait3d and gait3d-parsing.

* Update 0.get_started.md

* Add BaseParsingCuttingTransform

* Update gcn.py

* Create gaitbase_gait3d_parsing_btz32x2_fixed.yaml

* Add gait3d_parsing config file

* Update 1.model_zoo.md

Update Gait3D-Parsing checkpoints

* Update 1.model_zoo.md

add configuration

* Update 1.model_zoo.md

center text

---------

Co-authored-by: Junhao Liang <43094337+darkliang@users.noreply.github.com>
2023-10-29 21:53:02 +08:00
darkliang 2701e4b700 replace logging with error 2023-10-09 18:45:51 +08:00
darkliang 5f0c27a622 fix a bug of train with test 2023-10-09 18:45:26 +08:00
darkliang d579ca9135 remove dependency of pytorch_metric_learning 2023-10-09 18:32:23 +08:00
Junhao Liang 36d36ed471 fix var name 2023-09-27 17:35:20 +08:00
Dongyang Jin 2c29afadf3 Support skeleton (#155)
* pose

* pose

* pose

* pose

* 你的提交消息

* pose

* pose

* Delete train1.sh

* pretreatment

* configs

* pose

* reference

* Update gaittr.py

* naming

* naming

* Update transform.py

* update for datasets

* update README

* update name and README

* update

* Update transform.py
2023-09-27 16:20:00 +08:00
Jilong Wang 853bb1821d Fix a crucial bug of mINP calculation!!! (#154) 2023-09-04 13:17:50 +08:00
chuanfushen 66971ea129 Support SUSTech1K 2023-07-15 17:12:13 +08:00
darkliang 78171dba91 support CCPG 2023-06-27 21:26:06 +08:00
DavidLee528 1784af34a2 Fixed a spelling mistake. 2023-05-15 16:28:52 +08:00
darkliang e69fb6f439 support CASIA-E dataset 2023-04-09 17:15:42 +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
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
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
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