Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation with small dataset #56

Closed
giovanni-turra opened this issue May 26, 2017 · 1 comment
Closed

Segmentation with small dataset #56

giovanni-turra opened this issue May 26, 2017 · 1 comment

Comments

@giovanni-turra
Copy link

giovanni-turra commented May 26, 2017

Thanks for your work.

I am trying to apply u-net to a small dataset of 16 patches (it is really small but I need to understand if I am doing some mistakes). Specifically, I prepared a binary mask to define what is positive (1) and negative (0).

Unfortunately, I found two problems:

1- If I select a patch without positive elements, the network normalised the prediction probability.
2- Typical negative elements (with completely different colours) are evaluated as positive.

I started from launcher file placed in script folder and change it to evaluate pictures.

To conclude, I use as test the same pictures of training.

Do you have any suggestion?

Thanks,

Giovanni

@giovanni-turra giovanni-turra changed the title Classification with small dataset Segmentation with small dataset May 26, 2017
@jakeret
Copy link
Owner

jakeret commented Jun 7, 2017

Sorry for the late reply.

Basically this sound alright what you're doing. Except that the dataset might be to small to train a network.

If you can, you should try to feed in patches that contain both, positive and negative masks.
Have you checked what happens if you invert the mask? Are you still seeing this weird behavoir?

@jakeret jakeret closed this as completed Jul 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants