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

what about yolov3? #46

Open
yunxiaozimeng opened this issue Aug 12, 2020 · 1 comment
Open

what about yolov3? #46

yunxiaozimeng opened this issue Aug 12, 2020 · 1 comment

Comments

@yunxiaozimeng
Copy link

can this code be used with yolov3 and yolov3-tiny,if i have .cfg and .weights files?

@WongKinYiu
Copy link
Owner

yes, just change one line https://github.com/WongKinYiu/PyTorch_YOLOv4/blob/master/models.py#L102 to

if any(x in cfg for x in ['yolov4-tiny', 'yolov3', 'yolov3-tiny']):

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