MaskFlownet icon indicating copy to clipboard operation
MaskFlownet copied to clipboard

BGR vs RGB input

Open htkseason opened this issue 4 years ago • 1 comments

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

htkseason avatar May 18 '21 13:05 htkseason

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

simon1727 avatar Jun 09 '21 11:06 simon1727