daniCh8/unet-keras-zoo

How to use the model

Closed this issue · 3 comments

Hello I am a beginner in deep learning。I want to know how to use these models。Hope to give me some answers in your free time

Hi @tpg112751, sorry for the late reply. If you want to use any of the models in this repo, you can just copy-paste the source code of the net you want to use in the nets folder. Each net has a create_model() method, which you can call to create the network. Bear in mind that the input shape is currently set to (400,400,3) in each net, so if you have a different input size you should change that parameter before creating the model.

If you are also interested in learning how to use a Keras model and its built-in methods, you can check out their official tutorial.

Closing for inactivity.