Commit e7dd6859 authored by yaoht's avatar yaoht
Browse files

fix README.md

parent b603f385
...@@ -20,7 +20,8 @@ YOLOV8是一种单阶段目标检测算法,该算法在YOLOV5的基础上添 ...@@ -20,7 +20,8 @@ YOLOV8是一种单阶段目标检测算法,该算法在YOLOV5的基础上添
def preprocess(self, image): def preprocess(self, image):
""" """
Preprocesses the input image before performing inference. Preprocesses the input image before performing inference.
Args:
image: image to preprocess.
Returns: Returns:
image_data: Preprocessed image data ready for inference. image_data: Preprocessed image data ready for inference.
""" """
......
...@@ -151,15 +151,15 @@ cd build/ ...@@ -151,15 +151,15 @@ cd build/
python程序运行结束后,会在当前目录生成YOLOV8静态推理检测结果可视化图像。 python程序运行结束后,会在当前目录生成YOLOV8静态推理检测结果可视化图像。
<img src="./Python/Result.jpg" alt="Result" style="zoom: 50%;" /> <img src="./Resource/Images/Result_python.jpg" alt="Result" style="zoom: 50%;" />
动态推理: 动态推理:
python程序运行结束后,会在当前目录生成YoloV8动态推理检测结果可视化图像。 python程序运行结束后,会在当前目录生成YoloV8动态推理检测结果可视化图像。
<img src="./Python/Result0.jpg" alt="Result_2" style="zoom: 50%;" /> <img src="./Resource/Images/Result0_python.jpg" alt="Result_2" style="zoom: 50%;" />
<img src="./Python/Result1.jpg" alt="Result1" style="zoom: 50%;" /> <img src="./Resource/Images/Result1_python.jpg" alt="Result1" style="zoom: 50%;" />
### C++版本 ### C++版本
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment