Anurag Priyadarshi
Anurag Priyadarshi
@senguptaumd I could see the segmentation mask `...masksDL.png` with the background neatly removed. I will spend some time and try to diagnose this. Some matrix is empty for sure. I...
@siddas27 Didn't dig deeper into it. But do check the path variable. I felt something was missing around those lines.
@Klutz2904 You need to set `CUDA_VISIBLE_DEVICES=0` in the environment. To do this, you should either execute the command with **!**(running_ on ipython/jupyter) ```shell !CUDA_VISIBLE_DEVICES=0 python test_background-matting_image.py -m real-hand-held -i sample_video/input/...
@Klutz2904 It seems that the machine on which you are trying to run this is not configured properly for using GPUs. It might be easier to run the code on...