Coder Social home page Coder Social logo

Comments (2)

SharifAmit avatar SharifAmit commented on June 11, 2024

I will upload the infer.py file that can be used for running inference/testing images.

In the meantime, you can check the visualization.py and dataloader.py files in the 'src' folder to see how to do prediction.
If you check the strided_crop_DRIVE.py files then we are taking N number of a crops from each image and mask.
The prediction will be something like this:

X_coarse, x_global = coarse_model.predict([Coarse_Crop Coarse_Mask])
X_fine = g_model.predict([Fine_crop,Fine_Mask,x_global])

Fine_crop = 128x128 crop from the fine image
Fine_mask = 128x128 crop from the fine mask
Coarse_crop= 64x64 crop by dividing the Fine_crop / / 2
Coarse_mask = 64x64 crop by dividing the Fine_mask // 2

You can save both the X_coarse and X_fine as .PNG and show it as a Plot ( Already provided in visualization.py)

N. B. you have to do it for all the crops in one image, then overlap all the crops and average the pixel values. I will provide that code in the infer.py file.

Hope this helps !

from rvgan.

mjm92 avatar mjm92 commented on June 11, 2024

I think I understand your meaning, thank you very much!

from rvgan.

Related Issues (20)

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.