Dipam Vasani

Results 4 issues of Dipam Vasani

I have found the * operator really useful when it comes to unpacking lists and calling a function on all the elements of the list. It'll be nice if you...

I followed the Colab tutorial and could get it running. I am now trying to do the same on a custom video and audio. When fine-tuning audio net, we do...

Is there a reason we are multiplying 320 to the frame size here https://github.com/ecsplendid/rembg-greenscreen/blob/b79648a1cb03c46c56d4ad4e626cf5907621c06f/src/rembg/multiprocessing.py#L120-L125

If I am correct, after downloading the models, I have to run ``` python run_pipeline.py --videofile /path/to/video.mp4 --reference name_of_video --data_dir /path/to/output python run_syncnet.py --videofile /path/to/video.mp4 --reference name_of_video --data_dir /path/to/output ```...