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
-
model/model.onnx: model with trained weights
-
- 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
Code pieces are provided in jupyter notebook demo.ipynb