Apollo  6.0
Open source self driving car software
Public Member Functions | Friends | List of all members
apollo::perception::benchmark::DetectionEvaluation Class Reference

#include <detection_evaluation.h>

Collaboration diagram for apollo::perception::benchmark::DetectionEvaluation:
Collaboration graph

Public Member Functions

 DetectionEvaluation ()=default
 
 ~DetectionEvaluation ()=default
 
 DetectionEvaluation (const DetectionEvaluation &rhs)=delete
 
bool init (const std::string &clouds, const std::string &results, const std::string &groundtruths, bool is_folder, unsigned int loader_thread_num, unsigned int eval_thread_num, unsigned int eval_parrallel_num, const std::string &reserve)
 
void run_evaluation ()
 

Friends

std::ostream & operator<< (std::ostream &out, const DetectionEvaluation &rhs)
 

Constructor & Destructor Documentation

◆ DetectionEvaluation() [1/2]

apollo::perception::benchmark::DetectionEvaluation::DetectionEvaluation ( )
default

◆ ~DetectionEvaluation()

apollo::perception::benchmark::DetectionEvaluation::~DetectionEvaluation ( )
default

◆ DetectionEvaluation() [2/2]

apollo::perception::benchmark::DetectionEvaluation::DetectionEvaluation ( const DetectionEvaluation rhs)
delete

Member Function Documentation

◆ init()

bool apollo::perception::benchmark::DetectionEvaluation::init ( const std::string &  clouds,
const std::string &  results,
const std::string &  groundtruths,
bool  is_folder,
unsigned int  loader_thread_num,
unsigned int  eval_thread_num,
unsigned int  eval_parrallel_num,
const std::string &  reserve 
)

◆ run_evaluation()

void apollo::perception::benchmark::DetectionEvaluation::run_evaluation ( )

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  out,
const DetectionEvaluation rhs 
)
friend

The documentation for this class was generated from the following file: