Coder Social home page Coder Social logo

raft-ss-piv-dev's Introduction

RAFT-SS-PIV

todo

Requirement

All codes are running with python3.9, torch2.0.0

# For reading TFRecord
pip install tfrecord protobuf=3.20.1
pip install --extra-index-url https://developer.download.nvidia.com/compute/redist --upgrade nvidia-dali-cuda110

conda install numpy matplotlib scipy jupyter
#conda install -c conda-forge openpiv

# For UnLiteFlowNet-PIV
conda install -c conda-forge cupy

Composition of datasets

Datasets for training and validation

Dataset for training model are avaiablie on https://doi.org/10.5281/zenodo.4432496. This dataset is stored in the format of TFRecord, whose basic elements are dictionary. Each data element has 3 sub-members: target, flow, label.

  • target: particle image pairs, 1x2xWxH
  • flow: flow field ground truth, 1x2xWxH
  • label: dumped

Note: go to testTfrecord.py for more information

Datasets for evalution

Dataset for evaluating models is comprised of groups of sin flow and lamb-oseen flow with different parameter set. For both sin and lamb-oseen, each parameter set contains 10 samples. Similar to training dataset, evaluating dataset is in the form of dictionary, which has 4 keys: img1, img2, u, v.

  • img1, particle image one, Bx1xWxH
  • img2, particle image two, Bx1xWxH
  • u, x componet of the flow ground truth, Bx1xWxH
  • v, y componet of the flow ground truth, Bx1xWxH

raft-ss-piv-dev's People

Contributors

shampoodeng avatar

Watchers

 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.