Thanks to visit codestin.com
Credit goes to github.com

Skip to content

svtav1_spline_fg22 submission (score: 2.16)#37

Merged
YassineYousfi merged 2 commits into
commaai:masterfrom
IamTemmy:svtav1-spline-fg22
Apr 8, 2026
Merged

svtav1_spline_fg22 submission (score: 2.16)#37
YassineYousfi merged 2 commits into
commaai:masterfrom
IamTemmy:svtav1-spline-fg22

Conversation

@IamTemmy

@IamTemmy IamTemmy commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

submission name:

svtav1_spline_fg22

upload zipped archive.zip

https://github.com/IamTemmy/comma_video_compression_challenge/releases/download/v0.1/archive.zip

report.txt

=== Evaluation results over 600 samples ===
Average PoseNet Distortion: 0.08102395
Average SegNet Distortion: 0.00638626
Submission file size: 930,191 bytes
Original uncompressed size: 37,545,489 bytes
Compression Rate: 0.02477504
Final score: 100segnet_dist + √(10posenet_dist) + 25*rate = 2.16

does your submission require gpu for evaluation (inflation)?

no

did you include the compression script? and want it to be merged?

yes

additional comments

SVT-AV1 with 45% spline downscale, CRF 32, preset 0, GOP 180, film-grain=22 (denoise+synth).

The key insight: ffmpeg's spline downscale algorithm preserves PoseNet-relevant temporal features better than lanczos at this scale factor. Combined with film-grain synthesis (which strips sensor noise before encoding for cleaner inter-frame consistency that PoseNet rewards), this achieves PoseNet distortion of 0.081 — meaningfully lower than equivalent lanczos-based configurations.

@github-actions

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown

Thanks for the submission @IamTemmy! 🤏

A maintainer will review your PR shortly.

To run the evaluation, a maintainer will trigger the eval workflow with your PR number.

@github-actions github-actions Bot requested a review from YassineYousfi April 7, 2026 10:04
@github-actions

github-actions Bot commented Apr 8, 2026

Copy link
Copy Markdown

Eval Results: svtav1_spline_fg22

=== Evaluation config ===
  batch_size: 16
  device: cpu
  num_threads: 2
  prefetch_queue_depth: 4
  report: submissions/svtav1_spline_fg22/report.txt
  seed: 1234
  submission_dir: submissions/svtav1_spline_fg22
  uncompressed_dir: /home/runner/work/comma_video_compression_challenge/comma_video_compression_challenge/videos
  video_names_file: /home/runner/work/comma_video_compression_challenge/comma_video_compression_challenge/public_test_video_names.txt
=== Evaluation results over 600 samples ===
  Average PoseNet Distortion: 0.08102515
  Average SegNet Distortion: 0.00638624
  Submission file size: 930,191 bytes
  Original uncompressed size: 37,545,489 bytes
  Compression Rate: 0.02477504
  Final score: 100*segnet_dist + √(10*posenet_dist) + 25*rate = 2.16

@YassineYousfi YassineYousfi merged commit 6df2b4b into commaai:master Apr 8, 2026
numix74 pushed a commit to numix74/comma_video_compression_challenge that referenced this pull request Apr 18, 2026
svtav1_spline_fg22 submission (score: 2.16)
@YassineYousfi YassineYousfi mentioned this pull request Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants