I am writing a program to differentiate between two types of plots (images) using features such as number of peaks. The reading of the image and training takes about 15 - 20 minutes.
Everytime I open spyder to modify the code I have to run the code again because all the variable are cleared and wait.
Is there a way to save the images reading results, which comes out as a list, and the training results so I do not have to wait?
note: I am reading the images through[ cv2 ] & I am using spyder.