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
你好,在训练过程中一段序列结束后,是不是应该要reset_memory?代码中reset_memory调用貌似只出现在init() 和 测试的时候
The text was updated successfully, but these errors were encountered:
您好,使用
StreamPETR/projects/mmdet3d_plugin/models/dense_heads/streampetr_head.py
Line 333 in 95f6470
Sorry, something went wrong.
您好,使用 StreamPETR/projects/mmdet3d_plugin/models/dense_heads/streampetr_head.py Line 333 in 95f6470 self.memory_timestamp = memory_refresh(self.memory_timestamp[:, :self.memory_len], x) memory_refresh进行memory重置
memory_refresh进行memory重置
谢谢
No branches or pull requests
你好,在训练过程中一段序列结束后,是不是应该要reset_memory?代码中reset_memory调用貌似只出现在init() 和 测试的时候
The text was updated successfully, but these errors were encountered: