-
Notifications
You must be signed in to change notification settings - Fork 73
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
YoloV3 and YoloV3-Tiny change input image size in .cfg file #40
Comments
Hello, |
Hello @ambr89 Thanks |
Hi @jonghoon-park How you can test this new weight? |
tf.placeholder argument will be change 'width, height' to 'height, width' |
I had change input image size in .cfg file.
To convert .meta, and .pb file is fine.
but run the detection, it cannot detect any object.
The YoloV3 case:
image size : 800x608 is cannot detected anything.
image size : 608x608 is fine.
The YoloV3-Tiny case:
image size : 640x480 is cannot detected anything.
image size : 608x608 is fine.
image size : 416x416 is fine.
I want to change input image size.
Do i something wrong? Plz Let me know.
Thanks
The text was updated successfully, but these errors were encountered: