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

多线程运行inference.py #129

Closed Chrisspf closed 4 years ago

Chrisspf commented 4 years ago

你好,我想问inference.py如何多线程来运行?如何让build_whole_network.py不释放资源持续运行来缩减inference.py的执行时间呢?