Open CPaul33 opened 4 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
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.
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!