jfzhang95 / pytorch-video-recognition

PyTorch implemented C3D, R3D, R2Plus1D models for video activity recognition.
MIT License
1.16k stars 250 forks source link

ResNet Network Structure is Not Correct??? #28

Open zkqiu opened 5 years ago

zkqiu commented 5 years ago

In R3D_model and R2+1D model. bn and relu already included in the SpatioTemporalConv but in SpatioTemporalResBlock you add bn and relu after SpatioTemporalConv