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

[AL-1590] Partial video decompression #1466

Merged
merged 23 commits into from
Feb 3, 2022
Merged

[AL-1590] Partial video decompression #1466

merged 23 commits into from
Feb 3, 2022

Conversation

FayazRahman
Copy link
Contributor

@FayazRahman FayazRahman commented Jan 31, 2022

🚀 🚀 Pull Request

Checklist:

  • My code follows the style guidelines of this project and the Contributing document
  • I have commented my code, particularly in hard-to-understand areas
  • I have kept the coverage-rate up
  • I have performed a self-review of my own code and resolved any problems
  • I have checked to ensure there aren't any other open Pull Requests for the same change
  • I have described and made corresponding changes to the relevant documentation
  • New and existing unit tests pass locally with my changes

Changes

Implement seeking to decompress only parts of videos.
Part of https://activeloop.atlassian.net/browse/AL-1590

@FayazRahman FayazRahman changed the title Partial video decompression [AL-1590] Partial video decompression Jan 31, 2022
@codecov
Copy link

codecov bot commented Jan 31, 2022

Codecov Report

Merging #1466 (d124c40) into main (abc19ec) will increase coverage by 0.09%.
The diff coverage is 88.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1466      +/-   ##
==========================================
+ Coverage   91.80%   91.89%   +0.09%     
==========================================
  Files         178      179       +1     
  Lines       14515    14813     +298     
==========================================
+ Hits        13326    13613     +287     
- Misses       1189     1200      +11     
Flag Coverage Δ
unittests 91.89% <88.73%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
hub/api/dataset.py 87.71% <ø> (ø)
hub/core/pyffmpeg/build_ffmpeg_ffi.py 0.00% <0.00%> (ø)
hub/core/query/query.py 83.33% <0.00%> (+0.64%) ⬆️
hub/core/storage/s3.py 72.88% <ø> (-0.89%) ⬇️
hub/core/tensor.py 81.74% <ø> (+1.65%) ⬆️
hub/core/tiling/optimizer.py 86.95% <ø> (ø)
hub/core/tiling/test_optimizer.py 100.00% <ø> (ø)
hub/core/transform/test_transform.py 99.22% <ø> (+0.54%) ⬆️
hub/core/version_control/commit_chunk_set.py 100.00% <ø> (ø)
hub/integrations/huggingface/__init__.py 100.00% <ø> (ø)
... and 84 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update abc19ec...d124c40. Read the comment docs.

@FayazRahman FayazRahman merged commit 40b124d into main Feb 3, 2022
@FayazRahman FayazRahman deleted the video/seeking branch February 3, 2022 14:41
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

Successfully merging this pull request may close these issues.

None yet

3 participants