RuiZhang97 / ISNet

CVPR2022 ''ISNet: Shape Matters for Infrared Small Target Detection''
MIT License
124 stars 11 forks source link

A problem in ISNet #30

Open CPaul33 opened 4 weeks ago

CPaul33 commented 4 weeks ago

location: model/ISNet.py for line 213 and 217: fusec2 = self.TTOA_low(deconc2, c2) fusec1 = self.TTOA_high(deconc1, c1)

are there problems? because as defined code of TTOA where the former input is low-level features and the latter input is high-level features, i consider whether this codes stated above should be altered as fusec2 = self.TTOA_low(c2, deconc2) and fusec1 = self.TTOA_high(c1,deconc1 )?

by the way, i want to express my thanks to every open-source contributor like you deeply. hope your response to this problems! 屏幕截图 2024-10-23 113821 屏幕截图 2024-10-23 113841 屏幕截图 2024-10-23 113940

Jason-Pan-UCAS commented 2 weeks ago

Hello, because the author's code was removed, could you please send a copy of the code to my mailbox, if you can,thank you very much,my mail is jasonpan0815@163.com

CPaul33 commented 2 weeks ago

Hello, because the author's code was removed, could you please send a copy of the code to my mailbox, if you can,thank you very much,my mail is jasonpan0815@163.com

hi, bro. here's the solution for that. from the home page, you can see the "Branches", click it, and then you will find a "Stale" option there, finally click "master" you will find the original code of this paper.