laumerf / 4DHeartModel

Framework to enable the inference of a high resolution personalized 4D (3D plus time) surface mesh of the cardiac structures from 2D echocardiography video data.
20 stars 7 forks source link

about MVA training num_epochs #3

Open SLYXDWL opened 1 year ago

SLYXDWL commented 1 year ago

I've currently trained every model on a Windows 10 computer with two NVIDIA Geforce GTX 1080 Ti GPUs using the instructions in the readme.md file. The final EF prediction by cycleGAN seemed to be under fitting, which may have been the reason I continued with the subsequent steps when the MVA had not yet demonstrated a nice correlation (after 104 epochs).

f

After carefully searching in the article and not finding related information, I would like to ask the following questions:

f6

laumerf commented 1 year ago

Did you use the configuration specified here: source/configs/generative_model/dhb.yml?

I see mainly one issue: The predicted frequency is half the actual frequency. I think I experienced this behaviour a couple of times and therefore introduced the regularizer described at equation 7. This helped in our case to prevent it. I honestly don’t know why it still happened in your case.

In your case you can try two things: