facebookresearch / facebookresearch/SlowFast

BGR on Something-Something dataset

Open
#184 1 comment 0 reactions 0 assignees View on GitHub
question
Dominant language
Python
Stars
7.4k
Forks
1.3k
PR merge metrics
No merged PRs in 30d

Description

https://github.com/facebookresearch/SlowFast/blob/38dfcb037fd220b63eb73d58b9ef2aec8ed672ac/slowfast/datasets/utils.py#L18-L41

In the function, it uses `cv2.imread` which will give you a BGR image instead of RGB.
I don't see anywhere in the code to convert it to RGB, so I'm assuming the input to the model is BGR.
If this is not intended, it should be fixed.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.