EMSANet icon indicating copy to clipboard operation
EMSANet copied to clipboard

How to Export train model output to video format

Open Seye4 opened this issue 2 years ago • 1 comments

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

Seye4 avatar Dec 13 '22 16:12 Seye4

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

danielS91 avatar Feb 20 '23 08:02 danielS91