Skip to content
Discussion options

You must be logged in to vote

Thanks for the reply. I was able to get it going.

I have added the below in my config.yaml and added 'yolov7-320' to the YOLO_MODELS parameter when launching the container in unraid.

detectors:
  tensorrt:
    type: tensorrt
    device: 0 #This is the default, select the first GPU
model:
  path: /config/model_cache/tensorrt/yolov7-320.trt
  input_tensor: nchw
  input_pixel_format: rgb
  width: 320
  height: 320

Replies: 1 comment 3 replies

Comment options

NickM-27
May 14, 2025
Collaborator Sponsor

You must be logged in to vote
3 replies
@kooori
Comment options

@NickM-27
Comment options

NickM-27 May 14, 2025
Collaborator Sponsor

@kooori
Comment options

Answer selected by kooori
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment