Excellent work! However, I couldn’t find the Adapter module.
Hello, I’ve been following your work for quite some time. I’m currently trying to reference your implementation of cross-attention, but I wasn’t able to locate the Adapter module in your code. Could you please share it? It’s also possible that I might have missed it—if that’s the case, please correct me.
Hi, If you want to find it quickly, you can check the line below.
https://github.com/Event-AHU/COESOT/blob/b1dc89e7bf09bf0788501e65c01f6c72c747b728/CEUTrack/lib/models/ceutrack/ceutrack.py#L155
I greatly appreciate your help; this has been very beneficial to me.
Dear Authors, Congratulations on the acceptance of your paper. I have a small question regarding the implementation details. In the paper, it appears that an Adapter is inserted after each block of the backbone. However, based on the code you provided, it seems that the Adapter is only added after the entire backbone.
Could you please clarify whether this was modified in the final version of the paper, or if I have misunderstood something? If my understanding is incorrect, I would greatly appreciate your correction.