Hello,
Thanks for your work! In the readme you mention the input shape to be 112x112x3 but the to_input() function outputs torch.Size([1, 3, 112, 112]) when given a PIL Image.
I assume torch.Size([1, 3, 112, 112]) is the correct input format since 112x112x3 throws an error when trying to use the model, is it correct ?
Hello,
Thanks for your work! In the readme you mention the input shape to be 112x112x3 but the to_input() function outputs torch.Size([1, 3, 112, 112]) when given a PIL Image.
I assume torch.Size([1, 3, 112, 112]) is the correct input format since 112x112x3 throws an error when trying to use the model, is it correct ?