Burhan

Results 19 comments of Burhan

Also same issue here, i have been trying different setup with no luck. I had a small dataset (187) with binary class and tried the results seems ok, i started...

You can also try to check your color dict in your dataset because i had the same problem and i rechecked it was the wrong rgb numbers in my color...

1. You can use the following to check your color code in your labels and put them in class_dict.csv from PIL import Image img = Image.open('Labelledimage.png') colors = img.convert('RGB').getcolors() print(colors)...

> I convert the label image by myself,but when i training my own data,the ground truth in my ckpt files all class are same color(equals my csv files first line),what...

You can also try to check your color dict in your dataset because i had the same problem and i rechecked it was the wrong rgb numbers in my color...

Hi i am a bit stack, I get this error with the default setting and also even when i put a batchsize = 1 , tensorflow 1.10.0 , python 3.5.6...

I fine-tuned based on phase1 only. My ROI is mostly at the centre of the image having a clean white background. train-800+ Val- 100+ and test-200+ with 0.95ssim for my...

Hi maybe you can try with the notebook and see

Hi, it's a good question, it will be great to see other peoples view, But I am also thinking if you use the same mask for each image during training...

> Recently I was dealing with other related problem. Now I start to think if it is one mask per image per epoch + some random augmentation that should be...