tflite: dont start gtk ui

This commit is contained in:
Koushik Dutta
2021-12-08 12:19:04 -08:00
parent 23bc4e2063
commit 10839942dd
3 changed files with 9 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
{
// docker installation
// "scrypted.debugHost": "192.168.2.119",
// "scrypted.serverRoot": "/root/.scrypted",
// "scrypted.serverRoot": "/server",
// pi local installation
// "scrypted.debugHost": "192.168.2.119",

View File

@@ -1,4 +1,8 @@
from __future__ import annotations
import matplotlib
matplotlib.use('Agg')
from asyncio.events import AbstractEventLoop, TimerHandle
from asyncio.futures import Future
from typing import Any, Mapping, List

View File

@@ -1,14 +1,13 @@
--extra-index-url https://google-coral.github.io/py-repo/
# plugin
numpy>=1.19.5
Pillow>=8.1.2
pycairo==1.20.1
numpy>=1.16.2
Pillow>=5.4.1
pycairo==1.11.1
pycoral==2.0.0
PyGObject>=3.38.0
PyGObject>=3.30.4
tflite-runtime==2.5.0.post1
# SORT tracker
filterpy==1.4.5
scikit-image>=0.18.1
lap==0.4.0