We developed WSSNet, a deep learning method to estimate aortic wall shear stress based on geometry and velocity from 4D Flow MRI.
The network was trained on synthetic data, generated from CFD simulations.
The input and output of the network consists of flattened representation of the aortic vessel surface, translated into velocity sheets and coordinate flatmaps.
Training dataset and pre-trained weights are provided here.
The network was trained using Tensorflow 2.3 with Keras backend.
Files:
1, wssnet: contains the network weights and optimisation parameters to restore/continue training
2. wssnet_dataset: contains the dataset files used for training the network
Please follow the instruction in our github page to use the files.