sfzhang15 / RefineDet

Single-Shot Refinement Neural Network for Object Detection, CVPR, 2018
Other
1.43k stars 393 forks source link

Inference speed on contemporary hardware? #162

Closed nirbenz closed 5 years ago

nirbenz commented 5 years ago

Thanks for this repo and paper! Published results are (to my understanding) performed on Titan X (Maxwell?) hardware. I'm wondering if subsequent tests were performed on more up-to-date hardware (Pascal/Volta/Turing-based).

Thanks!

sfzhang15 commented 5 years ago

@nirbenz We measured the speed of RefineDet on Titan Xp, the speed was 1.5x+ faster. Because we do not have Volta/Turing-based machines and can not perform on these up-to-date hardwares.

nirbenz commented 5 years ago

Thanks a lot!