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