Title
Fork me on GitHub
摘要: 转载:https://www.cnblogs.com/helloworldcc/p/9571816.html 阅读全文
posted @ 2024-08-06 11:17 新西兰蟹老板 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 报错截图: 解决方案 1、新建txt文件 2、复制内容到txt文件 taskkill /f /im explorer.exe reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Ic 阅读全文
posted @ 2024-08-05 16:37 新西兰蟹老板 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 问题: PS D:\PycharmProject(D)\Baidu-Image-Loader> git checkout master error: The following untracked working tree files would be overwritten by checkout 阅读全文
posted @ 2023-09-14 22:05 新西兰蟹老板 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 转载文章:https://www.puresys.net/5370.html 阅读全文
posted @ 2023-07-14 21:50 新西兰蟹老板 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 话不多说,直接上解决方法: ``` #解决中文显示问题 plt.rcParams['font.sans-serif']=['SimHei'] plt.rcParams['axes.unicode_minus'] = False ``` 阅读全文
posted @ 2023-07-05 17:49 新西兰蟹老板 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 脚本: python -m nuitka --onefile --windows-disable-console --enable-plugin=pyside2 --include-package-data=qt_material .\login.py python -m nuitka --stan 阅读全文
posted @ 2023-06-25 21:47 新西兰蟹老板 阅读(324) 评论(0) 推荐(0) 编辑
摘要: opennmmlab实战营二期-mmagic代码课(十一) [教程代码](https://github.com/TommyZihao/MMagic_Tutorials/tree/main/0614) [视频](https://www.bilibili.com/video/BV1gM4y1n7vP/) 阅读全文
posted @ 2023-06-16 11:14 新西兰蟹老板 阅读(17) 评论(0) 推荐(0) 编辑
摘要: # opennmmlab实战营二期-mmagic理论课(十) 说明:mmagic是mmediting升级 ## 图像超分辨率Super Resolution ### 前言 - 图像超分辨率是什么?? 即根据从低分辨率图像重构高分辨率图像 - 图像超分的目标?? - 提高图像的分辨率 - 高分图像符合 阅读全文
posted @ 2023-06-14 19:32 新西兰蟹老板 阅读(51) 评论(0) 推荐(0) 编辑
摘要: opennmmlab实战营二期-mmsegmentation代码课(九) 代码课笔记简单总结: - 环境配置 - 预训练模型预测图片、视频 - 航拍图像语义分割案例 - 肾小球病理切片语义分割案例 - 作业-西瓜瓤、西瓜皮、西瓜籽像素级语义分割 阅读全文
posted @ 2023-06-13 16:44 新西兰蟹老板 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 废话不多说,直接上命令,实测有效: ```bash conda install -c conda-forge pycocotools ``` 阅读全文
posted @ 2023-06-12 22:45 新西兰蟹老板 阅读(7) 评论(0) 推荐(0) 编辑