rykov8 / ssd_keras

Port of Single Shot MultiBox Detector to Keras
MIT License
1.1k stars 553 forks source link

PriorBox layer #154

Closed alexkreimer closed 4 years ago

alexkreimer commented 5 years ago

Maybe I miss something, but isn't the PriorBox layer very redundant, in the sense that it performs the same computation over and over again? Couldn't we do it just once and then just cache it or something?