Partha Das
Results
12
comments of
Partha Das
trafficstars
> [@Morpheus3000](https://github.com/Morpheus3000) When I inferred with a custom image as input, I got a dimension mismatch error. So I used `torch.nn.functional.interpolate()` to match the dimensions for inference. Of course, I...
> [@Morpheus3000](https://github.com/Morpheus3000) , As I can see that we have to resize the input image into 256x256 before feeding the image into the network. We cant do simple resizing as...