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

suggest to add tqdm() #13

Closed
bjtommychen opened this issue Jan 4, 2019 · 1 comment
Closed

suggest to add tqdm() #13

bjtommychen opened this issue Jan 4, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Projects

Comments

@bjtommychen
Copy link

bjtommychen commented Jan 4, 2019

in video_to_slomo.py

from tqdm import tqdm
for _, (frame0, frame1) in enumerate(tqdm(videoFramesloader), 0):

work well.

@avinashpaliwal avinashpaliwal self-assigned this Jan 5, 2019
@avinashpaliwal avinashpaliwal added the enhancement New feature or request label Jan 5, 2019
@avinashpaliwal avinashpaliwal added this to To do in Super SloMo via automation Jan 5, 2019
avinashpaliwal added a commit that referenced this issue Jan 5, 2019
Added progress bar using tqdm as suggested in #13. Looks awesome.
Also added back the per channel mean subtraction for GPU.
@avinashpaliwal
Copy link
Owner

Awesome. I have made the changes. Thanks for the suggestion.

Super SloMo automation moved this from To do to Done Jan 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Super SloMo
  
Done
Development

No branches or pull requests

2 participants