EXTD_Pytorch icon indicating copy to clipboard operation
EXTD_Pytorch copied to clipboard

Very Slow

Open dexception opened this issue 5 years ago • 3 comments

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

dexception avatar Dec 21 '19 09:12 dexception

@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.

yjyoo3312 avatar Jan 03 '20 04:01 yjyoo3312

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

ainrichman avatar May 08 '20 01:05 ainrichman

I recomand repo: https://github.com/biubug6/Face-Detector-1MB-with-landmark

nvlong21 avatar May 12 '20 06:05 nvlong21