tensorflow / models

Models and examples built with TensorFlow
Other
77.16k stars 45.76k forks source link

Difference between *_fpn models and those models that don't have *_fpn #7403

Open PythonImageDeveloper opened 5 years ago

PythonImageDeveloper commented 5 years ago

Hi Everyone In the object detection api, What's difference between _fpn models and those models that don't have _fpn ? Those models that have *_fpn, in these models used Feature Pyramid Networks?

JonasGlow commented 5 years ago

Yes these models use Feature Pyramid Networks,

PythonImageDeveloper commented 5 years ago

Hi @JonasGlow In the FPN network is used up-sampling method? Like yolov3?

JonasGlow commented 5 years ago

I don't know how yolov3 works, but FPN uses upsampling.