You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am reading your code in grounded_sam2_tracking_demo_with_continuous_id.py, in Line 157 as following: for out_frame_idx, out_obj_ids, out_mask_logits in video_predictor.propagate_in_video(inference_state, max_frame_num_to_track=step, start_frame_idx=start_frame_idx):
I am wondering why the max_frame_num_to_track is set to step and the start_frame_idx is set to start_frame_idx?
Could please give me more information? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I am reading your code in
grounded_sam2_tracking_demo_with_continuous_id.py
, inLine 157
as following:for out_frame_idx, out_obj_ids, out_mask_logits in video_predictor.propagate_in_video(inference_state, max_frame_num_to_track=step, start_frame_idx=start_frame_idx):
I am wondering why the max_frame_num_to_track is set to
step
and the start_frame_idx is set tostart_frame_idx
?Could please give me more information? Thanks!
The text was updated successfully, but these errors were encountered: