Commit Graph

303 Commits

Author SHA1 Message Date
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
Chao Fan 11513c3744 Merge pull request #288 from Bugjudger/master
Add BiggerGait
2025-10-08 11:24:29 +08:00
bugjudger a3781ca532 update readme for biggergait 2025-10-07 18:25:43 -04:00
bugjudger 67940f6561 add BiggerGait 2025-10-07 18:15:04 -04:00
SHEN CHUANFU ae87f04d62 Update pretreatment_SUSTech1K.py 2025-09-24 21:18:51 +08:00
SHEN CHUANFU 74883d8373 Update pretreatment_SUSTech1K.py
Fix RGB_image transposed shape
2025-09-24 21:17:51 +08:00
Chengwei Ye c5e92d25d2 Merge pull request #280 from Ahzyuan/fix_oumvlp_pose_extract
fix: OUMVLP-Pose pkl data temporal discontinuity
2025-09-15 16:50:00 +08:00
Ahzyuan 62b8915b26 docs: add pose index files using guide in datasets/OUMVLP/README.md 2025-09-06 21:18:31 +08:00
Ahzyuan cedced825a refactor: load the selection index for poses in each frame rather than calculating it via real-time matching.
- Add new script (`pose_index_extractor.py`) to generate pose selection index for OUMVLP dataset
- Update `pretreatment.py` to load the generated index for pose extraction
2025-09-06 19:49:34 +08:00
Chengwei Ye 833fa4d657 Merge pull request #285 from zhouzi180/master
Update for Scoliosis1K Dataset
2025-08-27 21:04:02 +08:00
Zzier 6377526c7f Fix naming error 2025-08-27 20:58:24 +08:00
Zzier 9475368b6f Update README.md
- Added instructions for using 2D pose data
- Added guidelines for converting 2D pose data into heatmaps
2025-08-27 20:57:48 +08: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 f7a5ab43f2 Update README.md 2025-08-14 23:42:30 +08:00
Dongyang Jin 604548c228 Create README.md 2025-08-14 23:38:34 +08:00
Dongyang Jin dcc783eb7f Create denoisinggait_sustech1k.yaml 2025-08-14 23:29:22 +08:00
Dongyang Jin 7752788048 Update denoisinggait_casiab.yaml 2025-08-14 23:26:32 +08:00
Dongyang Jin 1b4bbef303 Create denoisinggait_casiab.yaml 2025-08-14 23:25:41 +08:00
Dongyang Jin 23ac81dc32 Update collate_fn.py 2025-08-14 23:21:32 +08:00
Dongyang Jin f27576ef98 Create denoisinggait_ccpg.yaml 2025-08-14 23:14:23 +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
Ahzyuan 55ddf21a34 docs: correct the oumvlp pose extraction command 2025-06-05 12:19:57 +08:00
Ahzyuan 923a410cd3 fix: silu pose mismatch in oumvlp pose pkl extraction 2025-06-05 12:18:57 +08:00
Chao Fan c42f2f8c07 Update README.md 2025-06-04 10:42:15 +08:00
Chao Fan bb8ffee109 Update README.md 2025-06-03 11:32:29 +08:00
Chao Fan 3ce170ed22 Update README.md 2025-05-29 17:17:07 +08:00
Dongyang Jin b39c019ba3 Update README.md 2025-05-27 23:46:19 +08:00
Dongyang Jin de5cb3b2f5 Update README.md 2025-05-24 16:32:24 +08:00
Dongyang Jin b32097ef98 Create multigaitpp_sustech1k.yaml 2025-05-19 11:24:04 +08:00
Dongyang Jin b74e1b37a2 Create multigaitpp_ccpg.yaml 2025-05-19 11:21:10 +08:00
Dongyang Jin 7cb0ca62d7 Create multigaitpp_gait3d.yaml 2025-05-19 11:16:39 +08:00
Dongyang Jin 027b7614fd Create multigaitpp_grew.yaml 2025-05-19 11:16:19 +08:00
Dongyang Jin 1c405c367f Update gaitbase_hid.yaml 2025-04-26 22:30:35 +08:00
Dongyang Jin a5a9bef9fb Update gaitbase_hid.yaml 2025-04-26 22:20:54 +08:00
Dongyang Jin 2ef2dfcef2 Update gaitbase_hid.yaml 2025-04-01 23:08:51 +08:00
Dongyang Jin 56cd09102e Update README.md 2025-04-01 23:06:53 +08:00
Dongyang Jin 7f3367c170 Create gaitbase_hid.yaml 2025-04-01 23:06:02 +08:00
Dongyang Jin cd4f535d51 Update README.md 2025-02-25 17:04:29 +08:00
Dongyang Jin 5feda3539e Update README.md 2025-02-25 16:59:16 +08:00
Dongyang Jin 295680da3d Update README.md 2025-02-25 16:27:54 +08:00
Dongyang Jin 1004585203 Update README.md 2025-02-25 16:23:29 +08:00
Dongyang Jin a40ab25cb5 Update README.md 2025-02-24 14:46:57 +08:00
Dongyang Jin 85887ad93b Update multigait++.py 2025-02-12 14:18:34 +08:00