|
encoded_image = self._encode_image(torch.cat([state[0], state[2]], axis=1)) |
Could you plz tell me what does state[2] stand for in pedstrians exsisting scenario?
I got torch.size([1, 96, 48]) of torch.cat([state[0], state[2]], axis=1))) instead of ([64, 4, 3, 3]) .
DDRL4NAV/USTC_lab/nn/nav_encoder.py
Line 72 in 8d52815
Could you plz tell me what does state[2] stand for in pedstrians exsisting scenario?
I got torch.size([1, 96, 48]) of
torch.cat([state[0], state[2]], axis=1)))instead of ([64, 4, 3, 3]) .