facebookresearch / video-long-term-feature-banks

Long-Term Feature Banks for Detailed Video Understanding
Apache License 2.0
372 stars 62 forks source link

ImportError: No module named core.config #10

Closed nemonameless closed 5 years ago

nemonameless commented 5 years ago

I run the install steps successfully ,but when try to training, I run 'source activate video-lfb' first and meet this problem.

I also see this problem in https://github.com/facebookresearch/video-nonlocal-net/issues/9 and https://github.com/facebookresearch/Detectron/issues/475, but have no idea solving this .

guancheng817 commented 4 years ago

Hello, I met same question, Have you solved it? Thanks .

chaoyuaw commented 4 years ago

Hi, Have you tried to run the following command? export PYTHONPATH=/path/to/video-long-term-feature-banks/lib:$PYTHONPATH

(please replace "/path/to/video-long-term-feature-banks" by the actual full path of your cloned video-long-term-feature-banks folder)