- mxnet 1.4
- opencv3
- mxboard
train: prepare a text in the following format, use '\t' as a separator
/path/to/img.jpg label
...
- config the
train_data_path
,val_data_path
in ./configs/eng_config.py or chr_config.py - use following script to train
python3 train.py
- modify test_demo.py
- use following script to predict
python3 test_demo.py