Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frigate model exporter

First change the .env values to the parameters you want to use to create the model onnx file

To export yolo-nas:

docker compose run --rm yolonas-export

To export yolo-v9:

docker compose run --rm yolov9-export

To use yolo-v9 in your frigate config add:

config.yaml

model:
  model_type: yolo-generic
  width: 640
  height: 640
  input_tensor: nchw
  input_dtype: float
  path: /config/model_cache/yolov9-e-640-opset12.onnx
  labelmap_path: /labelmap/coco-80.txt

or to use yolo-nas instead

config.yaml

model:
  model_type: yolonas
  width: 640
  height: 640
  input_pixel_format: bgr
  input_tensor: nchw
  path: /config/model_cache/yolonas_l_640.onnx
  labelmap_path: /labelmap/coco-80.txt

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages