YangZhang4065 / AdaptationSeg

Curriculum Domain Adaptation for Semantic Segmentation of Urban Scenes, ICCV 2017
129 stars 28 forks source link

Source only (baseline) training #13

Open alphjheon opened 5 years ago

alphjheon commented 5 years ago

Is the code for source-only training available?

YangZhang4065 commented 5 years ago

It is not yet available on Github. However, it should be very straight forward to write your own source-train code by modifying train_val_FCN_DA.py. You only need to modify the myGenerator to remove make it yield source data only.