I want to upload Ct scans images into Dinov2 but i get mismatch error
the input to the model is in the following size
torch.Size([16,1,10,18,18])
Batch, Channel, Depth, Height, Width
but Dinov2 needs the channel numbers to be 3 and no width.
This is my thoughts, any help or guide to fix this problem ! thanks in advance