Open Seye4 opened 1 year ago
It is just the input image overlayed with the prediction and some small alpha value. You can easily do it in your pipeline. The function for alpha blending both images is here: https://github.com/TUI-NICR/EMSANet/blob/main/emsanet/visualization.py#L54
How do I export the train model output to video format as shown in your youtube video am referring to this link: https://www.youtube.com/watch?v=-Sopja6UEJg&t=0s
Thanks