dhlab-epfl / dhSegment

Generic framework for historical document processing
https://dhlab-epfl.github.com/dhSegment
GNU General Public License v3.0
370 stars 116 forks source link

via annotation processing #23

Closed e-maud closed 5 years ago

e-maud commented 5 years ago

@solivr Hello, here the script with CLI to process annotation data produced with VGG Image Annotation (VIA) tool:

To be updated according to more generic dhSegment needs.

Usage: via.py --task=<t> --collection=<c> --config-file=<cf>

Options:

    --collection<collection> document collection to work with
    --task=<t> task to do: 'original' to downscale original images or 'masks' to create masks.
    --config-file=<cf>  configuration file
solivr commented 5 years ago

@e-maud Thank you for the work! I'll give it a try with my data and adapt it if needed before merging.