mmaaz60 / mvits_for_class_agnostic_od

[ECCV'22] Official repository of paper titled "Class-agnostic Object Detection with Multi-modal Transformer".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPU only implementation

cattendu opened this issue · comments

Hi, this is awesome work! Are there any plans to complete the implementation to allow the inference to run on CPU only?

Hi @cattendu,

Thank you for your interest in our work. As of now, we don't have any plans for supporting CPU-only inference. However, any pull request adding an additional feature is welcome.

Thank you