delete useless code (#1188)

This commit is contained in:
Rex 2022-12-23 16:54:55 +08:00 committed by GitHub
parent 7caa7e0dd3
commit 3c0f62e82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@ import numpy as np
import pycuda.autoinit
import pycuda.driver as cuda
import tensorrt as trt
from scipy import ndimage
CONF_THRESH = 0.5
IOU_THRESHOLD = 0.4