Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

BGR vs RGB input #32

Open
htkseason opened this issue May 18, 2021 · 1 comment
Open

BGR vs RGB input #32

htkseason opened this issue May 18, 2021 · 1 comment

Comments

@htkseason
Copy link

Hi,

I have noticed that your work mainly uses 'cv2.imread' as image IO, which reads an image as BGR format. But in Sintel.py, I found a mixed use of 'skimage.io.imread' that reads RGB format. Is this expected?
Though I found both RGB/BGR works fine, could you clarify what is the expected input format for the network? What is the input format you used for benchmarking?

Thanks
Min

@simon1727
Copy link
Contributor

Hi htkseason,
We did use different IOs. I believe either RGB/BGR will be fine. We used exactly the provided code for benchmarking.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants