07 2024 档案

摘要:(一)DISC21 DISC21 是大规模图像相似性检测的基准,该基准用于 NeurIPS'21(ISC2021)的图像相似性挑战赛。目标是确定查询图像是否是大小为一百万的参考语料库中任何图像的修改副本。该基准测试具有多种图像转换,例如自动转换、手工图像编辑和基于机器学习的图像变换。这模仿了社交媒体 阅读全文
posted @ 2024-07-24 10:26 singyoutosleep 阅读(1) 评论(0) 推荐(0) 编辑
摘要:centos 7 glibc 版本从2.17升级到2.28,显示中文乱码,locale出现No such file or directory 或者 -bash: warning: setlocale: LC_ALL: cannot change locale (zh_CN.utf-8) 原因及解决 阅读全文
posted @ 2024-07-05 16:29 singyoutosleep 阅读(10) 评论(0) 推荐(0) 编辑
摘要:pip install huggingface-cli -i https://pypi.tuna.tsinghua.edu.cn/simple import os # 设置镜像,快速下载os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com' # 下载模 阅读全文
posted @ 2024-07-05 16:25 singyoutosleep 阅读(55) 评论(0) 推荐(0) 编辑
摘要:ERROR: Could not find a version that satisfies the requirement open3d==0.13.0 (from versions: none)ERROR: No matching distribution found for open3d==0 阅读全文
posted @ 2024-07-04 16:47 singyoutosleep 阅读(27) 评论(0) 推荐(0) 编辑