TRI-ML / PF-Track

Implementation of PF-Track
Other
208 stars 27 forks source link

Didn't provide mmdet3d folder #25

Closed YueSun0609 closed 1 year ago

YueSun0609 commented 1 year ago

Hi, I just found there's no mmdet3d folder when I run create_data.py. I copies it from BEVFusion github, but it reports error. So could you provide your mmdet3d folder as well? Thank you so much!

ziqipang commented 1 year ago

Thanks for your question! @YueSun0609

The standard mmdet3d is installed as a library, instead of a stand-alone folder. To install it, please check the instructions in environmental setup.

Additionally, I am not sure if BEVFusion has made modifications to mmdet3d. That could probably be the reason that the program reports an error. If you have any further questions, please feel free to post your error messages.

YueSun0609 commented 1 year ago

Thanks for your question! @YueSun0609

The standard mmdet3d is installed as a library, instead of a stand-alone folder. To install it, please check the instructions in environmental setup.

Additionally, I am not sure if BEVFusion has made modifications to mmdet3d. That could probably be the reason that the program reports an error. If you have any further questions, please feel free to post your error messages.

Thank you so much for your reply. I solve the problem after installing mmdetection3d and it can work now! Have a great day!