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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: