feat: add grounded_sam2_tracking_demo_with_continuous_id.py and test data

This commit is contained in:
bd8090
2024-08-09 02:33:24 +02:00
parent 04ad096725
commit df626551c4
45 changed files with 434 additions and 13 deletions

View File

@@ -17,8 +17,8 @@ from tqdm import tqdm
from PIL import Image
from sam2.build_sam import build_sam2_video_predictor, build_sam2
from sam2.sam2_image_predictor import SAM2ImagePredictor
from track_utils import sample_points_from_masks
from video_utils import create_video_from_images
from utils.track_utils import sample_points_from_masks
from utils.video_utils import create_video_from_images
"""
Hyperparam for Ground and Tracking