self.conv = nn.Sequential(conv(n_in, n_out), nn.ReLU(), conv(n_out, n_out), nn.ReLU(), conv(n_out, n_out)) Block(64, 64), Block(64, 64), Block(64, 64), nn.Upsample ...
Abstract: The detection task of infrared small targets from the perspective of long-distance drones is challenging due to weak features, low contrast, and easily interfered by noise. In this paper, ...