From a3c9d799c557d833e01f05b83f941ecf213ae33e Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Tue, 19 Mar 2019 13:07:34 -0400 Subject: [PATCH] removed default value for model_dir --- bin/video2x.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/video2x.json b/bin/video2x.json index 89cc0e4..caac484 100644 --- a/bin/video2x.json +++ b/bin/video2x.json @@ -15,7 +15,7 @@ "tta": 0, "input_path": null, "output_path": null, - "model_dir": "models/cunet", + "model_dir": null, "crop_w": null, "crop_h": null },