Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Split file structure for PyTorch YOLO recasts #7

Closed
harryjmoss opened this issue Dec 3, 2020 · 0 comments · Fixed by #8
Closed

Split file structure for PyTorch YOLO recasts #7

harryjmoss opened this issue Dec 3, 2020 · 0 comments · Fixed by #8
Assignees
Labels
enhancement New feature or request

Comments

@harryjmoss
Copy link
Collaborator

YOLOv5 (and I think v3, but we should use v5) etc requires consecutively numbered files in training and validation splits, otherwise it thinks files are missing.

Need to split the yolo images and labels off from the main test/validation set and rename them, making sure that the label file still corresponds to the right image file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant