Skip to content

Commit 3c0f62e

Browse files
authored
delete useless code (wang-xinyu#1188)
1 parent 7caa7e0 commit 3c0f62e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yolov5/yolov5_seg_trt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import pycuda.autoinit
1414
import pycuda.driver as cuda
1515
import tensorrt as trt
16-
from scipy import ndimage
1716

1817
CONF_THRESH = 0.5
1918
IOU_THRESHOLD = 0.4

0 commit comments

Comments
 (0)