mirror of
https://github.com/koush/scrypted.git
synced 2026-08-09 23:00:38 +01:00
predict: remove old pipline code
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import asyncio
|
||||
from typing import Any
|
||||
import concurrent.futures
|
||||
|
||||
# vips is already multithreaded, but needs to be kicked off the python asyncio thread.
|
||||
|
||||
@@ -6,7 +6,6 @@ try:
|
||||
except:
|
||||
Image = None
|
||||
pyvips = None
|
||||
pass
|
||||
from thread import to_thread
|
||||
|
||||
class VipsImage(scrypted_sdk.VideoFrame):
|
||||
|
||||
Reference in New Issue
Block a user