ShaoqingRen / faster_rcnn

Faster R-CNN
Other
2.7k stars 1.22k forks source link

multi-scale training and testing? #156

Open lixiang-ucas opened 7 years ago

lixiang-ucas commented 7 years ago

Does the faster rcnn method support multi-scale training and testing? The training scale parameter in configure file is a matrix, does it means it supports multi -scale training? But the test scale parameter in configure file is a scalar, does it means it does not support multi -scale testing?