lzx1413 / PytorchSSD

pytorch version of SSD and it's enhanced methods such as RFBSSD,FSSD and RefineDet
MIT License
709 stars 237 forks source link

A problem with Multi-Scale test #76

Closed WangTianYuan closed 5 years ago

WangTianYuan commented 5 years ago

I've successfully performed your project, but the test is only in one scale. In the paper, they all have multi-scale test result, so I want to perform multi-scale test But I don't know how to do this, do you have the code of multi-scale test? Or can you tell me how to achieve this? Thank you very much.

lzx1413 commented 5 years ago

you can refer to this code https://github.com/sfzhang15/RefineDet/blob/master/test/refinedet_test.py