Remove faster_fifo (#7181)

* Remove faster_fifo

* Remove const
This commit is contained in:
Nicolas Mowen
2023-07-16 06:42:56 -06:00
committed by GitHub
parent 07155b1fa9
commit 662025a961
15 changed files with 26 additions and 58 deletions

View File

@@ -7,7 +7,6 @@ import signal
import threading
from abc import ABC, abstractmethod
import faster_fifo as ff
import numpy as np
from setproctitle import setproctitle
@@ -78,7 +77,7 @@ class LocalObjectDetector(ObjectDetector):
def run_detector(
name: str,
detection_queue: ff.Queue,
detection_queue: mp.Queue,
out_events: dict[str, mp.Event],
avg_speed,
start,