Skip to content

Striveworks/engine-yolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engine YOLO

An inference engine for YOLO models.

Configuration

  • MODEL_PATH: path to a YOLO .pt file. OR MODEL_DIR: path to a directory containing a YOLO model.pt file.
  • DEFAULT_SCORE_THRESHOLD (default: 0.5): the default confidence score threshold.
  • UVICORN_HOST (default: 0.0.0.0)
  • UVICORN_PORT (default: 8080)

Task type is inferred from the loaded model.

About

This repository supports the Striveworks yolo-obb inference engine, which leverages the Ultralytics package to facilitate YOLO model inference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages