cell_track.tools package¶
Submodules¶
Module contents¶
-
cell_track.tools.get_session()¶ Gets the modified tensorflow session.
Returns: tensorflow.Session
-
cell_track.tools.safe_load_model(model_path)¶ Wrapper function for keras_retinanet.load_model to account for different required arguments in different versions.
Parameters: model_path – path to the .hd5 model file Returns: keras.models.model