While using ultrack, at times the stdout can be quite verbose, even after setting up my own logging. It is hard to tell if this is something that the ultrack maintainers can fix or if this is an issue with some dependencies like gurobi.
The most verbose areas while using ultrack for me are:
- The
labels_to_contours function and the use of tqdm without the leave=False arg.
- The
track function, which I suspect is verbose from gurobi.
Thank you for the development and maintenance work for ultrack. I appreciate this software and all the work that has gone into it. We will continue to use and cite this incredibly useful tool!
While using ultrack, at times the stdout can be quite verbose, even after setting up my own logging. It is hard to tell if this is something that the ultrack maintainers can fix or if this is an issue with some dependencies like gurobi.
The most verbose areas while using ultrack for me are:
labels_to_contoursfunction and the use of tqdm without theleave=Falsearg.trackfunction, which I suspect is verbose from gurobi.Thank you for the development and maintenance work for ultrack. I appreciate this software and all the work that has gone into it. We will continue to use and cite this incredibly useful tool!