We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
can this code be used with yolov3 and yolov3-tiny,if i have .cfg and .weights files?
The text was updated successfully, but these errors were encountered:
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']):
Sorry, something went wrong.
No branches or pull requests
can this code be used with yolov3 and yolov3-tiny,if i have .cfg and .weights files?
The text was updated successfully, but these errors were encountered: