DetectionTeamUCAS / FPN_Tensorflow

This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.
https://github.com/DetectionTeamUCAS/FPN_Tensorflow
MIT License
347 stars 132 forks source link

reducing inference time #130

Closed Chrisspf closed 4 years ago

Chrisspf commented 4 years ago

Hi, could you give me some suggestions about reducing inference time of this algorithm? The process of building the whole network spent too much time, are there any operations to keeping a state in the period of time after start inference.py. Thanks