Mattias Wetterlind
Mattias Wetterlind
@tngan Thanks for the this easy to use library. However, I also would have need of the `ForceAuthn` flag. Is there any updates on this feature? I also agree that...
Me too. @JessFarmerVA, did you find any good workaround? One ugly workaround I found is to use setInterval to force change detection to occur: E.g. by putting setInterval(() => {},...
What output do you get from np.unique if you do "unique, counts = np.unique(seg_image, return_counts=True)"?
Are you sure the path you are giving to the train method only contains one image and not multiple images? You can also try setting "verify_dataset=False", though I would not...
@sainatarajan Ok, strange. Yeah pixel-values seem fine from your output. If it works with n_classes set to 5 I would have expected at least one image have the pixel value...
@sainatarajan Ok great, then we know that the problem is caused by the artifact pixels. Are you saving the masks as .jpg? If so you should switch to .png as...
Great, problem solved then. :)