seoungwugoh / RGMP

Fast Video Object Segmentation by Reference-Guided Mask Propagation
192 stars 37 forks source link

ImportError: No module named tensorboardX #3

Closed EmmaSRH closed 4 years ago

EmmaSRH commented 5 years ago

I am getting the above error when on this line: from tensorboardX import SummaryWriter

I have done the following:

$ pip install tensorboardX $ pip freeze

tensorboardX==1.4 tensorflow-gpu==1.4.0 tensorflow-tensorboard==0.4.0 termcolor==1.1.0

However, when I run the train.py, I got the import error. Have you ever met this problem?