Skip to content

whucsu/Deep-Ultrafast-Echocardiography

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultrafast Cardiac Imaging Using Deep Learning

This repo provides CNN model with trained weights in Open Neural Network Exchange (ONNX) format and a inference demo script, for the following paper:

Ultrafast Cardiac Imaging Using Deep Learning For Speckle-Tracking Echocardiography

Repo Contents

  • model/model.onnx: model with trained weights

  • data/

    • grid_x.h5: image grid in lateral direction
    • grid_z.h5: image grid in axial direction
    • data_iq_3dw.h5: example IQ data from 3 steered DWs acquisitions along time
    • data_iq_ref.h5: reference IQ data from the compounding of 31 DWs at the frozen time
  • demo.ipynb: Running inference

Requirements

Model inference with the exapmle image data

Code pieces are provided in jupyter notebook demo.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%