update RTMPose `SimCCPredictor`: expose `apply_softmax` and fix visibility thresholding (#3306)
* fix visibility thresholding for `apply_softmax=True` the original visibility thresholding `locs[vals <= 0] = 1` makes sense for unnormalized logits, but after softmaxing this becomes effectively a no-op. The current commit changes this to a reasonable threshold for the case when apply_softmax=True * rtmpose: expose default parameters in config yaml (e.g. `apply_softmax`) --------- Co-authored-by: Cyril Achard <cyril.achard@epfl.ch> Co-authored-by: Mackenzie Mathis <mathis@rowland.harvard.edu>
J
Jaap de Ruyter van Steveninck committed
b4537a5e2d1f673b1567d48454aa7deca4cf708e
Parent: 86a475c
Committed by GitHub <noreply@github.com>
on 5/15/2026, 12:04:29 PM