mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
if not
This commit is contained in:
parent
d907dc48e5
commit
fc43f145c2
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ NUM_VAL_IMAGES = 50
|
||||||
|
|
||||||
DIR_OUTPUT=f"output/{datetime.utcnow().date().isoformat()}_deeplabv3plus_TEST"
|
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("DeepLabv3+ TEST")
|
||||||
logger.info(f"> DIR_OUTPUT {DIR_OUTPUT}")
|
logger.info(f"> DIR_OUTPUT {DIR_OUTPUT}")
|
||||||
|
|
Loading…
Reference in a new issue