-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems about correlation_cuda #9
Comments
可以在github上搜索CMRNet这个项目,LCCNet这个项目的大部分代码来自于CMRNet,有任何correlation模块的编译问题可以问CMRNet的作者 |
这里编译了一个本地库:"correlation_package"( |
1.rm -rf correlation_cuda.cpython-36m-x86_64-linux-gnu.so 2. rebuild this package. 3. work! |
同样的问题,请问您是如何rebuild的? |
https://github.com/callzhang/LCCNet 我是根据这个搞定的 |
當我要執行evaluate_calib.py時,顯示No module named 'correlation_cuda'
於是我去了models/correlation_package/ 的資料夾執行python3 setup.py build
結果有bug 如error: mismatched argument pack lengths while expanding ‘std::is_convertible<_UElements&&, _Elements>’
請問有任何相關經驗或是建議嗎
謝謝
The text was updated successfully, but these errors were encountered: