ruili3 / dynamic-multiframe-depth

[CVPR 2023] Multi-frame depth estimation in dynamic scenes. -- Li, Rui, et al. "Learning to Fuse Monocular and Multi-view Cues for Multi-frame Depth Estimation in Dynamic Scenes".
MIT License
125 stars 7 forks source link

Missing library in kitti_odometry_dataset.py #3

Closed tom-bu closed 1 year ago

tom-bu commented 1 year ago

In your kitti_odometry_dataset.py, it's missing import torchvision.transforms.functional as F

ruili3 commented 1 year ago

Thanks for pointing it out! It has been fixed.