Skip to content

Commit aa426e3

Browse files
committed
fix
1 parent 4f9331a commit aa426e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yolox_ros_cpp/yolox_cpp/src/yolox_tensorrt.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ namespace yolox_cpp
2121
size = file.tellg();
2222
file.seekg(0, file.beg);
2323
trtModelStream.resize(size);
24-
assert(trtModelStream);
2524
file.read(trtModelStream.data(), size);
2625
file.close();
2726
}

0 commit comments

Comments
 (0)