nowsyn commited on
Commit
72f8ea7
1 Parent(s): c32a2a2

update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +1 -2
setup.sh CHANGED
@@ -5,8 +5,7 @@
5
  pip install git+https://github.com/facebookresearch/[email protected]
6
 
7
  # Compile ms_deform_attn op
8
- cd annotator/entityseg/mask2former/modeling/pixel_decoder/ops
9
- sh make.sh
10
 
11
  # download models
12
  mkdir .cache
 
5
  pip install git+https://github.com/facebookresearch/[email protected]
6
 
7
  # Compile ms_deform_attn op
8
+ pip install third-party/MultiScaleDeformableAttention-1.0-cp310-cp310-linux_x86_64.whl
 
9
 
10
  # download models
11
  mkdir .cache