You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- kitti/bp/module.cpp:580:10: fatal error: numpy/arrayobject.h: No such file or directory
#include "numpy/arrayobject.h"
- kitti/bp/module.cpp:586:10: fatal error: opencv2/opencv.hpp: No such file or directory
#include "opencv2/opencv.hpp"
Got the following two error from
setup.py
:solved by:
and the following changes to
setup.py
Just wanted to share the fix
The text was updated successfully, but these errors were encountered: