Skip to content

Commit

Permalink
improve tqdm bar
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsgrs committed Mar 7, 2024
1 parent 5de975a commit b2c743b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dinov2/inference/extract_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def main(args):
data_loader,
desc="Feature Extraction",
unit=" img",
unit_scale=cfg.inference.batch_size,
ncols=80,
position=0,
leave=True,
Expand Down

0 comments on commit b2c743b

Please sign in to comment.