pool

Results 13 comments of pool

@GaffeyFF Maybe you can reference [this](https://blog.metaflow.fr/tensorflow-how-to-freeze-a-model-and-serve-it-with-a-python-api-d4f3596b3adc)

@10183308 Maybe I can send the models to you by email, I don't have suitable cloud storage.

You can try to run the script in the folder `PSENet-Tensorflow-master`, like `python dataset/write...`. The `util` is just in `PSENet-Tensorflow-master`

你好,代码可能还需要你再检查下。 1. 你说的训练正常是指什么? 是loss 下降正常,还是分割图的可视化是正常的 2. 测试有问题具体是什么表现?score map可视化如何?另外建议检查下:数据预处理是否和训练保持一致;模型加载是否成功,特别是bn的参数

你好,这个文件已经上传,当时只用到了里面三行 ,代码整理忘记移除这个依赖,后续我移除下

这应该是你没有编译`cd ./PSE_C;python setup.py build_ext --inplace`. 我是用vscode, 没有遇到过这个问题 , 或许你可以参考这个链接 [link](https://blog.csdn.net/wm5920/article/details/80813607)

你尝试更新下numpy 我的版本如下: ` numpy==1.15.4 python==3.6.8 gcc==5.4.0 `

I also encount the same issue

应该是索引取值时超出范围,检查下输入框有问题没