maybe just use blue

This commit is contained in:
Hsiang Wei Huang
2024-11-21 20:49:51 -08:00
committed by GitHub
parent b734805b47
commit 712f59a72e

View File

@@ -9,7 +9,7 @@ import sys
sys.path.append("./sam2") sys.path.append("./sam2")
from sam2.build_sam import build_sam2_video_predictor from sam2.build_sam import build_sam2_video_predictor
color = [(0, 0, 255)] color = [(255, 0, 0)]
def load_txt(gt_path): def load_txt(gt_path):
with open(gt_path, 'r') as f: with open(gt_path, 'r') as f: