![]() |
Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
|
This is the complete list of members for yolomodel::pytorch::PyTorchInterpreter, including all inherited members.
HardwareDevices enum name (defined in yolomodel::pytorch::PyTorchInterpreter) | yolomodel::pytorch::PyTorchInterpreter | |
Inference(const cv::Mat &cvInputFrame, const float fMinObjectConfidence=0.85, const float fNMSThreshold=0.6) | yolomodel::pytorch::PyTorchInterpreter | inline |
IsReadyForInference() const | yolomodel::pytorch::PyTorchInterpreter | inline |
m_bReady (defined in yolomodel::pytorch::PyTorchInterpreter) | yolomodel::pytorch::PyTorchInterpreter | private |
m_cvModelInputSize (defined in yolomodel::pytorch::PyTorchInterpreter) | yolomodel::pytorch::PyTorchInterpreter | private |
m_szModelPath (defined in yolomodel::pytorch::PyTorchInterpreter) | yolomodel::pytorch::PyTorchInterpreter | private |
m_szModelTask (defined in yolomodel::pytorch::PyTorchInterpreter) | yolomodel::pytorch::PyTorchInterpreter | private |
m_trDevice (defined in yolomodel::pytorch::PyTorchInterpreter) | yolomodel::pytorch::PyTorchInterpreter | private |
m_trModel (defined in yolomodel::pytorch::PyTorchInterpreter) | yolomodel::pytorch::PyTorchInterpreter | private |
m_vClassLabels (defined in yolomodel::pytorch::PyTorchInterpreter) | yolomodel::pytorch::PyTorchInterpreter | private |
ParseTensorOutputYOLOv5(const torch::Tensor &trOutput, std::vector< int > &vClassIDs, std::vector< float > &vClassConfidences, std::vector< cv::Rect > &vBoundingBoxes, const cv::Size &cvInputFrameSize, const float fMinObjectConfidence) | yolomodel::pytorch::PyTorchInterpreter | inlineprivate |
ParseTensorOutputYOLOv8(const torch::Tensor &trOutput, std::vector< int > &vClassIDs, std::vector< float > &vClassConfidences, std::vector< cv::Rect > &vBoundingBoxes, const cv::Size &cvInputFrameSize, const float fMinObjectConfidence) | yolomodel::pytorch::PyTorchInterpreter | inlineprivate |
PreprocessImage(const cv::Mat &cvInputFrame, const torch::Device &trDevice) | yolomodel::pytorch::PyTorchInterpreter | inlineprivate |
PyTorchInterpreter(std::string szModelPath, HardwareDevices eHardwareDevice=HardwareDevices::eCUDA) | yolomodel::pytorch::PyTorchInterpreter | inline |
~PyTorchInterpreter() | yolomodel::pytorch::PyTorchInterpreter | inline |