Skip to content

polltooh/video_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

185 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisites: TensorflowToolbox

The code is heavly depends on TensorflowToolbox

Install Instruction:

git clone https://github.com/polltooh/TensorflowToolbox.git

make sure it is in the python search path.

Please notice that this github is still being developing. Therefore some of the interface may be changed.

Pre-requistes: Python Pacakge

xmltodict

pip install xmltodict

opencv

pip install opencv-python

Video Analysis

nn_script

This directory contains the code for defining and training the network

train.py is the one training the network. Please copy model.tfproto.example to model.tfproto so the training script will auto-load the file.

cp model.tfproto.example model.tfproto

The training parameter is specified in the model.tfproto file

file_list

This directory contains the file_list, which contains the path and the filename of training and testing file

gen_list_script

This directory contains the scipt which used in generating the file_list.

data_process_script

This directory contains the script which used in processing.

net work structure:

vgg atrous 2 graph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors