facebookresearch / facebookresearch/SlowFast
BGR on Something-Something dataset
Open
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
Assessment
This issue has not been assessed yet.