Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add in tqdm for progress tracking #83

Closed
geezacoleman opened this issue Feb 2, 2023 · 5 comments
Closed

add in tqdm for progress tracking #83

geezacoleman opened this issue Feb 2, 2023 · 5 comments

Comments

@geezacoleman
Copy link
Contributor

Thanks for developing a very handy and easy to use tool.

I was recently trying to convert a dataset of ~5500 images from YOLO to VOC and it took about 15 minutes on my computer. It seemed to work fine in the end, but having some form of progress indication (i.e. tqdm) would be helpful to know it is working correctly.

@alexheat
Copy link
Contributor

alexheat commented Feb 2, 2023

Sounds like a good idea. I will look into it. If you have any tips about integrating tqdm into a package please share them

alexheat added a commit to alexheat/pylabel that referenced this issue Feb 4, 2023
alexheat added a commit that referenced this issue Feb 4, 2023
add in tqdm for progress tracking #83
alexheat added a commit that referenced this issue Feb 4, 2023
add in tqdm for progress tracking #83
@alexheat
Copy link
Contributor

alexheat commented Feb 4, 2023

I have added tqdm support in v46 https://github.com/pylabel-project/pylabel/releases/tag/v0.1.46

Give it a try

@alexheat alexheat closed this as completed Feb 5, 2023
@geezacoleman
Copy link
Contributor Author

thanks for adding this in so quickly - tweaked your implementation slightly so it has endpoints now for time estimates in #87

@alexheat
Copy link
Contributor

alexheat commented Feb 7, 2023

Thank you @geezacoleman . Your latest checkin passed the tests and I have released in in v47 https://github.com/pylabel-project/pylabel/releases/tag/v0.1.47

Thanks again for making a contribution!

@geezacoleman
Copy link
Contributor Author

No worries, glad it was helpful and thanks for working on pylabel!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants