liuheng92 / tensorflow_PSENet

This is a tensorflow re-implementation of PSENet: Shape Robust Text Detection with Progressive Scale Expansion Network.My blog:
https://blog.csdn.net/liuxiaoheng1992/article/details/87646951
MIT License
490 stars 162 forks source link

同尺寸图像生成seg_maps耗时有10倍之差? #72

Closed pingzi5233 closed 4 years ago

pingzi5233 commented 4 years ago

对于下句: seg_maps = sess.run(seg_maps_pred, feed_dict={input_images: [im_resized]}) 同样大小的输入图像,为何该句耗时可以有十倍之差? 想问一下该函数主要实现的功能以及耗时与哪些项有关? 望赐教