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

Training data #1

Closed
bhadresh74 opened this issue Oct 30, 2017 · 3 comments
Closed

Training data #1

bhadresh74 opened this issue Oct 30, 2017 · 3 comments

Comments

@bhadresh74
Copy link

@hellochick
Thank you for making your scripts public for the reference.
I was wondering if these tensorflow version of PSPNet accommodates the training data with different size?
My training data is [360X480X3] image and testing data is [360X480] grayscale image with class labelled as [0..N].
Again, appreciation for your contribution.

Bhadresh

@hellochick
Copy link
Owner

@bhadresh74, Yes, you can use your dataset on it, because it will still pad your image to [713x713].
And the reason why resolution is [713x713], since the average_pooling kernel size is fix in pyramid module, it can only process data size > 713x713. I'll try to fix this problem.

@bhadresh74
Copy link
Author

@hellochick Cool. I will give it a try.
Thanks

@gengqichuan
Copy link

@hellochick
Excuse me. Because only the TF 1.1 can run on our platform, I am wondering if this version can be used?
Thank you for your help!
Again, appreciation for your contribution
Geng Qichuan

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

3 participants