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