data61 / landshark

Large-scale spatial inference with Tensorflow.
Apache License 2.0
10 stars 11 forks source link

TQDM progress bar shows progress over all work rather than current strip when querying #1

Closed dsteinberg closed 5 years ago

dsteinberg commented 5 years ago

We could potentially use a nested progress bar - or just a progress bar for the current query strip.

dtpc commented 5 years ago

Would this require a change to the CLI to pass multiple strips to the predict commands? They can currently only process a single strip at time.

dsteinberg commented 5 years ago

The nested progress bar probably would, but I think if we just display the progress of the current strip it is fine