carsonDB / video_tempo

A template for video recognition
0 stars 0 forks source link

C3D has worked for the first time #1

Closed carsonDB closed 8 years ago

carsonDB commented 8 years ago

I ran the network with:

Here is the training result after running for 18 hours.

C3D_train.tar.gz

zbwglory commented 8 years ago

It looks fine for me. For the arch, it should be conv->pool->ReLU. You can now try to run UCF-101 split1. You should follow the arch of the girl's paper.

carsonDB commented 8 years ago

@zbwglory Fine, I'll tune my parameters in correspondence with that paper's.

But as for the order of layers. Here is a quote from that paper (at page 4).

Each convolutional layer is followed by a rectified linear unit (ReLU) and a space-time max pooling layer