This project is based on "PPOCR" Framework
Refer to the basic framework(PPOCR)
This project manage deep learning resources as simple db each type of resource has their db manager. for example LabelsetDB provides some useful functions for labelsets like making new labelset from dataset. WorkDB provides work relative functions like making trianing bash code
datasets: dataset folder labelsets: composition of datasets models: model works: model + labelset
- prepare your datasets and put it in the folder "datasets"
- make a new lableset by using LabetsetDB
- make a new work including the model and the labelset you want to use by using WorkDB
- create train or eval code through the WorkDB
- excute the created bash code