#include <yolov4_obstacle_detector.h>
◆ Yolov4ObstacleDetector()
apollo::perception::camera::Yolov4ObstacleDetector::Yolov4ObstacleDetector |
( |
| ) |
|
|
inline |
◆ ~Yolov4ObstacleDetector()
virtual apollo::perception::camera::Yolov4ObstacleDetector::~Yolov4ObstacleDetector |
( |
| ) |
|
|
inlinevirtual |
◆ Detect()
◆ Init()
◆ InitFeatureExtractor()
bool apollo::perception::camera::Yolov4ObstacleDetector::InitFeatureExtractor |
( |
const std::string & |
root_dir | ) |
|
|
protected |
◆ InitNet()
bool apollo::perception::camera::Yolov4ObstacleDetector::InitNet |
( |
const yolo::YoloParam & |
yolo_param, |
|
|
const std::string & |
model_root |
|
) |
| |
|
protected |
◆ InitYoloBlob()
void apollo::perception::camera::Yolov4ObstacleDetector::InitYoloBlob |
( |
const yolo::NetworkParam & |
net_param | ) |
|
|
protected |
◆ LoadInputShape()
void apollo::perception::camera::Yolov4ObstacleDetector::LoadInputShape |
( |
const yolo::ModelParam & |
model_param | ) |
|
|
protected |
◆ LoadParam()
void apollo::perception::camera::Yolov4ObstacleDetector::LoadParam |
( |
const yolo::YoloParam & |
yolo_param | ) |
|
|
protected |
◆ Name()
std::string apollo::perception::camera::Yolov4ObstacleDetector::Name |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: