We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to provide intermediate ground truth mask for objects already in the memory to correct their drifting?
The text was updated successfully, but these errors were encountered:
For the GUI, it should be obviously doable. For batch processing (eva.py), I haven't tried this but I think if you
inference/data/test_datasets.py
use_all_mask=True
VideoReader
exhaustive=True
mapper.convert_mask()
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.
Sorry, something went wrong.
No branches or pull requests
Is there a way to provide intermediate ground truth mask for objects already in the memory to correct their drifting?
The text was updated successfully, but these errors were encountered: