ischerl / RPCA-PIV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Effect of how many U,V frames are used and at what point during the study?

waqasahmad531 opened this issue · comments

Hi,

Thank you for sharing the code. I have a question about the maximum number of frames/instances, at which U and V displacements are recorded, that can be used on RPCA using your code. This is question is mainly because of 'out of memory' error from MATLAB if I used larger set of data.

1- Did you try to see if there is a minimum number of the frames that can used?
2- Or, did you take selective number of frames only e.g., 40 frames out of 100 frames etc. ?

I would like the code to run on couple of thousand frames but the current form of code does not allow that. Your answer to these questions will help me in deciding whether to use just a chunk of the data or how exactly to move forward.

Thanks again for your work!