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

cpptrack issue when installing #42

Open
OmarMAmin opened this issue May 23, 2016 · 4 comments
Open

cpptrack issue when installing #42

OmarMAmin opened this issue May 23, 2016 · 4 comments

Comments

@OmarMAmin
Copy link

Hello All,

I hope if someone can help me completing the installation of https://github.com/johndoherty/vatic which integrates opencv tracking algorithms in the tracking between two annotations

the error is as follows:

/usr/lib/python2.7/dist-packages/pkg_resources.py:1031: UserWarning: /home/cse2017/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).
warnings.warn(msg, UserWarning)
Traceback (most recent call last):
File "/usr/local/bin/turkic", line 5, in
pkg_resources.run_script('turkic==0.2.5', 'turkic')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1394, in run_script
execfile(script_filename, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/turkic-0.2.5-py2.7.egg/EGG-INFO/scripts/turkic", line 12, in
import cli
File "/home/cse2017/Desktop/Projects/VaticJohn/vatic/cli.py", line 17, in
from tracking import *
File "/usr/local/lib/python2.7/dist-packages/tracking/init.py", line 1, in
import api
File "/usr/local/lib/python2.7/dist-packages/tracking/api.py", line 2, in
import cpptrack
ImportError: /usr/local/lib/python2.7/dist-packages/cpptrack.so: undefined symbol: _ZN2cv6imreadERKNS_6StringEi

I'd be very thankful if you can help

@junjuew
Copy link

junjuew commented May 27, 2016

This is likely due to opencv not correctly linked. Double-check vatic_tracking/setup.py, "include_dirs" and "library_dirs" in extensions are pointing to the correct version of opencv

@asdaqsamir
Copy link

@OmarMAmin were you able to resolve this issue? I am trying to get the vatic tool to work. Thanks for the help

@ymm8505
Copy link

ymm8505 commented Jul 16, 2016

You read more than a few times issue vatic. I was referring to readme and issue to build a set of offline vatic.

@anilrgukt
Copy link

What is the right version of OpenCV for the tracking component of vatic?

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

5 participants