facebookresearch / playtorch

PlayTorch is a framework for rapidly creating mobile AI experiences.
https://playtorch.dev/
MIT License
830 stars 101 forks source link

animegan on video #191

Open spikejones1040 opened 1 year ago

spikejones1040 commented 1 year ago

Area Select

react-native-pytorch-core (core package)

Description

I want to apply Animegan model using Playtorch on video, since I am developing React Native Application. However -

Any help/pointers will be greatly appreciated.

raedle commented 1 year ago

Hi @spikejones1040, the short answer is PlayTorch doesn't support ML accelerators, and is limited by the options of the PyTorch Mobile lite interpreter runtime. The longer answer is explained in https://github.com/facebookresearch/playtorch/issues/81#issuecomment-1197660296

spikejones1040 commented 1 year ago

Thanks for pointer and explanation. Is the support for accelerators planned in future releases ? as there are tons of use cases for videos (style transfer, super resolution, background removal etc. ) It will make playtorch very powerful. Currently with image only support it is a bit limited.

raedle commented 1 year ago

There are no plans to add support. But we are accepting PRs if anyone wants to take a stab