From b0e2dfc5bf9ef8ef6d03e087bbe963ff6af2ff2a Mon Sep 17 00:00:00 2001 From: batisnim <70276707+batisnim@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:45:50 -0500 Subject: [PATCH 1/2] Update README.md Found this when I tried to use this and after using the create command the model is being saved outside the config dir. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 311a063a06..86a00de1ce 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ 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 +cd config ./config/create_custom_model.sh # Will create custom model 'yolov3-custom.cfg' ``` From 690f61cc81cabdb520d0a6d4aa1ad30f658b9778 Mon Sep 17 00:00:00 2001 From: Florian Vahl Date: Sun, 17 Nov 2024 16:23:55 +0100 Subject: [PATCH 2/2] Fix path in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86a00de1ce..709c040f3e 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Run the commands below to create a custom model definition, replacing ` # Will create custom model 'yolov3-custom.cfg' +./create_custom_model.sh # Will create custom model 'yolov3-custom.cfg' ``` #### Classes