Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do i get only region of object or do i have to process the image that output network? #18

Open
Quezar opened this issue Aug 9, 2019 · 3 comments

Comments

@Quezar
Copy link

Quezar commented Aug 9, 2019

No description provided.

@carlesventura
Copy link
Collaborator

Could you explain with more detail the problem you have?

Regards,

Carles

@Quezar
Copy link
Author

Quezar commented Aug 28, 2019

Hi Carles

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?

Regards

@carlesventura
Copy link
Collaborator

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.

Best regards,

Carles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants