The issue is that the model expects images of 416 by 416 pixels, whereas you are using larger images. Simply using reshape doesn't work ...
確定! 回上一頁