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
I am glad to find your code. But here is some error.
in merge_datasets method: ValueError: could not broadcast input array from shape (5662,32,64,3) into shape (17500,32,64,3).
I didn't change any code or any data, images or text file you given in github.
I fixed one error, here it is:
def do_train_test_split():
class_names = [cls for cls in os.listdir(common.CROPPED_AUG_IMAGE_DIR)]
for class_name in class_names:
if class_name != ".DS_Store": #that file was inside class names in my mac.
Can you help me to fix the error on top. Check my issue and guide me. Thank u.
The text was updated successfully, but these errors were encountered:
I am glad to find your code. But here is some error.
in merge_datasets method: ValueError: could not broadcast input array from shape (5662,32,64,3) into shape (17500,32,64,3).
I didn't change any code or any data, images or text file you given in github.
I fixed one error, here it is:
def do_train_test_split():
class_names = [cls for cls in os.listdir(common.CROPPED_AUG_IMAGE_DIR)]
for class_name in class_names:
if class_name != ".DS_Store": #that file was inside class names in my mac.
Can you help me to fix the error on top. Check my issue and guide me. Thank u.
The text was updated successfully, but these errors were encountered: