keras-team / keras-cv

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

Include InceptionV3 model #571

Closed ayyucedemirbas closed 1 year ago

ayyucedemirbas commented 2 years ago

Short Description

Adding InceptionV3 model.

Papers https://arxiv.org/abs/1512.00567

Existing Implementations

https://github.com/keras-team/keras/blob/master/keras/applications/inception_v3.py

LukeWood commented 2 years ago

Do people still use Inception architectures today? @sayakpaul may know

sayakpaul commented 2 years ago

I think they still are used in applications like DeepDream, Style Transfer (earlier variants). Nevertheless, I think Inception is still an interesting architecture and helps in applications that focus on the interpretability aspects of CNNs.

ayyucedemirbas commented 2 years ago

Cool, thanks @sayakpaul ! I can work on this.

LukeWood commented 2 years ago

Sounds good!

jbischof commented 1 year ago

Closing due to low priority