fizyr / keras-retinanet

Keras implementation of RetinaNet object detection.
Apache License 2.0
4.38k stars 1.96k forks source link

('Keyword argument not understood:', 'class_specific_filter') #1554

Closed mariorioMa closed 2 years ago

mariorioMa commented 3 years ago

I'm also experiencing this problem, as https://github.com/fizyr/keras-retinanet/issues/569 but I can't solve it, so I hope you can help me with some suggestions. My tensorflow version is 1.15.0. keras version is 2.3.1. I want to install the latest version of keras-retinanet, i.e. 1.0.0. But when I run the command :pip install keras-retinanet I get the following error on my server, image Thus, I installed version 0.3.0 of keras-retinanet. When I run my code, I get the following error, which I think is probably caused by the version of keras-retinanet. image. For some reason I had to use tensorflow 1.15.0, so I hope to be able to fix this issue with the current tensorflow version.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.