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

Skip to content

Conversation

@wr0124
Copy link
Collaborator

@wr0124 wr0124 commented Oct 6, 2025

This PR fixes the vid debug behavior where only one frame (index 1) from each video was used for psnr/ssim/lpips metrics.

Changes:

  • Replaced single-frame extraction with rearrange_5dto4d_bf() to flatten [B, T, C, H, W] → [B*T, C, H, W].
  • Metrics (psnr/ssim/lpips) are now computed across all frames in the batch.

@beniz beniz merged commit 51d6135 into jolibrain:master Oct 6, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants