ScRoadExtractor icon indicating copy to clipboard operation
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'

Open YimingZhao11 opened this issue 10 months ago • 0 comments

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?

YimingZhao11 avatar Apr 21 '24 13:04 YimingZhao11