diff --git a/README.md b/README.md index 311a063a06..709c040f3e 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,8 @@ You can adjust the log directory using `--logdir ` when running `tensorboa Run the commands below to create a custom model definition, replacing `` with the number of classes in your dataset. ```bash -./config/create_custom_model.sh # Will create custom model 'yolov3-custom.cfg' +cd config +./create_custom_model.sh # Will create custom model 'yolov3-custom.cfg' ``` #### Classes