maiminh1996 / YOLOv3-tensorflow

Re-implement YOLOv3 with TensorFlow
1 stars 0 forks source link

How to test with YoloV3-320 model? #2

Closed JackHenry1992 closed 6 years ago

JackHenry1992 commented 6 years ago

I can't find the Yolov3-320 weight, what should I do to test with yolov3-320? Or just resize the input image to 320x320?

maiminh1996 commented 6 years ago

You just change Input_shape to 320 in file config.py