gdelaboulaye

Results 11 comments of gdelaboulaye

@IngleJaya95 I face the same issue, were you able to solve it ?

Me neither, the best I could do was comment `boxes = lanms.merge_quadrangle_n9(boxes.astype('float32'), nms_thres)` and uncomment ` boxes = nms_locality.nms_locality(boxes.astype(np.float64), nms_thres) ` in [ eval.py/detect](https://github.com/argman/EAST/blob/master/eval.py)

Same for me !

I've used 2to3 on the whole project (setup.py was not enough), it does compile properly, but then I get an error in the demo: ``` Loaded network models/VGGnet_fast_rcnn_iter_70000.ckpt DRM_IOCTL_I915_GEM_APERTURE failed:...

I've solved it with `cfg_key = cfg_key.decode('utf-8')` just before `pre_nms_topN = cfg[cfg_key].RPN_PRE_NMS_TOP_N` in `lib/rpn_msr/proposal_layer_tf` I also had a few others thingd to change, like `bg_rois_per_this_image = int(min(bg_rois_per_this_image, bg_inds.size))` in proposal_target_layer_tf...

No I've never seen that, sorry !

See @cdathuraliya 's answer to #60 : the config file is not loaded properly

The -1 may come from the absence of any plane in your test set. This case actually hurts your mean AP more than it should, since it is taken into...

@shiwenhao your testing is not happening because you can't load the checkpoint: see #161, with the solution in #79.

I don't know how to solve that, you should probably close this issue and start a new one with your new problem, I don't think they're related...