yjxiong / temporal-segment-networks

Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
BSD 2-Clause "Simplified" License
1.53k stars 477 forks source link

How dos the docker image work? #217

Closed hohmannr closed 6 years ago

hohmannr commented 6 years ago

Hello there and thank you for your excellent research. I would like to use the optical flow calculations for your newer SSN paper. I have installed docker and nvidia-docker and I do not quite get how the image works: if I run nvidia-docker run bitxiong/tsn the container only last for a second and only starts up ipython. Would you be so kind to explain to me how the optical flow calculation is working?

yjxiong commented 6 years ago

You can run nvidia-docker run -it bitxiong/tsn bash to enter the terminal of the container.