Update README.md
Browse files
README.md
CHANGED
@@ -29,3 +29,7 @@ model from this repository (include all best_accuracy.* files) and place them in
|
|
29 |
paths in the config file to correspond to your paths. I.e arguments called **save_model_dir**, **pretrained_model** and then in Train and Eval dataset **data_dir** and
|
30 |
**label_file_list**.
|
31 |
|
|
|
|
|
|
|
|
|
|
29 |
paths in the config file to correspond to your paths. I.e arguments called **save_model_dir**, **pretrained_model** and then in Train and Eval dataset **data_dir** and
|
30 |
**label_file_list**.
|
31 |
|
32 |
+
After all that is done, you can start training. When run on the main folder of the downloaded github repository, the following command starts the training based on the
|
33 |
+
configurations in the config file.
|
34 |
+
|
35 |
+
`python3 tools/train.py -c configs/rec/PP-OCRv3/en_PP-OCRv3_rec.yml`
|