Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: could not broadcast input array from shape (5662,32,64,3) into shape (17500,32,64,3) #22

Open
gtuvshintugs opened this issue Feb 22, 2018 · 1 comment

Comments

@gtuvshintugs
Copy link

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.

@satojkovic
Copy link
Owner

Hi @gtuvshintugs

It might be helpful whole discussions in issue #4 but could you paste all error messages ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants