-
Notifications
You must be signed in to change notification settings - Fork 315
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
Input width and height #22
Comments
1.yeah , current version does not support daynamic input dimension. |
Thnx! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some questions.
In yolo.cpp you set condition: assert(m_InputW == m_InputH);
Why? AlexeyAB write: set network size width=416 height=416 or any value multiple of 32
And darknet trains and works with input size 960x768
And second question about this assert:
In my yolov4-tiny with size 608x608 this condition goes to assert but in release it works. And in my case weights.size() < weightPtr
The text was updated successfully, but these errors were encountered: