Open zmqp111 opened 5 years ago
What is the size of your input image? It is better to run the code on a server or workstation rather than a laptop.
Hi shenwei1231. I used BSDS500 Dataset.
Yesterday, I found out that in 32bit/64bit, it is a recognition problem of size_t and int. Where did you compile the Piotr's Matlab Toolbox?
hello, I have the same error, I run it on 64 bit workstation, could do share me the method of solve this error. Thanks load opticalFlowTest; [Vx,Vy]=opticalFlow(I1,I2,'smooth',1,'radius',10,'type','LK'); subplot(1,2,1),imshow(double(Vx),[]); subplot(1,2,2),imshow(double(Vy),[]);
Error using imResampleMex Requested 1035087118497x481x257917658343886 (17179869184.0GB) array exceeds maximum array size preference. Creation of arrays greater than this limit may take a long time and cause MATLAB to become unresponsive. See array size limit or preference panel for more information.
Hi shenwei1231. I used BSDS500 Dataset.
Yesterday, I found out that in 32bit/64bit, it is a recognition problem of size_t and int. Where did you compile the Piotr's Matlab Toolbox?
I directly used the complied binary files of the Piotr's Matlab Toolbox.
Hi. I have some error using your codes.
my system env. is