hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
588 stars 262 forks source link

The format of input images. #40

Open zzd1992 opened 6 years ago

zzd1992 commented 6 years ago

What is the format of input images? RGB or BGR?

LiangXu123 commented 6 years ago

I believe it is RGB, since we use PIL.Image to load image and we did not tranpose it to BGR manually.