Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot start simple demo #3

Open
MaximumProgrammer opened this issue Dec 12, 2019 · 1 comment
Open

Cannot start simple demo #3

MaximumProgrammer opened this issue Dec 12, 2019 · 1 comment

Comments

@MaximumProgrammer
Copy link

I tried to start your simple demo but i am getting this kind of error, so one directory is missing or something like that

File "image_demo.py", line 9, in
from tracker import re3_tracker
File "/home/mgruber/devel/git/re3-tensorflow/tracker/re3_tracker.py", line 12, in
from re3 import network
ModuleNotFoundError: No module named 're3'

@GOBish
Copy link

GOBish commented Jun 9, 2020

in tracker.py change to:

from tracker import network

from re3_utils.util import bb_util
from re3_utils.util import im_util
from re3_utils.tensorflow_util import tf_util

# Network Constants
from constants import CROP_SIZE
from constants import CROP_PAD
from constants import LSTM_SIZE
from constants import LOG_DIR
from constants import GPU_ID
from constants import MAX_TRACK_LENGTH

and then in network.py, change to:

from re3_utils.tensorflow_util import tf_util

from re3_utils.tensorflow_util.CaffeLSTMCell import CaffeLSTMCell

from constants import LSTM_SIZE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants