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
The output of algorithm are frames with the object segmented in the same image. I need get just the object's region (parameters) or object segmented that the program is tracking on the frames without the whole image. Is there any way to get just parameters of object?
If you check the code from eval_previous_mask.py, you will find that the masks for each instance are also saved as binary images in a folder named masks_sep_2assess. This folder should be generated under your model folder, in the same place that the folder named results is also generated.
No description provided.
The text was updated successfully, but these errors were encountered: