jfzhang95 / pytorch-video-recognition

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

Is the R3D model based on resnet-18 with the basic building block? #11

Open rambleramble opened 5 years ago

rambleramble commented 5 years ago

Thanks for the great work! Is the R3D model based on resnet-18 with the "basic building block"? It seems so, but want to confirm if it is the exactly same implementation.

"the basic building block" I meant is as Figure 5 Left shows in the original resnet paper: https://arxiv.org/pdf/1512.03385.pdf