bdzyubak / tensorflow-sandbox

A repository for studying applications of Deep Learning across fields, and demonstrating samples of my code and project managment
0 stars 0 forks source link

Compare builtin tensorflow segmentation models #16

Open bdzyubak opened 2 years ago

bdzyubak commented 2 years ago

SEGMENTAION MODEL COMPARISON

Now that the module initializer and data fetcher are implemented, it is straightforward to test a variety of architectures against each other. Tensorflow Keras contains the following models ready for import. https://www.tensorflow.org/api_docs/python/tf/keras/applications

This enhancement request is to extend the module initializer to support all builtin segmentation models relevant to the image analysis tasks, create scripts for comparison, and pick the best model.