摘要: 开ssh连接 开xming 设置pycharm环境变量 https://blog.csdn.net/keiven_/article/details/127191999 阅读全文
posted @ 2022-11-20 17:17 Nonmy 阅读(30) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/yinhaiping/p/13375375.html 阅读全文
posted @ 2022-11-01 22:26 Nonmy 阅读(15) 评论(0) 推荐(0)
摘要: 用不到latex有需要批量改的时候 ^e(尾注)^f(脚注) 替换为[^&] 改上下标的话记得格式选到非上下标 阅读全文
posted @ 2022-09-18 21:26 Nonmy 阅读(44) 评论(0) 推荐(0)
摘要: 问题描述:显存异常占用 问题复现:pycharm 多线程 +kill 问题解决:sudo fuser -v /dev/nvidia* sudo kill -9PID 阅读全文
posted @ 2022-05-03 09:09 Nonmy 阅读(19) 评论(0) 推荐(0)
摘要: from torch import nn class model_name (nn.Moudule): def __init__(self): super(model_name , self).__init__() # network def forward(self,x): return from 阅读全文
posted @ 2022-05-01 18:59 Nonmy 阅读(66) 评论(0) 推荐(0)
摘要: 问题描述:pyinstaller 打包 cv2文件出现问题 最终解决方案:更换了hook-cv2.py 阅读全文
posted @ 2022-03-08 07:57 Nonmy 阅读(263) 评论(0) 推荐(0)
摘要: Rethinking BiSeNet For Real-time Semantic Segmentation 一言以蔽之:提模块,弃支路,想法和效果都能打 1.Abstract BiSeNet是实时分割领域主流的双流(two-stream)网络。然而BiSeNet增加支路去编码空间信息的做法是耗时的 阅读全文
posted @ 2022-02-24 22:20 Nonmy 阅读(531) 评论(0) 推荐(0)
摘要: bit8_dir = 'path to pic' png_names = os.listdir(bit8_dir) for i in png_names: img = cv2.imread(bit8_dir+'/'+i) gray = cv2.cvtColor(img, cv2.COLOR_RGB2 阅读全文
posted @ 2022-01-08 16:27 Nonmy 阅读(96) 评论(0) 推荐(0)
摘要: Reasoning like Humans: On Dynamic Attention Prior in Image Captioning 一言以蔽之:引入前一时序的注意力(ADP),引入 整个句子作为输入(LLC),以基本相同的参数和算量,实现CIDER-D提升2.32% Abstract & C 阅读全文
posted @ 2021-09-29 22:24 Nonmy 阅读(136) 评论(0) 推荐(0)
摘要: 文笔很怪,看着不连贯 Abstract&Conclusion 相机+YOLO+LSTM+Inception V3+音频 啊,时代真好。 未来加入情感识别和距离检测。 Introduction RW 早期工作有由避障系统衍生的'virtual white cane'基于激光测距的‘一戳知距’,'Pat 阅读全文
posted @ 2021-09-13 09:29 Nonmy 阅读(97) 评论(0) 推荐(0)