Skip to content

Commit 5693280

Browse files
author
Baichuan Sun
committed
fix: drunk code
1 parent ac13c9e commit 5693280

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,6 @@ The inference raw output is unloaded from the GPU if available, and it is combin
516516
if self.cam:
517517
self.cam_map_left = self.cam_map_left.cpu()
518518
self.cam_map_right = self.cam_map_right.cpu()
519-
else:
520-
inference_output = inference_output
521519

522520
if not self.cam:
523521
return [inference_output.numpy().tolist()]

0 commit comments

Comments
 (0)