GithubHelp home page GithubHelp logo

rfsr's People

Contributors

jshermeyer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rfsr's Issues

Hi

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 xview data sample in your readme points to the research paper. and the actual dataset is huge. Is it that i have to put in HR_images folder? Or the one you gave in SampleImagery folder? the tif files.
I added the tif files and got this error when running this part
#Check to ensure the first dimension of the shapes match.
print(Train_TrainSet[0].shape)
print(Target_TrainSet[0].shape)

Error
IndexError Traceback (most recent call last)

in ()
1 #Check to ensure the first dimension of the shapes match.
----> 2 print(Train_TrainSet[0].shape)
3 print(Target_TrainSet[0].shape)

IndexError: list index out of range

What's the purpose of unused LR_Rasters=[] in last 2 code cells?

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 am working with jpegs, so replaced .tif with .jpeg. In the 2nd last cell, just after LR_Rasters=[] there's driver = gdal.GetDriverByName("GTiff"), is there any need to replace the GTiff here with JPEG? Although I did run and get output images, I am asking anyway.

Model Weights

Hi
Thank you for the amazing repo. Can you please share the model weight files that you used to produce the results in readme?

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

Undefined variable

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 program unnecessary?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.