Open
Description
With my current configuration that follows requirements, bash scripts/visual_video.sh fails with
ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'
Please compile MultiScaleDeformableAttention CUDA op with the following commands:
`cd mask2former/modeling/pixel_decoder/ops`
`sh make.sh`
despite running make.sh produces
Installed /usr/lib/python3.8/site-packages/MultiScaleDeformableAttention-1.0-py3.8-linux-x86_64.egg
Processing dependencies for MultiScaleDeformableAttention==1.0
Finished processing dependencies for MultiScaleDeformableAttention==1.0
At the same time, inference with detectron2 python3 detectron2/demo/demo.py
works as expected.
Having a reproducible configuration would hopefully eliminate the scripts/visual_video.sh failure, having a Dockerfile would be ideal.
Metadata
Metadata
Assignees
Labels
No labels