YuwenXiong / py-R-FCN

R-FCN with joint training and python support
MIT License
1.05k stars 471 forks source link

If I use two-dimensional arrays rather than RGB pic ? #61

Closed Bonsen closed 7 years ago

Bonsen commented 7 years ago

expect pascal_voc.py , If I need to set some in .prototxt ? and I find something like: input: "data" input_shape { dim: 1 dim: 3 ---->1 ? dim: 224 dim: 224 }

input: "im_info" input_shape { dim: 1 dim: 3 ---->1 ? } etc....