Document localization in wild pictures using CNN Regression.
- It includes an approach wherein a pretrained ResNet50 model has been used.
- The output is a Dense layer with 8 units each for a coordinate of the document's corners.
- It includes an approach wherein a CNN model from scratch has been used.
- Four Dense layers are used to predict every corner of the Document.