forresti / caffe

Caffe
http://caffe.berkeleyvision.org/
Other
5 stars 2 forks source link

extract_featpyramid should return image dimensions in pyra dict #3

Closed sergeyk closed 10 years ago

forresti commented 10 years ago

Good idea -- I've just added this. The python API now returns a dictionary containing {'feat', 'scales', 'imwidth', and 'imheight'}. imwidth and imheight tell you the shape of the original input image.

Commit b0798e341e contains this improvement.

sergeyk commented 10 years ago

sweet, thanks!