Vision-LYF

Results 7 issues of Vision-LYF

导儿,我想请问一下,这里用到的hourglass训练是指hourglassnet104吗?

![image](https://user-images.githubusercontent.com/109565966/230546784-3f10e7fd-c848-44f6-85a4-e210e073e90d.png) 测试HourglassNet时出现了这个错误,该怎么解决呢?导儿

导儿,这个deeplab如何加上热力图可视化呢?我看你yolo系列代码里都有热力图可视化

大佬你好,我想检测自己训练制作的数据集图片和权重,请问您用的YOLOv5s、centernet和unet有源码吗?用的是拿个版本的,可以贴个链接吗?

import torch from thop import clever_format, profile from torchsummary import summary from nets.yolo import YoloBody if __name__ == "__main__": input_shape = [416, 416] anchors_mask = [[6, 7, 8], [3, 4,...