Refine Motion (Post-process noisy tracking motion)
The input marker data may be noisy or contain missing data in a few frames. We can run a smoothing step on the entire sequence to fill in gaps and smooth out noise.
Use a config file:
pixi run refine_motion -c refine_motion.config
Use cli argument to overwrite config values:
pixi run refine_motion -c refine_motion.config -i track.glb -o refined.glb --smoothing 2.5