You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should dataloader deliver the following output to the model?
torch.Size([16, 3, 256, 512]) - image
torch.Size([16, 1, 256, 512]) - binary lane image
torch.Size([16, 5, 256, 512]) - instances of lanes in separate layers
I coded custom dataloader and tusimple json processing script. Now I want to use the proposed model. And I've got the following error.
It seems to me that the dimensions of the dataloader's outputs is not matching with the model, am I right?
The text was updated successfully, but these errors were encountered:
Should dataloader deliver the following output to the model?
torch.Size([16, 3, 256, 512]) - image
torch.Size([16, 1, 256, 512]) - binary lane image
torch.Size([16, 5, 256, 512]) - instances of lanes in separate layers
I coded custom dataloader and tusimple json processing script. Now I want to use the proposed model. And I've got the following error.
It seems to me that the dimensions of the dataloader's outputs is not matching with the model, am I right?
The text was updated successfully, but these errors were encountered: