PSENet-Tensorflow
PSENet-Tensorflow copied to clipboard
TensorFlow implementation of PSENet text detector (Shape Robust Text Detection with Progressive Scale Expansion Networkt)
tensorflow.python.framework.errors_impl.NotFoundError: Key fpn_module/batch_normalization/beta/ExponentialMovingAverage not found in checkpoint
Could you relaase the models that you have trained on icdar15 or icdar 17? Thank you very much.
作者你好,又来麻烦你了。我看了你的代码,感觉有点复杂,根据你的代码和whai362的代码于是写了一个简化版的psenet。新代码可以正常训练,但是测试无法通过。始终无法识别出Box。不知道作者有没有空,能不能向你请教下这方面问题? 链接:https://github.com/Tian14267/PseNet_tensorflow 期待作者能够给个回复 其他的小伙伴如果感兴趣,也可以过来看看。
固化模型的问题
你好, output_node_names = '' output_graph_def = tf.graph_util.convert_variables_to_constants(sess, sess.graph.as_graph_def(), output_node_names.split(",")) 固化模型的时候需要这个参数,请问这个输出节点是什么呢
``` import tensorflow as tf import numpy as np import util import matplotlib.pyplot as plt import math import argparse import sys sys.path.append('/demo/Mask_ap/models-master/research/') import sys sys.path.append('../') from configuration import TRAIN_CONFIG config=TRAIN_CONFIG...
I want to export to .pb file
我的email是[email protected] 万分感谢!
你好,我在用你的网络训练的时候,提示缺少 tf_extended 。请问这个文件在哪里? 还有,在ssd_vgg预处理的时候,提示config找不到。这个是VGG的参数情况,我也没找到。请问在什么地方? File "/home/hj/smbshare/fffan/PSEnet/PSENet-Tensorflow-master/preprocessing/ssd_vgg_preprocessing.py", line 39, in import config ImportError: No module named 'config' 万分感谢!