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
names = [name.split('.')[0] for name in os.listdir(r'D:\Python_Project\ssd.pytorch-master\battery_dataset_unbalance\validation\core_500\Annotation')
if os.path.isfile(os.path.join(r'D:\Python_Project\ssd.pytorch-master\battery_dataset_unbalance\validation\\core_500\\Annotation', name))]
names_coreless = [name.split('.')[0] for name in os.listdir(r'D:\Python_Project\ssd.pytorch-master\battery_dataset_unbalance\validation\coreless_5000\Annotation')
if os.path.isfile(os.path.join(r'D:\Python_Project\ssd.pytorch-master\battery_dataset_unbalance\validation\coreless_5000\Annotation', name))]