-
Notifications
You must be signed in to change notification settings - Fork 56
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: zero-dimensional arrays cannot be concatenated #6
Comments
Have you already solve this problem? I meet this problem too。— —! |
@dangz90 I have been stuck in this problem for a week, could you please send the right answer to [email protected],if you have solved this problem .Thank you very much. |
Putting square brackets around the |
Hi, I also find the same problem as you did. that is,"the means (b) and sigma (c) fisher vectors are all 0s".May I ask you this result is true or false? Did you use this code finally?Thank you very much |
Did this not work for you?
|
Actually,this part is ok. But I have another problem. when I print means and sigma , "the means (b) and sigma (c) fisher vectors are all 0s",I dont know whether it means a mistake or not. |
Hi,
I'm trying to run the code but I receive the following error:
The error seems to be in line 74:
fv = np.concatenate([np.concatenate(a), np.concatenate(b), np.concatenate(c)])
Also, when I check
the means (b) and sigma (c) fisher vectors are all 0s.
The text was updated successfully, but these errors were encountered: