phase 4
This commit is contained in:
@@ -48,10 +48,10 @@ def main():
|
||||
# Override Redis to localhost (ctrl/.env has k8s hostname)
|
||||
os.environ["REDIS_URL"] = f"redis://localhost:{args.port}/0"
|
||||
|
||||
from detect.graph import get_pipeline, NODES
|
||||
from detect.checkpoint import list_checkpoints
|
||||
from detect.checkpoint import replay_from
|
||||
from detect.state import DetectState
|
||||
from core.detect.graph import get_pipeline, NODES
|
||||
from core.detect.checkpoint import list_checkpoints
|
||||
from core.detect.checkpoint import replay_from
|
||||
from core.detect.state import DetectState
|
||||
|
||||
VIDEO = "media/out/chunks/95043d50-4df6-4ac8-bbd5-2ba873117c6e/chunk_0000.mp4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user