endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.57k forks source link

multi-scale train/test 多尺度训练/测试问题 #448

Closed sunjinbing closed 5 years ago

sunjinbing commented 5 years ago

大神指点一下: 多尺度的问题是在 训练时候的多尺度训练,还是在测试的时候的多尺度测试。 roi_pool_layer的意义是训练的时候多尺度 pooling成相同尺寸特征图,这样理解吗。 如果用单一尺度对网络进行训练,如目标的大小全部是 500500,在测试的时候能不能检测出多尺度,比如5050的该目标。 还是说需要在多尺度上进行训练。 Please help: multi-sacle means that train with multi-scale,or test can be multi-scale. roi_pool_layer means train image to the same size of feature map? if trian with single size object like 500500 pixels. if the network can detect small object like 5050 pixel? or network need to train on multi-scale object to detect multi-scale object.