We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce75608 commit 65eb404Copy full SHA for 65eb404
README.md
@@ -70,6 +70,14 @@ You can adjust the log directory using `--logdir <path>` when running `tensorboa
70
#### Classes
71
Add class names to `data/custom/yoeo_names.yaml`.
72
73
+Run the following command to adapt the model file (cfg) to the new number of classes:
74
+
75
+```bash
76
+poetry run yoeo-custiomize-cfg -c config/yoeo.cfg -d config/custom.data -o config/yoeo-custom.cfg
77
+```
78
79
+This changes the layers of the model to fit the number of classes in your dataset.
80
81
#### Image Folder
82
Move the images of your dataset to `data/custom/images/`.
83
0 commit comments