-
Notifications
You must be signed in to change notification settings - Fork 93
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
Can this code runs yolov3-tiny? #8
Comments
After reference searching and discussion, we found this code can work with yolov3-tiny.cfg by a simple modification in yolomodel.py. This modification won't effect the process of yolov3.cfg. Please refer to https://github.com/ultralytics/yolov3/issues/51 what the modification in model.py that glenn-jocher reported. In here, we simply substitute line #284 in yolomodel.py ( in create_modules() ): *ps: If anyone has any better idea, please do make us know. Thanks a lot! |
Hi @horngjason, when I try to run with yolov3-tiny, it has error: Did you encounter the same problem? |
But I use this it reminds me out of memory,Before I use it I encounter RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 1. |
So did you solve it? |
Hi @talevolano,
For yolov3.cfg, it works. Yet I can make yolov3-tiny work with this code by simply change the cmd to point to yolov3.cfg as well as yolov3.weights. I would like to inquire whether or not this implementation can access yolov3-tiny.cfg with yolov3-tiny.weights? Thanks.
The text was updated successfully, but these errors were encountered: