RFSR
RFSR copied to clipboard
Model Files
Dear Jshermeyer, Your effort to develop such project is greatly appreciated. I have only one simple or maybe clear question. In line : rf = joblib.load("/RF_Models/RF_2x_1Sigma_30cm_10percent_5x5PatchSize_Pad_100Depth_IA.pkl") what is the model file? is it the model which is saved in the past lines? joblib.dump(rf, '/models/rfmodel1.pkl')
So sorry, just saw this. Yes it would be the model that you previously trained and saved as a pkl file. You then load the model to apply super-resolution to your testing or validation dataset.
Thanks for your interest!