forked from InterDigitalInc/CompressAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple updates and fixes for video
add tests for codecs remove collect.py, can be done using bench when per sequence json files are already present in output dir fix default metric and check if output provided align eval metrics with bench update tests for new eval/bench fix test bench video add eval for video with ANS edit output json files rename eval output files and fix test fix update() for ssf2020 minor cleaning, add model info in per sequence results add pretrained model quality level in output results actually write bitstreams and check size for bitrate calculation fix video codec add possibility to keep bitstreams eval with zero padding and getting reconstructed from encode fix ssf2020 decompress, are compress/decompress needed in video (unused in codec.py and eval) minor fixes and pytests update pre-trained models
- Loading branch information
Showing
34 changed files
with
867 additions
and
345 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,6 +73,7 @@ isort: | |
- docker | ||
|
||
test: | ||
cache: [] | ||
stage: test | ||
image: pytorch/pytorch:$PYTORCH_IMAGE | ||
before_script: | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.