Skip to content

Instantly share code, notes, and snippets.

@binh234
binh234 / mask_decoder.py
Created March 20, 2024 07:31
Sam mask decoder for onnx exportation
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
import torch
from torch import nn
from torch.nn import functional as F