Skip to content

Fix bug in video std value#47

Open
Zhengro wants to merge 1 commit into
facebookresearch:mainfrom
Zhengro:bug-fix
Open

Fix bug in video std value#47
Zhengro wants to merge 1 commit into
facebookresearch:mainfrom
Zhengro:bug-fix

Conversation

@Zhengro

@Zhengro Zhengro commented Jun 30, 2025

Copy link
Copy Markdown

Description

This PR fixes a typo in the video inference example where the incorrect video standard deviation (std) value was used.

Changes Made

  • Corrected the std value from [0.225, 0.225, 0.255] to [0.225, 0.225, 0.225] in examples/inference.ipynb.

Impact

This fix will prevent adopting the wrong std value for training and inference, as the training scripts are not provided for reference.

Reference

The correct value is aligned with the configuration in SlowFast: _C.DATA.STD = [0.225, 0.225, 0.225] in slowfast/config/defaults.py

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.

2 participants