| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Tested for Ubuntu 18.04/20.04.
Use of a GPU significantly speeds up generation of detection outputs, but it is possible to run the inference demo code on CPU.
To setup via Anaconda, please follow these steps:
Install anaconda. Up-to-date instructions can be found at: https://docs.anaconda.com/anaconda/install/
Set up python 3.6 environment: conda create -n docparser python=3.6
Activate the environment: source activate docparser
Install all requirements: pip install -r requirements.txt
Install Mask R-CNN library:
Install docparser:
Prepare the datasets:
Prepare the trained models:
For running the ICDAR demo:
From the DocParser directory, execute: python demos/demo_inference.py plus one or more of the following command line arguments:
The results of our current system on arXivDocs-target is likely to perform better than the one evaluated in the last version of the paper, mostly due to further improvements to postprocessing.
Updated Results. We corrected a read-out error on the outputs of the provided evaluation script for documents with multiple tables.
| System | F1* | F1 |
|---|---|---|
| DocParser Baselie | 0.8443 | 0.8209 |
| DocParser WS | 0.8117 | 0.8056 |
| DocParser WS+FT | 0.9292 | 0.9292 |
(PDF-based system F1: 0.9221)
Parts of our code is based on: https://github.com/rafaelpadilla/Object-Detection-Metrics
https://github.com/matterport/Mask_RCNN
Rausch, J., Martinez, O., Bissig, F., Zhang, C., & Feuerriegel, S. - 35th AAAI Conference on Artificial Intelligence (AAAI-21)(virtual)
| Back | FazBrowse Home | New Git URL |