video2gif_code icon indicating copy to clipboard operation
video2gif_code copied to clipboard

Video2GIF neural network model from our paper at CVPR2016

Results 3 video2gif_code issues
Sort by recently updated
recently updated
newest added

When I perform commands "python setup. py install", it still failed to run a night, has been showed" downloading https://files.pythonhosted.org/packages..." Excuse me, is this normal?

I install the code on the main path thorugh: `python setup.py install` But I don't know why this error when doing `import video2gif`. Looks like it can not find the...

- Adds a main program with options ``` parser.add_option("-v", "--video", default="./videos/FrG4TEcSuRg.mp4", help="Which video to process") parser.add_option("-d", "--duration", default=3, help="Duration of the segments", type="int") parser.add_option("-t", "--top", default=5, help="How many top segments...