Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

improve model #1

Closed
de-code opened this issue Jul 20, 2017 · 2 comments
Closed

improve model #1

de-code opened this issue Jul 20, 2017 · 2 comments

Comments

@de-code
Copy link
Collaborator

de-code commented Jul 20, 2017

The model is currently based on the pix2pix model.

One optional extension is to use separate channels per annotation (configured in color_map.conf).
However, the model needs to be amended further to make that work correctly (in progress).

I subsequently found this recent SegAN: Adversarial Network with Multi-scale $L_1$ Loss for Medical Image Segmentation paper which uses a similar approach. It appears to be using separate discriminators (which may not scale so well). Instead we may want to share weights.

A previous paper, Semi and Weakly Supervised Semantic Segmentation Using Generative Adversarial Network may also be interesting. Although it doesn't use the term discriminator in the traditional sense (as detailed in the paper itself).

@KayShenClarivate
Copy link

Is the current model available for download anywhere? Thanks!

@de-code
Copy link
Collaborator Author

de-code commented Apr 16, 2019

Is the current model available for download anywhere? Thanks!

Hi, no, not currently. I would recommend re-training the model. In the previous experiments it was only training for about 30 minutes on a K80 GPU.

@de-code de-code closed this as completed Mar 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants