gpt4 book ai didi

python - 如何在YOLO物体检测中获取边界框的坐标?

转载 作者:行者123 更新时间:2023-12-04 10:03:08 30 4
gpt4 key购买 nike

enter image description here

我需要使用YOLO对象检测获取上图中生成的边界框坐标。

最佳答案

一个快速的解决方案是修改 image.c文件打印出边界框信息:

...
if(bot > im.h-1) bot = im.h-1;

// Print bounding box values
printf("Bounding Box: Left=%d, Top=%d, Right=%d, Bottom=%d\n", left, top, right, bot);
draw_box_width(im, left, top, right, bot, width, red, green, blue);
...

关于python - 如何在YOLO物体检测中获取边界框的坐标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44544471/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com