Definition at line 63 of file decoder.hpp.
Data Fields | |
float | out_size_factor = 4 |
ds3d::Float2 | voxel_size {0.075, 0.075} |
ds3d::Float2 | pc_range {-54.0f, -54.0f} |
ds3d::Float3 | post_center_range_start {-61.2, -61.2, -10.0} |
ds3d::Float3 | post_center_range_end {61.2, 61.2, 10.0} |
unsigned int | num_classes = 5 |
unsigned int bevfusion::decoder::Decoder::DecoderParameter::num_classes = 5 |
Definition at line 69 of file decoder.hpp.
float bevfusion::decoder::Decoder::DecoderParameter::out_size_factor = 4 |
Definition at line 64 of file decoder.hpp.
ds3d::Float2 bevfusion::decoder::Decoder::DecoderParameter::pc_range {-54.0f, -54.0f} |
Definition at line 66 of file decoder.hpp.
ds3d::Float3 bevfusion::decoder::Decoder::DecoderParameter::post_center_range_end {61.2, 61.2, 10.0} |
Definition at line 68 of file decoder.hpp.
ds3d::Float3 bevfusion::decoder::Decoder::DecoderParameter::post_center_range_start {-61.2, -61.2, -10.0} |
Definition at line 67 of file decoder.hpp.
ds3d::Float2 bevfusion::decoder::Decoder::DecoderParameter::voxel_size {0.075, 0.075} |
Definition at line 65 of file decoder.hpp.