Viredery/tf-eager-fasterrcnn

TypeError: simple_test_bboxes() missing 1 requiresd positional argument `proposals`

Closed this issue · 1 comments

image

Dear author:
thank you for your eager mode faster rcnn. However, when i try to run your code, an error occcured. please help me how to solve this bugs. THank you.

Hey dragen1860. This is my fault. Thank you for finding it!

model.load_weights('weights/faster_rcnn.h5', by_name=True) proposals = model.simple_test_rpn(img, img_meta) res = model.simple_test_bboxes(img, img_meta, proposals)