dmarcosg / DSAC

80 stars 23 forks source link

ACM Initialization #4

Open chenzhaiyu opened 5 years ago

chenzhaiyu commented 5 years ago

Hi Diego,

Thank you for your great work! According to the paper, there are two methods to initialize the ACM. However, I was still wondering where exactly the ACM is initialized during the test phase.

dmarcosg commented 5 years ago

The initialization is identical in train and test: in Vaihingen it assumes that a point within the building is known (a user has clicked it) and in TorontoCity the initialization comes from an instance segmentation methos (DWT). Does this answer your question? Cheers!