LSTM-UNet
LSTM-UNet copied to clipboard
I have trained this model on the datasets available on cell-tracking website, the training is successfully done and I have test the model on test datasets, its working well. I...
Hi, I would like to run the pretrained models for the cell segmentation benchmark datasets, but the google drive link does not work.
Hello! Our static bug checker has found a performance issue in DataHandeling.py: [`normed_size`](https://github.com/arbellea/LSTM-UNet/blob/db4c3f15c6b15862c61c7a7d10cec93481680fba/DataHandeling.py#L450) is repeatedly called in a for loop, but there is a tf.function decorated function [`q_stat`](https://github.com/arbellea/LSTM-UNet/blob/db4c3f15c6b15862c61c7a7d10cec93481680fba/DataHandeling.py#L433) defined and...
I've seen that on the CTC website the algorithm is listed as segmentation & tracking, and it has tracking performances evaluated, but I can't find description of the tracking process...