ScRoadExtractor
ScRoadExtractor copied to clipboard
Traceback (most recent call last): File "train.py", line 10, in <module> from loss import Regularized_Loss File "/opt/data/private/methods/ScRoadExtractor-master/loss.py", line 3, in <module> from DenseCRFLoss import DenseCRFLoss File "/opt/data/private/methods/ScRoadExtractor-master/DenseCRFLoss.py", line 10, in <module> from wrapper.bilateralfilter import bilateralfilter, bilateralfilter_batch File "/opt/data/private/methods/ScRoadExtractor-master/wrapper/bilateralfilter/bilateralfilter.py", line 17, in <module> _bilateralfilter = swig_import_helper() File "/opt/data/private/methods/ScRoadExtractor-master/wrapper/bilateralfilter/bilateralfilter.py", line 16, in swig_import_helper return importlib.import_module('_bilateralfilter') File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ModuleNotFoundError: No module named '_bilateralfilter'
sys.path.append("./wrapper/bilateralfilter/build/lib.linux-x86_64-3.6")Hello, I have encountered this problem, is it caused by the lack of build files? How to solve it?