loliipopshock
Update Readme
4cf1221
|
raw
history blame
734 Bytes

Scripts for training Layout Detection Models using Detectron2

Usage

  • In tools/, we provide a series of handy scripts for converting data formats and training the models.
  • In scripts/, it lists specific command for running the code for processing the given dataset.
  • The configs/ contains the configuration for different deep learning models, and is organized by datasets.

Reference

  • cocosplit A script that splits the coco annotations into train and test sets.
  • Detectron2 Detectron2 is Facebook AI Research's next generation software system that implements state-of-the-art object detection algorithms.