File ".../DFormer-SOD/Code/models/decoders/decode_head.py", line 177, in
inputs = [inputs[i] for i in self.in_index]
IndexError: tuple index out of range
I'm # trying to run the code for DFormer-SOD using the large architecture, but I get this error, Dformer's backbone seems to output two sets of four-level features, while the decoder only receives a single set of four-level features, so I'm only taking the first set of features as the input to the decoder, so please tell me how I can modify it to reproduce the The data is in the paper
File ".../DFormer-SOD/Code/models/decoders/decode_head.py", line 177, in
inputs = [inputs[i] for i in self.in_index]
IndexError: tuple index out of range
I'm # trying to run the code for DFormer-SOD using the large architecture, but I get this error, Dformer's backbone seems to output two sets of four-level features, while the decoder only receives a single set of four-level features, so I'm only taking the first set of features as the input to the decoder, so please tell me how I can modify it to reproduce the The data is in the paper