-
Notifications
You must be signed in to change notification settings - Fork 7
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 should I set the configs during inference #2
Comments
thx for reply~ |
Yes, since we used the video dataset only in STAGE=4 (and used the image dataset in STAGE=1,2,3), STAGR=4 should be used to get the best performance.
It means that the maximum number of memory frames for STM. Following the original STM, we memorize (1) the first frame, (2) the previous (last) frame, and (3) intermediate frames. |
First of all, excellent work!
I'd like to know how should i set the configs(especially MEMORY_* stuffs) during inference using my own data?
And how should I prepare my own data with first frame trimap given?
The text was updated successfully, but these errors were encountered: