27 #include "modules/perception/camera/lib/obstacle/transformer/singlestage/proto/singlestage.pb.h" 31 namespace perception {
60 std::string Name()
const override;
64 void FillResults(
float object_center[3],
float dimension_hwl[3],
67 float CenterPointFromBbox(
const float *bbox,
const float *hwl,
68 float ry,
float *center,
float *center2d,
69 const float* k_mat,
int height,
int width);
70 void ConstraintCenterPoint(
const float *bbox,
const float &z_ref,
71 const float &ry,
const float *hwl,
72 const float* k_mat,
float *center,
73 float *x,
int height,
int width);
76 singlestage::SinglestageParam singlestage_param_;
78 int image_height_ = 0;
Definition: camera_frame.h:33
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: object_template_manager.h:49
bool Init(const char *binary_name)
Eigen::Affine3d Affine3d
Definition: base_map_fwd.h:34
ObjectSubType
Definition: object_types.h:63
std::shared_ptr< Object > ObjectPtr
Definition: object.h:123