cell_track.tools.initialize module¶
-
cell_track.tools.initialize.download(url, filename)¶
-
cell_track.tools.initialize.init(traindata=False)¶ Function to download the trained model and training data.
The trained model and training data are quite large, and it’s not realistic to host them on github. This function downloads them from a server with less expensive bandwidth.
Returns: True for files exist. Return type: bool