This commit is contained in:
Glenn Jocher 2018-12-31 12:44:00 +01:00
parent 17a02ae3e4
commit 0bb3fcb049
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ def detect(
device = torch_utils.select_device() device = torch_utils.select_device()
print("Using device: \"{}\"".format(device)) print("Using device: \"{}\"".format(device))
os.system('rm -rf ' + output) # os.system('rm -rf ' + output)
os.makedirs(output, exist_ok=True) os.makedirs(output, exist_ok=True)
data_config = parse_data_config(data_config_path) data_config = parse_data_config(data_config_path)