-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add serialization to dict at the video object level * Store and retrieve video backend metadata * Try to restore source video when available * Rename symbol * Use backend metadata when available when serializing * Fix backend metadata factory * Re-embed videos when saving labels with embedded videos * Fix serialization and logic for checking for embedded images * Fix multi-frame decoding * Fix docstring order * Add method to embed a list of frames and update the objects * Fix order of operations * Add embed_videos * Fix mid-level embedding function * Hash videos by ID * Add property to return embedded frame indices * Hash LabeledFrame by ID and add convenience checks for instance types * Labels.user_labeled_frames * Fix JABS * Tests * Add live coverage support * Expose high level embedding * Separate replace video and support restoring source * Update method * Append/extend * Skeleton.edge_names * Skeleton repr * Instance repr * Add better video docstrings * High level filename replacement * Type hinting * Lint * Add Video(filename) syntactic sugar * Shim for py3.8 * Coverage * Shim * Windows fix * Windows test fix * PredictedInstance repr * Windows test fix again * Fix test
- Loading branch information
Showing
8 changed files
with
346 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.