daijifeng001 / R-FCN

R-FCN: Object Detection via Region-based Fully Convolutional Networks
Other
1.25k stars 543 forks source link

I replace input pictures with arrays (value is -1000 ~ 1000) #59

Closed Bonsen closed 7 years ago

Bonsen commented 7 years ago

Before it trains, if any other script I don't see will replace values with (0~255)?

liyi14 commented 7 years ago

We read image through this function https://github.com/daijifeng001/R-FCN/blob/master/functions/rfcn/rfcn_get_minibatch.m#L32.