-
Notifications
You must be signed in to change notification settings - Fork 80
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
输入尺寸和输出尺寸的问题 #30
Comments
可以相互交流下不,我最近也在看这个,但是也有些问题,我的qq联系方式1602356172 |
LEDNet‘paras is 0.94M?Why I get 2.3M?About you? |
Resize函数会将另外一边按照原先图像比例乘以512 实际另外一边是2048%1024*512=1024,具体可以看函数说明 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我并没有看到在输入端把图像resize到1024512,仅仅是把短边等比例缩放到512,长边并没有固定到1024,为何输出的时候,就直接缩放到1024512呢?
class Decoder (nn.Module):
def init(self, num_classes):
super().init()
The text was updated successfully, but these errors were encountered: