Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

questions about paper #10

Open
InspirationLaurie opened this issue May 18, 2020 · 0 comments
Open

questions about paper #10

InspirationLaurie opened this issue May 18, 2020 · 0 comments

Comments

@InspirationLaurie
Copy link

Appreciate your work for RS CD. I have two questions:

  1. In this paper, do the comparison methods apply the data augmentations? Can you illustrate the data augmentations about shift and scale in detail?

  2. In this code, I want to train my own dataset by your model. I saw your code receives [batch_size, height, width, 6] as input, and [batch_size, height, width, 1] as output.
    However, when I set my dataloader

model = Nest_Net2(input_shape=[256,256,6], deep_supervision= False)
x_train, y_train = dataloader.next() // x_train.shape = [8, 256, 256, 6], y_train.shape = [8, 256, 256, 1]
model.train_on_batch(x_train, y_train) //error

You have compile model in the Nest_Net2 model, so I can using train_on_batch, right? And what kind of input& output shape should I feed into the model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant