We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7caa7e0 commit 3c0f62eCopy full SHA for 3c0f62e
yolov5/yolov5_seg_trt.py
@@ -13,7 +13,6 @@
13
import pycuda.autoinit
14
import pycuda.driver as cuda
15
import tensorrt as trt
16
-from scipy import ndimage
17
18
CONF_THRESH = 0.5
19
IOU_THRESHOLD = 0.4
0 commit comments