Open jonbakerfish opened 3 years ago
@jonbakerfish Does your model support the input shape ([1,320,224,3])? it seems that it doesn't support that input shape.
I'm using your provided pb file the yolo-v3.yml
@jonbakerfish That model does not support input shape ([1,320,224,3])
Hi, I want to change the input size of yolov3 to 320x224 (h,w). After modified the yolo-v3.yml to:
converting the model will raise these errors:
How to solve these errors? Thank you.