Commit Graph
15 Commits
Author SHA1 Message Date
zhouzi180andGitHub e9afb3171d Fix output path flag in README commands 2025-11-09 03:32:21 +08:00
Zzier 18790e3b99 Update README.md
Update MICCAI2025 in Our Works.
2025-10-28 23:18:01 +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
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
Zzier f806b2bf84 Update README.md 2024-07-09 16:10:49 +08:00
Zzier 0970896aaa Update Scoliosis1K dataset 2024-07-08 20:56:18 +08:00
Zzier 0c85bf6a1f Update README.MD-ScoNet 2024-06-28 18:31:42 +08:00
Zzier 55df49aabc Update sconet_scoliosis1k.yaml 2024-06-28 18:13:45 +08:00
Zzier dc2616c0e0 ScoNet_V1 2024-06-28 17:49:12 +08:00
476c4adbe3 Update README.md (#165)
Update the Gait3D team in acknowledgments.

---------

Co-authored-by: Junhao Liang <43094337+darkliang@users.noreply.github.com>
2023-10-30 15:15:42 +08:00
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