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
First of all, thank you very much for making this code publicly available!
While I was using your code, I noticed that in the find_new_objs function in SegTracker.py (https://github.com/z-x-yang/Segment-and-Track-Anything/blob/main/SegTracker.py#L123) could have an issue regarding modification of new_obj_mask during iteration. In addition, as pointed out in #105, shouldn't obj_num be self.curr_idx + 1 rather than self.curr_idx? Please correct me if I'm mistaken.
Many thanks,
Gyungin
The text was updated successfully, but these errors were encountered:
First of all, thank you very much for making this code publicly available!
While I was using your code, I noticed that in the
find_new_objs
function inSegTracker.py
(https://github.com/z-x-yang/Segment-and-Track-Anything/blob/main/SegTracker.py#L123) could have an issue regarding modification ofnew_obj_mask
during iteration. In addition, as pointed out in #105, shouldn'tobj_num
beself.curr_idx + 1
rather thanself.curr_idx
? Please correct me if I'm mistaken.Many thanks,
Gyungin
The text was updated successfully, but these errors were encountered: