This repository introduces a novel method to perform Table Segmentation of Document Images consisting of Tables using a U-Net based Deep-Learning Architecture combined with Multitask Learning.
UNLV Dataset (Consists of 351 images)
Sample Image and Masks :
Given the ease of use of colab notebooks, as it almost needs no external requirement files, no dependencies, or system requirements We use colab notebooks to Preprocess the dataset and Train our model.
- Use 'Data Preprocessing/UNLV_Preprocessing.ipynb' to download and preprocess the dataset.
- Use 'Training/U_Net_MTL_w_Scipy_Distance_Transform.ipynb' or 'U_Net_MTL.ipynb' to train the model, using the data downloaded from the above step.