simulated-unsupervised-tensorflow icon indicating copy to clipboard operation
simulated-unsupervised-tensorflow copied to clipboard

Semantic Image Segmentation

Open atanas1054 opened this issue 8 years ago • 1 comments
trafficstars

Hello,

Can this method be used for semantic image segmentation? I have a dataset of unlabeled real images and a dataset of labeled synthetic images? Will the big resolution of the image be a problem?

atanas1054 avatar Jun 08 '17 11:06 atanas1054

@atanas1054 Please look up about domain adaptation or transfer learning. The method in this repo is fit for use of unsupervised image generation so the approach you said and the simulated generation are not similar in purpose.

However, I think it is of worth to test cross-domain adaptation from generated data. The quality of result will rely upon task and domain.

For more information, I recommend for you to read these papers.

mikigom avatar Jul 08 '17 02:07 mikigom