saulcanortiz / RevealingInvisible

CNN | Video magnification
2 stars 0 forks source link

process gets killed #2

Open maylad31 opened 3 years ago

maylad31 commented 3 years ago

Sorry to disturb again. i am trying to run on cpu mode but it gets killed python Main.py --test --ld=bestModel_validation.pt --in=s1/ --out=output/ --cpu Is it because all of my RAM gets used up?

saulcanortiz commented 3 years ago

Command line: python Main.py --test --ld=bestModel_validationDEF.pt --in=input/ --out=output/

The proposed convolutional neural network forms a dense block architecture that allows for better feature extraction, however, the concatenation process requires memory. For that reason, if you use CPU, I recommend that your videos are no longer than 300 frames and that these frames are not of large dimensions.

PS: I had the opportunity to use a GPU (Readme).