roboflow/supervision

Show Progress in time consuming tasks

已關閉

#183 建立於 2023年7月6日

 (31 則留言) (2 個反應) (1 位負責人)Python (697 個分叉)batch import
enhancementgood first issueversion 0.14.0version: 0.13.0

倉庫指標

星標
 (9,234 顆星)
PR 合併指標
 (平均合併 13天 3小時) (30 天內合併 84 個 PR)

描述

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!

貢獻者指南