Echo0125 / MAT-Memory-and-Anticipation-Transformer

[ICCV 2023] Official implementation of Memory-and-Anticipation Transformer for Online Action Understanding
Apache License 2.0
44 stars 3 forks source link

Issue about creating #2

Closed JessieSun-lalala closed 10 months ago

JessieSun-lalala commented 1 year ago

Thanks for your great work and sharing.

When I try to add modules in the original MAT framework, I find that only creating new modules without using them, the detection results will change. Have you encountered this problem? How can I fix it?

Looking forward to your reply

Echo0125 commented 10 months ago

I apologize for the late response. I've also noticed this issue and I think it might be due to the addition of new parameters altering the distribution of parameter initialization. I suggest not manually adding unnecessary parameters during training, to avoid affecting the performance.