Skip to content

ModuleNotFoundError: No module named 'correlation_cuda' #2

@g031s066Goto

Description

@g031s066Goto

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions