RL

Results 13 comments of RL

> Thank you for your reply, I still don't know how to achieve it. I will look at the code and ask for your advice. Well, to be more specific,...

> $ g++ -o evaluate_object_3d_offline evaluate_object_3d_offline.cpp > evaluate_object_3d_offline.cpp:12:10: fatal error: boost/numeric/ublas/matrix.hpp: No such file or directory > #include > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. **boost** is a opensource lib, you can...

This is caused by the difference between Python2 and Python3. Change the import line to ```python from config.config import base_model_config ```