fizyr / keras-retinanet

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

Using keras-retinanet without FPN #1498

Closed Kanonck closed 3 years ago

Kanonck commented 3 years ago

Hi, I would like to know whether or not it is possible to train the retinanet model without an FPN? How would I achieve this? I thought about changing the retinanet function in retinanet.py line 257 but it is listed there that this is the minimum model necessary for training. Thanks in advance!

hgaiser commented 3 years ago

Theoretically it is possible, but we don't support it. If you want to do this you'd have to make quite some adjustments to the code.