BlarkLee / MonoPLFlowNet

ECCV 2022, MonoPLFlowNet
MIT License
9 stars 3 forks source link

No module named 'correlation_cuda' #1

Open Ouya-Bytes opened 1 year ago

Ouya-Bytes commented 1 year ago

When I evaluate scene flow, I have get the Error: Traceback (most recent call last): File "tools/monopl_main_semi_flyingthings3d.py", line 18, in import models File "/workspace/MonoPLFlowNet/flow/tools/../models/init.py", line 6, in from .MonoSceneFlow_fly import * File "/workspace/MonoPLFlowNet/flow/tools/../models/MonoSceneFlow_fly.py", line 8, in from ablation_MonoSceneFlow_utils.correlation_package.correlation import Correlation File "/workspace/MonoPLFlowNet/flow/models/ablation_MonoSceneFlow_utils/correlation_package/correlation.py", line 4, in import correlation_cuda ModuleNotFoundError: No module named 'correlation_cuda'.

I exec "python3 setup build" to compile, but failure. Can you give some suggestion, thanks!

NickiJQ commented 1 year ago

I have the same problem, can you give some suggestion, thanks!