Ask Your Question

lidaweikaka's profile - activity

2015-10-13 06:16:22 -0600 commented question Trained model for OpenCV structured edge detection

Thanks, this one works great. I guess the reason why the model from https://github.com/pdollar/edges does not work is: they have updated their code according to the newer paper "Fast Edge Detection Using Structured Forests".

2015-10-13 06:06:24 -0600 commented question Trained model for OpenCV structured edge detection

Thanks, this one works great. I guess the reason why the model from https://github.com/pdollar/edges does not work is: they have updated their code according to the newer paper "Fast Edge Detection Using Structured Forests".

2015-10-12 16:38:46 -0600 asked a question Trained model for OpenCV structured edge detection

Hi,

Does anyone have a working trained model for this OpenCV implementation? I used the provided script to convert the model downloaded from https://github.com/pdollar/edges, but it seems that it does not work.

Thanks