You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("number of instances saved: ", os.listdir(dest_root+'instances_y'))
print("number of instances saved: ", os.listdir(dest_root+'instances_y'))
may change to: print("number of instances saved: ", os.listdir(dest_root+'instance_y'))
The text was updated successfully, but these errors were encountered:
SegPC-2021/utils/dataset_preparation.py
Line 154 in f891f81
print("number of instances saved: ", os.listdir(dest_root+'instances_y'))
may change to:
print("number of instances saved: ", os.listdir(dest_root+'instance_y'))
The text was updated successfully, but these errors were encountered: