wjn922 / ReferFormer

[CVPR2022] Official Implementation of ReferFormer
Apache License 2.0
322 stars 25 forks source link

Is the CUDA operator compilation necessary? #48

Open Starboy-at-earth opened 10 months ago

Starboy-at-earth commented 10 months ago

Dear author: Thank you for your great work. I have encountered some problems in compiling the CUDA operator. Do it a necessary option for running the code? Thank you in advance! Your reply is appreciated very much!

wjn922 commented 10 months ago

Yes, the CUDA operator for deformable attention is necessary.

Starboy-at-earth commented 10 months ago

@wjn922 Can I bypass the annoying compilation process by what manipulations?