EMSANet
EMSANet copied to clipboard
How to Export train model output to video format
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
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