yucornetto commited on
Commit
f57c31f
1 Parent(s): 6cd3df4

init for demo

Browse files

Change-Id: Ia7f1de7d328869beb96de5c1bd2f2ca0e180c520

fcclip/modeling/pixel_decoder/ops/functions/ms_deform_attn_func.py CHANGED
@@ -26,7 +26,8 @@ except ModuleNotFoundError as e:
26
  "\t`cd mask2former/modeling/pixel_decoder/ops`\n"
27
  "\t`sh make.sh`\n"
28
  )
29
- raise ModuleNotFoundError(info_string)
 
30
 
31
 
32
  class MSDeformAttnFunction(Function):
 
26
  "\t`cd mask2former/modeling/pixel_decoder/ops`\n"
27
  "\t`sh make.sh`\n"
28
  )
29
+ print(info_string)
30
+ #raise ModuleNotFoundError(info_string)
31
 
32
 
33
  class MSDeformAttnFunction(Function):