R2Plus1D-PyTorch
R2Plus1D-PyTorch copied to clipboard
PyTorch implementation of the R2Plus1D convolution based ResNet architecture described in the paper "A Closer Look at Spatiotemporal Convolutions for Action Recognition"
Please forgive me to new this issues. Is there providing the pretrained weights? Or we train it from scratch by ourselves? Could you mind share it to all of us?Becase...
Great implementation. Could you provide the reproduce result that can use to compare with original implementation in CAFFE2? Thanks
hi, team.@yechanp @irhum, I am trying this project but this bug occurred when i'm trying to put my data into the network. could you help me with this error? thanks...
I just trained for 45 epochs and set LR 0.01 for UCF101, but I got the really terrible result. Firstly the training loss is stable around 4, but cannot get...
Where is the dataloader.py file ? How can i input the video data into the network ?
Which python file do we call to train the dataset? I don't see a main function. It would be helpful to get a terminal command.