摘要:
nms算法就是对同一个anhor 的box 进行基于阈值的去重 1、目的 对于尺寸为416×416的输入图像,YOLO预测((52×... 阅读全文
posted @ 2022-08-19 22:49
luoganttcc
阅读(34)
评论(0)
推荐(0)
摘要:
argsort()函数是将x中的元素从小到大排列,提取其对应的index(索引) import numpy as npx=np.ar... 阅读全文
posted @ 2022-08-19 22:49
luoganttcc
阅读(7)
评论(0)
推荐(0)
摘要:
argsort()函数是将x中的元素从小到大排列,提取其对应的index(索引) import numpy as npx=np.ar... 阅读全文
posted @ 2022-08-19 22:49
luoganttcc
阅读(9)
评论(0)
推荐(0)
摘要:
expand 就是对那个维度为一的进行扩张 import torcha=torch.tensor([[3.0000, 3.0000]... 阅读全文
posted @ 2022-08-19 22:49
luoganttcc
阅读(18)
评论(0)
推荐(0)
摘要:
代码在 github import tensorflow as tffrom absl.flags import FLAGS@tf.... 阅读全文
posted @ 2022-08-19 22:49
luoganttcc
阅读(6)
评论(0)
推荐(0)
摘要:
代码在 github import tensorflow as tffrom absl.flags import FLAGS@tf.... 阅读全文
posted @ 2022-08-19 22:49
luoganttcc
阅读(49)
评论(0)
推荐(0)
摘要:
对应位置的索引赋值 这里是一维坐标赋值 import tensorflow as tftensor = [0, 0, 0, 0, 0... 阅读全文
posted @ 2022-08-19 22:49
luoganttcc
阅读(18)
评论(0)
推荐(0)
摘要:
对应位置的索引赋值 这里是一维坐标赋值 import tensorflow as tftensor = [0, 0, 0, 0, 0... 阅读全文
posted @ 2022-08-19 22:49
luoganttcc
阅读(196)
评论(0)
推荐(0)
摘要:
下面两段代码是等价的, @修饰符号是处理嵌套函数问题,@fun 中fun 是母函数, #funA 作为装饰器函数def funA(f... 阅读全文
posted @ 2022-08-19 22:49
luoganttcc
阅读(4)
评论(0)
推荐(0)
摘要:
下面两段代码是等价的, @修饰符号是处理嵌套函数问题,@fun 中fun 是母函数, #funA 作为装饰器函数def funA(f... 阅读全文
posted @ 2022-08-19 22:49
luoganttcc
阅读(7)
评论(0)
推荐(0)

浙公网安备 33010602011771号