COESOT icon indicating copy to clipboard operation
COESOT copied to clipboard

Excellent work! However, I couldn’t find the Adapter module.

Open YmShan opened this issue 1 month ago • 3 comments

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.

YmShan avatar Nov 06 '25 02:11 YmShan

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

Tchuanm avatar Nov 06 '25 11:11 Tchuanm

I greatly appreciate your help; this has been very beneficial to me.

YmShan avatar Nov 06 '25 23:11 YmShan

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.

YmShan avatar Nov 07 '25 02:11 YmShan