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

Intermediate ground truth mask for tracked objects #21

Closed
ShijieVVu opened this issue Aug 18, 2022 · 1 comment
Closed

Intermediate ground truth mask for tracked objects #21

ShijieVVu opened this issue Aug 18, 2022 · 1 comment

Comments

@ShijieVVu
Copy link

Is there a way to provide intermediate ground truth mask for objects already in the memory to correct their drifting?

@hkchengrex
Copy link
Owner

hkchengrex commented Aug 18, 2022

For the GUI, it should be obviously doable.
For batch processing (eva.py), I haven't tried this but I think if you

  1. create your new test dataset (in inference/data/test_datasets.py), which feeds use_all_mask=True to VideoReader and
  2. pass exhaustive=True to mapper.convert_mask() in eval.py

, it should work.

If the drifting is severe, you might also want to flush the memory bank when a new frame is loaded. Let me know if it works.

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