joe-siyuan-qiao / DetectoRS

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

max scale is 1333*800,how to use 4096 * 2048??

wuhaonanBOB opened this issue · comments

When I resize my dataset to 1333 * 800, I found that the small target detection effect is very bad, but after input with 4096 * 2048, cuda memory is not enough. Can you help me?

For inference, you could try to manually manage the memory or use a sliding window approximation. For training, I think that resolution is just too high.