#Coral TPU Dual Edge with Dell Optiplex 3060-NTF6G MFF

1 messages · Page 1 of 1 (latest)

woeful salmon
#

Hey All,

I am not sure if this is the right place for me to be.
I have a Dell Optiplex 3060-NTF6G MFF with proxmox running on it, with several VM/LXC
One is a VM with Home Assistant OS and another is a LXC with Frigate on it.
I wish to use a Coral TPU for the detection, so I can use this further into home assistant automations.

I am able to get a Dual Edge TPU for a fair price from a friend, but I have read various results of the combo of teh TPU Dual Edge and my Optiplex model.
This as I will be using it in the "wlan" m.2 slot.

anybody has experience with this?

sage depot
#

Have you tried if OpenVino is already enough for you?

woeful salmon
#

Tried it, still have the idea its quite slow

woeful salmon
#

(It doesnt let me copy the config from my phone.....)

sage depot
#

Share it later when on a real PC. I'd recommend you use a recent version though.

woeful salmon
#

Yea i know.
I run it on a proxmox lxc (with the script, most recent with it is 0.14)
Or do you think of another way?

sage depot
#

A CT is fine. Old versions are not necessarily.

#

I run mine via docker in a CT. Not generally a recommendation but it works.

woeful salmon
#

Yea so make for example a ubuntu vm.
And then run docker compose in it?

sage depot
#

I use debian but sure. Not a fan of the helper/community scripts.

woeful salmon
#

Yea understandable. Thought this qas the best as it doesnr use docker

#

But regard8ng the orignal question.
Im able to buy the dual edge for 20 euro.
But would that even qork

sage depot
#

I'm not sure. I'm guessing if it will work you only have access to one TPU.

woeful salmon
#

Yea thought so too. But some report they wonr connect at all

woeful salmon
#

@sage depot finally at my pc, seems fine to me

#
  hwaccel_args:
    - '-hwaccel'
    - 'vaapi'
    - '-hwaccel_device'
    - '/dev/dri/renderD128'
    - '-hwaccel_output_format'
    - 'yuv420p'
  output_args:
    record: preset-record-generic-audio-aac

detectors:
  ov_1:
    type: openvino
    device: GPU
  ov_2:
    type: openvino
    device: GPU

model:
  width: 300
  height: 300
  input_tensor: nhwc
  input_pixel_format: bgr
  path: /openvino-model/FP16/ssdlite_mobilenet_v2.xml
  labelmap_path: /openvino-model/coco_91cl_bkgr.txt```
#

this is the part for my hardware part

#

no camera's are detected now anymore either

#

recording is also broken

sage depot
#

Broken since doing what?