- 博客(3)
- 收藏
- 关注
原创 yolov5 anchors匹配-build_targtets
半路出家,yolov5很多代码块连在一起写就看不懂这两篇文章拆代码解释得挺容易理解的,没说明白的debug一下也懂了上https://blog.youkuaiyun.com/ChuiGeDaQiQiu/article/details/116402281下https://blog.youkuaiyun.com/ChuiGeDaQiQiu/article/details/116403974...
2021-09-13 15:15:14
194
原创 yolov5 grad-cam问题
原本想通过grad-cam生成热力图,整了几天发现不行,现已放弃,至少更清楚网络梯度走向了,以此文章做留念。上图为机翻镜像地址:https://hub.fastgit.org/ultralytics/yolov5/issues/2065我的能力是没法搞了但是在GitHub上有人用yolov3实现了,之前捣鼓了几天,始终不知道哪里更改的tensor出现了问题,反向传播不了有一个是基于yolov3-spp的写的,代码可以搜一搜就可以补上镜像地址 :https://hub.fast
2021-09-03 10:45:55
2637
20
原创 YOLOV5代码之test
需要用什么就看哪部分,看哪部分就写哪部分nms前后 for batch_i, (img, targets, paths, shapes) in enumerate(tqdm(dataloader, desc=s)): img = img.to(device, non_blocking=True) img = img.half() if half else img.float() # uint8 to fp16/32 img /= 255.0
2021-07-23 11:25:23
1252
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人