andrewssobral / simple_vehicle_counting

Vehicle Detection, Tracking and Counting
496 stars 246 forks source link

Error importing analysis package #30

Open soubhik-theallrounder opened 6 years ago

soubhik-theallrounder commented 6 years ago

Traceback (most recent call last): File "demo.py", line 4, in import analysis File "/home/comp-proj-22/simple_vehicle_counting/python/analysis/init.py", line 1, in from _analysis import * ModuleNotFoundError: No module named '_analysis'

sunblade commented 6 years ago

The same issue on python 3.6.3

cygerts commented 6 years ago

You may want to follow this thread: https://github.com/andrewssobral/simple_vehicle_counting/issues/22 and add -fPIC in ADD_DEFINITIONS as it in that thread.