Skip to content

issess/video2depth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

video2dpeth

Depthmap video generator using machine learning

Requirements

$ pip install torch torchvision opencv-python timm Pillow numpy ffmpeg-python numpy

Usage

$ python3 video2depth.py --input [filename]

output

  • output_depth.mp4 = depthmap video
  • output_depth_sound.mp4 = depthmap video + sound
  • output_merged.mp4 = original + depthmap video
  • output_merged_sound.mp4 = original + depthmap video + sound

Releases

No releases published

Packages

No packages published

Languages