什么是 fiftyone-find-duplicates?
使用大脑相似性计算在 FiftyOne 数据集中查找重复或接近重复的图像。在对数据集进行重复数据删除、查找相似图像或删除冗余样本时使用。 来源:voxel51/fiftyone-skills。
使用大脑相似性计算在 FiftyOne 数据集中查找重复或接近重复的图像。在对数据集进行重复数据删除、查找相似图像或删除冗余样本时使用。
通过命令行快速安装 fiftyone-find-duplicates AI 技能到你的开发环境
来源:voxel51/fiftyone-skills。
Launch FiftyOne App Brain operators are delegated and require the app:
After finding duplicates, use setview to display them in the FiftyOne App:
The findnearduplicates operator adds a neardupid field to samples. Samples with the same ID are duplicates of each other.
使用大脑相似性计算在 FiftyOne 数据集中查找重复或接近重复的图像。在对数据集进行重复数据删除、查找相似图像或删除冗余样本时使用。 来源:voxel51/fiftyone-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/voxel51/fiftyone-skills --skill fiftyone-find-duplicates使用大脑相似性计算在 FiftyOne 数据集中查找重复或接近重复的图像。在对数据集进行重复数据删除、查找相似图像或删除冗余样本时使用。 来源:voxel51/fiftyone-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/voxel51/fiftyone-skills --skill fiftyone-find-duplicates 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/voxel51/fiftyone-skills