Coder Social home page Coder Social logo

raseedgan's Introduction

GANs-based PIV resolution enhancement without the need of high-resolution input

This notebook covers the Python implementation of a generative adversarial network (GAN) for enhancing the resolution of particle-image-velocimetry (PIV) images from incomplete high-resolution pairs. Particle tracking velocimetry is the experimental technique used to acquire those incomplete high-resolution images. The article associate to his work can be found at [to be published].

Four different cases are available:

  • Cylinder wake: direct-numerical simulation (DNS) data generated from Taira and Colonius (2007) and Kutz et al. (2016).
  • Turbulent-channel flow: DNS data from a turbulent channel flow with friction Reynolds number $Re_{\tau}=1000$ available at Johns Hopkins Turbulence Database.
  • Turbulent boundary layer flow: experimental data of a turbulent boundary layer with friction Reynolds number $Re_{\tau}\approx 900$ acquired in the water-tunnel facility at Universidad Carlos III de Madrid.
  • Blunt-body wake: experimental data of the flow around a blunt body acquired in the wind-tunnel facility at Universidad Carlos III de Madrid.

Installation

Use the package manager pip to install the required dependencies.

pip install -r requirements.txt

Usage

To generate the tfrecord files, execute:

guest@vegeta:~$ python run_generate_tfrecords.py -c channel -u 4

To run the training procedure, execute:

guest@vegeta:~$ python run_training --case channel --upsampling 4 --model_name architecture01 --learning_rate 1e-4

To compute the prediction of the testing dataset, execute:

guest@vegeta:~$ python run_predictions -c channel -u 4 -m architecture01 -l 1e-4

Publications

This repository has been used for the following scientific publications:

To be a nnounced

Authorship

This repository has been developed in the Experimental Aerodynamics and Propulsion group at Universidad Carloss III de Madrid. The following researches and students are acknowledged for their contributions:

  • Alejandro Güemes
  • Stefano Discetti
  • Carlos Sanmiguel

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Creative Commons

raseedgan's People

Contributors

guemesturb avatar eaplab avatar

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.