摘要:
https://www.jianshu.com/p/cb4f8136a265 阅读全文
摘要:
https://blog.csdn.net/didiaopao/article/details/120717525 https://zhuanlan.zhihu.com/p/81688220 阅读全文
摘要:
np.unique(labels.cpu().detach().numpy()) 阅读全文
摘要:
仅作为记录,大佬请跳过。 用.T 即 (3, 1024, 2048)不能plt,而应该是(某,某,3)才能显示。 阅读全文
摘要:
outputs.cpu().detach().numpy()[0,:,:,:].shape import matplotlib.pyplot as pyplot pyplot.imshow(binary_mask)pyplot.show() 阅读全文
摘要:
pip install xxx -i https://pypi.douban.com/simple/ pip install -r req.txt -i https://pypi.douban.com/simple/ 阅读全文
摘要:
outputs[0,0,:,:].cpu().detach().numpy() 阅读全文
摘要:
https://github.com/davidtvs/PyTorch-ENet 阅读全文
摘要:
https://blog.csdn.net/qq_34097521/article/details/101191800 json2coco img_dir 为原始图片文件夹anno_dir为数据集的json格式格式如下 [ { "name": "d6718a7129af0ecf0827157752. 阅读全文
摘要:
https://www.freesion.com/article/4467145925/ 阅读全文