shenwei1231 / DeepContour

The testing code for deep contour detector
94 stars 40 forks source link

symmetry-based text line detection in natural scene image 的release跑起来有bug #1

Open jugg1024 opened 9 years ago

jugg1024 commented 9 years ago

按说明文档来跑的,在train的时候可以,但是test的时候就出问题 我看到说 line #7: Only for training stage. This parameter indicate an absolute distance. Pixels whose distance greater than this distance are regard as negative samples. line #8: Only for training stage. This parameter indicate an relative distance(relative to the height of ground truth, Eg: if the height of ground truth is 10 and the paprameter is 0.2, the distance is 2). Pixels whose distance less than this distance are regard as positive samples line #9: Only for training stage. The maximum negative samples in training stage. line #10: Only for training stage. The maximum positive samples in training stage. 还有 line #2: Mode flag(0 or 1), 0 is testing mode and 1 is training mode 然后我就按默认参数(#2改为1)跑training mode可以

2改为0跑就出错

然后起吊#7,8,9,10 也不行,请问该如何改? @shenwei1231 我本科是华科的学生,如果有机会想交流关于场景文本检测

shenwei1231 commented 9 years ago

我们试过几台机器,都没有出现你的问题 请直接联系第一作者 张拯 macaroniz1990@gmail.com