zunzhumu / S3FD

S3FD_Mxnet
23 stars 5 forks source link

multi-scale test #6

Open shz0519 opened 6 years ago

shz0519 commented 6 years ago

Dear @zunzhumu,I have trained S3FD both in mxnet and caffe,but in mxnet,how to do multi-scale testing ?thank you

songyaqi commented 6 years ago

I have the same problem as you @shz0519 .So I want to ask if you solve it ?

zunzhumu commented 5 years ago

@shz0519 @songyaqi I not did multi-scale test in this project. You can test with multi-scale input size and change the anchor size in the symbol/symbol_factory. For example, not using the parameter data_shape, using [0.1, 0.1], [0.2,0.2]... which can adapt multi-scale input.