pqpo / SmartCropper

🔥 A library for cropping image in a smart way that can identify the border and correct the cropped image. 智能图片裁剪框架。自动识别边框,手动调节选区,使用透视变换裁剪并矫正选区;适用于身份证,名片,文档等照片的裁剪。

Home Page:https://pqpo.me/2017/09/11/opencv-border-recognition/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataset and training code for HED model

ofirkris opened this issue · comments

Hello, thanks for sharing this project.
Where can I find Dataset and training code for HED model?

Training code:https://github.com/pqpo/SmartCropper/tree/master/edge_detection
In fact, you can fine tuning by trained HED model, and the dataset you can find from this project: https://github.com/fengjian0106/hed-tutorial-for-document-scanning.