asanakoy / deeppose_tf

DeepPose implementation on TensorFlow. Original Paper http://arxiv.org/abs/1312.4659
Other
144 stars 61 forks source link

issue while importing scripts.config #18

Closed aniketzz closed 6 years ago

aniketzz commented 6 years ago

after running the command python datasets/mpii_dataset.py I am getting the error as no module named scripts.config. Here is what I got when i run the command. *aniket@LAPTOP-DAK58UAQ:~/deeppose_tf$ python datasets/mpii_dataset.py Traceback (most recent call last): File "datasets/mpii_dataset.py", line 14, in from scripts.config import ImportError: No module named scripts.config**

asanakoy commented 6 years ago

add path to deeppose_tf folder into the PYTHONPATH environmental variable

aniketzz commented 6 years ago

i tried adding the deeppose_tf folder into the PYTHONPATH environment variable but i even though i am getting the same error. may i know how are you suggesting to add to the PUTHONPATH. I tried using windows-linux bash and also on windows as well... I am also getting an error "Export Command not found" when i am using windows bash to add the path and with the windows terminal i am still getting the same issue as mentioned in earlier comments.

aniketzz commented 6 years ago

i figured it out.. thanks.