lucasjinreal/keras_frcnn

Exception: Error when checking target: expected rpn_out_class to have shape (None, None, None, 9) but got array with shape (1, 38, 124, 18)

moses1994 opened this issue · 1 comments

hi, when I used the code and dataset, I encountered this problem: "Exception: Error when checking target: expected rpn_out_class to have shape (None, None, None, 9) but got array with shape (1, 38, 124, 18)".

What should I do?

Just update keras version to 2.1.2
pip install keras==2.1.2