资源算法C3D-Tensorflow-slim

C3D-Tensorflow-slim

2020-01-09 | |  32 |   0 |   0

C3D-Tensorflow-slim

A simple Tensorflow code for C3D

Reqirements

Tensorflow(>=1.4) Python(>=2.7)

Dataset

UCF101. You need to place it in the root directory of the workspace.

Usage

sudo ./convert_video_to_images.sh UCF101/ 5

to convert videos into images(5FPS per-second).

./convert_images_to_list.sh UCF101/ 4

to obtain train and test sets.(3/4 train; 1/4 test)

python train.py

for training.

python test.py

for testing.

Attention

Radom choose 16 frames as a clip to represent a video for training and testing.

Result

0.72 on the test set after 36 epoches.

Reference

The files convert_video_to_images.sh, convert_images_to_list.sh and crop_mean.npy are copied from https://github.com/hx173149/C3D-tensorflow


上一篇: py-c3d

下一篇:DQN-tensorflow

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...