mirror of
https://github.com/koush/scrypted.git
synced 2026-07-08 16:20:37 +01:00
tflite: dont start gtk ui
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user