keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
1.01k stars 330 forks source link

Improve and use FPN whenever possible #1108

Closed tanzhenyu closed 1 year ago

tanzhenyu commented 1 year ago

OD models have their own FPN today, we should re-use keras_cv.layers.FPN

LukeWood commented 1 year ago

Outdated given recent refactors to Task based models. May revisit in the future.