amirbar / DETReg

Official implementation of the CVPR 2022 paper "DETReg: Unsupervised Pretraining with Region Priors for Object Detection".
https://amirbar.net/detreg
Apache License 2.0
336 stars 46 forks source link

Can`t install MultiScaleDeformableAttention #52

Closed jshtok closed 2 years ago

jshtok commented 2 years ago

Hi, I have seen others have resolved this, but no clues are left behind. I was not able to install the MultiScaleDeformableAttention package from pip or conda, and there is nothing in Readme.

Please assist. Thank you!

vadimkantorov commented 2 years ago

Hi! Please follow https://github.com/amirbar/DETReg#compiling-cuda-operators :

cd ./models/ops
sh ./make.sh
jshtok commented 2 years ago

Thank you, Vadim. Apparently, I don't know how to read, after all.