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

Modify input image size for training/inference #215

Open
cvKDean opened this issue Sep 10, 2019 · 2 comments
Open

Modify input image size for training/inference #215

cvKDean opened this issue Sep 10, 2019 · 2 comments

Comments

@cvKDean
Copy link

cvKDean commented Sep 10, 2019

Good day,

I would like to train on my own map images. However I noticed that the input image size is 300 * 300, following the crowdAI (AIcrowd) Mapping Challenge dataset. Is it possible to train on images with a different size/resolution (e.g. 900 * 900. 512*512)? Thank you.

@jakubczakon
Copy link
Collaborator

jakubczakon commented Sep 23, 2019

Sorry for late reply @cvKDean.
I think you just need to change https://github.com/neptune-ml/open-solution-mapping-challenge/blob/master/neptune.yaml#L75-L76 to your size and you should be good to go.

@cvKDean
Copy link
Author

cvKDean commented Sep 24, 2019

Thank you for the response @jakubczakon.
I was able to train on my own temporary dataset. However, the training seems to be finished at around epoch 30-31, when the number of epochs in my neptune.yaml file is set to 100.
Is there something in the model that makes it finish training even before it reaches the defined number of epochs?

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

2 participants