MCPcopy Create free account
hub / github.com/developer0hye/Yolo_Label / getInputWidth

Method getInputWidth

yolo_detector.cpp:616–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614bool YoloDetector::isEndToEnd() const { return m_metadata.endToEnd; }
615int YoloDetector::getNumClasses() const { return m_numClasses; }
616int YoloDetector::getInputWidth() const { return m_inputWidth; }
617int YoloDetector::getInputHeight() const { return m_inputHeight; }
618YoloVersion YoloDetector::getVersion() const { return m_version; }
619const YoloModelMetadata& YoloDetector::getMetadata() const { return m_metadata; }

Callers 1

loadOnnxModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected