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

about Dokcer environment #221

Closed Ai-is-light closed 6 years ago

Ai-is-light commented 6 years ago

@yjxiong Thanks for your excellent repo. And I got the docker from https://hub.docker.com/r/bitxiong/tsn/tags/ after running this docker, I run the build_all.sh for building the caffe environment. Then, I got the following information:

Caffe Built. All tools built. Happy experimenting! root@970d81b70d6b:/app# python Python 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information.

import caffe Traceback (most recent call last): File stdin, line 1, in ImportError: No module named caffe

So, would you mind giving me some advice, I'm not familiar with caffe. Looking forward to any replies.

umangbhatia commented 5 years ago

I am facing the same problem. How did you solve it?

DunaiFuentes commented 5 years ago

Same here. Any solutions?

DunaiFuentes commented 5 years ago

Seems it just needs to be added to the path. OpenCV too.

export PYTHONPATH=/app/lib/caffe-action/python:${PYTHONPATH}
export PYTHONPATH=/app:${PYTHONPATH}