Closed batisnim closed 1 week ago
Found this when I tried to use this and after using the create command the model is being saved outside the config dir.
added an additional command to ensure the model is being created in the config directory. Previously
./config/createmodel.sh
uses config dir but does not save the created model there, I think this resolves the issue when the train command is used.
config
poetry run yolo-train --model config/yolov3-custom.cfg --data config/custom.data
Found this when I tried to use this and after using the create command the model is being saved outside the config dir.
Proposed changes
added an additional command to ensure the model is being created in the config directory. Previously
uses
config
dir but does not save the created model there, I think this resolves the issue when the train command is used.Related issues
Necessary checks