Hello.
I implemented it according to README.md, but when I tried to run Evaluation and Train, I got the following error.
Traceback (most recent call last):
File "evaluate_calib.py", line 33, in
from models. LCCNet import LCCNet
File "/home/user/L2c/LiDAR2camera_self-check-master/models/LCCNet.py", line 33, in
from models.correlation_package.correlation import Correlation
File "/home/user/L2c/LiDAR2camera_self-check-master/models/correlation_package/correlation.py", line 4, in
import correlation_cuda
ModuleNotFoundError: No module named 'correlation_cuda'
Could you tell me how to deal with it?