-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
你好,我在centernet.py line153下面打印up_fmap的尺寸(使用test_net.py)
up_fmap = self.upsample(features)
print(up_fmap.size())
,发现输出为
torch.Size([1, 64, 128, 168])
torch.Size([1, 64, 128, 168])
torch.Size([1, 64, 112, 168])
torch.Size([1, 64, 128, 168])
torch.Size([1, 64, 168, 96])
torch.Size([1, 64, 168, 160])
torch.Size([1, 64, 168, 128])
torch.Size([1, 64, 112, 168])
torch.Size([1, 64, 136, 168])
torch.Size([1, 64, 168, 112])
torch.Size([1, 64, 168, 112])
这部分尺寸输出不应该是128吗,我没有找到输入resize为512那部分代码?请问这个复现不是基于固定尺寸(输入512,输出128)的吗?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed