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

Subscripted assignment dimension mismatch #42

Open
ixhorse opened this issue Oct 11, 2017 · 1 comment
Open

Subscripted assignment dimension mismatch #42

ixhorse opened this issue Oct 11, 2017 · 1 comment

Comments

@ixhorse
Copy link

ixhorse commented Oct 11, 2017

cnn_ucf101_get_im_flow_batch.m(258)
if flip
sx = fliplr(sx) ;
imo(:,:,:,i,si) = imt(sy,sx,:) ;
imo(:,:,1:2:nStack,i,si) = -imt(sy,sx,1:2:nStack) + 255; %invert u if we flip
else
imo(:,:,:,i,si) = imt(sy,sx,:) ;
I get the error "Subscripted assignment dimension mismatch", so is the code wrong?

@onegoldensun
Copy link

i have the same question as you.have you sold it?

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