mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 21:17:43 +03:00
Sort Imports
This commit is contained in:
parent
ca4434d9ed
commit
61d630c3b8
@ -1,20 +1,21 @@
|
|||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import subprocess
|
|
||||||
import urllib.request
|
|
||||||
import numpy as np
|
|
||||||
import queue
|
import queue
|
||||||
|
import subprocess
|
||||||
import threading
|
import threading
|
||||||
|
import urllib.request
|
||||||
from functools import partial
|
from functools import partial
|
||||||
from typing import Dict, Optional, List, Tuple
|
from typing import Dict, List, Optional, Tuple
|
||||||
|
|
||||||
import cv2
|
import cv2
|
||||||
|
import numpy as np
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from hailo_platform import (
|
from hailo_platform import (
|
||||||
HEF,
|
HEF,
|
||||||
FormatType,
|
FormatType,
|
||||||
VDevice,
|
|
||||||
HailoSchedulingAlgorithm,
|
HailoSchedulingAlgorithm,
|
||||||
|
VDevice,
|
||||||
)
|
)
|
||||||
except ModuleNotFoundError:
|
except ModuleNotFoundError:
|
||||||
pass
|
pass
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user