From 3bf93aab3f7e826f56055cd10b282b0acf5be8fa Mon Sep 17 00:00:00 2001 From: Sergey Revyakin Date: Tue, 5 May 2026 14:28:10 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B1=D0=B0=D0=B3=D0=B0=20=D1=81=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=D0=BD=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D1=8C=D1=8E=20=D0=BF=D1=80=D0=B8=20=D0=BE=D0=B1=D1=83=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- train_scripts/create_dataset_overlay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train_scripts/create_dataset_overlay.py b/train_scripts/create_dataset_overlay.py index c469871..6e44b1c 100755 --- a/train_scripts/create_dataset_overlay.py +++ b/train_scripts/create_dataset_overlay.py @@ -107,7 +107,7 @@ def to_uint8(channel): def save_notebook_style_png(path, channel): - fig = plt.figure() + fig = plt.figure(figsize=(16, 16)) plt.imshow(channel) plt.savefig(path) plt.clf()