Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Convert YOLO darknet txt to YOLOv7 Pytorch TXT. Please Help #36

Open
Awader28 opened this issue Nov 28, 2022 · 1 comment
Open

Comments

@Awader28
Copy link

No description provided.

@glenn-jocher
Copy link
Member

@Awader28 to convert YOLO darknet txt to YOLOv7 PyTorch TXT, you can use the train.py script in the YOLOv5 repository. Simply specify the --img-size parameter and use the --data and --cfg flags to point to your YOLOv7 dataset and model configuration files, respectively. You can refer to the YOLOv5 documentation at https://docs.ultralytics.com for detailed instructions on using the script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants