RFSR icon indicating copy to clipboard operation
RFSR copied to clipboard

Model Files

Open EhsanVahab opened this issue 6 years ago • 1 comments

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')

EhsanVahab avatar Dec 03 '18 14:12 EhsanVahab

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!

jshermeyer avatar Mar 14 '19 19:03 jshermeyer