TextField
TextField copied to clipboard
TextField: Learning A Deep Direction Field for Irregular Scene Text Detection (TIP 2019)
CXX tools/caffe.cpp CXX tools/test_net.cpp CXX tools/finetune_net.cpp CXX examples/TextField/inference.cpp CXX .build_release/src/caffe/proto/caffe.pb.cc examples/TextField/inference.cpp: In function ‘int main(int, char**)’: examples/TextField/inference.cpp:43:3: error: reference to ‘shared_ptr’ is ambiguous shared_ptr net_; ^~~~~~~~~~
I managed to test your model which was already trained on total-text dataset, but I cannot reach your score. I want to know what is your environment? Such as GCC...
I managed to retrain your approach with my own dataset and it performance quit well! However, the runtime/inference speed seems to be slower than compared with several other approaches (EAST...
源代码 top[0].data[...] = np.sum((self.distL1**2)*(self.weightPos + self.weightNeg)) / bottom[0].num / 2. / np.sum(self.weightPos + self.weightNeg) 当中bottom[0].num中的num是什么,好像Python当中没有这个
你好,我想向你请教一下怎么用dokcer部署已经训练好的模型,卡了好久了,网上资料也找了好多,这个环境怎么搭?拉取镜像的时候以前安装的环境老师被覆盖掉? 万分感谢!!能加你个联系方式??
Hi, TextField is a great work, but I'm confused about the post processing: > We apply a simple dilation δ (with 3 × 3 structuring element) to group the representatives...
How you trained and evaluated ICDAR2015 dataset?