moabitcoin / ig65m-pytorch

PyTorch 3D video classification models pre-trained on 65 million Instagram videos
MIT License
265 stars 30 forks source link

Builds and publishes Docker images from Travis, resolves #14 #21

Closed daniel-j-h closed 5 years ago

daniel-j-h commented 5 years ago

For https://github.com/moabitcoin/ig65m-pytorch/issues/14: this sets up Travis to

Todo

Once we have this users can e.g. extract video features via

docker run --runtime=nvidia -v $PWD:/data moabitcoin/ig65m-pytorch:latest-gpu \
    extract /data/myvideo.mp4 /data/myfeatures.npy

without any other installation steps required! :tada:

daniel-j-h commented 5 years ago

Added encrypted docker credentials; we should be good now with the integration: for commits to master and all tags Travis builds docker images, and then pushes to docker hub. Let's try this!

daniel-j-h commented 5 years ago

Looks all good!

Just pushed tag v1.1.0-rc1 and Travis built and pushed for us Docker images

Let's get this in! :rocket: