yosinski / deep-visualization-toolbox

DeepVis Toolbox
http://yosinski.com/deepvis
MIT License
4.01k stars 927 forks source link

Input from video file instead webcam #118

Open sainisanjay opened 7 years ago

sainisanjay commented 7 years ago

Hello @yosinski, Thanks for providing us excellent visualization toolbox, I would like to know whether deep-visualization-toolbox support video file as a input??? i tried to give video file as input but it still takes input from static images. I change following line in input_fetcher.py self.bound_cap_device = cv2.VideoCapture("/home/cann/deep-visualization-toolbox/input_images/1.avi") any idea what are the setting i have to change??