predict: remove old pipline code

This commit is contained in:
Koushik Dutta
2023-03-27 11:14:53 -07:00
parent c70375db06
commit b55e7cacb3
11 changed files with 45 additions and 1105 deletions

View File

@@ -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.

View File

@@ -6,7 +6,6 @@ try:
except:
Image = None
pyvips = None
pass
from thread import to_thread
class VipsImage(scrypted_sdk.VideoFrame):