Search found 39 matches

by VicThor
Sat Jan 09, 2021 7:46 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 53810

Re: zmevennotification object detection on edge tpu

Here is an example where not only wrongly detected but it's all over the place :D

https://i.postimg.cc/52zNv5vT/4-227763-0.jpg
by VicThor
Thu Jan 07, 2021 11:55 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 53810

Re: zmevennotification object detection on edge tpu

It seems to work much better than previous library and models.
However it creates way too many polygons for the same object.
by VicThor
Wed Jan 06, 2021 8:24 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 53810

Re: zmevennotification object detection on edge tpu

Thanks asker, will give it a go.
by VicThor
Wed Jan 06, 2021 1:42 am
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 53810

Re: zmevennotification object detection on edge tpu

I guess I can answer my own question :) The new library will break zmeventnotification as it removes python3-edgetpu sudo apt-get install python3-pycoral Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libe...
by VicThor
Tue Jan 05, 2021 8:46 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 53810

Re: zmevennotification object detection on edge tpu

https://coral.ai/news/updates-11-2020/

Has anyone tried MobileDet SSD ?
How does it compare to yolo ?
by VicThor
Fri Oct 16, 2020 8:31 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 53810

Re: zmevennotification object detection on edge tpu

Do you find it to have the same accuracy as YOLO?
Which models are you using?
by VicThor
Thu Oct 15, 2020 8:34 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 53810

Re: zmevennotification object detection on edge tpu

No CPU usage seems to be the same as using YOLO4 (on CPU). Maybe YOLO is really fast on Ryzen7?
by VicThor
Wed Oct 14, 2020 8:24 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 53810

Re: zmevennotification object detection on edge tpu

Thanks asker, will do the google :) see what I can find.
I guess I was expecting CPU load to go down heaps(not in reality) and to be more accurate OOB but yeah, bit disappointed.
by VicThor
Tue Oct 13, 2020 8:54 pm
Forum: Mobile Apps and Event Server
Topic: zmevennotification object detection on edge tpu
Replies: 68
Views: 53810

zmevennotification object detection on edge tpu

I have an "issue" running object detection on the TPU. Compared to opencv, yolo4 detection which worked great, TPU detection misses object classification most of the times: dogs are persons or birds, bbqs are boats, persons rarely detected and so on whilst the accuracy(percentage) is halve...