mmaaz60 / mvits_for_class_agnostic_od

[ECCV'22] Official repository of paper titled "Class-agnostic Object Detection with Multi-modal Transformer".
MIT License
299 stars 25 forks source link

CPU only implementation #9

Closed cattendu closed 2 years ago

cattendu commented 2 years ago

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

mmaaz60 commented 2 years ago

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