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