Skip to content

404Vector/Package.ONNX-Runtime-Engine-Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package.ONNX-Runtime-Engine-Interface

ONNX Runtime으로 Engine을 만들 때 공통으로 사용할 수 있는 Interface를 제공합니다.

Status

Basic PR Check

Publish Python distributions to PyPI
-> pypi package link

Evaluation

IORTEngine을 상속한 class는 EngineEvaluator를 사용하여 각 요소의 시간을 측정할 수 있습니다.

측정된 결과는 json으로 저장할 수 있으며 ORTEI-Viewer 프로젝트를 통해 시각화할 수 있습니다.