Video_Classification_ResNet3D_Pytorch
Video_Classification_ResNet3D_Pytorch copied to clipboard
Using ResNet3D to train on Kinetics form scratch or fine-tune on UCF-101(or others) with Kinetics pretrained model.
Results
2
Video_Classification_ResNet3D_Pytorch issues
Sort by
recently updated
recently updated
newest added
transforms.Resize(112), # 改变图像大小,作为112*112的正方形 #transforms.CenterCrop(224), # 以图像中心进行切割,参数只有一个要切成正方形>转 能解释一下吗,谢谢