Skip to content

Commit

Permalink
Merge pull request #857 from batisnim/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Flova authored Nov 17, 2024
2 parents b139d49 + 690f61c commit 1d621c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ 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
./config/create_custom_model.sh <num-classes> # Will create custom model 'yolov3-custom.cfg'
cd config
./create_custom_model.sh <num-classes> # Will create custom model 'yolov3-custom.cfg'
```

#### Classes
Expand Down

0 comments on commit 1d621c8

Please sign in to comment.