摘要: #! /usr/bin/env python # -*- coding: utf-8 -*-# # # Name: 剪辑视频 # Author: yunhgu # Date: 2021/10/21 14:08 # Description: # import datetime import os im 阅读全文
posted @ 2021-10-26 14:34 不能说的秘密 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 原理 python实现代码 def calculate_IoU(predicted_bound, ground_truth_bound): """ computing the IoU of two boxes. Args: box: (x1, y1, x2, y2),通过左上和右下两个顶点坐标来确定 阅读全文
posted @ 2021-10-26 14:32 不能说的秘密 阅读(155) 评论(0) 推荐(0) 编辑