pengwangucla / DeLS-3D

The code for DeLS-3D of CVPR 2018
50 stars 21 forks source link

import renderer.projector as pj ImportError: No module named projector #4

Open XieZixiUSTC opened 4 years ago

XieZixiUSTC commented 4 years ago

would you please help me ,thanks

XieZixiUSTC commented 4 years ago

Traceback (most recent call last): File "/home/x/ApolloDataSet/DeLS-3D-master/test_DeLS-3D.py", line 18, in import utils.dels_utils as de_uts File "/home/x/ApolloDataSet/DeLS-3D-master/utils/dels_utils.py", line 204, in import renderer.projector as pj ImportError: No module named projector

Process finished with exit code 1

pengwangucla commented 4 years ago

You need to first compile the renderer

https://github.com/ApolloScapeAuto/dataset-api/tree/master/self_localization/renderer

I use ubuntu14.04, good luck

Best