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

Tile shape issue #1

Open
Haseeb-U1-Hassan opened this issue Sep 24, 2022 · 0 comments
Open

Tile shape issue #1

Haseeb-U1-Hassan opened this issue Sep 24, 2022 · 0 comments

Comments

@Haseeb-U1-Hassan
Copy link

Hello,

Thanks for your amazing. It is really interesting. I checked the whole code and ran the code. But I am facing an issue when I merge all types of files (motion file, saliency file, and tile) in the myGenerator function. I am getting the following shapes:
i) Motion file: (30, 1920, 3840)
ii) Saliency file: (30, 1920, 3840)
iii) tile Shape: (30, 120, 240)

I am getting the following error.
alldata_x.append(np.array(d))
ValueError: could not broadcast input array from shape (30,120,240) into shape (30,)
Can you tell me, how you dealt tile shape problem? As it is not matching with others.

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

1 participant