Skip to content

paolo-moriello/Automatic-Video-Shot-Type-Classification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After having installed all the libraries needed, running the resnet is very simple: just run the forward.py file inside tensorflow, using python:
- (tensorflow) python forward.py

NB: the forward.py has a parameter inside which specify the length of the net for usage of pretrained models.

Our scripts:

- crop_image.py : given the img name and an amount of pixels, it produces 4 images, each one with a cropped size of the given amount
- run_crop.py : script to run the crop_img_grid script which produce pixels*pixels images (python run_crop.py /datas/teaching/projects/spring2018/ps34/Data/Images_Plans/)
- extract_frames.sh : bash script to extract frames from video (parameters: video path + list frame number)

About

ResNet model in TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.2%
  • Python 1.7%
  • Shell 0.1%