Hi, and thanks for your work !!
Are you planning to release a predictor for real time tracking ?
Similarly to this for example : https://github.com/zdata-inc/sam2_realtime/blob/main/sam2/sam2_object_tracker.py
In there, the prompt is only needed for the first frame. Then, we call a predict() function, that only takes as argument the current frame of the video/camera to propagate. This would help reduce the memory usage of loading all the frames of a video first before propagating.
Thanks !
Hi, and thanks for your work !!
Are you planning to release a predictor for real time tracking ?
Similarly to this for example : https://github.com/zdata-inc/sam2_realtime/blob/main/sam2/sam2_object_tracker.py
In there, the prompt is only needed for the first frame. Then, we call a predict() function, that only takes as argument the current frame of the video/camera to propagate. This would help reduce the memory usage of loading all the frames of a video first before propagating.
Thanks !