loliipopshock commited on
Commit
4cf1221
·
1 Parent(s): 117737f

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,6 +1,12 @@
1
  # Scripts for training Layout Detection Models using Detectron2
2
 
 
 
 
 
 
3
 
4
  ## Reference
5
 
6
- - **[cocosplit](https://github.com/akarazniewicz/cocosplit)** A script that splits the coco annotations.
 
 
1
  # Scripts for training Layout Detection Models using Detectron2
2
 
3
+ ## Usage
4
+
5
+ - In `tools/`, we provide a series of handy scripts for converting data formats and training the models.
6
+ - In `scripts/`, it lists specific command for running the code for processing the given dataset.
7
+ - The `configs/` contains the configuration for different deep learning models, and is organized by datasets.
8
 
9
  ## Reference
10
 
11
+ - **[cocosplit](https://github.com/akarazniewicz/cocosplit)** A script that splits the coco annotations into train and test sets.
12
+ - **[Detectron2](https://github.com/facebookresearch/detectron2)** Detectron2 is Facebook AI Research's next generation software system that implements state-of-the-art object detection algorithms.