mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Merge branch 'dev' of https://github.com/remz1337/frigate into dev
This commit is contained in:
commit
95ebe0c8be
@ -6,6 +6,7 @@ import numpy as np
|
|||||||
try:
|
try:
|
||||||
import tensorrt as trt
|
import tensorrt as trt
|
||||||
from cuda import cuda
|
from cuda import cuda
|
||||||
|
|
||||||
TRT_VERSION = int(trt.__version__[0 : trt.__version__.find(".")])
|
TRT_VERSION = int(trt.__version__[0 : trt.__version__.find(".")])
|
||||||
|
|
||||||
TRT_SUPPORT = True
|
TRT_SUPPORT = True
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user