Skip to content

Instantly share code, notes, and snippets.

@AI-hew-math
AI-hew-math / sav_benchmark.py
Created February 14, 2026 15:15
SAM2 Vineyard Experiment - Evaluation & Inference Code (for baseline comparison)
# 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 sav_dataset directory of this source tree.
# adapted from https://github.com/hkchengrex/vos-benchmark
# and https://github.com/davisvideochallenge/davis2017-evaluation
# with their licenses found in the LICENSE_VOS_BENCHMARK and LICENSE_DAVIS files
# in the sav_dataset directory.