jakeret / tf_unet

Generic U-Net Tensorflow implementation for image segmentation
GNU General Public License v3.0
1.9k stars 748 forks source link

Improving results #256

Open I-CANT-CODE opened 5 years ago

I-CANT-CODE commented 5 years ago

So I've gotten pretty good preliminary results with segmentation on my data set. I was wondering does anyone have any ideas or experience with different things to try getting better and better results and improve the model? Data I am working with is pretty noisy/blurry, but it segments ok. Just wondering if anyone had any advice, particularly with getting extra separation between individual units.

I have read a few things like classifying the borders as a separate class, which I did, and using watershed as a preprocessing stage, which didn't seem to work for me. If anyone has some literature they can refer me to let me know!