Media-Smart / vedadet

A single stage object detection toolbox based on PyTorch
Apache License 2.0
498 stars 128 forks source link

multi-scale testing #44

Closed tju-zxy closed 3 years ago

tju-zxy commented 3 years ago

@Media-Smart Thanks for your great work! What parameters should I modify in config/trainval/tinaface.py if I want to complete multi-scale testing? Looking forward to your reply.

hxcai commented 3 years ago

@tju-zxy You can change img_scale or flip in val to complete multi-scale testing

tju-zxy commented 3 years ago

Thanks for your reply!