liyangszu3d

Results 2 issues of liyangszu3d

Thanks for your excellent work!!!! I'm very interested in your research,but i can't get the tokyo time machine dataset with your links.... maybe my question is native,,but i'm eager to...

model/net.py for k in reversed(range(4)): ####3,2,1,0 p1, p2 = target_pyr[k], source_pyr[k] est_map = F.interpolate(input=estimates_grid[-1], scale_factor=2, mode='bilinear', align_corners=False) p1_w = F.grid_sample(p1, est_map.transpose(1,2).transpose(2,3)) est_map = self.__dict__['_modules']['reg_' + str(k)](x1=p1_w, x2=p2, x3=est_map) estimates_grid.append(est_map) In...