arbellea / LSTM-UNet

84 stars 31 forks source link

I want to train this model on my private dataset. Help please. #4

Open imran7778 opened 3 years ago

imran7778 commented 3 years ago

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 want to train this model on my own datasets (blood cells). I have the blood cell images with ground-truth masks of each image in the datasets.

But what should I have to do with TRA folder (tracking folder with images man_track000, man_track001, man_track002 ... so on) and the text file (man_track). I do not have tracking images and text file man_track.

I just want to do segmentation blood cells of my datasets, do not want to do tracking of the cells. Can you suggest me anything about this issue. How can I train this model on my datasets without man_track000 images.

arbellea commented 3 years ago

If I remember correctly, you can leave the tra folder empty. If it doesn't work let me know and I will check what can be done.

imran7778 commented 3 years ago

Ok. I will check with empty TRA folder. Thanks