ethnhe / PVN3D

Code for "PVN3D: A Deep Point-wise 3D Keypoints Hough Voting Network for 6DoF Pose Estimation", CVPR 2020
MIT License
489 stars 105 forks source link

fatal error: opencv2/highgui.hpp: No such file or directory #119

Closed aghaphd closed 11 months ago

aghaphd commented 11 months ago

rastertriangle_so.cpp:2:10: fatal error: opencv2/highgui.hpp: No such file or directory 2 | #include <opencv2/highgui.hpp> | ^~~~~ compilation terminated.

I'm having this error; do you know how to solve it?

WHHHHY commented 9 months ago

hey,I had this problem too,Could you help me how to fix it?Thx a lot.