Skip to content

Commit

Permalink
Update yolov8_det_trt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayshuo authored May 15, 2024
1 parent 32a44a1 commit b2c4306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolov8/yolov8_det_trt.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def run(self):
try:
print('batch size is', yolov8_wrapper.batch_size)

image_dir = "samples/"
image_dir = "images/"
image_path_batches = get_img_path_batches(yolov8_wrapper.batch_size, image_dir)

for i in range(10):
Expand Down

0 comments on commit b2c4306

Please sign in to comment.