optimized - H.265 tuned submission (score: 3.32)#22
Conversation
|
Thanks for the submission @ArmanJR! π€ A maintainer will review your PR shortly. To run the evaluation, a maintainer will trigger the |
|
@ylevental I literally acknowledged that in my submission. But thanks for taking the time to not read it and still comment. Truly groundbreaking analysis. |
I see now in additional comments. Apologies for that. I guess another issue with AI is that can make people overly combative |
No worries. Funny how AI keeps getting the blame for a comment you typed. |
|
@ArmanJR please rename to an informative name instead of just "optimized" |
Eval Results:
|
submission name:
optimized
upload zipped
archive.ziphttps://github.com/ArmanJR/comma_video_compression_challenge/releases/download/submission-optimized-v1/archive.zip
report.txt
does your submission require gpu for evaluation (inflation)?
no
did you include the compression script? and want it to be merged?
no
additional comments
I'm still thinking and experimenting on this challenge but wanted to submit my score so far. It's not the best, but hopefully I can come up with better solutions in the future.
Approach
H.265 (libx265) with slow preset, CRF 25, inter-frame coding (bframes=8, ref=6), and parameters tuned for the scoring models. Decode uses
yuv420_to_rgb()fromframe_utils.pywith bilinear upscale to match the evaluation pipeline.