AdivarekarBhumit / ID-Card-Segmentation

Segmentation of ID Cards using Semantic Segmentation
MIT License
101 stars 41 forks source link

test result #5

Open Lanme opened 4 years ago

Lanme commented 4 years ago

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

fcakyon commented 4 years ago

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.