PeterL1n / RobustVideoMatting

Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!
https://peterl1n.github.io/RobustVideoMatting/
GNU General Public License v3.0
8.32k stars 1.11k forks source link

Performance Issues Mac and AWS Lambda Docker #252

Open aklacar1 opened 8 months ago

aklacar1 commented 8 months ago

I am running this using PyTorch example in both Mac and Lambda Docker, for a video with duration of about 30 seconds. It takes 5.5 minutes on AWS Lambda Docker and almost 9 Minutes on my Mac OS.

Is it possible that Tensorflow would be better? Is there Mac OS GPU support of any kind ? Is there anywhere implementation of Tensorflow convert_video? Also what about Tensorflowjs for convert_video ?