Spaces:
Running
Running
Update sam2/modeling/sam/mask_decoder.py
Browse files
sam2/modeling/sam/mask_decoder.py
CHANGED
@@ -9,7 +9,7 @@ from typing import List, Optional, Tuple, Type
|
|
9 |
import torch
|
10 |
from torch import nn
|
11 |
import pdb
|
12 |
-
from fvcore.nn import FlopCountAnalysis
|
13 |
from sam2.modeling.sam2_utils import LayerNorm2d, MLP
|
14 |
|
15 |
|
|
|
9 |
import torch
|
10 |
from torch import nn
|
11 |
import pdb
|
12 |
+
# from fvcore.nn import FlopCountAnalysis
|
13 |
from sam2.modeling.sam2_utils import LayerNorm2d, MLP
|
14 |
|
15 |
|