From 0a99ad7679092a37232e94b11f128a90caf67bd1 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 19 Apr 2018 02:29:51 +0200 Subject: test --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.py') diff --git a/test.py b/test.py index 2a60a65..e14d228 100644 --- a/test.py +++ b/test.py @@ -17,7 +17,7 @@ if __name__ == '__main__': opt.batchSize = 1 # test code only supports batchSize = 1 opt.serial_batches = True # no shuffle opt.no_flip = True # no flip - opt.experiment = opt.start_img.split(".")[0] + opt.experiment = opt.start_img.split("/")[-1].split(".")[0] render_dir = opt.results_dir + opt.name + "/exp:" + opt.experiment + "/" -- cgit v1.2.3-70-g09d2