qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.44k forks source link

ValueError: Shapes must be equal rank, but are 5 and 6 #719

Open skuehn1988 opened 4 years ago

skuehn1988 commented 4 years ago

I have the following problem when starting the train.py.

ValueError: Shapes must be equal rank, but are 5 and 6 From merging shape 2 with other shapes. for 'yolo_layer_1/Cast_5/x' (op: 'Pack') with input shapes: [?,?,?,3], [?,?,?,18], [?,?,?,3,6], [?,1,1,1,1,4].