diff --git a/Tests/motion_test.py b/Tests/motion_test.py index e7f03a3..5513183 100644 --- a/Tests/motion_test.py +++ b/Tests/motion_test.py @@ -7,7 +7,7 @@ if not os.getcwd().endswith('Tests'): os.chdir('Tests') from VSR.Backend.TF.Framework import Motion as M -from VSR.Backend.Torch.Models.video import motion as MT +from VSR.Backend.Torch.Models.Ops import Motion as MT from VSR.DataLoader.FloDecoder import open_flo, KITTI import tensorflow as tf