Frigate not working as expected on Proxmox

I have a stand alone machine setup solely to run Frigate. Its Proxmox with a Frigate container running Docker. Its an Intel (Dell Optiplex 7050 Micro MFF, i5, 16GB RAM, 256GB SSD, 1tb data drive).
I have tried various setting but I dont get any recording, alerts or motion detections in the review of Frigate interface. I do however, bizarrely get person image detected within the Home Assistant add on.

Heres my config:

mqtt:
  enabled: true
  host: 192.168.0.23
  port: 1883
  user: MQTTUSER
  password: xxxxxx
ffmpeg:
  hwaccel_args: preset-vaapi
#Global Object Settings
objects:
  track:
    - person
#  filters:
#    person:
#      min_area: 1000
#      max_area: 500000
cameras:
  drive2:
    ffmpeg:
      inputs:
        - path: rtsp://frigate:[email protected]:554/h264Preview_01_main
          input_args: preset-vaapi
          roles:
            - record
        - path: rtsp://frigate:[email protected]:554/h264Preview_01_sub
          roles:
            - detect
#    detect:
#      width: 640
#      height: 480
#      fps: 5
#    objects:
#      track:
#        - person
#    live:
#      stream_name: live
#    zones: {}
#    review: {}
  Garage:
    ffmpeg:
      inputs:
        - path: rtsp://192.168.0.125:554/user=admin_password=xxx//live/0
          input_args: preset-vaapi
          roles:
            - record
        - path: rtsp://192.168.0.125:554/user=admin_password=xxx//live/1
          roles:
            - detect
#    detect:
#      width: 1280
#      height: 720
#      fps: 5
detectors:
  cpu:
    type: cpu
#detectors:
#  ov:
#    type: openvino
#    device: CPU
#    model:
#      path: /openvino-model/FP16/ssdlite_mobilenet_v2.xml
#model:
#  width: 320  # Changed from 300 to 320
#  height: 320 # Changed from 300 to 320
#  input_tensor: nhwc
#  input_pixel_format: bgr
#  labelmap_path: /openvino-model/coco_91cl_bkgr.txt
#version: 0.14
version: 0.14

I also get these two errors through google resources screen:
image

I am aware I have other issues with the setup but trying to overcome this initially. Any help very much appreciated