You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
Hello and thank you for your work!
I had a question about the input resolution of an algorithm. I am currently using ade20k which has an image size that varies but for example on segformer it is mentioned that the input size is 512x512, how is this done?
thanks again !
The text was updated successfully, but these errors were encountered:
By using image interpolation algorithms, which are available in most Python image libraries under the name "resize." Some deep learning frameworks may refer to these algorithms as "interpolate."
Does the crop size specified in the test_config refer to the input resolution?
Yes, the input size is [1024, 1024].
By the way, crop is another way to adjust the size of images. It does not alter the scale of image, but crop some part of images
问题确认 Search before asking
请提出你的问题 Please ask your question
Hello and thank you for your work!
I had a question about the input resolution of an algorithm. I am currently using ade20k which has an image size that varies but for example on segformer it is mentioned that the input size is 512x512, how is this done?
thanks again !
The text was updated successfully, but these errors were encountered: