-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Add motion vector decoder. (#291)
* [Feature] Add motion decoder. * Fix the bad double loop with numpy broadcast and slice. * Remove FFMpegDecodeMotionVector and fix review issues. Minor. * Minor. * Minor fix. * Minor fix and change changelog. * Minor fix for pyint. * Rename the field mvs. Minor fix changelog. * More unittest. * Revised according to review. Fix typo. * Minor fix. * parse vectors to staticmethod.. fix.
- Loading branch information
su
authored
Nov 30, 2020
1 parent
a56c949
commit 5044c5a
Showing
4 changed files
with
115 additions
and
4 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