clovaai / EXTD_Pytorch

Official EXTD Pytorch code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very Slow

dexception opened this issue · comments

The performance is even worse than Yolo which came good 5 years back.

@dexception This PyTorch version is not speed-optimized (s.a. nms) and is basically a parameter efficient algorithm. Speed optimized version will be available this year.

The model design performs lower cost of memory but higher in FLOPS.