microsoft/MaskFlownet

BGR vs RGB input

htkseason opened this issue · 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

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