szagoruyko / imagine-nn

IMAGINE torch neural network routines
Other
109 stars 35 forks source link

Quick question regarding inn.ROIPooling #46

Closed Viresh-R closed 7 years ago

Viresh-R commented 7 years ago

Readme says that " Image id is in [1,N] range, boxes are in [x1,y1,x2,y2]." Does the co-ordinate indexing start at (0,0) or (1,1) ? Does xi correspond to i-th row(Matlab format) or i-th column ?