ethnhe / FFB6D

[CVPR2021 Oral] FFB6D: A Full Flow Bidirectional Fusion Network for 6D Pose Estimation.
MIT License
295 stars 72 forks source link

when i compile normalSpeed, there's an error. #17

Closed TheRunningHorse closed 3 years ago

TheRunningHorse commented 3 years ago

/home/vision/6d-pose-estimation/FFB6D/normalSpeed/normalSpeed/pybind11.cpp:7:16: error: expected constructor, destructor, or type conversion before ‘(’ token PYBIND11_MODULE(normalSpeed, m) { ^ CMakeFiles/normalSpeed.dir/build.make:89: recipe for target 'CMakeFiles/normalSpeed.dir/pybind11.cpp.o' failed

TheRunningHorse commented 3 years ago

I have installed pybind11. sudo apt-get install pybind11-dev sudo apt-get install python3-pybind11 pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ pybind11

TheRunningHorse commented 3 years ago

it‘s ok now

0xinit commented 3 years ago

Did you get any another error?