Closed yxchng closed 5 years ago
Currently I am inferencing on a 768x1024 image (doing 2x, 1x, 0.5x image pyramid with flips, giving a total of 6 images) and it takes about 20 sec per image on 1070ti. Other models like SFD or PyramidBox are much faster.
Is this slowness expected or am I using it wrong?
hi @yxchng demo.py costs 6s-10s on P100. Res152 backbone and multi-scale test is really time-consuming.
Ok thanks a lot!
Currently I am inferencing on a 768x1024 image (doing 2x, 1x, 0.5x image pyramid with flips, giving a total of 6 images) and it takes about 20 sec per image on 1070ti. Other models like SFD or PyramidBox are much faster.
Is this slowness expected or am I using it wrong?