SMPLer-X / main /_base_ /filters /savizky_golay.py
onescotch
add huggingface implementation
2de1f98
raw
history blame
No virus
89 Bytes
filter_cfg = dict(
type='SavizkyGolayFilter',
window_size=11,
polyorder=2,
)