摘要: (一)data processing 1.1 对uncurated data进行去重 copy detection pipeline - "A Self-Supervised Descriptor for Image Copy Detection" 简称方法SSCD,是基于SimCLR的改进 使用S 阅读全文
posted @ 2024-12-13 20:19 singyoutosleep 阅读(42) 评论(0) 推荐(0) 编辑
摘要: resampling over sampling random over sampling generate synthetic examples: SMOTE(synthetic minority oversampling technique) by a neareast neighbors ap 阅读全文
posted @ 2024-12-13 11:02 singyoutosleep 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 把setuptools 模块版本降到65以下如 https://pypi.org/project/setuptools/62.3.4/#history 阅读全文
posted @ 2024-11-18 10:10 singyoutosleep 阅读(639) 评论(0) 推荐(0) 编辑
摘要: ls -l /usr/lib64/libstdc++.so.6 版本比较低 sudo cp /home/username/anaconda3/lib/libstdc++.so.6.0.25 /usr/lib64/ sudo ln -s /usr/lib64/libstdc++.so.6.0.25 / 阅读全文
posted @ 2024-11-14 15:30 singyoutosleep 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 需要安装nccl 环境centos7 cuda11.8 下载nccl https://developer.nvidia.com/nccl/nccl-legacy-downloads sudo rpm -ivh nccl-local-repo-rhel7-2.16.5-cuda11.8-1.0-1.x 阅读全文
posted @ 2024-10-30 16:05 singyoutosleep 阅读(75) 评论(0) 推荐(0) 编辑
摘要: from PIL import Imagefrom pillow_heif import register_heif_openerregister_heif_opener() Image.open("xxx") 阅读全文
posted @ 2024-08-05 11:46 singyoutosleep 阅读(34) 评论(0) 推荐(0) 编辑
摘要: (一)DISC21 DISC21 是大规模图像相似性检测的基准,该基准用于 NeurIPS'21(ISC2021)的图像相似性挑战赛。目标是确定查询图像是否是大小为一百万的参考语料库中任何图像的修改副本。该基准测试具有多种图像转换,例如自动转换、手工图像编辑和基于机器学习的图像变换。这模仿了社交媒体 阅读全文
posted @ 2024-07-24 10:26 singyoutosleep 阅读(14) 评论(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 阅读(283) 评论(0) 推荐(2) 编辑
摘要: 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 阅读(242) 评论(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 阅读(114) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示