上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 48 下一页
摘要: https://www.jianshu.com/p/cb4f8136a265 阅读全文
posted @ 2022-03-18 11:11 小丑_jk 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/didiaopao/article/details/120717525 https://zhuanlan.zhihu.com/p/81688220 阅读全文
posted @ 2022-03-15 14:43 小丑_jk 阅读(39) 评论(0) 推荐(0) 编辑
摘要: np.unique(labels.cpu().detach().numpy()) 阅读全文
posted @ 2022-03-15 09:34 小丑_jk 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 仅作为记录,大佬请跳过。 用.T 即 (3, 1024, 2048)不能plt,而应该是(某,某,3)才能显示。 阅读全文
posted @ 2022-03-15 09:24 小丑_jk 阅读(870) 评论(0) 推荐(0) 编辑
摘要: outputs.cpu().detach().numpy()[0,:,:,:].shape import matplotlib.pyplot as pyplot pyplot.imshow(binary_mask)pyplot.show() 阅读全文
posted @ 2022-03-15 09:21 小丑_jk 阅读(388) 评论(0) 推荐(0) 编辑
摘要: pip install xxx -i https://pypi.douban.com/simple/ pip install -r req.txt -i https://pypi.douban.com/simple/ 阅读全文
posted @ 2022-03-14 20:29 小丑_jk 阅读(90) 评论(0) 推荐(0) 编辑
摘要: outputs[0,0,:,:].cpu().detach().numpy() 阅读全文
posted @ 2022-03-14 11:52 小丑_jk 阅读(204) 评论(0) 推荐(0) 编辑
摘要: https://github.com/davidtvs/PyTorch-ENet 阅读全文
posted @ 2022-03-13 17:31 小丑_jk 阅读(102) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_34097521/article/details/101191800 json2coco img_dir 为原始图片文件夹anno_dir为数据集的json格式格式如下 [ { "name": "d6718a7129af0ecf0827157752. 阅读全文
posted @ 2022-03-13 15:25 小丑_jk 阅读(547) 评论(0) 推荐(0) 编辑
摘要: https://www.freesion.com/article/4467145925/ 阅读全文
posted @ 2022-03-13 13:02 小丑_jk 阅读(30) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 48 下一页