Open
Conversation
|
Thanks for the submission @Jaskar321! 🤏 A maintainer will review your PR shortly. To run the evaluation, a maintainer will trigger the |
Eval Failed:
|
Eval Failed:
|
Eval Failed:
|
Author
|
found the issue & updated the archive.zip in the submission template |
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.
submission name:
submission_svtav1_gop240_binomial_unsharp
upload zipped
archive.ziparchive.zip
report.txt
=== Evaluation results over 600 samples ===
Average PoseNet Distortion: 0.08065791
Average SegNet Distortion: 0.00607000
Submission file size: 851,729 bytes
Original uncompressed size: 37,545,489 bytes
Compression Rate: 0.02268526
Final score: 100segnet_dist + √(10posenet_dist) + 25*rate = 2.07
does your submission require gpu for evaluation (inflation)?
no
did you include the compression script? and want it to be merged?
yes
additional comments
Pipeline
Compression:
Inflation:
Why GOP=240 beats GOP=180
Extensive grid search across GOP values (180, 200, 240, 270, 360, 480, 600, 1200) with v2.3.0 revealed GOP=240 as the Pareto optimum for this video:
GOP=240 achieves the best posenet score (0.0807 vs 0.0880 at GOP=180) due to SVT-AV1's random access prediction structure aligning better with this video's motion dynamics at the 12-second keyframe interval. The rate term also improves slightly due to more efficient inter-prediction across the longer GOP.
What did not work