ID-Card-Segmentation icon indicating copy to clipboard operation
ID-Card-Segmentation copied to clipboard

test result

Open Lanme opened this issue 5 years ago • 1 comments

image image Test some images from midv datasets with the provided model,the above seems difficult to identify accurately,can someone explain?

Lanme avatar Dec 23 '19 08:12 Lanme

It's expected in unet-like segmentation architectures. Instance segmentation models are better in predicting masks, if the object you are applying segmentation is an instance (as in this case).

You can try this repo if you are looking for an instance segmentation model for id card detection: https://github.com/fcakyon/id-card-detector. Or you can directly install it by pip install id-card-detector.

fcakyon avatar Mar 14 '20 16:03 fcakyon