You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2018. It is now read-only.
(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