SHI-Labs / VMFormer

[Preprint] VMFormer: End-to-End Video Matting with Transformer

Home Page:https://chrisjuniorli.github.io/project/VMFormer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this be run on the CPU?

spiegelball opened this issue · comments

Or is there no way to run the MSDeformableAttention module on the cpu?

It seems MSDeformAttn is supported on CPU by a third party in this issue fundamentalvision/Deformable-DETR#160. We'll also take a look and see if we can build it upon CPU-only.