Skip to content
This repository was archived by the owner on Jul 24, 2018. It is now read-only.
This repository was archived by the owner on Jul 24, 2018. It is now read-only.

ImportError: No module named tracker_base.labeled_movie #1

@dizcza

Description

@dizcza
(venv) root@cff6035d83c9:/workdir# python ASC/train_sparse_coding.py 
running build_ext
skipping '/root/.pyxbld/temp.linux-x86_64-2.7/pyrex/ASC_utils.c' Cython extension (up-to-date)
skipping 'ASC_utils' extension (up-to-date)
Could not download training video DARPA/TrainingData/Parrots.pkl using local copy instead.
Traceback (most recent call last):
  File "ASC/train_sparse_coding.py", line 84, in <module>
    num_levels=num_levels, use_neighborhood=use_neighborhood, use_feedback=use_feedback, max_epoch_size=max_epoch_size)
  File "ASC/train_sparse_coding.py", line 44, in run
    SM.feed(FR.read())
  File "build/bdist.linux-x86_64/egg/ASC/frame_reader.py", line 52, in read
    img = next(self._frame_gen)
  File "build/bdist.linux-x86_64/egg/ASC/frame_reader.py", line 76, in load_frames
    from tracker_base.labeled_movie import FrameCollection
ImportError: No module named tracker_base.labeled_movie

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions