programmingLearner / MATF-architecture-details

Architecture Details for CVPR 19 paper: Multi-Agent Tensor Fusion for Contextual Trajectory Prediction
MIT License
57 stars 10 forks source link

upsample error #4

Open ChinaWangYu666 opened 3 years ago

ChinaWangYu666 commented 3 years ago

up3 = F.upsample(conv3, scale_factor=5) features = conv1 + up2 + up3 up3 is not the same dimension with conv1 and up2, it seems that the scale_factor is error

your height and width are 30. In this case, this is right