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

results of different experiments? #8

Open
martinbel opened this issue Oct 16, 2016 · 3 comments
Open

results of different experiments? #8

martinbel opened this issue Oct 16, 2016 · 3 comments

Comments

@martinbel
Copy link

martinbel commented Oct 16, 2016

Hi,

I'm curious about how other experiments performed, it would be great to add these results to the readme if possible.
For example, have you tried using the entire image as input instead of small sized batches? This is basically the idea of the U-Net and worked well in other tasks.
Thanks again for open sourcing this!

@lantiga
Copy link
Member

lantiga commented Oct 16, 2016

Hi Martin, we're currently running the model on the STARE dataset. We'll be publishing results soon.

As for the entire image, we would have gladly tried it, but the DRIVE dataset only consists of 20 images (STARE is not a whole lot more). We'd need a much larger dataset of annotated cases to be successful I believe.

We have developed a ladder network / U-net hybrid internally, which (in theory) helps with semi-supervised segmentation tasks. We could take advantage of an un-annotated dataset to build up a robust whole-image net, we'll eventually go this route.

Stay tuned for the next batch of results and feel free to contribute additional experiments.

@GlastonburyC
Copy link

Can you detail the size of the training dataset used in the original U-net paper? I believe it's very small.

@fschi
Copy link

fschi commented Oct 13, 2017

In the original U-Net paper they used 30 Images with 512x512pixels

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

4 participants