|
|
@@ -59,7 +59,8 @@ class SegmentService:
|
|
|
for x_file in os.listdir(file_path):
|
|
|
x_file_name, x_file_e = os.path.splitext(x_file)
|
|
|
if x_file_e == ".png":
|
|
|
- _is_cutout.append(x_file_name)
|
|
|
+ continue
|
|
|
+ # _is_cutout.append(x_file_name)
|
|
|
# ===============================================================
|
|
|
for file in os.listdir(root_path):
|
|
|
file_path = "{}/{}".format(root_path, file)
|