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

MaskRCNN + STM helper code for extracting frame-wise objects #9

Open
tejas-gokhale opened this issue Sep 1, 2021 · 1 comment
Open

Comments

@tejas-gokhale
Copy link

Hi,

Thanks for releasing code for this great work! I wanted to use OmniMatte on custom videos as described here: https://github.com/erikalu/omnimatte/#custom-video . I want to make sure that I follow the correct procedure for step -3 i.e. extraction of object masks.

Could you release the code for your mask creation pipeline? Some helper/util functions for this will be very useful, especially since MaskRCNN is notorious for version incompatibilities.

Thanks!

@erikalu
Copy link
Owner

erikalu commented Sep 2, 2021

Hi, it's not crucial that you use MaskRCNN + STM to get the object masks. Any object segmentation method of your choosing is fine. The masks just need to have a value of 0 for pixels with no object and 255 for pixels with the object, and placed in the correct directories.

We might clean up the mask extraction code and release it in the future, but we don't have plans currently for an immediate release, sorry about that.

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