crosstyan
cd754ffcfb
build(demo): add scoliosis pipeline dependencies
...
Add runtime and test dependencies needed by the new demo pipeline, including CLI, typing, model/runtime integration, and messaging libraries. This commit isolates dependency graph updates so environment bootstrap and lockfile drift are tracked separately from feature code.
2026-02-27 09:58:51 +08:00
crosstyan
a3ed55fd0b
chore: add basedpyright dev tooling and refresh AGENTS note
2026-02-26 14:29:27 +08:00
crosstyan
5c06a80d93
docs: add uv workflow and ScoNet eval reproduction notes
2026-02-26 14:19:00 +08:00
crosstyan
0fdd35bd78
Add comprehensive knowledge base documentation across multiple domains
2026-02-12 14:36:37 +08:00
Dongyang Jin
f754f6f383
Merge pull request #293 from zhouzi180/patch-1
...
Fix output path flag in README commands
2025-11-10 09:02:58 +08:00
zhouzi180
e9afb3171d
Fix output path flag in README commands
2025-11-09 03:32:21 +08:00
Chao Fan
3f8aee1a17
Merge pull request #292 from zhouzi180/master
...
Update README.md
2025-10-29 10:55:13 +08:00
Zzier
18790e3b99
Update README.md
...
Update MICCAI2025 in Our Works.
2025-10-28 23:18:01 +08:00
Chao Fan
38d9cffde2
Merge pull request #291 from zhouzi180/master
...
docs(README): announce Scoliosis1K-Pose; fix(sconet): label dtype/device
2025-10-28 19:13:41 +08:00
Zzier
c3590d5d0a
docs(README): announce Scoliosis1K-Pose
...
- README:
- Add a new "What's New" entry for Scoliosis1K-Pose (MICCAI 2025).
2025-10-28 17:45:28 +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
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