vatic
vatic copied to clipboard
cpptrack issue when installing
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
I'd be very thankful if you can help
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
@OmarMAmin were you able to resolve this issue? I am trying to get the vatic tool to work. Thanks for the help
You read more than a few times issue vatic. I was referring to readme and issue to build a set of offline vatic.
What is the right version of OpenCV for the tracking component of vatic?