feat: store key frame indices when loading video tensor from uri#880
Merged
Conversation
added 3 commits
November 30, 2022 17:01
Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
Codecov ReportBase: 88.13% // Head: 88.14% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #880 +/- ##
=======================================
Coverage 88.13% 88.14%
=======================================
Files 138 138
Lines 7137 7142 +5
=======================================
+ Hits 6290 6295 +5
Misses 847 847
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
added 3 commits
December 1, 2022 09:13
Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
samsja
reviewed
Dec 1, 2022
samsja
reviewed
Dec 1, 2022
added 6 commits
December 1, 2022 09:59
Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
JoanFM
approved these changes
Dec 1, 2022
Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
Co-authored-by: Johannes Messner <44071807+JohannesMessner@users.noreply.github.com> Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
alexcg1
suggested changes
Dec 1, 2022
Co-authored-by: Alex Cureton-Griffiths <alexcg1@users.noreply.github.com> Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
Co-authored-by: Alex Cureton-Griffiths <alexcg1@users.noreply.github.com> Signed-off-by: anna-charlotte <charlotte.gerhaher@jina.ai>
|
📝 Docs are deployed on https://ft-feat-add-key-frame-indices--jina-docs.netlify.app 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goals:
When calling
.load_uri_to_video_tensorwe want to additionally store the indices of the key frames in the Document's.tags['key_frame_indices']. This makes it easier to access selected frames, e.g.:The indices will be stored independently of the value of the
key_framesparameter..tags