From f20450c5e14aee41bd2b169f97fde6d5ace18f86 Mon Sep 17 00:00:00 2001 From: SeregaCodit Date: Wed, 18 Feb 2026 21:17:59 +0200 Subject: [PATCH] feat(chore): initial commit for augment command --- tst_commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tst_commands.py b/tst_commands.py index 54d49c8..31dcd87 100644 --- a/tst_commands.py +++ b/tst_commands.py @@ -60,7 +60,6 @@ "./media/annotated/", "-p", ".xml", "--destination-type", "voc", - # "--cache_name", "Pascal_VOC_2012_v1-raw.voc" ] } @@ -68,7 +67,6 @@ MAPPING[Commands.dedup].append(Arguments.core_size) MAPPING[Commands.dedup].append("16") - sys.argv = MAPPING[Commands.stats] app = DataForge() app.execute() \ No newline at end of file