PaddlePaddle / Paddle3D

A 3D computer vision development toolkit based on PaddlePaddle. It supports point-cloud object detection, segmentation, and monocular 3D object detection models.
Apache License 2.0
573 stars 141 forks source link

export_for_apollo support which model #458

Closed Michael-Fuu closed 8 months ago

Michael-Fuu commented 8 months ago

I want to know tools/export.py export_for_apollo support which models? whether support petr or bev? Is there any docs for describing this?

wangna11BD commented 8 months ago

export_for_apollo仅支持继承BaseDetectionModel的模型,支持petr,不支持 bev。