RFSR
RFSR copied to clipboard
Random Forest Super-Resolution (RFSR)
Hi Thank you for the amazing repo. Can you please share the model weight files that you used to produce the results in readme?
Thankyou for your repo, I am new to this domain. I had some clarifications. I created the HR_images folder, what are the images that I need to store there? The...
Hey Jacob, great work! I wanted to know whether the **LR_Rasters=[]** in last 2 cells ( inference cell, performance testing cell) of the notebook are of any use? Also, I...
Dear Jshermeyer, Thank for your hard working. I have a question in 320th line: Train_TrainSet, Train_TestSet, Target_TrainSet, Target_TestSet = train_test_split(Trains[0], Targets[0], test_size=0.1, train_size=0.1) 'Trains' and 'Targets' are not defined,Is this...
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...