Closed hoiiranoi closed 8 months ago
The released model was only trained for building change detection, though it is a multi-task architecture. So, it only yielded binary change prediction. If you want to obtain the temporalwise semantic prediction, you can consider training this model with multi-task supervision.
I want to make the model output t1 before the change, t2 after the change, and the label image label. However, according to the code provided, it seems that only the final change map is output. How can I achieve the output of the three images I want?