Frigate and File Paths

I am trying to get object detection working in Frigate NVR. I am using an Nvidia 1050ti for hardware acceleration and detection.

The problem I’m running into is. Frigate isn’t seeing the model file at the point I am mapping it to.
Pool name: Frigate
Dataset: Config
File name: yolo_nas_s.onnx

Config.yaml: path: Config/yolo_nas_s.onnx
I have tried variations such as: Frigate/Config/yolo_nas_s.onnx and mnt/Frigate/Config/yolo_nas_s.onnx

Error:
“onnxruntime.capi.onnxruntime_pybind11_state.NoSuchFile: [ONNXRuntimeError] : 3 : NO_SUCHFILE : Load model from Frigate/Config/yolo_nas_s.onnx failed:Load model Frigate/Config/yolo_nas_s.onnx failed. File doesn’t exist”

So, I had to add “additional storage” in the Frigate app and mount the exact file location, not just the Config folder.