Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Found this when I tried to use this and after using the create command the model is being saved outside the config dir.
  • Loading branch information
batisnim authored Nov 13, 2024
1 parent b139d49 commit b0e2dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ You can adjust the log directory using `--logdir <path>` when running `tensorboa
Run the commands below to create a custom model definition, replacing `<num-classes>` with the number of classes in your dataset.

```bash
cd config
./config/create_custom_model.sh <num-classes> # Will create custom model 'yolov3-custom.cfg'
```

Expand Down

0 comments on commit b0e2dfc

Please sign in to comment.