Open zzd1992 opened 6 years ago
What is the format of input images? RGB or BGR?
I believe it is RGB, since we use PIL.Image to load image and we did not tranpose it to BGR manually.
What is the format of input images? RGB or BGR?