摘要: 投稿的图片的ppi是多少? 比如说线图1200 dpi, 彩色图表600 dpi,照片300 dpi。 阅读全文
posted @ 2022-10-31 16:53 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 什么是AUC曲线 参考资料: https://baike.baidu.com/item/AUC/19282953 https://www.zhihu.com/question/39840928 https://zhuanlan.zhihu.com/p/54707097 https://blog.cs 阅读全文
posted @ 2022-10-31 16:52 bH1pJ 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 如何理解Precision和Recall以及Accuracy? https://blog.csdn.net/Hodors/article/details/120635079?ops_request_misc=%257B%2522request%255Fid%2522%253A%25221666977 阅读全文
posted @ 2022-10-31 16:52 bH1pJ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Python如何生成gif图像? import imageio def create_gif(image_dir, gif_name, duration=0.5, sort_loc=-1): """ :param image_dir: 这个列表用于存放生成动图的图片 :param gif_name: 阅读全文
posted @ 2022-10-31 16:51 bH1pJ 阅读(45) 评论(0) 推荐(0) 编辑
摘要: Python 软件打包 1、构建虚拟环境: conda create -n Exep python=3.6 conda activate Exep 2、安装requirements.txt pip install -r requirements.txt 3、打包 pyinstaller main.p 阅读全文
posted @ 2022-10-31 16:51 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
摘要: Python 如何把图像转换成video (avi)格式? import cv2 def image_to_video(image_dir, save_dir, size: tuple, fps=10, sort_loc=-1): """ 图片转视频 Args: image_dir: 图片目录 sa 阅读全文
posted @ 2022-10-31 16:50 bH1pJ 阅读(95) 评论(0) 推荐(0) 编辑
摘要: pycharm在一个项目中进行查找 ctrl + shift + F 没反应 https://blog.csdn.net/c15158032319/article/details/79498540 阅读全文
posted @ 2022-10-31 16:50 bH1pJ 阅读(86) 评论(0) 推荐(0) 编辑
摘要: numpy随机抽样 https://blog.csdn.net/qikaihuting/article/details/102846301 np.random.choice(a, size=None,replace=None, p=None) numpy从一个范围中选择不重复的数字 replace 阅读全文
posted @ 2022-10-31 16:49 bH1pJ 阅读(28) 评论(0) 推荐(0) 编辑
摘要: Latex Package fontspec Warning: Font "FandolSong-Regular" does not contain requested Script "CJK". Latex Package fontspec Warning: Font "FandolSong-Re 阅读全文
posted @ 2022-10-31 16:49 bH1pJ 阅读(539) 评论(0) 推荐(0) 编辑
摘要: Adobe illustrator AI如何裁剪一张图像 没有什么裁剪图像, 只有剪切蒙版 阅读全文
posted @ 2022-10-31 16:48 bH1pJ 阅读(127) 评论(0) 推荐(0) 编辑