当前位置: 首页 > news >正文

电子商务网站建设市场分析淘宝联盟怎么推广

电子商务网站建设市场分析,淘宝联盟怎么推广,win10网络服务都未运行,有做微推客的网站吗目标检测基础之IOU计算概念理解——什么是IOUdemo后记概念理解——什么是IOU IOU 交并比(Intersection over Union),从字面上很容易理解:计算交集在并集的比重。从网上截张图看看 IOUA∩BA∪BIOU \frac{A \cap B}{A \cup B} IO…

目标检测基础之IOU计算

  • 概念理解——什么是IOU
  • demo
  • 后记

概念理解——什么是IOU

IOU 交并比(Intersection over Union),从字面上很容易理解:计算交集在并集的比重。从网上截张图看看
在这里插入图片描述
IOU=A∩BA∪BIOU = \frac{A \cap B}{A \cup B} IOU=ABAB

demo

在这里插入图片描述

import cv2
import matplotlib.pyplot as pltdef draw_box(img, box,color):x,y,x1,y1 = boxcv2.rectangle(img, (x,y), (x1, y1), color, 2)# (x,y)左上顶点,(x1,y1)右下顶点return imgdef iou(bbox1, bbox2):"""计算两个矩形的交并比"""bbox1 = [float(x) for x in bbox1]bbox2 = [float(x) for x in bbox2](x0_1, y0_1, x1_1, y1_1) = bbox1(x0_2, y0_2, x1_2, y1_2) = bbox2# get the overlap rectangleoverlap_x0 = max(x0_1, x0_2)overlap_y0 = max(y0_1, y0_2)overlap_x1 = min(x1_1, x1_2)overlap_y1 = min(y1_1, y1_2)# check if there is an overlapif overlap_x1 - overlap_x0 <= 0 or overlap_y1 - overlap_y0 <= 0:return 0# if yes, calculate the ratio of the overlap to each ROI size and the unified sizesize_1 = (x1_1 - x0_1) * (y1_1 - y0_1)size_2 = (x1_2 - x0_2) * (y1_2 - y0_2)size_intersection = (overlap_x1 - overlap_x0) * (overlap_y1 - overlap_y0)size_union = size_1 + size_2 - size_intersectionreturn size_intersection / (size_union+1e-6)if __name__ == "__main__":img_path = "test.png"img = cv2.imread(img_path)img = cv2.cvtColor(img,cv2.COLOR_BGR2RGB)plt.imshow(img)plt.show()person_box_1 = [375, 169, 785, 586]person_box_2 = [320, 269, 833, 460]img = draw_box(img, person_box_1,(0,0,255))img = draw_box(img, person_box_2,(0,255,0))iou_result = iou(person_box_1, person_box_2)print(f"The result of IOU is :{iou_result}")cv2.imwrite("result.jpg", img)plt.imshow(img)plt.title(f"IOU:{iou_result}")plt.show()

后记

最近在研究segment anything,后面会不定期更新与目标检测和图像分割的相关东西!

http://www.ds6.com.cn/news/73656.html

相关文章:

  • 郑州做网站推广的公司哪家好什么叫做seo
  • 南宁房产信息网搜索关键词优化服务
  • 代做毕网站福州百度分公司
  • 大气的企业网站站长之家的seo综合查询工具
  • wordpress站点地图样式百度账号安全中心官网
  • 公司变更函模板seo优化交流
  • 电子商务网站开发背景意义网页设计与制作学什么
  • 自己怎么做直播网站吗推广app赚钱的平台
  • seo网站内部优化营销推广投放平台
  • 做类似美团的网站线上营销培训
  • 建站快车加盟专业营销策划团队
  • 天津建设网站的公司哪家好国内seo排名
  • 长沙做网站哪家好大众网潍坊疫情
  • 商务网站建设与维护考试自媒体平台
  • 项目申报百度seo优化是做什么的
  • 在网上做国际快递淘宝网站线上推广渠道有哪些方式
  • flash网站建设教程视频深圳seo外包公司
  • 甘肃省建设厅职业资格注册中心网站百度快照手机入口
  • 做网站包括哪些网络推广竞价
  • 营口 微网站建设金华seo全网营销
  • 六安哪家做网站不错公关公司一般收费标准
  • 网站建设公司的问答营销案例国外网页模板
  • 黑色门户网站源码百度推广上班怎么样
  • 西宁好的网站建设杭州推广系统
  • 桂林网站建设公司咨询公司
  • 政府采购网怎么注册搜狗seo软件
  • 做网站书籍百度提问在线回答问题
  • 网站开发移动端多少钱国外电商平台有哪些
  • 宽带seo资料
  • 域名到期网站如何做一个自己的网站呢