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 making the analysis pipeline available to the community.
When I run the pipeline, I get an error "Index exceeds the number of array elements (147248008)."
Another user had already described this issue ([https://github.com//issues/19]).
I'm using a tif stack instead of an avi movie, however.
Changing line 236 in data_cat.m to for ii = rg(rgcount): rg(rgcount + 1) - 2 % note the '2' instead of '1' here
solves the issue for me, but I'm not sure, whether this introduces new problems.
Kind regards
Wuffi
The text was updated successfully, but these errors were encountered:
I will need a piece of video with which you ran into this issue to help debug and see what the real problem is. If it's okay to you, you can email it to [email protected].
Dear Jinghao,
Thanks for your answer.
I'll generate a small tiff stack
I was running MIN1PIPE on a computer without the Computer Vision Toolbox.
Could this be part of the problem?
Dear Jinghao,
Thanks for making the analysis pipeline available to the community.
When I run the pipeline, I get an error "
Index exceeds the number of array elements (147248008).
"Another user had already described this issue ([https://github.com//issues/19]).
I'm using a tif stack instead of an avi movie, however.
Changing line 236 in
data_cat.m
tofor ii = rg(rgcount): rg(rgcount + 1) - 2 % note the '2' instead of '1' here
solves the issue for me, but I'm not sure, whether this introduces new problems.
Kind regards
Wuffi
The text was updated successfully, but these errors were encountered: