Hi team,
I’m trying to run the quick-start get_started/predict_bmi.py in DigitalScale, but there’s no
BMI checkpoint in the repo.
What I tried:
- Cloned the repo and followed get_started/README.md.
- Looked for weights under get_started/weights/ and trained_models/; only posture clustering
pickles are present (trained_models/keypoint_models/*.pkl).
- Searched for .ckpt/.pth files; none found.
Outcome:
- Inference can’t run because weights/best_model.ckpt (or any BMI model checkpoint) is missing.
Request:
- Could you please publish a pretrained BMI checkpoint (e.g., SEDenseNet121/201) or provide a
download link so the quick-start can execute?
- Alternatively, a small sample image + checkpoint bundle would unblock users.
Thanks!