MMFuser icon indicating copy to clipboard operation
MMFuser copied to clipboard

[Question] where is the MSDA

Open Mofr77 opened this issue 6 months ago • 1 comments

Question

hi! thanks for your excellent work! i encounter a problem when i read the code, the path is MMFuser/llava/model/multimodal_projector/deformable_attention/ops/functions/ms_deform_attn_func.py.line 18 import MultiScaleDeformableAttention as MSDA butr i can't fine MultiScaleDeformableAttention, could you please tell me where it is, it 's a lib or something?

looking forward to your reply!

Mofr77 avatar Jun 07 '25 11:06 Mofr77

Hi,

Thanks for your question. Please refer:

Deformation-Attention in Deformation-DETR is used in our Project. Run the following scripts to Compiling CUDA operators.

cd llava/model/multimodal_projector/deformable_attention/ops
sh ./make.sh

yuecao0119 avatar Jun 07 '25 11:06 yuecao0119