Skip to content

Project-Splinter/streamer_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch Streamer

Pytorch based data streamer. (Capture, Video & Image).

Install

# via pip
pip install git+https://github.com/Project-Splinter/streamer_pytorch --upgrade

# via git clone
git clone https://github.com/Project-Splinter/streamer_pytorch
cd streamer_pytorch
python setup.py develop

Usage

# images
python demo.py --images <IMAGE_PATH> <IMAGE_PATH> <IMAGE_PATH> --loop --vis
# image folder
python demo.py --image_folder <IMAGE_FOLDER_PATH> --loop --vis
# videos
python demo.py --videos <VIDEO_PATH> <VIDEO_PATH> <VIDEO_PATH> --vis
# capture device
python demo.py --camera --vis

API

  • CaptureStreamer(id=0, width=512, height=512, pad=True)
  • VideoListStreamer(files, width=512, height=512, pad=True)
  • ImageListStreamer(files, width=512, height=512, pad=True)
  • aug_matrix(w1, h1, w2, h2, pad=True)

About

Pytorch based data streamer. (Capture, Video & Image).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages