Skip to content

Commit

Permalink
Fix module import path
Browse files Browse the repository at this point in the history
  • Loading branch information
LoSealL committed Jul 29, 2020
1 parent d366528 commit 37c17bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/motion_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37c17bc

Please sign in to comment.