roboflow/supervision

Show Progress in time consuming tasks

Closed

#183 opened on Jul 6, 2023

 (31 comments) (2 reactions) (1 assignee)Python (697 forks)batch import
enhancementgood first issueversion 0.14.0version: 0.13.0

Repository metrics

Stars
 (9,234 stars)
PR merge metrics
 (Avg merge 13d 3h) (84 merged PRs in 30d)

Description

Search before asking

  • I have searched the Supervision issues and found no similar feature requests.

Description

It is highly suggestable that users have information on how process is going on especially on time consuming tasks such as dataset operations.

Example: Loading a large dataset can be time consuming. It can take a while to load whole dataset. Meanwhile users might be wondering if it is working properly or not. In worst situaiton, the process might even fails due to circumstances like memory issue or dataset issue.

Use case

  • Dataset ops
  • Image saving ops
  • Video processing ops

Additional

Solution:

Introducing Progressbar from tqdm can be very useful in such scenario.

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!

Contributor guide