YOLOw-Keras icon indicating copy to clipboard operation
YOLOw-Keras copied to clipboard

help me fix error

Open ThorPham opened this issue 6 years ago • 1 comments

yolo.py line 59 ValueError cannot feed value of shape (1,608,608,3) for the tensor input1 which has shape (?,416,416,3)

ThorPham avatar Apr 27 '18 09:04 ThorPham

Use the correct pre-trained model from yolo. The shape (608,608) is for the yolo.h5 model.

miranthajayatilake avatar May 07 '18 17:05 miranthajayatilake