KyanChen commited on
Commit
a5a10d4
1 Parent(s): f5d671c

Update mmdet/structures/mask/structures.py

Browse files
mmdet/structures/mask/structures.py CHANGED
@@ -8,7 +8,7 @@ import mmcv
8
  import numpy as np
9
  import pycocotools.mask as maskUtils
10
  import torch
11
- from mmcv.ops.roi_align import roi_align
12
 
13
  T = TypeVar('T')
14
 
 
8
  import numpy as np
9
  import pycocotools.mask as maskUtils
10
  import torch
11
+ # from mmcv.ops.roi_align import roi_align
12
 
13
  T = TypeVar('T')
14