mirror of
https://github.com/Yuki-Kokomi/OpenECAD_Project.git
synced 2026-02-03 16:23:24 -05:00
fix run_model.py
This commit is contained in:
@@ -159,8 +159,8 @@ import traceback
|
||||
errors = []
|
||||
for index in range(len(input_types)):
|
||||
cur_type = input_types[index]
|
||||
src = src_base + cur_type
|
||||
out = out_base + cur_type
|
||||
src = os.path.join(src_base, cur_type)
|
||||
out = os.path.join(out_base, cur_type)
|
||||
ensure_dir(out)
|
||||
out_paths = sorted(glob.glob(os.path.join(src, "*.{}".format("jpg"))))
|
||||
if cur_type == "Orthographic" :
|
||||
|
||||
Reference in New Issue
Block a user