This commit is contained in:
Starbeamrainbowlabs 2022-12-13 13:28:09 +00:00
parent d907dc48e5
commit fc43f145c2
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -23,7 +23,8 @@ NUM_VAL_IMAGES = 50
DIR_OUTPUT=f"output/{datetime.utcnow().date().isoformat()}_deeplabv3plus_TEST"
os.makedirs(DIR_OUTPUT)
if not os.path.exists(DIR_OUTPUT):
os.makedirs(DIR_OUTPUT)
logger.info("DeepLabv3+ TEST")
logger.info(f"> DIR_OUTPUT {DIR_OUTPUT}")