calmiLovesAI / TensorFlow2.0_SSD

A tensorflow_2.0 implementation of SSD (Single Shot MultiBox Detector) .
MIT License
82 stars 43 forks source link

Accelerate box labeling #19

Open ShinjoWang opened 3 years ago

ShinjoWang commented 3 years ago

In my case (Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz, NVIDIA GeForce GTX 1080Ti) -> Time per step reduced from 15.3s/step to 0.73s/step

EParisot commented 3 years ago

This is extremely usefull thankyou !