Open Chenjuanwen opened 1 year ago
@Chenjuanwen first I used pip env to install the libraries and I get the same issue as you 'ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'' , when I used conda all things worked :D just create new conda env, and pip install inside that env, that what worked for me.
for me running make.sh at semantic_sam/body/encoder/ops resolved this
When I try to run any demo or eval python, I come across such problem:
ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'
Please compile MultiScaleDeformableAttention CUDA op with the following commands:
cd mask2former/modeling/pixel_decoder/ops
sh make.sh
BUT there is no path mask2former/modeling/pixel_decoder/ops. How can I fix it ?