From c8c0e2cabc24bc450e2694d6d996d27b240e8e88 Mon Sep 17 00:00:00 2001 From: Feng Li Date: Sun, 21 Mar 2021 22:06:28 +0800 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8678def..be2457c 100644 --- a/main.py +++ b/main.py @@ -632,7 +632,7 @@ def testvideos(self, datapath, start=0, savename='result'): def main(_): model = VIDEOSR() # model.train() - model.testvideos('./videos_dir/', 0, 'result_dir') + model.testvideos('./video_dir/', 0, 'result_dir') if __name__ == '__main__': tf.app.run()