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

Handling new objects entering the video #26

Open
dl002 opened this issue Nov 20, 2019 · 1 comment
Open

Handling new objects entering the video #26

dl002 opened this issue Nov 20, 2019 · 1 comment

Comments

@dl002
Copy link

dl002 commented Nov 20, 2019

Thank you for sharing your code. The code is working if you have masks for all objects provided for the first frame. If some objects are appearing halfway through the video, how do I give the mask for that? I know I can give the mask for the first frame with -mask_path, how do I give the mask for new object entering at, say, 20th frame.

@carlesventura
Copy link
Collaborator

The code is not ready for this scenario. However, you could process all frames until say the 20th frame (no new objects entering), save the predictions at 20th frame, and then run again RVOS from 20th frame as starting point using the mask of the new entering object and the prediction masks for the other objects in the video already processed.

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