Closed githigher closed 11 months ago
Nice catch! We shouldn't compress the ego feature. It won't influence the performance a lot, but you can change to the right setting in your own experiment.
Haha, thank you very much for your reply. I will try to change it and conduct the experiment later
The following is the relevant code for v2xvit:
I noticed that spatial_features_2d is a feature map of N, C, H, and W sizes. N represents the number of ego vehicles and other agents. When spatial_features_2d's 0th dimension is equal to 0, it represents the feature map of the ego vehicle. But when you compress, you input the entire feature map, which includes the ego vehicle. I think the characteristics of the ego vehicle itself should not need to be compressed because its transmission loss is 0. Can you tell me why this is?