From 37c17bcebc925c08077f8e7a05498df1555ca6f4 Mon Sep 17 00:00:00 2001 From: Wenyi Tang Date: Wed, 29 Jul 2020 14:28:35 +0800 Subject: [PATCH] Fix module import path --- Tests/motion_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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