eriklindernoren / PyTorch-YOLOv3

Minimal PyTorch implementation of YOLOv3
GNU General Public License v3.0
7.33k stars 2.63k forks source link

Update README.md #857

Closed batisnim closed 1 week ago

batisnim commented 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.

Proposed changes

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.

 poetry run yolo-train --model config/yolov3-custom.cfg --data config/custom.data

Related issues

Necessary checks