nohup python <file.py> &
It will create a nohup.out file with logs
ps -ef|grep <Linux_username>
Provide the path to the raw files folder and the folder to store the images and run the following file. https://github.com/vivek14632/LungCancerProject/blob/master/vivek/storeClearnedImpages.py
/home/ravi/final_matrix.npy
/home/cis1024/sample_images_Y.npy
LungCancerProject/pixelDistribution/FinalFrequencyMatrix.py
LungCancerProject/vivek/y_matrix_generator.py
python y_matrix_generator.py
where arg1 -> Fully qualified path of directory containing all image files. arg2 -> Directory path where the final numpy matrix needs to be saved.
Example Command line execution
python y_matrix_generator.py D:\Learning\Cancer_Project\Data\sample_images_clean D:\Docs
TODO: @Ravi can you please update this section?
TODO: Ravi and Deepak: Please update this section.