You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the inference.py script for processing multiple videos sequentially. Currently, I have to reload the model to reset the long term memory for each new video, which is quite resource-intensive.
Is there a more efficient way to reinitialize the long term memory without reloading the model each time? Any advice would be highly appreciated.
Thank you for your attention and I look forward to your suggestions.
The text was updated successfully, but these errors were encountered:
More specifically, I've noticed that the following block of code, which initializes the model and its components, needs to be executed for each new video:
This approach requires reloading the entire model. I am looking for a way to manually reset the model's memory state for a new video without having to rerun the entire initialization block.
Hi, thank you for your great work!
I am using the
inference.py
script for processing multiple videos sequentially. Currently, I have to reload the model to reset the long term memory for each new video, which is quite resource-intensive.Is there a more efficient way to reinitialize the long term memory without reloading the model each time? Any advice would be highly appreciated.
Thank you for your attention and I look forward to your suggestions.
The text was updated successfully, but these errors were encountered: