Title
Fork me on GitHub
摘要: 问题: 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:06 新西兰蟹老板 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 转载文章:https://www.puresys.net/5370.html 阅读全文
posted @ 2023-07-14 21:50 新西兰蟹老板 阅读(126) 评论(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 新西兰蟹老板 阅读(226) 评论(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 新西兰蟹老板 阅读(15) 评论(0) 推荐(0) 编辑
摘要: # opennmmlab实战营二期-mmagic理论课(十) 说明:mmagic是mmediting升级 ## 图像超分辨率Super Resolution ### 前言 - 图像超分辨率是什么?? 即根据从低分辨率图像重构高分辨率图像 - 图像超分的目标?? - 提高图像的分辨率 - 高分图像符合 阅读全文
posted @ 2023-06-14 19:32 新西兰蟹老板 阅读(36) 评论(0) 推荐(0) 编辑
摘要: opennmmlab实战营二期-mmsegmentation代码课(九) 代码课笔记简单总结: - 环境配置 - 预训练模型预测图片、视频 - 航拍图像语义分割案例 - 肾小球病理切片语义分割案例 - 作业-西瓜瓤、西瓜皮、西瓜籽像素级语义分割 阅读全文
posted @ 2023-06-13 16:44 新西兰蟹老板 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 废话不多说,直接上命令,实测有效: ```bash conda install -c conda-forge pycocotools ``` 阅读全文
posted @ 2023-06-12 22:45 新西兰蟹老板 阅读(5) 评论(0) 推荐(0) 编辑
摘要: # opennmmlab实战营二期-mmsegmentation理论课(八) [视频链接](https://www.bilibili.com/video/BV1gV4y1m74P/?spm_id_from=333.1007.top_right_bar_window_history.content.c 阅读全文
posted @ 2023-06-12 18:36 新西兰蟹老板 阅读(56) 评论(0) 推荐(0) 编辑
摘要: ## opennmmlab实战营二期-mmdetection代码课(七) [点我:视频](https://www.bilibili.com/video/BV1Tm4y1q7fy) 简单总结下,大致分为: - mmdet介绍 - 环境配置 - 数据准备和可视化 - 自定义配置文件 - 训练前可视化验证 阅读全文
posted @ 2023-06-09 10:44 新西兰蟹老板 阅读(15) 评论(0) 推荐(0) 编辑