quantumjot / btrack

Bayesian multi-object tracking
https://btrack.readthedocs.io
MIT License
309 stars 50 forks source link

Minor formatting issue #311

Closed nthndy closed 1 year ago

nthndy commented 1 year ago

When localising objects from segmentation, the tqdm progress bar unecessarily prints a new line for every percent increment, resulting in a huge print out. This can be fixed by including position=0 when calling tqdm.

See: https://github.com/nthndy/btrack/commit/e81771b989fa6190e6e3296f25f60f341ed67f8b

quantumjot commented 1 year ago

Can you do a PR for this?