Video_Classification_ResNet3D_Pytorch icon indicating copy to clipboard operation
Video_Classification_ResNet3D_Pytorch copied to clipboard

code is resize112,but centercrop(224),it is puzzled for me。

Open mengjiac opened this issue 2 years ago • 0 comments

transforms.Resize(112), # 改变图像大小,作为112*112的正方形 #transforms.CenterCrop(224), # 以图像中心进行切割,参数只有一个要切成正方形>转 能解释一下吗,谢谢

mengjiac avatar Mar 10 '22 02:03 mengjiac